*{padding:0;margin:0}
.floatRight{float: right;}
.clear{clear: both;}
body{background-color: #eaeaea;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.mainLeftMenu{
    width: 80px;
    float: left;
    height: 100%;
    text-align: center;
    background-color:#3c8dbc;
}
.mainLeftMenu .el-menu-item:focus, .mainLeftMenu .el-menu-item:hover{
    background: #2c7097;
}
.mainLeftMenu .is-active{
    background: #1c658f;
}
.mainRight{
    width: calc(100% - 82px);
    height: 100%;
    float: left;
}
.mainIframe{
    width: 100%;
    height: calc(100% - 32px);
}
.mainSettingIframe{
    width: 100%;
}
.mainLogo{
    margin: 10px 0px;
    border: 2px solid #fff;
}
.mainMain{
    background: #fff;
    padding: 10px 10px 2px 10px;
}
.el-menu{
    border-right: none;
    background: none;
    width: 100%;
}
.chatBg .el-tabs__header{margin: 0;}
.faceBtn, .faceBtn:after, .faceBtn {
    border: 1px solid;
}
.iconBtns{
    border-top:1px solid #e4e4e4;
    color: #9c9c9c;
    padding: 2px 0;
}
.iconBtns div{
    margin-right: 5px;
    cursor: pointer;
}
.visitorIconBtns{
    margin-right: 8px;
    transform: scale(0.8);
}
.visitorFaceBtn{
    float: left;
    margin-left: 5px;
}
.visitorFaceBox{
    position: absolute;
    bottom: 105px;
}
.kefuFaceBox{
    position: absolute;
    bottom: 0px;
    z-index: 999;
}
.faceBtn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    color: #9da0a0;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
    position: relative;
    cursor: pointer;
}
.faceBtn:before {
    content: '';
    pointer-events: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 8px 0 0 0, 0 0 0 2px inset;
    height: 4px;
    width: 4px;
    left: 7px;
    position: absolute;
    top: 29%;
}
.faceBtn:after {
    content: '';
    pointer-events: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 10%;
    width: 15px;
}
.imageBtn {
    width: 32px;
    height: 23px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: #9da0a0;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
    border: 1px solid;
}
.imageBtn:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
    left: -2px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: inset 0 0 0 32px, 10px -6px 0 0;
}
.imageBtn:after {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 3px;
    height: 3px;
    box-shadow: inset 0 0 0 32px;
    top: 5px;
    right: 5px
}
.visitorFolderBtn{
    float: left;
    margin-left: 20px;
}
.folderBtn {
    display: inline-block;
    background-color: transparent;
    overflow: hidden;
    font-size: 1px;
}
.folderBtn:before {
    content: '';
    float: left;
    background-color: #9da0a0;
    width: 15px;
    height: 3px;
    margin-left: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 2px 2px 0 0 #9da0a0;
}
.folderBtn:after {
    content: '';
    float: left;
    clear: left;
    background-color: #d4d6d6;
    width: 33px;
    height: 22px;
    border-radius: 1px;
}
.visitorAudioIcon{
    float: left;
    margin-left: 18px;
    margin-top: 7px;
}
.audioIcon {
    color: #9da0a0;
    position: relative;
    width: 12px;
    height: 14px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-bottom: solid 1px currentColor;
    border-radius: 0 0 50% 50%;
    display: inline-block;
}
.audioIcon:before {
    content: '';
    position: absolute;
    left: 1px;
    top: -6px;
    width: 8px;
    height: 17px;
    border: solid 1px currentColor;
    border-radius: 4px;
    background-color: currentColor;
}
.audioIcon:after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: -4px;
    width: 1px;
    height: 4px;
    background-color: currentColor;
}
.visitorImageBtn{
    float: left;
    margin-left: 20px;
    margin-top: 2px;
}
.faceBox{
    width: 100%;
    background: #fff;
    z-index: 99999999;
    padding: 2px;
    display: none;
}
.faceBoxList{
    list-style: none;
    padding: 0;
    margin: 0;
}
.faceBoxList li{
    cursor: pointer;
    float: left;
    border: 1px solid #e8e8e8;
    width: 28px;
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding: 4px 2px;
    text-align: center;
}
.productCard{
    display: block;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
}
.productCard img{
    width: 100%;
}
.productCard .productCardPrice{
    color: #ce3c39;
    font-weight: bold;
}
.productCard .productCardTitle{
    color: #333;
}
@-webkit-keyframes bounce-up {
    25% {-webkit-transform: translateY(10px);}
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(-10px);}
}

@keyframes bounce-up {
    25% {transform: translateY(10px);}
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(-10px);}
}
.animate-bounce-up{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.el-container{
    height: 100%;
}
.el-aside{
    height: 100%;
    background: #fff;
}
.textDark {color: #343a40;}
.bgInfo {background-color: #17a2b8}
.bgSuccess {background-color: #28a745}
.bgDanger {background-color: #dc3545}
.bgInfo {background-color: #17a2b8}
.smallBox {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    color: #fff;
}
.settingMain h2{
    margin-bottom: 20px;
}
.settingMain h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.bigPic{
    background: #ccc;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    text-align: center;
}
/*客服聊天主板*/
.chatBg{background: #fff;border: solid 1px #e6e6e6;overflow: hidden;}
.chatLeft{height:100%;}
.chatLeft .el-tabs__nav,.chatRight .el-tabs__nav {
    margin-left: 20px;
}
.chatLeft .el-tabs__content{
    height: 100%;
}
.chatRight{
    height: 100%;
    background: #fff;
}
.chatRight .el-tabs__content{
    overflow: auto;
    height: 100%;
}
.onlineUsers {
    padding: 4px;
    height: 40px;
    font-size: 14px;
    border-bottom: solid 1px #e6e6e6;
}
.onlineUsers a{
    color: #333;
}
.onlineUsers:hover,.onlineUsers.cur{background-color: #f0f9eb;color: #67C23A;}
.imgGray {-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%);filter: grayscale(100%);filter: gray;color:#888;}
.hasLastMsg{line-height: normal;}
.lastNewMsg{font-size: 12px;color: #7f7f7f;margin-top: 4px;overflow: hidden;height: 16px;}
/*客服页*/
.chatKfPageApp{
    max-width: 800px;
    margin:0 auto;
}
.chatCenter{background: #fff;max-width: 800px;margin: 0 auto;border: 1px solid #b9b9b9;box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    border-top: none;
}
.chatContext{
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 105px;
    background: rgb(245,245,245);
}
.chatBox{
    /*overflow-y: auto;*/
    overflow-x: hidden;
    background: rgb(245,245,245);
    margin-top: 50px;
    /*margin-bottom: 80px;*/
}
.chatVisitorPage{
    height: calc(100% - 105px);
    overflow-y: auto;
}
.chatVisitorPage .chatBox{
    padding: 0 4px;
}
.chatBox .el-col{margin:10px 0;}
.chatUser{
    font-size: 12px;
    white-space: nowrap;
    color: #999;
    text-align: left;
    margin-top: -15px;
}
.chatMainPage{
    margin-top: 1px;
}
.chatContent{
    background-color: rgb(255,255,255);
    color: #000;
    border: 1px solid rgb(237,237,237);
    min-height: 20px;
    padding: 8px 15px;
    word-break: break-all;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    line-height: 21px;
    font-size: 14px;
}

.chatImagePic{
    max-width: 100%;
    width: 150px;
    height: 150px;
}
a{color: #07a9fe;text-decoration: none;cursor: pointer;}
.chatContent:before,.chatContent:after {
    content: "";
    display: block;
    position: absolute;
    width:0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: rgba(255,255,255,1);
    left: -11px;
    top: 10px;
    z-index:1;
}
.chatContent:after {
    left: -12px;
    border-right-color: rgb(237,237,237);
    z-index:0;
}
/*.chatContent:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -10px;*/
/*    top: 13px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: dashed;*/
/*    border-color: transparent;*/
/*    overflow: hidden;*/
/*    border-width: 10px;*/
/*    border-top-style: solid;*/
/*    border-top-color: rgb(255,255,255);*/
/*}*/
.chatBoxMe .chatContent{
    float: right;
    color: #fff;
    background-color: rgb(24, 128, 255);
    border: 1px solid rgb(24, 128, 255);
}
.chatBoxMe .chatContent:after{border-left-color: rgba(152,225,101,1);border-right:none;left:auto;right: -5px;}
.chatBoxMe .chatContent:before{border-left-color: rgb(24, 128, 255);border-right:none;right: -5px;left: auto;}
.chatBoxMe .el-col-3{float: right;text-align: right;}
.chatBoxMe .chatUser{text-align: right}
.chatBoxMe .kefuMe{
    margin-right: 4px;
}
.chatBoxMe .chatDeleteBtn{
    display: inline-block;
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    display: none;
}
.chatArea{float: left;width: 85%;margin: 4px 0 0 4px;}
.chatArea .el-textarea__inner{padding: 1px 5px}
.btnArea{width: 10%;float: right;}
.chatRoomCenter{width: 100%;}
.chatRoomCenter .chatBoxSend{width: 100%;max-width: 100%;}
@media screen and (min-width:1200px){
    .chatRoomCenter{background: #fff;max-width: 800px;margin: 0 auto;border: 1px solid #d1d1d1;margin-top: 10px;box-shadow: 2px 2px 6px rgba(0,0,0,.3);}
    .chatRoomCenter .chatBoxSend{max-width: 800px;}
}
@media screen and (max-width: 500px) {
    body{background: #fff}

    .chatCenter{border: none;box-shadow:none;margin-top: 0px;}
    .chatArea {width: 70%;}
    .btnArea{width: 20%;}
}

.chatTitle{height: 30px;line-height: 30px;color: #1989fa}
.chatBoxSend{background: #fff;position: fixed;bottom: 0px;width: 100%;height: 105px;max-width: 800px;z-index: 99;}
.chatBoxSendBtn{float: right;margin: 12px 4px 0 0;}
.footContact{text-align: center;}
.footContact a{font-size: 12px;color: #999;text-decoration: none;}
.chatTime{text-align: center;color: #bbb;margin: 12px 0;font-size: 12px;}
.chatTime span{display: inline-block;padding: 2px 5px;background: rgb(218,218,218);color: #fff;}
.chatTimeHide{display: none;}
.visitorInfo .el-menu-item{
    font-size: 12px;
}
.chatRightTitle{
    color: #303133;
    height: 40px;
    line-height: 40px;
    padding:0 10px;
    font-size: 14px;
    border-bottom:1px solid #E4E7ED;
}
.chatRightTitle a{
    float: right;
    text-decoration: none;
    color: #519eff;
}
.replyBox{
    font-size: 12px;
    background: #fff;
    border: solid 1px #e6e6e6;
    border-bottom: none;
    margin-top: 5px;
    margin-bottom: 50px;
}
.replyItem:hover{
    background-color: #f0f9eb;
    color: #67C23A;
}
.replyContent{
    padding: 0 10px;
}
.replySearch{
    margin: 5px 7px;
    width: 96% !important;
}
.iconBtnsBox{
    position: relative;
    margin-top: 4px;
    margin-left: 6px;
}
.kefuMainBg{background: #f5f5f5;border: solid 1px #e6e6e6;boder-top:none;}
.kefuFuncBtns{background:#fff;margin: 2px 0px;color: #7f7f7f;border-bottom: 1px solid #e6e6e6;font-size: 12px;padding: 5px 0px;}
.kefuMainBg .chatBox{
    width: 100%;
    height:calc(100% - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
}
.kefuFuncBox{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 10px;
    background: #fff;
    z-index: 999;
}
.kefuFuncBox .el-textarea{width: 99%;}
.kefuFolderBtn{vertical-align: middle;}
.visitorReply{
    font-size: 14px;
    line-height: 24px;
}
.visitorReplyTitle{

}
.visitorReplyContent{
    color:#007aff;
    cursor: pointer;
}
.iconBtnsBox .kefuSendBtn{margin-right: 4px;float: right;}
.chatEntTitle{
    width: 100%;
    max-width: 800px;
    position: fixed;
    z-index: 9;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    background-color: rgb(11 113 236);
}
.chatEntTitle .chatEntTitleLogo{margin-top: 4px;}
.chatEntTitle span{float: left;margin-left:4px;margin-right: 10px;}
.settingTitle{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
   background: #fff;width: 100%;overflow: hidden;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.settingTitle .el-avatar{
    margin-top: 4px;
}
.settingTitle span{
    float: left;
    margin-left: 15px;
}
.settingTitle .choseLang{
    float: right;
    margin-right: 25px;
}
.settingDashbord{
    width:96%;height: 100%;margin: 10px auto;padding: 10px;
}
.visitorCard{
    color: rgba(4, 15, 66, 0.9);
    font-size: 14px;
    line-height: 1.5;
    padding: 2px;
}
.visitorCard .visitorItem{
    text-overflow: ellipsis;
    white-space: nowrap;
}
.visitorCard .visitorItem:hover{
    background-color: #e6f5ff;
}
.visitorCard .visitorCardTitle{
    font-size: 12px;
}
.liker {
    z-index: 9999;
    position: fixed;
    bottom: 160px;
    right: -50px;
    /*top: 0%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);*/
}
.liker .btn {
    width: 50px;
    /*display: flex;*/
    /*justify-content: center;*/
    align-items: center;
    height: 50px;
    border-radius: 50%;
    border: none;
    position: fixed;
    cursor: pointer;
    bottom: 120px;
    right: 20px;
    /* left: 50%;
    /*left: 50%;*/
    /*transform: translate(-50%, -10%);*/
    background-color: #FF4D80;
    color: #fff;
    outline: none;
    transition: 0.3s ease;
    box-shadow: 0 3px 10px #F92A82;
}
.liker .btn svg {
    fill: #fff;
}
.liker .btn:hover {
    background-color: #F92A82;
}
.kefuVisitorList{
    height: calc(100% - 60px);
    overflow:auto;
}
.kefuVisitorPage{
    position: fixed;
    bottom: 0;
}
.noticeBox{
    position: fixed;
    width: 98%;
    z-index: 9;
    max-width: 780px;
}
.kefuNoVisitor{
    text-align: center;
    font-size: 40px;
    color: #ccc;
    font-weight: 500;
    margin: 50px auto;
}
.kefuNoVisitor .el-icon-chat-dot-round{
    font-size: 300px;
    color: #ccc;
}
.noVisitor{
    text-align: center;
    margin-top: 100px;
    color: #e2e2e2;
}
.noVisitor .el-icon-chat-dot-square{
    font-size: 100px;
    color: #f2f2f2;
}
.chatReadStatus{
    font-size: 12px;
    color: #7f7f7f;
    margin: 8px 5px 0px 0px;
    float: right;
}
.clear{clear:both;}
