/* v3.56ol.cn - 主样式 V2.6 | 2026-08-29 | 园区卡片电话改醒目按钮样式 | 修复移动端横向溢出(grid minmax(0,1fr)+min-width:0);  P3移动端适配：汉堡菜单+导航下拉+hero/footer/hot-company-grid移动端；清理末尾混入HTML污染 | 沿用V2.3 list-*卡片与header导航左对齐 */
/* ====================== 视觉改版 Token 基座 (2026-09-06) ====================== */
/* 可信蓝·高效中台 · 方向B 双蓝分工：深蓝品牌 / 中蓝次级 / 亮蓝交互 */
:root {
    /* 品牌双蓝 */
    --brand-deep: #0D4F85;      /* 深蓝 - 页头渐变/大面积品牌 */
    --brand-mid: #1A6FB5;       /* 中蓝 - 次级强调/标签字 */
    --brand-bright: #2F6BFF;    /* 亮蓝 - 交互主色(主按钮/链接/选中/hover) */
    --brand-hover: #1F56E8;     /* 亮蓝 hover */
    /* 功能色 */
    --cta-orange: #FF7D1A;      /* CTA 强转化(注册/入驻/投标) */
    --cert-green: #16A37B;      /* 认证/成功态 */
    --danger-red: #EF4444;      /* 错误/已截止 */
    /* 中性色 */
    --text-main: #152033;
    --text-sub: #637089;
    --text-weak: #8893A8;
    --divider: #E6EAF2;
    /* 表面 */
    --bg-page: #F5F7FA;
    --bg-card: #FFFFFF;
    --radius: 10px;
    --radius-lg: 12px;
    --shadow-card: 0 1px 3px rgba(21,32,51,.06);
    /* 字号层级 */
    --fs-h1: 28px;
    --fs-h2: 22px;
    --fs-h3: 16px;
    --fs-body: 14px;
    --fs-caption: 12px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; color: #152033; background: #F5F7FA; 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: linear-gradient(100deg, #0D4F85 0%, #1A6FB5 100%); border-bottom: none; padding: 0; position: sticky; top: 0; z-index: 99; }
.site-header .container { display: flex; align-items: center; justify-content: flex-start; height: 60px; }
.logo { display: flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 700; color: #fff; text-decoration: none; }
.logo-text { font-size: 20px; font-weight: 700; color: #fff; line-height: 1; white-space: nowrap; }
.logo img { height: 40px; width: auto; display: block; }

.main-nav { display: flex; gap: 24px; margin-left: 40px; }
.main-nav a { color: #E6F0FB; 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: #fff; border-bottom-color: #fff; }

/* 主体 */
.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); min-width: 0; }

/* 双列布局 */
.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; }
.tag-gray { background: #f0f0f0; color: #999; }

/* ===== 城市分站 ===== */
.city-block { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,.05); min-width: 0; }
.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-meta .phone-masked { display: inline-block; padding: 2px 10px; background: #fff3e8; border: 1px solid #ffc59a; border-radius: 12px; color: #e65100; font-weight: 600; font-size: 12px; line-height: 1.6; cursor: pointer; transition: background .2s, border-color .2s, color .2s; white-space: nowrap; }
.park-meta .phone-masked:hover { background: #ffe7d1; border-color: #ffa94d; }
.park-meta .phone-masked.phone-revealed { background: #e8f5e9; border-color: #a5d6a7; color: #2e7d32; }
.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: minmax(0, 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; flex-direction: column; align-items: flex-start; gap: 5px; min-width: 180px; }
.route-route-line { display: flex; align-items: center; gap: 10px; }
.route-company { font-size: 13px; color: #888; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.route-trust-badges { display: flex; gap: 4px; margin-top: 3px; flex-wrap: wrap; }
.badge-verified { font-size: 11px; color: #1a6fb5; background: #e8f4fd; padding: 1px 6px; border-radius: 3px; line-height: 1.6; }
.badge-years { font-size: 11px; color: #e67e22; background: #fef5e7; padding: 1px 6px; border-radius: 3px; line-height: 1.6; }
.route-delivery { font-size: 12px; color: #27ae60; background: #eafaf1; padding: 2px 8px; border-radius: 4px; white-space: nowrap; }
.btn-consult { display: inline-block; margin-top: 4px; font-size: 12px; color: #fff; background: #e65100; padding: 4px 10px; border-radius: 4px; cursor: pointer; transition: 0.2s; text-align: center; white-space: nowrap; }
.btn-consult:hover { background: #d84315; color: #fff; text-decoration: none; }
.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; }
}
/* ===== 招标/资讯通用列表卡片（2026-08-16 补齐 list-* 系列） ===== */
.main-container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.list-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.list-header h1 { font-size: 22px; font-weight: 600; color: #222; margin: 0; }
.search-form { display: flex; align-items: center; gap: 8px; }
.search-input { height: 34px; width: 240px; padding: 0 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; color: #333; background: #fff; outline: none; transition: border-color .2s; }
.search-input:focus { border-color: #1a6fb5; }
.search-btn { height: 34px; padding: 0 20px; border: none; border-radius: 6px; background: #1a6fb5; color: #fff; font-size: 14px; cursor: pointer; transition: background .2s; }
.search-btn:hover { background: #155d99; }
.list-items { display: flex; flex-direction: column; gap: 12px; }
.list-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 16px 20px; transition: all .2s; }
.list-card:hover { border-color: #1a6fb5; box-shadow: 0 4px 16px rgba(0,0,0,.06); transform: translateY(-1px); }
.card-title { font-size: 16px; font-weight: 600; color: #222; line-height: 1.4; }
.card-title a { color: #222; text-decoration: none; transition: color .2s; }
.card-title a:hover { color: #1a6fb5; }
.card-info { margin-top: 8px; font-size: 13px; color: #888; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.news-time { font-size: 12px; color: #999; background: #f4f6f8; padding: 2px 8px; border-radius: 4px; }
@media (max-width: 768px) {
  .main-container { padding: 12px; }
  .list-header { flex-direction: column; align-items: flex-start; }
  .search-form { width: 100%; }
  .search-input { flex: 1; width: auto; }
}

/* ===== 资讯详情页 V2 ===== */
.detail-header h1 { font-size: 22px; color: #1a2b4a; line-height: 1.5; margin: 0 0 12px; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: #999; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px dashed #e8e8e8; }
.detail-meta .detail-source { color: #1a6fb5; }
.detail-body { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 8px; padding: 20px 24px; margin-bottom: 20px; }
.detail-summary-label { font-size: 14px; font-weight: 600; color: #1a6fb5; margin-bottom: 10px; }
.detail-summary-content { font-size: 15px; color: #444; line-height: 2; text-align: justify; }
.detail-source-link { margin-bottom: 16px; }
.detail-source-link a { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: #1a6fb5; text-decoration: none; padding: 6px 14px; border: 1px solid #d0e2f0; border-radius: 6px; transition: all .2s; }
.detail-source-link a:hover { background: #e6f3fb; border-color: #1a6fb5; }
.detail-nav { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.detail-nav a { 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 a:hover { border-color: #1a6fb5; background: #f5f9fc; }
.detail-layout { display: flex; gap: 24px; margin-top: 20px; }
.detail-main { flex: 1; min-width: 0; }
.detail-sidebar { width: 300px; flex-shrink: 0; }
@media (max-width: 768px) {
  .detail-layout { flex-direction: column; }
  .detail-sidebar { width: 100%; }
  .detail-nav { flex-direction: column; }
  .detail-nav a { max-width: 100%; }
}
/* ===== 3.1 资讯列表页样式 (2026-08-19) ===== */
.news-card { background:#fff; border:1px solid #eef0f2; border-radius:8px; padding:16px 18px; margin-bottom:12px; transition:box-shadow .2s; }
.news-card:hover { box-shadow:0 4px 14px rgba(0,0,0,.07); }
.news-card .card-title { font-size:16px; line-height:1.55; }
.news-card .card-title a { color:#222; text-decoration:none; }
.news-card .card-title a:hover { color:#1a6fb5; }
.news-card .card-info { display:flex; align-items:center; gap:12px; margin-top:8px; font-size:13px; }
.news-card .card-info .news-time { color:#999; flex-shrink:0; }
.news-card .card-info .card-summary { color:#888; flex:1; min-width:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.news-top-badge { display:inline-block; background:#e64b3c; color:#fff; font-size:12px; line-height:1.2; padding:2px 6px; border-radius:3px; margin-right:6px; vertical-align:2px; }
.list-empty { padding:60px 0; text-align:center; color:#999; font-size:14px; }

/* ====================== P3 移动端适配 (2026-08-21) ====================== */
/* 汉堡按钮：默认隐藏，≤768px 显示 */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
    outline: none;
}
.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}

/* 首页「优质零担企业推荐」专用网格（替代 stats-grid 内联 repeat(4,1fr) 修复移动端挤4列 bug） */
.hot-company-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

@media (max-width: 900px) {
    .hot-company-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .nav-toggle { display: block; }
    .site-header .container { position: relative; }
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        padding: 6px 0;
        border-top: 1px solid #eef0f3;
        box-shadow: 0 10px 24px rgba(0,0,0,.12);
        z-index: 100;
        max-height: calc(100vh - 60px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .main-nav.open { display: flex; }
    .main-nav a {
        font-size: 15px;
        padding: 13px 20px;
        border-bottom: 1px solid #f5f6fa;
        white-space: normal;
        color: #333;
    }
    .main-nav a:last-child { border-bottom: none; }
    .main-nav a.active,
    .main-nav a:hover { color: #1a6fb5; background: #f0f6ff; }

    .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* hero 移动端 */
    .hero-banner { padding: 36px 0 30px; }
    .hero-subtitle { font-size: 13px; line-height: 1.8; }
    .hero-subtitle strong { font-size: 17px; }
    .hero-search { max-width: 100%; }
    .hero-search button { padding: 10px 18px; }
    .hero-tags { line-height: 2.1; }

    /* footer 移动端 */
    .footer-links { gap: 20px; }
}

@media (max-width: 480px) {
    .hot-company-grid { grid-template-columns: 1fr; }
    .top-bar .container { height: auto; min-height: 36px; padding: 6px 12px; }
    .top-bar .bar-left span:last-child { display: none; }
    .footer-col { width: 45%; }
}

/* v3 GEO 数据 ID 对齐：专线详情页出发/到达园区名链接 */
.park-link { color: #1a6fb5; text-decoration: none; }
.park-link:hover { text-decoration: underline; }

/* ===== 资讯正文排版 V2.3 2026-08-31 ===== */
.detail-content { font-size: 16px; color: #333; line-height: 1.9; text-align: justify; word-break: break-word; }
.detail-content p { margin: 0 0 16px; }
.detail-content h2 { font-size: 19px; font-weight: 700; color: #1a2b4a; margin: 26px 0 14px; line-height: 1.4; }
.detail-content h3 { font-size: 17px; font-weight: 700; color: #1a2b4a; margin: 20px 0 10px; }
.detail-content strong { color: #1a6fb5; font-weight: 600; }
.detail-content img { max-width: 100%; height: auto; border-radius: 6px; margin: 8px 0; }
.detail-content a { color: #1a6fb5; text-decoration: none; }
.detail-content blockquote { border-left: 3px solid #d0e2f0; padding: 4px 14px; margin: 16px 0; color: #666; background: #f5f9fc; }
.detail-source-link a + a { margin-left: 10px; }

/* 资讯详情封面图 V2.4 2026-08-31 */
.detail-cover { margin: 0 0 16px; }
.detail-cover img { width: 100%; height: auto; border-radius: 10px; display: block; }

/* ====================== 视觉改版组件基座 (2026-09-06) ====================== */
/* 会员层级徽标（Header/卡片/详情通用） */
.member-badge { display:inline-flex; align-items:center; gap:4px; font-size:12px; line-height:1; padding:3px 8px; border-radius:4px; vertical-align:middle; white-space:nowrap; font-weight:500; }
.member-badge.reg { background:#EEF3F9; border:1px solid #CBD8E8; color:#51698C; }
.member-badge.cert { background:#E8F7F0; border:1px solid #C6EBDC; color:#0F8A63; }
.member-badge.cert::before { content:''; width:6px; height:6px; border-radius:50%; background:#16A37B; display:inline-block; flex-shrink:0; }
.member-badge.vip { background:#FF7D1A; color:#fff; border:1px solid #FF7D1A; }
.member-badge.audit { background:#FFF7E6; border:1px solid #F0DCB0; color:#B7791F; }
.member-badge.reject { background:#FDECEC; border:1px solid #F3C7C7; color:#C0392B; }

/* 登录态身份条 */
.ident-bar { background:#F2F6FA; border-bottom:1px solid #E6EAF2; font-size:13px; }
.ident-bar .container { display:flex; align-items:center; gap:16px; padding-top:8px; padding-bottom:8px; flex-wrap:wrap; }
.ident-user { display:flex; align-items:center; gap:8px; font-weight:600; color:var(--text-main); }
.ident-user .avatar { width:26px; height:26px; border-radius:50%; background:#D6E4F5; color:#0D4F85; display:inline-flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; }
.ident-rights { color:var(--text-sub); }
.ident-rights strong { color:var(--brand-mid); font-weight:600; }
.ident-cta { margin-left:auto; display:flex; align-items:center; gap:10px; }
.ident-cta .btn { padding:5px 14px; font-size:12px; border-radius:6px; }
.ident-close { margin-left:auto; background:none; border:none; color:var(--text-weak); cursor:pointer; font-size:16px; line-height:1; padding:4px 8px; }
.ident-cta + .ident-close { margin-left:4px; }

/* 按钮规范（高度40px/圆角8px 对齐 P0-1 Header） */
.btn { display:inline-block; padding:10px 24px; border:none; border-radius:8px; font-size:14px; cursor:pointer; transition:all .2s; text-decoration:none; line-height:1.4; box-sizing:border-box; }
.btn-primary { background:var(--brand-bright); color:#fff; }
.btn-primary:hover { background:var(--brand-hover); }
.btn-cta { background:var(--cta-orange); color:#fff; }
.btn-cta:hover { background:#F06A00; }
.btn-outline-white { background:transparent; border:1px solid rgba(255,255,255,.7); color:#fff; }
.btn-outline-white:hover { background:rgba(255,255,255,.15); }

/* 按钮锁：可见但低对比禁用(非删除线/非幽灵消失) */
.btn-locked { opacity:.55; cursor:not-allowed; }

/* 升级引导轻卡(非整页遮罩、非alert) */
.guide-card { position:relative; background:#fff; border:1px solid #E6EAF2; border-radius:12px; box-shadow:0 8px 30px rgba(21,32,51,.12); padding:20px 22px; max-width:360px; }
.guide-card h4 { font-size:15px; font-weight:600; color:var(--text-main); margin:0 0 8px; }
.guide-card p { font-size:13px; color:var(--text-sub); line-height:1.7; margin:0 0 6px; }
.guide-card .guide-actions { margin-top:14px; display:flex; gap:10px; flex-wrap:wrap; }
.guide-card .guide-close { position:absolute; top:10px; right:12px; background:none; border:none; color:var(--text-weak); cursor:pointer; font-size:18px; line-height:1; }

/* ===== 登录态身份条（视觉改版 × 会员分层 P0，2026-09-06） ===== */
.ident-bar { background: #F2F6FA; border-bottom: 1px solid var(--divider); font-size: 13px; }
.ident-inner { display: flex; align-items: center; gap: 16px; min-height: 46px; flex-wrap: wrap; padding: 6px 0; }
.ident-user { display: flex; align-items: center; gap: 8px; }
.ident-avatar { width: 26px; height: 26px; border-radius: 50%; background: var(--brand-mid); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }
.ident-name { color: var(--text-main); font-weight: 600; }
.ident-vip-expire { color: var(--text-weak); font-size: 12px; }
.ident-quota { color: var(--text-sub); }
.ident-quota b { color: var(--brand-bright); font-weight: 700; }
.ident-action { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-wrap: wrap; }
.ident-tip { color: var(--text-weak); }
.ident-cta { background: var(--brand-bright); color: #fff; padding: 5px 14px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 13px; }
.ident-cta:hover { background: var(--brand-hover); }
.ident-cta-renew { background: var(--cta-orange); }
.ident-cta-renew:hover { background: #f06a00; }
.ident-close { border: none; background: none; color: var(--text-weak); font-size: 20px; cursor: pointer; line-height: 1; padding: 0 4px; }
.ident-close:hover { color: var(--text-main); }

/* ===== 会员层级徽标（通用组件） ===== */
.badge { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 10px; font-size: 12px; line-height: 16px; font-weight: 500; white-space: nowrap; }
.badge-register { color: #51698C; background: #EEF3F9; border: 1px solid #CBD8E8; }
.badge-cert { color: #0F8A63; background: #E8F7F0; }
.badge-cert::before { content: "\2713"; color: #16A37B; font-weight: 700; margin-right: 2px; }
.badge-vip { color: #FFFFFF; background: #FF7D1A; }
.badge-auditing { color: #B7791F; background: #FFF7E6; }
.badge-rejected { color: #EF4444; background: #FEF2F2; }

/* 身份条移动端适配 */
@media (max-width: 768px) {
    .ident-inner { gap: 10px; }
    .ident-action { margin-left: 0; width: 100%; }
    .ident-tip { display: none; }
}

/* ===== 全站锁态组件（P0-2）：电话四态 / 引导卡 / 按钮锁 / Toast ===== */
.phone-reveal { display: inline-block; cursor: default; }
.phone-reveal.phone-clickable { color: #e65100; font-weight: 600; cursor: pointer; border-bottom: 1px dashed #e65100; }
.phone-reveal.phone-clickable:hover { color: #ff7d1a; border-bottom-color: #ff7d1a; }
.phone-reveal.revealed { color: #16A37B; font-weight: 600; cursor: default; border-bottom: none; }
.phone-reveal.phone-locked { color: #8a94a6; }
.phone-reveal.phone-exhausted { color: #8a94a6; cursor: default; }
.phone-quota-hint { display: inline-block; margin-left: 8px; font-size: 12px; color: #909399; }

/* 升级引导卡（轻卡，非整页遮罩） */
.guide-card { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 92%; max-width: 400px; background: #fff; border: 1px solid #e4e9f0; border-radius: 14px; box-shadow: 0 12px 40px rgba(13,79,133,.22); padding: 22px 24px; z-index: 1001; }
.guide-card[hidden] { display: none; }
.guide-close { position: absolute; top: 10px; right: 14px; font-size: 22px; color: #bbb; background: none; border: none; cursor: pointer; line-height: 1; }
.guide-close:hover { color: #333; }
.guide-title { font-size: 17px; font-weight: 700; color: #1a2b4a; margin: 0 0 10px; padding-right: 24px; }
.guide-why { font-size: 13px; color: #555; margin-bottom: 8px; }
.guide-path { font-size: 12px; color: #909399; margin-bottom: 8px; }
.guide-value { font-size: 12px; color: #16A37B; background: #E8F7F0; border-radius: 8px; padding: 8px 10px; margin-bottom: 14px; }
.guide-actions { display: flex; align-items: center; gap: 14px; }
.guide-cta { display: inline-block; background: #FF7D1A; color: #fff; border-radius: 8px; padding: 10px 22px; font-size: 14px; font-weight: 600; text-decoration: none; }
.guide-cta:hover { background: #E56A0B; }
.guide-link { font-size: 13px; color: #1A6FB5; text-decoration: none; }
.guide-link:hover { text-decoration: underline; }

/* 按钮锁 */
.is-locked { opacity: .55; cursor: not-allowed; }
.lock-note { display: inline-block; font-size: 11px; color: #909399; margin-left: 6px; }

/* 轻量 Toast */
.lock-toast { position: fixed; left: 50%; bottom: 40px; transform: translateX(-50%) translateY(12px); background: #1a2b4a; color: #fff; padding: 10px 18px; border-radius: 8px; font-size: 13px; box-shadow: 0 6px 20px rgba(0,0,0,.18); border-left: 4px solid #16A37B; opacity: 0; transition: opacity .25s, transform .25s; z-index: 2000; max-width: 86%; }
.lock-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }


/* ===== P0-2 三段式卡片 + 动作行（2026-09-06） ===== */
/* 列表页卡片容器：改为上下结构（主链接 + 动作行），白底圆角12px */
.company-list .company-card,
.park-list .park-card {
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.company-list .company-card:hover,
.park-list .park-card:hover {
    border-color: #1a6fb5;
    box-shadow: 0 6px 18px rgba(26,111,181,.10);
    transform: translateY(-2px);
}

/* 卡片主链接：flex 横排（头像 + 信息 + 箭头） */
.company-list .company-card-main,
.park-list .park-card-main {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    text-decoration: none;
    color: inherit;
}

/* 动作行：底部灰条，电话 + 收藏 + 详情 */
.company-list .company-card-actions,
.park-list .park-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-top: 1px solid #f0f2f5;
    background: #fafbfd;
}
.company-card-actions .phone-reveal,
.park-card-actions .phone-reveal {
    font-size: 13px;
    padding: 6px 12px;
    background: #f0f4f9;
    border-radius: 8px;
}

/* ===== 动作按钮（通用） ===== */
.card-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 16px;
    border: 1px solid #d8e0ea;
    border-radius: 8px;
    background: #fff;
    color: #1a6fb5;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}
.card-btn:hover { border-color: #1a6fb5; background: #e8f4fd; }
.card-btn.is-locked { opacity: .55; cursor: not-allowed; }
.card-btn.is-locked:hover { background: #fff; border-color: #d8e0ea; }

/* 主按钮（CTA 橙，仅关键 CTA 用） */
.card-btn-primary {
    background: #FF7D1A;
    border-color: #FF7D1A;
    color: #fff;
    font-weight: 600;
}
.card-btn-primary:hover { background: #E56A0B; border-color: #E56A0B; color: #fff; }

/* 收藏态 */
.card-btn.fav-on { color: #FF7D1A; border-color: #FFC59A; background: #FFF7F0; }

/* 详情动作区 */
.detail-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

/* 移动端 */
@media (max-width: 600px) {
    .company-list .company-card-main,
    .park-list .park-card-main { padding: 14px; }
    .company-list .company-card-actions,
    .park-list .park-card-actions { padding: 10px 14px; }
}


/* ===== P0-3 专线列表卡片三段式（覆盖旧横向 route-card） ===== */
.route-list .route-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: all .2s;
}
.route-list .route-card:hover { border-color: #1a6fb5; box-shadow: 0 2px 10px rgba(26,111,181,.08); }
.route-list .route-card-main {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    text-decoration: none;
    color: inherit;
    flex-wrap: wrap;
}
.route-list .route-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-top: 1px solid #f0f2f5;
    background: #fafbfd;
}
.route-list .route-card-actions .phone-reveal {
    font-size: 13px;
    padding: 6px 12px;
    background: #f0f4f9;
    border-radius: 8px;
}
.route-price { font-size: 13px; color: #e65100; font-weight: 600; white-space: nowrap; }
.route-price .price-ref { font-style: normal; font-weight: 400; font-size: 11px; color: #999; margin-left: 2px; }
.route-info .route-delivery { font-size: 13px; color: #888; }

/* ===== P0-3 详情页两栏布局 ===== */
.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 16px;
    align-items: start;
}
.detail-main { min-width: 0; }
.detail-sidebar { min-width: 0; }
.sidebar-sticky { position: sticky; top: 16px; display: flex; flex-direction: column; gap: 14px; }
.sidebar-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 16px 18px; }
.sidebar-card-title { font-size: 14px; font-weight: 600; color: #222; margin: 0 0 12px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.sidebar-company { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.sidebar-company:hover .sidebar-company-name { color: #1a6fb5; }
.sidebar-company-info { min-width: 0; }
.sidebar-company-name { font-size: 14px; font-weight: 600; color: #222; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; transition: color .2s; }
.sidebar-company-sub { font-size: 12px; color: #999; margin-top: 3px; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sidebar-contact-line { display: flex; align-items: center; gap: 12px; padding: 5px 0; }
.sidebar-contact-label { font-size: 12px; color: #999; width: 60px; flex-shrink: 0; }
.sidebar-contact-value { font-size: 14px; color: #222; }
.sidebar-contact-value .phone-reveal { font-size: 15px; }
.sidebar-contact-tip { margin-top: 8px; font-size: 11px; color: #b0b6c0; line-height: 1.5; }
.sidebar-actions { display: flex; flex-direction: column; gap: 8px; }
.sidebar-cta-main { justify-content: center; width: 100%; padding: 10px 16px; font-size: 14px; }
.sidebar-dial { justify-content: center; width: 100%; }
.sidebar-actions .card-btn[data-fav] { justify-content: center; width: 100%; }
.sidebar-manage-note { margin-top: 8px; font-size: 11px; color: #b0b6c0; line-height: 1.5; }

/* 移动端：两栏变单栏，CTA 横向 sticky 沉底 */
@media (max-width: 900px) {
    .detail-layout { grid-template-columns: 1fr; }
    .sidebar-sticky { position: static; }
    .sidebar-actions { flex-direction: row; flex-wrap: wrap; }
    .sidebar-cta-main, .sidebar-dial, .sidebar-actions .card-btn[data-fav] { width: auto; flex: 1; min-width: 96px; }
}
@media (max-width: 600px) {
    .route-list .route-card-main { padding: 14px; }
    .route-list .route-card-actions { padding: 10px 14px; }
    .detail-sidebar .sidebar-actions {
        position: sticky;
        bottom: 0;
        z-index: 20;
        background: #fff;
        padding: 10px 12px;
        box-shadow: 0 -2px 10px rgba(0,0,0,.06);
        border-radius: 10px;
    }
}
