body { background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%); background-attachment: fixed; color: #334155; font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 0; min-height: 100vh; }
a { text-decoration: none; color: inherit; }

.hrz-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* 悬浮胶囊导航栏 */
.hrz-header-island { background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); margin-top: 25px; position: sticky; top: 20px; z-index: 100; height: 72px; display: flex; align-items: center; padding: 0 30px; }
.hrz-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.hrz-logo img { height: 28px; }

.hrz-menu { list-style: none; display: flex; gap: 35px; margin: 0; padding: 0; }
.hrz-menu a { font-size: 15px; color: #475569; font-weight: 600; transition: 0.3s; position: relative; }
.hrz-menu a:hover, .hrz-active { color: #6366f1 !important; }
.hrz-menu a::after { content: ""; position: absolute; width: 0; height: 3px; background: linear-gradient(90deg, #6366f1, #8b5cf6); bottom: -8px; left: 0; border-radius: 2px; transition: 0.3s; }
.hrz-menu a:hover::after, .hrz-active::after { width: 100%; }

.hrz-user-act { font-size: 14px; color: #fff; background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); padding: 10px 24px; border-radius: 20px; font-weight: 600; transition: transform 0.3s, box-shadow 0.3s; }
.hrz-user-act:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3); }

.hrz-notice-pill { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.5); padding: 16px 25px; margin: 30px auto; border-radius: 16px; display: flex; align-items: center; gap: 15px; max-width: 1140px; box-sizing: border-box; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.hrz-notice-dot { width: 10px; height: 10px; border-radius: 50%; background: #f59e0b; box-shadow: 0 0 10px #f59e0b; flex-shrink: 0; }
.hrz-notice-txt { font-size: 14px; color: #92400e; font-weight: 500; }

.hrz-sec-title { font-size: 20px; font-weight: 700; color: #1e293b; margin: 40px 0 20px; }

/* 玻璃质感列表流 */
.hrz-list-wrap { display: flex; flex-direction: column; gap: 20px; margin-bottom: 50px; }
.hrz-glass-card { background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 20px; display: flex; align-items: center; padding: 25px; transition: 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.hrz-glass-card:hover { background: rgba(255, 255, 255, 0.8); transform: translateY(-3px); box-shadow: 0 15px 35px rgba(0,0,0,0.06); }

.hrz-item-img { width: 72px; height: 72px; border-radius: 14px; overflow: hidden; flex-shrink: 0; margin-right: 25px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); background: #fff; }
.hrz-item-img img { width: 100%; height: 100%; object-fit: cover; }

.hrz-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.hrz-item-name { font-size: 17px; font-weight: 700; color: #0f172a; }
.hrz-item-props { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.hrz-badge-auto { background: #e0e7ff; color: #4f46e5; padding: 4px 10px; border-radius: 8px; font-weight: 600; }
.hrz-badge-hand { background: #f1f5f9; color: #64748b; padding: 4px 10px; border-radius: 8px; font-weight: 600; }
.hrz-item-stock { color: #64748b; }

.hrz-item-action { margin-left: auto; padding-left: 30px; border-left: 2px dashed rgba(148, 163, 184, 0.3); display: flex; flex-direction: column; align-items: flex-end; gap: 12px; min-width: 140px; }
.hrz-item-price { font-size: 22px; font-weight: 800; color: #e11d48; }
.hrz-btn-buy { background: #fff; color: #6366f1; border: 2px solid #6366f1; padding: 8px 24px; border-radius: 12px; font-weight: 700; font-size: 14px; transition: 0.3s; }
.hrz-glass-card:hover .hrz-btn-buy { background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); border-color: transparent; color: #fff; }

/* 详情页左右对等分割 */
.hrz-detail-flex { display: flex; gap: 30px; margin-top: 30px; }
.hrz-detail-visual { width: 45%; background: rgba(255,255,255,0.5); backdrop-filter: blur(12px); border-radius: 24px; border: 1px solid rgba(255,255,255,0.8); padding: 30px; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.hrz-detail-visual img { width: 100%; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.hrz-detail-form-area { width: 55%; background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); border-radius: 24px; border: 1px solid rgba(255,255,255,0.8); padding: 40px; box-shadow: 0 15px 35px rgba(0,0,0,0.04); }

.hrz-detail-h1 { font-size: 26px; font-weight: 800; color: #1e293b; margin-bottom: 25px; line-height: 1.4; }
.hrz-price-ribbon { background: #fff; padding: 20px; border-radius: 16px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.hrz-detail-price { font-size: 38px; font-weight: 900; background: linear-gradient(135deg, #e11d48 0%, #f43f5e 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hrz-detail-stock-txt { margin-left: auto; color: #64748b; font-size: 14px; font-weight: 500; }

.hrz-f-group { margin-bottom: 25px; }
.hrz-f-label { display: block; font-size: 14px; font-weight: 700; color: #475569; margin-bottom: 10px; }
.hrz-f-input { width: 100%; padding: 16px 20px; border: 2px solid #e2e8f0; border-radius: 12px; background: rgba(255,255,255,0.9); font-size: 15px; box-sizing: border-box; transition: 0.3s; color: #334155; font-weight: 500; }
.hrz-f-input:focus { border-color: #6366f1; outline: none; background: #fff; box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1); }
.hrz-btn-submit { width: 100%; background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); color: #fff; padding: 18px; font-size: 18px; font-weight: 800; border: none; border-radius: 14px; cursor: pointer; transition: 0.3s; margin-top: 10px; box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3); }
.hrz-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(99, 102, 241, 0.4); }
.hrz-btn-submit:disabled { background: #cbd5e1; box-shadow: none; cursor: not-allowed; transform: none; }

.hrz-content-pane { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); padding: 40px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.8); margin-top: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.hrz-content-h3 { font-size: 20px; font-weight: 800; color: #1e293b; margin-bottom: 25px; display: inline-block; position: relative; }
.hrz-content-h3::after { content: ""; position: absolute; width: 50%; height: 4px; background: #6366f1; bottom: -8px; left: 0; border-radius: 2px; }
.hrz-content-html { line-height: 2; font-size: 15px; color: #475569; margin-top: 20px; }

.hrz-footer { text-align: center; padding: 50px 0; margin-top: 60px; color: #94a3b8; font-size: 14px; font-weight: 500; }

@media (max-width: 900px) {
    .hrz-detail-flex { flex-direction: column; }
    .hrz-detail-visual, .hrz-detail-form-area { width: 100%; box-sizing: border-box; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .hrz-header-island { margin-top: 10px; border-radius: 16px; padding: 0 20px; }
    .hrz-glass-card { flex-direction: column; align-items: flex-start; position: relative; padding: 20px; }
    .hrz-item-img { margin-bottom: 15px; }
    .hrz-item-action { margin-left: 0; border-left: none; padding-left: 0; margin-top: 15px; width: 100%; flex-direction: row; justify-content: space-between; align-items: center; border-top: 2px dashed rgba(148, 163, 184, 0.3); padding-top: 15px; }
}\n