@charset "utf-8";

/*--弹窗样式--*/

@charset "utf-8";

/* margin and padding */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
img,
form,
applet,
fieldset,
legend,
button,
input,
textarea,
th,
table,
tr,
td {
    padding: 0;
    margin: 0;
    border: none;
}


/* bady */

body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 62.5%;
    letter-spacing: .4px;
    color: #333;
    background: #eeeeee;
}

body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
    -webkit-text-size-adjust: none;
}

input::-ms-clear {
    display: none;
}

html {
    height: 100%;
    overflow-x: hidden;
    /* -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;*/
}

body {
    font-size: 62.5%;
}

input,
select,
textarea {
    cursor: pointer;
    outline: none;
}


/* img */

img {
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: none;
}

i {
    font-style: normal;
}


/* float */

.fl {
    float: left!important;
}

.fr {
    float: right!important;
}

.auto {
    margin: 0 auto;
}

.block {
    display: block!important;
}

.none {
    display: none;
}

.red {
    color: #ea4848!important;
}

.blue {
    color: #0034fa!important;
}

.mins {
    height: 0!important;
}

.text-left small {
    color: #666;
}

.text-right small {
    color: #666;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/* div */

li,
ul {
    list-style: none;
    outside: none;
}

.clear {
    width: 100%;
    height: 0;
    clear: both;
}

a,
b,
i,
span,
input,
select {
    font-family: "微软雅黑";
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}


/* font */

a {
    -webkit-transition: all .5s;
    text-decoration: none;
    color: #fff;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.bg-white {
    padding: 0;
    background: #fff;
}

.clear-pd {
    padding: 0;
}

.clear-mg {
    margin: 0;
}

.pd20 {
    padding: 20px;
}

#gray {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.chat-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    height: auto;
    /* border: 1px solid #ebeaea; */
    border-radius: 20px;
    /* background-color: #fff; */
    box-shadow: 30px 30px 40px #ccc;
}

.chat-wrap .top_nav {
    position: relative;
    height: 79px;
    /* cursor: move; */
    border-bottom: 1px solid #ebeaea;
    background: #0080cd;
    color: #ffffff;
    border-radius: 20px 20px 0 0;
    /*background: url(../images/bgPic.jpg) no-repeat;*/
    /* background-size: cover; */
    /* background-attachment: initial; */
}

.chat-wrap .top_nav a.guanbi {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../images/popup_guanbi.png) repeat 0 0;
}

.chat-wrap .top_nav a.guanbi span {
    display: none;
}

.chat-wrap .top_nav a.guanbi:hover {
    background: url(../images/popup_guanbi.png) repeat 0 -35px;
}

.chat-wrap .min {
    position: absolute;
    top: 79px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.artical-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    border-right: 1px solid #d8d8d8;
    background: #F7F7F7;
    padding: 0 15px 15px 15px;
}

.artical-wrap h4 {
    font-weight: 700;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 -15px;
    font-size: 16px;
}

.artical-wrap a {
    margin-right: 15px;
    font-weight: normal;
    color: #0034fa;
    font-size: 14px;
}

.artical-list {
    padding-top: 15px;
}

.qrcode {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
}

.day,
.month {
    color: #CFCFCF;
    width: 40px;
    6 line-height: 19px;
    clear: right;
}

.day {
    font-size: 24px;
    font-weight: bold;
}

.artical-list a.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #666666;
}

.budge {
    display: inline-block;
    color: red;
    border: 1px solid red;
    border-radius: 4px;
    padding: 0 2px;
    font-size: 12px;
    margin-right: 5px;
}

.month {
    font-size: 14px;
}

.artical-list li {
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.column-lt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 50%;
    border-right: 1px solid #d8d8d8;
}

.column-lt-46 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 46%;
    border-right: 1px solid #d8d8d8;
}

.column-lt-40 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    border-right: 1px solid #d8d8d8;
}

.column-lt-100 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 75%;
    border-right: 1px solid #d8d8d8;
}

.column-rt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
}

.column-rt-46 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 46%;
}

.column-rt-40 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
}

.column-rt-0 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
}

.chat-tabs {
    height: 38px;
    line-height: 38px;
    border: 1px solid #d6e6ec;
    background: #eff0f2;
}

.chat-tabs li {
    display: inline-block;
    float: left;
}


/*.chat-tabs li
{
    display: block-inline;
    display:none;
    float: left;
}*/

.chat-tabs li.active {
    display: block-inline;
    display: block;
    float: left;
}

.chat-tabs li a {
    display: block;
    padding: 0 25px;
    font-weight: 900;
    line-height: 38px;
    color: #4b4b4b;
}

.chat-tabs li.active a {
    display: block;
    padding: 0 25px;
    line-height: 38px;
    background: #e1e4e8;
}

.tab-content {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    overflow-y: auto;
}

.tab-content p {
    margin-bottom: 15px;
}

.companyimg {
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 5%;
}

.chat-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 240px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /*padding-top: 10px;*/
}

.chat-content-top40 {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 200px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /*padding-top: 10px;*/
}

.chat-block {
    outline: none;
}

.login-alert {
    z-index: 9999;
    display: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eff0f2;
}

.login-alert span {
    color: #f90;
}

.login-alert span:hover {
    color: #f00;
}

.qq-chat-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    border-top: 1px solid rgba(180, 180, 180, .5);
}

.toolInline ul {
    float: left;
    width: 100%;
    height: 28px;
}

.toolInline li {
    float: left;
    height: 25px;
    margin: 3px 0 3px 5px;
    -webkit-transition: all .5s;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
}

.toolInline li:hover {
    border: 1px solid #ccc;
}

.toolInline li span {
    float: left;
    width: 20px;
    height: 20px;
}

.toolInline li p {
    float: left;
    padding: 0 3px;
    line-height: 20px;
    cursor: context-menu;
}

.toolInline li i {
    float: left;
    width: 8px;
    height: 20px;
    margin: 0 2px;
    background: url(../images/chat/icon-00.png) no-repeat center center;
}

.qq-chat-text textarea {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 10px;
    line-height: 20px;
    color: #999;
}

.qq-chat-but {
    position: absolute;
    right: 15px;
    bottom: 5px;
    z-index: 999;
}

.qq-chat-but span {
    float: right;
    /*height: 24px;*/
    padding: 5px 10px;
    margin: 0 5px 7px 0;
    line-height: 22px;
    cursor: pointer;
    color: #444;
    /*background: #ea4848;*/
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.qq-chat-but span.fasong {
    margin-right: 0;
    color: #FFFFFF;
    border: 0;
    border-radius: 4px 0 0 4px;
    background: #0080cd;
}

.qq-chat-but span:hover {
    /*透明度*/
    opacity: .8;
    /* font-size: 15px;*/
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
}

.qq-chat-but span.fasong:hover {
    /*background: #c20000;
    -webkit-box-shadow: 0 0 5px #c20000;
       -moz-box-shadow: 0 0 5px #c20000;
            box-shadow: 0 0 5px #c20000;*/
}

.qq-chat-but span:nth-child(1) {
    padding-right: 34px;
    background: #ea4848 url(../images/chat/fa.png) 60px center no-repeat;
}

.close-chat {
    padding: .3em 1em;
}


/*图片气泡*/

.service_lists {
    position: relative;
    margin: 0 -10px 20px 10px;
}

.service_lists .header_img.service3 {
    /* background: url(../images/jimi_50_3.png) no-repeat 0 0; */
    /* background: url(../images/kefu02.png) no-repeat 0 0; */
}

.service_lists .header_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.fl {
    float: left;
}


/*.service_lists .msg
{
    display: inline;
    float: left;

    margin-top: 2px;
    margin-right: 40px;
    margin-left: 59px;
}
.service_lists .lt
{
    width: 26px;
    height: 10px;

    background: url(../images/msg_bg_lr.png) no-repeat 0 0;
}
.service_lists .tt
{
    height: 10px;

    background: url(../images/msg_bg_tb.png) repeat-x 0 -23px;
}
.service_lists .rt
{
    width: 10px;
    height: 10px;

    background: url(../images/msg_bg_lr.png) no-repeat -35px 0;
}
.service_lists .lm
{
    position: relative;

    width: 26px;

    vertical-align: top;

    background: url(../images/msg_bg_lr.png) repeat-y -94px 0;
}
.service_lists .mm
{
    line-height: 20px;

    padding: 0 5px;

    word-wrap: break-word;
    word-break: break-all;

    color: #333;
    background-color: #fff;
}
.service_lists .lm span
{
    position: absolute;
    top: 5px;

    display: inline-block;

    width: 26px;
    height: 16px;

    background: url(../images/msg_bg_lr.png) no-repeat 0 -14px;
}
.service_lists .rm
{
    width: 10px;

    background: url(../images/msg_bg_lr.png) repeat-y -113px 0;
}
.service_lists .lb
{
    width: 10px;
    height: 10px;

    background: url(../images/msg_bg_lr.png) no-repeat 0 -43px;
}
.service_lists .bm
{
    height: 10px;

    background: url(../images/msg_bg_tb.png) repeat-x 0 -25px;
}
.service_lists .rb
{
    width: 10px;
    height: 10px;

    background: url(../images/msg_bg_lr.png) no-repeat -35px -43px;
}*/


/*聊天气泡*/

.bubble-lt {
    position: relative;
    width: auto;
    padding: 10px;
    line-height: 1.2;
    border-radius: 6px;
    /* background: #ccc; */
    background: #ececec;
}


/* .bubble-lt:after {
    position: absolute;
    top: 10px;
    left: -15px;
    content: "";
    border-top: 8px solid transparent;
    border-right: 8px solid #ececec;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
} */

.bubble-rt {
    position: relative;
    width: auto;
    max-width: calc(35vw);
    padding: 10px;
    margin-left: 55px;
    color: #fff;
    border-radius: 6px;
    background: #e62e10;
}


/* .bubble-rt:after {
    position: absolute;
    top: 10px;
    right: -15px;
    content: "";
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e62e10;
} */

.chat-box {
    margin: 0 65px 0 0;
}

.chatbox-rt {
    margin-right: 0 0 0 65px;
}

.sys_lists {
    margin: 10px 0 10px 0;
}

.sys_lists .msg {
    margin: 0 auto;
    /*background-color: #eff0f2;*/
    color: #9e9e9e;
}

.customer_lists {
    position: relative;
    margin: 0 12px 20px 20px;
}

.customer_lists .msg {
    float: right;
    margin-top: 2px;
    margin-right: 73px;
    _margin-right: 38px;
}

.customer_lists .lt {
    width: 10px;
    height: 10px;
    background: url(../images/msg_bg_lr.png) no-repeat -47px -0;
}

.customer_lists .tt {
    height: 10px;
    background: url(../images/msg_bg_tb.png) repeat-x 0 0;
}

.customer_lists .rt {
    width: 26px;
    height: 10px;
    background: url(../images/msg_bg_lr.png) no-repeat -63px 0;
}

.customer_lists .lm {
    width: 10px;
    background: url(../images/msg_bg_lr.png) repeat-y -126px 0;
}

.customer_lists .mm {
    padding: 1px 8px;
    word-wrap: break-word;
    word-break: break-all;
    color: #fff;
    background-color: #3897e7;
}

.customer_lists .rm {
    position: relative;
    width: 26px;
    vertical-align: top;
    background: url(../images/msg_bg_lr.png) repeat-y -129px 0;
}

.customer_lists .lb {
    width: 10px;
    height: 10px;
    background: url(../images/msg_bg_lr.png) no-repeat -47px -36px;
}

.customer_lists .bm {
    height: 10px;
    background: url(../images/msg_bg_tb.png) repeat-x -106px -4px;
}

.customer_lists .rb {
    width: 26px;
    height: 10px;
    background: url(../images/msg_bg_lr.png) no-repeat -63px -36px;
}

.customer_lists .rm span {
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(../images/msg_bg_lr.png) no-repeat -63px -14px;
}

.customer_lists .header_img_hover {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    /*background: url(../images/avatar_mask_01.png);*/
}

.customer_lists .header_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: " .";
}

.dropbtn:before {
    font-family: "icons";
    -moz-osx-font-smoothing: grayscale;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
}

.dropbtn:before {
    content: "\e600";
}

@font-face {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAARgAAoAAAAABBgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAANgAAADYZbVvCE9TLzIAAAHMAAAAYAAAAGAIIvy2Y21hcAAAAiwAAABMAAAATBpVzFdnYXNwAAACeAAAAAgAAAAIAAAAEGhlYWQAAAKAAAAANgAAADYAl8viaGhlYQAAArgAAAAkAAAAJANuAeZobXR4AAAC3AAAABQAAAAUAwAAdG1heHAAAALwAAAABgAAAAYABVAAbmFtZQAAAvgAAAFFAAABRVcZpu5wb3N0AAAEQAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB2Dx0AAAB7ER0AAAAJHQAAAM8SAAYBAQgPERMWG2ljb21vb25pY29tb29udTB1MXUyMHVFNjAwAAACAYkAAwAFAQEEBwoNTPyUDvyUDvyUDvuUDvgg958VgYD7AiOLi4aFg4iEi4SLg46GkYuL+wLzgZaAloqel5eWlpqMmX8I7yvv6wWZl5qKloCXf4p4gIAIDviUFPiUFYsMCgADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYAAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5gD//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAss1nQF8PPPUACwIAAAAAAM/2xdgAAAAAz/bF2AAAAAABjAE1AAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAGMAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAQAAAAIAAHQAAFAAAAUAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKADQAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKADQAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
}

.dropbtn {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    color: #000;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #0080cd;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    position: absolute;
    top: -86px;
    /*left: -130px;*/
    display: none;
    min-width: 160px;
    border: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}

.dropdown-content a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: black;
}

.dropdown-content .j-enterListen1:hover {
    opacity: .8;
    color: #000;
    background-color: #c20000;
}

.dropdown-content .j-enterListen2:hover {
    opacity: .8;
    color: #000;
    background-color: #c20000;
}

.dropdown-content:hover a {
    color: black;
    background-color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    opacity: .8;
    /*background-color: #c20000;*/
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
}

.dropdown .active {
    color: white;
    background-color: #c20000;
}


/*表情专用*/

.chatFace-list {
    position: absolute;
    border: 1px solid #a4c9dc;
    background-color: rgb(227, 238, 244);
}

.chatFace-Div {
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
}

.chat-div {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(180, 180, 180, .5);
    /*height: 130px;*/
    outline: none;
}


/*在线客服聊天窗录音*/

.chitchat .btn-record {
    position: absolute;
    top: 6px;
    right: 8px;
}

.chitchat .checkbox {
    position: relative;
    display: inline-block;
    margin: 0;
}

.chitchat .checkbox input {
    position: absolute;
    top: -7px;
    left: 20px;
    z-index: 5;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.chitchat .model-1 .checkbox input:checked+label {
    background: #3bb4f2;
}

.chitchat .checkbox label {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 22px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 46px;
    background: #ccc;
}

.chitchat .model-1 .checkbox input:checked+label:after {
    z-index: 1;
    background: url("img/slideBtnOn.png") no-repeat 1px 1px;
    background-size: 21px;
}

.chitchat .checkbox input:checked+label:after {
    left: 29px;
}

.chitchat .checkbox label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 21px;
    height: 21px;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
    background: url("img/slideBtnOff.png") no-repeat 1px 1px;
    background-size: 21px;
}

.chitchat .noice-record {
    position: absolute;
    top: 45px;
    left: 30%;
    width: 40%;
}

.chitchat .start-record {
    position: relative;
    padding-top: 1px;
    list-style: none;
}

.start-record .left-ld {
    position: absolute;
    top: 0;
    left: 8%;
    margin: 0 auto;
}

.start-record .right-ld {
    position: absolute;
    top: 0;
    right: 8%;
    margin: 0 auto;
}

.noice-record .text-record {
    font-size: 20px;
    list-style: none;
}

.noice-record .record-time {
    font-size: 20px;
}

.noice-record li {
    list-style: none;
}

.noice-record i {
    font-size: 48px;
}

.start-record .loading span {
    display: inline-block;
    width: 3px;
    height: 100%;
    -webkit-animation: load .6s ease infinite;
    border-radius: 4px;
    background: #f5a623;
}

@-webkit-keyframes load {
    0%,
    100% {
        height: 5px;
        background: #f5a623;
    }
    50% {
        height: 10px;
        margin: -2.5px 0;
        background: #f5a623;
    }
}

.start-record .loading span:nth-child(2) {
    -webkit-animation-delay: .1s;
}

.start-record .loading span:nth-child(3) {
    -webkit-animation-delay: .2s;
}

.start-record .loading span:nth-child(4) {
    -webkit-animation-delay: .3s;
}

.start-record .loading span:nth-child(5) {
    -webkit-animation-delay: .4s;
}

.start-record .loading span:nth-child(6) {
    -webkit-animation-delay: .5s;
}

.chitchat .vedio-close {
    padding: 13px 27px;
    margin-top: 5px;
    line-height: 1.5;
    border: 0;
    outline: none;
    background: url(img/vedio-close.png) no-repeat 0 0;
    box-shadow: none;
}

#vedio-btn .btn:active,
.btn.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chitchat .vedio-open {
    padding: 13px 27px;
    margin-top: 5px;
    line-height: 1.5;
    border: 0;
    outline: none;
    background: url(img/vedio-open.png) no-repeat 0 0;
    box-shadow: none;
}

.chitchat .play {
    background: url(img/play.png) no-repeat 0 0;
}

.chitchat .stop {
    background: url(img/stop.png) no-repeat 0 0;
}

.chitchat .gif-l {
    position: absolute;
    left: 216px;
}

.chitchat .gif-r {
    position: relative;
    top: -16px;
    left: 40px;
}

.J_befQ {
    padding: 5px 0;
}

.cams_wrap_new {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*border-radius: 5px;*/
    /*background: #d7e9f6;*/
    padding: 10px;
    overflow-y: auto;
}

.cams_wrap_new>div {
    width: 100%;
    height: 50%;
    background: #f5f5f5;
}

.cams_wrap>div {
    width: 100%;
    height: 50%;
    background: #f5f5f5;
}

.remote_vid {
    max-width: 100%;
    min-height: 50%;
    border-bottom: 2px solid #d7e9f6;
}

.local_vid {
    width: 100%;
    max-height: 50%;
    border-top: 9px solid #d7e9f6;
}

.iconfont.icon-48 {
    display: block;
    font-size: 48px;
    text-align: center;
}

a.link-abs-top {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 9999;
    margin-top: -60px;
    margin-left: -40px;
    color: #888;
}

a.link-abs-top:hover {
    color: #444;
}

a.link-abs-bottom {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 9999;
    margin-top: -60px;
    margin-left: -40px;
    color: #888;
}

a.link-abs-bottom:hover {
    color: #444;
}


/*==============================================登录页面===========================*/

input,
button {
    border: none;
    outline: none;
}

.login-bg {
    background: #3bb4f2;
}

.cont {
    position: relative;
    height: 100%;
    overflow: auto;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    /*background-image: url("http://i.imgur.com/UP7fWfg.jpg");*/
    background-size: cover;
}

.login__input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.login__input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.login__input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.login__input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.demo {
    position: absolute;
    top: 10%;
    right: 0;
    /*left: 50%;*/
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /*margin-left: -15rem;
  margin-top: -26.5rem;*/
    /*width: 30rem;
  height: 53rem;*/
    /*overflow: hidden;*/
}

.login {
    position: relative;
    height: 100%;
}

.login__check {
    position: absolute;
    top: 16rem;
    left: 13.5rem;
    width: 14rem;
    height: 2.8rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #fff;
}

.login__check:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 2.8rem;
    height: 5.2rem;
    content: "";
    background: #fff;
    box-shadow: inset -.2rem -2rem 2rem rgba(0, 0, 0, .2);
}

.login__form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 1.5rem 2.5rem;
    text-align: center;
}

.login__row {
    position: relative;
    height: 4rem;
    padding-top: .5rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.login__row .icon {
    position: absolute;
    left: 0;
    font-size: 2.4rem;
    color: #fff;
}

.login__icon {
    margin-right: .5rem;
    margin-bottom: -.4rem;
}

.login__icon.name path {
    -webkit-animation: animatePath 2s .5s forwards;
    animation: animatePath 2s .5s forwards;
    stroke-dasharray: 73.50196075439453;
    stroke-dashoffset: 73.50196075439453;
}

.login__icon.pass path {
    -webkit-animation: animatePath 2s .5s forwards;
    animation: animatePath 2s .5s forwards;
    stroke-dasharray: 92.10662841796875;
    stroke-dashoffset: 92.10662841796875;
}

.login__input {
    display: inline-block;
    width: 85%;
    /*width: 22rem;*/
    height: 100%;
    padding-left: 1.5rem;
    margin-left: 2rem;
    font-size: 1.5rem;
    color: #fff;
    background: transparent;
}

.login__submit {
    position: relative;
    width: 100%;
    height: 4rem;
    margin: 4rem 0 2.2rem;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: width .3s .15s, font-size .1s .15s;
    transition: width .3s .15s, font-size .1s .15s;
    color: rgba(255, 255, 255, .8);
    border-radius: 3rem;
    background: #2988d1;
}

.login__submit:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    content: "";
    -webkit-transition: opacity .1s .4s;
    transition: opacity .1s .4s;
    -webkit-animation: rotate .5s infinite linear;
    animation: rotate .5s infinite linear;
    opacity: 0;
    border: 2px dotted #fff;
    border-bottom: none;
    border-left: none;
    border-radius: 50%;
}

.login__submit.processing {
    width: 4rem;
    font-size: 0;
}

.login__submit.processing:after {
    opacity: 1;
}


/*.login__submit.success {
  -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
          transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
  -webkit-transform: scale(30);
      -ms-transform: scale(30);
          transform: scale(30);
  opacity: 0.9;
}*/

.login__submit.success:after {
    -webkit-transition: opacity .1s 0s;
    transition: opacity .1s 0s;
    opacity: 0;
}

.login__signup {
    font-size: 1.2rem;
    color: #aba8ae;
}

.login__signup a {
    cursor: pointer;
    color: #fff;
}

@-webkit-keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}

.defaultBgColor {
    background: #4eb0ff;
}

.sysMsg {
    /* line-height: 30px; */
    padding: 3px 5px;
    color: #757575;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.liuyanDiv {
    height: 8rem !important;
}

.channel-ico {
    cursor: pointer;
}

.hr-dashed {
    margin-top: 3px;
    margin-bottom: 3px;
    border-top: 1px dashed #eee;
}

.chatInfo {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto;
    color: #757575;
    border-radius: 3px;
    background-color: #f7f7f9;
}

.liuyanText {
    resize: none;
}

img#logo {
    height: 48px !important;
    margin-left: 10px;
    margin-top: 16px;
    margin-bottom: 26px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
}

.J_companyInfo ul {
    height: 38px;
    line-height: 38px;
    border: 1px solid #d6e6ec;
    background: #eff0f2;
}

.J_companyInfo ul li {
    display: block-inline;
    float: left;
    width: 70px;
    padding-left: 4px;
    font-weight: 900;
    background: #e1e4e8;
}

.J_companyInfo ul li:hover {
    cursor: pointer;
}

#accordion .panel-body,
.companyInfoContent {
    font-size: 12px;
}

.J_content {
    word-break: break-all;
    color: black;
    /*display: inline-block;*/
}

.J_content a {
    color: royalblue;
}

.text-red {
    color: #d0021b;
}

.text-blue {
    color: #4fc3f7;
}

.text-grey {
    color: #9e9e9e;
}

.chatInfo label input[type="radio"] {
    margin: 3px 0 0 -15px;
    top: 5px;
}

.comments {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    color: #f44336;
    border: 2px solid #f44336;
    border-radius: 10px;
    background: #e0e0e0;
}


/*单图文、多图文*/

.pic-box {
    display: inline-block;
}

.pic-box li {
    float: left;
}

.vice {
    /*float: right;*/
    width: 100%;
    text-align: left;
}

.rt-more {
    width: 150px;
    height: 121px;
    text-align: center;
}

.rt-more a {
    display: block;
    width: 100%;
    height: 121px;
    line-height: 121px;
    color: #acacac;
    background: #e8e8e8;
}

.rt-more a:hover {
    text-decoration: none;
    background: #c6c6c6;
}

.info-top .title {
    width: 242px;
    /*line-height: 20px;*/
    /*height: 25px;*/
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}

.info-top .title a {
    color: royalblue;
}

.vice {
    height: 25px;
    line-height: 30px;
    text-align: left;
    color: #999;
}

.vice a {
    color: #999;
}

.vice span {
    padding-right: 10px;
    font-size: 12px;
}

.art-img {
    padding: 5px 5px 5px 0;
    /*width: 242px;*/
    /*height: 121px;*/
    cursor: pointer;
}

.art-img img {
    width: 242px;
    /*height: 121px*/
}


/*单图文、多图文*/

.tab {
    border-right: 1px solid #2b3d51;
    border-bottom: 1px solid #2b3d51;
    width: 100%;
    border-collapse: collapse;
    /*color:#3377c3;*/
}

.tab td {
    border-top: 1px solid #2b3d51;
    border-left: 1px solid #2b3d51;
    height: 25px;
}

.tab .center {
    text-align: center;
    padding: 5px;
}

.tab .blue {
    color: #378dd8;
}

.tab .pd-5 {
    padding-left: 5px;
}

.cont-dz {
    background: url(../img/dz11.png) center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100% auto;
    margin-top: 6px;
}

.cont-dz:hover {
    background: url(../img/dz12.png) center no-repeat;
    background-size: 100% auto;
}

.cont-dc {
    background: url(../img/dz21.png) center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100% auto;
    margin-left: 17px;
    margin-top: 6px;
}

.cont-dc:hover {
    background: url(../img/dz22.png) center no-repeat;
    background-size: 100% auto;
}

.lefgMsg {
    border-radius: 15px;
    background-color: #dedede;
}

.lefgMsg p {
    margin-bottom: 0px;
}

.lefgMsg .service_lists {
    margin-bottom: 0px;
}

.lefgMsg .pull-right {
    margin-bottom: 10px;
}

.lefgMsg .sysMsg {
    margin: 0 auto;
    text-align: center;
    background-color: #dedede;
}

.lefgMsg .bubble-rt {
    background-color: #ececec;
}

.lefgMsg .bubble-rt::after {
    border-left: 8px solid #ececec;
}

.leftMsg-btn {
    position: relative;
    float: right;
    top: -10px;
    margin-right: 20px;
}

.leftMsg-btn button {
    width: 80px;
    background-color: #fff;
    height: 22px;
}

.notify {
    position: absolute;
    top: 0px;
    left: 60px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #d0021b;
}

.sysMsg img {
    margin-bottom: 4px;
}

.chatFace-sp {
    width: 26px;
    height: 26px;
}

.pd-input {
    display: inline;
    width: 120px;
    padding: 5px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

.quote-text {
    /* background-color: #e5e5e5; */
    color: #666;
    font-size: 12px;
    /* border-radius: 4px; */
    padding: 5px 0;
    border-top: 2px solid #d8d8d8;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    position: relative;
    padding-right: 30px;
}
.quote-div{
    position: absolute;
    top: 118px;
    width: 100%;
}

.quote-div i {
    padding-left: 5px;
    color: #999;
}

.quote-text .close-quote{
    position: absolute;
    right: 5px;
    top: 3px;
}

.radio-inline {
    margin-right: 15px;
    line-height: 30px;
}
 #li_leftMsg{
    position: relative;
 }
.J_productInfo table {
    table-layout: fixed;
}

.J_productInfo table td {
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.notifyMsg{
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding: 0 15px 10px;
    align-items: center;
}
.notifyMsg span{
    cursor: pointer;
    font-size: 16px;
}
.notifyMsg img{
    width: 16px;
}
.notify-help{
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
}
.quoteMenu{
    width: 80px;
    border: 1px solid #e0e0e0;
    display: none;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.quoteMenu li{
    padding: 2px 10px;
}
.quoteMenu li:hover{
    background-color: #e6e6e6;
}
.imgFile{
    display: flex;
    align-items: center;
}

.message-time {
    opacity: 0.5;
}

.divRobot {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
}

.imgRobot {
    /* width: 100%; */
    height: 100%;
    border-radius: 50%;
}

.QA_content {
    width: 500px;
}

.QA_question {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    max-height: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0168DA;
}

.QA_answer {
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    display: none
}

.QA_content_DigitalBB {
    width: 500px;
}

.QA_question_DigitalBB {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    max-height: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0168DA;
}

.QA_answer_DigitalBB {
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    display: none
}

#imgDigitalBB {
    position: fixed;
    bottom: 10%;
    right: 70px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
}
#clickMe{
    position: fixed;
    bottom: calc(100% - 90% + 110px);
    right: 70px;
    width: 100px;
    height: 20px;
    border-radius: 10px;
    background: #0080cd;
    text-align: center;
    color: #ffffff;
    z-index: 9999;
    /* cursor: pointer; */
    display: none;
}

/* 模态框隐藏 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 模态框内容样式 */
.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
    height: 70%;
    text-align: center;
    border-radius: 14px 20px 0 0;
    position: relative;
}

.robot-info {
    color: #0080cd;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 22px 0;
}


/* 关闭按钮样式 */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* ... */

/* 聊天框样式 */
.chat-container {
    height: 90%;
    /* 设定聊天框高度 */
    overflow-y: auto;
    /* 超出高度显示滚动条 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat-log {
    padding: 10px;
    overflow-y: auto;
    min-height: 450px;
}

.message {
    margin: 5px;
    padding: 8px;
    border-radius: 5px;
}

.received {
    /* background-color: #f1f0f0; */
    text-align: left;
    display: flex;
    position: relative;
    /* width: 80%; */
    margin: 10px -10px 20px 10px;
    flex-wrap: nowrap;
}

.sent {
    /* background-color: #e2f7cb; */
    text-align: right;
    float: right;
}

.message-input {
    width: calc(100% - 100px);
    /* 输入框宽度减去发送按钮的宽度 */
    padding: 8px;
    margin-top: 10px;
}

.send-btn {
    width: 70px;
    padding: 8px;
    margin-top: 10px;
    margin-right: 10px;
    color: #FFFFFF;
    border: 0;
    border-radius: 4px;
    background: #0080cd;
}

.received .message-content{
    border-radius: 4px;
    background-color: #e5e5e5;
    color: #6c6c6c;
    padding: 10px 10px;
    float: left !important;
    min-width: 300px;
}
.received .btnDiv{
    margin-top: 5px;
    padding: 5px;
}
.received .btn{
    padding: 5px 10px;
    border: 1px solid #0080cd;
    border-radius: 5px;
    color: #0080cd;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}

.received .activeBtn{
    padding: 5px 10px;
    border: 1px solid #0080cd;
    background-color: #0080cd;
    border-radius: 5px;
    color: #fff;
}
.answerList{
    color: #0080cd;
    cursor: pointer;
}

.sent{
    width:100%
}
.sent .message-content{
    border-radius: 4px;
    background-color: #0080cd;
    color: #fff;
    padding: 10px 10px;
    float: right !important;
}
.robot-toolBtn{
    float: left;
    width: 85px;
    color: #fff;
    background-color: #FF4949;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    display: none;
    cursor: pointer;
}
.robot-hot-title{
    color: #0080cd;
    font-size: 16px;
    font-weight: 700;
}
.J_content .robot-hot-title{
    margin-top: 15px;
}
.robot-hot-div{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin-top: 10px;
    border-bottom: 1px solid #DCDCDC;
}
.robot-hot-div .active{
    background: #0080cd;
}
.robot-hot-div .hide{
    display: none;
}
.robot-hot-span{
    background: #89BCDB;
    padding: 6px 4px;
    border-radius: 10px;
    width: 18%;
    display: block;
    text-align: center;
    margin: 5px 2px;
    cursor: pointer;
}
.robot-rea-div{
    display: flex;
    flex-direction: column;
    /* color: #fff; */
    margin-top: 5px;
    border-top: 1px solid #DCDCDC;
}
.robot-rea-div span{
    margin-top: 5px;
}
.robot-ref-div{
    text-align: center;
    color: #0080cd;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #DCDCDC;
}
.robot-ref-div span{
    cursor: pointer;
}

.J_content .robot-rea-div span{
    margin-top: 8px;
}

.commonQuestion{
    position: absolute;
    right: 0;
    bottom: 195px;
    left: 25%;
    z-index: 3;
    height: 50px;
    display: flex;
    align-items: end;
    padding-left: 10px;
    padding-bottom: 12px;
    width: 500%;
    /* background-color: #f7f8fa; */
}
.commonQuestion>.cq_item{
    border: 1px solid #0080cd;
    border-radius: 10px;
    padding: 4px 12px;
    line-height: 15px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    color: #0080cd;
}
.commonQuestion>.cq_item:hover{
    background-color: #EBEDF0;
}
.commonQuestion>.hot_item::after{
    content: "HOT";
    color: white;
    position: absolute;
    right: -8px;
    top: -4px;
    background-color: red;
    font-size: 6px;
    width: 20px;
    height: 12px;
    line-height: 12px;
    border-radius: 5px;
    text-align: center;
}

.home-vue-scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.home-vue-scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    box-shadow   : inset 0 0 5px rgba(51, 51, 51, 0.2);
    background   : #999999;
}
.home-vue-scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(58, 58, 58, 0.2);
    border-radius: 8px;
    background   : #ededed;
}

.robot-feedback-div {
    width:100%;
}

.robot-feedback-div a{
    border: 1px solid #0080cd;
    border-radius: 10px;
    padding: 4px 12px;
    line-height: 15px;
    /*margin-right: 4px;*/
    position: relative;
    cursor: pointer;
    color: #0080cd;
    float:right;
    margin-top: 15px;
    margin-left: 5px;
}

.robot-feedback-div a:hover{
    color: #0080cd;
}
.robot-feedback-div a.active{
    border: 1px solid #0080cd;
    background-color: #0080cd;
    color: #fff;
}
.robot-ques{
    font-weight: 700;
}

