
    :root {
      --color-primary: #667EEA;
      --color-secondary: #764BA2;
      --color-accent: #00D9FF;
      --color-background: #0F0F1A;
      --color-surface: rgba(255,255,255,0.05);
      --color-text: #E0E0E0;
      --color-text-dim: rgba(255,255,255,0.6);
      --color-border: rgba(255,255,255,0.1);
      --radius-sm: 8px;
      --radius-md: 16px;
      --radius-lg: 24px;
      --transition: cubic-bezier(0.4, 0, 0.2, 1);
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { overflow-x: hidden; }
    body { font-family: 'Noto Sans SC', sans-serif; background: linear-gradient(180deg, #0F0F1A 0%, #1A1A2E 50%, #0F0F1A 100%); color: var(--color-text); line-height: 1.6; overflow-x: hidden; }

    .navbar { border-bottom: 1px solid rgba(102,126,234,0.2); }
    .logo { font-family: 'Orbitron', sans-serif; text-shadow: 0 0 20px rgba(0,217,255,0.5); }
    .menu-overlay { background: rgba(0,0,0,0.8); }

    .breadcrumb { margin-top: 64px; padding: 16px 20px; max-width: 1200px; margin-left: auto; margin-right: auto; font-size: 0.875rem; color: var(--color-text-dim); }
    .breadcrumb a { color: var(--color-text-dim); text-decoration: none; transition: color 0.3s; letter-spacing: 0.05em; }
    .breadcrumb a:hover { color: var(--color-accent); }
    .breadcrumb span { margin: 0 12px; }

    .product-detail { margin-top: 64px; padding: 0 20px 60px; max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
    .detail-grid { display: grid; gap: 40px; }
    .detail-image { aspect-ratio: 1; background: linear-gradient(135deg, rgba(102,126,234,0.15) 0%, rgba(118,75,162,0.15) 100%); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 8rem; position: relative; overflow: hidden; border: 1px solid var(--color-border); box-shadow: 0 0 40px rgba(102,126,234,0.2); }
    .detail-info { display: flex; flex-direction: column; gap: 20px; }
    .detail-tag { display: inline-block; padding: 8px 20px; background: rgba(0,217,255,0.1); border: 1px solid rgba(0,217,255,0.3); color: var(--color-accent); font-size: 0.85rem; border-radius: 50px; width: fit-content; }
    .detail-title { font-family: 'Orbitron', sans-serif; font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 600; line-height: 1.3; letter-spacing: 0.1em; text-shadow: 0 0 30px rgba(0,217,255,0.3); }
    .detail-price { font-family: 'Orbitron', sans-serif; font-size: 2rem; font-weight: 600; color: var(--color-accent); text-shadow: 0 0 20px rgba(0,217,255,0.5); }
    .detail-desc { color: var(--color-text-dim); line-height: 1.8; letter-spacing: 0.02em; }
    .detail-specs { background: var(--color-surface); border-radius: var(--radius-md); padding: 24px; border: 1px solid var(--color-border); }
    .detail-specs h4 { font-size: 1rem; margin-bottom: 16px; color: var(--color-accent); letter-spacing: 0.1em; }
    .spec-list { list-style: none; }
    .spec-list li { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--color-border); font-size: 0.9rem; }
    .spec-list li:last-child { border-bottom: none; }
    .spec-list .spec-label { color: var(--color-text-dim); }
    .spec-list .spec-value { font-weight: 500; color: var(--color-text); }
    .detail-actions { display: flex; gap: 16px; margin-top: 8px; }
    .btn-primary { flex: 1; padding: 16px 32px; background: linear-gradient(135deg, var(--color-primary), var(--color-accent)); color: white; border: none; border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s var(--transition); box-shadow: 0 0 30px rgba(102,126,234,0.5); letter-spacing: 0.05em; }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 50px rgba(0,217,255,0.6); }
    .btn-secondary { padding: 16px 24px; background: transparent; color: var(--color-accent); border: 1px solid rgba(0,217,255,0.3); border-radius: 50px; font-size: 1rem; cursor: pointer; transition: all 0.3s var(--transition); letter-spacing: 0.05em; }
    .btn-secondary:hover { border-color: var(--color-accent); box-shadow: 0 0 20px rgba(0,217,255,0.3); }

    .related-section { padding: 60px 20px; position: relative; z-index: 1; }
    .related-title { font-family: 'Orbitron', sans-serif; font-size: 1.5rem; font-weight: 600; text-align: center; margin-bottom: 32px; letter-spacing: 0.1em; text-shadow: 0 0 20px rgba(0,217,255,0.3); }
    .related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
    .related-card { background: var(--color-surface); border-radius: var(--radius-md); padding: 20px; text-decoration: none; color: inherit; transition: all 0.3s var(--transition); display: block; border: 1px solid var(--color-border); }
    .related-card:hover { border-color: var(--color-accent); transform: translateY(-8px); box-shadow: 0 0 40px rgba(102,126,234,0.3); }
    .related-img { aspect-ratio: 1; background: linear-gradient(135deg, rgba(102,126,234,0.1), rgba(118,75,162,0.1)); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; margin-bottom: 12px; }
    .related-name { font-size: 0.9rem; font-weight: 500; margin-bottom: 4px; }
    .related-price { font-family: 'Orbitron', sans-serif; font-size: 1rem; font-weight: 600; color: var(--color-accent); text-shadow: 0 0 10px rgba(0,217,255,0.5); }

    .footer { background: #050510; color: var(--color-text-dim); padding: 48px 20px 32px; border-top: 1px solid rgba(102,126,234,0.2); }
    .footer-content { max-width: 800px; margin: 0 auto; text-align: center; }
    .footer-logo { font-family: 'Orbitron', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--color-text); margin-bottom: 24px; letter-spacing: 0.1em; }
    .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-bottom: 32px; }
    .footer-links a { color: var(--color-text-dim); text-decoration: none; font-size: 0.9rem; }
    .footer-links a:hover { color: var(--color-accent); }
    .footer-divider { width: 60px; height: 1px; background: rgba(102,126,234,0.3); margin: 0 auto 24px; }
    .footer-copy { font-size: 0.85rem; opacity: 0.6; }

    @media (min-width: 768px) {
      .detail-grid { grid-template-columns: 1fr 1fr; gap: 60px; }
      .related-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
      .product-detail { padding: 20px; }
    }

    .product-detail-body img, .product-detail-body video { max-width: 100%; height: auto; }
    .product-detail-body iframe { max-width: 100%; }

    .bottom-nav { display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background: rgba(15,15,26,0.95); border-top: 1px solid rgba(102,126,234,0.3); z-index: 1000; padding-bottom: env(safe-area-inset-bottom, 0); backdrop-filter: blur(20px); }
    .bottom-nav-inner { display: flex; justify-content: space-around; align-items: center; height: 100%; max-width: 500px; margin: 0 auto; }
    .bottom-nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--color-text-dim); text-decoration: none; font-size: 10px; transition: all 0.3s; background: none; border: none; cursor: pointer; padding: 8px 16px; letter-spacing: 0.05em; }
    .bottom-nav-item.active, .bottom-nav-item:hover { color: var(--color-accent); text-shadow: 0 0 10px rgba(0,217,255,0.5); }
    .bottom-nav-item .nav-icon { font-size: 20px; }
    .popover-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 2000; opacity: 0; visibility: hidden; transition: all 0.3s; }
    .popover-overlay.show { opacity: 1; visibility: visible; }
    .popover-box { position: fixed; bottom: 70px; left: 50%; transform: translateX(-50%) translateY(20px); background: rgba(15,15,26,0.98); border-radius: var(--radius-md); padding: 24px; z-index: 2001; opacity: 0; visibility: hidden; transition: all 0.3s; text-align: center; border: 1px solid rgba(102,126,234,0.3); box-shadow: 0 0 40px rgba(102,126,234,0.3); }
    .popover-box.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
    .popover-qr { width: 160px; height: 160px; background: var(--color-surface); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 60px; margin-bottom: 12px; border: 1px solid var(--color-border); }
    .popover-title { font-family: 'Orbitron', sans-serif; font-size: 14px; font-weight: 500; color: var(--color-accent); }
    .popover-tip { font-size: 12px; color: var(--color-text-dim); margin-top: 4px; }

    @media (max-width: 768px) { .bottom-nav { display: block; } .footer { display: none; } .product-detail { padding-bottom: 80px; } body { padding-bottom: 60px; } .popover-box { bottom: 130px; } }
/* 底部导航自定义图片图标（后台可配置） */
.bottom-nav-item .nav-icon-img { width: 24px; height: 24px; object-fit: contain; vertical-align: middle; }
