*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #3d4c63;
    background: #fff;
    font: 14px/1.5 SourceHanSansCN-Regular, "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select,
textarea {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

.false:focus {
    border: 2px solid #ff1531;
    background: #fff
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after,
.fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l,
.l {
    float: left
}

.col-r,
.r {
    float: right
}

.ani {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.wp {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

body {
    min-height: 100vh;
    padding: 60px 0;
    background-color: #dee3ea;
    padding-top: 0;
}

.chat-wrap {
    display: flex;
    max-width: 1300px;
    height: calc(100vh - 120px);
    min-height: 800px;
    margin: 0 auto;
    background: #eceff4;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .11)
}

.chat-win {
    position: relative;
    overflow: hidden;
    flex: 0 0 930px;
    width: 930px;
    height: 100%;
    padding-top: 97px;
    background-color: #fff
}

.chat-side {
    flex: 1
}

.chat-top {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .11)
}

.chat-top-show {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 40px 14px;
    border-bottom: 1px solid rgba(193, 193, 193, .5)
}

.chat-top-tit {
    font-size: 28px;
    margin-right: 58px;
    color: #333;
    font-family: SourceHanSansCN-Medium
}

.chat-tab {
    display: flex;
    align-items: center
}

.chat-tab-s {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    margin-right: 24px;
    padding: 0 15px;
    cursor: pointer;
    color: #0f366d;
    background: rgba(22, 120, 255, .2)
}

.chat-tab-s.on {
    color: #fff;
    background-color: #1678ff
}

.chat-top-arrow {
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgba(22, 120, 255, .5);
    border-radius: 50%
}

.chat-top-arrow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent url(../images/icon_xiala.png) no-repeat center center/100% 100%;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chat-top-menu {
    padding: 10px 40px;
    background-color: #fff
}

.chat-top-list {
    display: none;
    flex-wrap: wrap
}

.chat-top-list.show {
    display: flex
}

.chat-top-s {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0 15px;
    cursor: pointer;
    color: #666;
    background: rgba(236, 239, 244, .7)
}

.chat-top-s.on {
    color: #1678ff;
    background-color: rgba(22, 120, 255, .14)
}

.chat-interface {
    overflow-y: auto;
    height: calc(100% - 240px);
    padding: 40px;
    margin-right: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.chat-interface.on {
    padding-top: 140px
}

.chat-top.open .chat-top-arrow:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.chat-input {
    position: relative;
    height: 240px;
    /*    padding-top: 40px;
    */}

.chat-input-quick {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #c1c1c1;
}

.chat-quick-s {
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    color: #666;
    border: 1px solid rgba(102, 102, 102, .4);
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.chat-input-textarea {
    font-size: 18px;
    display: block;
    width: 100%;
    height: calc(100% - 71px);
    padding: 15px 40px;
    resize: none;
    border: none;
    font-family: SourceHanSansCN-Regular;
    border-top: 1px solid #c1c1c1;

}

.chat-input-textarea::-webkit-input-placeholder {
    color: rgba(153, 153, 153, .5)
}

.chat-input-textarea::-moz-placeholder {
    color: rgba(153, 153, 153, .5)
}

.chat-input-textarea:-moz-placeholder {
    color: rgba(153, 153, 153, .5)
}

.chat-input-textarea:-ms-input-placeholder {
    color: rgba(153, 153, 153, .5)
}

.chat-send {
    font-size: 24px;
    line-height: 50px;
    position: absolute;
    right: 40px;
    bottom: 28px;
    width: 100px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #1678ff
}

.chat-side {
    padding: 30px;
    background: url(../images/jiqiren.gif) no-repeat bottom right/50% auto
}


/* .chat-side{padding:30px;background:url(../images/xunhuan.gif) no-repeat bottom center/50% auto;} */

.chat-side-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.iconTit {
    display: flex;
    align-items: center
}

.iconTit .icon {
    width: 30px;
    height: 26px;
    margin-right: 12px
}

.iconTit .icon img {
    display: block;
    width: auto;
    height: 100%
}

.iconTit h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    font-family: SourceHanSansCN-Medium
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.service-s {
    display: flex;
    align-items: center;
    flex: 0 0 calc(50% - 5px);
    justify-content: center;
    height: 40px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .8);
    width: 140px;
}

.service-s i {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 17px;
    background: no-repeat center center/contain
}

.service-s span {
    display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1
}

.btn-data {
    margin-top: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bg_shuju.png) no-repeat center center/cover
}

.btn-data i {
    display: block;
    margin-right: 20px;
    width: 23px;
    height: 20px;
    background: url(../images/icon_shuju.png) no-repeat center center/contain
}

.btn-data span {
    color: #fff;
    font-size: 18px
}

.tit-more {
    font-size: 14px;
    color: #333;
    padding-right: 12px;
    background: url(../images/icon_gengduo.png) no-repeat center right/6px auto;
    font-family: SourceHanSansCN-Normal
}

.chat-hotspot {
    margin-top: 20px
}

.list1-item {
    margin-bottom: 10px
}

.list1-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: rgba(255, 255, 255, .7);
    color: #666;
    font-size: 14px
}

.list1 .list1-item:last-child {
    margin-bottom: 0
}

.chat-policy {
    margin-top: 20px
}

.tit-tab {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 20px
}

.tit-tab-s {
    cursor: pointer;
    font-family: SourceHanSansCN-Medium
}

.tit-tab-s.on {
    color: #1678ff;
    font-size: 24px
}

.tit-tab em {
    padding: 0 5px
}

.policy-tab-con .list1 {
    display: none
}

.policy-tab-con .list1.show {
    display: block
}

.policy-tab-con .list1 li {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: rgba(255, 255, 255, .7);
    color: #404040;
    font-size: 14px;
    margin-bottom: 10px;
}

.policy-tab-con .list1 li:hover {
    color: #265b97;
}

.policy-tab-con .list1 li .txt {
    width: 265px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.chat-cs {
    display: flex;
    margin-bottom: 30px;
    padding-right: 70px
}

.chat-cs-face {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.chat-cs-face img {
    display: block;
    width: 100%;
    height: 100%
}

.chat-cs-con {
    background-color: #eceff4;
    width: 88%;
    max-width: 88%;
    padding: 15px 30px;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    word-break: break-word;
}

.chat-cs-zan {
    flex: 0 0 36px;
    margin-left: 25px
}

.chat-cs-zan img {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.chat-cs-zan img+img {
    margin-top: 10px
}

.chat-btn-group {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.chat-btn {
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    background: #1678ff;
    cursor: pointer;
    margin-top: 8px;
}

.chat-cs-tab {
    display: flex;
    align-items: center;
    position: relative
}

.chat-cs-tab:after,
.chat-cs-top:after,
.faq-tab:after {
    content: '';
    height: 1px;
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: 0;
    background-color: #999;
    opacity: .3
}

.chat-cs-tab-s {
    margin-right: 45px;
    color: #999;
    font-size: 18px;
    padding-bottom: 15px;
    cursor: pointer
}

.chat-cs-tab-s.on {
    color: #1678ff;
    font-family: SourceHanSansCN-Medium;
    position: relative
}

.chat-cs-tab-s.on:After {
    content: '';
    width: 50px;
    height: 2px;
    background: #1678ff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.chat-cs-tab-warp {
    padding-top: 10px
}

.chat-cs-top {
    padding-bottom: 20px;
    position: relative
}

.chat-cs .blue {
    color: #1678ff
}

.chat-cs-list1 {
    margin-top: 10px
}

.chat-cs-tit1 {
    margin-bottom: 10px
}

.chat-cs-list1-item {
    margin-bottom: 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.chat-cs-list1-item span {
    color: #999
}

.chat-cs-list1 .more {
    margin-top: 30px;
    display: inline-block
}

.dn {
    display: none
}

.chat-user {
    padding-left: 70px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end
}

.chat-user-con {
    padding: 15px;
    background: rgba(22, 120, 255, .16);
    font-size: 16px;
    word-break: break-all
}

.chat-cs .more {
    cursor: pointer
}

.chat-top-row {
    display: flex;
    margin-bottom: 30px
}

.chat-top-row .chat-face {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 20px
}
.chat-top-row .chat-face.Mobile {display: none;}
.chat-top-row .chat-face img {
    display: block;
    width: 100%;
    height: 100%
}

.chat-top-row-con {
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    background: #1678ff;
    border-radius: 0 30px 30px 30px
}

.faq {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px
}

.faq-tit {
    display: flex;
    align-items: center
}

.faq-tit i {
    display: block;
    margin-right: 20px;
    width: 23px;
    height: 23px;
    background: url(../images/icon_changjianwenti.png) no-repeat center center/contain
}

.faq-tit span {
    color: #1678ff;
    font-size: 24px;
    position: relative;
    font-family: SourceHanSansCN-Medium
}

.faq-tit span:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    background: #1678ff;
    opacity: .2
}

.faq-tab {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.faq-tab-s {
    margin-right: 45px;
    font-size: 18px;
    color: #0f366d;
    padding-bottom: 15px
}

.faq-tab-s.on {
    color: #1678ff;
    position: relative;
    font-family: SourceHanSansCN-Medium
}

.faq-tab-s.on:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1678ff
}

.forMob {
    display: none
}

.chat-input-mod {
    display: none
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #f2f2f2
}

::-webkit-scrollbar-thumb {
    background: #999
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #999
}

.chat-input-quick::-webkit-scrollbar {
    width: 0;
    height: 0
}

.chat-input-quick::-webkit-scrollbar-track {
    background: #f2f2f2
}

.chat-input-quick::-webkit-scrollbar-thumb {
    background: #999
}

.chat-input-quick::-webkit-scrollbar-thumb:window-inactive {
    background: #999
}

.chat-cs-tab::-webkit-scrollbar {
    width: 0;
    height: 0
}

.chat-cs-tab::-webkit-scrollbar-track {
    background: #f2f2f2
}

.chat-cs-tab::-webkit-scrollbar-thumb {
    background: #999
}

.chat-cs-tab::-webkit-scrollbar-thumb:window-inactive {
    background: #999
}

.faq-tab::-webkit-scrollbar {
    width: 0;
    height: 0
}

.chat-user-face {
    display: none
}

.chat-cs-list1-wrap {
    height: 170px;
    overflow: hidden
}

.autocomplete {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    /*bottom: 170px;*/
    bottom: 240px;
    padding: 20px 30px;
    background-color: #fff;
    z-index: 10;
    font-size: 14px;
    color: #666
}

.autocomplete p {
    cursor: pointer
}

.autocomplete span {
    color: red
}

.policy-tab-con iframe {
    width: 290px;
    height: 300px
}

@media only screen and (max-width:1300px) {
    .chat-win {
        flex: 1 0 600px;
        width: 600px
    }
    .chat-top-show {
        padding: 30px 30px 14px
    }
}

@media only screen and (max-width:1100px) {
    .chat-side,
    .chat-top-show {
        display: none
    }
    body {
        padding: 0
    }
    .chat-win {
        padding-top: 0
    }
    .chat-wrap {
        height: auto;
        min-height: 0;
        /*        width:100%;
        */    }
    .chat-interface {
        padding: 30px
    }
    .chat-interface.on {
        padding-top: 30px
    }
    .chat-top {
        display: none
    }
    .chat-win {
        width: 100%;
        flex: 0 0 100%;
        background-color: #eceff4;
        height: auto
    }
    .chat-cs-con {
        background-color: #fff
    }
    .chat-input {
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto
    }
    .chat-input-textarea,
    .chat-send {
        display: none
    }
    .chat-input-quick {
        border-bottom: none
    }
    .chat-input-mod {
        display: flex;
        align-items: center;
        background-color: #fff;
        padding: 30px 20px
    }
    .input-mod-voice {
        cursor: pointer;
        width: 30px;
        height: 30px;
        margin-right: 20px;
        background: url(../images/icon_yuyin.png) no-repeat center center/contain
    }
    .input-mod-input {
        border: none;
        display: block;
        flex: 1;
        height: 40px;
        background-color: #eceff4;
        color: #333;
        padding: 0 20px;
        font-size: 16px
    }
    .input-mod-send {
        margin-left: 20px;
        width: 30px;
        height: 30px;
        background: url(../images/icon_fasong.png) no-repeat center center/contain;
        pointer-events: none
    }
    .input-mod-send.on {
        background-image: url(../images/icon_fasong_2.png);
        pointer-events: auto
    }
    .forMob {
        display: block
    }
    .chat-interface {
        height: 100vh;
        padding-bottom: 170px
    }
    .chat-input-quick {
        background-color: #eceff4
    }
    .chat-user-face {
        display: block;
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        margin-left: 20px
    }
    .chat-user-face img {
        display: block;
        width: 100%;
        height: 100%
    }
}

@media only screen and (max-width:767px) {
    .autocomplete {
        bottom: 50px
    }
    .chat-interface,
    .chat-interface.on {
        padding: 10px 10px 90px;
        margin-right: 0
    }
    .chat-top-row .chat-face {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        margin-right: 10px;
        display: none;
    }
    .chat-top-row .chat-face.Mobile {display: block;background: #1678FF;border-radius: 50%;}

    .chat-top-row-con {
        font-size: 15px;
        line-height: 20px;
        padding: 10px;
        font-family: SourceHanSansCN-Medium;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%
    }
    .chat-top-row {
        margin-bottom: 18px
    }
    .faq {
        padding: 10px 10px 7px;
        margin-bottom: 14px
    }
    .faq-tit i {
        width: 16px;
        height: 16px;
        margin-right: 10px;
        flex: 0 0 16px
    }
    .faq-tit span {
        font-size: 15px
    }
    .faq-tit span:after {
        height: 7px;
        bottom: 2px
    }
    .chat-cs-tab-s,
    .faq-tab-s {
        font-size: 12px
    }
    .chat-top-s {
        margin-right: 10px;
        font-size: 12px;
        height: 21px;
        line-height: 21px;
        padding: 0 5px;
        margin-bottom: 7px
    }
    .chat-cs {
        padding-right: 16px;
        margin-bottom: 14px
    }
    .chat-user {
        padding-left: 20px;
        margin-bottom: 14px
    }
    .chat-cs-tab:after,
    .chat-cs-top:after,
    .faq-tab:after {
        left: 0;
        right: 0
    }
    .chat-cs-face,
    .chat-user-face {
        width: 30px;
        flex: 0 0 30px;
        height: 30px;
        margin-right: 10px
    }
    .chat-user-face {
        margin-right: 0;
        margin-left: 10px
    }
    .chat-cs-con {
        padding: 10px;
        font-size: 13px
    }
    .chat-btn {
        font-size: 13px;
        padding: 0 5px;
        height: 21px;
        line-height: 21px
    }
    .chat-btn-group {
        margin-top: 10px
    }
    .chat-btn {
        margin-right: 10px;
        height: auto;
    }
    .chat-cs-tab-s,
    .faq-tab-s {
        padding-bottom: 10px
    }
    .chat-input-mod {
        padding: 10px 13px
    }
    .chat-input-quick {
        padding: 8px 10px;
        background-color: #eceff4;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        font-size: 0
    }
    .input-mod-voice {
        margin-right: 10px
    }
    .input-mod-send {
        margin-left: 10px
    }
    .chat-win {
        overflow: hidden
    }
    .chat-quick-s {
        font-size: 12px;
        height: 19px;
        line-height: 17px;
        padding: 0 5px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle
    }
    .chat-cs-zan {
        flex: 0 0 20px;
        margin-left: 5px
    }
    .faq-tab {
        margin: 10px 0;
        display: block;
        font-size: 0;
        overflow-x: auto;
        white-space: nowrap
    }
    .faq-tab-s {
        font-size: 13px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: middle
    }
    .faq-tab-s:last-child {
        margin-right: 0
    }
    .chat-user-con {
        font-size: 13px;
        padding: 5px
    }
    .chat-cs-tab-s {
        margin-right: 10px
    }
    .chat-cs-tab-warp {
        padding-top: 0
    }
    .chat-cs-list1 .more {
        margin-top: 15px
    }
    .input-mod-send,
    .input-mod-voice {
        width: 24px;
        height: 24px
    }
    .input-mod-input {
        height: 30px;
        font-size: 14px;
        padding-left: 10px
    }
    .chat-cs-tab {
        display: block;
        font-size: 0;
        overflow-x: auto;
        white-space: nowrap
    }
    .chat-cs-tab-s {
        display: inline-block;
        vertical-align: middle
    }
    .chat-cs-tab-s:last-child {
        margin-right: 0
    }
}

.xinwei a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
}

.popup-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 100%; */
    /* height: 100vh; */
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow-y: scroll;
    display: none;
}

.popup-wrap::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.popup-wrap .popup-center-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.popup-wrap .popup-center-wrap .close-wrap {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    /* position: absolute; */
    top: 0;
    /* right: -30px; */
    font-size: 20px;
    /* color: #fff; */
}

.popup-wrap .popup-center-wrap img {
    width: 80%;
    margin: 0 auto;
    /* height: auto; */
}
