@charset "utf-8";

@media only screen and (min-width: 150px) and (max-width: 1024px) {
    div.service-wrapper {
        position: fixed;
        bottom: 0!important;
        right: 0;
        width: 100%!important;
        /* height: 337px; */
        background-color: #fff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
    }

    .service-wrapper .service-footer .msg-main #message {
        margin-left: 10px;
        margin-right: 0;
        width: 75%;
        height: 100%;
    }

    /*.service-wrapper .bottom #send {
        position: absolute;
        top: -45px;
        right: 10px;
        padding: 0;
        width: 50px;
        height: 30px;
    }*/

    .service-wrapper .closeBtn {
        display: none;
    }
    
    

}

/*公共样式*/
/*html {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    -webkit-overflow-scrolling: touch;
    margin: 0;
    height: 4000px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

dl,
dd {
    margin: 0;
}

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    outline: none;
    color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: currentColor;
}

a,
dt,
dd {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: 0;
}

p {
    margin: 0;
}

input,
button,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
}

button:hover {
    cursor: pointer;
}*/

/* header */
.service-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 435px;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 0px 40px #00000052;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.service-wrapper .service-header {
    display: flex;
    justify-content: space-between;
    height: 10%;
    min-height: 50px;
    background-color: #0574ff;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.service-wrapper .service-header .logo {
    margin: 10px;
    display: flex;
    align-items: center;
}
.service-wrapper .service-header .logoImg {
    width: 35px;
    object-fit: contain;
}

.service-wrapper .ser {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 8px 0;
}

.service-wrapper .tit{
    font-size: 14px;
    font-weight: 600;
}
.service-wrapper .ser span{
    color:#fff;
}
.service-wrapper .left {
    display: flex;
    align-items: center;
}

.service-wrapper .right {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.service-wrapper .right div {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    cursor: pointer;
}

.service-wrapper .min {
    background: url(../images/min.png) no-repeat center center;
}

.service-wrapper .max {
    background: url(../images/max.png) ;
    background-size: contain;
    background-position: center;
}

.service-wrapper .closeBtn {
    background: url(../images/close.png) ;
    background-size: contain;
    background-position: center;
}

.service-wrapper #receiveBox {
    position: relative;
    height: 55%;
    background-color: #fafafa;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
}

.service-wrapper #message::-webkit-scrollbar,
.service-wrapper .emoji-list::-webkit-scrollbar,
.service-wrapper #receiveBox::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}

.service-wrapper #message::-webkit-scrollbar-track,
.service-wrapper .emoji-list::-webkit-scrollbar-track,
.service-wrapper #receiveBox::-webkit-scrollbar-track {
    background: #ededed;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%)
}

.service-wrapper #message::-webkit-scrollbar-thumb,
.service-wrapper .emoji-list::-webkit-scrollbar-thumb,
.service-wrapper #receiveBox::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%)
}

.service-wrapper .tag {
    height: 35px;
    border:0;
}
.service-wrapper .tag img {
    width: 20px;
    height: 20px;
}

.service-wrapper .tag div {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 8px;
    cursor: pointer;
}

#face {
    background: url(../images/face@2x.png) no-repeat center center;
    background-size: 100%;
}

#face:hover {
    background: url(../images/face-1@2x.png) no-repeat center center;
    background-size: 100%;
}

#upload {
    background: url(../images/sendimg.png) no-repeat center center;
    background-size: 100%;
}

#upload:hover {
    background: url(../images/sendimg-1.png) no-repeat center center;
    background-size: 100%;
}
#contact {
    /*background: url(../images/wechat2.png) no-repeat center center;*/
    /*background-size: 100%;*/
    /*margin-right: 15px;*/
    /*width:30px;*/
    /*height: 30px;*/
    /*margin-top: 5px;*/
    /*float: right;*/
}

#contact:hover {
    /*background: url(../images/wechat2.png) no-repeat center center;*/
    /*background-size: 100%;*/
    /*margin-right: 15px;*/
    /*width:30px;*/
    /*height: 30px;*/
    /*margin-top: 5px;*/
    /*float: right;*/
}
/* #screen {
    background: url(../images/screen@2x.png) no-repeat center center;
}

#screen:hover {
    background: url(../images/screen-1@2x.png) no-repeat center center;
}

#opinion {
    background: url(../images/opinion@2x.png) no-repeat center center;
}

#opinion:hover {
    background: url(../images/opinion-1@2x.png) no-repeat center center;
} */

/* 声音 */
.service-wrapper #sound {
    background: url(../images/sound-1@2xan.png) ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* #sound:hover {
    background: url(../images/sound-1@2x.png) no-repeat center center;
} */

.service-wrapper .msg-main {
    width: 100%;
    height: 70px;
}

.service-wrapper .service-footer .msg-main #message {
    margin-left: 10px;
    margin-right: 0;
    width: 95%;
    height: 90%;
    resize: none;
    padding: 0;
    color: #333;
    outline: none;
    box-sizing: border-box;
    padding-right: 5px;
    font-size: 13px;
    border: 0;
}

.service-wrapper .bottom {
    height: 30px;
    position: relative;
}

.service-wrapper .bottom #send {
    position: absolute;
    right: 20px;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    background-color: #0574ff;
    border: 1px solid #0574ff;
    bottom:60px;
    /* width: 50px; */
    height: 30px;
}

.service-wrapper .service-item {
    display: flex;
    margin: 15px 10px;
    min-height: 40px;
    color: #888;
}

.service-wrapper .ser-icon {
    margin: 6px 6px 6px 0;
    width: 40px;
    height: 40px;
}

.service-wrapper .ser-icon img {
    width: 40px;
    height: 40px;
    max-width: 40px;
}

.service-wrapper .na_ti {
    margin-bottom: 2px;
    font-size: 10px;
}

.service-wrapper .na_ti span:first-child {
    /* margin-right: 10px; */
}
#sound{ float: left; }
.service-wrapper .ser-message {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    min-height: 17px;
    color: #000;
    background: #f3f3f3;
    border-radius: 6px;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 6%); */
    border: 1px solid #e6e6e6;
    word-wrap: break-word;
    word-break: break-word;
    text-align: left !important;
    /*white-space: pre-line;*/
    font-size: 15px;
}
.service-wrapper .ser-message p{
    margin:0px; padding:0px;
}


.service-wrapper .ser-message img {
    width: 80%;
    max-width: 100%!important;
    height: auto;
    vertical-align: middle;
    margin-top: 10px;
}
.service-wrapper .getTime{
    width: 100%;
    text-align: center;
    color:#939393;
    font-size: 14px;
}
.service-wrapper .ser-message .inputting {
    width: 15px;
    height: 15px;
    margin-top: 0;
}

.service-wrapper .self-item {
    display: flex;
    margin: 15px 10px;
    min-height: 40px;
    color: #888;
    /* justify-content: flex-end; */
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}
.service-wrapper .self-icon{
    margin: 6px 0 6px 6px;
    width: 40px;
    height: 40px;
}
.service-wrapper .self-icon .img{
    width: 40px;
    height: 40px;
    max-width: 40px;
}
.service-wrapper .self-content .self-message {
    display: inline-block;
    margin: 0;
    padding: 5px 8px;
    min-height: 17px;
    color: #fff;
    background: #0574ff;
    border-radius: 6px;
    /* box-shadow: 0 0 5px #0574ff; */
    /* border: 1px solid #e6e6e6; */
    word-wrap: break-word;
    word-break: break-word;
    text-align: left !important;
    white-space: pre-line;
    float: right;

}

.service-wrapper .self-content .na_ti {
    text-align: right;

}

.service-wrapper #btn_play {}

#visitor_min {
    display: none;
    width: 150px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0px;
    bottom: 1px !important;
    font-size: 12px;
    color: #fff;
    background: #0574ff;
    border-radius: 5px;
    z-index: 999;
    cursor: pointer;
}

#visitor_min .logo img {
    /* vertical-align: middle; */
    /* margin-left: 10px; */
    margin: 7px 10px;
}

#visitor_min .logo,
.visitor_max,
.serve {
    float: left;
}

.serve {
    width: 60px;
}

.visitor_max {
    font-size: 14px;
    cursor: pointer;
    background: url(../images/open.png) no-repeat center center;
    padding: 10px;
    margin-top: 12px; 
}

#visitor_panel {
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.visitor_pan_icon {
    cursor: pointer;
    background-repeat: no-repeat;
}
.sys_tips{
  margin:10px auto !important;
  text-align: center !important;
  color:#888;
}
.sys_tips_child{
    display:inline-block;
    *display:inline;
    *zoom:1;
    background-color: #f1f0f0;
    padding: 5px 5px;
    font-size: 11px !important;
}

.message_status{
    font-size: 15px;
    color:green;
}
.service-wrapper div {
    text-align: left;
    margin: 0px;
}
.service-footer{
    height: 30%;
    display: flex;
    flex-direction: column;
}
.service-footer .info{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    color: #bbbbbc;
    background: #fafafc;
    text-align: center;
    position: absolute;
    bottom: 0px;
    /* margin-top: 5px; */
    
}

/* ul.emoji-list * {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    } */
    ul.emoji-list{
        display: flex;
        padding: 2px 18px;
        margin: 0;
        position: absolute;
        /* width: 100%; */
        height: 30%;
        left: 0;
        bottom: 30%;
        flex-wrap: wrap;
        background: #FFFFFF;
        visibility:hidden;
        overflow: auto;
        box-shadow: 2px -5px 5px #dddddd;
    }
    ul.emoji-list li {
      font-size: 25px;
      float: left;
      display: inline-block;
      padding: 1px 3px;
      margin: 1px;
    }
    img.emoji {
      cursor: pointer;
      height: 1em;
      width: 1em;
      margin: 0 .05em 0 .1em;
      vertical-align: -0.1em;
    }
    
    /* 按钮链接 */
    .component-sugSlider-box {
        /* display: flex;
        align-items: center;
        justify-content: flex-start; */
        color: #1f1f1f;
        background-color: #fff;
        width: 100%;
        min-height: 5%;
        background-color: #FFFFFF;
        overflow: auto;
        white-space: nowrap;

    }
    .component-sugSlider-box::-webkit-scrollbar{
        /*width: 0;*/
    }
    @media only screen and (min-width: 900px)  {
        .component-sugSlider-box::-webkit-scrollbar {
            width: 1px;
            height: 3px;
        }
        
        .component-sugSlider-box::-webkit-scrollbar-track {
            background: #ededed;
            box-shadow: inset 0 0 5px rgb(0 0 0 / 20%)
        }
        
        .component-sugSlider-box::-webkit-scrollbar-thumb {
            background: #cdcdcd;
            border-radius: 10px;
            box-shadow: inset 0 0 5px rgb(0 0 0 / 20%)
        }
        }

    .component-sugSlider-box-item {
        margin-left: 5px!important;
        margin-top: 5px!important;
        padding: 2px 8px;
        height: 20px;
        display: inline-block;
        align-self: center;
        background: #fff;
        line-height: 15px;
        color: #333;
        font-size: 12px;
        border-radius: 20px;
        text-align: center;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
        cursor: pointer;
    }
    .component-sugSlider-highlight-item {
        border: 1px solid #4e6ef2;
        color: #4e6ef2;
    }
    
    /* .遮罩层 */
    .mask{
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background: rgba(0,0,0,.5);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    /* 弹出层样式 */
    .popupContent{
        position: relative;
        min-height: 30%;
        min-width: 50%;
        max-width: 70%;
        max-height: 50%;
        height: auto;
        padding: 20px 10px 10px 10px;
        background: #FFFFFF;
        z-index: 999;
        border-radius: 5px;
        overflow: auto;
    }
    .popupContent img{
        width: 80%;
    }
    .popupContent .popupclose{
        position: absolute;
        top: 8px;
        right: 8px;
        width: 17px;
        height: 17px;
        
        background: url(../images/popupclose.png) ;
        background-size: contain;
        background-position: center;
    }
    .closeXuzhi{
        position: absolute;
        float: right;
        top: 17px;
        right: 20px;
        display: inline-block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(../images/pc-icon-close.png);
    }
    .closeXuzhiInnerBtn{
        margin:0 auto;width:70px;height:auto;padding:10px 20px;border-radius:5px;background-color: rgb(5,116,255);color:#fff; text-align: center; font-size: 11px;
    }
