/* v3.56ol.cn - 主样式 V2.0 | 2026-08-15 | 首页对齐老站分区效果 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; color: #333; background: #f0f2f5; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== 顶部客服栏 ===== */
.top-bar { background: #1a6fb5; color: #fff; font-size: 13px; }
.top-bar .container { display: flex; align-items: center; justify-content: space-between; height: 36px; }
.top-bar a { color: #fff; text-decoration: none; margin-left: 18px; opacity: .9; }
.top-bar a:hover { opacity: 1; }
.top-bar .bar-left span { margin-right: 18px; }
.top-bar i { margin-right: 4px; }

/* 头部 */
.site-header { background: #fff; border-bottom: 1px solid #e8e8e8; padding: 0; position: sticky; top: 0; z-index: 99; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.logo { font-size: 22px; font-weight: 700; color: #1a6fb5; text-decoration: none; }
.logo span { color: #333; }
.main-nav { display: flex; gap: 24px; }
.main-nav a { color: #555; text-decoration: none; font-size: 14px; padding: 4px 0; border-bottom: 2px solid transparent; transition: all .2s; }
.main-nav a:hover, .main-nav a.active { color: #1a6fb5; border-bottom-color: #1a6fb5; }

/* 主体 */
.site-main { min-height: calc(100vh - 160px); }

/* ===== Hero 区块 ===== */
.hero-banner { background: linear-gradient(135deg, #1a6fb5 0%, #0d4f85 100%); color: #fff; padding: 60px 0 50px; text-align: center; }
.hero-title { font-size: 34px; margin-bottom: 14px; font-weight: 700; }
.hero-subtitle { font-size: 15px; opacity: .92; margin-bottom: 28px; }
.hero-subtitle strong { font-size: 20px; margin: 0 4px; }
.hero-search { max-width: 680px; margin: 0 auto; background: #fff; border-radius: 50px; display: flex; align-items: center; padding: 6px 8px; box-shadow: 0 6px 20px rgba(0,0,0,.18); }
.hero-search input { flex: 1; border: none; outline: none; font-size: 15px; padding: 10px 18px; background: transparent; color: #333; }
.hero-search button { background: #ff7d1a; color: #fff; border: none; border-radius: 50px; padding: 10px 30px; font-size: 15px; cursor: pointer; font-weight: 600; }
.hero-search button:hover { background: #f06a00; }
.hero-tags { margin-top: 20px; font-size: 13px; }
.hero-tags a { color: rgba(255,255,255,.9); text-decoration: none; margin: 0 8px; }
.hero-tags a:hover { color: #fff; text-decoration: underline; }

/* ===== 四大入口卡片 ===== */
.quick-entry { padding: 30px 0 0; }
.entry-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.entry-card { display: flex; align-items: center; background: #fff; border-radius: 12px; padding: 22px 20px; text-decoration: none; color: inherit; box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: all .25s; }
.entry-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.entry-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; margin-right: 14px; flex-shrink: 0; }
.entry-icon.c1 { background: #1a6fb5; }
.entry-icon.c2 { background: #52c41a; }
.entry-icon.c3 { background: #fa8c16; }
.entry-icon.c4 { background: #722ed1; }
.entry-text { flex: 1; }
.entry-text h4 { font-size: 16px; color: #222; margin-bottom: 4px; }
.entry-text p { font-size: 13px; color: #999; }
.entry-arrow { color: #ccc; font-size: 18px; }

/* ===== 数据概览统计 ===== */
.stats-section { padding: 30px 0 0; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.stat-card { background: #fff; border-radius: 12px; padding: 24px 16px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.stat-icon { font-size: 26px; margin-bottom: 8px; }
.stat-num { font-size: 30px; font-weight: 700; color: #1a6fb5; }
.stat-label { font-size: 13px; color: #888; margin-top: 4px; }

/* ===== 区块通用 ===== */
.section-block { padding: 30px 0 0; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.section-title { font-size: 20px; font-weight: 700; color: #222; }
.section-title i { color: #1a6fb5; margin-right: 8px; }
.section-more { font-size: 13px; color: #1a6fb5; text-decoration: none; }
.section-more:hover { text-decoration: underline; }
.card { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,.05); }

/* 双列布局 */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.three-col { display: grid; grid-template-columns: 1.2fr 1.2fr 1fr; gap: 20px; }

/* ===== 榜单列表 ===== */
.rank-list { list-style: none; }
.rank-list li { display: flex; align-items: center; padding: 11px 0; border-bottom: 1px solid #f4f4f4; }
.rank-list li:last-child { border-bottom: none; }
.rank-no { width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 5px; font-size: 12px; color: #fff; background: #d9d9d9; margin-right: 10px; flex-shrink: 0; }
.rank-list li:nth-child(1) .rank-no { background: #ff4d4f; }
.rank-list li:nth-child(2) .rank-no { background: #ff7d1a; }
.rank-list li:nth-child(3) .rank-no { background: #faad14; }
.rank-item { flex: 1; min-width: 0; }
.rank-item .title { font-size: 14px; color: #222; text-decoration: none; font-weight: 500; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rank-item .title:hover { color: #1a6fb5; }
.rank-item .meta { font-size: 12px; color: #999; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tag { display: inline-block; padding: 1px 7px; border-radius: 4px; font-size: 11px; margin-right: 5px; }
.tag-blue { background: #e6f3fb; color: #1a6fb5; }
.tag-green { background: #e8f5e9; color: #388e3c; }
.tag-orange { background: #fff3e0; color: #e65100; }

/* ===== 城市分站 ===== */
.city-block { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,.05); }
.city-block .section-title { font-size: 17px; }
.city-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.city-tag { display: inline-flex; align-items: center; background: #f0f6ff; color: #1a6fb5; border-radius: 18px; padding: 5px 14px; font-size: 13px; text-decoration: none; transition: all .2s; }
.city-tag:hover { background: #1a6fb5; color: #fff; }
.city-tag small { font-size: 11px; color: #99b8d9; margin-left: 4px; }
.city-tag:hover small { color: rgba(255,255,255,.8); }

/* ===== 优质企业 ===== */
.company-card { display: flex; align-items: center; background: #fff; border-radius: 10px; padding: 18px; box-shadow: 0 1px 4px rgba(0,0,0,.05); text-decoration: none; color: inherit; transition: all .2s; }
.company-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.09); transform: translateY(-2px); }
.company-avatar { width: 46px; height: 46px; border-radius: 10px; background: #e6f3fb; color: #1a6fb5; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-right: 12px; flex-shrink: 0; }
.company-info { flex: 1; min-width: 0; }
.company-info .name { font-size: 14px; color: #222; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.company-info .desc { font-size: 12px; color: #999; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ===== 招标 & 资讯 ===== */
.bid-news-list { list-style: none; }
.bid-news-list li { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid #f4f4f4; }
.bid-news-list li:last-child { border-bottom: none; }
.bid-news-list li a.title { font-size: 14px; color: #222; text-decoration: none; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-right: 10px; }
.bid-news-list li a.title:hover { color: #1a6fb5; }
.bid-news-list .date { font-size: 12px; color: #999; flex-shrink: 0; }

/* ===== 物流工具 ===== */
.tools-section { background: #1a1a2e; padding: 40px 0; margin-top: 40px; }
.tools-section .section-title { color: #fff; }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tool-card { display: flex; align-items: center; background: #fff; border-radius: 12px; padding: 20px; text-decoration: none; color: inherit; box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: all .2s; }
.tool-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.tool-icon { width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; margin-right: 14px; flex-shrink: 0; }
.tool-card .name { font-size: 15px; font-weight: 600; color: #222; }
.tool-card .desc { font-size: 12px; color: #999; margin-top: 3px; }

/* ===== 页脚 ===== */
.site-footer { background: #111827; color: #9ca3af; padding: 30px 0 20px; font-size: 13px; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-brand h3 { font-size: 22px; color: #fff; margin-bottom: 8px; }
.footer-brand p { font-size: 13px; line-height: 1.8; }
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; }
.footer-col h4 { color: #e5e7eb; font-size: 14px; margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #9ca3af; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1f2937; margin-top: 24px; padding-top: 16px; text-align: center; font-size: 12px; }

/* ===== 通用组件（保留） ===== */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 14px; color: #666; margin-bottom: 6px; }
.form-group input { width: 100%; padding: 10px 14px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; outline: none; transition: border-color .2s; }
.form-group input:focus { border-color: #1a6fb5; }
.btn { display: inline-block; padding: 10px 24px; border: none; border-radius: 6px; font-size: 14px; cursor: pointer; transition: all .2s; }
.btn-primary { background: #1a6fb5; color: #fff; }
.btn-primary:hover { background: #155d96; }
.btn-block { display: block; width: 100%; }
.list-item { display: flex; align-items: center; padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.list-item:last-child { border-bottom: none; }
.list-item .info { flex: 1; }
.list-item .title { font-size: 15px; color: #222; font-weight: 500; }
.list-item .meta { font-size: 12px; color: #999; margin-top: 4px; }
.auth-page { max-width: 400px; margin: 60px auto; }
.auth-page .card { padding: 36px; }
.auth-page h2 { text-align: center; margin-bottom: 24px; color: #222; }
.auth-page .switch { text-align: center; margin-top: 16px; font-size: 13px; color: #999; }
.auth-page .switch a { color: #1a6fb5; }

/* ===== 列表页通用：大区页签 ===== */
.region-tab-bar { background: #fff; border-bottom: 1px solid #eef0f3; padding: 14px 0; }
.region-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.region-tab { padding: 7px 20px; font-size: 14px; color: #555; background: #f5f6fa; border: 1px solid #e5e7eb; border-radius: 20px; cursor: pointer; transition: all .2s; text-decoration: none; }
.region-tab:hover { background: #e8f4fd; border-color: #1a6fb5; color: #1a6fb5; }
.region-tab.active { background: #1a6fb5; border-color: #1a6fb5; color: #fff; font-weight: 500; }

/* ===== 列表页通用：筛选区 ===== */
.filter-bar { background: #fff; border-bottom: 1px solid #eef0f3; padding: 14px 0 4px; }
.filter-row { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.filter-label { font-size: 13px; color: #999; margin-right: 10px; flex-shrink: 0; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tab { padding: 5px 14px; font-size: 13px; color: #555; background: #f5f6fa; border: 1px solid #e5e7eb; border-radius: 4px; cursor: pointer; transition: all .2s; text-decoration: none; }
.filter-tab:hover { color: #1a6fb5; border-color: #1a6fb5; }
.filter-tab.active { background: #1a6fb5; border-color: #1a6fb5; color: #fff; }
.filter-form { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filter-select { height: 32px; padding: 0 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; color: #333; background: #fff; min-width: 120px; }
.btn-sm { padding: 6px 18px; font-size: 13px; }

/* ===== 列表布局：左列表+右侧栏 ===== */
.list-content { padding: 20px 0 40px; }
.list-layout { display: flex; gap: 20px; align-items: flex-start; }
.list-main { flex: 1; min-width: 0; }
.list-sidebar { width: 280px; flex-shrink: 0; }
.result-summary { padding: 12px 0; border-bottom: 1px solid #eef0f3; margin-bottom: 14px; }
.result-text { font-size: 14px; color: #666; }
.result-text strong { color: #1a6fb5; font-size: 16px; }
.no-result { text-align: center; padding: 60px 0; color: #999; }
.no-result p { margin: 0 0 8px; font-size: 16px; }
.no-result .no-result-sub { font-size: 13px; color: #bbb; }
.no-result .no-result-sub a { color: #1a6fb5; }

/* ===== 园区卡片列表 ===== */
.park-list { display: flex; flex-direction: column; gap: 12px; }
.park-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 16px; text-decoration: none; transition: all .2s; }
.park-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); border-color: #cfe4f7; transform: translateY(-1px); }
.park-logo { width: 56px; height: 56px; border-radius: 10px; background: #e8f4fd; color: #1a6fb5; font-size: 26px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.park-info { flex: 1; min-width: 0; }
.park-name-row { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.park-name { font-size: 16px; font-weight: 600; color: #222; }
.park-address { font-size: 13px; color: #888; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.park-meta { display: flex; gap: 16px; font-size: 12px; color: #999; }
.park-arrow { color: #ccc; font-size: 20px; flex-shrink: 0; }

/* ===== 企业卡片列表 ===== */
.company-list { display: flex; flex-direction: column; gap: 12px; }
.company-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 16px 20px; text-decoration: none; transition: all .2s; }
.company-card:hover { border-color: #1a6fb5; box-shadow: 0 2px 10px rgba(26,111,181,.08); }
.company-logo { width: 48px; height: 48px; border-radius: 10px; background: #e8f4fd; color: #1a6fb5; font-size: 22px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.company-info { flex: 1; min-width: 0; }
.company-name-row { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.company-name { font-size: 16px; font-weight: 600; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.company-address { font-size: 13px; color: #888; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.company-meta { display: flex; gap: 16px; font-size: 12px; color: #999; flex-wrap: wrap; }
.company-scope { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 320px; }
.company-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; flex-shrink: 0; }
.company-contact-name { font-size: 13px; color: #888; }
.company-contact .phone-masked { font-size: 14px; color: #e65100; font-weight: 500; cursor: pointer; }
.company-arrow { color: #ccc; font-size: 20px; flex-shrink: 0; }

/* 关键词搜索框 */
.filter-search { height: 32px; padding: 0 12px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; color: #333; background: #fff; min-width: 220px; }
.filter-search:focus { border-color: #1a6fb5; outline: none; }

/* ===== 企业详情页 ===== */
.company-detail-header { display: flex; gap: 20px; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.company-detail-logo { width: 72px; height: 72px; border-radius: 12px; background: #e8f4fd; color: #1a6fb5; font-size: 36px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.company-detail-main { flex: 1; min-width: 0; }
.company-detail-name { font-size: 22px; font-weight: 700; color: #222; margin: 0 0 10px; }
.company-detail-tags { margin-bottom: 10px; }
.company-detail-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; color: #666; }
.company-section { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px 24px; margin-bottom: 16px; }
.company-section-title { font-size: 16px; font-weight: 600; color: #222; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.company-desc { font-size: 14px; line-height: 1.8; color: #555; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.info-item { padding: 10px 14px; background: #f9fafb; border-radius: 8px; }
.info-item-full { grid-column: 1 / -1; }
.info-label { display: block; font-size: 12px; color: #8896a4; margin-bottom: 4px; }
.info-value { display: block; font-size: 14px; color: #1a2b4a; font-weight: 500; }

/* ===== 分页 ===== */
.pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 24px; flex-wrap: wrap; }
.page-btn { padding: 7px 14px; font-size: 13px; color: #555; background: #fff; border: 1px solid #e0e0e0; border-radius: 4px; text-decoration: none; transition: all .2s; }
.page-btn:hover { border-color: #1a6fb5; color: #1a6fb5; }
.page-btn.active { background: #1a6fb5; border-color: #1a6fb5; color: #fff; }
.page-btn.disabled { color: #ccc; pointer-events: none; }
.page-dots { color: #999; padding: 0 4px; }

/* ===== 详情页 ===== */
.detail-content { padding: 20px 0 40px; }
.breadcrumb { font-size: 13px; color: #999; margin-bottom: 16px; }
.breadcrumb a { color: #1a6fb5; text-decoration: none; }
.park-detail-header { display: flex; gap: 20px; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.park-detail-logo { width: 72px; height: 72px; border-radius: 12px; background: #e8f4fd; color: #1a6fb5; font-size: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.park-detail-main { flex: 1; min-width: 0; }
.park-detail-name { font-size: 22px; font-weight: 700; color: #222; margin: 0 0 10px; }
.park-detail-tags { margin-bottom: 10px; }
.park-detail-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; color: #666; }
.park-section { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px 24px; margin-bottom: 16px; }
.park-section-title { font-size: 16px; font-weight: 600; color: #222; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.park-desc { font-size: 14px; line-height: 1.8; color: #555; }
.park-desc.muted { color: #aaa; }

/* 入驻企业 */
.company-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.company-item { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid #f0f0f0; border-radius: 8px; text-decoration: none; transition: all .2s; }
.company-item:hover { border-color: #cfe4f7; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.company-avatar { width: 40px; height: 40px; border-radius: 50%; background: #e8f4fd; color: #1a6fb5; font-size: 16px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.company-item-info { min-width: 0; }
.company-item-name { font-size: 14px; font-weight: 500; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.company-item-sub { font-size: 12px; color: #999; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 相关园区 */
.related-parks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-park { display: flex; flex-direction: column; gap: 4px; padding: 12px 14px; border: 1px solid #f0f0f0; border-radius: 8px; text-decoration: none; transition: all .2s; }
.related-park:hover { border-color: #cfe4f7; }
.related-park-name { font-size: 13px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.related-park-meta { font-size: 12px; color: #999; }

/* 上下条 */
.detail-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; }
.detail-nav-btn { font-size: 13px; color: #1a6fb5; text-decoration: none; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 8px 14px; transition: all .2s; max-width: 48%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.detail-nav-btn:hover { border-color: #1a6fb5; }

/* 响应式 */
@media (max-width: 900px) {
    .entry-cards { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
    .three-col, .two-col { grid-template-columns: 1fr; }
    .tools-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { flex-direction: column; gap: 24px; }
    .list-layout { flex-direction: column; }
    .list-sidebar { width: 100%; }
    .related-parks { grid-template-columns: repeat(2, 1fr); }
    .info-grid { grid-template-columns: 1fr; }
    .company-detail-header { flex-direction: column; align-items: flex-start; }
    .filter-search { min-width: 160px; }
}
@media (max-width: 600px) {
    .company-grid { grid-template-columns: 1fr; }
    .related-parks { grid-template-columns: 1fr; }
    .park-detail-header { flex-direction: column; align-items: flex-start; }
    .company-card { flex-wrap: wrap; }
    .company-contact { align-items: flex-start; }
}
@media (max-width: 768px) {
    .main-nav { gap: 12px; overflow-x: auto; }
    .main-nav a { font-size: 13px; white-space: nowrap; }
    .container { padding: 0 12px; }
    .hero-title { font-size: 24px; }
    .top-bar .bar-right { display: none; }
}
@media (max-width: 480px) {
    .entry-cards { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .tools-grid { grid-template-columns: 1fr; }
}

/* ====================== 专线（route） ====================== */
.filter-arrow { color: #bbb; font-size: 16px; flex-shrink: 0; }

/* 交换按钮 */
.filter-swap { height: 32px; width: 36px; border: 1px solid #ddd; border-radius: 4px; background: #fff; color: #1a6fb5; font-size: 18px; line-height: 1; cursor: pointer; transition: all .2s; flex-shrink: 0; }
.filter-swap:hover { border-color: #1a6fb5; background: #e8f4fd; }

/* 热门线路 */
.hot-routes-row { align-items: center; }
.hot-routes { display: flex; flex-wrap: wrap; gap: 8px; }
.hot-route-tag { padding: 4px 12px; font-size: 13px; color: #555; background: #fff7ec; border: 1px solid #f5d9b8; border-radius: 16px; text-decoration: none; transition: all .2s; }
.hot-route-tag:hover { color: #e65100; border-color: #e65100; background: #fff3e0; }

.route-list { display: flex; flex-direction: column; gap: 12px; }
.route-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 16px 20px; text-decoration: none; transition: all .2s; }
.route-card:hover { border-color: #1a6fb5; box-shadow: 0 2px 10px rgba(26,111,181,.08); }
.route-route { display: flex; align-items: center; gap: 10px; min-width: 170px; }
.route-from, .route-to { font-size: 17px; font-weight: 600; color: #222; }
.route-arrow-big { color: #1a6fb5; font-size: 18px; font-weight: 700; }
.route-info { flex: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; min-width: 0; }
.route-delivery { font-size: 13px; color: #888; }
.route-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; flex-shrink: 0; }
.route-contact-name { font-size: 13px; color: #888; }
.route-contact .phone-masked { font-size: 14px; color: #e65100; font-weight: 500; cursor: pointer; }
.route-arrow { color: #ccc; font-size: 20px; }

.route-detail-header { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.route-detail-route { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.route-detail-from, .route-detail-to { font-size: 26px; font-weight: 700; color: #222; }
.route-detail-arrow { color: #1a6fb5; font-size: 28px; font-weight: 700; }
.route-detail-tags { display: flex; gap: 6px; flex-wrap: wrap; }

.route-section { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px 24px; margin-bottom: 16px; }
.route-section-title { font-size: 16px; font-weight: 600; color: #222; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.route-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.route-detail-item { display: flex; flex-direction: column; gap: 6px; }
.route-detail-label { font-size: 12px; color: #999; }
.route-detail-value { font-size: 14px; color: #333; line-height: 1.6; }
.route-detail-value em { display: block; font-style: normal; color: #777; font-size: 13px; }
.route-desc { font-size: 14px; color: #333; line-height: 1.7; }
.route-desc.muted { color: #999; }

.price-table { overflow-x: auto; }
.price-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.price-table th { background: #f7f9fb; padding: 10px 14px; text-align: left; font-weight: 500; color: #666; border-bottom: 1px solid #eee; }
.price-table td { padding: 10px 14px; border-bottom: 1px solid #f4f4f4; color: #333; }
.price-num { color: #e65100; font-weight: 600; }

.route-contact-card { display: flex; flex-direction: column; gap: 10px; }
.route-contact-line { display: flex; align-items: center; gap: 14px; }
.route-contact-label { font-size: 13px; color: #999; width: 70px; flex-shrink: 0; }
.route-contact-value { font-size: 15px; color: #222; }
.route-contact-value .phone-masked { color: #e65100; font-weight: 500; cursor: pointer; }

.route-company-card { display: flex; align-items: center; gap: 12px; background: #f7f9fb; border: 1px solid #eee; border-radius: 10px; padding: 14px 16px; text-decoration: none; transition: all .2s; }
.route-company-card:hover { border-color: #1a6fb5; }

.related-routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.related-route { display: flex; flex-direction: column; gap: 4px; background: #f7f9fb; border: 1px solid #eee; border-radius: 10px; padding: 12px 14px; text-decoration: none; transition: all .2s; }
.related-route:hover { border-color: #1a6fb5; }
.related-route-name { font-size: 14px; font-weight: 500; color: #222; }
.related-route-meta { font-size: 12px; color: #999; }

@media (max-width: 900px) {
    .route-detail-grid { grid-template-columns: 1fr; }
    .related-routes { grid-template-columns: repeat(2, 1fr); }
    .route-card { flex-wrap: wrap; }
    .route-route { min-width: 100%; }
    .route-contact { align-items: flex-start; }
}
@media (max-width: 600px) {
    .related-routes { grid-template-columns: 1fr; }
    .route-detail-route { flex-wrap: wrap; }
    .route-detail-from, .route-detail-to { font-size: 20px; }
    .route-detail-arrow { font-size: 22px; }
}

/* ===== 渠道合作页 ===== */
.channel-hero { background: linear-gradient(135deg, #1a6fb5 0%, #0e4d82 100%); color: #fff; padding: 44px 0; }
.channel-hero-inner { text-align: center; }
.channel-hero h1 { font-size: 30px; margin: 0 0 10px; font-weight: 700; }
.channel-hero p { font-size: 15px; opacity: .9; margin: 0 0 22px; }
.channel-hero-actions { display: flex; justify-content: center; gap: 14px; }
.btn-outline { background: transparent; border: 1px solid rgba(255,255,255,.7); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.15); }

.channel-section { margin-bottom: 26px; background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,.05); }
.channel-section .section-title { margin: 0 0 16px; }

.channel-mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.channel-mode-card { border: 1px solid #eee; border-radius: 10px; padding: 20px; }
.channel-mode-icon { width: 40px; height: 40px; border-radius: 8px; background: #e6f3fb; color: #1a6fb5; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.channel-mode-card h3 { font-size: 16px; margin: 0 0 8px; }
.channel-mode-card p { font-size: 13px; color: #666; line-height: 1.6; margin: 0 0 12px; }
.channel-mode-card ul { margin: 0; padding: 0; list-style: none; }
.channel-mode-card li { font-size: 13px; color: #555; padding: 4px 0 4px 18px; position: relative; }
.channel-mode-card li::before { content: '✓'; position: absolute; left: 0; color: #388e3c; font-weight: 700; }

.channel-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.channel-product-card { border: 1px solid #eee; border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 6px; transition: all .2s; }
.channel-product-card:hover { border-color: #1a6fb5; box-shadow: 0 2px 8px rgba(26,111,181,.1); }
.channel-product-card h3 { font-size: 15px; margin: 4px 0 0; color: #222; }
.channel-product-card p { font-size: 13px; color: #888; line-height: 1.5; margin: 0; flex: 1; }
.channel-product-link { font-size: 13px; color: #1a6fb5; font-weight: 500; }

.channel-provider-list { display: flex; flex-direction: column; gap: 10px; }
.channel-provider-item { display: flex; align-items: center; gap: 14px; border: 1px solid #eee; border-radius: 10px; padding: 14px 16px; }
.channel-provider-logo { width: 44px; height: 44px; border-radius: 8px; background: #e6f3fb; color: #1a6fb5; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.channel-provider-info h3 { font-size: 15px; margin: 0 0 6px; }

.channel-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.channel-step { text-align: center; border: 1px solid #eee; border-radius: 10px; padding: 18px 12px; }
.channel-step-num { width: 32px; height: 32px; border-radius: 50%; background: #1a6fb5; color: #fff; font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.channel-step h3 { font-size: 14px; margin: 0 0 6px; }
.channel-step p { font-size: 12px; color: #999; line-height: 1.5; margin: 0; }

@media (max-width: 900px) {
    .channel-mode-grid { grid-template-columns: 1fr; }
    .channel-product-grid { grid-template-columns: repeat(2, 1fr); }
    .channel-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .channel-hero h1 { font-size: 24px; }
    .channel-product-grid { grid-template-columns: 1fr; }
    .channel-steps { grid-template-columns: 1fr; }
}
