html, body, p, ul, li, img, h1, h2, h3, h4, pre {
    margin: 0;
    padding: 0;
    border: 0
}

html, body, button, input, textarea, pre {
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", Arial, sans-serif
}

html, body {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

body {
    background: #e2e2e2;
    -webkit-text-size-adjust: none
}

h1, h2, h3, h4 {
    font-weight: normal
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none;
}

textarea {
    overflow: auto
}

embed {
    width: 100%;
}

* {
    scrollbar-face-color: #bbb;
    scrollbar-arrow-color: #bbb;
    scrollbar-3dlight-color: #c0c0c0;
    scrollbar-highlight-color: #bbb;
    scrollbar-shadow-color: #bbb;
    scrollbar-darkshadow-color: #c0c0c0;
    scrollbar-track-color: #eee;

}

pre {
    border: 0;
    background: 0;
    white-space: pre-line;
    position: relative;
    z-index: 2;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: solid 1px #c0c0c0;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #f3f3f3;
}

::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

#container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
}

.header {
    height: 64px;
    line-height: 64px;
    background-color: #597ef7;
    color: #fff;
}

#chat_box {
    width: 80%;
    height: 90%;
    min-height:500px;
    min-width:900px;
    margin: 2% auto;
    position: relative;
}

#chat_box .header {
    border-top-left-radius: 12px;
    display: flex;
    align-items: center;
    width: calc(100% - 240px);
}

#xxxx {
    width: 240px; 
    height: calc(90% + 64px); 
    position: absolute;
    left: calc(100% - 240px); 
    top:0px; 
    background: #fff;
    overflow-x: hidden;
    border-bottom-right-radius: 12px;
    border-top-right-radius:12px;
}

.content {
    position: absolute;
    height: auto;
    top: 0px;
    bottom: 200px;
    right: 0;
    left: 0;
    background-color: #F5F5F5;
    overflow-y: auto;
    display: block;
}

.conversation {
    padding-top: 28px;
    padding-bottom: 16px;
    margin: 0 20px;
    width: calc(100%-40px);
    list-style: none;
}

#horn{
    min-width: 30px;
    height: 30px;
    padding: 3px 0 3px 10px;
    z-index: 1;
}

.fuceng-li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 44px;
    color: #333333;
}

.selected-li {
    /* background-color: #dddddd; */
    color: #326CFB;
    font-weight: 600;
    font-family: PingFangSC-Semibold, PingFang SC;
}

.selecte-icon {
    display: none;
    position: absolute;
    top: 9px;
    left: 20px;
    height: 12px;
    width: 12px;
}

.selected-li .selecte-icon {
    display: block;
}

.footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 200px;
    border-top: 2px solid #e7e7e7;
    background-color: #fff;
}

.msg-input {
    display: block;
    margin: 10px;
    height: 120px;
}

.msg-toolbar-footer {
    position: absolute;
    bottom: 5px;
    right: 20px;
    height: 40px;
    width: 120px;
    display: block;
}

.msg-toolbar-footer .msg-send-btn {
    width: 100px;
    margin-left: 20px;
    height: 100%;
    text-align: -moz-center !important;
    text-align: center;
    color: #fff;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: #597ef7;
    font-size: 15px;
}

.msg-toolbar-footer .showinfo {
    position: absolute;
    background-color: #597ef7;
    right: 0;
    top: 0;
    width: 43px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.msg-toolbar-footer .showinfo img {
    height: 10px;
    width: 10px;
    display: block;
}

#chatmsg_submit {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.msg-toolbar-footer span {
    display: block;
    float: right;
    height: 45px;
    line-height: 40px;
    margin: 1px 8px 1px 0;
    text-align: center;
}

.msg-toolbar {
    position: absolute;
    bottom: 15px;
    left: 20px;
    height: 20px;
    width: 76%;
}

.msg-toolbar a {
    float: left;
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-right: 16px;
    color: #8D9195;
}

#fuceng {
    background: #FFFFFF;
    position: absolute;    
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    bottom: calc(10% - 15px);
    right: 260px;
    z-index: 9999;
    border-radius: 10px;
    padding: 8px 0;
    border: 1px solid #E4E4E5;
}

.outer-right {
    float: right;
    width: 480px;
    position: relative;
    right: 56px;
    clear: both;
    font-size: 14px;
    min-height: 43px;
}

.outer-left {
    float: left;
    min-height: 43px;
    width: 480px;
    position: relative;
    left: 56px;
    clear: both;
    font-size: 14px;
}

.outer-iframe-left {
    float: left;
    position: relative;
    clear: both;
    padding-top: 5px;
}

.customer {
    margin-top: 5px;
    background-color: #D9F4FE;
    display: inline-block;
    padding: 10px;
    float: right;
    word-break: break-word;
    word-wrap: break-word;
    color: #333;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    max-width: 400px;
    box-sizing: border-box;
    border: 1px solid #D9F4FE;
}

.service {
    margin-top: 8px;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 10px;
    float: left;
    word-break: break-word;
    word-wrap: break-word;
    color: #000000;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    position: relative;
    left: 0px;
    max-width: 400px;
    min-height: 16px;    
    border: 1px solid #E3E4EA;
}

.serviceQue {
    margin-top: 5px;
    background-color: #f7f7f7;
    display: inline-block;
    padding: 10px 16px 20px 16px;
    float: left;
    word-break: break-word;
    word-wrap: break-word;
    color: #555555;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    position: relative;
    left: 0px;
    max-width: 100%;
}

.outer-right .replymsg {
    display: none;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
    /* z-index: 1; */
}

.outer-left .replymsg {
    display: none;
    margin-top: 14px;
    left: 13px;
    position: relative;
    z-index: 1;
}

.chatmsg .outer-left:hover .replymsg,
.chatmsg .outer-right:hover .replymsg {
    display: block;
}

.replymsg img {
    padding: 5px;
    background: #ffffff;
    border-radius: 10px;
}

.chatmsg,.chatmsg_no {
    /* overflow: hidden; */
    /* margin-bottom: 25px; */
    margin-bottom: 0px;
    position: relative;
    height: auto;
    padding-bottom: 10px;
    transition: background-color 1s;
    border-radius: 8px;
}
.chatmsg_notice{
    position: relative;
    margin-bottom: 80px;
}
.chatmsg img {
    max-width: 100%;
    cursor: pointer;
}

.chatmsg_no .service img {
    max-width: 100%;
}

.chatmsg:after, .chatmsg p {
    content: "";
    display: table;
    width: 100%;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    /*! autoprefixer: off */
}

.service-name {
    float: left;
    display: block;
    position: relative;
    font-size: 12px;
    color: #8D8D8D;
}

.showtime {
    color: #A1A5A7;
    position: relative;
    font-size: 13px;
    text-align: center;
    height: 12px;
}

.time-right {
    text-align: right;
    right: 55px;
}

.time-left {
    text-align: left;
    left: 55px;
    width: 480px;
}

.headimg-right {
    float: right;
    position: absolute;
    top: 3px;
    right: 0px;
}

.headimg-left {
    position: absolute;
    top: 4px;
}

.conversation li a {
    color: #0000FF;
    text-decoration: underline;
}

.conversation li .customer a {
    color: #333;
}

.width {
    width: 100%;
    padding-left: 10px;
}

.widths {
    width: 100%;
}

.infoarea {
    width: 38%;
    position: relative;
    left: 62%;
    bottom: 60px;
}

.footer_main {
    width: 100%;
    height: 45px;
    background: #2f4050;
    position: absolute;
    bottom: 0;
}

.infomation {
    position: absolute;
    left: 10px;
    top: 10px;
}

#info_form {
    margin: 20px auto;
    width: 500px;
    height: 360px;
}

#info_form table {
    width: 90%;
    height: 80%;
}

.edit-ipt {
    height: 100%;
    resize: none;
    white-space: pre-wrap;
}

.tool_box {
    width: 280px;
    height: 195px;
    position: absolute;
    bottom: 180px;
    border: 1px solid #ddd;
    display: none;
    z-index: 100;
    background-color: #fff;
}

#text_in img {
    max-width: 100px;
    max-height: 100px;
}

.wl_faces_main ul {
    margin: 5px 5px;
    overflow: hidden;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
    width: 270px;
}

.wl_faces_main ul li {
    float: left;
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    height: 30px;
    width: 26px;
    text-align: center;

}

.wl_faces_main ul li img {
    width: 22px;
    height: 22px;
    padding: 0px;
}

.wolive_product{
  display:block;
  width:480px;
  height:100%;
  position:relative;
}

.wolive_img{
  width: 30%;
}

.wolive_img img {
    height: 100px;
}

.wolive_head{
  width:70%;
  position:absolute;
  right:0px;
  top:10%;
}

.wolive_price{
  color:red;
}

.chatmsg p:first-child{
    -webkit-line-clamp:1!important;
}

.wolive_info{
    margin-top:5px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.layui-tab-title li {
    width: 12%;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    /*box-sizing: border-box;*/
    color: #555!important;
    background-color: #fff;
    /*width: 28%;*/
    /*text-align: center;*/
    /*padding: 0;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    height: 51px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
}

#tabcontent,#question_list {
    /* min-height: 450px; */
}
.question{
    width:100%;
    cursor: pointer;
    color:blue;
    margin-top:10px;
}
.layui-this {
    background-color: red;
}
.layui-this::after {
    border: none!important;
}

.reply_text_in {
    position: relative;
    margin-top: -42px;
    padding-left: 10px;
    padding-right: 25px;
    color: #597ef7;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(245,245,245,0.95);
    height: 38px;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 2px;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#rp_close{
    right: 15px;
    position: absolute;
    top: 10px;
    cursor:pointer;
}

#rp_content {
    color: #494949;
    /* margin-top: 4px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rp_content p {
    display: inline-flex;
}

#rp_content .chat-img, #rp_content img, #rp_content video {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.reply_content {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #00000080;
    line-height: 22px;
    position: relative;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    /* z-index: 10; */
}

.reply_content img {
    height: 22px;
    width: 22px;
}

.reply_content .uploadVideolink {
    display: none;
}

.reply_name {
    color: #00000080;
    padding: 3px 0 10px 0;
    border-bottom: 1px solid #00000080;
    margin-bottom: 10px;
    cursor: pointer;
}

.cu_text_in {
    position: relative;
    margin-top: -42px;
    padding-bottom: 2px;
    padding-left: 10px;
    color: #597ef7;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(245,245,245,0.95);
    height: 26px;
    z-index: 10;
    padding-top: 12px;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}

#emoji-picker {
    display: none;
    z-index: 12;
    position: absolute;
    bottom: 202px;
    width: 500px;
    background: rgb(247, 247, 247);
    margin-left: 5px;
    padding-bottom: 3px;
}

#emoji-picker em-emoji-picker {
    width: 100%;
    height: 300px;
}

.uploadVideolink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#rp_content .uploadVideolink {
    display: none;
}

.goto-end {
    margin-top: -60px;
    float: right;
    margin-right: 12px;
    position: relative;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0,9,77,0.3);
    border-radius: 20px;
    cursor: pointer;
    display: none;
}