.chat-item{height:50px;display:flex;position:relative;padding:5px 10px;align-items:center;background-color:var(--im-background);white-space:nowrap;cursor:pointer}.chat-item:hover{background-color:var(--im-background-active)}.chat-item.active{background-color:var(--im-background-active-dark)}.chat-item .chat-left{position:relative;display:flex;justify-content:center;align-items:center}.chat-item .chat-left .unread-text{position:absolute;background-color:#f56c6c;right:-4px;top:-8px;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:20px;height:20px}.chat-item .chat-right .chat-name .chat-name-text{flex:1;display:flex;align-items:center;font-size:var(--im-font-size);white-space:nowrap;overflow:hidden}.chat-item .chat-right .chat-name .chat-name-text .el-tag{min-width:22px;text-align:center;background-color:#2830d3;border-radius:10px;border:0;height:16px;line-height:16px;font-size:10px;margin-left:2px;opacity:.8}.chat-item .chat-right .chat-name .chat-time-text{font-size:var(--im-font-size-smaller);text-align:right;color:var(--im-text-color-light);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:var(--im-font-size-smaller)}.chat-item .chat-right .chat-content .chat-content-text,.chat-item .chat-right .chat-content .chat-send-name{font-size:var(--im-font-size-small);color:var(--im-text-color-light)}.chat-item .chat-right .chat-content .chat-content-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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-search{padding:10px}.chat-group-side .group-side-scrollbar{overflow:auto}.chat-group-side .el-divider--horizontal{margin:0}.chat-group-side .el-form-item{margin-bottom:0!important}.chat-group-side .group-side-member-list{padding:10px;display:flex;align-items:center;flex-wrap:wrap;font-size:14px;text-align:center}.chat-group-side .group-side-member-list .group-side-member{margin-left:5px}.chat-group-side .group-side-member-list .group-side-invite{display:flex;flex-direction:column;align-items:center;width:50px;margin-left:5px}.chat-group-side .group-side-member-list .group-side-invite .invite-member-btn{width:38px;height:38px;line-height:38px;border:var(--im-border);font-size:14px;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:12px;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 .el-input__inner,.chat-group-side .group-side-form .el-textarea__inner{color:var(--im-text-color)!important}.chat-group-side .group-side-form .btn-group{text-align:center;margin-top:12px}.chat-group-member{display:flex;position:relative;padding:0 5px;align-items:center;white-space:nowrap;box-sizing:border-box}.chat-group-member .member-name{padding-left:10px;height:100%;text-align:left;white-space:nowrap;overflow:hidden;font-size:var(--im-font-size)}.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;width:300px}.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:var(--im-font-size-small);color:var(--im-text-color-light)}.chat-msg-item .chat-msg-normal{position:relative;font-size:0;padding-left:48px;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:var(--im-text-color-light);font-size:var(--im-font-size);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;padding-left:5px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-box{background-color:var(--im-background)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-text{display:block;position:relative;line-height:26px;background-color:var(--im-background);border-radius:10px;font-size:var(--im-font-size);text-align:left;white-space:pre-wrap;word-break:break-all}.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:#eee transparent transparent;overflow:hidden;border-width:10px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-text .chat-msg-text__translate{min-height:30px;margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,80%,.6)}.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{height:100%;width:100%;max-width:400px;max-height:300px;border-radius:8px;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;margin-bottom:2px}.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:60px;box-shadow:var(--im-box-shadow-light);border-radius:4px;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;margin-right:10px}.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;width:100%;max-width:220px;font-size:14px;margin-bottom:4px;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-info .chat-file-size{font-size:var(--im-font-size-smaller);color:var(--im-text-color-light)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-file .chat-file-box .chat-file-icon{font-size:44px;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-action{display:flex;align-items:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-action .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:var(--im-text-color-light)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-msg-status .chat-unread{font-size:var(--im-font-size-smaller);color:var(--im-color-danger)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-receipt{font-size:var(--im-font-size-smaller);cursor:pointer;color:var(--im-text-color-light)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-receipt .icon-ok{font-size:20px;color:var(--im-color-sucess)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-bottom .chat-at-user{padding:2px 5px;border-radius:3px;cursor:pointer}.chat-msg-item .chat-msg-normal.chat-msg-mine{text-align:right;padding-left:0;padding-right:48px}.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:5px}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-msg-text{margin-left:10px;background-color:var(--im-bubble-background);color:#000}.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:var(--im-bubble-background)}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-action,.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{flex-direction:row-reverse}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-bottom .chat-action .iconfont{transform:rotateY(180deg)}.emotion-box[data-v-3b39d5d8]{position:fixed;width:372px;box-sizing:border-box;padding:5px;background-color:#fff;box-shadow:var(--im-box-shadow)}.emotion-box .emotion-item-list[data-v-3b39d5d8]{display:flex;flex-wrap:wrap}.emotion-box .emotion-item-list .emotion-item[data-v-3b39d5d8]{text-align:center;cursor:pointer;padding:2px}.chat-record .tip{font-size:18px}.chat-record .btn-group{margin-bottom:20px}.drawer-header{position:relative;display:flex;align-items:center;justify-content:center;gap:8px}.drawer-title{color:#000;font-weight:700}.downbtn{position:absolute;left:0}.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-62be8d34]{position:fixed;width:200px;height:300px;background-color:#fff;box-shadow:var(--im-box-shadow)}.group-member-item{display:flex;position:relative;padding:0 15px;align-items:center;white-space:nowrap;box-sizing:border-box}.group-member-item:hover{background-color:var(--im-background-active)}.group-member-item.active{background-color:#eee}.group-member-item .member-name{flex:1;padding-left:10px;height:100%;text-align:left;white-space:nowrap;overflow:hidden;font-size:var(--im-font-size)}.group-member-selector{display:flex}.group-member-selector .left-box{width:48%;overflow:hidden;border:var(--im-border)}.group-member-selector .left-box .el-input__inner{border:none;border-bottom:var(--im-border)}.group-member-selector .arrow{display:flex;align-items:center;font-size:20px;padding:10px;font-weight:600;color:var(--im-color-primary)}.group-member-selector .right-box{width:48%;border:var(--im-border)}.group-member-selector .right-box .select-tip{text-align:left;height:40px;line-height:40px;text-indent:5px;color:var(--im-text-color-light)}.group-member-selector .right-box .checked-member-list{padding:10px;display:flex;flex-direction:row;flex-wrap:wrap}.group-member-selector .right-box .checked-member-list .member-item{padding:2px}.rtc-group-join[data-v-74737c1c]{height:260px;padding:10px}.rtc-group-join .host-info[data-v-74737c1c]{display:flex;flex-direction:column;font-size:16px;padding:10px;height:100px;align-items:center}.rtc-group-join .host-info .host-text[data-v-74737c1c]{margin-top:5px}.rtc-group-join .users-info[data-v-74737c1c]{font-size:16px;margin-top:20px}.rtc-group-join .users-info .user-list[data-v-74737c1c]{display:flex;padding:5px 5px;height:90px;flex-wrap:wrap;justify-content:center}.rtc-group-join .users-info .user-list .user-item[data-v-74737c1c]{padding:2px}.chat-input-area{width:100%;height:100%;position:relative}.chat-input-area .edit-chat-container{position:absolute;top:0;left:0;right:0;bottom:0;outline:none;padding:5px;line-height:1.5;font-size:var(--im-font-size);text-align:left;overflow-y:auto}.chat-input-area .edit-chat-container>div:before{content:" ";font-size:14px;position:absolute;top:0;left:0}.chat-input-area .edit-chat-container .chat-image{display:block;max-width:200px;max-height:100px;border:1px solid #e6e6e6;cursor:pointer}.chat-input-area .edit-chat-container .chat-emoji{width:30px;height:30px;vertical-align:top;cursor:pointer}.chat-input-area .edit-chat-container .chat-file-container{max-width:65%;padding:10px;border:2px solid #587ff0;display:flex;background:hsla(0,0%,93.3%,.8);border-radius:10px}.chat-input-area .edit-chat-container .chat-file-container .file-position-left{display:flex;width:80px;justify-content:center;align-items:center}.chat-input-area .edit-chat-container .chat-file-container .file-position-left .el-icon-document{font-size:40px;text-align:center;color:#d42e07}.chat-input-area .edit-chat-container .chat-file-container .file-position-right{flex:1}.chat-input-area .edit-chat-container .chat-file-container .file-position-right .file-name{font-size:16px;font-weight:600;color:#66b1ff}.chat-input-area .edit-chat-container .chat-file-container .file-position-right .file-size{font-size:14px;font-weight:600}.chat-input-area .edit-chat-container .chat-at-user{color:#00f;border-radius:3px}.chat-input-area .edit-chat-container>div:first-of-type:after{content:"请输入消息（按Ctrl+Enter键换行）";color:grey}.chat-input-area .edit-chat-container.not-empty>div:first-of-type:after{content:none}.chat-box{flex:1;position:relative;background:#fff}.chat-box .el-header{display:flex;justify-content:flex-start;align-items:center;padding:0 12px;line-height:50px;font-size:var(--im-font-size-larger);border-bottom:var(--im-border)}.chat-box .el-header .btn-side{position:absolute;right:20px;line-height:50px;font-size:20px;cursor:pointer;color:var(--im-text-color-light)}.chat-box .im-chat-main{padding:0;background-color:#f7f7f7;position:relative}.chat-box .im-chat-main .chat-bottom-tip{cursor:pointer;float:right;margin-right:120px;position:sticky;bottom:20px;right:20px;height:32px;width:32px;display:flex;justify-content:center;flex-direction:column;align-items:center;color:var(--im-text-color-light);background-color:#fff;border:var(--im-border);border-radius:50%}.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}.chat-box .im-chat-footer .chat-tool-bar{display:flex;position:relative;width:100%;height:36px;text-align:left;box-sizing:border-box;border-top:var(--im-border);padding:4px 2px 2px 8px}.chat-box .im-chat-footer .chat-tool-bar>div{font-size:22px;cursor:pointer;line-height:30px;width:30px;height:30px;text-align:center;border-radius:2px;margin-right:8px;color:#999;transition:.3s}.chat-box .im-chat-footer .chat-tool-bar>div.chat-tool-active{font-weight:600;color:var(--im-color-primary);background-color:#ddd}.chat-box .im-chat-footer .chat-tool-bar>div:hover{color:#333}.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;outline:none;text-align:left;line-height:30px}.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:4px;right:6px}.chat-box .chat-group-side-box{border-left:var(--im-border)}.setting .el-form{padding:10px 0 0 10px}.setting .avatar-uploader{--width:112px}.setting .avatar-uploader .el-upload{border:1px dashed #d9d9d9!important;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.setting .avatar-uploader .el-upload:hover{border-color:#409eff}.setting .avatar-uploader .avatar-uploader-icon{font-size:24px;color:#8c939d;width:var(--width);height:var(--width);line-height:var(--width);text-align:center}.setting .avatar-uploader .avatar{width:var(--width);height:var(--width);display:block}.profile[data-v-721dfbcd]{border-left:1px solid #e5e5e5;position:relative;width:18vw;height:100%;transition:all .3s ease;padding-bottom:120px;background:#f7f8fa}.profile--collapsed[data-v-721dfbcd]{width:0}.profile-hand[data-v-721dfbcd]{position:absolute;left:-21px;top:30%;transform:translateY(-50%);cursor:pointer;width:20px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50px 0 0 50px;border:1px solid #e5e5e5;transition:all .3s ease;color:#606266}.profile-hand[data-v-721dfbcd]:hover{background-color:#f5f7fa;color:#409eff}.profile-hand i[data-v-721dfbcd]{font-size:20px;color:var(--im-color-primary-light-4)}.profile-content[data-v-721dfbcd]{height:100%;overflow-y:auto}.profile-content[data-v-721dfbcd]::-webkit-scrollbar{width:6px}.profile-content[data-v-721dfbcd]::-webkit-scrollbar-thumb{background:#dcdfe6;border-radius:3px}.profile-content[data-v-721dfbcd]::-webkit-scrollbar-track{background:#f5f7fa}.profile-header[data-v-721dfbcd]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px}.profile-header h2[data-v-721dfbcd]{margin:0;font-weight:600;color:#303133;font-size:20px}.profile-card[data-v-721dfbcd]{box-shadow:0 2px 12px 0 rgba(0,0,0,.03);border:none;transition:all .3s ease}.profile-card[data-v-721dfbcd]:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.06)}.card-header[data-v-721dfbcd]{height:100%;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;color:#303133}.card-header .header-title[data-v-721dfbcd]{font-size:18px}.card-header .el-button[data-v-721dfbcd]{padding:0;font-weight:400;font-size:14px}.tag-container[data-v-721dfbcd]{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.form-content[data-v-721dfbcd]{white-space:pre-wrap!important;word-break:break-all!important;overflow-wrap:break-word!important;text-align:left}.tag-item[data-v-721dfbcd]{margin-right:8px;margin-bottom:8px;padding:0 12px}[data-v-721dfbcd] .el-form .el-form-item{margin-bottom:8px!important}[data-v-721dfbcd] .el-form .el-form-item:last-child{margin-bottom:0}[data-v-721dfbcd] .el-form .el-form-item__label{font-weight:500;color:#606266;font-size:14px;padding-right:12px}[data-v-721dfbcd] .el-form .el-form-item__content{line-height:32px;font-size:14px}[data-v-721dfbcd] .el-form .el-input__inner{border-radius:6px}[data-v-721dfbcd] .el-select{width:100%}[data-v-721dfbcd] .el-input-number{width:120px}[data-v-721dfbcd] .el-select-dropdown__item{padding:0 12px}[data-v-721dfbcd] .el-button--primary{border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500}[data-v-721dfbcd] .el-card__header{height:50px!important;padding:0 20px}.dynamic-tags[data-v-721dfbcd]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:32px}.tag-input[data-v-721dfbcd]{width:90px;margin-right:8px;vertical-align:bottom}.button-new-tag[data-v-721dfbcd]{height:28px;padding:0 8px;font-size:12px;color:#409eff;border-color:#409eff;background:transparent}.button-new-tag[data-v-721dfbcd]:hover{color:#fff;background-color:#409eff}.tag-item[data-v-721dfbcd]{position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0;border-radius:4px;background-color:#f0f2f5;border-color:transparent;color:#606266;padding:0 18px 0 8px;height:28px;line-height:26px;font-size:13px}.tag-item[data-v-721dfbcd]:hover{background-color:#e6e8eb}.tag-item .el-icon-close[data-v-721dfbcd]{color:#909399;font-weight:700}.tag-item .el-icon-close[data-v-721dfbcd]:hover{color:#409eff}.header-buttons[data-v-721dfbcd]{display:flex;gap:10px;align-items:center}.header-buttons-mbutton[data-v-721dfbcd]{padding:5px 12px!important;font-size:13px!important}.cancel-button[data-v-721dfbcd]{color:#909399!important}.cancel-button[data-v-721dfbcd]:hover{color:#606266!important}.empty-text[data-v-721dfbcd]{color:#909399;font-size:14px;line-height:32px}.section-title[data-v-721dfbcd]{font-size:16px;font-weight:600;color:#303133;margin:24px 0 16px;padding-left:8px;border-left:3px solid #409eff;text-align:left}.section-title[data-v-721dfbcd]:first-child{margin-top:0}[data-v-721dfbcd] .el-icon-close{position:absolute;top:50%;right:0;transform:translateY(-50%)}.bulk-send-container[data-v-456e6b69]{display:flex;flex-direction:column;gap:20px}.upload-area[data-v-456e6b69]{display:flex;justify-content:center;padding:20px}.action-buttons[data-v-456e6b69]{margin-bottom:15px;display:flex;gap:10px}.progress-bar[data-v-456e6b69]{margin-bottom:15px}.progress-text[data-v-456e6b69]{margin-top:5px;text-align:center;color:#606266}.logs-area[data-v-456e6b69]{margin-top:20px;border:1px solid #e4e7ed;border-radius:4px}.logs-header[data-v-456e6b69]{padding:8px 15px;border-bottom:1px solid #e4e7ed;background-color:#f5f7fa;display:flex;justify-content:space-between;align-items:center}.logs-header h3[data-v-456e6b69]{margin:0;font-size:16px;font-weight:500}.logs-content[data-v-456e6b69]{display:flex;flex-direction:column;align-items:flex-start;height:150px;overflow-y:auto;padding:10px 15px;background-color:#fafafa}.log-item[data-v-456e6b69]{padding:4px 0}.log-time[data-v-456e6b69]{color:#909399;margin-right:8px}.log-message[data-v-456e6b69]{word-break:break-word}.log-message.success[data-v-456e6b69]{color:#67c23a}.log-message.error[data-v-456e6b69]{color:#f56c6c}.log-message.warning[data-v-456e6b69]{color:#e6a23c}.log-message.info[data-v-456e6b69]{color:#409eff}.bulk-send-container[data-v-814ed894]{display:flex;flex-direction:column;gap:20px}.upload-area[data-v-814ed894]{display:flex;justify-content:center;padding:20px}.action-buttons[data-v-814ed894]{margin-bottom:15px;display:flex;gap:10px}.progress-bar[data-v-814ed894]{margin-bottom:15px}.progress-text[data-v-814ed894]{margin-top:5px;text-align:center;color:#606266}.logs-area[data-v-814ed894]{margin-top:20px;border:1px solid #e4e7ed;border-radius:4px}.logs-header[data-v-814ed894]{padding:8px 15px;border-bottom:1px solid #e4e7ed;background-color:#f5f7fa;display:flex;justify-content:space-between;align-items:center}.logs-header h3[data-v-814ed894]{margin:0;font-size:16px;font-weight:500}.logs-content[data-v-814ed894]{display:flex;flex-direction:column;align-items:flex-start;height:150px;overflow-y:auto;padding:10px 15px;background-color:#fafafa}.log-item[data-v-814ed894]{padding:4px 0}.log-time[data-v-814ed894]{color:#909399;margin-right:8px}.log-message[data-v-814ed894]{word-break:break-word}.log-message.success[data-v-814ed894]{color:#67c23a}.log-message.error[data-v-814ed894]{color:#f56c6c}.log-message.warning[data-v-814ed894]{color:#e6a23c}.log-message.info[data-v-814ed894]{color:#409eff}.bulk-send-container[data-v-ee268996]{display:flex;flex-direction:column;gap:20px}.upload-area[data-v-ee268996]{display:flex;justify-content:center;padding:20px}.action-buttons[data-v-ee268996]{margin-bottom:15px;display:flex;gap:10px}.progress-bar[data-v-ee268996]{margin-bottom:15px}.progress-text[data-v-ee268996]{margin-top:5px;text-align:center;color:#606266}.logs-area[data-v-ee268996]{margin-top:20px;border:1px solid #e4e7ed;border-radius:4px}.logs-header[data-v-ee268996]{padding:8px 15px;border-bottom:1px solid #e4e7ed;background-color:#f5f7fa;display:flex;justify-content:space-between;align-items:center}.logs-header h3[data-v-ee268996]{margin:0;font-size:16px;font-weight:500}.logs-content[data-v-ee268996]{display:flex;flex-direction:column;align-items:flex-start;height:150px;overflow-y:auto;padding:10px 15px;background-color:#fafafa}.log-item[data-v-ee268996]{padding:4px 0}.log-time[data-v-ee268996]{color:#909399;margin-right:8px}.log-message[data-v-ee268996]{word-break:break-word}.log-message.success[data-v-ee268996]{color:#67c23a}.log-message.error[data-v-ee268996]{color:#f56c6c}.log-message.warning[data-v-ee268996]{color:#e6a23c}.log-message.info[data-v-ee268996]{color:#409eff}.bulk-send-container[data-v-35eea8e0]{display:flex;flex-direction:column;gap:20px}.upload-area[data-v-35eea8e0]{display:flex;justify-content:center;padding:20px}.action-buttons[data-v-35eea8e0]{margin-bottom:15px;display:flex;gap:10px}.progress-bar[data-v-35eea8e0]{margin-bottom:15px}.progress-text[data-v-35eea8e0]{margin-top:5px;text-align:center;color:#606266}.logs-area[data-v-35eea8e0]{margin-top:20px;border:1px solid #e4e7ed;border-radius:4px}.logs-header[data-v-35eea8e0]{padding:8px 15px;border-bottom:1px solid #e4e7ed;background-color:#f5f7fa;display:flex;justify-content:space-between;align-items:center}.logs-header h3[data-v-35eea8e0]{margin:0;font-size:16px;font-weight:500}.logs-content[data-v-35eea8e0]{display:flex;flex-direction:column;align-items:flex-start;height:150px;overflow-y:auto;padding:10px 15px;background-color:#fafafa}.log-item[data-v-35eea8e0]{padding:4px 0}.log-time[data-v-35eea8e0]{color:#909399;margin-right:8px}.log-message[data-v-35eea8e0]{word-break:break-word}.log-message.success[data-v-35eea8e0]{color:#67c23a}.log-message.error[data-v-35eea8e0]{color:#f56c6c}.log-message.warning[data-v-35eea8e0]{color:#e6a23c}.log-message.info[data-v-35eea8e0]{color:#409eff}.resizable-aside[data-v-0ede70d6]{position:relative;height:100%;display:flex;flex-direction:column;overflow:hidden}.resizer[data-v-0ede70d6]{position:absolute;top:0;right:0;width:6px;height:100%;cursor:ew-resize;background-color:transparent;z-index:10}.resizer[data-v-0ede70d6]:hover{background-color:#ccc}.penye[data-v-7b8c9bb2]{margin-top:20px;padding-bottom:10px;display:flex;justify-content:flex-end}.batchQuery-pagination[data-v-7baf0364]{margin-top:10px;display:flex;justify-content:flex-end}.chat-page .chat-list-box{display:flex;flex-direction:column;border-right:1px solid #f3f3f3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-page .chat-list-box .chat-list-title{width:100%;height:50px;line-height:50px;padding:0 15px;font-size:18px;font-weight:700;text-align:center;box-sizing:border-box;border-bottom:1px solid #ebeef5}.chat-page .chat-list-box .chat-list-header{height:50px;display:flex;align-items:center;padding:0 8px}.chat-page .chat-list-box .chat-list-loading{height:120px;background-color:#eee}.chat-page .chat-list-box .chat-list-loading .el-icon-loading{font-size:24px;color:var(--im-text-color-light)}.chat-page .chat-list-box .chat-list-loading .el-loading-text{color:var(--im-text-color-light)}.chat-page .chat-list-box .chat-list-loading .chat-loading-box{height:100%}.chat-page .chat-list-box .chat-list-items{position:relative;flex:1;display:flex;flex-direction:column;height:calc(100vh - 104px)}.chat-page .chat-list-box .chat-list-items .chat-list-item{position:relative;display:flex;align-items:center;padding:15px;box-sizing:border-box;justify-content:space-between;border-bottom:1px solid #f3f3f3}.chat-page .chat-list-box .chat-list-items .chat-list-item__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px;text-align:left;font-size:14px;padding-left:8px}.chat-page .chat-list-box .chat-list-items .chat-list-item__label:after{position:absolute;top:50%;right:15%;transform:translate(-50%,-50%);content:"";display:inline-block;width:10px;height:10px;background-color:#f72f2f;border-radius:50%;margin-right:8px}.chat-page .chat-list-box .chat-list-items .chat-list-item__num{background-color:#f56c6c;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;text-align:center;border-radius:10px;padding:0 6px;border:1px solid #fff;white-space:nowrap}.chat-page .chat-list-box .chat-list-items .chat-list-item:hover{background-color:#fff}.chat-page .chat-list-box .chat-list-items .chat-list-item.active{background-color:#f2f4ff!important}.chat-page .chat-list-box .chat-list-items .chat-list-item.sticky{background-color:#f2f2f2}.chat-page .chat-list-box .chat-list-items .chat-list-item.sticky.breathing-active{animation:bg-breathing 2.5s ease-in-out infinite!important}.chat-page .chat-list-box .chat-list-items .chat-list-item-left{margin-right:10px}.chat-page .chat-list-box .account-list-item{display:flex;align-items:center;padding:10px;margin:10px 10px 0;border-radius:5px;box-sizing:border-box;border-bottom:1px solid #f2f2f2;cursor:pointer}.chat-page .chat-list-box .account-list-item__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px;text-align:left;font-size:14px}.chat-page .chat-list-box .account-list-item__account{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px;text-align:left;font-size:12px;color:#666;padding:2px 0}.chat-page .chat-list-box .account-list-item.active,.chat-page .chat-list-box .account-list-item:hover{background-color:#f3f3f3}.chat-page .chat-list-box .account-list-item.active2{background-color:#fff}.chat-page .chat-list-box .account-list-item.disabled{color:#ccc;cursor:not-allowed}.context-menu{position:fixed;background:#fff;border:1px solid #ccc;list-style:none;padding:0;margin:0;z-index:999;width:100px;max-height:240px;overflow-y:auto;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.context-menu li{font-size:12px;padding:8px 10px;cursor:pointer}.context-menu li:hover{background-color:#eee}.icon-rotate{transition:transform .2s ease}.icon-rotate.rotated{transform:rotate(90deg)}.status-bq{background:#00c853}.status-bq,.status-bq2{position:absolute;bottom:5px;right:-2px;width:8px;height:8px;border-radius:50%;border:2px solid #fff;display:inline-block}.status-bq2{background:#c3c3c3}.breathing-box{transition:box-shadow .3s ease}.breathing-active{animation:bg-breathing 5s ease-in-out infinite}.chat-box__empty{width:100%;display:flex;justify-content:center;align-items:center;font-size:14px;color:#999;cursor:default}@keyframes bg-breathing{0%{background-color:#fff}50%{background-color:#f03d33}to{background-color:#fff}}.chat-list-item.sticky.breathing-active{animation:bg-breathing 2.5s ease-in-out infinite!important}.form-title[data-v-e60262a0]{font-size:18px;color:#303133;font-weight:400;display:flex;align-items:flex-start}.custom-label .el-form-item__label[data-v-e60262a0]{font-size:14px;color:#000}.chat-lists-item[data-v-e60262a0]{margin-bottom:5px}.chat-list-tl[data-v-e60262a0]{font-size:13px;padding:8px 20px 8px 15px;font-weight:700;background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f2f2f2}.chat-list-tl[data-v-e60262a0]:hover{background:#fcfcfc}.icon-arrow[data-v-e60262a0]{width:10px;height:10px;transition:all .3s ease}.collapse-enter-active[data-v-e60262a0],.collapse-leave-active[data-v-e60262a0]{overflow:hidden}.collapse-enter[data-v-e60262a0],.collapse-leave-to[data-v-e60262a0]{opacity:0}.collapse-enter-to[data-v-e60262a0],.collapse-leave[data-v-e60262a0]{opacity:1}.account-list-container[data-v-e60262a0]{width:230px;flex-shrink:0;min-width:0;overflow:hidden}