* {
    margin: 0 0;
    padding: 0 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei Mono", "Microsoft YaHei", Arial, sans-serif;
    height: 100%;
    background: linear-gradient(to top right, #f1eaf9 0%, #dbebdf 25%, #dbeed2 100%);
    background: -webkit-linear-gradient(to top right, #f1eaf9 0%, #dbebdf 25%, #dbeed2 100%);
    background: -o-linear-gradient(to top right, #f1eaf9 0%, #dbebdf 25%, #dbeed2 100%);
    background: -moz-linear-gradient(to top right, #f1eaf9 0%, #dbebdf 25%, #dbeed2 100%);
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(180, 180, 180, 0.06);
    border-radius: 3px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar:hover {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(214, 214, 214, 0.2);
    border-radius: 12px;
    background-clip: padding-box;
    border: 1px solid rgba(214, 214, 214, 0.4);
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(205, 205, 205, 0.4);
    border: 1px solid rgba(205, 205, 205, 0.7);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 1s linear infinite;
}

.iconfont {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none !important;
}

.pagelock {
    filter: blur(10px);
}

.showtop {
    z-index: 10000;
}

.pointer {
    cursor: pointer;
}

.text-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.no-margin {
    margin: 0 0;
}

.no-padding {
    padding: 0 0;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}

.font26 {
    font-size: 26px;
}

.font27 {
    font-size: 27px;
}

.font28 {
    font-size: 28px;
}

.font29 {
    font-size: 29px;
}

.font30 {
    font-size: 30px;
}

.font31 {
    font-size: 31px;
}

.font32 {
    font-size: 32px;
}

.font33 {
    font-size: 33px;
}

.font34 {
    font-size: 34px;
}

.font35 {
    font-size: 35px;
}

.font36 {
    font-size: 36px;
}

.font37 {
    font-size: 37px;
}

.font38 {
    font-size: 38px;
}

.font39 {
    font-size: 39px;
}

.font40 {
    font-size: 40px;
}

.font41 {
    font-size: 41px;
}

.font42 {
    font-size: 42px;
}

.font43 {
    font-size: 43px;
}

.font44 {
    font-size: 44px;
}

.font45 {
    font-size: 45px;
}

.font46 {
    font-size: 46px;
}

.font47 {
    font-size: 47px;
}

.font48 {
    font-size: 48px;
}

.font49 {
    font-size: 49px;
}

.font50 {
    font-size: 50px;
}

.font51 {
    font-size: 51px;
}

.font52 {
    font-size: 52px;
}

.font53 {
    font-size: 53px;
}

.font54 {
    font-size: 54px;
}

.font55 {
    font-size: 55px;
}

.font56 {
    font-size: 56px;
}

.font57 {
    font-size: 57px;
}

.font58 {
    font-size: 58px;
}

.font59 {
    font-size: 59px;
}

.font60 {
    font-size: 60px;
}

.font61 {
    font-size: 61px;
}

.font62 {
    font-size: 62px;
}

.font63 {
    font-size: 63px;
}

.font64 {
    font-size: 64px;
}

.font65 {
    font-size: 65px;
}

.font66 {
    font-size: 66px;
}

.font67 {
    font-size: 67px;
}

.font68 {
    font-size: 68px;
}

.font69 {
    font-size: 69px;
}

.font70 {
    font-size: 70px;
}

.font71 {
    font-size: 71px;
}

.font72 {
    font-size: 72px;
}

.lh10 {
    line-height: 10px;
}

.lh11 {
    line-height: 11px;
}

.lh12 {
    line-height: 12px;
}

.lh13 {
    line-height: 13px;
}

.lh14 {
    line-height: 14px;
}

.lh15 {
    line-height: 15px;
}

.lh16 {
    line-height: 16px;
}

.lh17 {
    line-height: 17px;
}

.lh18 {
    line-height: 18px;
}

.lh19 {
    line-height: 19px;
}

.lh20 {
    line-height: 20px;
}

.lh21 {
    line-height: 21px;
}

.lh22 {
    line-height: 22px;
}

.lh23 {
    line-height: 23px;
}

.lh24 {
    line-height: 24px;
}

.lh25 {
    line-height: 25px;
}

.lh26 {
    line-height: 26px;
}

.lh27 {
    line-height: 27px;
}

.lh28 {
    line-height: 28px;
}

.lh29 {
    line-height: 29px;
}

.lh30 {
    line-height: 30px;
}

.lh31 {
    line-height: 31px;
}

.lh32 {
    line-height: 32px;
}

.lh33 {
    line-height: 33px;
}

.lh34 {
    line-height: 34px;
}

.lh35 {
    line-height: 35px;
}

.lh36 {
    line-height: 36px;
}

.lh37 {
    line-height: 37px;
}

.lh38 {
    line-height: 38px;
}

.lh39 {
    line-height: 39px;
}

.lh40 {
    line-height: 40px;
}

.lh41 {
    line-height: 41px;
}

.lh42 {
    line-height: 42px;
}

.lh43 {
    line-height: 43px;
}

.lh44 {
    line-height: 44px;
}

.lh45 {
    line-height: 45px;
}

.lh46 {
    line-height: 46px;
}

.lh47 {
    line-height: 47px;
}

.lh48 {
    line-height: 48px;
}

.lh49 {
    line-height: 49px;
}

.lh50 {
    line-height: 50px;
}

.lh51 {
    line-height: 51px;
}

.lh52 {
    line-height: 52px;
}

.lh53 {
    line-height: 53px;
}

.lh54 {
    line-height: 54px;
}

.lh55 {
    line-height: 55px;
}

.lh56 {
    line-height: 56px;
}

.lh57 {
    line-height: 57px;
}

.lh58 {
    line-height: 58px;
}

.lh59 {
    line-height: 59px;
}

.lh60 {
    line-height: 60px;
}

.lh61 {
    line-height: 61px;
}

.lh62 {
    line-height: 62px;
}

.lh63 {
    line-height: 63px;
}

.lh64 {
    line-height: 64px;
}

.lh65 {
    line-height: 65px;
}

.lh66 {
    line-height: 66px;
}

.lh67 {
    line-height: 67px;
}

.lh68 {
    line-height: 68px;
}

.lh69 {
    line-height: 69px;
}

.lh70 {
    line-height: 70px;
}

.lh71 {
    line-height: 71px;
}

.lh72 {
    line-height: 72px;
}

.space-4 {
    font-size: 0;
    overflow: hidden;
    height: 4px;
}

.space-5 {
    font-size: 0;
    overflow: hidden;
    height: 5px;
}

.space-6 {
    font-size: 0;
    overflow: hidden;
    height: 6px;
}

.space-8 {
    font-size: 0;
    overflow: hidden;
    height: 8px;
}

.space-10 {
    font-size: 0;
    overflow: hidden;
    height: 10px;
}

.space-12 {
    font-size: 0;
    overflow: hidden;
    height: 12px;
}

.space-14 {
    font-size: 0;
    overflow: hidden;
    height: 14px;
}

.space-15 {
    font-size: 0;
    overflow: hidden;
    height: 15px;
}

.space-16 {
    font-size: 0;
    overflow: hidden;
    height: 16px;
}

.space-18 {
    font-size: 0;
    overflow: hidden;
    height: 18px;
}

.space-20 {
    font-size: 0;
    overflow: hidden;
    height: 20px;
}

.space-22 {
    font-size: 0;
    overflow: hidden;
    height: 22px;
}

.space-24 {
    font-size: 0;
    overflow: hidden;
    height: 24px;
}

.space-25 {
    font-size: 0;
    overflow: hidden;
    height: 25px;
}

.space-26 {
    font-size: 0;
    overflow: hidden;
    height: 26px;
}

.space-28 {
    font-size: 0;
    overflow: hidden;
    height: 28px;
}

.space-30 {
    font-size: 0;
    overflow: hidden;
    height: 30px;
}

.space-32 {
    font-size: 0;
    overflow: hidden;
    height: 32px;
}

.space-34 {
    font-size: 0;
    overflow: hidden;
    height: 34px;
}

.space-35 {
    font-size: 0;
    overflow: hidden;
    height: 35px;
}

.space-36 {
    font-size: 0;
    overflow: hidden;
    height: 36px;
}

.space-38 {
    font-size: 0;
    overflow: hidden;
    height: 38px;
}

.space-40 {
    font-size: 0;
    overflow: hidden;
    height: 40px;
}

.space-42 {
    font-size: 0;
    overflow: hidden;
    height: 42px;
}

.space-44 {
    font-size: 0;
    overflow: hidden;
    height: 44px;
}

.space-45 {
    font-size: 0;
    overflow: hidden;
    height: 45px;
}

.space-46 {
    font-size: 0;
    overflow: hidden;
    height: 46px;
}

.space-48 {
    font-size: 0;
    overflow: hidden;
    height: 48px;
}

.space-50 {
    font-size: 0;
    overflow: hidden;
    height: 50px;
}

.text-red {
    color: #ff0000;
}

.text-yellow {
    color: #ffed3a;
}

.text-green {
    color: #36ff40;
}

.text-orange {
    color: #d1a61e;
}

.text-pink {
    color: #ff38cd;
}

.text-purple {
    color: #bc35ff;
}

.text-blue {
    color: #3982ff;
}

.text-cyan {
    color: #3affe6;
}

.text-white {
    color: #faf8ff;
}

.text-black {
    color: #1a1a1b;
}

.text-grey {
    color: #bcbcc4;
}

@keyframes sanLightRed {
    from {
        text-shadow: 0 0 0 #fff;
    }
    to {
        text-shadow: 0 0 15px #ff0000;
    }
}

@keyframes sanLightWhite {
    from {
        text-shadow: 0 0 0 #fff;
    }
    to {
        text-shadow: 0 0 15px #fff;
    }
}

/*websocket链接信息提示*/
.wslink-box {
    position: absolute;
    width: 960px;
    height: 640px;
    overflow: hidden;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
}

.wslink-box .ws-pic {
    margin: 150px 0 50px;
    text-align: center;
    color: #989f99;
}

.wslink-box .ws-msg {
    margin: 50px;
    text-align: center;
    font-size: 30px;
    color: #ff1f1f;
}

/*layer弹出层*/
.layer-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200000;
    background: transparent;
    pointer-events: none;
}

.layer-box.leave {
    animation: fadeOut 0.6s ease;
}

.layer-box .layer-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.3);
    animation: fadeIn 0.2s ease;
    pointer-events: auto;
}

.layer-box .layer-main {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.6s ease;
    pointer-events: none;
}

.layer-box .layer-toast {
    padding: 10px 25px;
    background: rgba(49, 49, 49, 0.7);
    border-radius: 5px;
    color: #fff;
    width: auto;
    display: inline-block !important;
    display: inline;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.layer-box .layer-toast.tobottom{
    top: 50px;
    /*bottom: 100px;*/
}

/*登录窗口*/
.login-box {
    position: absolute;
    width: 480px;
    height: 360px;
    border-radius: 0px;
    box-shadow: 0 4px 10px #c5ced6;
    overflow: hidden;
    top: 150px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease-in-out 0.2s;
}

.login-box-extend {
    width: 960px;
    height: 640px;
    top: 80px;
    opacity: 0;
    transition: all 0.8s;
}

.login-box .lg-title {
    padding: 40px 20px 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #37599f;
}

.login-box .lg-from {
    margin: 20px auto;
    width: 300px;
}

.login-box .lg-from .form-row {
    display: flex;
    padding: 10px 0;
    line-height: 40px;
    font-size: 15px;
}

.login-box .lg-from .form-row .fr-label {
    width: 88px;
    color: #777;
}

.login-box .lg-from .form-row .fr-input {
    flex: 1;
    display: flex;
}

.login-box .lg-from .form-row .fr-input input {
    flex: 1;
    height: 28px;
    padding: 2px 5px;
    margin-top: 2px;
    border: none;
    border-bottom: 1px solid #b2b8c4;
    outline: none;
    transition: all 0.4s;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei Mono", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 1px;
}

.login-box .lg-from .form-row .fr-input input:focus {
    border-bottom: 1px solid #5a81fe;
}

.login-box .lg-from .form-row .fr-btns {
    flex: 1;
    text-align: center;
    padding: 10px 0;
}

.login-box .lg-from .form-row .fr-btns button {
    padding: 10px 40px;
    border: 1px solid #6381bd;
    background: #446fc5;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.login-box .lg-from .form-row .fr-btns button:hover {
    background: #37599f;
}
.login-box .lg-from .form-row .devicebtns{
    flex: 1;
    text-align: center;
    padding: 0 0;
    margin: 0 0;
    width: 100%;
    line-height: 22px;
}
.login-box .lg-from .form-row .devicebtns .deviceitem{
    text-align: center;
    border: none;
    background: transparent;
    color: #ccc;
    cursor: pointer;
}
.login-box .lg-from .form-row .devicebtns .deviceitem:hover{
    color: #96acdd;
}
.login-box .lg-from .form-row .devicebtns .deviceitem:active{
    color: #3061bf;
}
.login-box .lg-from .form-row .devicebtns .deviceitem.active{
    color: #3061bf;
}
.login-box .lg-from .form-row .devicebtns .deviceitem .iconfont{
    font-size: 22px;
}

/*聊天消息IM窗口*/
.im-box {
    position: absolute;
    width: 960px;
    height: 640px;
    border-radius: 0px;
    box-shadow: 0 4px 10px #c5ced6;
    overflow: hidden;
    top: 80px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    opacity: 1;
    transition: all 0.6s ease-in-out 0.2s;
}

.im-box-extend {
    opacity: 0;
    transition: all 1s;
}

.im-main {
    width: 280px;
    background: #37599f;
    height: 100%;
}

.usrinf {
    width: 100%;
    height: 100px;
    display: flex;
    position: relative;
}

.usrinf .embtn {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
}

.usrinf .embtn .logoutbtn {
    width: 100%;
    height: 100%;
    line-height: 36px;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.usrinf .embtn .logoutbtn:hover {
    background: rgba(255, 255, 255, 0);
    animation: sanLightRed 1s infinite;
}

.usrinf .headimg {
    width: 60px;
    height: 60px;
    left: 25px;
    top: 20px;
    position: relative;
}

.usrinf .headimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid rgba(205, 213, 231, 0.35);
    transform: translate(-4px) translateY(-4px);
}

.usrinf .uinfo {
    width: 160px;
    height: 60px;
    left: 46px;
    top: 20px;
    position: relative;
}

.usrinf .uinfo .uname {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}

.usrinf .uinfo .udesc {
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
}

.cardts {
    width: 100%;
    height: 40px;
    background: #cdd5e7;
    display: flex;
}

.cardts .card-item {
    flex: 1;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    color: #777;
    transition: all 0.6s;
}

.cardts .card-item:hover {
    background: #c8cfe1;
}

.cardts .card-item:active {
    background: #bcc3d4;
}

.cardts .card-item.active {
    position: relative;
    color: #444;
}

.cardts .card-item.active:after {
    content: ' ';
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ebeef5;
    display: block;
}

.frlist {
    width: 100%;
    height: calc(100% - 150px);
    background: #ebeef5;
    padding: 5px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.frlist .loading {
    text-align: center;
    margin: 20px;
    font-size: 13px;
    color: #888;
}

.frlist .msdig-group {
    width: 100%;
    height: 30px;
    display: flex;
    background: #e4e7ef;
    border-bottom: 1px dashed #fff;
    position: relative;
    margin-top: 5px;
}

.frlist .msdig-group:first-child {
    margin-top: 0;
}

.frlist .msdig-group .group-title {
    flex: 1;
    margin-left: 20px;
    color: #aaa;
    font-size: 14px;
    line-height: 30px;
}

.frlist .msdig-group .group-num {
    color: #aaa;
    font-size: 13px;
    float: right;
    width: 50px;
    margin-right: 10px;
    line-height: 30px;
    text-align: right;
}

.frlist .msdig-item {
    width: 100%;
    height: 70px;
    display: flex;
    cursor: pointer;
}

.frlist .msdig-item:hover {
    background: #e0e3ea;
}

.frlist .msdig-item:active {
    background: #dadde4;
}

.frlist .msdig-item.active {
    background: #e0e3ea;
}

.frlist .msdig-item .headimg {
    width: 50px;
    height: 50px;
    margin: 10px 15px;
}

.frlist .msdig-item .headimg img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.frlist .msdig-item .msdig-info {
    margin: 10px 0 10px;
    width: 185px;
    overflow: hidden;
    position: relative;
}

.frlist .msdig-item .msdig-info .msdig-title {
    font-size: 14px;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask: linear-gradient(to right, black 80%, transparent);
}

.frlist .msdig-item.online .msdig-info .msdig-title {
    color: #22b426;
}

.frlist .msdig-item .msdig-info .msdig-desc {
    font-size: 12px;
    padding: 0 0 5px;
    color: #aaa;
    white-space: nowrap;
    -webkit-mask: linear-gradient(to right, black 80%, transparent);
}

.frlist .msdig-item.online .msdig-info .msdig-desc {
    color: #9bcca8;
}

.frlist .msdig-item .msdig-info .msdig-time {
    font-size: 12px;
    color: #aaa;
    position: absolute;
    right: 0px;
    top: 5px;
}

.frlist .msdig-item .msdig-info .msdig-noread {
    font-size: 12px;
    color: #fff;
    background: #f40000;
    padding: 0px 5px;
    border-radius: 20px;
    position: absolute;
    right: 0px;
    top: 28px;
}

.im-chat {
    background: #f9fafc;
    height: 100%;
    flex: 1;
}

.im-chat .chat-header {
    height: 98px;
    border-bottom: 2px solid #37599f;
}

.im-chat .chat-header .link-title {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px 2px;
}

.im-chat .chat-header .link-title .online-state {
    font-family: "黑体";
    margin-left: 6px;
    font-size: 16px;
    color: #b0b4b4;
    font-weight: normal;
}

.im-chat .chat-header .link-title .online-state.red {
    color: #f6292d;
}

.im-chat .chat-header .link-title .online-state.green {
    color: #22b426;
}

.im-chat .chat-header .link-title .online-state.yellow {
    color: #e8e42f;
}

.im-chat .chat-header .link-title .online-state.orange {
    color: #f0ae30;
}

.im-chat .chat-header .link-title .online-state.grey {
    color: #b0b4b4;
}

.im-chat .chat-header .link-orginfo {
    font-size: 13px;
    color: #b0b4b4;
    padding: 0px 20px;
}

.im-chat .chat-header .link-desc {
    font-size: 13px;
    color: #b0b4b4;
    padding: 2px 20px;
}

.im-chat .chat-body {
    padding: 5px 3px 5px 0;
    height: calc(100% - 280px);
    overflow-y: auto;
    overflow-x: hidden;
}

.im-chat.issysroom .chat-body {
    height: calc(100% - 120px);
}

.im-chat .chat-body .msg-tip {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    padding: 10px 20px;
}

.im-chat .chat-body .msg-item {
    width: 80%;
    padding: 10px 20px;
}

.im-chat .chat-body .msg-item .headimg {
    width: 34px;
    height: 34px;
}

.im-chat .chat-body .msg-item .headimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.im-chat .chat-body .msg-item .msgbox {
    display: flex;
    margin: 0 15px;
    max-width: calc(100% - 80px);
}

.im-chat .chat-body .msg-item .msgbox .msgbody {
    border: 1px solid #e0e3ea;
    background: #f3f5fa;
    border-radius: 5px;
    height: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 8px;
    position: relative;
}

.im-chat .chat-body .msg-item.sendby-other {
    float: left;
}

.im-chat .chat-body .msg-item.sendby-other .headimg {
    float: left;
}

.im-chat .chat-body .msg-item.sendby-other .msgbox {
    float: left;
}

.im-chat .chat-body .msg-item.sendby-other .msgbox .msgbody:before {
    content: ' ';
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: -7px;
    top: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f3f5fa;
    display: block;
}

.im-chat .chat-body .msg-item.sendby-me {
    float: right;
}

.im-chat .chat-body .msg-item.sendby-me .headimg {
    float: right;
}

.im-chat .chat-body .msg-item.sendby-me .msgbox {
    float: right;
}

.im-chat .chat-body .msg-item.sendby-me .msgbox .msgbody {
    border: 1px solid #80a9ce;
    background: #6381bd;
    color: #fff;
}

.im-chat .chat-body .msg-item.sendby-me .msgbox .msgbody:after {
    content: ' ';
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0px;
    right: -7px;
    top: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6381bd;
    display: block;
}

/*系统通知消息*/
.im-chat .chat-body .msg-system {
    width: 80%;
    padding: 10px 20px;
    float: left;
}

.im-chat .chat-body .msg-system .headimg {
    width: 34px;
    height: 34px;
    float: left;
}

.im-chat .chat-body .msg-system .headimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.im-chat .chat-body .msg-system .msgbox {
    display: flex;
    margin: 0 15px;
    max-width: calc(100% - 80px);
    float: left;
}

.im-chat .chat-body .msg-system .msgbox .msgbody {
    border: 1px solid #ffabab;
    border-left-width: 4px;
    background: #fff;
    border-radius: 5px 0 5px 2px;
    height: auto;
    min-width: 260px;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 8px;
    position: relative;
}

.im-chat .chat-body .msg-system .msgbox .msgbody:before {
    content: ' ';
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: -8px;
    top: 0px;
    border-top: 5px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 8px solid #ffabab;
    display: block;
}

.im-chat .chat-body .msg-system .msgbox .msgbody .msgtitle {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px #acacac double;
    color: #df1313;
    line-height: 40px;
    margin-bottom: 8px;
}

.im-chat .chat-body .msg-system .msgbox .msgbody .msgcont {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 25px;
    margin-bottom: 5px;
}

.im-chat .chat-body .msg-system .msgbox .msgbody .msgmore {
    font-size: 12px;
    color: #888;
    line-height: 25px;
    padding: 2px 0;
    border-top: 1px solid #ddd;
    text-align: right;
}

.im-chat .chat-body .msg-system .msgbox .msgbody .msgmore a {
    text-decoration: none;
    color: #bbb;
}

.im-chat .chat-body .msg-system .msgbox .msgbody .msgmore a:hover {
    text-decoration: none;
    color: #465cbb;
}

.im-chat .chat-msgedit {
    border-top: 1px solid #d9dfe3;
    padding: 5px 20px 15px;
    position: relative;
}

.im-chat.issysroom .chat-msgedit {
    display: none;
}

.im-chat .chat-msgedit .edit-tool{
    height: 30px;
}
.im-chat .chat-msgedit .edit-tool .edit-tool-item{
    position: relative;
}
.im-chat .chat-msgedit .edit-tool .edit-tool-item button{
    border: 1px solid #ddd;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    color: #888;
}
.im-chat .chat-msgedit .edit-tool .edit-tool-item button:hover{
    background: #e7e7e7;
    color: #333;
}
.im-chat .chat-msgedit .edit-tool .emoji{
    position: relative;
}
.im-chat .chat-msgedit .edit-tool .emoji-box{
    position: absolute;
    bottom: 30px;
    height: 210px;
    width: 396px;
    overflow: auto;
    border: 1px solid #dcdcdc;
    background: #fff;
}
.im-chat .chat-msgedit .edit-tool .emoji-box .emoji-item{
    float: left;
}
.im-chat .chat-msgedit .edit-tool .emoji-box .emoji-item img{
    width: 30px;
    height: 30px;
}
.im-chat .chat-msgedit .edit-tool .emoji-box .emoji-item img:hover{
    background: #e7e7e7;
}

.im-chat .chat-msgedit .send-text-editor {
    width: calc(100% - 10px);
    height: 60px;
    border: none;
    background: #f4f5f8;
    padding: 5px;
    border-radius: 5px;
    color: #242424;
    line-height: 23px;
    font-size: 14px;
    resize: none;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei Mono", "Microsoft YaHei", Arial, sans-serif;
}

.im-chat .chat-msgedit .send-btn {
    float: right;
    margin-top: 5px;
    cursor: pointer;
    border: none;
    padding: 8px 20px;
    border: 1px solid #6381bd;
    background: #446fc5;
    color: #fff;
    border-radius: 3px;
}

.im-chat .chat-msgedit .send-btn:hover {
    background: #37599f;
}

.im-chat .chat-msgedit .moretipmsg {
    font-size: 12px;
    position: relative;
    margin-top: 5px;
    margin-right: 200px;
    height: 35px;
    line-height: 35px;
    color: #999;
}

.scrollbot-outer-parent {
    padding-right: 0 !important;
}

.scrollbot-outer-parent .scrollbot-scrollbar-holder {
    opacity: 0 !important;
    transition: all 0.4s;
}

.scrollbot-outer-parent:hover .scrollbot-scrollbar-holder {
    opacity: 0.5 !important;
}