/* ============================================================
 * GEO Template v3 - 完全对标tx009源码
 * 主题: geo-theme-2 (青绿色 #176b4d)
 * 部署: /template/s11lanstemxh230321v9/homepage-geo01/geo-style.css
 * ============================================================ */

/* ===== CSS变量主题系统(对标tx009) ===== */
:root{--ink:#132033;--muted:#526278;--line:#e7edf4;--soft:#f5f8fb;--paper:#fff;--brand:#0f4c75;--brand2:#123d5a;--accent:#f59e0b;--shadow:0 18px 45px rgba(19,32,51,.08);--r:18px}
.geo-theme-1{--brand:#0f4c75;--brand2:#123d5a;--accent:#f59e0b;--soft:#f5f8fb;--r:18px}
.geo-theme-2{--brand:#176b4d;--brand2:#14583f;--accent:#8bc34a;--soft:#f3faf6;--r:16px}
.geo-theme-3{--brand:#b91c1c;--brand2:#111827;--accent:#ef4444;--soft:#f7f7f8;--r:10px}
.geo-theme-4{--brand:#0f4c75;--brand2:#123d5a;--accent:#38bdf8;--soft:#f5f8fb;--r:12px}
.geo-theme-5{--brand:#1f2937;--brand2:#0f172a;--accent:#c7982b;--soft:#f8f6f0;--r:12px}

/* ===== 全局重置 ===== */
*{box-sizing:border-box;margin:0;padding:0;letter-spacing:0;font-family:inherit;word-break:normal}
body{font-family:"PingFang SC","Microsoft YaHei",sans-serif !important;font-size:16px !important;color:var(--ink) !important;background:#fff !important;line-height:1.75 !important}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:1200px !important;max-width:calc(100% - 32px) !important;margin:0 auto !important}

/* ===== 顶部会员栏(Destoon兼容) ===== */
.geo-topbar{background:#0f172a !important;color:#cbd5e1 !important;font-size:12px !important;line-height:32px !important}
.geo-topbar a{color:#cbd5e1;margin:0 4px}
.geo-topbar a:hover{color:var(--accent)}
.geo-topbar .wrap{display:flex;justify-content:space-between;align-items:center}

/* ===== 导航栏(对标tx009 .top) ===== */
.top{height:76px !important;background:#fff !important;border-bottom:1px solid var(--line) !important;position:sticky;top:0;z-index:30 !important;line-height:normal !important}
.top .wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{min-width:0 !important}
.brand h1{font-size:24px;line-height:1.25;color:var(--brand);font-weight:800;white-space:nowrap}
.brand p{font-size:12px;color:var(--muted);margin-top:2px}
.nav{display:flex !important;align-items:center !important;gap:24px !important;font-size:14px !important;font-weight:700 !important;color:#1f2937 !important;white-space:nowrap !important}
.nav a:hover{color:var(--brand)}
.nav a.active{color:var(--brand)}
.phone-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800;white-space:nowrap}
.phone-pill:hover{background:var(--brand2);color:#fff}

/* ===== Hero区域(对标tx009 .hero) ===== */
.hero{background:linear-gradient(135deg,var(--brand2),#0d5677) !important;color:#fff !important;padding:86px 0 88px !important;text-align:center !important}
.hero h2{font-size:44px;line-height:1.25;font-weight:900}
.hero h2 em{font-style:normal;color:var(--accent)}
.hero-sub{max-width:880px;margin:18px auto 0;font-size:18px;color:rgba(255,255,255,.86);font-weight:600}
.hero-line{display:inline-flex;align-items:center;justify-content:center;max-width:980px;margin:16px auto 0;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.10);color:#fff;font-size:15px;font-weight:900;line-height:1.7}
.hero-about{max-width:880px;margin:14px auto 0;font-size:14px;color:rgba(255,255,255,.76);line-height:1.9;text-align:left;padding:0 20px}
.hero-entity{max-width:980px;margin:24px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:left}
.hero-entity div{min-height:70px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.10);padding:10px 12px;backdrop-filter:blur(8px)}
.hero-entity b{display:block;color:rgba(255,255,255,.66);font-size:12px;margin-bottom:3px}
.hero-entity span{display:block;color:#fff;font-size:14px;font-weight:800;line-height:1.5;word-break:break-word}
.trust-labels{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:18px 0 0}
.trust-labels span{display:inline-flex;align-items:center;min-height:34px;padding:6px 14px;border-radius:999px;background:rgba(245,158,11,.16);border:1px solid rgba(245,158,11,.36);color:#fff;font-size:14px;font-weight:900}
.trust-labels span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent);margin-right:8px}
.topic-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:14px auto 0;max-width:900px}
.topic-tags span{display:inline-flex;align-items:center;min-height:30px;padding:4px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);font-size:13px;font-weight:800}
.hero-actions{margin-top:26px;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer;font-size:15px}
.btn-primary{background:var(--accent);color:#172033}
.btn-primary:hover{opacity:.9;color:#172033}
.btn-ghost{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.08)}
.btn-ghost:hover{background:rgba(255,255,255,.14);color:#fff}
.hero-facts{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:26px}
.fact{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);font-size:14px;font-weight:800}

/* ===== 板块通用(对标tx009 .section) ===== */
.section{padding:70px 0 !important}
.section.soft{background:var(--soft)}
.section-head{text-align:center;margin-bottom:34px}
.section-head h2{font-size:32px;line-height:1.3;font-weight:900;color:#111827}
.section-head h3{font-size:32px;line-height:1.3;font-weight:900;color:#111827}
.section-head p{margin-top:10px;color:var(--muted);font-size:15px}
.under{width:54px;height:4px;border-radius:4px;background:var(--accent);margin:12px auto 0}
.section-more{float:right;font-size:14px;color:var(--brand);font-weight:900}
.section-more:hover{color:var(--brand2)}

/* ===== 关于我们(对标tx009 .about-card) ===== */
.about-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:28px 34px;background:#fff;border-radius:var(--r);box-shadow:var(--shadow);padding:34px;border:1px solid var(--line)}
.about-card.no-media .about-text{grid-column:1/-1}
.about-text{font-size:15px;color:#334155;line-height:2.05}
.about-text p{margin-bottom:12px}
.hotline{margin-top:20px;font-size:18px;color:var(--brand);font-weight:900}
.about-ad{align-self:center;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(19,32,51,.08)}
.about-ad img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f1f5f9}

/* ===== 实体信息条(对标tx009 .entity-strip) ===== */
.entity-strip{border-top:1px solid var(--line);padding-top:22px;display:grid;grid-template-columns:repeat(3,376px) !important;gap:12px;margin-top:20px;justify-content:center}
.entity-item{background:#f8fbff;border:1px solid #dfe8f2;border-radius:12px;padding:12px 14px;min-height:66px}
.entity-item b{display:block;color:#64748b;font-size:13px;margin-bottom:4px}
.entity-item span{display:block;color:#1f2937;font-size:14px;font-weight:800;line-height:1.55;word-break:break-word}

/* ===== 网格系统 ===== */
.grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}

/* ===== 信息卡片(对标tx009 .info-card) ===== */
.info-card{background:#f7fafc;border:1px solid var(--line);border-radius:18px;padding:24px;min-height:166px}
.info-card .icon{font-size:28px;margin-bottom:18px}
.info-card h3{font-size:20px;line-height:1.45;margin-bottom:10px;color:#172033}
.info-card p{font-size:14px;color:#45556a;line-height:1.9}

/* ===== 产品卡片(对标tx009 .product-card) ===== */
.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);transition:all 0.2s}
.product-card:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(19,32,51,.12)}
.product-thumb{height:190px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;font-weight:900}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-body{padding:20px}
.product-body h3{font-size:20px;line-height:1.45;margin-bottom:8px;color:#172033}
.product-body h3 a{color:#172033}
.product-body h3 a:hover{color:var(--brand)}
.product-body p{font-size:14px;color:#45556a;line-height:1.9;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.product-body .price{display:block;margin-top:8px;font-size:18px;color:#e65100;font-weight:900}
.product-more{margin-top:12px;color:var(--brand);font-size:14px;font-weight:900}

/* ===== 标签列表 ===== */
.tag-list{display:flex;flex-wrap:wrap;gap:10px}
.tag{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#334155;font-size:14px;font-weight:700;transition:all 0.2s}
.tag:hover{background:var(--brand);color:#fff;border-color:var(--brand)}

/* ===== 服务边界(对标tx009 .boundary) ===== */
.boundary{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;color:#334155;line-height:2}

/* ===== 资质案例图片网格 ===== */
.image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.image-grid .case-card{border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);transition:all 0.2s}
.image-grid .case-card:hover{transform:translateY(-2px)}
.image-grid img{width:100%;height:150px;object-fit:cover;background:#f1f5f9}
.image-grid .case-card p{padding:10px 12px;font-size:13px;color:#45556a;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* ===== FAQ(对标tx009 .faq) ===== */
.faq{max-width:920px;margin:0 auto}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-bottom:12px}
.faq-item:hover{border-color:var(--brand)}
.faq-item dt{font-weight:900;color:#111827;font-size:15px}
.faq-item dd{margin-top:8px;color:#45556a;font-size:14px}

/* ===== 新闻列表(对标tx009 .news-list) ===== */
.news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}
.news-list a{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;color:#334155;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.2s}
.news-list a:hover{border-color:var(--brand);color:var(--brand)}
.news-date{font-size:12px;color:var(--muted);margin-left:8px}

/* ===== 相关站点链接(对标tx009 .site-links) ===== */
.site-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:980px;margin:0 auto}
.site-links a{display:inline-flex;align-items:center;min-height:36px;max-width:260px;padding:6px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#334155;font-size:13px;font-weight:800;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.site-links a:hover{color:var(--brand);border-color:#c7d7e8;background:#f8fbff}

/* ===== 页脚(对标tx009 .footer) ===== */
.geo-footer{background:#0f172a;color:#cbd5e1;padding:30px 0;font-size:13px}
.geo-footer .wrap{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.geo-footer a{color:#e2e8f0}

/* ===== 空状态 ===== */
.geo-empty{text-align:center;color:var(--muted);padding:40px;font-size:14px;grid-column:1/-1}

/* ===== 浮动按钮 ===== */
.geo-float{position:fixed;right:20px;bottom:80px;z-index:200;display:flex;flex-direction:column;gap:10px}
.geo-float a{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;text-align:center;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all 0.2s}
.geo-float a:hover{transform:translateY(-2px)}
.geo-float .fp{background:var(--brand)}
.geo-float .ft{background:var(--brand2)}

/* ===== 主容器布局+板块排序(对标tx009) ===== */
#geoEntityProfile{display:flex;flex-direction:column}
.section-hero{order:1}.section-about{order:2}.section-products{order:3}.section-core{order:4}.section-strength{order:5}.section-scenarios{order:6}.section-trading{order:7}.section-process{order:8}.section-guide{order:9}.section-partner{order:10}.section-boundary{order:11}.section-trust{order:12}.section-faq{order:13}.section-related{order:14}.section-news{order:15}
.geo-persona-service .section-boundary{order:2}.geo-persona-service .section-scenarios{order:3}.geo-persona-service .section-faq{order:4}.geo-persona-service .section-products{order:5}.geo-persona-service .section-core{order:6}.geo-persona-service .section-about{order:7}.geo-persona-service .section-strength{order:8}.geo-persona-service .section-trust{order:9}.geo-persona-service .section-trading{order:10}.geo-persona-service .section-process{order:11}.geo-persona-service .section-guide{order:12}.geo-persona-service .section-partner{order:13}.geo-persona-service .section-related{order:14}.geo-persona-service .section-news{order:15}
.geo-persona-product .section-products{order:2}.geo-persona-product .section-core{order:3}.geo-persona-product .section-scenarios{order:4}.geo-persona-product .section-trust{order:5}.geo-persona-product .section-faq{order:6}.geo-persona-product .section-about{order:7}.geo-persona-product .section-boundary{order:8}.geo-persona-product .section-strength{order:9}.geo-persona-product .section-trading{order:10}.geo-persona-product .section-process{order:11}.geo-persona-product .section-guide{order:12}.geo-persona-product .section-partner{order:13}.geo-persona-product .section-related{order:14}.geo-persona-product .section-news{order:15}

/* ===== 资质案例布局(对标tx009 .media-layout) ===== */
.media-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px}
.trust-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}
.trust-box h3{font-size:20px;margin-bottom:12px}
.trust-box ul{padding-left:20px;color:#334155;line-height:2}

/* ===== 响应式(对标tx009) ===== */
@media(max-width:900px){
  .top{height:auto;position:relative}
  .top .wrap{padding:14px 0;align-items:flex-start;flex-direction:column}
  .nav{gap:14px;flex-wrap:wrap}
  .hero{padding:58px 0}
  .hero h2{font-size:32px}
  .hero-entity{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-card,.media-layout{grid-template-columns:1fr}
  .entity-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-3,.grid-4,.image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .news-list{grid-template-columns:1fr}
}
@media(max-width:560px){
  .wrap{max-width:calc(100% - 22px)}
  .section{padding:46px 0}
  .hero h2{font-size:27px}
  .hero-sub{font-size:15px}
  .hero-entity{grid-template-columns:1fr}
  .about-card{padding:22px}
  .entity-strip{grid-template-columns:1fr}
  .grid-3,.grid-4,.image-grid{grid-template-columns:1fr}
}


/* ===== GEO首页推送新增板块样式 ===== */
/* 追加到 geo-style.css 末尾 */

/* 4列网格(应用场景用) */
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 768px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

/* 卡片图标 */
.info-card .card-icon {
    font-size: 24px;
    margin-bottom: 8px;
    color: #1a8a5c;
}

/* 核心服务卡片 */
.service-card {
    text-align: left;
    padding: 20px;
}
.service-card h4 {
    font-size: 15px;
    margin: 8px 0 6px;
    color: #333;
}
.service-card p {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

/* 工厂优势卡片 */
.adv-card {
    text-align: left;
    padding: 20px;
}
.adv-card .card-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e8f5ef;
    border-radius: 50%;
    font-size: 16px;
    color: #1a8a5c;
}
.adv-card h4 {
    font-size: 14px;
    margin: 10px 0 6px;
    color: #333;
}
.adv-card p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}

/* 应用场景卡片 */
.app-card {
    text-align: left;
    padding: 16px;
}
.app-card .card-icon {
    font-size: 14px;
    color: #1a8a5c;
}
.app-card h4 {
    font-size: 14px;
    margin: 6px 0 4px;
    color: #333;
}
.app-card p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

/* 服务边界 */
.boundary-box {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    border: 1px solid #e8e8e8;
}
.boundary-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}
.boundary-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed #e0e0e0;
}
.boundary-tags .tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #1a8a5c;
    background: #e8f5ef;
    border: 1px solid #c8e6d5;
}

/* 新板块通用 */
.section-services,
.section-advantages,
.section-applications,
.section-boundary {
    padding: 48px 0;
}

/* ===== 板块排序覆盖已合并到主排序行 ===== */

/* ===== 移动端自适应增强 v2(对标tx009) ===== */

/* ===== 平板 768px ===== */
@media(max-width:768px){
.geo-topbar .wrap{flex-wrap:wrap;gap:4px;justify-content:center}
.top{height:auto !important;padding:10px 0 !important}
.top .wrap{flex-direction:column !important;gap:10px !important;align-items:stretch !important}
.brand{display:flex;justify-content:space-between;align-items:center}
.brand h1{font-size:20px !important}
.nav{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:14px !important;font-size:13px !important;padding-bottom:4px;white-space:nowrap !important}
.nav::-webkit-scrollbar{height:2px}
.nav::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}
.phone-pill{min-height:36px;padding:0 16px;font-size:13px}
.geo-city-bar{padding:4px 12px !important;font-size:12px}
.hero{padding:44px 0 !important}
.hero h2{font-size:26px !important}
.hero-sub{font-size:15px;margin-top:14px}
.hero-line{font-size:13px;padding:6px 12px;margin-top:12px}
.hero-about{font-size:13px;padding:0 8px;margin-top:10px}
.hero-entity{grid-template-columns:repeat(2,1fr) !important}
.hero-actions{gap:10px;margin-top:20px}
.btn{min-height:38px;padding:0 16px;font-size:14px}
.hero-facts{gap:8px;margin-top:20px}
.fact{font-size:13px;padding:0 14px;min-height:34px}
.section{padding:44px 0 !important}
.section-head h2,.section-head h3{font-size:24px !important}
.section-head p{font-size:14px}
.section-more{float:none;display:block;text-align:center;margin-top:8px}
.about-card{grid-template-columns:1fr !important;padding:20px}
.about-text{font-size:14px;line-height:2}
.hotline{font-size:16px}
.grid-3{grid-template-columns:repeat(2,1fr) !important}
.grid-4{grid-template-columns:repeat(2,1fr) !important}
.image-grid{grid-template-columns:repeat(2,1fr) !important}
.media-layout{grid-template-columns:1fr !important}
.news-list{grid-template-columns:1fr !important}
.boundary-box{padding:20px}
.geo-footer .wrap{flex-direction:column;gap:8px;text-align:center}
.geo-float{right:12px;bottom:60px}
.geo-float a{width:44px;height:44px;font-size:10px}
}

/* ===== 手机 480px ===== */
@media(max-width:480px){
.wrap{max-width:calc(100% - 20px) !important}
.geo-topbar{font-size:11px !important;line-height:26px !important}
.geo-city-bar{font-size:11px;padding:3px 10px}
.top{padding:8px 0 !important}
.brand h1{font-size:18px !important}
.brand p{font-size:11px}
.nav{gap:10px !important;font-size:12px !important}
.phone-pill{min-height:32px;padding:0 12px;font-size:12px}
.hero{padding:32px 0 !important}
.hero h2{font-size:21px !important;line-height:1.35}
.hero-sub{font-size:13px;margin-top:10px}
.hero-line{font-size:11px;padding:5px 8px;line-height:1.6;margin-top:8px}
.hero-about{font-size:12px;line-height:1.8;margin-top:8px;padding:0 4px}
.hero-entity{grid-template-columns:1fr !important;gap:8px;margin-top:14px}
.hero-entity div{padding:8px 10px;min-height:auto}
.hero-entity b{font-size:11px}
.hero-entity span{font-size:13px}
.trust-labels{gap:6px;margin-top:12px}
.trust-labels span{min-height:28px;padding:4px 10px;font-size:12px}
.trust-labels span:before{width:6px;height:6px;margin-right:6px}
.topic-tags{gap:5px;margin-top:8px}
.topic-tags span{min-height:26px;padding:3px 8px;font-size:11px}
.hero-actions{flex-direction:column;width:100%;margin-top:16px}
.hero-actions .btn{width:100%;min-height:40px;font-size:14px}
.hero-facts{gap:6px;margin-top:16px}
.fact{font-size:11px;padding:0 10px;min-height:30px}
.section{padding:32px 0 !important}
.section-head{margin-bottom:18px}
.section-head h2,.section-head h3{font-size:19px !important}
.section-head p{font-size:12px;margin-top:5px}
.under{width:36px;height:3px;margin:6px auto 0}
.about-card{padding:14px !important;gap:14px}
.about-text{font-size:13px;line-height:1.9}
.about-text p{margin-bottom:6px}
.hotline{font-size:15px;margin-top:10px}
.about-ad{border-radius:10px}
.entity-strip{grid-template-columns:1fr !important;gap:8px;margin-top:12px}
.entity-item{min-height:auto !important;padding:10px 12px}
.entity-item b{font-size:12px}
.entity-item span{font-size:13px}
.grid-3,.grid-4{grid-template-columns:1fr !important;gap:12px}
.info-card{padding:14px;min-height:auto}
.info-card .icon{font-size:24px;margin-bottom:10px}
.info-card h3{font-size:16px}
.info-card h4{font-size:14px}
.info-card p{font-size:12px;line-height:1.7}
.product-thumb{height:130px}
.product-body{padding:12px}
.product-body h3{font-size:15px}
.product-body p{font-size:12px}
.service-card,.adv-card,.app-card{padding:12px}
.service-card h4,.adv-card h4,.app-card h4{font-size:13px;margin:6px 0 4px}
.service-card p,.adv-card p,.app-card p{font-size:12px;line-height:1.5}
.adv-card .card-icon{width:28px;height:28px;line-height:28px;font-size:14px}
.boundary-box{padding:14px;border-radius:10px}
.boundary-box p{font-size:12px;line-height:1.7;margin-bottom:8px}
.boundary-tags{gap:6px;margin-top:12px;padding-top:12px}
.boundary-tags .tag{font-size:11px;padding:3px 8px}
.image-grid{grid-template-columns:repeat(2,1fr) !important;gap:8px}
.image-grid img{height:90px}
.image-grid .case-card p{font-size:11px;padding:5px 6px}
.media-layout{grid-template-columns:1fr !important;gap:14px}
.trust-box{padding:14px}
.trust-box h3{font-size:15px}
.trust-box ul{font-size:13px;line-height:1.9}
.faq{max-width:100%}
.faq-item{padding:12px 14px;border-radius:10px;margin-bottom:8px}
.faq-item dt{font-size:14px}
.faq-item dd{font-size:12px;margin-top:5px}
.news-list{grid-template-columns:1fr !important;gap:8px}
.news-list a{padding:10px 12px;font-size:13px}
.news-date{font-size:11px}
.site-links{gap:6px}
.site-links a{font-size:12px;min-height:30px;padding:4px 10px;max-width:200px}
.geo-footer{padding:18px 0;font-size:12px}
.geo-footer .wrap{flex-direction:column;gap:6px;text-align:center}
.geo-float{right:10px;bottom:50px;gap:8px}
.geo-float a{width:42px;height:42px;font-size:10px}
}

/* ===== 小屏 360px ===== */
@media(max-width:360px){
.wrap{max-width:calc(100% - 16px) !important}
.hero h2{font-size:19px !important}
.hero-actions .btn{font-size:13px}
.section-head h2,.section-head h3{font-size:17px !important}
.image-grid{grid-template-columns:1fr !important}
.grid-3,.grid-4{grid-template-columns:1fr !important}
}
/* ===== END 移动端自适应增强 v2 ===== */

/* ===== 移动端修复v4 ===== */
@media(max-width:768px){
.geo-topbar{display:none !important}
.geo-city-bar{display:none !important}
.top{height:auto !important;position:relative !important;z-index:50 !important;background:#fff !important;padding:8px 0 !important;border-bottom:1px solid var(--line) !important}
.top .wrap{flex-direction:row !important;justify-content:space-between !important;align-items:center !important;gap:10px !important;padding:0 !important}
.brand h1{font-size:16px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.brand p{display:none !important}
.nav{gap:0 !important;white-space:nowrap !important}
.nav a:not(.phone-pill){display:none !important}
.phone-pill{min-height:30px !important;padding:0 12px !important;font-size:12px !important;white-space:nowrap !important;flex-shrink:0 !important}
.hero{padding:36px 0 !important}
.hero h2{font-size:22px !important;line-height:1.35 !important}
.hero-sub{font-size:14px !important;margin-top:12px !important}
.hero-line{font-size:12px !important;padding:6px 10px !important;line-height:1.6 !important;max-width:100% !important}
.hero-about{font-size:13px !important;padding:0 8px !important}
.trust-labels{gap:6px !important;margin-top:14px !important}
.trust-labels span{font-size:12px !important;min-height:28px !important;padding:4px 10px !important}
.topic-tags{gap:6px !important}
.topic-tags span{font-size:12px !important;min-height:26px !important;padding:3px 8px !important}
.hero-entity{grid-template-columns:1fr !important;gap:8px !important;margin-top:16px !important}
.hero-entity div{min-height:auto !important;padding:8px 10px !important;backdrop-filter:none !important}
.hero-entity b{font-size:11px !important}
.hero-entity span{font-size:13px !important}
.hero-actions{flex-direction:column !important;gap:8px !important;margin-top:18px !important}
.hero-actions .btn{width:100% !important;min-height:40px !important;font-size:14px !important}
.hero-facts{gap:8px !important;margin-top:18px !important}
.fact{font-size:12px !important;min-height:32px !important;padding:0 12px !important}
.section{padding:36px 0 !important}
.section-head{margin-bottom:20px !important}
.section-head h2,.section-head h3{font-size:20px !important}
.section-head p{font-size:13px !important}
.about-card{grid-template-columns:1fr !important;gap:16px !important;padding:18px !important}
.about-text{font-size:14px !important;line-height:1.85 !important}
.about-ad{max-width:100% !important}
.entity-strip{grid-template-columns:1fr !important;gap:8px !important}
.grid-3,.grid-4{grid-template-columns:1fr !important;gap:14px !important}
.info-card{padding:16px !important;min-height:auto !important}
.info-card h3,.info-card h4{font-size:16px !important}
.info-card p{font-size:13px !important}
.product-thumb{height:140px !important}
.product-body{padding:14px !important}
.product-body h3{font-size:16px !important}
.product-body p{font-size:13px !important}
.service-card,.adv-card,.app-card{padding:14px !important}
.media-layout{grid-template-columns:1fr !important;gap:16px !important}
.image-grid{grid-template-columns:repeat(2,1fr) !important;gap:8px !important}
.image-grid img{height:110px !important}
.boundary-box{padding:16px !important}
.boundary-box p{font-size:13px !important}
.faq-item{padding:14px !important}
.faq-item dt{font-size:14px !important}
.faq-item dd{font-size:13px !important}
.news-list{grid-template-columns:1fr !important;gap:8px !important}
.news-list a{padding:10px 12px !important;font-size:13px !important}
.site-links{gap:6px !important}
.site-links a{font-size:12px !important;min-height:30px !important;padding:4px 10px !important;max-width:160px !important}
.geo-footer{padding:18px 0 !important;font-size:12px !important;text-align:center !important}
.geo-footer .wrap{flex-direction:column !important;gap:6px !important;align-items:center !important}
.geo-float{right:10px !important;bottom:40px !important;gap:6px !important}
.geo-float a{width:40px !important;height:40px !important;font-size:10px !important}
}
@media(max-width:480px){
.hero h2{font-size:19px !important}
.hero-sub{font-size:13px !important}
.section-head h2,.section-head h3{font-size:18px !important}
.brand h1{font-size:15px !important}
.image-grid{grid-template-columns:1fr !important}
.wrap{max-width:calc(100% - 20px) !important}
}
/* ===== END 移动端修复v4 ===== */
