/**重置标签默认样式*/
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: #fff;
}

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

ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none
}

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;
    display: block;
    width: 100%;
    min-height: 16px;
    position: relative;
}

pre a{
    /* display: block; */
    max-width:98%; 
}

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

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

*{
    -webkit-overflow-scrolling: touch;
}

.outer-right {
    float: right;
    width: 87%;
    position: relative;
    right: 8px;
    font-size: 14px;
}

.outer-left {
    float: left;
    width: 90%;
    position: relative;
    left: 40px;
    font-size: 14px;
}

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


.outer-right:before, .outer-right > i {
    width: 0;
    height: 1px;
    border-width: 6px 7px;
    border-style: dashed solid dashed solid;
    /*border-color: #66afe9 transparent transparent;*/
    border-color: transparent transparent transparent #597ef7;
    _border-color: #fff #19CAA6 #fff #eee;
    font-size: 0;
    line-height: 0;
    content: "";
    position: absolute;
    top: 15px;
    right: -12px;
}

.outer-left:before, .outer-left > i {
    width: 0;
    height: 1px;
    border-width: 6px 7px;
    border-style: dashed solid dashed solid;
    border-color: transparent #eee transparent transparent;
    _border-color: #fff #fff #fff #eee;
    font-size: 0;
    line-height: 0;
    content: "";
    position: absolute;
    top: 15px;
    left: -12px;
    left: -11px \9;
    *left: -11px;

}

.customer {
    /* margin-right: 10px;*/
    margin-top: 5px;
    background-color: #597ef7;
    display: inline-block;
    padding: 10px 10px;
    float: right;
    word-break: break-all;
    word-wrap: break-word;
    color: #fff;;
    border-radius: 3px;
    max-width: 100%;
    box-sizing: border-box;
}

.service {
    /*margin-left: 10px;*/
    margin-top: 5px;
    *margin-top: 10px;
    background-color: #eee;
    display: inline-block;
    padding: 10px;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
    color: #000;
    border-radius: 3px;
    position: relative;
    left: 0px;
    max-width: 100%;
}

.chatmsg,.chatmsg_no{
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
    position: relative;
    height: auto;
    z-index: 1;
    transition: background-color 1s;
    border-radius: 12px;
}
.chatmsg_no{
    overflow: hidden;
}
.chatmsg_no .service img {
    max-width: 100%;
}

.chatmsg_notice{
    position: relative;
    margin-bottom: 80px;
}

.chatmsg img {
    max-width: 100%;
    cursor: pointer;
    max-height: 250px;
}

.wolive_img img {
    width: 100%;
    max-height: none;
}

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


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

.showtime {
    color: #00000080;
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
    /* height:15px; */
    height: 12px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #597ef7;
    height: 45px;
    color: #fff;
    line-height: 46px;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
}

.foot_all {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;

}

.tool_box {
    width: 100%;
    height: 133px;
    position: absolute;
    bottom: 80px;
    top: -165px;
    display: none;
    z-index: 12;
    /* background-color: #fff; */
}

.foot_msg {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.footer {
    position:relative;
    width: 96%;
    height: auto;
    /* min-height: 22px; */
    overflow-y: auto;
    left: 2%;
    border-radius: 21px;
    background-color: #FFFFFF;
    padding: 10px 0;
}

.footer span {
    display: inline-block;
    width: 16%;
    height: 70%;
    background: #ccc;
    font-size: 22px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 14%;
    right: 2%;
    border-radius: 6px;
}

.footer span:hover {
    color: #fff;
    background: #999;
}

.conversation {
    list-style: none;
    padding: 0 10px;
    margin-bottom: 50px;
}

.msg-toolbar {
    width: 100%;
    height: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    background-color: #f7f7f7;
    border-top: 1px solid #E3E4EA;
    /* transition: all 0.5s; */
}

.msg-toolbar a img {
    height: 58px;
    width: 58px;
}

.fileinput {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.wl_faces_main ul {
    margin: 5px 5px;
    overflow: hidden;
    width: 100%;
}

.wl_faces_main ul li {
    float: left;
    height: 30px;
    width: 26px;
    text-align: center;
}

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

.edit-ipt {
    border: 2px solid #ddd;
    width: 78%;
    outline: none;
    text-indent: 10px;
    border-radius: 6px;
    margin-left: 5px;
    background-color: #fff;
    padding-top: 6px;
}

.question{
    width:100%; cursor: pointer;width: 220px; cursor: pointer;color:blue;margin-top:10px;
}


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

.wolive_img{
  width: 100%;
}

.wolive_price{
  margin-top: 8px;
  color:red;
}

.wolive_info{
  display: -webkit-box!important;
  margin-top:8px;
}
.wolive_head{
    padding-top: 10px;
}
.clear{zoom:1;}
.clear:after{content:"";display:block;clear:both;}
#follow_topbar{padding:6px 10px;background:rgba(253, 0, 0, 0.2);position: absolute;left: 0;top: 45px;z-index: 999;right: 0; color: #877f79;}
#follow_topbar i{color: #faa064;font-size: 1.1em;}
#followbtn{background-color: #07c160;margin-top: 4px;}
img {-webkit-touch-callout: none;}

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

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

.replymsg {
    margin-top: 12px;
}

.outer-right .replymsg {
    float: right;
}

.replymsg {
    display: none;
}

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

#rp_content {
    color: #494949;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom:2px;
    max-height: 16px;
    min-height: 16px;
}

#rp_content p {
    display: inline-flex;
}

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

#reply_text_in {
    display: none;
    position: fixed;
    bottom: 46px;
    width: 95%;
    background-color: rgb(247, 247, 247);
    margin-left: 3%;
    border-top: 1px solid #DCDCDC;
    z-index: 10;
    /* transition: all 0.5s; */
}

#bottomfoot {
    /* transition: all 0.5s; */
}

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

#rp_name {
    color: #326CFB;
    margin-top: 1px;
}

#se_text {
    display: none;
    position: fixed;
    bottom: 46px; 
    padding-left: 7px; 
    height: 40px;
    background-color: rgb(247, 247, 247);
    width: 92%;
    left: 3%;
    z-index: 11;
    border-top: 1px solid #DCDCDC;
    /* transition: all 0.5s; */
}

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

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

.reply_content .uploadVideolink {
    display: none;
}

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

.customer .reply_content {
    color: #00000080;
}

.customer .reply_name {
    color: #00000090;
    border-bottom: 1px solid #00000080;
}

.smile-btn {
    position: absolute;
    right: 55px;
    bottom: 0px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 20px;
    padding: 10px 0px 4px 20px;
    text-align: center;
}

.foot_all {
    position:fixed;
    padding-bottom:5px;
    width: 100%;
    /* height: 82px; */
    height: auto;
    z-index: 999;
    background-color: rgb(247, 247, 247);
    /* transition: all 0.5s; */
}

.wl_faces_content {
    background-color: #FFFFFF;
    padding: 5px;
    height: 150px;
    border-bottom: 5px solid #f7f7f7;
}

.album {
    color: #4E4E4E;
}

#emoji-picker {
    display: none;
    z-index: 12;
    position: fixed;
    bottom: 46px;
    width: 100%;
    padding-bottom: 4px;
    background: rgb(247, 247, 247);
}

#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-right: 12px;
    position: fixed;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0,9,77,0.3);
    border-radius: 20px;
    cursor: pointer;
    display: none;
    z-index: 1;
    bottom: 60px;
    right: -5px;
}

#complaint {
    position: fixed;
    right: 6px;
    top:56px;
    width: 5em;
    height: 3em;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 3em;
    color: #ffffff;
    z-index: 99999999;
    font-size: 12px;
}