.chat-item[data-v-441e9cc0]{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-441e9cc0]:hover{background-color:var(--im-background-active)}.chat-item.active[data-v-441e9cc0]{background-color:var(--im-background-active-dark)}.chat-item.is-top[data-v-441e9cc0]{background-color:#f0f9ff;border-left:4px solid #409eff}.chat-item.is-top[data-v-441e9cc0]:hover{background-color:#e6f4ff}.chat-item.is-top.active[data-v-441e9cc0]{background-color:#cce7ff}.chat-item .chat-left[data-v-441e9cc0]{position:relative;display:flex;justify-content:center;align-items:center}.chat-item .chat-left .unread-text[data-v-441e9cc0]{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-left .unread-text.muted[data-v-441e9cc0]{background-color:#c0c4cc;border-color:#e4e7ed}.chat-item .chat-right[data-v-441e9cc0]{flex:1;display:flex;flex-direction:column;padding-left:10px;text-align:left;overflow:hidden}.chat-item .chat-right .chat-name[data-v-441e9cc0]{display:flex;line-height:20px;height:20px}.chat-item .chat-right .chat-name .chat-name-text[data-v-441e9cc0]{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-441e9cc0]{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-441e9cc0]{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-441e9cc0]{margin-left:6px;color:#409eff;font-size:14px;font-weight:700}.chat-item .chat-right .chat-content[data-v-441e9cc0]{display:flex;line-height:22px}.chat-item .chat-right .chat-content .chat-at-text[data-v-441e9cc0]{color:#c70b0b;font-size:var(--im-font-size-smaller)}.chat-item .chat-right .chat-content .chat-send-name[data-v-441e9cc0]{font-size:var(--im-font-size-small);color:var(--im-text-color-light)}.chat-item .chat-right .chat-content .chat-content-text[data-v-441e9cc0]{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-441e9cc0]{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;border-radius:4px;transition:all .2s ease}.chat-group-member.active{background-color:#409eff;color:#fff}.chat-group-member.active .member-name{color:#fff}.chat-group-member:hover:not(.active){background-color:#f5f7fa}.chat-group-member .member-name{padding-left:10px;height:100%;text-align:left;white-space:nowrap;overflow:hidden;font-size:var(--im-font-size);color:inherit}.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-flex;position:relative;line-height:26px;padding:6px 10px;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-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;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.5)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message:active{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{transform:translateY(-2px);box-shadow:0 6px 20px rgba(250,112,154,.5)}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message.self-send:active{transform:translateY(-1px);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;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}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-file .file-message .file-action .iconfont{font-size:18px;color:#fff;opacity:.9;transition:all .3s ease}.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;position:relative}.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{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.7);color:#fff;cursor:pointer;min-height:120px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-error i{font-size:24px;margin-bottom:8px}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-error span{font-size:14px;text-align:center}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .chat-msg-video .video-container .video-error:hover{background-color:rgba(0,0,0,.8)}.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-msg-status{display:block}.chat-msg-item .chat-msg-normal .chat-msg-content .chat-msg-box .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-box .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-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-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{width:200px;height:55px;display:flex;align-items:center;padding:8px 12px;background-color:#98e165;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}.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:#98e165;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:#98e165}.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:#98e165;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-mine .chat-msg-business-card .business-card,.chat-msg-item .chat-msg-mine .chat-msg-business-card .business-card .card-footer{background:#ececec}@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}}.chat-record .tip{font-size:18px}.chat-record .btn-group{margin-bottom:20px}.chat-history{display:flex;height:100%}.chat-history .chat-history-scrollbar{flex:1}.chat-history .chat-history-scrollbar .el-scrollbar__thumb{background-color:#555}.chat-history .chat-history-scrollbar ul{padding:20px}.chat-history .chat-history-scrollbar ul li{list-style-type:none}.group-member-choose[data-v-34ed49f4]{position:fixed;width:200px;height:300px;background-color:#fff;box-shadow:var(--im-box-shadow)}.group-member-choose .member-item[data-v-34ed49f4]{cursor:pointer;transition:background-color .2s ease}.group-member-choose .member-item[data-v-34ed49f4]:hover{background-color:#f5f7fa}.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}.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}.forward-dialog .forward-container[data-v-bd1c42d6]{display:flex;height:500px;gap:20px}.forward-dialog .message-preview[data-v-bd1c42d6]{flex:1;border:1px solid #e4e7ed;border-radius:4px;display:flex;flex-direction:column}.forward-dialog .message-preview .preview-header[data-v-bd1c42d6]{padding:15px;border-bottom:1px solid #e4e7ed;display:flex;justify-content:space-between;align-items:center}.forward-dialog .message-preview .preview-header h3[data-v-bd1c42d6]{margin:0;font-size:16px;color:#303133}.forward-dialog .message-preview .preview-header .message-count[data-v-bd1c42d6]{color:#909399;font-size:14px}.forward-dialog .message-preview .preview-content[data-v-bd1c42d6]{flex:1;overflow-y:auto;padding:15px}.forward-dialog .message-preview .preview-content .preview-message[data-v-bd1c42d6]{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f5f7fa}.forward-dialog .message-preview .preview-content .preview-message[data-v-bd1c42d6]:last-child{border-bottom:none}.forward-dialog .message-preview .preview-content .preview-message .message-type-icon[data-v-bd1c42d6]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f5f7fa;border-radius:50%}.forward-dialog .message-preview .preview-content .preview-message .message-type-icon i[data-v-bd1c42d6]{font-size:14px;color:#606266}.forward-dialog .message-preview .preview-content .preview-message .message-content-preview[data-v-bd1c42d6]{flex:1;font-size:14px;color:#606266;line-height:1.4;word-break:break-word}.forward-dialog .contact-selection[data-v-bd1c42d6]{flex:1;border:1px solid #e4e7ed;border-radius:4px;display:flex;flex-direction:column}.forward-dialog .contact-selection .contact-tabs[data-v-bd1c42d6]{height:100%;display:flex;flex-direction:column}.forward-dialog .contact-selection .contact-tabs[data-v-bd1c42d6] .el-tabs__header{margin:0;border-bottom:1px solid #e4e7ed}.forward-dialog .contact-selection .contact-tabs[data-v-bd1c42d6] .el-tabs__header .el-tabs__nav-wrap{padding:0 15px}.forward-dialog .contact-selection .contact-tabs[data-v-bd1c42d6] .el-tabs__header .el-tabs__item{padding:0 20px;height:40px;line-height:40px}.forward-dialog .contact-selection .contact-tabs[data-v-bd1c42d6] .el-tabs__content{flex:1;display:flex;flex-direction:column}.forward-dialog .contact-selection .contact-tabs[data-v-bd1c42d6] .el-tabs__content .el-tab-pane{height:100%;display:flex;flex-direction:column}.forward-dialog .contact-selection .selection-header[data-v-bd1c42d6]{padding:15px;border-bottom:1px solid #e4e7ed}.forward-dialog .contact-selection .selection-header .selection-controls[data-v-bd1c42d6]{display:flex;justify-content:space-between;align-items:center}.forward-dialog .contact-selection .selection-header .selection-controls .selected-count[data-v-bd1c42d6]{color:#909399;font-size:14px}.forward-dialog .contact-selection .search-input[data-v-bd1c42d6]{margin:15px}.forward-dialog .contact-selection .contacts-list[data-v-bd1c42d6]{flex:1;overflow-y:auto;padding:0 15px 15px}.forward-dialog .contact-selection .contacts-list .contact-item[data-v-bd1c42d6]{margin-bottom:10px}.forward-dialog .contact-selection .contacts-list .contact-item .contact-info[data-v-bd1c42d6]{display:flex;align-items:center;gap:10px;flex-direction:row}.forward-dialog .contact-selection .contacts-list .contact-item .contact-info .contact-details[data-v-bd1c42d6]{display:flex;flex-direction:column}.forward-dialog .contact-selection .contacts-list .contact-item .contact-info .contact-details .contact-name[data-v-bd1c42d6]{font-size:14px;color:#303133}.forward-dialog .contact-selection .contacts-list .contact-item .contact-info .contact-details .contact-status[data-v-bd1c42d6]{font-size:12px;color:#909399}.forward-dialog .contact-selection .contacts-list .contact-item .contact-info .contact-details .contact-status.online[data-v-bd1c42d6]{color:#67c23a}.forward-dialog .contact-selection .contacts-list .contact-item .contact-info .contact-details .contact-status.group-member-count[data-v-bd1c42d6]{color:#606266}.forward-dialog .dialog-footer[data-v-bd1c42d6]{text-align:right}.chat-box{position:relative;width:100%;min-width:0;background:#f6f8fa;overflow:hidden}.chat-box .el-header{display:flex;justify-content:space-between;padding:0 8px;line-height:50px;font-size:var(--im-font-size-larger);border-bottom:var(--im-border);min-width:0;overflow:hidden}.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 .im-chat-main{padding:0;background:#f9f9f9}.chat-box .im-chat-main .im-chat-box>ul{padding:0 12px}.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 6px;background-color:#f9f9f9;min-width:0;overflow:hidden}.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:column;height:100%;background-color:#f9f9f9!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:14px;outline:none;min-width:0;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:80%;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 .send-btn-area{padding:10px;position:absolute;bottom:4px;right:6px}.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 .message-container{position:relative;transition:all .3s ease}.chat-box .message-container.multi-select-mode{display:flex;align-items:flex-start;padding-left:10px;cursor:pointer}.chat-box .message-container.multi-select-mode:hover{background-color:#f5f7fa}.chat-box .message-container.multi-select-mode.message-selected{background-color:#e6f7ff;border-left:3px solid #1890ff}.chat-box .message-container.multi-select-mode .message-checkbox{margin-right:10px;margin-top:10px;flex-shrink:0}.chat-box .header-actions{display:flex;align-items:center;gap:10px}.chat-box .header-actions .header-action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;cursor:pointer;transition:background-color .3s}.chat-box .header-actions .header-action-btn:hover{background-color:#f5f7fa}.chat-box .multi-select-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f0f9ff;border-bottom:1px solid #e1f5fe}.chat-box .multi-select-toolbar .multi-select-info{display:flex;align-items:center;gap:10px;color:#1976d2;font-size:14px}.chat-box .multi-select-toolbar .multi-select-info .select-count{font-weight:500}.chat-box .multi-select-toolbar .multi-select-actions{display:flex;align-items:center;gap:8px}.chat-box .multi-select-toolbar .multi-select-actions .el-button{margin:0}.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:8px;line-height:1;min-width:0;flex:1;overflow:hidden}.header-left img{width:36px;height:36px;border-radius:5px;flex-shrink:0}.header-left .header-left-info{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;overflow:hidden}.header-left .header-left-info .header-left-info-name{font-size:15px;color:#6b8299;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.header-left .header-left-info .header-left-info-status{margin:2px 0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.header-left .header-left-info .header-left-info-status-time{margin-left:15px}@media(max-width:900px){.header-left .header-left-info .header-left-info-status-time{display:none}}.el-upload{padding-top:3px}.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-67beb8b5] .el-dialog{border-radius:8px}.system-notification-dialog[data-v-67beb8b5] .el-dialog .el-dialog__header{background:#f5f7fa;padding:16px 20px;border-bottom:1px solid #ebeef5}.system-notification-dialog[data-v-67beb8b5] .el-dialog .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600;color:#303133}.system-notification-dialog[data-v-67beb8b5] .el-dialog .el-dialog__body{padding:0;height:500px;overflow:hidden}.system-notification-dialog .notification-tabs[data-v-67beb8b5]{height:100%}.system-notification-dialog .notification-tabs[data-v-67beb8b5] .el-tabs__header{margin:0;padding:0 20px;background:#fff;border-bottom:1px solid #ebeef5}.system-notification-dialog .notification-tabs[data-v-67beb8b5] .el-tabs__header .el-tabs__nav-wrap:after{display:none}.system-notification-dialog .notification-tabs[data-v-67beb8b5] .el-tabs__header .el-tabs__item{height:50px;line-height:50px;padding:0 20px;font-size:14px}.system-notification-dialog .notification-tabs[data-v-67beb8b5] .el-tabs__header .el-tabs__item.is-active{color:#409eff;font-weight:500}.system-notification-dialog .notification-tabs[data-v-67beb8b5] .el-tabs__header .el-tabs__active-bar{background-color:#409eff}.system-notification-dialog .notification-tabs[data-v-67beb8b5] .el-tabs__content{height:calc(100% - 50px);overflow:hidden}.system-notification-dialog .notification-tabs[data-v-67beb8b5] .el-tabs__content .el-tab-pane{height:100%;overflow-y:auto}.system-notification-dialog .notification-content[data-v-67beb8b5]{height:100%}.system-notification-dialog .notification-content .empty-state[data-v-67beb8b5]{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-67beb8b5]{font-size:48px;margin-bottom:16px}.system-notification-dialog .notification-content .empty-state p[data-v-67beb8b5]{font-size:16px;margin:0}.system-notification-dialog .notification-content .notification-list[data-v-67beb8b5]{padding:12px}.system-notification-dialog .notification-content .notification-list .notification-item[data-v-67beb8b5]{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-67beb8b5]:last-child{margin-bottom:0}.system-notification-dialog .notification-content .notification-list .notification-item[data-v-67beb8b5]: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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-header[data-v-67beb8b5]{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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-header .status-tag[data-v-67beb8b5]{border-radius:12px;flex-shrink:0}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content[data-v-67beb8b5]{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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos[data-v-67beb8b5]{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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .avatar-component[data-v-67beb8b5]{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-67beb8b5] .head-image,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .avatar-component[data-v-67beb8b5] .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-67beb8b5] .head-image .avatar-image,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .avatar-component[data-v-67beb8b5] .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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .user-infos .nickname[data-v-67beb8b5]{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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details[data-v-67beb8b5]{flex:1;min-width:0}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-info[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time[data-v-67beb8b5]{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-67beb8b5]:last-child,.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time[data-v-67beb8b5]:last-child,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info[data-v-67beb8b5]:last-child,.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time[data-v-67beb8b5]: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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time .label[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info .label[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time .label[data-v-67beb8b5]{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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time .content[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-info .content[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time .content[data-v-67beb8b5]{color:#606266}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-content .request-details .request-time .content[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-content .request-details .request-time .content[data-v-67beb8b5]{color:#909399;font-size:13px}.system-notification-dialog .notification-content .notification-list .notification-item.friend-request .request-actions[data-v-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-actions[data-v-67beb8b5]{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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-actions .el-button[data-v-67beb8b5]{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-67beb8b5],.system-notification-dialog .notification-content .notification-list .notification-item.group-request .request-actions .el-button--mini[data-v-67beb8b5]{height:32px}.system-notification-dialog .notification-content .notification-list .notification-item.system-message[data-v-67beb8b5]{cursor:pointer;position:relative}.system-notification-dialog .notification-content .notification-list .notification-item.system-message.unread[data-v-67beb8b5]: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-67beb8b5]{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-67beb8b5]{font-size:12px;color:#909399}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-content[data-v-67beb8b5]{margin-bottom:12px}.system-notification-dialog .notification-content .notification-list .notification-item.system-message .message-content .message-title[data-v-67beb8b5]{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-67beb8b5]{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-67beb8b5]{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-67beb8b5]{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-67beb8b5]{margin-right:4px}.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}.chat-page .chat-list-box{display:flex;flex-direction:column;background:var(--im-background);transition:none;min-width:200px;flex-shrink:0}@media(max-width:900px){.chat-page .chat-list-box{min-width:180px}}.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:300px;overflow:hidden}@media(max-width:900px){.chat-page .chat-box{min-width:250px}}@media(max-width:700px){.chat-page .chat-box{min-width:200px}}