/* 焦点网络城市分站专用样式：仅作用于 .jd-city-page，不影响站内其他模板。 */
:root{--jd-red:#e50b23;--jd-red-2:#f24e61;--jd-dark:#101a32;--jd-blue:#20345f;--jd-ink:#172033;--jd-muted:#687086;--jd-line:#e8ebf1;--jd-soft:#f6f8fc;--jd-white:#fff;}
.jd-city-page{color:var(--jd-ink);background:#fff;}
.jd-city-page *{box-sizing:border-box;}
.jd-city-page a{transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;}
.jd-city-page .jd-city-shell{width:min(1200px,calc(100% - 40px));margin:0 auto;}
.jd-city-page .jd-city-kicker{display:block;margin:0 0 12px;color:var(--jd-red);font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;}
.jd-city-page .jd-city-section{padding:82px 0;}
.jd-city-page .jd-city-section--soft{background:var(--jd-soft);}
.jd-city-page .jd-city-section-title{text-align:center;margin:0 auto 42px;max-width:820px;}
.jd-city-page .jd-city-section-title h2{font-size:34px;line-height:1.35;color:var(--jd-ink);font-weight:700;}
.jd-city-page .jd-city-section-title p{margin-top:14px;color:var(--jd-muted);font-size:16px;line-height:1.9;}

/* 独立页头 */
.jd-city-header .tel a{color:inherit;}
.jd-city-header .slogan .sub-title{letter-spacing:1px;}
.jd-city-page #nav-wrap .nav-container{display:flex;justify-content:center;}
.jd-city-page #nav-wrap .nav-list{float:none;}
.jd-city-page #nav-wrap .nav-list .nav-list-link{padding-left:34px;padding-right:34px;}

/* Hero */
.jd-city-hero{position:relative;isolation:isolate;overflow:hidden;min-height:410px;color:#fff;background:linear-gradient(120deg,#101a32 0%,#20345f 58%,#8b1c32 120%);}
.jd-city-hero:before,.jd-city-hero:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(1px);}
.jd-city-hero:before{width:520px;height:520px;right:-150px;top:-250px;background:radial-gradient(circle,rgba(242,78,97,.5),rgba(242,78,97,0) 68%);}
.jd-city-hero:after{width:440px;height:440px;left:-180px;bottom:-310px;background:radial-gradient(circle,rgba(76,124,227,.45),rgba(76,124,227,0) 70%);}
.jd-city-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:72px;align-items:center;min-height:410px;padding:64px 0 56px;}
.jd-city-hero__eyebrow{margin-bottom:18px;color:#f5bac2;font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;}
.jd-city-hero h1{margin:0;color:#fff;font-size:48px;line-height:1.25;font-weight:750;letter-spacing:.5px;}
.jd-city-hero__lead{max-width:740px;margin-top:20px;color:rgba(255,255,255,.8);font-size:18px;line-height:1.9;}
.jd-city-hero__actions{display:flex;gap:14px;margin-top:30px;}
.jd-city-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 25px;border:1px solid rgba(255,255,255,.28);border-radius:6px;color:#fff!important;font-size:15px;font-weight:600;}
.jd-city-btn--primary{border-color:var(--jd-red);background:var(--jd-red);box-shadow:0 12px 26px rgba(229,11,35,.28);}
.jd-city-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.18);}
.jd-city-btn--ghost:hover{background:rgba(255,255,255,.1);}
.jd-city-hero__panel{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.08);box-shadow:0 20px 50px rgba(0,0,0,.16);backdrop-filter:blur(10px);}
.jd-city-hero__panel-title{color:#fff;font-size:17px;font-weight:650;}
.jd-city-hero__panel ul{display:grid;gap:15px;margin-top:20px;}
.jd-city-hero__panel li{position:relative;padding-left:26px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.55;}
.jd-city-hero__panel li:before{content:"✓";position:absolute;left:0;top:0;color:#ff9aa7;font-weight:800;}
.jd-city-breadcrumb{border-bottom:1px solid var(--jd-line);background:#fff;}
.jd-city-breadcrumb__inner{display:flex;align-items:center;min-height:56px;color:#7b8190;font-size:14px;}
.jd-city-breadcrumb a{color:#5b6272;}
.jd-city-breadcrumb a:hover{color:var(--jd-red);}
.jd-city-breadcrumb span{margin:0 9px;color:#b1b6c0;}

/* 页内导航 */
.jd-city-anchor{position:sticky;top:66px;z-index:100;border-bottom:1px solid var(--jd-line);background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(16,26,50,.05);backdrop-filter:blur(10px);}
.jd-city-anchor__inner{display:flex;justify-content:center;overflow-x:auto;scrollbar-width:none;}
.jd-city-anchor__inner::-webkit-scrollbar{display:none;}
.jd-city-anchor a{flex:0 0 auto;padding:19px 26px;color:#424b5e;font-size:15px;font-weight:600;border-bottom:2px solid transparent;}
.jd-city-anchor a:hover{color:var(--jd-red);border-color:var(--jd-red);}

/* 服务卡片 */
.jd-city-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.jd-city-service{position:relative;overflow:hidden;min-height:210px;padding:30px;border:1px solid var(--jd-line);border-radius:12px;background:#fff;}
.jd-city-service:after{content:"";position:absolute;right:-40px;bottom:-45px;width:130px;height:130px;border-radius:50%;background:rgba(229,11,35,.045);}
.jd-city-service:hover{transform:translateY(-5px);border-color:rgba(229,11,35,.25);box-shadow:0 18px 45px rgba(16,26,50,.1);}
.jd-city-service__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:22px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--jd-red),var(--jd-red-2));font-size:25px;box-shadow:0 10px 24px rgba(229,11,35,.2);}
.jd-city-service__icon .iconfont{font-size:25px;line-height:1;color:#fff;}

/* 城市分站统一微信二维码弹窗：不依赖第三方弹层脚本，避免缓存或加载顺序导致点击失效。 */
.jd-wechat-modal[hidden]{display:none!important;}
.jd-wechat-modal{position:fixed;z-index:100000;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(9,20,43,.74);opacity:0;transition:opacity .22s ease;}
.jd-wechat-modal.is-open{opacity:1;}
.jd-wechat-modal__panel{position:relative;width:min(400px,calc(100vw - 40px));border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.3);transform:translateY(14px) scale(.98);transition:transform .22s ease;overflow:hidden;}
.jd-wechat-modal.is-open .jd-wechat-modal__panel{transform:translateY(0) scale(1);}
.jd-wechat-modal__close{position:absolute;z-index:2;top:10px;right:12px;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#f3f5f8;color:#536078;font:300 28px/36px Arial,sans-serif;cursor:pointer;}
.jd-wechat-modal__close:hover,.jd-wechat-modal__close:focus-visible{background:#e50b23;color:#fff;outline:none;}
.jd-wechat-modal__content{padding:48px 34px 36px;text-align:center;background:linear-gradient(180deg,#fff 0%,#fff7f8 100%);}
.jd-wechat-modal__content img{display:block;width:180px;height:180px;margin:0 auto 18px;border:8px solid #fff;border-radius:10px;box-shadow:0 10px 32px rgba(19,34,63,.12);object-fit:contain;}
.jd-wechat-modal__content h2{margin:0;color:#17233c;font-size:24px;line-height:1.4;}
.jd-wechat-modal__content p{margin:8px 0 0;color:#758096;font-size:15px;line-height:1.7;}
body.jd-wechat-modal-open{overflow:hidden;}
@media(max-width:767px){.jd-wechat-modal{padding:16px}.jd-wechat-modal__content{padding:42px 22px 30px}.jd-wechat-modal__content img{width:160px;height:160px}.jd-wechat-modal__content h2{font-size:21px}}
.jd-city-service h3{font-size:20px;line-height:1.45;color:var(--jd-ink);}
.jd-city-service p{margin-top:11px;color:var(--jd-muted);font-size:15px;line-height:1.8;}

/* 本地执行方案 */
.jd-city-plan{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:56px;align-items:stretch;}
.jd-city-plan__content{padding:8px 0;}
.jd-city-plan__content h2{font-size:35px;line-height:1.35;color:var(--jd-ink);}
.jd-city-plan__content>p{margin-top:18px;color:#596174;font-size:16px;line-height:2;}
.jd-city-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:13px 26px;margin-top:25px;}
.jd-city-checks li{position:relative;padding-left:25px;color:#3f4758;font-size:15px;line-height:1.65;}
.jd-city-checks li:before{content:"";position:absolute;left:0;top:7px;width:12px;height:12px;border:3px solid #f8c7cd;border-radius:50%;background:var(--jd-red);}
.jd-city-plan__card{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;overflow:hidden;border-radius:14px;background:rgba(255,255,255,.15);box-shadow:0 22px 55px rgba(16,26,50,.18);}
.jd-city-metric{display:flex;flex-direction:column;justify-content:center;min-height:150px;padding:25px;color:#fff;background:linear-gradient(145deg,#1a2949,#263e6d);}
.jd-city-metric:nth-child(4){background:linear-gradient(145deg,#9f1d32,var(--jd-red));}
.jd-city-metric strong{font-size:18px;line-height:1.4;}
.jd-city-metric span{margin-top:8px;color:rgba(255,255,255,.65);font-size:13px;}
.jd-city-plan__action{display:inline-flex;margin-top:28px;padding:14px 23px;border-radius:5px;color:#fff!important;background:var(--jd-red);font-size:15px;font-weight:600;}
.jd-city-plan__action:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(229,11,35,.24);}

/* 适用企业 */
.jd-city-audience{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.jd-city-audience__item{padding:28px 25px;border-top:3px solid var(--jd-red);border-radius:8px;background:#fff;box-shadow:0 12px 32px rgba(16,26,50,.07);}
.jd-city-audience__num{color:#d9dde6;font-size:32px;font-weight:800;line-height:1;}
.jd-city-audience__item h3{margin-top:18px;font-size:19px;line-height:1.4;}
.jd-city-audience__item p{margin-top:11px;color:var(--jd-muted);font-size:14px;line-height:1.8;}

/* 流程 */
.jd-city-process{display:grid;grid-template-columns:repeat(5,1fr);gap:0;counter-reset:city-process;}
.jd-city-process__item{position:relative;padding:0 18px;text-align:center;counter-increment:city-process;}
.jd-city-process__item:not(:last-child):after{content:"";position:absolute;z-index:0;top:28px;left:calc(50% + 35px);right:calc(-50% + 35px);height:1px;background:#d9dee8;}
.jd-city-process__num{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 20px;border:1px solid #f3a4af;border-radius:50%;color:var(--jd-red);background:#fff;font-size:15px;font-weight:800;box-shadow:0 0 0 8px #fff;}
.jd-city-process__item h3{font-size:18px;}
.jd-city-process__item p{margin-top:10px;color:var(--jd-muted);font-size:14px;line-height:1.75;}

/* 合规说明 */
.jd-city-disclaimer{padding:32px 36px;border-left:4px solid var(--jd-red);border-radius:8px;background:#fff;box-shadow:0 12px 36px rgba(16,26,50,.07);}
.jd-city-disclaimer h2{font-size:24px;}
.jd-city-disclaimer ul{display:grid;gap:12px;margin-top:18px;}
.jd-city-disclaimer li{position:relative;padding-left:20px;color:#596174;font-size:14px;line-height:1.8;}
.jd-city-disclaimer li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--jd-red);}

/* 案例及资讯 */
.jd-city-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.jd-city-case{overflow:hidden;border:1px solid var(--jd-line);border-radius:10px;background:#fff;}
.jd-city-case__image{display:block;overflow:hidden;aspect-ratio:16/10;background:#eef1f5;}
.jd-city-case__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.jd-city-case:hover img{transform:scale(1.04);}
.jd-city-case__body{padding:20px;}
.jd-city-case__body h3{font-size:17px;line-height:1.55;}
.jd-city-case__body span{display:inline-block;margin-top:12px;color:var(--jd-red);font-size:13px;}
.jd-city-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.jd-city-news{display:block;padding:24px;border:1px solid var(--jd-line);border-radius:9px;background:#fff;}
.jd-city-news time{color:#9aa0ad;font-size:12px;}
.jd-city-news h3{margin-top:10px;font-size:17px;line-height:1.6;}
.jd-city-news p{margin-top:9px;color:var(--jd-muted);font-size:13px;line-height:1.7;}
.jd-city-news:hover{transform:translateY(-3px);border-color:#efb4bc;box-shadow:0 12px 30px rgba(16,26,50,.08);}

/* FAQ */
.jd-city-faq{max-width:900px;margin:0 auto;}
.jd-city-faq details{border-bottom:1px solid var(--jd-line);background:#fff;}
.jd-city-faq summary{position:relative;padding:22px 54px 22px 4px;cursor:pointer;list-style:none;color:#293144;font-size:17px;font-weight:650;}
.jd-city-faq summary::-webkit-details-marker{display:none;}
.jd-city-faq summary:after{content:"+";position:absolute;right:8px;top:18px;width:30px;height:30px;border-radius:50%;color:var(--jd-red);background:#fff0f2;text-align:center;font-size:22px;line-height:28px;}
.jd-city-faq details[open] summary:after{content:"−";}
.jd-city-faq__answer{padding:0 54px 22px 4px;color:var(--jd-muted);font-size:14px;line-height:1.9;}

/* 城市列表页 */
.jd-city-index-intro{padding:70px 0 24px;text-align:center;}
.jd-city-index-intro h2{font-size:34px;}
.jd-city-index-intro p{max-width:760px;margin:14px auto 0;color:var(--jd-muted);line-height:1.9;}
.jd-city-region-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:28px 0 82px;}
.jd-city-region{display:block;position:relative;overflow:hidden;min-height:210px;padding:34px;border:1px solid var(--jd-line);border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(16,26,50,.055);}
.jd-city-region:hover{transform:translateY(-5px);border-color:#efb4bc;box-shadow:0 18px 44px rgba(16,26,50,.1);}
.jd-city-region__top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;}
.jd-city-region__num{color:#e5e8ef;font-size:50px;font-weight:800;line-height:1;}
.jd-city-region h2{font-size:23px;line-height:1.4;}
.jd-city-region h2 a:hover{color:var(--jd-red);}
.jd-city-region__desc{margin-top:10px;color:var(--jd-muted);font-size:14px;}
.jd-city-region__arrow{color:var(--jd-red);font-size:25px;}
.jd-city-subcities{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px;padding-top:20px;border-top:1px solid var(--jd-line);}
.jd-city-subcities a{padding:7px 12px;border-radius:20px;color:#525a6b;background:var(--jd-soft);font-size:13px;}
.jd-city-subcities a:hover{color:#fff;background:var(--jd-red);}
.jd-city-others{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
.jd-city-others a{padding:9px 16px;border:1px solid var(--jd-line);border-radius:24px;color:#4a5264;background:#fff;font-size:14px;}
.jd-city-others a:hover{color:#fff;border-color:var(--jd-red);background:var(--jd-red);}

/* 联系区与旧样式兼容 */
.jd-city-page .jd-city-contact{margin-top:0;}
.jd-city-page .footer-bottom-box .compliance-note{display:block;margin-top:12px;line-height:1.7;opacity:.72;}

@media (max-width:1198px){
  .jd-city-page .container-wrap,.jd-city-page .jd-city-shell{width:calc(100% - 32px);max-width:none;}
  .jd-city-page #nav-wrap .nav-container{display:block;width:auto;max-width:none;}
  .jd-city-page #nav-wrap .nav-list .nav-list-link{padding-left:.5rem;padding-right:.5rem;}
  .jd-city-hero__grid{grid-template-columns:1fr;gap:30px;min-height:0;padding:58px 0;}
  .jd-city-hero__panel{max-width:580px;}
  .jd-city-service-grid{grid-template-columns:repeat(2,1fr);}
  .jd-city-plan{grid-template-columns:1fr;}
  .jd-city-audience{grid-template-columns:repeat(2,1fr);}
  .jd-city-case-grid,.jd-city-news-grid{grid-template-columns:repeat(2,1fr);}
  .jd-city-process{grid-template-columns:repeat(3,1fr);gap:32px 0;}
  .jd-city-process__item:after{display:none;}
}

@media (max-width:767px){
  .jd-city-page .container-wrap,.jd-city-page .jd-city-shell{width:calc(100% - 28px);}
  .jd-city-page .jd-city-section{padding:54px 0;}
  .jd-city-page .jd-city-section-title{margin-bottom:28px;}
  .jd-city-page .jd-city-section-title h2,.jd-city-plan__content h2,.jd-city-index-intro h2{font-size:25px;}
  .jd-city-page .jd-city-section-title p{font-size:14px;line-height:1.8;}
  .jd-city-hero__grid{padding:48px 0 42px;}
  .jd-city-hero h1{font-size:32px;}
  .jd-city-hero__lead{font-size:15px;line-height:1.8;}
  .jd-city-hero__actions{flex-wrap:wrap;}
  .jd-city-btn{min-height:44px;padding:0 18px;font-size:14px;}
  .jd-city-hero__panel{padding:23px;}
  .jd-city-breadcrumb__inner{white-space:nowrap;overflow-x:auto;}
  .jd-city-anchor{top:5rem;}
  .jd-city-anchor__inner{justify-content:flex-start;width:auto;}
  .jd-city-anchor a{padding:15px 18px;font-size:13px;}
  .jd-city-service-grid,.jd-city-audience,.jd-city-case-grid,.jd-city-news-grid,.jd-city-region-grid{grid-template-columns:1fr;}
  .jd-city-service{min-height:0;padding:24px;}
  .jd-city-checks{grid-template-columns:1fr;}
  .jd-city-plan__card{grid-template-columns:1fr 1fr;}
  .jd-city-metric{min-height:120px;padding:18px;}
  .jd-city-process{grid-template-columns:1fr 1fr;gap:28px 0;}
  .jd-city-process__item{padding:0 10px;}
  .jd-city-process__item p{font-size:13px;}
  .jd-city-disclaimer{padding:25px 22px;}
  .jd-city-disclaimer h2{font-size:20px;}
  .jd-city-index-intro{padding:50px 0 15px;}
  .jd-city-region-grid{padding-bottom:55px;}
  .jd-city-region{min-height:0;padding:26px 22px;}
  .jd-city-region__num{font-size:38px;}
  .jd-city-region h2{font-size:20px;}
}

@media (max-width:420px){
  .jd-city-plan__card,.jd-city-process{grid-template-columns:1fr;}
  .jd-city-metric{min-height:95px;}
  .jd-city-hero__actions .jd-city-btn{width:100%;}
}

@media (prefers-reduced-motion:reduce){
  .jd-city-page *{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important;}
}
