html,body,#app{width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}.layout[data-v-7986752f]{display:flex;min-height:100vh;background:#f0f2f5}.sidebar[data-v-7986752f]{width:200px;background:#fff;display:flex;flex-direction:column;transition:width .2s;position:fixed;left:0;top:0;bottom:0;z-index:100;box-shadow:2px 0 8px #00000014;border-right:1px solid #e8e8e8}.sidebar.collapsed[data-v-7986752f]{width:64px}.logo[data-v-7986752f]{height:56px;display:flex;align-items:center;justify-content:center;gap:10px;color:#333;font-size:15px;font-weight:600;border-bottom:1px solid #f0f0f0}.logo-text[data-v-7986752f]{white-space:nowrap}.main-container[data-v-7986752f]{flex:1;margin-left:200px;display:flex;flex-direction:column;transition:margin-left .2s}.main-container.expanded[data-v-7986752f]{margin-left:64px}.header[data-v-7986752f]{min-height:56px;background:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px;box-shadow:0 1px 4px #00000014;position:sticky;top:0;z-index:50}.header-left[data-v-7986752f]{display:flex;align-items:center;gap:12px}.collapse-btn[data-v-7986752f]{padding:4px 8px;color:#666}.collapse-btn[data-v-7986752f]:hover{color:#084bb0}.breadcrumb-home[data-v-7986752f]{cursor:pointer}.header-right[data-v-7986752f]{display:flex;align-items:center;gap:16px}.member-info[data-v-7986752f]{display:flex;align-items:center;gap:8px;padding:4px 12px;background:#f6ffed;border-radius:4px;font-size:13px}.member-label[data-v-7986752f]{color:#666}.member-expire[data-v-7986752f]{color:#52c41a;font-size:12px}.member-expire.expired[data-v-7986752f]{color:#999}.member-expire.permanent[data-v-7986752f]{color:#722ed1;font-weight:600}.username[data-v-7986752f]{color:#333}.content[data-v-7986752f]{flex:1;padding:20px;overflow:auto}.menu[data-v-7986752f]{padding:12px 8px;flex:1}.menu-item[data-v-7986752f]{display:flex;align-items:center;gap:12px;padding:10px 16px;margin:2px 0;border-radius:6px;cursor:pointer;color:#333}.menu-item .menu-icon[data-v-7986752f]{width:18px;height:18px;fill:#666;flex-shrink:0}.menu-item .menu-label[data-v-7986752f]{font-size:14px}.menu-item[data-v-7986752f]:hover{background:#f5f5f5}.menu-item.active[data-v-7986752f]{background:#f0f0f0;font-weight:500}.logo-icon[data-v-7986752f]{width:24px;height:24px;fill:#333}.collapse-btn[data-v-7986752f]{background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px}.collapse-btn[data-v-7986752f]:hover{background:#f5f5f5}.collapse-btn svg[data-v-7986752f]{width:20px;height:20px}.breadcrumb[data-v-7986752f]{display:flex;align-items:center;gap:4px;color:#666;font-size:14px}.breadcrumb-item[data-v-7986752f]{cursor:pointer}.breadcrumb-sep[data-v-7986752f]{color:#ccc}.user-dropdown[data-v-7986752f]{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 12px;border-radius:6px}.user-dropdown[data-v-7986752f]:hover{background:#f5f5f5}.user-icon[data-v-7986752f]{width:18px;height:18px}.user-menu[data-v-7986752f]{position:absolute;top:48px;right:20px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:4px 0;min-width:120px}.user-menu-item[data-v-7986752f]{padding:10px 16px;cursor:pointer;font-size:14px;color:#333}.user-menu-item[data-v-7986752f]:hover{background:#f5f5f5}.sidebar.collapsed .menu-item[data-v-7986752f]{justify-content:center;padding:10px}.sidebar.collapsed .logo[data-v-7986752f]{padding:0}.notice-bar[data-v-7986752f]{width:100%;height:32px;background:linear-gradient(90deg,#fff7e6 0%,#fffbe6 100%);border-bottom:1px solid #ffe58f;display:flex;align-items:center;padding:0 16px;animation:slideDown-7986752f .5s ease-out}@keyframes slideDown-7986752f{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.notice-icon[data-v-7986752f]{font-size:14px;margin-right:8px}.notice-content[data-v-7986752f]{flex:1;overflow:hidden}.notice-text[data-v-7986752f]{font-size:13px;color:#d48806;white-space:nowrap;animation:marquee-7986752f 20s linear infinite}@keyframes marquee-7986752f{0%{transform:translate(0)}to{transform:translate(-50%)}}.notice-close[data-v-7986752f]{color:#d48806;font-size:16px;margin-left:8px;cursor:pointer}.notice-close[data-v-7986752f]:hover{color:#ad6800}.notice-slide-enter-active[data-v-7986752f],.notice-slide-leave-active[data-v-7986752f]{transition:all .5s ease}.notice-slide-enter-from[data-v-7986752f],.notice-slide-leave-to[data-v-7986752f]{transform:translateY(-100%);opacity:0}.contact-btn[data-v-7986752f]{color:#18a058;margin-right:16px}.contact-btn[data-v-7986752f]:hover{color:#36ad6a}.contact-modal-content[data-v-7986752f]{text-align:center;padding:20px 0}.qrcode-container[data-v-7986752f]{display:flex;justify-content:center;margin-bottom:20px}.qrcode-img[data-v-7986752f]{width:200px;height:200px;border-radius:8px;box-shadow:0 4px 12px #0000001a}.contact-tips[data-v-7986752f]{font-size:14px;color:#666;line-height:2}.contact-tips .highlight[data-v-7986752f]{color:#18a058;font-weight:500}html,body{margin:0;padding:0}body{min-height:400px;background-color:#f5f7fa;font-family:sans-serif}
