.SendBtn{
    position:relative;
}
.SendBtn img{
    width:60px;
    cursor:pointer;
}
@media(max-width:425px){
    .allTyKf .SendBtn img {
        width: 35px;
    }
}
a {
    text-decoration: none;
    color: #333;
}

/*会员中心聊天红点*/
.SendBtn .hyzxchatCount {
    position: absolute;
    display: inline-block;
    height: auto;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    color: #fff;
    background: #f46266;
    top: 0px;
    right: -3px;
}
    /*会员中心聊天红点*/

    /*商城聊天红点*/
    .SendBtn .ldjjScPcchatCount {
        position: absolute;
        display: inline-block;
        height: auto;
        min-width: 10px;
        padding: 3px 5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border-radius: 10px;
        margin-right: 15px;
        color: #fff;
        background: #f46266;
        top: 0px;
        top: 0px;
        right: 0;
    }
    .SendBtn .ldjjScPhonechatCount {
        position: absolute;
        display: inline-block;
        height: auto;
        min-width: 10px;
        padding: 3px 5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border-radius: 10px;
        margin-right: 15px;
        color: #fff;
        background: #f46266;
        top: -3px;
        left: 11px;
        right: unset;
    }    
/*商城聊天红点*/
.allTyKf {
    position: fixed;
    right: 10px;
    top: 45%;
    left: auto;
    z-index: 999;
}
.LdjjKfImg {
    position: fixed;
    right: 10px;
    bottom: 10px;
    top: auto;
    left: auto;
    z-index: 999;
}

/*劳动健教官网聊天红点*/
.SendBtn .LdjjKfchatCount.chatCount {
    position: absolute;
    display: inline-block;
    height: auto;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 15px;
    color: #fff;
    background: #f46266;
    top: -3px;
    right: -5px;
}
.SendBtn .LdjjKfPhonechatCount {
    position: absolute;
    display: inline-block;
    height: auto;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 15px;
    color: #fff;
    background: #f46266;
    top: 6px;
    right: -12px;
}
/*劳动健教官网聊天红点结束*/

.chatContainer, .chatContainer div, .chatContainer ul, .chatContainer li, .chatContainer p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999999;
}
.clearfloat .author-name small {
    font-size: 12px;
}
/* 设置滚动条的样式 */
.chatContainer ::-webkit-scrollbar {
    width: 5px;
}
/* 滚动槽 */
    .chatContainer ::-webkit-scrollbar-track {
        border-radius: 10px;
    }
/* 滚动条滑块 */
.chatContainer ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cccccc;
    -webkit-box-shadow: #cccccc;
}
    .chatContainer ::-webkit-scrollbar-thumb:window-inactive {
        background: #e5e5e5;
    }
/*按钮样式*/
.chatContainer .btn-default-styles {
    outline: none;
    resize: none;
    border: none;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #004deb;
    color: #fff;
    border-radius: 4px;
    transition: all .4s;
    border: 1px solid #004deb;
}
        .chatContainer .btn-default-styles:focus {
            outline: none;
        }
    .chatContainer .btn-default-styles:hover {
        background: white;
        animation: anniu 1s infinite;
        color: #053392;
    }
        .chatContainer .btn-default-styles:active {
            box-shadow: 0 2px 3px rgba(0, 0, 0, .2) inset;
        }


.chatContainer{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.chatBtn{
    width: 50px;
    height: 50px;
    background: #01bef0;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 2px 2px #d4d4d4;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.chatBtn:hover{
    background: #01b3df;
    box-shadow: none;
}
.chatBtn>i{
    font-size: 25px;
}
.ChatMsk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1050;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 999999;
    background-color: rgba(0,0,0,0.5);
}
.chatBox {
    width: 650px;
    min-width: 300px;
    height: 570px;
    border-radius: 10px;
    background: #f5ecff;
    overflow: hidden;
    border: solid 1px #d5d5d5;
    z-index: 1005;
    overflow-x: hidden;
    overflow: hidden;
    margin: 30px auto 65px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 1px 1px 2px #c0c0c0;
    box-shadow: 1px 1px 2px #c0c0c0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.chatBox-head {
    width: 100%;
    height: 75px;
    background: #f3f1f1;
    position: absolute;
    top: 0;
    left: 0;
}
.chatBox-head-one {
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 16px;
    color: #212529;
    font-weight: bold;
}
    .chatBox-head-one .titleimg {
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
    }
    .chatBox-head-two {
        width: 100%;
        height: 75px;
        color: #fff;
        padding: 10px 10px;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }
.chat-return {
    float: left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}
    .chat-return i {
        font-size: 40px;
        vertical-align: middle;
        color: black;
    }
    .chat-return em {
        font-size: 14px;
        background: #004deb;
        border-radius: 16px;
        color: white;
        padding: 4px 8px;
        vertical-align: middle;
        margin-left: 5px;
    }
    .chat-return:hover {
        background: #0188b7;
    }
.chat-close {
    float: right;
    width: 46px;
    height: 31px;
    line-height: 31px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    background: #ff3f3f;
    border-color: #ff3f3f;
    vertical-align: middle;
    margin-top: 11px;
}
/*齿轮下拉*/
.chatBox-head-one .dropdown-menu {
    right: 20px;
    min-width: unset;
    text-align: center;
    left: unset;
}
.chatBox-head-one .seletxia {
    border: 1px solid #004deb !important;
    background: #004deb !important;
    font-size: 12px !important;
    color: white !important;
    float: right !important;
    text-align: center !important;
    margin-top: 22px !important;
    transition: all .4s;
    border-radius: 4px !important;
}

.chatBox-head-one .closebtna {
    position: absolute;
    right: 18px;
    top: -22px;
    padding: 0 4px;
    font-size: 12px;
    border-radius: unset;
    line-height: 20px
}

    .chatBox-head-one .closebtna i {
        font-size: 12px;
    }

.chatBox-head-one .seletxia:hover {
    color: #004deb !important;
    background: white !important;
}

.chatBox-head-one .search-d {
    position: absolute;
    bottom: 360%;
    z-index: 1;
    transition: all .4s;
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    left: 50%;
}

.chatBox-head-one .search-d-trans {
    bottom: -93px;
    opacity: 1;
}

.chatBox-head-one .search-d input {
    width: 225px;
    height: 38px;
    padding-left: 15px;
    border-radius: 42px;
    border: 2px solid #004deb;
    background: transparent;
    outline: none;
    position: relative;
    font-size: 14px;
    color: #333;
}

.chatBox-head-one .search-d button {
    width: 42px;
    height: 42px;
    background: 0 0;
    border: none;
    position: absolute;
    top: 1px;
    right: 0;
    color: #004deb;
}
/*齿轮下拉结束*/
.backindex:hover {
            color: #004deb;
            background: white;
        }
    .chat-close:hover {
        background: #0188b7;
    }
.chat-people {
    float: left;
}
.chat-people>div{
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.chat-people>div:nth-of-type(1){
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
}
.chat-people>div:nth-of-type(1)>img{
    width: 50px;
    height: 50px;
}
    .chat-people > div:nth-of-type(2) {
        width: 165px;
        text-align: left;
        height: 55px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        color: #10b759;
    }
.chatContainer .ChatInfoNameBox {
    padding-top: 15px;
}

.chatContainer .chat-people .ChatInfoName {
    line-height: 0;
    margin: 0 0 15px 0;
}

.chatBox-info{
    width: 100%;
    height: 495px;
    background: #fff;
    text-align: left;
    position: absolute;
    top: 75px;
    left: 0;
    z-index:-1!important;
}

.chatBox-list{
    width: 100%;
    height: 495px;
    overflow-y: scroll;
}
.chat-list-people {
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin: 0 5px 0 10px;
}
.chat-list-people:hover {
    cursor: pointer;
    background: #f8f8f8;
}
.chat-list-people > div {
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.chat-name .zjuName p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #004deb;
    display: inline-block;
    font-weight:500;
}
.chat-list-people .chat-name {
    padding-top: 8px;
    width: 60%; /*写给不支持calc()的浏览器*/
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
}
.chat-list-people .chat-name label {
    font-size: 12px;
    color: #999;
    font-weight: unset;
    float: right;
}
    .chat-list-people .chat-name text {
        color: #a7abc3;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
.chat-list-people>div:nth-of-type(1){
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
}
.chat-list-people>div:nth-of-type(1)>img{
    width: 40px;
    height: 40px;
}


.chat-name{
    width: 230px;
}
    .chat-name > p {
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
    }
/*.chat-name>p:nth-of-type(1){
    line-height: 55px;
}*/
.chat-list-people > div.message-num {
    display: inline-block;
    height: auto;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 14px;
    color: #fff;
    background: #f46266;
    float: right;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.chat-message-num{
    display: inline-block;
    height: auto;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 14px;
    color: #fff;
    background: #f46266;
    position: absolute;
    bottom: 40px;
    right: -24px;
}
.chatBox-kuang{
    width: 100%;
    height: 495px;
    display: none;
}
.chatBox-content{
    width: 100%;
}
.chatBox-content-demo {
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 90px;
}

.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfloat{
    zoom:1;
    margin: 10px 10px;
}
.clearfloat .right{
    float: right;
}
.author-name{
    text-align: center;
    margin: 15px 0 5px 0;
    color: #888;
}

.clearfloat .chat-message {
    max-width: 252px;
    text-align: left;
    padding: 8px 12px;
    border-radius: 6px;
    word-wrap: break-word;
    display: inline-block;
    position: relative;
    font-size: 14px;
}
    .clearfloat .chat-message audio{
        width:228px!important;
    }


.clearfloat .left .chat-message {
    background: #f0f0f0;
    min-height: 36px;
}
    .clearfloat .left .chat-message i {
        position: absolute;
        bottom: -18px;
        left: 0;
        font-weight: bold;
        font-size: 12px;
        color: #666;
        white-space: nowrap;
    }
    .clearfloat .left .chat-message:before {
        position: absolute;
        content: "";
        top: 8px;
        left: -6px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #f0f0f0;
    }

.clearfloat .right {
    text-align: right;
    font-size: 14px;
}
    .clearfloat .right .chat-message {
        background-color: #004deb;
        color: rgba(255,255,255,.9);
        text-align: left;
        min-height: 36px;
    }
        .clearfloat .right .chat-message i {
            position: absolute;
            bottom: -18px;
            right: 0;
            font-weight: bold;
            font-size: 12px;
            color: #666;
            white-space: nowrap;
            text-align: right;
        }
        .clearfloat .right .chat-message:before {
            position: absolute;
            content: "";
            top: 8px;
            right: -6px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #004deb;
        }

.clearfloat .chat-avatars{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
    vertical-align: top;
    overflow: hidden;
}
.clearfloat .chat-avatars>img{
    width: 30px;
    height: 30px;
}
.clearfloat .left .chat-avatars{
    margin-right: 10px;
}
.clearfloat .right .chat-avatars{
    margin-left: 10px;
}

.chatBox-send {
    width: 100%;
    padding: 10px 5px;
    background: #f3f1f1;
    border-top: 1px #D0D0D0 solid;
    position: absolute;
    bottom: 0;
    left: 0;
}
.div-textarea {
    width: 100% !important;
    min-height: 20px;
    max-height: 107px;
    height: 55px;
    padding: 3px;
    outline: 0;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    user-modify: read-write-plaintext-only; /*纯文本*/
    -webkit-user-modify: read-write-plaintext-only;
    -moz-user-modify: read-write-plaintext-only;
    border: 1px solid #ced4da;
    transition: all .4s;
    border-radius: 4px;
}
.chatBox-send .sendtwo {
    margin-top: 25px;
    float: right;
}
    .div-textarea:focus {
        /*    box-shadow: 0 0 15px rgba(82, 168, 236, 0.6);*/
        border: 1px solid #999;
    }
.chatBox-send>div{
    float: left;
}
    .chatBox-send > div:nth-of-type(2) {
        font-size: 0;
        margin-top: 10px;
    }
.chatBox-send>div button{
    padding: 1px 5px;
    margin-left: 3px;
}
.chatBox-send>div label{
    padding: 1px 5px;
    margin-left: 3px;
}
#chat-biaoqing{
    position: relative;

}
.hidden{
    display: none;
}
.biaoqing-photo{
    width: 200px;
    height: 160px;
    background: #ffffff;
    position: absolute;
    top: -160px;
    right: 40px;
    text-align: left;
    border-radius: 5px;
    border: solid 1px #c5c5c5;
    display: none;
}
.biaoqing-photo::before{
    content: '';
    position: absolute;
    border-top: solid 7px #c5c5c5;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    bottom: -7px;
    right: 36px;
}
.biaoqing-photo::after{
    content: '';
    position: absolute;
    border-top: solid 7px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    bottom: -5px;
    right: 35px;
}
.biaoqing-photo>ul{
    margin: 0;
    width: 200px;
    height: 160px;
    padding: 3px 2px;
    list-style: none;
}
.biaoqing-photo>ul>li{
    float: left;
    height: 30px;
    margin-left: 2px;
}
.emoji-picker-image{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/bqxtb01.png) no-repeat;
    background-size: 200px auto;
    cursor: pointer;
}
.biaoqing-photo>ul>li span.emoji-picker-image:hover{
    border: solid 1px #f5f5f5;
}
.chat-message img{
    width: 220px;
    height:auto;
}

@media all and (max-width: 768px) {
    .ChatMsk .chatBox {
        width: 100%;
        height: 100%;
        border-radius:unset;
        margin:0;
    }

}
@media all and (max-width: 370px){
    .chat-name{
        width: 185px;
    }
    .chat-people>div:nth-of-type(2){
        width: 120px;
    }
    .clearfloat .chat-message{
        max-width: 240px;
    }
}




/*快捷聊天*/
.QuickChat {
    position: absolute;
    top: 50%;
    left: 50%;
   /* height: 50%;*/
    width: 80%;
    background: rgb(0, 77, 235);
    overflow: scroll;
    border-radius: 6px;
    transform: translate(-50%,-360%);
    -webkit-transform: translate(-50%,-360%);
    -ms-transform: translate(-50%,-360%);
    -moz-transform: translate(-50%,-360%);
    -o-transform: translate(-50%,-360%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

    .QuickChat::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

    .QuickChat.active {
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

    .QuickChat ul {
        margin: 0;
        padding: 0;
        padding: 10px 20px;
    }

        .QuickChat ul li {
            list-style: none;
            margin: 10px 0;
            color: white;
            font-size: 16px;
            cursor: pointer;
        }

    .QuickChat .QuickChatbox {
        position: relative;
    }

        .QuickChat .QuickChatbox i {
            position: absolute;
            right: 6px;
            top: 6px;
            cursor: pointer;
            font-size: 18px;
            color: white;
        }

#com-menting {
}
/*快捷聊天结束*/