@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
button {border:0 none;background-color:transparent;cursor:pointer}
input,button,select,textarea{outline:none;-webkit-appearance:none;}
input{border: none; font-style: normal;}
address,caption,cite,code,dfn,em,var,i {font-style:normal;font-weight:normal}
caption {display:none;}
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}
img{vertical-align: middle;}
* {
    line-height: 1em;
    margin: 0;
    padding: 0;
}
html {
    font-family:"微软雅黑";
    height: 100%;
    font-size: 0.8em;
}
body {
    color: #666;
    font-size: 24px;
    overflow-x: hidden;
    max-width:800px;
    margin:0 auto;
    background-color: #e4e4e1;
}
h1 {
   font-size: 1.5em;
}

input,button,select,textarea{outline:none}
input{border: none; font-style: normal;}
img{vertical-align: middle;}
a {outline: none;text-decoration:none; color: #636f79; font-size: 1em;} 
a:hover {text-decoration:none}
a:active {star:expression(this.onFocus=this.blur());}
.clearfix:after{
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1; 
}
@media only screen and (max-width: 1920px) and (min-width: 720px) { body{ font-size: 20px; }.viewport{max-width: 720px;}}
@media only screen and (max-width: 719px) and (min-width:690px) { body{ font-size: 19.4444px; }.viewport{max-width: 700px;}}
@media only screen and (max-width: 689px) and (min-width:660px) { body{ font-size: 18.6331px; }.viewport{max-width: 689px;}}
@media only screen and (max-width: 659px) and (min-width:630px) { body{ font-size: 17.8217px; }.viewport{max-width: 659px;}}
@media only screen and (max-width: 629px) and (min-width:600px) { body{ font-size: 17.0103px; }.viewport{max-width: 629px;}}
@media only screen and (max-width: 599px) and (min-width:570px) { body{ font-size: 16.1989px; }.viewport{max-width: 599px;}}
@media only screen and (max-width: 569px) and (min-width:540px) { body{ font-size: 15.3876px; }.viewport{max-width: 569px;}}
@media only screen and (max-width: 539px) and (min-width:510px) { body{ font-size: 14.5763px; }.viewport{max-width: 539px;}}
@media only screen and (max-width: 509px) and (min-width:480px) { body{ font-size: 13.7650px; }.viewport{max-width: 509px;}}
@media only screen and (max-width: 479px) and (min-width:450px) { body{ font-size: 12.9537px; }.viewport{max-width: 479px;}}
@media only screen and (max-width: 449px) and (min-width:420px) { body{ font-size: 12.1424px; }.viewport{max-width: 449px;}}
@media only screen and (max-width: 419px) and (min-width:390px) { body{ font-size: 11.3311px; }.viewport{max-width: 419px;}}
@media only screen and (max-width: 389px) and (min-width:360px) { body{ font-size: 10.5189px; }.viewport{max-width: 389px;}}
@media only screen and (max-width: 359px) and (min-width:330px) { body{ font-size: 9.7067px; }.viewport{max-width: 359px;}}
@media only screen and (max-width: 329px) and (min-width:250px) { body{ font-size: 8.8955px; }.viewport{min-width: 320px;}}

/*-------------------------------------提示消息样式---------------------------------------------*/
.all_alert{ position:fixed; width:100%; height:100%; top:0; left:0; background-color:rgba(0,0,0,0.5);z-index: 9999;}
.all_alert_content{ position:absolute; width:80%; height:11em; margin:auto;top: 0; left: 0; bottom: 0; right: 0; text-align:center; }
.all_alert_content h4{ font-size:1.5em; color:#000; word-break:break-all;  padding:2em 0; background-color:#fff; border-radius:0.4em 0.4em 0 0;}
.all_alert_content span{ width:100%; border-top:1px solid #CCC; display:inline-block; font-size:1.5em; color:#09F; padding:0.6em 0; background-color:#fff;border-radius:0 0 0.4em 0.4em;}
.top_alert{ position:fixed; padding:4% 5%; top:-20%; left:0;background-color:rgba(250,199,0,0.9); text-align:center; border-radius:0.3em; right:0; margin:0 auto; width:40%;z-index: 9999;}
.top_alert em{ color:#fff; font-size:1.5em;}


body {
    overflow: hidden;
}

#main_panel {
    width: 100%;
    background-color: #fff;
}

#friends {
    position: absolute;
    z-index: 1;
    top: 5em;
    bottom: 4em;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    background-color: #FFF;
}

#search_panel {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    padding: 2% 0;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #FFF;
    height: 3.5em;
}

#search_panel span {
    float: left;
    width: 74%;
    background-color: #eeeeee;
    border-radius: 0.3em;
    padding: 3% 2%;
}

#search_panel span img {
    float: left;
    width: 6%;
}

#search_friends {
    width: 90%;
    padding-left: 2%;
    color: #000;
    font-size: 1.2em;
    height: 1.2em;
    background-color: #eeeeee;
}

#search_btn {
    float: right;
    width: 20%;
    text-align: center;
    color: #fff;
    background-color: #fdb10d;
    padding: 3.2% 0;
    border-radius: 0.3em;
    font-size: 1.2em;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

#friends_list {
    width: 100%;
    padding: 0 0 2% 0;
}

#friends_list ul li {
    margin: 2%;
}

#friends_list ul li table {
    height: 5.5em;
}

.friend_img {
    width: 6.5em;
    position: relative;
}

.friend_img img {
    width: 5.5em;
    border-radius: 5.5em;
    height: 5.5em;
}

.friend_name {
    text-align: left;
    font-size: 1.5em;
    color: #1b1b1b;
    font-weight: 500;
}

.final_contact_time {
    text-align: right;
    font-size: 1.2em;
    color: #AAA;
}

.friend_tr {
    height: 2em;
}

.friend_tr td {
    border-bottom: 1px solid #A7A7A7;
}

.new_msg {
    font-size: 1.3em;
    color: #A7A7A7;
}

.not_read_msg_count {
    background-color: red;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 1em;
    color: #FFF;
    position: absolute;
    left: 4.5em;
}

#tool {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-width: 800px;
}

#tool div {
    width: 50%;
    float: left;
    text-align: center;
    height: 4em;
    line-height: 2.5em;
}

#tool div h4 {
    color: #fff;
    font-size: 1.2em;
}

#tool_session {
    background-color: #0075e2;
}

#tool_session img {
    width: 10%;
    margin-bottom: 2%;
}

#tool_remind {
    background-color: #00aaff;
}

#tool_remind img {
    width: 10%;
    margin-bottom: 3%;
}

#chat_panel {
    width: 100%;
    background-color: #e4e4e1;
}

#show_message_div {
    position: absolute;
    z-index: 1;
    top: 4em;
    bottom: 4em;
    width: 96%;
    max-width: 800px;
    background: #e4e4e1;
    overflow: hidden;
    padding: 0 2%;
}

#show_message {
    width: 96%;
    padding: 2%;
    background-color: #E4E4E1; 
    position : absolute;
    z-index: 1;
    left: 0;
    position: absolute;
}

.friend_msg {
    width: 100%;
    display: inline-block;
    margin-top: 3%;
}

.face_panel {
    width: 100%;
    float: left;
    width: auto;
}

.face_panel img {
    width: 5.5em;
    height: 5.5em;
    border-radius: 5.5em;
}

.friend_panel {
    background-color: #FFF;
    border: 1px solid #E1E1E1;
    border-radius: 0.3em;
    float: left;
    padding: 2%;
    margin-left: 3%;
    max-width: 60%;
}

.send_time {
    font-size: 1.2em;
    color: #313131;
}

.send_time p {
    font-size: 1.3em;
    word-wrap: break-word;
}

.msg_content {
    font-size: 1.4em;
    line-height: 1.1em;
    margin-top: 4%;
    text-align: left;
    word-wrap: break-word;
}

.self_msg {
    width: 100%;
    display: inline-block;
    margin-top: 3%;
}

.self_face_panel   {
    text-align: right;
    float: right;
    width: auto;
}

.self_panel {
    background-color: #A1F16C;
    border: 1px solid #ADE782;
    border-radius: 0.3em;
    float: right;
    padding: 2%;
    margin-right: 3%;
    text-align: right;
    max-width: 70%;
}

#send_panel {
    width: 98%;
    height: 3em;
    padding: 1%;
    position: absolute;
    bottom: 0;
    background-color: #DBDEDD;
    display: inline-block;
    max-width: 800px;
    z-index: 2;
}

#choose_emoji {
    width: 8%;
    margin-left: 2%;
    float: left;
}

#send_message {
    width: 70%;
    background-color: #fff;
    font-size: 1.3em;
    padding: 2%;
    border-radius: 0.2em;
    float: left;
}

#send_message_area {
    min-height: 1.3em;
    max-height: 3.9em;
    -moz-box-flex: 1;
    display: block;
    resize: none;
    line-height: 1.3em;

    width: 70%;
    background-color: #fff;
    font-size: 1.3em;
    padding: 1.4%;
    border-radius: 0.2em;
    float: left;
    border: 1px solid #FFF;
}

#send_btn {
    width: 13%;
    background-color: #00A9FF;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    padding: 2% 0;
    border-radius: 0.2em;
    float: right;
}

#top_show_message {
    height: 3em;
}

#chat_panel_title {
    width: 96%;
    padding: 0 2%;
    position: absolute;
    top: 0;
    background-color: #00A9FF;
    text-align: left;
    height: 3em;
    line-height: 3em;
    max-width: 800px;
    z-index: 2;
}
#chat_panel_title.chat_panel_title_center{
    text-align: center;
}

#chat_panel_back,#chat_panel_to,#go_main_page {
    width: 32%;
    display: inline-block;
    color: #FFF
}

#chat_panel_back {
    font-size: 1.3em;
    cursor: pointer;
    text-align: left;
}

#chat_panel_to {
    font-size: 1.5em;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#go_main_page {
    font-size: 1.3em;
    cursor: pointer;
    text-align: right;
}

#remind {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 4em;
    width: 100%;
    max-width: 800px;
    background: #ccc;
    overflow: auto;
    background-color: #FFF;
}

#remind_content table tr {
    height: 6em;
}

#remind_content table tr td:nth-child(2),#remind_content table tr td:nth-child(3) {
    border-bottom: 1px solid #ECECEC;
}

#remind_content .remind_ico {
    width: 3em;
    height: 3em;
}

.remind_ico_td {
    width: 6em;
    text-align: center;
}

.remind_title {
    padding-left: 0.5em;
    font-size: 1.5em;
}

.remind_time {
    font-size: 1.2em;
    text-align: right;
    padding-right: 0.5em;
}


#loading {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    height: 2em;
    line-height: 2em;
}

.emoji {
    width: 25px;
    height: 25px;
}

#show_emoji {
    position: fixed;
    bottom: 4em;
    width: 100%;
    height: 125px;
    max-width: 800px;
    z-index: 9999;
    background-color: #E3F0FC;
    overflow: auto;
}

#show_emoji ul {
    width: 100%;
}

#show_emoji ul li {
    width: 10%;
    float: left;
    list-style-type: none;
    text-align: center;
}

#show_product_div {
    position: absolute;
    z-index: 2;
    top: 3em;
    width: 96%;
    max-width: 800px;
    background: #ffffff;
    overflow: hidden;
    padding: 0 2%;
}
#show_product_div .product_div, #show_product_div .product_options {
    width: 100%;
    float: left;
    font-size: 1.4em;
}
#show_product_div .product_div .product_img {
    width: 40%;
    float: left;
}
#show_product_div .product_div .product_img img {
    width: 4em;
    border-radius: 5px;
    padding: 2%;
}
#show_product_div .product_div .product_info {
    width: 60%;
    float: left;
}
#show_product_div .product_div .product_info .product_name p {
    width: 96%;
    padding: 2%;
    line-height: 1.4em;
    height: 2.5em;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#show_product_div .product_div .product_info .product_price {
    width: 96%;
    padding: 2%;
    float: left;
}
#show_product_div .product_div .product_info .product_price span {
    float: right;
}
#show_product_div .product_div .product_info .product_price span em {
    color: red;
    font-style: italic;
}
#show_product_div .product_options span {
    color: #00A9FF;
    border: 1px solid #00A9FF;
    border-radius: 0.2em;
    text-align: center;
    padding: 1% 0;
    margin-right: 2%;
    width: 28%;
    float: left;
    margin: 0 35% 2px 35%;
    cursor: pointer;
    font-size: 0.8em;
}
/* 签证产品的发送产品链接 */
#show_product_div .visa_product_div .product_info{
    width: 75%;
    padding-left: 2%;
}
#show_product_div .visa_product_div .product_info .product_name{
    padding: 0;
    line-height: 1.4em;
}
#show_product_div .visa_product_div .product_info .product_name span{
    padding-left: 0;
    font-size: 0.7em;
    height: 0.7em;
    color: #00aaff;
    line-height: normal;
}
#show_product_div .visa_product_div .product_info .product_price {
    width: 20%;
    float: right;
    font-size: 1em;
    padding:3%;
}
#show_product_div .visa_product_div .product_img {
    width: 20%;
    float: left;
    padding-top: 1%;
}
#show_product_div .visa_product_div .visa_product_info{
    padding: 1px;
    line-height: 0.6em;
}
#show_product_div .visa_product_div .visa_product_info span{
    font-size: 0.6em;
}
#show_product_div .visa_product_div .visa_product_info em{
    font-size: 0.6em;
    font-weight: 600;
}
#show_product_div .visa_product_div .visa_product_info .immigration{
    margin-left: 4%;
}

.msg_content .product_title, .msg_content .product_div{
    width: 100%;
    float: left;
    text-align: left;
    background-color: #ffffff;
}
.msg_content .product_title h4 {
    padding: 1%;
    font-size: 0.7em;
}
.msg_content .product_img {
    width: 40%;
    float: left;
}
.msg_content .product_img img {
    width: 3em;
    border-radius: 5px;
    padding: 2%;
}
.msg_content .product_info {
    width: 60%;
    float: left;
}
.msg_content .product_info .product_name p {
    width: 96%;
    padding: 2%;
    line-height: 1.4em;
    height: 2.5em;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.8em;
}
.msg_content .product_info .product_price {
    width: 96%;
    padding: 2%;
    float: left;
}
.msg_content .product_info .product_price span {
    float: right;
    font-size: 0.8em;
}
.msg_content .product_info .product_price span em {
    color: red;
    font-style: italic;
}

/*-------------------------在线咨询：消息推送----------------------*/
.bes_qd2 i{
    overflow: hidden;
    height: 1em;
    line-height: 1.03em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bes_num .qd_btn {
    padding: 2% 5%;
    float: right;
    border: 1.5px solid #267CFC;
    width: 15%;
    text-align: center;
    border-radius: 0.6em;
    position: relative;
    bottom: 11.5em;
}
.bes_num .qd_btn span{
    font-size: 1.3em;
    color: #267CFC;
}
.bes_num .bes_bottom_txt i{
    color: #3978DB;
}
.bes_num .robbed_of{
    border: 1.5px solid #9F9F9F;
}
.bes_num .robbed_of span{
    color: #9F9F9F;
}
.chat_position{
    margin: 0 2%;
    padding: 2% 2%;
    padding-top: 5%;
    border-bottom: 1px solid #555555;
    max-height: 2em;
}
.chat_position img{
    width: 6%;
    position: relative;
    bottom: 0.4em;
}
.chat_position img.position_img{
    position: relative;
    top: -0.8em;
}
.chat_position span{
    font-size: 1.4em;
    color: #474747;
    line-height: 1.4em;
}
.chat_position span.position_title{
    position: relative;
    top: -0.21em;
}
.position_span div{
    width : 76%;
    display: inline-block;
}
.chat_position span.position_definite{
    line-height : 1.1em;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.position_span{
    display: inline-block;
    padding-left: 2%;
    width: 85%;
}
.chat_position img.refresh{
    float: right;
    width: 5%; 
    position: absolute;
    top: 1.5em;
    right: 1.2em;
}
.underline {
    text-decoration: underline;
}