.chat-item{height:50px;display:flex;margin-bottom:1px;position:relative;padding:5px;padding-left:10px;align-items:center;background-color:#fafafa;white-space:nowrap;color:#000;cursor:pointer}.chat-item:hover{background-color:#eee}.chat-item.active{background-color:#e8e8f0}.chat-item .chat-left{position:relative;display:flex;width:45px;height:45x}.chat-item .chat-left .unread-text{position:absolute;background-color:#f56c6c;right:-5px;top:-5px;color:#fff;border-radius:30px;padding:1px 5px;font-size:10px;text-align:center;white-space:nowrap;border:1px solid #f1e5e5}.chat-item .chat-right{flex:1;display:flex;flex-direction:column;padding-left:10px;text-align:left;overflow:hidden}.chat-item .chat-right .chat-name{display:flex;line-height:25px;height:25px}.chat-item .chat-right .chat-name .chat-name-text{flex:1;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden}.chat-item .chat-right .chat-name .chat-time-text{font-size:13px;text-align:right;color:#888;white-space:nowrap;overflow:hidden;padding-left:10px}.chat-item .chat-right .chat-content{display:flex;line-height:22px}.chat-item .chat-right .chat-content .chat-at-text{color:#c70b0b;font-size:12px}.chat-item .chat-right .chat-content .chat-send-name{font-size:13px}.chat-item .chat-right .chat-content .chat-content-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.chat-item .chat-right .chat-content .chat-content-text img{width:20px!important;height:20px!important;vertical-align:bottom}.chat-group-side{position:relative}.chat-group-side .group-side-member-list{padding:10px;display:flex;align-items:center;flex-wrap:wrap;font-size:16px;text-align:center}.chat-group-side .group-side-member-list .group-side-member{margin-left:15px}.chat-group-side .group-side-member-list .group-side-invite{display:flex;flex-direction:column;align-items:center;width:50px;margin-left:15px}.chat-group-side .group-side-member-list .group-side-invite .invite-member-btn{width:100%;height:50px;line-height:50px;border:1px solid #ccc;font-size:25px;cursor:pointer;box-sizing:border-box}.chat-group-side .group-side-member-list .group-side-invite .invite-member-btn:hover{border:1px solid #aaa}.chat-group-side .group-side-member-list .group-side-invite .invite-member-text{font-size:16px;text-align:center;width:100%;height:30px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-group-side .group-side-form{text-align:left;padding:10px;height:30%}.chat-group-side .group-side-form .el-form-item{margin-bottom:12px}.chat-group-side .group-side-form .el-form-item .el-form-item__label{padding:0;line-height:30px}.chat-group-side .group-side-form .el-form-item .el-textarea__inner{min-height:100px!important}.chat-group-side .group-side-form .btn-group{text-align:center}.chat-group-member{display:flex;margin-bottom:1px;position:relative;padding:0 5px;align-items:center;background-color:#fafafa;white-space:nowrap;box-sizing:border-box}.chat-group-member.active,.chat-group-member:hover{background-color:#eee}.chat-group-member .member-name{padding-left:10px;height:100%;text-align:left;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:600}.chat-group-readed-mask{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;z-index:9999}.chat-group-readed{position:fixed;box-shadow:0 0 10px #ccc;width:300px;background-color:#fafafa;border-radius:8px}.chat-group-readed .scroll-box{height:400px}.chat-group-readed .arrow-left{position:absolute;left:-15px;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid #ccc}.chat-group-readed .arrow-left .arrow-left-inner{position:absolute;top:-12px;left:3px;width:0;height:0;overflow:hidden;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #fff}.chat-group-readed .arrow-right{position:absolute;right:-15px;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #ccc}.chat-group-readed .arrow-right .arrow-right-inner{position:absolute;top:-12px;right:3px;width:0;height:0;overflow:hidden;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #fff}.chat-msg-item .chat-msg-tip{line-height:50px;font-size:14px}.chat-msg-item .chat-msg-normal{position:relative;font-size:0;padding-left:60px;min-height:50px;margin-top:10px}.chat-msg-item .chat-msg-normal .head-image{position:absolute;width:40px;height:40px;top:0;left:0}.chat-msg-item .chat-msg-normal .chat-msg-content{text-align:left}.chat-msg-item .chat-msg-normal .chat-msg-content .send-fail{color:#e60c0c;font-size:30px;cursor:pointer;margin:0 20px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-top{display:flex;flex-wrap:nowrap;color:#333;font-size:14px;line-height:20px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-top span{margin-right:12px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom{display:inline-block;padding-right:300px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-text{position:relative;line-height:26px;margin-top:3px;padding:7px;background-color:#fff;border-radius:10px;color:#000;display:block;font-size:14px;text-align:left;white-space:pre-wrap;word-break:break-all;box-shadow:1px 1px 1px #c0c0f0}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-text:after{content:"";position:absolute;left:-10px;top:13px;width:0;height:0;border-style:solid dashed dashed;border-color:#fff transparent transparent;overflow:hidden;border-width:10px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-image{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-image .send-image{min-width:200px;min-height:150px;max-width:400px;max-height:300px;border:1px solid #ddd;border:5px solid #ccc;border-radius:6px;cursor:pointer}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-file{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;cursor:pointer;padding-bottom:5px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-file .chat-file-box{display:flex;flex-wrap:nowrap;align-items:center;min-height:80px;box-shadow:5px 5px 2px silver;border:1px solid #ddd;border-radius:6px;background-color:#eee;padding:10px 15px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-file .chat-file-box .chat-file-info{flex:1;height:100%;text-align:left;font-size:14px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-file .chat-file-box .chat-file-info .chat-file-name{display:inline-block;min-width:150px;max-width:300px;font-size:16px;font-weight:600;margin-bottom:15px;white-space:pre-wrap;word-break:break-all}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-file .chat-file-box .chat-file-icon{font-size:50px;color:#d42e07}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-file .send-fail{color:#e60c0c;font-size:30px;cursor:pointer;margin:0 20px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-voice{font-size:14px;cursor:pointer}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-voice audio{height:45px;padding:5px 0}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-realtime{display:flex;align-items:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-realtime .iconfont{cursor:pointer;font-size:22px;padding-right:8px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-status{display:block}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-status .chat-readed{font-size:12px;color:#888;font-weight:600}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-status .chat-unread{font-size:12px;color:#f23c0f;font-weight:600}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-receipt{font-size:13px;color:#00f;cursor:pointer}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-receipt .icon-ok{font-size:20px;color:#329432}.chat-msg-item .chat-msg-normal.chat-msg-mine{text-align:right;padding-left:0;padding-right:60px}.chat-msg-item .chat-msg-normal.chat-msg-mine .head-image{left:auto;right:0}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content{text-align:right}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-top{flex-direction:row-reverse}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-top span{margin-left:12px;margin-right:0}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom{padding-left:180px;padding-right:0}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-msg-text{margin-left:10px;background-color:#587ff0;color:#fff;vertical-align:top;box-shadow:1px 1px 1px #ccc}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-msg-text:after{left:auto;right:-10px;border-top-color:#587ff0}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-msg-file,.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-msg-image,.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-realtime{flex-direction:row-reverse}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-realtime .iconfont{transform:rotateY(180deg)}.emotion-box[data-v-2712b4b7]{position:fixed;width:500px;box-sizing:border-box;padding:5px;border:1px solid #b4b4b4;border-radius:5px;background-color:#f5f5f5;box-shadow:0 0 10px #ccc}.emotion-box .emotion-item-list[data-v-2712b4b7]{display:flex;flex-wrap:wrap}.emotion-box .emotion-item-list .emotion-item[data-v-2712b4b7]{text-align:center;cursor:pointer;padding:5px}.emotion-box[data-v-2712b4b7]:after{content:"";position:absolute;left:185px;bottom:-30px;width:0;height:0;border-style:solid dashed dashed;border-color:#f5f5f5 transparent transparent;overflow:hidden;border-width:15px}.chat-voice .chat-voice-tip{font-size:18px}.chat-voice .chat-voice-btn-group{margin-bottom:20px}.chat-history{display:flex;height:100%}.chat-history .chat-history-scrollbar{flex:1}.chat-history .chat-history-scrollbar .el-scrollbar__thumb{background-color:#555}.chat-history .chat-history-scrollbar ul{padding:20px}.chat-history .chat-history-scrollbar ul li{list-style-type:none}.group-member-choose[data-v-ee2efbaa]{position:fixed;width:200px;height:300px;border:1px solid #b4b4b4;border-radius:5px;background-color:#f5f5f5;box-shadow:0 0 10px #ccc}.chat-box{position:relative;width:100%;background:#f8f8f8;border:1px solid #ddd}.chat-box .el-header{padding:5px;background-color:#fff;line-height:50px;font-size:20px;font-weight:600;border:1px solid #ddd}.chat-box .el-header .btn-side{position:absolute;right:20px;line-height:60px;font-size:22px;cursor:pointer}.chat-box .el-header .btn-side:hover{font-size:30px}.chat-box .im-chat-main{padding:0;border:1px solid #ddd}.chat-box .im-chat-main .im-chat-box>ul{padding:0 20px}.chat-box .im-chat-main .im-chat-box>ul li{list-style-type:none}.chat-box .im-chat-footer{display:flex;flex-direction:column;padding:0;border:1px solid #ddd}.chat-box .im-chat-footer .chat-tool-bar{display:flex;position:relative;width:100%;height:40px;text-align:left;box-sizing:border-box;border:1px solid #ddd;padding:2px}.chat-box .im-chat-footer .chat-tool-bar>div{font-size:22px;cursor:pointer;color:#333;line-height:34px;width:34px;height:34px;text-align:center;border-radius:3px}.chat-box .im-chat-footer .chat-tool-bar>div:hover{color:#000}.chat-box .im-chat-footer .chat-tool-bar>div.chat-tool-active{background:#ddd}.chat-box .im-chat-footer .send-content-area{position:relative;display:flex;flex-direction:column;height:100%;background-color:#fff!important}.chat-box .im-chat-footer .send-content-area .send-text-area{box-sizing:border-box;padding:5px;width:100%;flex:1;resize:none;font-size:16px;color:#000;outline-color:rgba(83,160,231,.61);text-align:left;line-height:30 px}.chat-box .im-chat-footer .send-content-area .send-text-area:before{content:attr(placeholder);color:grey}.chat-box .im-chat-footer .send-content-area .send-text-area .at{color:#00f;font-weight:600}.chat-box .im-chat-footer .send-content-area .send-text-area .receipt{color:#00008b;font-size:15px;font-weight:600}.chat-box .im-chat-footer .send-content-area .send-text-area .emo{width:30px;height:30px;vertical-align:bottom}.chat-box .im-chat-footer .send-content-area .send-image-area{text-align:left;border:1px solid #53a0e7}.chat-box .im-chat-footer .send-content-area .send-image-area .send-image-box{position:relative;display:inline-block}.chat-box .im-chat-footer .send-content-area .send-image-area .send-image-box .send-image{max-height:180px;border:1px solid #ccc;border-radius:2%;margin:2px}.chat-box .im-chat-footer .send-content-area .send-image-area .send-image-box .send-image-close{position:absolute;padding:3px;right:7px;top:7px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;background-color:#aaa;border-radius:50%;border:1px solid #ccc}.chat-box .im-chat-footer .send-content-area .send-btn-area{padding:10px;position:absolute;bottom:0;right:0}.chat-box .chat-group-side-box{border:1px solid #ddd;animation:rtl-drawer-in .3s 1ms}.chat-page .chat-list-box{display:flex;flex-direction:column;border:1px solid #ddd;background:#fff;width:3rem}.chat-page .chat-list-box .chat-list-header{padding:5px;background-color:#fff;line-height:50px}.chat-page .chat-list-box .chat-list-loadding{height:50px;background-color:#eee}.chat-page .chat-list-box .chat-list-loadding .chat-loading-box{height:100%}.chat-page .chat-list-box .chat-list-items{flex:1}