/* ==================================
   1. 全局基础与重置规范
================================== */
body { font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif; background: #f8fafc; color: #1e293b; margin: 0; padding: 0; line-height: 1.6;}
* { box-sizing: border-box; }
.zx-container, .zx-single-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* 链接与按钮基础 */
a { text-decoration: none; color: #2563eb; transition: 0.3s ease; }
a:hover { color: #1d4ed8; }

.zx-btn-primary { background: #0f172a; color: #fff; padding: 10px 24px; border-radius: 12px; font-weight: 600; font-size: 14px; transition: 0.3s ease; display: inline-flex; align-items: center; justify-content: center; }
.zx-btn-primary:hover { background: #2563eb; color: #fff; box-shadow: 0 8px 20px rgba(37,99,235,0.2); transform: translateY(-1px); }

.zx-btn-console { background: #eff6ff; color: #2563eb; padding: 10px 24px; border-radius: 12px; font-weight: 700; font-size: 14px; transition: 0.3s ease; border: 1px solid #bfdbfe; }
.zx-btn-console:hover { background: #2563eb; color: #fff; border-color: #2563eb; box-shadow: 0 6px 15px rgba(37,99,235,0.2); }

.zx-btn-outline { border: 1px solid #cbd5e1; color: #475569; padding: 8px 20px; border-radius: 12px; font-weight: 600; font-size: 14px; background: transparent; cursor: pointer; transition: 0.3s ease;}
.zx-btn-outline:hover { border-color: #0f172a; color: #0f172a; background: #f8fafc; }

.zx-btn-text { color: #64748b; font-size: 15px; font-weight: 600; padding: 8px 12px; border-radius: 8px; transition: 0.3s ease;}
.zx-btn-text:hover { color: #0f172a; background: #f1f5f9; }

.zx-btn-full { display: block; width: 100%; padding: 14px; text-align: center; border-radius: 12px; font-weight: bold; border: none; cursor: pointer; transition: 0.3s ease; font-size: 15px;}
.zx-btn-sm { padding: 6px 12px; font-size: 12px; border-radius: 8px; }

/* ==================================
   2. 现代毛玻璃 Header
================================== */
.zx-site-header { 
    background: rgba(255, 255, 255, 0.85); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05); 
    position: sticky; 
    top: 0; 
    z-index: 100; 
}
.zx-header-inner { max-width: 1200px; margin: 0 auto; height: 76px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.zx-header-left { display: flex; align-items: center; gap: 50px; }

.zx-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon-box { background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); color: #fff; width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 4px 10px rgba(37,99,235,0.3); }
.logo-text { font-size: 20px; font-weight: 900; color: #0f172a; letter-spacing: -0.5px; }

.zx-main-nav { display: flex; gap: 10px; }
.zx-main-nav a { color: #64748b; font-weight: 600; font-size: 15px; padding: 8px 16px; border-radius: 8px; transition: 0.3s ease; }
.zx-main-nav a:hover { color: #0f172a; background: #f1f5f9; }
.zx-main-nav a.active { color: #2563eb; background: #eff6ff; }

.zx-user-nav { display: flex; align-items: center; gap: 10px; }

/* ==================================
   3. 暗黑沉浸式 Footer
================================== */
.zx-site-footer { background: #0b1120; color: #94a3b8; margin-top: 80px; border-top: 1px solid #1e293b; }
.zx-footer-top { padding: 80px 20px 60px; }
.zx-footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; gap: 60px; }

.zx-footer-brand { max-width: 380px; }
.zx-logo-footer { font-size: 24px; font-weight: 900; color: #f8fafc; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; letter-spacing: -0.5px;}
.zx-footer-slogan { color: #64748b; font-size: 14px; line-height: 1.8; margin-bottom: 25px; }
.zx-footer-contact { display: inline-block; background: rgba(255,255,255,0.05); padding: 10px 18px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); font-size: 13px; color: #cbd5e1; }

.zx-footer-links { display: flex; gap: 80px; flex: 1; justify-content: flex-end; }
.zx-link-col h4 { margin: 0 0 25px 0; font-size: 14px; color: #f8fafc; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; opacity: 0.9; }
.zx-link-col a { display: block; color: #64748b; margin-bottom: 16px; font-size: 14px; transition: 0.3s ease; }
.zx-link-col a:hover { color: #fff; transform: translateX(4px); }

.zx-footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding: 25px 20px; }
.zx-footer-bottom-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.zx-footer-bottom p { margin: 0; font-size: 13px; color: #64748b; }
.status-badge { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #94a3b8; background: rgba(255,255,255,0.05); padding: 6px 14px; border-radius: 20px; }
.status-dot { width: 8px; height: 8px; background: #10b981; border-radius: 50%; box-shadow: 0 0 10px rgba(16,185,129,0.5); }

/* ==================================
   4. 首页大厅 (Hero检索 & 列表)
================================== */
.zx-hero-section { background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); border-radius: 24px; padding: 70px 40px; margin-top: 40px; text-align: center; color: #fff; box-shadow: 0 20px 40px rgba(37,99,235,0.15); }
.zx-hero-title { font-size: 40px; font-weight: 900; margin: 0 0 15px 0; letter-spacing: -1px; }
.zx-hero-desc { font-size: 16px; color: #bfdbfe; margin: 0 0 45px 0; font-weight: 400; }

.zx-filter-console { background: #fff; padding: 12px; border-radius: 16px; display: flex; flex-wrap: wrap; gap: 12px; max-width: 1000px; margin: 0 auto; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.zx-search-input-group { flex: 2 !important; min-width: 250px !important; border-color: #bfdbfe !important; background: #fff !important; }
.zx-search-input-group input::placeholder { color: #94a3b8; font-weight: normal; }
.zx-filter-group { flex: 1; min-width: 150px; display: flex; align-items: center; background: #f8fafc; border-radius: 12px; padding: 0 18px; border: 1px solid #e2e8f0; transition: 0.3s ease; }
.zx-filter-group:hover, .zx-filter-group:focus-within { border-color: #2563eb; background: #fff; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.zx-filter-icon { font-size: 16px; opacity: 0.8; margin-right: 10px; }
.zx-select { flex: 1; width: 100%; border: none; background: transparent; padding: 16px 0; font-size: 15px; color: #0f172a; font-weight: 600; outline: none; cursor: pointer; }
.zx-search-action { background: #0f172a; color: #fff; border: none; padding: 0 40px; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; transition: 0.3s ease; white-space: nowrap; }
.zx-search-action:hover { background: #2563eb; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,99,235,0.3); }

.zx-list-layout { margin-top: 50px; }
.zx-list-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; border-bottom: 2px solid #e2e8f0; padding-bottom: 20px; }
.zx-list-header h2 { font-size: 22px; font-weight: 900; margin: 0; color: #0f172a; letter-spacing: -0.5px;}

.zx-today-badge { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; padding: 5px 14px; border-radius: 20px; font-size: 13px; display: inline-block; animation: slideIn 0.5s ease; }
.zx-today-badge strong { font-size: 15px; font-weight: 900; }
@keyframes slideIn { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: translateX(0); } }

.zx-live-indicator { font-size: 13px; color: #059669; font-weight: 700; display: flex; align-items: center; gap: 8px; background: #d1fae5; padding: 6px 14px; border-radius: 20px;}
.dot { width: 8px; height: 8px; background: #10b981; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); } 70% { box-shadow: 0 0 0 6px rgba(16,185,129,0); } 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); } }

.bidding-item { background: #fff; padding: 25px 30px; border-radius: 16px; margin-bottom: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); transition: 0.3s ease; border: 1px solid #e2e8f0; position: relative; overflow: hidden; }
.bidding-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #2563eb; border-radius: 4px 0 0 4px; }
.bidding-item:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,0,0,0.06); border-color: #cbd5e1; }
.item-top { display: flex; gap: 10px; margin-bottom: 14px; }
.zx-tag-type { background: #eff6ff; color: #2563eb; padding: 5px 12px; border-radius: 8px; font-size: 12px; font-weight: 800; border: 1px solid #bfdbfe;}
.zx-tag-loc { background: #f1f5f9; color: #475569; padding: 5px 12px; border-radius: 8px; font-size: 12px; font-weight: 700; border: 1px solid #e2e8f0;}
.bidding-item h3 { margin: 0 0 12px 0; font-size: 19px; line-height: 1.5; font-weight: 800; }
.bidding-item h3 a { color: #0f172a; }
.bidding-item h3 a:hover { color: #2563eb; }
.item-footer { font-size: 13px; color: #94a3b8; display: flex; align-items: center; gap: 5px; font-weight: 500;}

/* ==================================
   5. 详情页 (Single) 双列布局
================================== */
.zx-single-container { padding-bottom: 80px; }
.zx-detail-header { background: #fff; padding: 40px 40px; border-radius: 20px; margin-top: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; position: relative; overflow: hidden;}
.zx-detail-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #1e3a8a, #2563eb); }
.zx-header-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 18px; }
.zx-region-link { color: #2563eb; font-weight: 700; border-bottom: 1px solid transparent; }
.zx-region-link:hover { border-bottom-color: #2563eb; }
.zx-region-breadcrumb { font-size: 14px; color: #64748b; font-weight: 500;}
.zx-sep { color: #cbd5e1; margin: 0 6px; font-size: 12px; }
.zx-entry-title { font-size: 28px; color: #0f172a; margin: 0 0 16px 0; line-height: 1.5; font-weight: 900; letter-spacing: -0.5px; }
.zx-publish-info { font-size: 14px; color: #94a3b8; font-weight: 500;}

.zx-data-grid { display: grid; grid-template-columns: 1fr 380px; gap: 30px; margin-top: 30px; align-items: start; }
.zx-layout-main { display: flex; flex-direction: column; gap: 30px; }
.zx-layout-sidebar { position: sticky; top: 100px; z-index: 10; display: flex; flex-direction: column; gap: 20px;}

.zx-data-card { background: #fff; border-radius: 20px; padding: 35px 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; }
.zx-card-head { font-size: 18px; font-weight: 900; margin-bottom: 25px; color: #0f172a; display: flex; align-items: center; gap: 10px; }
.zx-param-list { display: flex; flex-direction: column; gap: 16px; }
.zx-param-item { display: flex; justify-content: space-between; border-bottom: 1px dashed #e2e8f0; padding-bottom: 12px; }
.zx-param-item .label { color: #64748b; font-size: 15px; font-weight: 500;}
.zx-param-item .val { font-weight: 800; color: #0f172a; font-size: 15px; max-width: 60%; text-align: right; line-height: 1.4; word-break: break-word; }
.zx-price { color: #dc2626 !important; font-size: 18px !important; }

.zx-article-wrap { background: #fff; padding: 40px 40px; border-radius: 20px; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.zx-article-title { font-size: 20px; font-weight: 900; margin-bottom: 25px; border-bottom: 2px solid #f1f5f9; padding-bottom: 15px; color: #0f172a; }
.zx-content-body { line-height: 1.9; font-size: 16px; color: #334155; }
.zx-content-body img { max-width: 100%; height: auto; border-radius: 12px; }

/* 底部附加块 */
.zx-bottom-extras { display: flex; flex-direction: column; gap: 20px; }
.zx-extra-block { background: #f8fafc; padding: 25px 30px; border-radius: 16px; border: 1px solid #e2e8f0; border-left: 4px solid #2563eb; }
.zx-extra-block strong { color: #0f172a; font-size: 16px; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; font-weight: 800;}
.zx-extra-block p { color: #475569; font-size: 15px; line-height: 1.7; margin: 0; }

/* 右侧联系卡片与倒计时 */
.zx-countdown-box { background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%); border: 1px solid #fecdd3; border-radius: 16px; padding: 20px; text-align: center; box-shadow: 0 10px 20px rgba(225, 29, 72, 0.05); }
.zx-countdown-box .cd-title { font-size: 14px; color: #e11d48; font-weight: 800; margin-bottom: 8px; letter-spacing: 1px; }
.zx-countdown-box .cd-timer { font-size: 22px; font-weight: 900; color: #be123c; font-family: monospace; letter-spacing: 0.5px; }

.zx-contact-card { padding: 25px; border-radius: 16px; }
.zx-contact-body { display: flex; flex-direction: column; gap: 15px; }
.zx-contact-item { display: flex; align-items: flex-start; gap: 15px; background: #f8fafc; padding: 18px; border-radius: 12px; border: 1px solid #e2e8f0; transition: 0.3s ease; }
.zx-contact-item:hover { border-color: #bfdbfe; background: #fff; box-shadow: 0 10px 20px rgba(37,99,235,0.05); }
.zx-icon { font-size: 20px; background: #eff6ff; color: #2563eb; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 12px; flex-shrink: 0; font-weight: bold;}
.zx-info { flex: 1; overflow: hidden; }
.zx-info .label { font-size: 13px; color: #64748b; margin-bottom: 4px; font-weight: 600; }
.zx-info .val { font-size: 16px; font-weight: 800; color: #0f172a; line-height: 1.4; word-break: break-all; }
.zx-unit-name { font-size: 18px !important; color: #1e3a8a !important; }

/* 附件下载与脱敏 */
.zx-mask { filter: blur(6px); opacity: 0.5; user-select: none; background: #e2e8f0; border-radius: 4px; padding: 0 4px;}
.zx-unlock-hint { font-size: 12px; color: #dc2626; margin-left: 8px; font-weight: 700; background: #fef2f2; padding: 4px 8px; border-radius: 6px; }

.zx-attachments-box { margin-top: 30px; padding-top: 25px; border-top: 1px dashed #cbd5e1; }
.zx-att-actions { display: flex; gap: 12px; flex-direction: column; }
.zx-btn-att { display: block; text-align: center; padding: 15px; border-radius: 12px; font-weight: 700; font-size: 15px; transition: 0.3s ease; }
.zx-btn-url { background: #2563eb; color: #fff !important; box-shadow: 0 8px 20px rgba(37,99,235,0.2); }
.zx-btn-url:hover { background: #1d4ed8; color: #fff; transform: translateY(-2px); }
.zx-btn-doc { background: #eff6ff; color: #1d4ed8 !important; border: 1px solid #bfdbfe; }
.zx-btn-doc:hover { background: #dbeafe; }
.zx-btn-pdf { background: #fef2f2; color: #b91c1c !important; border: 1px solid #fecaca; }
.zx-btn-pdf:hover { background: #fee2e2; }
.zx-btn-att.zx-locked { background: #f8fafc; color: #64748b !important; border: 1px solid #e2e8f0; box-shadow: none; font-weight: 600;}

/* ==================================
   6. 用户中心 (User Center)
================================== */
.zx-uc-wrap { display: flex; gap: 40px; margin-top: 40px; align-items: start; }
.zx-uc-sidebar { width: 320px; display: flex; flex-direction: column; gap: 20px; position: sticky; top: 100px; }
.zx-uc-main { flex: 1; }

.zx-uc-card { background: #fff; border-radius: 20px; padding: 35px; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.zx-uc-profile-card { text-align: center; }

.uc-avatar-box { position: relative; width: 110px; height: 110px; margin: 0 auto 20px; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.uc-avatar-box img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.uc-avatar-edit { position: absolute; bottom: 0; right: 0; background: #0f172a; color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; border: 3px solid #fff; font-size: 14px; transition: 0.3s ease; }
.uc-avatar-edit:hover { background: #2563eb; transform: scale(1.1); }

.uc-name { font-size: 22px; font-weight: 900; color: #0f172a; margin: 0 0 8px; letter-spacing: -0.5px;}
.uc-role { font-size: 13px; color: #10b981; background: #d1fae5; display: inline-block; padding: 4px 12px; border-radius: 20px; font-weight: 700; margin: 0 0 15px; }

.zx-uc-nav { display: flex; flex-direction: column; gap: 8px; background: #fff; padding: 20px; border-radius: 20px; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.03);}
.zx-uc-nav a { display: block; padding: 14px 20px; border-radius: 12px; color: #475569; font-weight: 700; font-size: 15px; transition: 0.3s ease; }
.zx-uc-nav a:hover { background: #f8fafc; color: #0f172a; }
.zx-uc-nav a.active { background: #eff6ff; color: #2563eb; }

.uc-title { font-size: 20px; font-weight: 900; color: #0f172a; margin: 0 0 30px 0; border-bottom: 2px solid #f1f5f9; padding-bottom: 15px; letter-spacing: -0.5px;}
.uc-tab-content { display: none; animation: fadeIn 0.4s ease; }
.uc-tab-content.active { display: block; }

/* 隐私拨动开关 */
.uc-privacy-toggle-wrap { display: flex; justify-content: space-between; align-items: center; background: #f8fafc; padding: 18px; border-radius: 16px; margin-top: 20px; text-align: left; border: 1px solid #e2e8f0; }
.uc-privacy-toggle-wrap .toggle-text { display: flex; flex-direction: column; }
.uc-privacy-toggle-wrap .t-title { font-size: 15px; font-weight: 800; color: #0f172a; margin-bottom: 4px; }
.uc-privacy-toggle-wrap .t-desc { font-size: 12px; color: #64748b; font-weight: 500;}

.uc-switch { position: relative; display: inline-block; width: 48px; height: 28px; flex-shrink: 0; margin: 0; }
.uc-switch input { opacity: 0; width: 0; height: 0; }
.uc-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #cbd5e1; transition: .3s; border-radius: 28px; }
.uc-slider:before { position: absolute; content: ""; height: 22px; width: 22px; left: 3px; bottom: 3px; background-color: white; transition: .3s; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.uc-switch input:checked + .uc-slider { background-color: #10b981; }
.uc-switch input:checked + .uc-slider:before { transform: translateX(20px); }

/* ==================================
   7. 邮箱验证码弹窗 UI
================================== */
.zx-auth-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.7); backdrop-filter: blur(8px); display: flex; justify-content: center; align-items: center; z-index: 9999; opacity: 0; visibility: hidden; transition: 0.3s ease; }
.zx-auth-modal-overlay.active { opacity: 1; visibility: visible; }
.zx-auth-modal-box { background: #fff; width: 100%; max-width: 440px; border-radius: 24px; padding: 45px 40px; position: relative; box-shadow: 0 25px 50px rgba(0,0,0,0.15); transform: translateY(20px); transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.zx-auth-modal-overlay.active .zx-auth-modal-box { transform: translateY(0); }

.zx-auth-close { position: absolute; top: 20px; right: 20px; font-size: 20px; color: #94a3b8; cursor: pointer; width: 32px; height: 32px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #f8fafc; transition: 0.3s ease; }
.zx-auth-close:hover { background: #e2e8f0; color: #0f172a; transform: rotate(90deg);}

.zx-auth-header { text-align: center; margin-bottom: 35px; }
.zx-auth-header h2 { font-size: 26px; font-weight: 900; color: #0f172a; margin: 0 0 10px 0; letter-spacing: -0.5px;}
.zx-auth-header p { font-size: 14px; color: #64748b; margin: 0; font-weight: 500;}

.zx-auth-form { display: flex; flex-direction: column; gap: 20px; }
.zx-input-wrap { width: 100%; }
.zx-input-wrap label { display: block; font-size: 14px; font-weight: 700; color: #334155; margin-bottom: 10px; }
.zx-input-wrap input { width: 100%; padding: 16px 20px; border-radius: 12px; border: 1px solid #cbd5e1; font-size: 15px; color: #1e293b; transition: 0.3s ease; outline: none; background: #f8fafc; }
.zx-input-wrap input:focus { border-color: #2563eb; background: #fff; box-shadow: 0 0 0 4px rgba(37,99,235,0.1); }

.zx-flex-input { display: flex; gap: 12px; }
.zx-flex-input input { flex: 1; }
.zx-btn-sendcode { background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; padding: 0 20px; border-radius: 12px; font-weight: 700; cursor: pointer; transition: 0.3s ease; white-space: nowrap; font-size: 14px; }
.zx-btn-sendcode:hover:not(:disabled) { background: #2563eb; color: #fff;}
.zx-btn-sendcode:disabled { background: #f1f5f9; color: #94a3b8; border-color: #e2e8f0; cursor: not-allowed; }

.zx-btn-submit-auth { background: #0f172a; color: #fff; border: none; padding: 18px; border-radius: 12px; font-size: 16px; font-weight: 800; cursor: pointer; transition: 0.3s ease; margin-top: 10px; width: 100%; }
.zx-btn-submit-auth:hover:not(:disabled) { background: #2563eb; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(37,99,235,0.25); }
.zx-btn-submit-auth:disabled { opacity: 0.7; cursor: not-allowed; }
.zx-auth-msg { font-size: 13px; text-align: center; margin: 0; min-height: 18px; font-weight: 600;}

/* ==================================
   8. 响应式布局适配 (Mobile)
================================== */
@media (max-width: 900px) {
    .zx-header-left { gap: 15px; }
    .zx-main-nav { display: none; } 
    .zx-user-nav .zx-btn-console { display: none; }
    
    .zx-hero-section { padding: 40px 20px; border-radius: 16px;}
    .zx-filter-console { flex-direction: column; border-radius: 12px;}
    .zx-search-input-group { width: 100%; flex: 100% !important; }
    .zx-filter-group { flex: 1 1 auto; margin-bottom: 5px; }
    .zx-search-action { width: 100%; padding: 16px 0; margin-top: 10px; }
    
    .zx-data-grid, .zx-uc-wrap { grid-template-columns: 1fr; flex-direction: column; gap: 20px;}
    .zx-layout-sidebar, .zx-uc-sidebar { position: static; top: auto; width: 100%; }
    .zx-param-item .val { max-width: 100%; text-align: right; }
    
    .zx-footer-top { padding: 50px 20px 40px; }
    .zx-footer-inner { flex-direction: column; gap: 40px;}
    .zx-footer-links { gap: 30px; flex-wrap: wrap; justify-content: flex-start;}
    .zx-link-col { width: 45%; }
    .zx-footer-bottom-inner { flex-direction: column; gap: 15px; text-align: center; }
}
/* ==================================
   9. 补充：动态导航样式重置
================================== */
.zx-main-nav ul { display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }
.zx-main-nav li { margin: 0; }

/* ==================================
   10. App 级移动端底导与移动端隐藏逻辑
================================== */
.zx-mobile-tabbar { display: none; }

@media (max-width: 900px) {
    /* 移动端隐藏厚重的 PC 页脚 */
    .zx-desktop-footer { display: none !important; }
    
    /* 显示并配置底部 App 导航栏 */
    .zx-mobile-tabbar { 
        display: flex; 
        justify-content: space-around; 
        align-items: center; 
        position: fixed; 
        bottom: 0; left: 0; right: 0; 
        background: rgba(255, 255, 255, 0.95); 
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 65px; 
        box-shadow: 0 -4px 15px rgba(0,0,0,0.05); 
        z-index: 999;
        padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS 底部小黑条 */
    }
    
    .zx-mobile-tabbar .tab-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        text-decoration: none;
        font-size: 11px;
        font-weight: 600;
        transition: 0.2s;
        width: 100%;
        height: 100%;
    }
    
    .zx-mobile-tabbar .tab-item .icon { font-size: 22px; margin-bottom: 2px; }
    .zx-mobile-tabbar .tab-item.active { color: #2563eb; }
}
/* ==================================
   11. 免费福利引流页 UI
================================== */
.zx-vip-container { max-width: 1200px; margin: 0 auto; padding: 60px 20px 100px; }
.vip-hero { text-align: center; margin-bottom: 60px; }
.vip-hero h1 { font-size: 38px; font-weight: 900; margin: 0 0 15px 0; letter-spacing: -1px; }
.vip-hero p { font-size: 16px; color: #64748b; max-width: 650px; margin: 0 auto; line-height: 1.8; }

.vip-pricing-grid { display: grid; gap: 30px; align-items: stretch; }
.vip-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 24px; padding: 40px; position: relative; transition: 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.02); display: flex; flex-direction: column; }
.vip-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

/* 高亮注册卡片采用绿色调，传递安全/畅通/免费的心理暗示 */
.vip-card-pro { border: 2px solid #10b981; transform: scale(1.05); box-shadow: 0 20px 40px rgba(16,185,129,0.1); }
.vip-card-pro:hover { transform: scale(1.05) translateY(-5px); box-shadow: 0 25px 50px rgba(16,185,129,0.15); }

.v-recommend-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 800; letter-spacing: 1px; }

.v-tier { font-size: 20px; font-weight: 900; color: #0f172a; margin-bottom: 15px; }
.v-price { font-size: 46px; font-weight: 900; color: #0f172a; margin-bottom: 10px; display: flex; align-items: baseline; gap: 5px; }
.v-price span { font-size: 16px; color: #64748b; font-weight: 500; }
.v-desc { font-size: 14px; color: #64748b; margin-bottom: 30px; line-height: 1.6; }

.v-features { list-style: none; padding: 0; margin: 0 0 40px 0; flex: 1; }
.v-features li { font-size: 15px; color: #475569; margin-bottom: 18px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.6; }

.v-btn { display: block; text-align: center; padding: 16px; border-radius: 12px; font-weight: 800; font-size: 16px; border: 1px solid #cbd5e1; color: #0f172a; transition: 0.3s ease; margin-top: auto; }
.v-btn:hover { background: #f8fafc; }
.v-btn-primary { color: #fff; box-shadow: 0 8px 20px rgba(16,185,129,0.2); }
.v-btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(16,185,129,0.3); }

@media (max-width: 900px) {
    .vip-hero h1 { font-size: 30px; }
    .vip-pricing-grid { grid-template-columns: 1fr !important; gap: 40px; }
    .vip-card-pro { transform: scale(1); }
    .vip-card-pro:hover { transform: translateY(-5px); }
}