﻿/* ============================================
   SEO ä¼ååç´ æ ·å¼
   éè²éµå¾ªé¡¹ç®ä¸»è²è°ï¼#ac0612(çº¢) #43250e(æ£) #b8b2a5(ç°æ£)
   ============================================ */

/* --- SEO H1 éèæ ç­¾ï¼ä»ä¾æç´¢å¼æè¯»åï¼ --- */
.seo-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* --- é¢åå±å¯¼èª --- */
.breadcrumb {
    font-size: 13px;
    color: #888;
    padding: 12px 0;
    line-height: 1.6;
    border-bottom: 1px solid #f0ebe3;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #ac0612;
    text-decoration: none;
}

.breadcrumb span.current {
    color: #43250e;
    font-weight: 500;
}

/* --- åè¡¨é¡µ H1 æ é¢ --- */
.page-title-h1 {
    font-size: 20px;
    font-weight: 600;
    color: #43250e;
    margin: 12px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ac0612;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 1px;
}

/* --- äº§åè¯¦æé¡µ H1 --- */
.product-detail-h1 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 8px 0 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/* --- èµè®¯è¯¦æé¡µ H1 --- */
.news-bt {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px;
    line-height: 1.5;
    text-align: center;
}

/* --- äº§åè¯¦æé¡µ H2 æ é¢ --- */
.detail-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #43250e;
    margin: 20px 0 12px;
    padding-left: 12px;
    border-left: 3px solid #ac0612;
    line-height: 1.4;
}

/* --- äº§åè¯¦æé¡µ H3 åååæ° --- */
.param-title {
    font-size: 16px;
    font-weight: 600;
    color: #43250e;
    margin: 15px 0 10px;
    padding: 8px 12px;
    background: #faf8f5;
    border-radius: 4px;
    border-left: 3px solid #b8b2a5;
    line-height: 1.4;
}

/* --- èµè®¯åè¡¨é¡µ H1 --- */
.news-list-h1 {
    font-size: 20px;
    font-weight: 600;
    color: #43250e;
    margin: 12px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ac0612;
    display: inline-block;
    line-height: 1.4;
}

/* --- 404 é¡µé¢ä¼å --- */
.error-container .error-code {
    color: #ac0612;
}

.error-container .btn-primary {
    background: #ac0612;
}

.error-container .btn-primary:hover {
    background: #8a050f;
}

.error-container .btn-outline {
    border-color: #ac0612;
    color: #ac0612;
}

.error-container .btn-outline:hover {
    background: #ac0612;
    color: #fff;
}

.error-container .quick-nav a {
    color: #ac0612;
}

