﻿@charset "utf-8";
@font-face {
    font-family: "chIconfont";
    src: url('fonts/chIconfont.eot');
    /* IE9*/
    src: url('fonts/chIconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/chIconfont.woff') format('woff'), /* chrome, firefox */
    url('fonts/chIconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('fonts/chIconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}

.iconchat {
    font-family: "chIconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.icon-plus:before {
    content: "\e601";
}

.icon-radio-checked:before {
    content: "\e602";
}

.icon-radio-unchecked:before {
    content: "\e603";
}

.icon-checkboxchecked:before {
    content: "\e604";
}

.icon-checkboxunchecked:before {
    content: "\e605";
}

.icon-formright:before {
    content: "\e606";
}

.icon-popcode:before {
    content: "\e607";
}

.icon-down:before {
    content: "\e608";
}

.icon-right:before {
    content: "\e609";
}

.contentBox {
    background: #fff none;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 0 transparent
}

.chat_main {
    padding: 10px 12px;
    border: 2px solid #ddd;
    width: 902px;
    float: left;
    margin-right: 10px;
}

.chat_site {
    position: relative;
    padding: 10px 12px;
    border: 2px solid #ddd;
    width: 232px;
    float: left;
    height: 432px;
    background-color: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
}

.ct_tit {
    font: normal 16px/32px "微软雅黑";
    color: #333;
    clear: both
}

.ct_content {
    text-align: center;
    height: 400px;
    overflow: hidden;
}

.ct_content dt a.ct_wd {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.ct_content dd {
    float: left;
    _display: inline;
    margin: 26px 36px 0 62px;
    width: 80px;
    height: 130px
}

.ct_img {
    display: block;
    height: 80px;
    width: 80px;
    background: url(../../../images/chat/chaticonbg.png) no-repeat;
}

.ct_img0 {
    height: 100px;
    width: 100px;
    margin: 10px auto;
    background-position: 0 0;
}

.ct_img1 {
    background-position: -100px 0;
}

.ct_img2 {
    background-position: -181px 0;
}

.ct_img3 {
    background-position: -262px 0;
}

.ct_img4 {
    background-position: -343px 0;
}

.ct_img5 {
    background-position: -424px 0;
}


/* Service is not available */

.server-grey .ct_img0 {
    background-position: 0 -100px;
}

.server-grey .ct_img1 {
    background-position: -100px -100px;
}

.server-grey .ct_img2 {
    background-position: -181px -100px;
}

.server-grey .ct_img3 {
    background-position: -262px -100px;
}

.server-grey .ct_img4 {
    background-position: -343px -100px;
}

.server-grey .ct_img5 {
    background-position: -424px -100px;
}

.ct_content dd.server-grey a.ct_wd {
    color: #ccc;
    text-decoration: none;
}

.ct_content dd a.ct_wd {
    font-size: 18px;
    line-height: 34px
}

.chat_site li {
    float: left;
    _display: inline;
    width: 97px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin-right: 10px
}

.chat_site li a {
    font-size: 14px;
}

.chat_site li a.on {
    color: #1ab394;
}

a:hover {
    color: #1ab394;
    text-decoration: underline;
}

.rt_more {
    float: left;
    margin: 3px 0 12px 0;
    height: 20px;
    padding-right: 18px;
    position: relative;
}

.rt_more a {
    font-size: 14px;
    color: #666
}

.rt_more a:hover {
    color: #1ab394;
}

.rt_more i {
    top: 0;
    background-image: none;
    color: #aaa;
    vertical-align: -1px;
}

.chat_site .ewm {
    padding: 20px 0;
    clear: both
}

.chat_site .ewm a img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/*chat_online*/

body {
    min-width: 900px;
}

.khchat_top {
    background-color: #1ab394;
    height: 60px;
    padding: 20px 0 0 15px;
}

.khchat_top img {
    float: left
}

.khchat_top span {
    float: left;
    color: #fff;
    font-size: 20px;
    margin: 9px 0 0 12px;
    text-shadow: 0px 1px 1px #085;
}

.khchat_con {
    background-color: #ddd;
    position: relative;
    padding: 10px;
}

.chatlistbox {
    padding-right: 334px
}

.khchat_main {
    width: 100%;
    background-color: #eee;
    position: relative;
    overflow: hidden
}

.khchat_con .chat_site {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    width: 236px;
    min-height: 416px;
}

.msglist {
    position: relative;
    min-height: 180px;
    background-color: #fff;
    padding: 40px 20px 15px;
    line-height: 40px;
    overflow: auto
}

.sys_note {
    background-color: #fefcc6;
    color: #000;
    line-height: 30px;
    height: 30px;
    display: block;
    position: absolute;
    width: 100%;
    text-indent: 15px;
    z-index: 1000
}

.sys_note i {
    float: right;
    cursor: pointer;
    margin: 2px 15px 0 0;
}

.sys_note {
    overflow: hidden;
}

.sys_note ul {
    display: block;
    height: 30px;
    width: 90%;
    overflow: hidden;
}

.sys_note ul li {
    display: block;
    max-width: 80%;
    height: 30px;
    overflow: hidden;
    text-indent: 15px;
}


/* scrollbar  */


/*.msglist::-webkit-scrollbar{width:10px;}
.msglist::-webkit-scrollbar-button { display: none; }
.msglist::-webkit-scrollbar-track{background: #fff;}
.msglist::-webkit-scrollbar-thumb{background-color:#f6f6f6;border: 1px solid #ccc;border-radius: 8px;}*/

.headpic,
.systemitem .systempic,
.chatitem .itemword i,
.useritem .itemword i {
    background: url(../../../images/chat/chatitembg.png) no-repeat;
}

.systemitem a {
    color: #066ccc;
}

.systemitem {
    border-bottom: 1px dashed #cccccc;
}

.systemitem .systempic {
    display: inline-block;
    height: 12px;
    width: 14px;
    background-position: 0 -40px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.chatitem {
    padding: 6px 0;
}

.chatitem .headpic {
    position: relative;
    background-position: -40px 0px;
    height: 40px;
    width: 40px;
    float: left;
    _display: inline;
}

.chatitem .itemword {
    position: relative;
    float: left;
    _display: inline;
    border: 2px solid #afeee1;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 0 15px;
    position: relative;
    line-height: 24px;
    max-width: 80%
}

.chatitem .inner-emoji {
    border: none;
}

.chatitem .itemword i {
    background-position: -15px -40px;
    height: 17px;
    width: 11px;
    display: block;
    top: 10px;
    left: -11px;
    position: absolute
}

.chatitem .iteminfo {
    clear: both;
    display: block;
    line-height: 24px;
    padding-left: 71px
}

.iteminfo i {
    color: #999;
    margin-left: 5px
}

.useritem {
    padding: 6px 0;
}

.useritem .headpic {
    position: relative;
    background-position: 0px 0px;
    height: 40px;
    width: 40px;
    float: right;
    _display: inline;
}

.useritem .itemword {
    position: relative;
    float: right;
    _display: inline;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 15px;
    position: relative;
    background-color: #1ab394;
    line-height: 24px;
    color: #fff;
    max-width: 80%
}

.useritem .inner-emoji {
    border: none;
    background: transparent;
}

.useritem .itemword i {
    background-position: -28px -41px;
    height: 12px;
    width: 8px;
    display: block;
    top: 15px;
    right: -8px;
    position: absolute
}

.useritem .iteminfo {
    clear: both;
    display: block;
    line-height: 24px;
    padding-right: 56px;
    text-align: right
}

.chat_cz {
    height: 38px;
    line-height: 38px;
    text-align: right
}

.chat_cz a {
    margin-right: 20px;
    color: #066ccc;
    font-size: 14px;
}

.systemitem a:hover,
.chat_cz a:hover {
    color: #06c;
}

.chat_txt {
    margin: 0 10px;
    position: relative;
    padding: 1px;
}

.chat_txt textarea {
    width: 98%;
    height: 76px;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    padding: 8px 1%;
    border: 0;
    background-color: #FFF;
    border: 1px solid #fff;
}

.chat_txt span {
    position: absolute;
    top: 70px;
    right: 20px;
    color: #999
}


/*.chat_txt .textarea_focus,*/

.chat_txt textarea:focus {
    border: 1px solid #1ab394
}

.chat_txt textarea[readonly=readonly] {
    border: 1px solid #fff;
}

.chat_btnbox {
    padding: 17px 10px 12px;
    height: 34px;
}

.chat_btnbox .ct_phone {
    float: left;
    line-height: 35px;
    font-size: 14px
}

.chat_btnbox .ct_btn {
    float: right;
    border-radius: 3px;
    background-color: #1ab394;
    color: #fff;
    font-size: 14px;
}

.chat_btnbox .ct_btn.disabled {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.chat_btnbox .ct_btn a {
    line-height: 33px;
    width: 108px;
    text-align: center;
    float: left;
    border-right: 1px solid #0f8f75;
    color: #fff;
}

.chat_btnbox .ct_btn a:hover {
    text-decoration: none
}

.chat_btnbox .ct_btn a.pri-offline {
    background: #ddd;
    color: #666;
    cursor: default;
}

.chat_btnbox .ct_btn i {
    line-height: 33px;
    cursor: pointer;
    float: left;
    height: 33px;
}

.chatbtn_sel {
    position: absolute;
    bottom: 46px;
    right: 10px;
    width: 170px;
    border: 1px solid #afeee1;
    background-color: #fff;
}

.chatbtn_sel a {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    color: #333;
    display: block;
    position: relative
}

.chatbtn_sel a:hover {
    background-color: #d3f1eb;
    text-decoration: none;
    color: #333;
}

.chatbtn_sel a.on {
    color: #1ab394;
    background-color: transparent
}

.chatbtn_sel a.on:hover {
    background-color: transparent;
    color: #1ab394;
}

.chatbtn_sel a.on i {
    display: block;
    position: absolute;
    top: 14px;
    right: 5px;
    height: 10px;
    width: 15px;
    background: url(../../../images/chat/chaticon.png) no-repeat 0 -350px;
}

.green {
    color: #1ab394
}

.red {
    color: #fe0000
}


/*popup*/


/*.popup{ border:2px solid #ddd; background-color:#f3f3f3; width:439px; padding:13px; font-size:14px; position:relative}*/

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none;
    z-index: 1050;
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin: 10px auto;
    z-index: 1050
}

.modal-content {
    position: relative;
    /*background: #fff;*/
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
}

.modal-header {
    padding: 10px;
    /*border-bottom:1px solid #e5e5e5;*/
    /*min-height:20px;*/
}

.modal-title {
    display: inline-block;
    margin: 0;
    line-height: 20px;
}

.modal-header .modal-close {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
    text-decoration: none;
    _right: 4px;
}

.modal-body {
    position: relative;
    padding: 10px;
}

.modal-footer {
    padding: 10px;
    text-align: right;
    /*border-top:1px solid #e5e5e5;*/
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal {
    _filter: alpha(opacity=100) !important;
}


/* popup */

#modalTips {
    display: none;
}

.popup {
    background-color: #fff;
    width: 449px;
    padding: 10px;
    font-size: 14px;
    position: relative;
    border: 3px solid #ddd;
}

.popup_grey {
    background-color: #eee;
}

.pop_tit {
    line-height: 30px;
    color: #333
}

.popup .iconfont {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 18px;
    color: #aaa;
}

.pop_sel {
    height: 36px;
    line-height: 36px;
    position: relative;
    margin-bottom: 7px
}

.pop_sel a {
    float: left;
    margin-right: 60px;
    line-height: 36px;
    color: #666;
    font-family: "微软雅黑";
    font-size: inherit;
    text-decoration: none;
}

.pop_sel a:hover {
    text-decoration: none;
    color: #666;
}

.pop_sel .iconchat {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.pop_sel .iconchat {
    color: #666;
    padding-right: 2px;
}

.pop_sel a.on .iconchat {
    color: #f60;
}

.popup .chat_btnbox .ct_btn_cancle {
    float: none;
    display: inline-block;
    width: 108px;
    vertical-align: middle;
    line-height: 33px;
    text-align: center;
    border-radius: 2px;
}

.popup .chat_btnbox .ct_btn_cancle {
    margin-right: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #666;
}

.popup .chat_btnbox .ct_btn_cancle:hover {
    color: #1ab394;
    text-decoration: none;
}

.popup .chat_btnbox {
    padding: 0px
}

.popup .chat_txt {
    margin: 0
}


/* chat-record */

.chat-record .aLocation {
    position: absolute;
}

.chat-record .msglist {
    min-height: 0px;
    padding: 15px 20px 15px;
}

.chat-record .lineX {
    border-top: 1px dotted #666666;
    padding-top: 20px;
}

.chat-record .loading {
    background: #fff;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.chat-record .loading img {
    background: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
}

.popup .chat_txt {
    _zoom: 1;
}

.popup textarea {
    width: 97.5%;
    border: 1px solid #ccc;
}


/* submit btn style */

.sub_btn_repair {
    margin-bottom: 5px;
}

.sub_btn_repair .ct_btn {
    border: 0;
}

.chat_btnbox .ct_btn:hover {
    background-color: #20c5a3;
}

.modal-footer .ct_btn a,
.sub_btn_repair .ct_btn a {
    border-right: 0;
}

.sub_btn_repair .ct_btn a.disabled {
    opacity: 0.8;
    cursor: no-drop;
    filter: alpha(opacity=80);
}

.msglist_first {
    border-bottom: 1px dashed #ddd;
}

.gd {
    background: url(../../../images/chat/gd2.png) no-repeat 0 0;
    height: 200px;
    width: 800px;
    position: relative;
    display: none;
}

.jdthui {
    position: absolute;
    top: 61px;
    right: 161px;
    height: 27px;
    width: 490px;
    background: url(../../../images/chat/gd1.png) no-repeat right 0;
}

.qiqiu {
    position: absolute;
    top: 30px;
    left: 160px;
    height: 52px;
    width: 39px;
    background: url(../../../images/chat/qq.gif) no-repeat 0 0;
}


/* IE6 textarea bug */

body {
    position: relative
}


/* 180711 onlinechat 改版 */


/* 查看历史 */

.chathistory {
    text-align: center;
    color: #066ccc;
    font-size: 14px;
    line-height: 20px;
}

.viewhistory {
    display: inline-block;
    color: #066ccc;
}

.viewhistory:hover {
    color: #066ccc;
}

.history_icon {
    display: inline-block;
    margin: -2px 8px 0 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url(../../../images/chat/history_icon.png) no-repeat center center;
}


/* 客服自助 */

.chatitem .itemword {
    max-width: 474px;
    width: 474px\9;
    *width: 474px;
}

.chatitem .itemword .itemquest {
    line-height: 30px;
}

.chatitem .questlist {
    margin: 5px 0;
    padding-top: 5px;
    border-top: 1px dashed #ddd;
}

.chatitem .questlist a {
    position: relative;
    padding: 0 80px 0 14px;
    display: block;
    float: left;
    text-align: left;
    color: #066ccc;
}

.chatitem .questlist .dot {
    position: absolute;
    left: 2px;
    top: 10px;
    display: block;
    width: 5px;
    height: 5px;
    background: #066ccc;
    border-radius: 50%;
}

.prodtitem .itemword {
    border: 2px solid #afeee1;
    background-color: #fff;
    color: #666;
    max-width: 330px;
    width: 330px\9;
    *width: 330px;
}

.link-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.useritem.prodtitem .itemword i {
    height: 17px;
    width: 11px;
    right: -11px;
    display: block;
    background-position: -44px -40px;
}

.prodtitem .itemword h3 {
    position: relative;
    margin-bottom: 5px;
    min-width: 150px;
    overflow: hidden;
    padding-right: 100px;
}

.prodtitem .itemword .protit {
    /* float: left\9; */
    float: left;
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prodtitem .itemword .proprice {
    position: absolute;
    top: 0;
    right: 0;
    color: #f66;
    text-align: right;
    display: inline-block;
    word-break: normal;
}

.prodtitem .itemword .proprice span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.prodtitem .itemword p {
    color: #999;
}

.picitem .itemword {
    background-color: #f1f5f9;
    max-width: 474px;
    max-height: 314px;
    width: 330px\9;
    *width: 330px;
    height: auto\9;
    *height: auto;
}

.picitem .itemword i {
    background-position: -36px -41px;
}

.picitem .itemword img {
    width: 100%;
}


/* 右侧 */

.chat_site.chat_prodt {
    padding: 0px;
    width: 320px;
}

.chat_site .ct_main {
    padding: 10px 12px;
    overflow: hidden;
}

.chat_site .ct_pro {
    padding: 10px 12px;
    border-top: 4px solid #00be88;
    border-bottom: 1px solid #ddd;
}

.chat_site .ct_pro .ct_tit {
    margin-bottom: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chat_site .ct_pro .ct_det {
    color: #999;
}

.chat_site .ct_pro .proprice {
    float: right;
    color: #f66;
    font-size: 16px;
    font-weight: bold;
}

.chat_site .ct_pro .proprice span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.chat_site .ct_send {
    display: block;
    margin: 10px auto;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #00be88;
    border: 1px solid #00be88;
    border-radius: 14px;
    font-size: 14px;
}

.chat_site .ct_send:hover {
    background-color: #00be88;
    color: #fff;
    text-decoration: none;
}


/*180717 图片预览 */

.swiper-slide {
    overflow: auto;
}

.image-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: rgba(0, 0, 0, .6);
}

.image-preview .box {
    cursor: move;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1140;
    overflow: hidden;
}

.image-preview .box img {
    max-width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
    height: 50px;
    width: 80px;
    background: url(../../../images/chat/tools_png.png) no-repeat center center;
    z-index: 1146;
}

.swiper-button-next {
    background-position: -80px 0;
}

.swiper-button-prev {
    background-position: 0 0;
}

.image-box .image-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1147;
}

.image-buttons .preview-close {
    margin: 10px auto;
    width: 22px;
    height: 22px;
    background: rgba(0, 0, 0, .5) url(../../../images/chat/preview-close.png) no-repeat center center;
    border-radius: 22px;
    padding: 10px;
}

.itemword img {
    max-width: 300px;
    max-height: 200px;
    position: relative;
}

.itemword canvas {}

.itemword .img-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    right: 0px;
    top: 0;
    color: white;
    text-align: center;
    line-height: 180px;
}


/* 20190130了解更多 */

.chat_cz .learn-more {
    float: left;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}

.chat_cz .learn-more a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #1ab394;
    line-height: 24px;
    background: #eee;
    text-align: center;
    color: #1ab394;
    font-size: 14px;
    border-radius: 12px;
    text-decoration: none;
    margin: 0 5px;
}

.chat_cz .learn-more a.on {
    background: #1ab394;
    color: #fff;
}

.chat_cz .learn-more a:hover {
    background: #1ab394;
    color: #fff;
}

.chat_txt textarea {
    resize: none;
}

.prodtitem .itemword i.left {
    background-position: -15px -40px;
    height: 17px;
    width: 11px;
    display: block;
    top: 10px;
    left: -11px;
    position: absolute;
}

.prodtitem .itemword i.right {
    height: 17px;
    width: 11px;
    right: -11px;
    display: block;
    background-position: -44px -40px;
}