[data-v-ddb0992c]::-webkit-scrollbar{width:5px;height:6px}[data-v-ddb0992c]::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:32px}[data-v-ddb0992c]::-webkit-scrollbar-track{background-color:#f6f6f6;border-radius:32px}.container[data-v-ddb0992c]{position:relative;height:calc(100vh - 80px);background-color:#fff;border-radius:8px;overflow:hidden}.chat-wrap[data-v-ddb0992c]{position:absolute;top:0;bottom:0;width:100%;display:flex}.chat-list[data-v-ddb0992c]{width:320px;height:100%;background-color:#fff;overflow-y:scroll}.chat[data-v-ddb0992c]{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:72px;cursor:pointer}.chat[data-v-ddb0992c]:hover{background-color:#f5f5f5}.chat .avatar[data-v-ddb0992c]{width:48px;height:48px;border-radius:24px;margin-right:16px;overflow:hidden}.chat .name[data-v-ddb0992c]{flex:1;max-width:130px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;font-weight:700}.chat .msg-content[data-v-ddb0992c]{font-size:12px;color:#65666f;margin-top:8px;max-width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat .time[data-v-ddb0992c]{font-size:10px;color:#b0b3bf}.chat .msg-count[data-v-ddb0992c]{font-size:11px;width:32px;height:18px;line-height:18px;text-align:center;border-radius:9px;background-color:#ff5f58;color:#fff;margin-top:8px}.active[data-v-ddb0992c]{position:relative;background-color:#fff2ed}.active[data-v-ddb0992c]:before{content:"";position:absolute;top:0;left:0;height:72px;width:4px;background-color:var(--theme-color)}.empty[data-v-ddb0992c]{height:100%;display:flex;align-items:center;justify-content:center}