.chat-user-card[data-v-2924a002]{display:flex;flex-direction:column;flex-wrap:nowrap;background:#fff;border-radius:12px;padding:12px 16px;height:90px;width:200px;cursor:pointer;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;position:relative;overflow:hidden;text-align:left}.chat-user-card[data-v-2924a002]:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(64,158,255,.2)}.chat-user-card .card-body[data-v-2924a002]{flex:1;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:8px}.chat-user-card .card-body .nick-name[data-v-2924a002]{flex:1;font-weight:600;font-size:15px;color:var(--im-text-color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.chat-user-card .card-tip[data-v-2924a002]{margin-top:6px;color:var(--im-text-color-light);font-size:12px;text-align:left;font-weight:500;display:flex;align-items:center;gap:4px}.chat-user-card .card-tip[data-v-2924a002]:before{content:"";width:4px;height:4px;background:var(--im-color-primary);border-radius:50%;opacity:.6}.chat-group-card[data-v-50dba571]{display:flex;flex-direction:column;flex-wrap:nowrap;background:#fff;border-radius:12px;padding:12px 16px;height:90px;width:200px;cursor:pointer;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;position:relative;overflow:hidden;text-align:left}.chat-group-card[data-v-50dba571]:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(64,158,255,.2)}.chat-group-card .card-body[data-v-50dba571]{flex:1;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:8px}.chat-group-card .card-body .nick-name[data-v-50dba571]{flex:1;font-weight:600;font-size:15px;color:var(--im-text-color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.chat-group-card .card-footer[data-v-50dba571]{display:flex;align-items:center;justify-content:space-between;margin-top:6px;width:100%;color:var(--im-text-color-light);font-size:12px;text-align:left}.chat-group-card .card-footer .tip[data-v-50dba571]{flex:1;font-weight:500;color:var(--im-text-color-light);display:flex;align-items:center;gap:4px}.chat-group-card .card-footer .tip[data-v-50dba571]:before{content:"";width:4px;height:4px;background:var(--im-color-primary);border-radius:50%;opacity:.6}.chat-history-item[data-v-71393227]{padding:2px 8px;width:620px;cursor:pointer;border-radius:10px;margin-right:20px}.chat-history-item[data-v-71393227]:hover{background:var(--im-background-active)}.chat-history-item.active[data-v-71393227]{background:var(--im-background-active-dark)}.chat-history-item .message-normal[data-v-71393227]{position:relative;font-size:0;padding-left:48px;min-height:50px;margin:5px 0}.chat-history-item .message-normal .avatar[data-v-71393227]{position:absolute;width:40px;height:40px;top:0;left:0}.chat-history-item .message-normal .content[data-v-71393227]{text-align:left}.chat-history-item .message-normal .content .top[data-v-71393227]{display:flex;flex-wrap:nowrap;color:var(--im-text-color-light);font-size:var(--im-font-size);line-height:20px}.chat-history-item .message-normal .content .top span[data-v-71393227]{margin-right:12px}.chat-history-item .message-normal .content .bottom[data-v-71393227]{padding-right:100px;margin-top:1px}.chat-history-item .message-normal .content .bottom .message-text[data-v-71393227]{display:inline-block;position:relative;line-height:26px;border-radius:10px;font-size:var(--im-font-size);text-align:left;white-space:pre-wrap;word-break:break-word}.chat-history-item .message-normal .content .bottom .message-image[data-v-71393227]{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center}.chat-history-item .message-normal .content .bottom .message-image .send-image[data-v-71393227]{min-width:100px;min-height:75px;max-width:200px;max-height:150px;border-radius:8px}.chat-history-item .message-normal .content .bottom .message-video[data-v-71393227]{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center}.chat-history-item .message-normal .content .bottom .message-video .send-video[data-v-71393227]{min-width:100px;min-height:75px;max-width:200px;max-height:150px;border-radius:8px;overflow:hidden;-o-object-fit:contain;object-fit:contain}.chat-history-item .message-normal .content .bottom .message-file[data-v-71393227]{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;margin-bottom:2px}.chat-history-item .message-normal .content .bottom .message-file .chat-file-box[data-v-71393227]{display:flex;flex-wrap:nowrap;align-items:center;box-shadow:var(--im-box-shadow-light);border-radius:4px;padding:8px 15px}.chat-history-item .message-normal .content .bottom .message-file .chat-file-box .chat-file-info[data-v-71393227]{flex:1;height:100%;text-align:left;font-size:14px;margin-right:10px}.chat-history-item .message-normal .content .bottom .message-file .chat-file-box .chat-file-info .chat-file-name[data-v-71393227]{display:inline-block;min-width:160px;max-width:400px;font-size:14px;margin-bottom:4px;white-space:pre-wrap;word-break:break-all;color:var(--im-color-primary)}.chat-history-item .message-normal .content .bottom .message-file .chat-file-box .chat-file-info .chat-file-name[data-v-71393227]:hover{text-decoration:underline}.chat-history-item .message-normal .content .bottom .message-file .chat-file-box .chat-file-info .chat-file-size[data-v-71393227]{font-size:var(--im-font-size-smaller);color:var(--im-text-color-light)}.chat-history-item .message-normal .content .bottom .message-file .chat-file-box .chat-file-icon[data-v-71393227]{font-size:34px;color:#d42e07}.chat-history-item .message-normal .content .bottom .message-voice audio[data-v-71393227]{height:45px}.merge-forward-dialog .message-list[data-v-0b697bb6]{padding:0 15px;height:500px}.merge-forward-dialog .message-list .message-item[data-v-0b697bb6]{padding-bottom:15px;border-bottom:1px solid #f5f5f5}.no-data-tip{display:flex;flex-direction:column;align-items:center;justify-content:center}.no-data-tip .image{height:120px}.no-data-tip .text{text-align:center;font-size:var(--im-font-size);color:var(--im-text-color-light);margin-top:5px}