@import 'ZLJ.Admin.CoreRCL.ts8kn2vdy7.bundle.scp.css';

/* /Components/Account/Login.razor.rz.scp.css */
body[b-1gjj5bhg1l] {
}
/* /Components/Pages/Docs/DocLayout.razor.rz.scp.css */
/* 文档布局整体样式 */
.doc-layout[b-3s1awgpkby] {
    display: flex;
    min-height: 100vh;
    background-color: #f5f7fa;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    position: relative;
}

/* 移动端汉堡菜单按钮 */
.doc-mobile-menu-toggle[b-3s1awgpkby] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: fixed;
    top: 90px;
    left: 15px;
    z-index: 200;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hamburger-icon[b-3s1awgpkby] {
    width: 25px;
    height: 3px;
    background-color: #495057;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* 左侧菜单样式 */
.doc-sidebar[b-3s1awgpkby] {
    width: 280px;
    background: #f5f5f5;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    height: calc(100vh - 80px);
    top: 80px;
    overflow-y: auto;
    z-index: 100;
    transition: all 0.3s ease;
    transform: translateX(0);
}

.doc-sidebar-header[b-3s1awgpkby] {
    padding: 24px 20px;
    border-bottom: 1px solid #e9ecef;
}

.doc-sidebar-title[b-3s1awgpkby] {
    color: #495057;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.doc-menu[b-3s1awgpkby] {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.doc-menu-item[b-3s1awgpkby] {
    margin: 4px 0;
}

.doc-menu-link[b-3s1awgpkby] {
    display: block;
    padding: 12px 24px;
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 0 25px 25px 0;
    margin-right: 20px;
    position: relative;
}

.doc-menu-link:hover[b-3s1awgpkby] {
    color: #495057;
    background-color: #e9ecef;
    transform: translateX(5px);
}

.doc-menu-link.active[b-3s1awgpkby] {
    color: #495057;
    background-color: #dee2e6;
    font-weight: 600;
}

.doc-menu-link.active[b-3s1awgpkby]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background-color: #495057;
    border-radius: 0 2px 2px 0;
}

/* 右侧内容区域 */
.doc-content[b-3s1awgpkby] {
    flex: 1;
    margin-left: 280px;
    padding: 0;
    background-color: white;
    min-height: 100vh;
}

.doc-content-wrapper[b-3s1awgpkby] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

/* AI生成提示样式 */
.doc-ai-section[b-3s1awgpkby] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.doc-ai-notice[b-3s1awgpkby] {
    background-color: #fff9e6;
    border: 1px solid #ffe082;
    border-radius: 6px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #856404;
    margin-bottom: 0;
    flex: 1;
}

.doc-ai-notice p[b-3s1awgpkby] {
    margin: 0;
    line-height: 1.5;
}

.doc-ai-buttons[b-3s1awgpkby] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.doc-register-button[b-3s1awgpkby] {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    border: none;
}

.doc-login-button[b-3s1awgpkby] {
    display: inline-block;
    padding: 6px 12px;
    background: transparent;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #667eea;
}

@media (max-width: 768px) {
    .doc-ai-section[b-3s1awgpkby] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .doc-ai-notice[b-3s1awgpkby] {
        padding: 12px 16px;
        font-size: 13px;
        margin-bottom: 0;
        width: 100%;
    }
    
    .doc-ai-buttons[b-3s1awgpkby] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .doc-register-button[b-3s1awgpkby],
    .doc-login-button[b-3s1awgpkby] {
        padding: 8px 16px;
        font-size: 0.9rem;
        flex: 1;
        text-align: center;
    }
}

.doc-content-header[b-3s1awgpkby] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8ecef;
}

.doc-content-title[b-3s1awgpkby] {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 10px 0;
}

.doc-content-subtitle[b-3s1awgpkby] {
    font-size: 16px;
    color: #7f8c8d;
    margin: 0;
}

/* 面包屑导航 */
.doc-breadcrumb[b-3s1awgpkby] {
    margin-bottom: 20px;
}

.doc-breadcrumb-list[b-3s1awgpkby] {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.doc-breadcrumb-item[b-3s1awgpkby] {
    color: #7f8c8d;
}

.doc-breadcrumb-item:not(:last-child)[b-3s1awgpkby]::after {
    content: '/';
    margin: 0 8px;
    color: #bdc3c7;
}

.doc-breadcrumb-link[b-3s1awgpkby] {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.doc-breadcrumb-link:hover[b-3s1awgpkby] {
    color: #2980b9;
}

/* 子菜单样式 */
.doc-submenu[b-3s1awgpkby] {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 0 0 8px 8px;
    margin-right: 20px;
    overflow: hidden;
}

.doc-submenu-item[b-3s1awgpkby] {
    margin: 0;
}

.doc-submenu-link[b-3s1awgpkby] {
    display: block;
    padding: 10px 24px 10px 40px;
    color: #6c757d;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.doc-submenu-link:hover[b-3s1awgpkby] {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.03);
    border-left-color: #adb5bd;
}

.doc-submenu-link.active[b-3s1awgpkby] {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 600;
    border-left-color: #495057;
}

/* 响应式设计 */
@media (max-width: 768px) {
    /* 显示移动端汉堡菜单按钮 */
    .doc-mobile-menu-toggle[b-3s1awgpkby] {
        display: flex;
    }
    
    /* 默认隐藏侧边栏 */
    .doc-sidebar[b-3s1awgpkby] {
        width: 280px;
        height: calc(100vh - 80px);
        position: fixed;
        transform: translateX(-100%);
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }
    
    /* 激活状态显示侧边栏 */
    .doc-sidebar.active[b-3s1awgpkby] {
        transform: translateX(0);
    }
    
    .doc-content[b-3s1awgpkby] {
        margin-left: 0;
    }
    
    .doc-content-wrapper[b-3s1awgpkby] {
        padding: 20px;
        padding-top: 60px; /* 为固定的汉堡菜单按钮留出空间 */
    }
    
    .doc-layout[b-3s1awgpkby] {
        flex-direction: column;
    }
}

/* 滚动条样式 */
.doc-sidebar[b-3s1awgpkby]::-webkit-scrollbar {
    width: 6px;
}

.doc-sidebar[b-3s1awgpkby]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.doc-sidebar[b-3s1awgpkby]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.doc-sidebar[b-3s1awgpkby]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* 表格样式 */
.doc-content-body table[b-3s1awgpkby] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.doc-content-body th[b-3s1awgpkby],
.doc-content-body td[b-3s1awgpkby] {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

/* 首行背景色 */
.doc-content-body th[b-3s1awgpkby] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #dee2e6;
}

/* 隔行变色 */
.doc-content-body tr:nth-child(even)[b-3s1awgpkby] {
    background-color: #fafafa;
}

/* 行悬停效果 */
.doc-content-body tr:hover[b-3s1awgpkby] {
    background-color: #f5f5f5;
    transition: background-color 0.2s ease;
}

/* 响应式表格 */
@media (max-width: 768px) {
    .doc-content-body table[b-3s1awgpkby] {
        font-size: 13px;
    }
    
    .doc-content-body th[b-3s1awgpkby],
    .doc-content-body td[b-3s1awgpkby] {
        padding: 8px 10px;
    }
}

/* 内容区域样式增强 */
.doc-content-body[b-3s1awgpkby] {
    line-height: 1.6;
    color: #34495e;
}

.doc-content-body h1[b-3s1awgpkby],
.doc-content-body h2[b-3s1awgpkby],
.doc-content-body h3[b-3s1awgpkby],
.doc-content-body h4[b-3s1awgpkby],
.doc-content-body h5[b-3s1awgpkby],
.doc-content-body h6[b-3s1awgpkby] {
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.doc-content-body h1[b-3s1awgpkby] {
    font-size: 28px;
}

.doc-content-body h2[b-3s1awgpkby] {
    font-size: 24px;
}

.doc-content-body h3[b-3s1awgpkby] {
    font-size: 20px;
}

.doc-content-body p[b-3s1awgpkby] {
    margin-bottom: 15px;
}

.doc-content-body code[b-3s1awgpkby] {
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    color: #e74c3c;
}

.doc-content-body pre[b-3s1awgpkby] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    border-left: 4px solid #3498db;
    margin: 20px 0;
}

.doc-content-body blockquote[b-3s1awgpkby] {
    border-left: 4px solid #3498db;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #7f8c8d;
}

/* 上一篇下一篇导航样式 */
.doc-navigation[b-3s1awgpkby] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
}

.doc-nav-item[b-3s1awgpkby] {
    flex: 1;
}

.doc-nav-item:first-child[b-3s1awgpkby] {
    margin-right: auto;
}

.doc-nav-item:last-child[b-3s1awgpkby] {
    margin-left: auto;
    text-align: right;
}

.doc-nav-button[b-3s1awgpkby] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #495057;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
}

.doc-nav-button:hover[b-3s1awgpkby] {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.doc-nav-prev .doc-nav-arrow[b-3s1awgpkby] {
    font-size: 18px;
    font-weight: bold;
}

.doc-nav-next .doc-nav-arrow[b-3s1awgpkby] {
    font-size: 18px;
    font-weight: bold;
}

.doc-nav-text[b-3s1awgpkby] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.doc-nav-next .doc-nav-text[b-3s1awgpkby] {
    align-items: flex-end;
}

.doc-nav-label[b-3s1awgpkby] {
    font-size: 12px;
    color: #6c757d;
    font-weight: normal;
}

.doc-nav-title[b-3s1awgpkby] {
    font-size: 14px;
    font-weight: 500;
    color: #495057;
}

@media (max-width: 768px) {
    .doc-navigation[b-3s1awgpkby] {
        flex-direction: row;
        gap: 12px;
    }
    
    .doc-nav-item[b-3s1awgpkby] {
        text-align: center !important;
        flex: 1;
    }
    
    .doc-nav-item:first-child[b-3s1awgpkby],
    .doc-nav-item:last-child[b-3s1awgpkby] {
        margin: 0;
    }
    
    .doc-nav-button[b-3s1awgpkby] {
        width: 100%;
        justify-content: center;
    }
    
    .doc-nav-text[b-3s1awgpkby] {
        align-items: center !important;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
.comparison-table-container[b-mt5b4i32pe] {
    overflow-x: auto;
    margin: 2rem 0;
    padding: 0 1rem;
}

.comparison-table[b-mt5b4i32pe] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: visible;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border: 1px solid #e8e8e8;
    margin: 1rem 0;
}

.comparison-table th[b-mt5b4i32pe],
.comparison-table td[b-mt5b4i32pe] {
    padding: 1.25rem;
    text-align: left;
    border: 1px solid #e8e8e8;
    vertical-align: top;
}

/* 确保表格圆角和阴影正常显示 */
.comparison-table-container[b-mt5b4i32pe] {
    position: relative;
    z-index: 1;
}

/* 加宽第一列 */
.comparison-table th.comparison-label[b-mt5b4i32pe],
.comparison-table td:first-child[b-mt5b4i32pe] {
    width: 25%;
    font-weight: 600;
    color: #333;
    background-color: #fafafa;
}

/* 我们的软件列样式 */
.comparison-table th.comparison-our[b-mt5b4i32pe] {
    background-color: #e6f7ec;
    color: #008000;
    font-weight: 600;
}

.comparison-table td:nth-child(2)[b-mt5b4i32pe] {
    background-color: #f6ffed;
    color: #008000;
}

/* 其他同类软件列样式 */
.comparison-table th.comparison-other[b-mt5b4i32pe] {
    background-color: #fff2e8;
    color: #fa541c;
    font-weight: 600;
}

.comparison-table td:nth-child(3)[b-mt5b4i32pe] {
    background-color: #fff7e6;
    color: #fa541c;
}

.comparison-table th[b-mt5b4i32pe] {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table tbody tr:hover[b-mt5b4i32pe] {
    background-color: #fafafa;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.comparison-table td[b-mt5b4i32pe] {
    line-height: 1.6;
    font-size: 0.95rem;
}

.comparison-table tbody tr:last-child td[b-mt5b4i32pe] {
    border-bottom: none;
}

/* 支持设备品牌区域样式 */
.supported-brands[b-mt5b4i32pe] {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: transparent;
    position: relative;
}

/* 标题样式 - 居中显示 */
.brands-title[b-mt5b4i32pe] {
    position: static;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 1rem 0;
    text-align: center;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    white-space: normal;
}

/* 品牌logo容器 */
.brands-logos[b-mt5b4i32pe] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    margin: 1rem 0;
    padding: 1rem 0;
}

/* 品牌项样式 */
.brand-item[b-mt5b4i32pe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    min-width: 180px;
    max-width: 200px;
    transition: all 0.3s ease;
    height: auto;
    aspect-ratio: 2 / 1.5;
}

.brand-item:hover[b-mt5b4i32pe] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.brand-logo[b-mt5b4i32pe] {
    width: 160px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 0.05rem;
    display: block;
    max-width: 100%;
}

.brand-name[b-mt5b4i32pe] {
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

/* 副标题样式 - 直接文字显示 */
.brands-subtitle[b-mt5b4i32pe] {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .comparison-table th[b-mt5b4i32pe],
    .comparison-table td[b-mt5b4i32pe] {
        padding: 1rem;
    }
    
    .comparison-table th.comparison-label[b-mt5b4i32pe],
    .comparison-table td:first-child[b-mt5b4i32pe] {
        width: 20%;
    }
    
    .brands-logos[b-mt5b4i32pe] {
        gap: 1.5rem;
    }
    
    .brand-item[b-mt5b4i32pe] {
        min-width: 160px;
        max-width: 180px;
        padding: 0.5rem;
        aspect-ratio: 2 / 1.5;
    }
    
    .brand-logo[b-mt5b4i32pe] {
        width: 140px;
        height: 70px;
        margin-bottom: 0.05rem;
    }
    
    .brands-title[b-mt5b4i32pe] {
        font-size: 1rem;
    }
    
    .brands-subtitle[b-mt5b4i32pe] {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .comparison-table[b-mt5b4i32pe] {
        font-size: 0.85rem;
    }
    
    .comparison-table th[b-mt5b4i32pe],
    .comparison-table td[b-mt5b4i32pe] {
        padding: 0.75rem;
    }
    
    .comparison-table th[b-mt5b4i32pe] {
        font-size: 0.9rem;
    }
    
    .comparison-table th.comparison-label[b-mt5b4i32pe],
    .comparison-table td:first-child[b-mt5b4i32pe] {
        width: 18%;
    }
    
    .supported-brands[b-mt5b4i32pe] {
        margin-top: 1.5rem;
        padding: 1.5rem 1rem;
    }
    
    /* 标题在移动端的调整 */
    .brands-title[b-mt5b4i32pe] {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    /* 品牌logo在移动端的调整 */
    .brands-logos[b-mt5b4i32pe] {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    
    .brand-item[b-mt5b4i32pe] {
        min-width: 140px;
        max-width: 160px;
        padding: 0.5rem;
        aspect-ratio: 2 / 1.5;
    }
    
    .brand-logo[b-mt5b4i32pe] {
        width: 120px;
        height: 60px;
        margin-bottom: 0.05rem;
    }
    
    .brand-name[b-mt5b4i32pe] {
        font-size: 0.85rem;
    }
    
    /* 副标题在移动端的调整 */
    .brands-subtitle[b-mt5b4i32pe] {
        font-size: 0.8rem;
        text-align: center;
        margin-top: 1rem;
    }
}

/* /Components/Pages/PublicLayout.razor.rz.scp.css */
/* 全局重置，确保导航栏不受其他样式影响 */
*[b-l6nqz6efyb] {
    box-sizing: border-box;
}

body[b-l6nqz6efyb] {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

/* 确保导航栏容器始终居中 */
.nav-container[b-l6nqz6efyb] {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 确保导航链接样式一致 */
.nav-menu-desktop .nav-link[b-l6nqz6efyb] {
    color: white !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

/* 确保桌面端菜单样式一致 */
.nav-menu-desktop[b-l6nqz6efyb] {
    display: flex !important;
    gap: 30px !important;
    font-size: 1rem !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* 移动端隐藏桌面端菜单 */
@media (max-width: 768px) {
    .nav-menu-desktop[b-l6nqz6efyb] {
        display: none !important;
    }
    
    /* 移动端联系信息样式 */
    .nav-contact-mobile[b-l6nqz6efyb] {
        color: white !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 15px !important;
        padding-top: 15px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    
    /* 确保移动端联系信息文字颜色为白色 */
    .nav-contact-mobile .contact-phone[b-l6nqz6efyb] {
        color: white !important;
        text-decoration: none !important;
        font-size: 1rem !important;
    }
    
    .nav-contact-mobile .contact-wechat[b-l6nqz6efyb] {
        color: white !important;
        text-decoration: underline !important;
        font-size: 0.9rem !important;
        background: rgba(255, 255, 255, 0.1) !important;
        padding: 5px 12px !important;
        border-radius: 15px !important;
        display: inline-block !important;
        width: fit-content !important;
    }
}

/* 确保导航栏样式一致 */
.top-nav[b-l6nqz6efyb] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(30, 60, 114, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
    z-index: 2000 !important;
    height: 80px !important;
    width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    transition: none !important;
}

/* 移动端汉堡菜单按钮 */
@media (max-width: 768px) {
    .hamburger-menu[b-l6nqz6efyb] {
        display: flex !important;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3000;
    }
    
    /* 移动端下拉菜单 */
    .nav-menu[b-l6nqz6efyb] {
        position: fixed !important;
        top: 80px !important;
        right: 20px !important;
        left: auto !important;
        background: rgba(30, 60, 114, 0.98) !important;
        backdrop-filter: blur(10px) !important;
        flex-direction: column !important;
        gap: 0 !important;
        width: 200px !important;
        border-radius: 0 0 0 15px !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-10px) !important;
        transition: all 0.3s ease !important;
        z-index: 2500 !important;
        max-width: calc(100vw - 40px) !important;
    }
    
    .nav-menu.active[b-l6nqz6efyb] {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}
