

html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size : 14px;
}

body {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }

@font-face {font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_1667869_3s1gl6gk26w.eot?t=1589871126556'); /* IE9 */
    src: url('//at.alicdn.com/t/font_1667869_3s1gl6gk26w.eot?t=1589871126556#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANgAAsAAAAAB4wAAAMRAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqCbII6ATYCJAMMCwgABCAFhG0HPRuHBsguoRzbUSSg2TvTbUzAa0Q/b8GA+8RE8P1+r3vePR9Rhcrgy4oVEHi2VanuVPkYU1UVVTQig7ZmEAtumVDx/F3uCC958jlcd7GJmm51tnYymZCp9WEm/5kB9GQpEF6V1rnpEJJcYM2uI8DcCEr3icO9Ns8Dm8+yXNbWsYctDDCa511AY22KrEDCPgj/YezKizhMoG1JHKvTFXVtwFEyRgXiJVUxcEw5pWSRplAvWZgRX0FNs/piPVb9z8d/h6NJpVYYEy89LpdB0S/5ccJm4aqbLgGIxtODLaNgLyCJ26XGq2zC4F422orStj6xLoVqLM8VfKGqrq/0H68i6oz0LtgJQxW/2ByCX/2hChRQRw9PAasj5FLXiF60oL7bnXs/bd2AC/efbj9/uPjg2daTexgef9z+vPhp6wOG+2U3TH/xtq/R/j07v7Hj67R/6bZv2/H9+h4LnVN3v9245tOPstdM2AnH7nXC/Zfbp4uvtl5g0Gd5SQo++pf253uGm3QeJDmNt5nVZybD0g5gpZw5TXIN8jDfKYhjjp1AQlqtICmMHb67+amyEZjXLNg9q9HOXj8p/XJdlx5xvZNqMRennNuzy4G+/Y1K+qz2bNsEihjush73V75j4W2y/x33vG9K8PMTP3/Ixqx8BjTP2RT8g1ZpC8klxpCSyCTbZihOcrjDPG1tbEDr2Hl/9Uz1E5opEUOlYRFF01ZiUveipuMo6pqOoW2PyuUdE5yNyBZ2WwUIQw9R6VtDMfSWmNQz1Mz9R90wCtouh/eGHdvjGSzlBAsiI90kohIzKZZGwCCzhaiaAfOkxKd3EG6hHpS8/2A2UklMhI8xxTKmpgihIIUzI6oAxxGDgSEzZyNEEgnDQphzEg88LntRgsSMADqFIzCBkCE6kxBKwpgobmUB5t7fglBpDDBeU1Lh7kBwFrR9JFmCpBbESqWpVcm1PGMxRpVCEBSIgmOMkAqgJwxmkEHM5f1GEBIhwXAPv1mORFROaatMmF9tfL5N0GbcVKKKEqn5hJhUWWPJjvcpZqPUpAIAAAAA') format('woff2'),
    url('//at.alicdn.com/t/font_1667869_3s1gl6gk26w.woff?t=1589871126556') format('woff'),
    url('//at.alicdn.com/t/font_1667869_3s1gl6gk26w.ttf?t=1589871126556') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('//at.alicdn.com/t/font_1667869_3s1gl6gk26w.svg?t=1589871126556#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icongengduo1:before {
    content: "\e61b";
}

.iconbiaoqing:before {
    content: "\e641";
}

.disn1{
    display: none !important;
}

.content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow: auto;
    background: transparent;
    padding: 0;
    position: relative;
    display: block;
}


a{
    text-decoration:none;
    color: #007ed1;
}

.col00{color: #007ed1;}

.chatting-left div.chat-content a{color: #007ed1;}

.ke-container-simple{
    border: 0 !important;
}

.info-list .ukefu-suggest-item{
    background: none;
    padding: 0;
}

.dc_chat .ukefu-suggest-item{
    background: #fff;
    line-height:1.2;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

.ukefu-suggest{border-color: #eee}

.entryPrompt{
    display: inline-block;
    line-height: 1.2;
    font-size: 13px;
    height: auto;
    background-image: linear-gradient(
            #ffffff,
            #ffffff),
    linear-gradient(
            #e5e5e5,
            #e5e5e5);
    background-blend-mode: normal,
    normal;
    border-radius: 25px;
    color: #333;
}

.entryPrompt img {
    max-width: 100%;
    height: auto;
}

.pc .entryPrompt{
    padding:11px;
    min-width: 80%;
    min-height: 50px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 25px;
    box-sizing: border-box;
    max-width: 96%;
    /*color: #5e6572;*/
}

.mobile .entryPrompt{
    padding:8px 16px;
    min-width: 90%;
}

.ke-container body{   color: #333; font-size: 12px;  height: 90px;    letter-spacing: 1px;
    line-height: 1.5;}

#degree{
    height: 20px;
    position: relative;
    top: -6px;
}

#degree .layui-rate{
    padding: 0;
}

#queneindex{
    font-size: 12px !important;
    margin: 0 5px;
}

.ukef-leavemsg-tip{
    width: 80%;
    background: #f3f7ff;
    border-radius: 20px;
    line-height: 40px;
    height: 40px !important;
    color: #333;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin: 25px auto 0;
}
.chat-right .chat-message .time{margin-right: 0}
.leaveCon p{margin: 12px 0}


.dialogue_verification{
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}
.verification_popup{

}


.verification_head{
    background: #fafafa;
}

.ver_content{    }

.agentNot{
    padding:20px;
}


.ke-container-simple .ke-statusbar{    z-index: -1;position: relative;}

.custom-icon a:hover{
    color: #fff;
}

.custom-item{
    height: 50px;
}

#header{
    border-bottom: 2px solid #e6e6e6;
}

#header.pc{
    height: 120px;
    box-sizing: border-box;
}

#header.mobile{
    height: 5.6rem;
}



#header.pc .logoImg{
    max-width: 13.1rem;
    max-height: 5.6rem;
}


.custom-icon img{
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
}

.pc .logobox{
    height: 100%;
    margin-left: 4.8rem;
}


.mobile .logobox{
   margin-left: 1.3rem;
   height: 100%;
}

.logobox .logoImg{
    /*max-width: 9.1rem;*/
    /*max-height: 3.8rem;*/
}


.turn{
    border: solid 0.1rem #ffffff;
    border-radius: 1.7rem;
    cursor: pointer;
    padding:0;
    position: relative;
    right: 0;top: 0;
    text-align: center;
    color: #fff;
}

.pc .turn{
    width: 12.5rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.3rem;
    margin-right: 1.5rem;
}

.mobile .turn{
    width: 9rem;
    height: 3rem;
    line-height: 2.9rem;
    font-size: 1rem;
    margin-right: 1.3rem;
}


.pc .turn img{
    width: 3.1rem;
    height: 2.2rem;
    margin-right: 0.5rem;
}

.mobile .turn img{
    width: 2.4rem;
    margin-right: 0.5rem;
}



.le-message{
    height: 100%;
    width: 23.6rem;
    border-right:0.1rem solid  #e6e6e6;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
}

#serviceIn{
    background-image: url("/static/im/img/service_bg.png?v=7.10.0");
    background-size: 100% 100%;
    height: 240px;
    padding: 0;
}

#serviceIn>img{
    width: 130px;
    height: 130px;
    /*background-color: #00c9d1;*/
    box-shadow: 0.1rem 0.2rem 0.5rem 0rem
    rgba(0, 46, 87, 0.2);
    border-radius: 1.6rem;
    background: #fff;
    margin-top: 24px;
}


#evaluateForm{
    height: calc(100% - 240px);
}

.dc_evaluate{
    padding-top: 8px;
}
.dc_evaluate .estimate-item{
    width: 19.4rem;
    /* height: 2.9rem; */
    /* line-height: 2.9rem; */
    background-color: #ffffff;
    box-shadow: 0.1rem 0.2rem 0.3rem 0rem
    #d3dee5;
    border-radius: 0.6rem;
    border: solid 0.1rem #f4f6f7;
    margin: 0 auto 0.5rem;
    box-sizing: border-box;
    padding: 6px;
}

.dc_evaluate .estimate-item:hover{
    /*border: solid 0.1rem #00c9d1;*/
}

.dc_evaluate .estimate-item.active{
    border: solid 0.1rem #00c9d1;
}


.dc_evaluate .estimate-item>span:first-child{
    font-size: 0.9rem;
    width: auto;
    text-align: left;
    padding-left: 0.8rem;
}

.dc_evaluate .estimate-item img{
    width: 1.4rem;
    margin-right: 0.5rem;
    position: relative;
    top: -0.2rem;
}

.imp_label{
    width: 19.4rem;
    height: auto;
    max-height: 3.2rem;
    margin: 1.5rem auto;
    overflow-y: auto;
}

.imp_label::-webkit-scrollbar{
    width: 0.5rem;
    background-color: #e5e5e5;
    border-radius: 0.3rem;
}
.imp_label::-webkit-scrollbar-thumb{
    background-color: #00a3c0;
    border-radius: 0.3rem;
}

.imp_label .impression_la>span{
    width: auto;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 0.8rem;
    padding: 0 .5rem;
    border: solid 0.1rem #00a3c0;
    margin:0 0.6rem 0.7rem 0;
    background: transparent;
}

.imp_text{
    margin: auto;
    width: 19.4rem;
}

.imp_text p{
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.1rem;
    color: #666666;
}

.imp_text textarea{
    width: 100%;
    height: 5.7rem;
    background-image: linear-gradient(
            #f4f8fb,
            #f4f8fb),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: inset 0rem 0.2rem 0.4rem 0rem #d9dfe4;
    border-radius: 0.6rem;
    border: solid 0.1rem rgba(0, 201, 209, 0.5);
    margin-top: 0.6rem;
}

.imp_btn .evaluate-btn{
    width: 60%;
    /* height: 51px; */
    background-image: linear-gradient(
            #00c9d1,
            #00c9d1),
    linear-gradient(
            #f19149,
            #f19149);
    background-blend-mode: normal,
    normal;
    box-shadow: 0.1rem 0.2rem 0.7rem 0rem #d9dfe4;
    border-radius: 25px;
    font-size: 16px;
}
/*.iconerweima{opacity: 0.8;}*/
/*.iconerweima:hover {opacity: 1;}*/
.iconerweima:hover .weima{display: block;}

.weima{background-color: transparent;}

.chat_content{
    height: calc(100% - 120px);
}


.content-left{
    width: calc(100% - 23.6rem);
    margin: 0;
}

.pc.dc_chat{
    width: calc(100% - 23.8rem);
    height: 100%;
    background-image: linear-gradient(
            #f4f8fb,
            #f4f8fb),
    linear-gradient(
            #e6e6e6,
            #e6e6e6);
    background-blend-mode: normal,
    normal;
}



.dc_chat .chat-above{
    width: 100%;
    height: calc(100% - 8rem);
    float: left;
    overflow-x: hidden;
}

.dc_chat .connect-end,.dc_chat  .connect-message{background: transparent}


.content-rig{
    box-sizing: border-box;
    width: 23.5rem;
    border-left:0.1rem solid  #e6e6e6;
}


.dc_chat .chat-bottom{
    width: 100%;
    right: 0;
    padding: 0 0;
    box-sizing: border-box;
    background: #fff;
    height: 8.3rem;
    min-height: 6.3rem;
}

.dc_chat  div.chat-content{
    background: none;
    padding: 0;
}

.dc_chat .chatting-right div.chat-content>.item{
    border-radius: 1.3rem 0rem 1.3rem 1.3rem !important;
    padding: 0.4rem 1rem;
    max-width: calc(100% - 150px);
}

.dc_chat div.chat-content>.item{
    font-family: MicrosoftJhengHeiRegular;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.3rem;
    letter-spacing: 0rem;
    padding: 0.4rem 1rem;
    position: relative;
}

/* .dc_chat.mobile div.chat-content>.item{
    font-size: 12px;
    line-height: 1.6rem;
    color: #354052;
} */

.dc_chat.mobile .chatting-right div.chat-content>.item{
    color: #ffffff;
}


.dc_chat .chatting-left div.chat-content .item{
    background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(#1e61c4, #1e61c4) ;
    background-blend-mode: normal, normal ;box-shadow: 0rem 0.1rem 0.3rem 0rem #d9dfe4 ;
    border-radius: 0rem 1.3rem 1.3rem 1.3rem ;
    max-width: calc(100% - 150px);
}


.chat-content .time{
    font-family: ArialMT;
    font-size: 0.7rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    position: relative;
}

.chat-content .img_item{
    position: relative;
    /* overflow: hidden; */

}

.chat-content .img_item .time{
    padding: 0.2rem 0.4rem;
    background-color: #000000;
    border-radius: 0.5rem;
    position: absolute;
    bottom: 1rem;
    font-family: ArialMT;
    font-size: 0.8rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #f4f8fb;
    line-height: 1;
}

.chat-content .time.left{  color: #fff8fb; opacity: 0.8;margin-right: .5rem}

.chatting-left .time.right{
    font-size : 12px;
    color: #999999
}

.chat-content .img_item .time.left{position: absolute;bottom:.8rem;left: 1rem;color: #f4f8fb;}
.chat-content .img_item .time.right{position: absolute;bottom:.8rem;right: 1rem;color: #f4f8fb;}


.dc_chat .chat-left .chat-message .user{
    color: #354052;
}

.dc_chat .ke-container-simple .ke-toolbar{
	display:block;
    border: 0 !important;
    overflow: initial;
    background: transparent;
    box-sizing: border-box;
    height:3rem;
}

.ke-icon-emoticons{
    background-position: 0px 0;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("/static/images/v-pc-emoji.png?v=7.10.0") !important
}

.ke-icon-image{
    background-position: 0px 0;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("/static/images/v-pc-image.png?v=7.10.0") !important
}

.ke-icon-video{
    background-position: 0px 0;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("/static/images/v-pc-video.png?v=7.10.0") !important
}

.ke-icon-audio{
    background-position: 0px 0;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("/static/images/v-pc-audio.png?v=7.10.0") !important
}

.ke-icon-insertfile{
    background-position: 0px 0;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("/static/images/v-pc-file.png?v=7.10.0") !important
}

.ke-icon-pj{
    background-position: 0px 0;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("/static/images/v-pc-pj.png?v=7.10.0") !important
}

.ke-icon-exit{
    background-position: 0px 0;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url("/static/images/v-pc-exit.png?v=7.10.0") !important
}

.m-v-more{
    background: white;
}
.m-v-more:active{
    background: #0098EE;
}
.m-v-more:disabled{
    background: #ADB3BC;
}

.m-v-file:first-child{
    content: url("/static/images/m-v-file-pressed.png?v=7.10.0");
}
.m-v-file:first-child:active{
    content: url("/static/images/m-v-file.png?v=7.10.0");
}
.m-v-file:first-child:disabled{
    content: url("/static/images/m-v-file-disable.png?v=7.10.0");
}

.m-v-video:first-child{
    content: url("/static/images/m-v-video-pressed.png?v=7.10.0");
}
.m-v-video:first-child:active{
    content: url("/static/images/m-v-video.png?v=7.10.0");
}
.m-v-video:first-child:disabled{
    content: url("/static/images/m-v-video-disable.png?v=7.10.0");
}

.m-v-audio:first-child{
    content: url("/static/images/m-v-audio-pressed.png?v=7.10.0");
}
.m-v-audio:first-child:active{
    content: url("/static/images/m-v-audio.png?v=7.10.0");
}
.m-v-audio:first-child:disabled{
    content: url("/static/images/m-v-audio-disable.png?v=7.10.0");
}

.m-v-pic:first-child{
    content: url("/static/images/m-v-pic-pressed.png?v=7.10.0");
}
.m-v-pic:first-child:active{
    content: url("/static/images/m-v-pic.png?v=7.10.0");
}
.m-v-pic:first-child:disabled{
    content: url("/static/images/m-v-pic-disable.png?v=7.10.0");
}

.m-v-pj:first-child{
    content: url("/static/images/m-v-pj-pressed.png?v=7.10.0");
}
.m-v-pj:first-child:active{
    content: url("/static/images/m-v-pj.png?v=7.10.0");
}
.m-v-pj:first-child:disabled{
    content: url("/static/images/m-v-pj-disable.png?v=7.10.0");
}

.m-v-exit:first-child{
    content: url("/static/images/m-v-exit-pressed.png?v=7.10.0");
}
.m-v-exit:first-child:active{
    content: url("/static/images/m-v-exit.png?v=7.10.0");
}
.m-v-exit:first-child:disabled{
    content: url("/static/images/m-v-exit-disable.png?v=7.10.0");
}

.dc_chat .chat-bottom .ke-edit{
    box-sizing: border-box;
    width: calc(100% - 7rem) !important;
    height: calc(100% - 5rem) !important;
    min-height:40px;
    position: absolute;
    bottom: 1rem;
    left: 1rem!important;
    /*background-image: linear-gradient(*/
    /*        #f4f8fb,*/
    /*        #f4f8fb),*/
    /*linear-gradient(*/
    /*        #ffffff,*/
    /*        #ffffff);*/
    /*background-blend-mode: normal,*/
    /*normal;*/
/*    box-shadow: inset 0rem 0.2rem 0.4rem 0rem
    rgba(185, 205, 210, 0.35);*/
    border-radius: 2.1rem;
/*    border: solid 0.1rem rgba(0, 201, 209, 0.5);*/
    padding:0 1rem;
    background: white;
}

.dc_chat .ke-edit-iframe{
    height: 100% !important;
    padding: 0;
    box-sizing: border-box;
}

.dc_chat .ke-container-simple{
    position: relative;
    height: 100%;
    padding: 1rem 0;
    box-sizing: border-box;
}

.dc_chat .ke-container-simple .ke-toolbar .ke-outline{
    border: 0 !important;
/*    border-radius: 50%;*/
    padding: 0 0 0 10px;
}

/*.dc_chat .ke-container-simple .ke-toolbar .ke-outline[data-name="image"]{
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 0 0 1.5rem ;
}*/

/*.dc_chat .ke-icon-emoticons{*/
/*    background-image:url("/static/im/img/expression.png?v=7.10.0");*/
/*    background-size:100% 100%;*/
/*    background-position: 0 0;*/
/*    width: 1.8rem;*/
/*    height: 1.8rem;*/
/*    margin: 0px;*/
/*}*/


.chat-block{
    padding: 0.4rem 1.3rem;
}
.chatting-right{
    margin-right: 3rem;
}

.chat-left .chat-message,.chatting-left{
    margin-left: 3rem;
}


/*.dc_chat .ke-icon-image{*/
/*    background-image:url("/static/im/img/photo.png?v=7.10.0");*/
/*    background-size: 1.9rem 1.8rem;*/
/*    background-position: 1.1rem 1.1rem;*/
/*    width: 4.1rem;*/
/*    height: 4.1rem;*/
/*}*/


.ke-menu-simple{
    bottom: 80px !important;
    top: auto !important;;
}


.score_chat{
    position: absolute;
    left: 9rem;
    bottom: 1rem;
    height: 4.1rem;
}



.score_chat .score img{
    width: 1.8rem;
    height: 1.9rem;
}

.score_chat .end img{
    width: 1.9rem;
    height: 1.8rem;
    margin-top: -.1rem;
}

.advert_top{
    background: #fff;
    padding: 6% 6% 3%;
    height: 42%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.advert_top img{
    max-width: 100%;
    max-height: 100%;
}

.advert_bottom{
    background: #fff;
    padding:3% 6% 5%;
    height: 58%;
    width: 100%;
    box-sizing: border-box;
}
.advert_bottom img{
    max-width: 100%;
    max-height: 100%;
}





.dcsend-btn{
    position: absolute;
    bottom: 1.7rem;
    right: 2.2rem;
}




.chat-left .user-img{
    width: 2.2rem;
    height: 2.2rem;
    background-color: #ffffff;
    box-shadow: 0.1rem 0.1rem 0.3rem 0rem #d9dfe4;
    /*mix-blend-mode: color-dodge;*/
}

.chat-right .user-img{
    width: 2.2rem;
    height: 2.2rem;
    margin-top: 0;
}

.chatting-right{
    font-size: 0.7rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #fff8fb;
    margin-left:0.6rem ;
}

.score_chat .item,.setTxt .item{
    width: 4.1rem;
    height: 4.1rem;
    /*line-height: 4.1rem;*/
    /*background-image: linear-gradient(*/
    /*        #00c9d1,*/
    /*        #00c9d1),*/
    /*linear-gradient(*/
    /*        #ffffff,*/
    /*        #ffffff);*/
    /*background-blend-mode: normal,*/
    /*normal;*/
    /*box-shadow: 0.1rem 0.2rem 0.7rem 0rem #d9dfe4;*/
    /*border-radius: 50%;*/
    display: inline-block;
    text-align: center;
}

.score_chat .item_end{
    margin-left: 1.1rem;
}
/*手机*/
.dc_mobile{
    width: 100%;
    height: 60px;
    background-color: #F1F1F1;
    padding:0 1rem ;
}


.dc_mobile .setTxt {
    position: absolute;
    overflow: initial;
    height: 42px;
    bottom: 5px;
}

.dc_mobile .setTxt  .item {
    width: 3rem;
    height: 3rem;
    line-height:3rem;
}

.dc_mobile .setTxt a,.dc_mobile .setTxt .chat-type{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height:3rem;
}

.dc_mobile .setTxt .chat-type{
    width: 1.5rem;
    height: 1.4rem;
    top: -.1rem;
}
.dc_mobile .setTxt img{
    top: -.09rem;
    position: relative;
}

.dc_mobile .setTxt .item.score  img{
    width: 1.4rem;
    height: 1.6rem;

}

.dc_mobile .setTxt .item.end img{
    width: 1.6rem;
    height: 1.5rem;
}


.mobile-chat-bottom .imgFile input{
    width: 100%;
    height: 100%;
}

.dc_mobile .getTxt{
    width: calc(100% - 11.2rem);
    position: relative;
    /*bottom: 1rem;*/
    right: 0;
    height: 100%;
    /*left: .6rem;*/
    float: right;
;
}

#faceimg{
    width: 100%;
    position: relative;
}

.dc_mobile.mobile-chat-bottom #message{
    /*background-image: linear-gradient(*/
    /*        #f4f8fb,*/
    /*        #f4f8fb),*/
    /*linear-gradient(*/
    /*        #ffffff,*/
    /*        #ffffff);*/
    /*background-blend-mode: normal,*/
    /*normal;*/
    /*box-shadow: inset 0rem 0.2rem 0.4rem 0rem #d9dfe4;*/
    border-radius: 1.6rem;
    /*border: solid 0.1rem rgba(0, 201, 209, 0.5);*/
    position: relative;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 95%;
    margin-right: 50px;
    padding: .9rem 1.4rem;
    min-height: 42px;
    /*max-height: 100px;*/
}

.dc_mobile_btn{
    width: 21px;
    height: 21px;
    position: absolute;
    z-index: 999;
    right: 0.5rem;
    bottom: 0.8rem;
}
.dc_mobile_btn>embed{width: 100%;height: auto}

.dc_mobile_emil{
    width: 1.6rem;
    height: 1.45rem;
    position: absolute;
    right: 65px;
    bottom: .9rem;
    z-index: 9;
    border-radius: 50%;
    overflow: inherit;
    background: transparent;
}

.dc_mobile_emil>i{
    font-size: 20px;
}

.setTxtbox{
    top: 6px;
    height: auto;
    width: 100%;
    overflow: hidden;
    min-height: 42px;
    padding:2px 0 5px;
}

#faceindex{
    height:200px;
    position: absolute;
    bottom: 0px;
    padding-top: 10px;
    width:calc(100% - 40px);
    overflow-x:auto;
}


.mob .diaShade{
    /*background: rgba(0,0,0,.5);*/
    background: #fff;
    height: 90%;
    top: auto;
}

.mob .diaShade>div{
    top: -12%;
    width: 100%;
    height: 24%;
    background: rgba(0,0,0,.3);
}

.mob .dialogWrap {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    margin: 0;
    background: #fff;
}


.scorebg{
    background: url("/static/im/img/scorebg.png?v=7.10.0");
    background-size: 100% 100%;
    width: 100%;
    height: 6rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.3rem;
}

.score_v{
    position: absolute;
    right: 10px;
    width: 7rem;
    top: -4rem;
}

.submitBtnWrap .submitBtn{background: transparent}

.mob  .dc_evaluate .estimate-item,.mob .imp_label,.mob .imp_text{
    /* width: 22.4rem; */
}

.mob .imp_label{
    height:auto;
    max-height:4.2rem;
}

.mob .dc_evaluate .estimate-item{
    /* height: 2.5rem; */
    /* line-height: 2.5rem; */
}

.mob .dc_evaluate .estimate-item img{
    /* width: 1.4rem; */
    /* margin-right: 1rem; */
}

.mob  .dialogCon{
    /* padding-bottom: 0; */
    height: calc(100% - 85px );
    overflow-y: scroll;
}
.mob .scorebtn{
    margin-top: 6px;
}
.mob .scorebtn .item{
    display: inline-block;
    width: 10rem !important;
    height: 3rem;
    line-height: 3rem;
    border-radius: 2rem;
    border: 1px solid;
    text-align: center;
}


.mob .dc_evaluate .estimate-item>span:first-child{
    /* width: 6rem; */
    /* height: 2.5rem; */
    /* line-height: 2.5rem; */
    /* margin-left: 0.6rem; */
}


.leave_inquiry{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 99999;
}

.leave_item{
    width: 80%;
    max-width: 340px;
    border-radius: 8px;
}

.svg_cli{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

/*图片上传中*/

.addImgLoad{
    zoom: 1;
    overflow: hidden;
}

.imgLoad{
    background: #fff;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 10px 0px 10px 10px;
}

.spinner{
    animation: spinnerFour 1s linear infinite;
    border: solid 2px transparent;
    border-top: solid 2px #4DB6AC;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
}

.chat-right div.chatting-right div.chat-content label.time{
    width: 150px;
    color: #999999;
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
}

.chat-left div.chatting-left div.chat-content label.time{
    width: 150px;
    color: #999999;
    font-size: 12px;
    margin-left : 10px;
}

.chatting-left div.chat-content-img div.img_item,.chatting-right div.chat-content-img div.img_item{
	max-width: 240px;
}

.chatting-left div.chat-content-img div.img_item img,.chatting-right div.chat-content-img div.img_item img{
	max-width: 240px;
    max-height: 150px;
}

.chatting-left .chat-content .item .left img{
    max-width: 240px;
    max-height: 150px;
}

.chatting-left .chat-content .ukefu-message-file video,
.chatting-right .chat-content .ukefu-message-file video{
    width: 240px;
    height: 150px;
}

.chatting-left div.chat-content-file div.ukefu-message-file,.chatting-right div.chat-content-file div.ukefu-message-file{
    max-width: calc(100% - 150px);
    width: 200px;
}

.chatting-left div.chat-content-file{
    padding-right: 0px ;
    padding-left: 0px;
    padding: 0px;
}



.chat-above.onConnecting{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}


.chat-above.onConnecting .connect-end{
    display: none;
}	




@keyframes spinnerFour {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 1920px) {

}


@media screen and (max-width: 1336px) {

    /*html{*/
    /*    font-size : 12px;*/
    /*}*/

    #header.pc{
        height: 90px;
    }

    .chat_content{
        height: calc(100% - 90px);
    }

    .pc .logobox{
        margin-left: 24.5rem;
    }

    .chat_content{overflow: initial}

    .le-message{
        height: calc(100% + 90px);
        /* margin-top: -90px; */
        z-index: 9;
        position: relative;
    }
}


@media screen and (max-width: 1200px) {

    /*html{*/
    /*    font-size : 12px;*/
    /*}*/



    #header.pc{
        height: 76px;
    }

    .chat_content{
        height: calc(100% - 76px);
    }

    .pc .logobox{
        margin-left: 24.5rem;
    }

    .chat_content{overflow: initial}

    .content-left{
        width: calc(100% - 246px);
    }


    .le-message{
        height: calc(100% + 90px);
        /* margin-top: -90px; */
        z-index: 9;
        position: relative;
        width: 245px;
    }
    #evaluateForm{
        height: calc(100% - 210px);
    }
    #serviceIn{
        height: 210px;
    }
    #serviceIn>img{
        width: 90px;
        height: 90px;
    }


    .pc .entryPrompt{
        font-size: 13px;
        min-height: 42px;
    }

    .dc_evaluate .estimate-item{
        width: 90%;
        /* height: 35px; */
        /* line-height: 35px; */
    }

    .dc_evaluate .estimate-item>span:first-child{
        /* width: 68px; */
        padding-left: 3px;
    }

    .dc_evaluate .estimate-item img{
        width: 8%;
    }

    .imp_label{
        width: 90%;
        max-height: 60px;
    }

    .imp_text{
        width: 90%;
    }

    .imp_btn .evaluate-btn{
        width: 80%;
        /* height: 41px; */
    }

    .pc .logobox{
        margin-left: 260px;
    }



    #header.pc .logoImg{
        /* width: 125px; */
    }

    .custom-icon{
        margin: 0 10px;
    }

    .custom-item{
        height: 25px;
    }

    .custom-icon img{
        width: 24px;
        height: 24px;
    }

    .pc .turn{
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .pc .turn img{
        width: 26px;
        height: auto;
        margin-right: 5px;
    }

    .content-rig{
        width: 35%;
    }

    .dialogad_img{
        padding: 10px 10px 0;
    }


    .pc.dc_chat{
        width: 65%;
    }

    .dc_chat div.chat-content>.item{
        font-size: 13px;
    }

    .dc_chat .ke-container-simple .ke-toolbar{
        width: 100%;
        padding: 0 10px;
    }
/*    .dc_chat .ke-container-simple .ke-toolbar .ke-outline[data-name="image"]{
        width: 40px;
        height: 40px;
        margin: 0;
    }*/
    /*.dc_chat .ke-icon-image{*/
    /*    background-size: 20px 20px;*/
    /*    background-position: 10px 10px;*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*}*/

    .score_chat .item, .setTxt .item{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .score_chat .item_end{
        margin-left: 4px;
    }

    .score_chat{
        height: 40px;
        left: 58px;
    }

    .score_chat .score img{
        width: 22px;
        height: auto;
    }

    .score_chat .end img{
        width: 20px;
        height: auto;
        margin-top: -4px;
    }

    .dc_chat .ke-container-simple .ke-toolbar .ke-outline[data-name="emoticons"]{
        left: 167px;
        width: 30px;
        height: 30px;
        top: 6px;
    }
/*    .dc_chat .ke-icon-emoticons{
        width: 28px;
        height: 26px;
    }*/


    .dc_chat .ke-container-simple{

    }
    .dc_chat .chat-bottom{
        min-height: 100px;
    }

    .dc_chat .chat-bottom{
        height: 112px;
    }
    .dcsend-btn{
        bottom: 21px;
        right: 25px;
    }

    .dcsend-btn embed{
        width: 20px;
    }

}

@media screen and (max-width: 800px) {
    .le-message{
        display: none;
    }
    .content-left{
        width: 100% ;
    }
    .pc .logobox{
        margin-left: 60px;
    }

    .content-rig{
        display: none;
    }
    .pc.dc_chat{
        width: 100% ;
    }

    .imgLoad{
        width: 150px;
        height: 150px;
    }
}
