.header[data-v-bfed6bd8]{background:#fff;border-bottom:1px solid #eee;padding:0 20px;height:64px;display:flex;align-items:center;position:sticky;top:0;z-index:1000}.header .container[data-v-bfed6bd8]{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header .logo[data-v-bfed6bd8]{font-size:24px;font-weight:700;color:#f60;margin-right:40px}.header .logo a[data-v-bfed6bd8]{text-decoration:none;color:inherit}.header .nav[data-v-bfed6bd8]{display:flex;gap:20px;flex:1}.header .nav a[data-v-bfed6bd8]{color:#333;font-size:16px}.header .nav a[data-v-bfed6bd8]:hover{color:#f60}.header .nav a.router-link-active[data-v-bfed6bd8]{color:#f60;font-weight:500}.header .actions[data-v-bfed6bd8]{display:flex;gap:20px;align-items:center;font-size:14px}.header .actions .el-dropdown-link[data-v-bfed6bd8]{cursor:pointer;color:#666}.header .actions a[data-v-bfed6bd8]{color:#666}.header .actions a[data-v-bfed6bd8]:hover{color:#f60}@media(max-width:768px){.header .nav[data-v-bfed6bd8]{display:none}}.chat-container[data-v-43f927a4]{display:flex;height:calc(100vh - 84px);margin-top:20px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.1);max-width:1000px}.chat-list[data-v-43f927a4]{width:250px;border-right:1px solid #eee;overflow-y:auto}.chat-list .contact-item[data-v-43f927a4]{display:flex;align-items:center;padding:15px;cursor:pointer;border-bottom:1px solid #f5f5f5}.chat-list .contact-item.active[data-v-43f927a4],.chat-list .contact-item[data-v-43f927a4]:hover{background:#f0f9eb}.chat-list .contact-item .avatar[data-v-43f927a4]{width:40px;height:40px;background:#ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:10px}.chat-list .contact-item .info[data-v-43f927a4]{flex:1;overflow:hidden}.chat-list .contact-item .info .name[data-v-43f927a4]{font-weight:700;margin-bottom:5px}.chat-list .contact-item .info .last-msg[data-v-43f927a4]{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-window[data-v-43f927a4]{flex:1;display:flex;flex-direction:column}.chat-window .window-content[data-v-43f927a4]{display:flex;flex-direction:column;height:100%}.chat-window .chat-header[data-v-43f927a4]{padding:15px;border-bottom:1px solid #eee;font-weight:700}.chat-window .messages[data-v-43f927a4]{flex:1;padding:20px;overflow-y:auto;background:#f9f9f9}.chat-window .messages .message-bubble[data-v-43f927a4]{max-width:70%;padding:10px 15px;border-radius:20px;margin-bottom:10px;font-size:14px;line-height:1.4}.chat-window .messages .message-bubble.my-msg[data-v-43f927a4]{background:#409eff;color:#fff;align-self:flex-end;margin-left:auto;border-bottom-right-radius:5px}.chat-window .messages .message-bubble[data-v-43f927a4]:not(.my-msg){background:#fff;border:1px solid #eee;border-bottom-left-radius:5px}.chat-window .input-area[data-v-43f927a4]{padding:20px;background:#fff;border-top:1px solid #eee}.chat-window .empty-chat[data-v-43f927a4]{flex:1;display:flex;align-items:center;justify-content:center;color:#999}