.chat-item[data-v-4ed8b293]{height:50px;display:flex;position:relative;padding:5px 10px;align-items:center;background-color:var(--im-background);white-space:nowrap;cursor:pointer;border-bottom:1px solid #e5e5e5;transition:background-color .2s ease}.chat-item[data-v-4ed8b293]:hover{background-color:var(--im-background-active)}.chat-item.active[data-v-4ed8b293]{background-color:var(--im-background-active-dark)}.chat-item.is-top[data-v-4ed8b293]{background-color:#f0f9ff;border-left:4px solid #409eff}.chat-item.is-top[data-v-4ed8b293]:hover{background-color:#e6f4ff}.chat-item.is-top.active[data-v-4ed8b293]{background-color:#cce7ff}.chat-item .chat-left[data-v-4ed8b293]{position:relative;display:flex;justify-content:center;align-items:center}.chat-item .chat-left .online-indicator[data-v-4ed8b293]{position:absolute;width:12px;height:12px;border-radius:50%;bottom:2px;right:2px;border:2px solid var(--im-background);z-index:10}.chat-item .chat-left .online-indicator.status-offline[data-v-4ed8b293]{background-color:#909399}.chat-item .chat-left .online-indicator.status-online[data-v-4ed8b293]{background-color:#67c23a}.chat-item .chat-left .online-indicator.status-away[data-v-4ed8b293]{background-color:#e6a23c}.chat-item .chat-left .online-indicator.status-busy[data-v-4ed8b293]{background-color:#f56c6c}.chat-item .chat-left .online-indicator.status-invisible[data-v-4ed8b293]{background-color:#909399}.chat-item .chat-left .online-indicator.status-dnd[data-v-4ed8b293]{background-color:#c0392b}.chat-item .chat-left .unread-text[data-v-4ed8b293]{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;z-index:11}.chat-item .chat-left .unread-text.muted[data-v-4ed8b293]{background-color:#c0c4cc;border-color:#e4e7ed}.chat-item .chat-right[data-v-4ed8b293]{flex:1;display:flex;flex-direction:column;padding-left:10px;text-align:left;overflow:hidden}.chat-item .chat-right .chat-name[data-v-4ed8b293]{display:flex;line-height:20px;height:20px}.chat-item .chat-right .chat-name .chat-name-text[data-v-4ed8b293]{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[data-v-4ed8b293]{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[data-v-4ed8b293]{font-size:var(--im-font-size-smaller);text-align:right;color:var(--im-text-color-light);white-space:nowrap;overflow:hidden;padding-left:10px;display:flex;align-items:center;justify-content:flex-end}.chat-item .chat-right .chat-name .chat-time-text .top-pin-icon[data-v-4ed8b293]{margin-left:6px;color:#409eff;font-size:14px;font-weight:700}.chat-item .chat-right .chat-content[data-v-4ed8b293]{display:flex;line-height:22px}.chat-item .chat-right .chat-content .chat-at-text[data-v-4ed8b293]{color:#c70b0b;font-size:var(--im-font-size-smaller)}.chat-item .chat-right .chat-content .chat-send-name[data-v-4ed8b293]{font-size:var(--im-font-size-small);color:var(--im-text-color-light)}.chat-item .chat-right .chat-content .chat-content-text[data-v-4ed8b293]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--im-font-size-small);color:var(--im-text-color-light)}.chat-item .chat-right .chat-content .chat-content-text img[data-v-4ed8b293]{width:20px!important;height:20px!important;vertical-align:bottom}.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-quote-message{background:#eee;padding:5px;display:inline-flex;align-items:center;border-radius:8px;font-size:var(--im-font-size-smaller);color:var(--im-text-color-light)}.chat-quote-message .send-user{margin-right:10px;font-weight:600}.chat-quote-message .quote-content .quote-image{min-width:40px;min-height:30px;max-width:80px;max-height:60px;cursor:pointer}.chat-quote-message .quote-content .quote-video{min-width:80px;min-height:60px;max-width:160px;max-height:120px;cursor:pointer}.chat-quote-message .quote-content .quote-audio{height:38px}.chat-quote-message .quote-content .quote-file{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;cursor:pointer;padding:2px 15px}.chat-quote-message .quote-content .quote-file .quote-file-info{flex:1;height:100%;text-align:left;font-size:14px;margin-right:10px}.chat-quote-message .quote-content .quote-file .quote-file-info .quote-file-name{display:inline-block;min-width:160px;max-width:220px;font-size:14px;margin-bottom:4px;white-space:pre-wrap;word-break:break-all}.chat-quote-message .quote-content .quote-file .quote-file-info .quote-file-size{font-size:var(--im-font-size-smaller);color:var(--im-text-color-light)}.chat-quote-message .quote-content .quote-file .quote-file-icon{font-size:32px;color:#d42e07}.user-detail-dialog .el-dialog__wrapper{z-index:1500!important}.user-detail-dialog .el-dialog{z-index:1500!important;overflow:hidden;margin-top:5vh!important;max-height:90vh;overflow-y:auto}.user-detail-dialog .el-dialog__header{display:none}.user-detail-dialog .el-dialog__body{background:#f8f9fa;max-height:80vh;overflow-y:auto;padding:0}.user-detail-content .user-basic-info{display:flex;align-items:center;text-align:center;margin-bottom:20px}.user-detail-content .user-basic-info .basic-text{margin-top:12px;margin-left:20px}.user-detail-content .user-basic-info .basic-text .user-nickname{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.user-detail-content .user-basic-info .basic-text .user-meta .user-info-item{display:flex;justify-content:center;margin-bottom:3px;color:#666;font-size:13px}.user-detail-content .user-basic-info .basic-text .user-meta .user-info-item .label{margin-right:4px}.user-detail-content .user-basic-info .basic-text .user-meta .user-info-item .value{color:#333}.user-detail-content .info-list{background:#fff;margin-bottom:15px;overflow:hidden}.user-detail-content .info-list .info-item-row{display:flex;align-items:center;justify-content:space-between;padding:14px 18px}.user-detail-content .info-list .info-item-row:last-child{border-bottom:none}.user-detail-content .info-list .info-item-row .label{color:#333;font-size:15px;font-weight:500}.user-detail-content .info-list .info-item-row .value{color:#666;font-size:15px;text-align:right;max-width:180px;word-break:break-all}.user-detail-content .info-list .info-item-row .value.editable{cursor:pointer;color:#409eff}.user-detail-content .info-list .info-item-row .value.editable:hover{text-decoration:underline}.user-detail-content .info-list .info-item-row .value.editable.placeholder{color:#999;font-style:italic}.user-detail-content .info-list .info-item-row .value.signature{line-height:1.4}.user-detail-content .setting-list{background:#fff;margin-bottom:15px;overflow:hidden}.user-detail-content .setting-list .setting-item{display:flex;align-items:center;justify-content:space-between;padding:14px 18px}.user-detail-content .setting-list .setting-item:last-child{border-bottom:none}.user-detail-content .setting-list .setting-item .setting-label{color:#333;font-size:15px;font-weight:500}.user-detail-content .action-buttons{display:flex;gap:10px;justify-content:flex-end}.user-detail-content .action-buttons .el-button{height:40px;font-size:15px;font-weight:500;border:none}.user-detail-content .action-buttons .el-button:first-child{background:#ff6b6b}.user-detail-content .action-buttons .el-button:first-child:hover{background:#ff5252}.user-detail-content .action-buttons .el-button:last-child{background:#409eff}.user-detail-content .action-buttons .el-button:last-child:hover{background:#66b1ff}.active{background:#eee}.chat-msg-item{padding:2px 0}.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-box{display:inline-block;padding-right:300px;padding-left:5px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-text{display:inline-block;position:relative;line-height:26px;padding:6px 10px;padding-right:25px;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-box .chat-msg-text .message-status-corner{position:absolute;bottom:2px;right:4px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-text .message-status-corner .check-icon{display:inline-block;color:#57b84c;transition:color .2s ease}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-text .message-status-corner .check-icon .check-single{opacity:1;transition:all .3s ease}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-text .message-status-corner .check-icon .check-double{opacity:0;transform:translateX(-4px);transition:all .3s ease}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-text .message-status-corner .check-icon.read .check-single{opacity:.7;transform:translateX(-3px)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-text .message-status-corner .check-icon.read .check-double{opacity:1;transform:translateX(0)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .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-box .chat-msg-image .thumb{min-width:200px;min-height:150px;max-width:400px;max-height:300px;border-radius:8px;cursor:pointer}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .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-box .chat-msg-file .file-message{display:flex;align-items:center;min-height:55px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;padding:12px 16px;box-shadow:0 3px 12px rgba(102,126,234,.3);transition:all .3s ease;min-width:220px;max-width:320px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(102,126,234,.4)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message.self-send{background:linear-gradient(135deg,#fa709a,#fee140);box-shadow:0 3px 12px rgba(250,112,154,.3)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message.self-send:hover{box-shadow:0 4px 15px rgba(250,112,154,.4)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-icon{margin-right:12px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-icon .iconfont{font-size:36px;color:#fff;opacity:.9}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-info{flex:1;color:#fff}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-info .file-name{font-size:14px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-info .file-size-info{font-size:12px;opacity:.8;font-weight:500}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-action{margin-left:12px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-action .download-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsla(0,0%,100%,.2);border-radius:50%;transition:all .3s ease;text-decoration:none}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-action .download-btn:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-action .download-btn .iconfont{font-size:16px;color:#fff}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .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-box .chat-msg-video .video-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-player{max-width:300px;max-height:200px;width:100%;height:auto;display:block}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-error{display:flex;flex-direction:column;align-items:center;justify-content:center;width:300px;height:200px;background:#f5f5f5;color:#666;text-align:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-error .iconfont{font-size:48px;margin-bottom:12px;color:#ccc}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-error p{margin:4px 0;font-size:14px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-error p.error-detail{font-size:12px;color:#999;max-width:280px;word-break:break-all}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice{font-size:14px;cursor:pointer;position:relative}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.3);border-radius:50%;transform:translate(-50%,-50%);transition:all .3s ease;pointer-events:none}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice:active:before{width:100px;height:100px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message{display:flex;align-items:center;padding:12px 18px;border-radius:25px;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;width:-moz-fit-content;width:fit-content;min-width:140px;transition:all .3s ease;box-shadow:0 4px 15px rgba(79,172,254,.3)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(79,172,254,.4)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message.playing{background:linear-gradient(135deg,#fa709a,#fee140);box-shadow:0 4px 15px rgba(250,112,154,.4)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .iconfont{margin-right:12px;font-size:24px;transition:all .3s ease}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .voice-duration{font-weight:600;font-size:15px;letter-spacing:.5px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .voice-wave{display:flex;align-items:center;margin-left:12px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .voice-wave .wave-bar{width:4px;height:18px;background-color:#fff;margin:0 2px;border-radius:3px;animation:wave 1.2s ease-in-out infinite}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .voice-wave .wave-bar:first-child{animation-delay:0s}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .voice-wave .wave-bar:nth-child(2){animation-delay:.15s}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .voice-wave .wave-bar:nth-child(3){animation-delay:.3s}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-voice .voice-message .voice-wave .wave-bar:nth-child(4){animation-delay:.45s}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-action{display:flex;align-items:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-action .iconfont{cursor:pointer;font-size:22px;padding-right:8px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .quote-message{display:block;margin-top:3px;cursor:pointer}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .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-box .chat-receipt .icon-ok{font-size:20px;color:var(--im-color-sucess)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-read-count{margin-top:4px;font-size:11px;color:#999;text-align:right}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-read-count .read-count-text{font-size:11px;color:#666;font-weight:400}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-at-user{padding:2px 5px;border-radius:3px;cursor:pointer}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-unsupported{display:inline-block;padding:10px 15px;background-color:var(--im-background);border-radius:10px;text-align:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-unsupported .unsupported-content{display:flex;flex-direction:column;align-items:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-unsupported .unsupported-content .iconfont{font-size:24px;margin-bottom:8px;color:var(--im-color-primary)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-unsupported .unsupported-content .unsupported-tip{font-size:var(--im-font-size-smaller);color:var(--im-text-color-light);margin-top:4px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake{display:inline-block}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content{position:relative;width:200px;height:55px;display:flex;align-items:center;padding:8px 12px;padding-right:30px;background-color:#effdde;border-radius:10px;font-size:var(--im-font-size);animation:shake .5s ease-in-out}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .shake-icon{font-size:18px;margin-right:6px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .shake-text{color:#333;flex:1}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .message-status-corner{position:absolute;bottom:4px;right:6px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .message-status-corner .check-icon{color:#57b84c}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .message-status-corner .check-icon .check-single{opacity:1;transition:all .3s ease}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .message-status-corner .check-icon .check-double{opacity:0;transform:translateX(-4px);transition:all .3s ease}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .message-status-corner .check-icon.read .check-single{opacity:.7;transform:translateX(-3px)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .message-status-corner .check-icon.read .check-double{opacity:1;transform:translateX(0)}.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-box{padding-left:180px;padding-right:5px}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-msg-text{margin-left:10px;background-color:#effdde;color:#000}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-msg-text:after{left:auto;right:-10px;border-top-color:#effdde}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-msg-text .message-status-corner .check-icon{color:#57b84c}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-action,.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-msg-file,.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-msg-image{flex-direction:row-reverse}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-action .iconfont{transform:rotateY(180deg)}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content{background-color:#effdde;color:#000;width:200px;height:55px}.chat-msg-item .chat-msg-normal.chat-msg-mine .chat-msg-content .chat-msg-box .chat-msg-shake .shake-content .shake-text{color:#000}.chat-msg-item .chat-msg-edited{display:block;font-size:12px;color:var(--im-text-color-light);text-align:right;margin-top:2px}.chat-msg-item .chat-msg-business-card{display:inline-block;cursor:pointer}.chat-msg-item .chat-msg-business-card .business-card{width:250px;height:90px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);overflow:hidden;transition:all .3s}.chat-msg-item .chat-msg-business-card .business-card .card-header{display:flex;align-items:center;border-bottom:1px solid #f0f0f0;height:70%;padding:10px;background-color:#cc9c4e;box-sizing:border-box}.chat-msg-item .chat-msg-business-card .business-card .card-header .card-info{margin-left:14px}.chat-msg-item .chat-msg-business-card .business-card .card-header .card-info .card-name{font-size:14px;color:#333;margin-bottom:4px}.chat-msg-item .chat-msg-business-card .business-card .card-header .card-info .card-username{font-size:13px;color:#666}.chat-msg-item .chat-msg-business-card .business-card .card-footer{display:flex;align-items:center;justify-content:space-between;background:#f8f9fa;height:30%}.chat-msg-item .chat-msg-business-card .business-card .card-footer .card-label{font-size:13px;color:#666}.chat-msg-item .chat-msg-business-card .business-card .card-footer .el-icon-right{color:#999;font-size:14px}.chat-msg-item .chat-msg-qr-code{display:inline-block;cursor:pointer}.chat-msg-item .chat-msg-qr-code .qr-code-card{width:200px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);overflow:hidden;transition:all .3s}.chat-msg-item .chat-msg-qr-code .qr-code-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.chat-msg-item .chat-msg-qr-code .qr-code-card .qr-header{padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.chat-msg-item .chat-msg-qr-code .qr-code-card .qr-header .qr-user-name{font-size:14px;font-weight:500;color:#333}.chat-msg-item .chat-msg-qr-code .qr-code-card .qr-content{padding:16px;display:flex;justify-content:center;align-items:center;background:#fff}.chat-msg-item .chat-msg-qr-code .qr-code-card .qr-content .qr-code-image{width:150px;height:150px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:transform .2s}.chat-msg-item .chat-msg-qr-code .qr-code-card .qr-content .qr-code-image:hover{transform:scale(1.02)}.chat-msg-item .chat-msg-qr-code .qr-code-card .qr-footer{padding:8px 16px;background:#f8f9fa;border-top:1px solid #e9ecef}.chat-msg-item .chat-msg-qr-code .qr-code-card .qr-footer .qr-label{font-size:12px;color:#666}.chat-msg-item .chat-msg-mine .chat-msg-business-card .business-card,.chat-msg-item .chat-msg-mine .chat-msg-business-card .business-card .card-footer,.chat-msg-item .chat-msg-mine .chat-msg-qr-code .qr-code-card{background:#ececec}.chat-msg-item .chat-msg-mine .chat-msg-qr-code .qr-code-card .qr-header{background:#e0e0e0}.chat-msg-item .chat-msg-mine .chat-msg-qr-code .qr-code-card .qr-content{background:#ececec}.chat-msg-item .chat-msg-mine .chat-msg-qr-code .qr-code-card .qr-footer{background:#e0e0e0}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-3px)}20%,40%,60%,80%{transform:translateX(3px)}}@keyframes wave{0%,to{height:18px}50%{height:28px}}.read-members-container{max-height:400px;overflow-y:auto}.read-members-container .no-read-members{text-align:center;color:#999;padding:20px;font-size:14px}.read-members-container .read-members-list .read-member-item{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.read-members-container .read-members-list .read-member-item:last-child{border-bottom:none}.read-members-container .read-members-list .read-member-item .member-info{margin-left:12px;flex:1}.read-members-container .read-members-list .read-member-item .member-info .member-name{font-size:14px;color:#333;margin-bottom:2px}.read-members-container .read-members-list .read-member-item .member-info .member-read-time{font-size:12px;color:#999}.chat-record .tip{font-size:18px}.chat-record .btn-group{margin-bottom:20px}.custom-drawer-header{display:flex;align-items:center;padding:0;width:100%}.custom-drawer-header .close-button{margin-right:12px;width:32px;height:32px;min-width:32px;border-radius:50%;background-color:#f5f7fa;border-color:#dcdfe6;color:#606266;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0}.custom-drawer-header .close-button:hover{transform:scale(1.1)}.custom-drawer-header .close-button:focus,.custom-drawer-header .close-button:hover{background-color:#ecf5ff;border-color:#409eff;color:#409eff}.custom-drawer-header .close-button:active{transform:scale(.95)}.custom-drawer-header .close-button i{font-size:14px}.custom-drawer-header .drawer-title{font-size:16px;font-weight:600;color:#303133;flex:1}.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)}.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:"请输入消息";color:grey}.chat-input-area .edit-chat-container.not-empty>div:first-of-type:after{content:none}.friend-card-selector .search-box[data-v-79549eb3]{margin-bottom:15px}.friend-card-selector .friend-list[data-v-79549eb3]{max-height:400px;overflow-y:auto;border:1px solid #e4e7ed;border-radius:4px;padding:10px}.friend-card-selector .friend-list .friend-item[data-v-79549eb3]{margin-bottom:10px}.friend-card-selector .friend-list .friend-item .el-checkbox[data-v-79549eb3]{width:100%}.friend-card-selector .friend-list .friend-item .el-checkbox .el-checkbox__label[data-v-79549eb3]{width:100%;padding-left:10px}.friend-card-selector .friend-list .friend-item .friend-info[data-v-79549eb3]{display:flex;align-items:center;flex-direction:row}.friend-card-selector .friend-list .friend-item .friend-info .friend-details[data-v-79549eb3]{margin-left:12px}.friend-card-selector .friend-list .friend-item .friend-info .friend-details .friend-name[data-v-79549eb3]{font-size:14px;color:#303133;margin-bottom:2px}.friend-card-selector .friend-list .friend-item .friend-info .friend-details .friend-username[data-v-79549eb3]{font-size:12px;color:#909399}.friend-card-selector .selected-count[data-v-79549eb3]{margin-top:10px;font-size:12px;color:#409eff;text-align:center}.photo-list-dialog[data-v-2ff991d9] .el-dialog{border-radius:12px}.photo-list-dialog[data-v-2ff991d9] .el-dialog .el-dialog__header{padding:20px 24px 16px;border-bottom:1px solid #ebeef5}.photo-list-dialog[data-v-2ff991d9] .el-dialog .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600}.photo-list-dialog[data-v-2ff991d9] .el-dialog .el-dialog__body{padding:0;max-height:60vh;overflow:hidden}.photo-list-container[data-v-2ff991d9]{max-height:60vh;overflow-y:auto;padding:20px 24px}.photo-list-container[data-v-2ff991d9]::-webkit-scrollbar{width:6px}.photo-list-container[data-v-2ff991d9]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.photo-list-container[data-v-2ff991d9]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.photo-list-container[data-v-2ff991d9]::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.photo-list-container .empty-state[data-v-2ff991d9]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#999}.photo-list-container .empty-state i[data-v-2ff991d9]{font-size:48px;margin-bottom:16px}.photo-list-container .empty-state p[data-v-2ff991d9]{font-size:16px;margin:0}.photo-list-container .photo-grid[data-v-2ff991d9]{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;min-height:200px}.photo-list-container .photo-grid .photo-item[data-v-2ff991d9]{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#f5f5f5;min-height:140px}.photo-list-container .photo-grid .photo-item[data-v-2ff991d9]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.photo-list-container .photo-grid .photo-item:hover .photo-actions[data-v-2ff991d9],.photo-list-container .photo-grid .photo-item:hover .photo-info[data-v-2ff991d9]{opacity:1}.photo-list-container .photo-grid .photo-item .photo-thumbnail[data-v-2ff991d9]{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;display:block}.photo-list-container .photo-grid .photo-item .photo-actions[data-v-2ff991d9]{position:absolute;top:8px;right:8px;display:flex;gap:6px;opacity:0;transition:opacity .3s ease;z-index:10}.photo-list-container .photo-grid .photo-item .photo-actions .action-btn[data-v-2ff991d9]{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.photo-list-container .photo-grid .photo-item .photo-actions .action-btn i[data-v-2ff991d9]{font-size:16px;color:#606266}.photo-list-container .photo-grid .photo-item .photo-actions .action-btn[data-v-2ff991d9]:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.photo-list-container .photo-grid .photo-item .photo-actions .action-btn:hover i[data-v-2ff991d9]{color:#409eff}.photo-list-container .photo-grid .photo-item .photo-actions .action-btn[data-v-2ff991d9]:active{transform:scale(.95)}.photo-list-container .photo-grid .photo-item .photo-actions .locate-btn:hover i[data-v-2ff991d9]{color:#67c23a}.photo-list-container .photo-grid .photo-item .image-error-placeholder[data-v-2ff991d9]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;color:#999;font-size:12px}.photo-list-container .photo-grid .photo-item .image-error-placeholder i[data-v-2ff991d9]{font-size:24px;margin-bottom:4px}.photo-list-container .photo-grid .photo-item .photo-info[data-v-2ff991d9]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;padding:8px 12px;opacity:0;transition:opacity .3s ease}.photo-list-container .photo-grid .photo-item .photo-info .photo-time[data-v-2ff991d9]{display:block;font-size:12px;margin-bottom:2px}.photo-list-container .photo-grid .photo-item .photo-info .photo-sender[data-v-2ff991d9]{font-size:11px;opacity:.8}.photo-list-container .pagination-container[data-v-2ff991d9]{display:flex;justify-content:center;margin-top:20px;padding-top:16px;border-top:1px solid #ebeef5}.load-more-tip[data-v-2ff991d9],.no-more-tip[data-v-2ff991d9]{text-align:center;padding:20px 0;color:#909399;font-size:14px}.load-more-tip span[data-v-2ff991d9],.no-more-tip span[data-v-2ff991d9]{padding:8px 16px;background:#f5f7fa;border-radius:16px;display:inline-block}.load-more-tip span[data-v-2ff991d9]{background:#e6f7ff;color:#1890ff}.chat-box{position:relative;width:100%;height:100%;background:#f6f8fa;display:flex;flex-direction:column;overflow:hidden}.chat-box .el-header{display:flex;justify-content:space-between;padding:0 12px;line-height:50px;font-size:var(--im-font-size-larger);border-bottom:var(--im-border);flex-shrink:0}.chat-box .el-header .header-actions{display:flex;align-items:center;gap:15px}.chat-box .el-header .header-actions .btn-side,.chat-box .el-header .header-actions .btn-user{font-size:20px;cursor:pointer;color:var(--im-text-color-light)}.chat-box .el-header .header-actions .btn-side:hover,.chat-box .el-header .header-actions .btn-user:hover{color:var(--im-color-primary)}.chat-box .el-header .header-actions .menu-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;cursor:pointer;color:var(--im-text-color-light);transition:all .3s ease}.chat-box .el-header .header-actions .menu-button:hover{background-color:var(--im-background);color:var(--im-color-primary)}.chat-box .el-header .header-actions .menu-button i{font-size:18px}.chat-menu-dropdown .el-dropdown-menu__item{display:flex;align-items:center;padding:12px 16px;min-width:120px}.chat-menu-dropdown .el-dropdown-menu__item i{margin-right:8px;font-size:16px;width:16px;text-align:center}.chat-menu-dropdown .el-dropdown-menu__item span{font-size:14px}.chat-menu-dropdown .el-dropdown-menu__item:hover{background-color:var(--im-background);color:var(--im-color-primary)}.chat-box .im-chat-main{padding:0;background:#f9f9f9;flex:1;min-height:0}.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;flex-shrink: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;background-color:#f9f9f9}.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 .chat-tool-bar .screenshot-btn{display:flex;align-items:center;justify-content:center}.chat-box .im-chat-footer .chat-tool-bar .screenshot-btn img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.chat-box .im-chat-footer .chat-tool-bar .screenshot-btn:hover img{opacity:.8}.chat-box .im-chat-footer .send-content-area{position:relative;display:flex;flex-direction:row;height:100%;background-color:#f9f9f9!important;min-width:0}.chat-box .im-chat-footer .send-content-area .input-container{flex:1;position:relative;min-width:0}.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 .quote-message{position:absolute;bottom:10px;left:10px;font-size:14px;max-width:calc(100% - 100px);border-radius:5px}.chat-box .im-chat-footer .send-content-area .quote-message:hover .quote-remove{display:block}.chat-box .im-chat-footer .send-content-area .quote-message .quote-remove{display:none;position:absolute;top:-8px;right:-8px;width:20px;height:20px;line-height:20px;font-size:14px;color:#fff;border-radius:50%;background:#aaa;cursor:pointer}.chat-box .im-chat-footer .send-content-area .quote-message .quote-remove:hover{background:#888}.chat-box .im-chat-footer .send-content-area .editing-message-tip{position:absolute;bottom:189px;right:10px;width:136px;background:#fff3cd;border:1px solid #ffeeba;border-radius:5px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px rgba(0,0,0,.1)}.chat-box .im-chat-footer .send-content-area .editing-message-tip .editing-tip-content{display:flex;align-items:center;gap:8px;font-size:14px;color:#856404}.chat-box .im-chat-footer .send-content-area .editing-message-tip .editing-tip-content i{color:#856404}.chat-box .im-chat-footer .send-content-area .editing-message-tip .editing-tip-content .editing-original-content{font-style:italic;opacity:.8;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-box .im-chat-footer .send-content-area .editing-message-tip .editing-tip-cancel{cursor:pointer;color:#856404;padding:2px;border-radius:2px}.chat-box .im-chat-footer .send-content-area .editing-message-tip .editing-tip-cancel:hover{background:#f5c6cb}.chat-box .im-chat-footer .send-content-area .send-btn-area{padding:10px;display:flex;align-items:flex-end;justify-content:center;flex-shrink:0;min-width:80px;z-index:10}.chat-box .chat-group-side-box{border-left:var(--im-border)}.chat-box .user-info-drawer{height:100%}.chat-box .user-info-drawer.drawer-open{right:0}.chat-box .user-info-drawer .drawer-header{display:flex;justify-content:space-between;align-items:center;padding:15px}.chat-box .user-info-drawer .drawer-header span{font-size:18px;font-weight:600}.chat-box .user-info-drawer .drawer-header i{cursor:pointer;font-size:20px;color:#909399}.chat-box .user-info-drawer .drawer-header i:hover{color:var(--im-color-primary)}.chat-box .user-info-drawer .drawer-content{padding:20px}.chat-box .user-info-drawer .drawer-content .info-item{display:flex;margin-bottom:15px;line-height:24px}.chat-box .user-info-drawer .drawer-content .info-item .label{width:100px;color:#606266;font-weight:500}.chat-box .user-info-drawer .drawer-content .info-item .value{color:#303133;flex:1}.chat-box .clickable-user-avatar{cursor:pointer;transition:opacity .3s}.chat-box .clickable-user-avatar:hover{opacity:.8}.chat-box .clickable-avatar{cursor:pointer;transition:opacity .3s}.chat-box .clickable-avatar:hover{opacity:.8}.chat-box.shake-effect{animation:chatShake .5s ease-in-out infinite}@keyframes chatShake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}.header-left{display:flex;align-items:center;font-size:14px;color:#888;gap:10px;line-height:1}.header-left img{width:40px;height:40px;border-radius:5px}.header-left .header-left-info{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.header-left .header-left-info .header-left-info-name{font-size:16px;color:#6b8299}.header-left .header-left-info .header-left-info-status{margin:4px 0}.header-left .header-left-info .header-left-info-status .status-online{color:#52c41a}.header-left .header-left-info .header-left-info-status .status-offline{color:#8c8c8c}.header-left .header-left-info .header-left-info-status .status-away{color:#faad14}.header-left .header-left-info .header-left-info-status .status-busy{color:#f5222d}.header-left .header-left-info .header-left-info-status .status-invisible{color:#d9d9d9}.header-left .header-left-info .header-left-info-status .status-dnd{color:#722ed1}.header-left .header-left-info .header-left-info-status .typing-indicator{margin-left:8px;color:#999;font-size:12px;font-style:italic;animation:typing-pulse 1.5s infinite}.header-left .header-left-info .header-left-info-times{margin:6px 0}.header-left .header-left-info .header-left-info-times .time-item{display:flex;align-items:center;margin-bottom:3px}.header-left .header-left-info .header-left-info-times .time-item .time-label{width:90px;color:#8c8c8c;font-size:12px;text-align:left}.header-left .header-left-info .header-left-info-times .time-item .time-value{color:#8c8c8c;font-size:12px;flex:1}.header-left .header-left-info .header-left-info-times .time-item:last-child{margin-bottom:0}.el-upload{padding-top:3px}@keyframes typing-pulse{0%,to{opacity:.6}50%{opacity:1}}.chat-system-content{position:absolute;background-color:#fff;width:100%;height:100%}.chat-system-content .title{font-size:24px;font-weight:bolder;text-align:center;display:block;margin-top:10px}.chat-system-content .back{position:absolute;left:20px;line-height:50px;font-size:26px;cursor:pointer}.chat-system-content .rich-text{padding:10px 20px 20px 20px}.chat-system-content .ext-link{width:100%;height:100%;border:none}.chat-system-box[data-v-67a3ca6a]{display:flex;flex-direction:column;position:relative;width:100%;background:#f8f8f8}.chat-system-box .chat-main[data-v-67a3ca6a]{background:#f8f8f8;margin:0 3px;display:flex;flex-direction:column;align-items:center}.chat-system-box .chat-main .verify-message-box[data-v-67a3ca6a]{width:400px;background-color:#fff;border-radius:8px;margin:10px;padding:16px;cursor:pointer;border:1px solid #e8e8e8;transition:all .2s;display:flex;align-items:center}.chat-system-box .chat-main .verify-message-box[data-v-67a3ca6a]:hover{border-color:#409eff;box-shadow:0 2px 8px rgba(64,158,255,.1)}.chat-system-box .chat-main .verify-message-box.friend-apply[data-v-67a3ca6a]{border-left:4px solid #67c23a}.chat-system-box .chat-main .verify-message-box.group-apply[data-v-67a3ca6a]{border-left:4px solid #409eff}.chat-system-box .chat-main .verify-message-box .verify-icon[data-v-67a3ca6a]{font-size:24px;margin-right:12px;color:#409eff}.friend-apply .chat-system-box .chat-main .verify-message-box .verify-icon[data-v-67a3ca6a]{color:#67c23a}.chat-system-box .chat-main .verify-message-box .verify-content[data-v-67a3ca6a]{flex:1}.chat-system-box .chat-main .verify-message-box .verify-content .verify-title[data-v-67a3ca6a]{font-size:16px;font-weight:600;color:#303133;margin-bottom:4px}.chat-system-box .chat-main .verify-message-box .verify-content .verify-info[data-v-67a3ca6a]{font-size:14px;color:#606266}.chat-system-box .chat-main .verify-message-box .verify-indicator[data-v-67a3ca6a]{color:#c0c4cc;font-size:16px}.chat-system-box .chat-main .message-box[data-v-67a3ca6a]{width:400px;background-color:#fff;text-align:left;border-radius:3%;margin:15px;padding:5px 20px;cursor:pointer}.chat-system-box .chat-main .message-box .title[data-v-67a3ca6a]{text-align:center;font-size:18px;white-space:nowrap;overflow:hidden;margin:10px 20px;font-weight:600}.chat-system-box .chat-main .message-box .cover[data-v-67a3ca6a]{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.chat-system-box .chat-main .message-box .intro[data-v-67a3ca6a]{padding:8px;font-size:16px;border-bottom:1px solid #eee;overflow-wrap:break-word}.chat-system-box .chat-main .message-box .bottom-bar[data-v-67a3ca6a]{font-size:14px;padding:8px;text-align:left;color:#00f}.chat-system-box .chat-main .chat-msg-tip[data-v-67a3ca6a]{line-height:20px;font-size:var(--im-font-size-small);color:var(--im-text-color-light)}.system-notification-dialog[data-v-51ada25e] .el-dialog{border-radius:8px}.system-notification-dialog[data-v-51ada25e] .el-dialog .el-dialog__header{background:#f5f7fa;padding:16px 20px;border-bottom:1px solid #ebeef5}.system-notification-dialog[data-v-51ada25e] .el-dialog .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600;color:#303133}.system-notification-dialog[data-v-51ada25e] .el-dialog .el-dialog__body{padding:0;height:500px;overflow:hidden}.system-notification-dialog .notification-tabs[data-v-51ada25e]{height:100%}.system-notification-dialog .notification-tabs[data-v-51ada25e] .el-tabs__header{margin:0;padding:0 20px;background:#fff;border-bottom:1px solid #ebeef5}.system-notification-dialog .notification-tabs[data-v-51ada25e] .el-tabs__header .el-tabs__nav-wrap:after{display:none}.system-notification-dialog .notification-tabs[data-v-51ada25e] .el-tabs__header .el-tabs__item{height:50px;line-height:50px;padding:0 20px;font-size:14px}.system-notification-dialog .notification-tabs[data-v-51ada25e] .el-tabs__header .el-tabs__item.is-active{color:#409eff;font-weight:500}.system-notification-dialog .notification-tabs[data-v-51ada25e] .el-tabs__header .el-tabs__active-bar{background-color:#409eff}.system-notification-dialog .notification-tabs[data-v-51ada25e] .el-tabs__content{height:calc(100% - 50px);overflow:hidden}.system-notification-dialog .notification-tabs[data-v-51ada25e] .el-tabs__content .el-tab-pane{height:100%;overflow-y:auto}.system-notification-dialog .notification-content[data-v-51ada25e]{height:100%}.system-notification-dialog .notification-content .empty-state[data-v-51ada25e]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#909399}.system-notification-dialog .notification-content .empty-state i[data-v-51ada25e]{font-size:48px;margin-bottom:16px}.system-notification-dialog .notification-content .empty-state p[data-v-51ada25e]{font-size:16px;margin:0}.system-notification-dialog .notification-content .notification-list[data-v-51ada25e]{padding:12px}.system-notification-dialog .notification-content .notification-list .notification-item[data-v-51ada25e]{background:#fff;border:1px solid #ebeef5;border-radius:8px;padding:16px;margin-bottom:12px;transition:all .3s ease}.system-notification-dialog .notification-content .notification-list .notification-item[data-v-51ada25e]:last-child{margin-bottom:0}.system-notification-dialog .notification-content .notification-list .notification-item[data-v-51ada25e]:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-header[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-header[data-v-51ada25e]{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-header .status-tag[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-header .status-tag[data-v-51ada25e]{border-radius:12px;flex-shrink:0}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content[data-v-51ada25e]{margin-bottom:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .user-infos[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos[data-v-51ada25e]{display:flex;align-items:center;flex-shrink:0;width:150px}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .user-infos .avatar-component[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .avatar-component[data-v-51ada25e]{margin-right:12px;flex-shrink:0}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .user-infos .avatar-component[data-v-51ada25e] .head-image,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .avatar-component[data-v-51ada25e] .head-image{display:flex;align-items:center}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .user-infos .avatar-component[data-v-51ada25e] .head-image .avatar-image,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .avatar-component[data-v-51ada25e] .head-image .avatar-image{width:40px!important;height:40px!important;border-radius:50%!important}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .user-infos .nickname[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .nickname[data-v-51ada25e]{font-size:16px;font-weight:500;color:#303133;line-height:1.2;margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details[data-v-51ada25e]{flex:1;min-width:0}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-info[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time[data-v-51ada25e]{margin-bottom:8px;font-size:14px;line-height:1.4}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-info[data-v-51ada25e]:last-child,.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time[data-v-51ada25e]:last-child,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info[data-v-51ada25e]:last-child,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time[data-v-51ada25e]:last-child{margin-bottom:0}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-info .label[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time .label[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info .label[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time .label[data-v-51ada25e]{color:#909399;margin-right:8px;font-weight:500}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-info .content[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time .content[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info .content[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time .content[data-v-51ada25e]{color:#606266}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time .content[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time .content[data-v-51ada25e]{color:#909399;font-size:13px}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-actions[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-actions[data-v-51ada25e]{display:flex;gap:12px;justify-content:flex-end;padding-top:8px;border-top:1px solid #f0f0f0}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-actions .el-button[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-actions .el-button[data-v-51ada25e]{padding:8px 20px;border-radius:6px;font-size:13px;font-weight:500;min-width:70px}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-actions .el-button--mini[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-actions .el-button--mini[data-v-51ada25e]{height:32px}.system-notification-dialog .notification-content .notification-list .notification-item.system-message[data-v-51ada25e]{cursor:pointer;position:relative}.system-notification-dialog .notification-content .notification-list .notification-item.system-message.unread[data-v-51ada25e]:before{content:"";position:absolute;top:16px;right:16px;width:8px;height:8px;background:#f56c6c;border-radius:50%}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-header[data-v-51ada25e]{display:flex;justify-content:flex-end;margin-bottom:8px}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-header .message-time[data-v-51ada25e]{font-size:12px;color:#909399}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-content[data-v-51ada25e]{margin-bottom:12px}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-content .message-title[data-v-51ada25e]{font-size:16px;font-weight:500;color:#303133;margin-bottom:8px;line-height:1.4}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-content .message-cover[data-v-51ada25e]{width:100%;max-height:150px;-o-object-fit:cover;object-fit:cover;border-radius:4px;margin-bottom:8px}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-content .message-intro[data-v-51ada25e]{font-size:14px;color:#606266;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-action[data-v-51ada25e]{display:flex;justify-content:flex-end;align-items:center;font-size:12px;color:#409eff}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-action span[data-v-51ada25e]{margin-right:4px}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-header[data-v-51ada25e]{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-header .status-tag[data-v-51ada25e]{border-radius:12px;flex-shrink:0}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content[data-v-51ada25e]{margin-bottom:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .user-infos[data-v-51ada25e]{display:flex;align-items:center;flex-shrink:0;width:150px}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .user-infos .avatar-component[data-v-51ada25e]{margin-right:12px;flex-shrink:0}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .user-infos .avatar-component[data-v-51ada25e] .head-image{display:flex;align-items:center}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .user-infos .avatar-component[data-v-51ada25e] .head-image .avatar-image{width:40px!important;height:40px!important;border-radius:50%!important}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .user-infos .nickname[data-v-51ada25e]{font-size:16px;font-weight:500;color:#303133;line-height:1.2;margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details[data-v-51ada25e]{flex:1;min-width:0}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-info[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-time[data-v-51ada25e]{margin-bottom:8px;font-size:14px;line-height:1.4}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-info[data-v-51ada25e]:last-child,.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-time[data-v-51ada25e]:last-child{margin-bottom:0}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-info .label[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-time .label[data-v-51ada25e]{color:#909399;margin-right:8px;font-weight:500}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-info .content[data-v-51ada25e],.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-time .content[data-v-51ada25e]{color:#606266}.system-notification-dialog .notification-content .notification-list .notification-item.user-register-request .request-content .request-details .request-time .content[data-v-51ada25e]{color:#909399;font-size:13px}.system-content-dialog[data-v-be972f0c] .el-dialog{border-radius:8px}.system-content-dialog[data-v-be972f0c] .el-dialog .el-dialog__header{background:#f5f7fa;padding:16px 20px;border-bottom:1px solid #ebeef5}.system-content-dialog[data-v-be972f0c] .el-dialog .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600;color:#303133}.system-content-dialog[data-v-be972f0c] .el-dialog .el-dialog__body{padding:0;max-height:600px;overflow-y:auto}.system-content-dialog .content-loading[data-v-be972f0c]{padding:20px}.system-content-dialog .content-body .content-iframe[data-v-be972f0c]{width:100%;height:500px;border:none}.system-content-dialog .content-body .content-richtext[data-v-be972f0c]{padding:20px;line-height:1.6;color:#333}.system-content-dialog .content-body .content-richtext[data-v-be972f0c] img{max-width:100%;height:auto}.system-content-dialog .content-body .content-richtext[data-v-be972f0c] p{margin:8px 0}.system-content-dialog .content-body .content-richtext[data-v-be972f0c] h1{margin:16px 0 8px 0;color:#303133}.system-content-dialog .content-body .content-richtext[data-v-be972f0c] ul{padding-left:20px;margin:8px 0}.system-content-dialog .content-body .content-richtext[data-v-be972f0c] blockquote{border-left:4px solid #409eff;padding-left:16px;margin:16px 0;color:#606266;background-color:#f8f9fa;padding:12px 16px;border-radius:4px}.system-content-dialog .content-body .no-content[data-v-be972f0c]{text-align:center;padding:60px 20px;color:#909399}.system-content-dialog .content-body .no-content p[data-v-be972f0c]{font-size:16px;margin:0}.chat-page{position:relative;height:100%;display:flex;overflow:hidden}.chat-page .chat-list-box{display:flex;flex-direction:column;background:var(--im-background);transition:none;flex-shrink:0}.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:50px;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{flex:1}.chat-page .chat-list-box .chat-list-items .no-chats{display:flex;justify-content:center;align-items:center;height:200px;color:#999;font-size:14px}.chat-page .chat-list-box .chat-list-items .no-chats p{margin:0}.chat-page .chat-box{flex:1;min-width:0;overflow:hidden}.chat-page .hidden-on-small{display:none!important}.chat-page .chat-box.hidden-on-small,.chat-page .chat-list-box.hidden-on-small{display:flex!important;width:100%!important}.chat-page .mobile-back-button{position:absolute;top:10px;left:10px;z-index:100;display:flex;align-items:center;padding:8px 12px;background:hsla(0,0%,100%,.9);border-radius:20px;cursor:pointer;font-size:14px;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.chat-page .mobile-back-button:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15)}.chat-page .mobile-back-button i{margin-right:4px;font-size:16px}