/* fenzhan.css - 城市分站共享样式 2026-05-19 */
.breadcrumb-nav{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 0}
.breadcrumb-list{max-width:1200px;margin:0 auto;padding:0 20px;list-style:none;display:flex;align-items:center;gap:8px;font-size:15px}
.breadcrumb-item{display:flex;align-items:center;gap:8px}
.breadcrumb-item+.breadcrumb-item::before{content:"/";color:#d1d5db;font-size:12px}
.breadcrumb-item a{color:#6b7280;text-decoration:none;transition:color .2s}
.breadcrumb-item a:hover{color:#3b82f6}
.breadcrumb-item:last-child a{color:#1f2937;font-weight:500;pointer-events:none}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media (max-width:768px){.faq-grid{grid-template-columns:1fr}}
.faq-grid .faq-custom-category{margin-bottom:0}
.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.9);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.lightbox-container{position:relative;max-width:90%;max-height:90%}
.lightbox-container img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px}
.lightbox-close{position:absolute;top:-50px;right:0;width:40px;height:40px;background:rgba(255,255,255,0.2);border:none;border-radius:50%;color:#fff;font-size:20px;cursor:pointer}
.lightbox-close:hover{background:rgba(255,255,255,0.4)}
.case-card-image{cursor:pointer}
.case-card-image img{transition:transform .3s ease}
.case-card-image:hover img{transform:scale(1.05)}
.cases-showcase-empty{text-align:center;padding:60px 20px;color:#94a3b8;grid-column:1/-1}
.cases-showcase-empty i{font-size:48px;display:block;margin-bottom:16px}
.cases-showcase-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px}
.pagination-btn{padding:8px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:14px;transition:all .2s}
.pagination-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#f0f5ff}
.pagination-btn:disabled{opacity:.4;cursor:not-allowed}
.pagination-info{font-size:14px;color:#64748b;min-width:140px;text-align:center}
.city-content-section{padding:60px 0}
.city-related-section{padding:60px 0}
.province-desc-box{max-width:900px;margin:40px auto 0;padding:32px;background:#f8fafc;border-radius:12px;text-align:left}
.province-desc-title{font-size:22px;font-weight:600;color:#1f2937;margin-bottom:16px}
.province-desc-text{font-size:15px;color:#4b5563;line-height:1.8;margin-bottom:12px}
/* ===== 城市深度内容模块（主站风格统一） ===== */
.city-content-section {
    padding: 80px 0;
    background: var(--bg-secondary, #f8fafc);
}

.city-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.city-content-card {
    background: #fff;
    border-radius: var(--radius-xl, 16px);
    padding: 40px;
    box-shadow: var(--shadow-card, 0 1px 3px 0 rgba(0,0,0,0.1));
    transition: box-shadow 0.3s ease;
}

.city-content-card:hover {
    box-shadow: var(--shadow-card-hover, 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04));
}

.city-content-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary, #0f172a);
    margin: 32px 0 16px 0;
    line-height: 1.4;
}

.city-content-card h3:first-child {
    margin-top: 0;
}

.city-content-card p {
    font-size: 16px;
    color: var(--text-secondary, #475569);
    line-height: 1.8;
    margin-bottom: 16px;
}

.city-content-card p:last-child {
    margin-bottom: 0;
}
/* 城市深度内容正文排版 - 与主站文章风格统一 */
.city-content-body {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.city-content-body h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin: 40px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
    line-height: 1.4;
}

.city-content-body h3:first-child {
    margin-top: 0;
}

.city-content-body h4 {
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    margin: 32px 0 16px;
    line-height: 1.4;
}

.city-content-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 16px;
}

.city-content-body p:last-child {
    margin-bottom: 0;
}

.city-content-body strong {
    color: #1e3a8a;
    font-weight: 600;
}

.city-content-body ul,
.city-content-body ol {
    padding-left: 24px;
    margin: 16px 0;
}

.city-content-body li {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 8px;
}

.city-content-body blockquote {
    margin: 24px 0;
    padding: 16px 20px;
    background: #f8fafc;
    border-left: 4px solid #1e3a8a;
    border-radius: 0 8px 8px 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

/* 首段强调 */
.city-content-body h3 + p {
    font-size: 17px;
    color: #1f2937;
    font-weight: 500;
}

/* 响应式 */
@media (max-width: 768px) {
    .city-content-body {
        font-size: 14px;
    }
    
    .city-content-body h3 {
        font-size: 20px;
        margin: 32px 0 16px;
    }
    
    .city-content-body h4 {
        font-size: 16px;
        margin: 24px 0 12px;
    }
    
    .city-content-body p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 14px;
    }
    
    .city-content-body li {
        font-size: 14px;
    }
    
    .city-content-body blockquote {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .city-content-body h3 + p {
        font-size: 15px;
    }
}

/* 响应式 */
@media (max-width: 768px) {
    .city-content-section {
        padding: 50px 0;
    }

    .city-content-card {
        padding: 24px 20px;
        border-radius: var(--radius-lg, 12px);
    }

    .city-content-card h3 {
        font-size: 18px;
        margin: 24px 0 12px 0;
    }

    .city-content-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .city-content-section .section-header {
        margin-bottom: 32px;
    }
}

.districts-grid{display:flex;flex-wrap:wrap;gap:8px;padding:12px 0;justify-content:center}.districts-grid .district-item{display:inline-flex;align-items:center;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:15px;color:#374151;white-space:nowrap}
#city-districts .districts-grid{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px;padding:12px 0;justify-content:center}
#city-districts .districts-grid .district-item{display:inline-flex!important;align-items:center;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:15px;color:#374151;white-space:nowrap}

/* 页脚覆盖省市 */


/* 省份页样式 - 主站UI风格 */
.province-hero{background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 100%);padding:60px 0;border-bottom:1px solid #e5e7eb}
.province-hero-header{text-align:center;margin-bottom:48px}
.province-hero-title{font-size:40px;font-weight:700;color:#1f2937;margin-bottom:16px;letter-spacing:-0.02em}
.province-hero-subtitle{font-size:18px;color:#6b7280;max-width:600px;margin:0 auto}
.province-city-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto 48px}
.province-city-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:white;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#374151;transition:all 0.3s ease;box-shadow:0 1px 3px rgba(0,0,0,0.04);position:relative;overflow:hidden}
.province-city-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#1e3a8a;transform:scaleY(0);transition:transform 0.3s ease;transform-origin:top}
.province-city-item:hover{box-shadow:0 10px 20px -5px rgba(0,0,0,0.1);border-color:#93c5fd;transform:translateY(-2px)}
.province-city-item:hover::before{transform:scaleY(1)}
.province-city-icon{width:36px;height:36px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:14px;flex-shrink:0;transition:all 0.3s ease}
.province-city-item:hover .province-city-icon{background:#1e3a8a;color:white}
.province-city-name{font-size:15px;font-weight:600;color:#1f2937;flex:1}

.province-city-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.1);border-color:#93c5fd}
.province-city-item:hover::before{opacity:1}

.province-city-name{font-size:15px;font-weight:600;color:#1f2937}


.province-description{max-width:900px;margin:0 auto;padding:36px 40px;background:white;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,0.04)}
.province-description-title{font-size:22px;font-weight:700;color:#1f2937;margin-bottom:16px}
.province-description-text{font-size:15px;color:#4b5563;line-height:1.8;margin-bottom:12px}
.province-description-text:last-child{margin-bottom:0}

@media (max-width:768px){.province-city-list{grid-template-columns:repeat(2,1fr);gap:12px}}
@media (max-width:480px){.province-city-list{grid-template-columns:1fr}}