@charset "utf-8";
/* ============================================================
   wsl580.com 首页 v3「金色方案」版式样式
   设计基底：Colorlib Law Firm（香槟金 #cbb88c + 深炭黑 + 白）
   实现方式：自研精简样式（无 Bootstrap / 无外链字体 / 无 jQuery）
   作用域：仅首页 body 内容区（.v3-*）；站头/站脚/内页由 site-upgrade.css v3 段负责
   口径：桌面容器 1000px（与站内 .w1000 对齐）；移动 ≤768px 单栏
   ============================================================ */

/* ---------- 0. 变量无关的本地色板（A 版：金色主打） ---------- */
.v3-wrap{width:1000px;max-width:100%;margin:0 auto;padding:0 12px;-webkit-box-sizing:border-box;box-sizing:border-box;}

/* 全局 clearfix（style.css div:after/ul:after/dl:after）会污染网格容器，先行中和 */
.v3-grid:after,.v3-cols:after,.v3-brand-list:after,.v3-lawyer-box:after,.v3-cta-in:after,
.v3-band-in:after,.v3-hero-in:after,.v3-head-row:after{content:none;display:none;}

.v3-topbar,.v3-hero,.v3-section,.v3-band,.v3-cta,.v3-seo{
  font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;
}
.v3-section a,.v3-hero a,.v3-band a,.v3-cta a,.v3-topbar a,.v3-brand-list a{text-decoration:none;}

/* ---------- 1. 顶部信息条 ---------- */
.v3-topbar{background:#121518;border-bottom:1px solid #262b30;}
.v3-topbar-in{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;
  -webkit-box-align:center;-webkit-align-items:center;align-items:center;height:38px;}
.v3-topbar-l{font-size:13px;color:#cbb88c;letter-spacing:.02em;}
.v3-topbar-r{font-size:13px;color:#9aa1a8;}
.v3-topbar-r a{color:#e8e4da;}
.v3-topbar-r a:hover{color:#cbb88c;}
.v3-topbar-addr{color:#9aa1a8;}
.v3-dot{display:inline-block;width:1px;height:11px;background:#3a4148;margin:0 10px;vertical-align:-1px;}

/* ---------- 2. Hero ---------- */
.v3-hero{position:relative;overflow:hidden;background:#121518;}
.v3-hero-bg{position:absolute;left:0;top:0;right:0;bottom:0;
  /* 2026-09-18：首屏合照换成甲方提供的新影棚团队合照（原为 banner-c.jpg 的「5 人 + 律所大厅」）。
     裁切依据：新图内容区比例 2.69:1 ≈ 桌面 Hero 容器 2.83:1 → cover 时几乎不裁到人。 */
  background:url("http://www.wsl580.com/skins/images/wycms/team-hero-2026.jpg") no-repeat center center;
  background-size:cover;}
.v3-hero-scrim{position:absolute;left:0;top:0;right:0;bottom:0;
  background:-webkit-linear-gradient(100deg,rgba(18,21,24,.94) 0%,rgba(18,21,24,.84) 40%,rgba(18,21,24,.50) 72%,rgba(18,21,24,.36) 100%);
  background:linear-gradient(100deg,rgba(18,21,24,.94) 0%,rgba(18,21,24,.84) 40%,rgba(18,21,24,.50) 72%,rgba(18,21,24,.36) 100%);}
.v3-hero-in{position:relative;z-index:2;padding-top:76px;padding-bottom:64px;max-width:1000px;}
.v3-eyebrow{margin:0 0 14px;font-size:12px;font-weight:600;letter-spacing:.18em;color:#cbb88c;}
.v3-hero h1.site-h1{display:block;width:auto;margin:0;padding:0;background:none;border:0;
  font:600 40px/1.24 "Microsoft YaHei","PingFang SC",sans-serif;color:#fff;text-align:left;
  text-shadow:0 2px 10px rgba(0,0,0,.45);}
.v3-hero h1.site-h1:after{content:"";display:block;width:64px;height:3px;background:#cbb88c;margin:18px 0 0;}
.v3-hero-sub{margin:16px 0 0;font-size:17px;font-weight:500;color:#cbb88c;letter-spacing:.04em;}
.v3-hero-desc{margin:12px 0 0;max-width:620px;font-size:15px;line-height:1.9;color:#d5d8db;}
.v3-hero-btns{margin:26px 0 0;}
.v3-btn{display:inline-block;margin:0 12px 10px 0;padding:14px 28px;border-radius:3px;
  font:600 16px/1 "Microsoft YaHei","PingFang SC",sans-serif;letter-spacing:.02em;
  -webkit-transition:all .25s ease;transition:all .25s ease;}
.v3-btn-gold{background:#cbb88c;color:#1b1e21!important;border:1px solid #cbb88c;}
.v3-btn-gold:hover{background:#b5a072;border-color:#b5a072;color:#121518!important;}
.v3-btn-ghost{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.6);}
.v3-btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#cbb88c;color:#cbb88c!important;}
.v3-hero-facts{margin:22px 0 0;padding:0;font-size:13px;color:#a9b0b6;}
.v3-hero-facts li{display:inline-block;margin:0 20px 6px 0;padding-left:16px;position:relative;}
.v3-hero-facts li:before{content:"";position:absolute;left:0;top:6px;width:7px;height:7px;
  border:1px solid #cbb88c;border-radius:50%;}

/* ---------- 3. 通用区块 ---------- */
.v3-section{padding:62px 0;}
.v3-alt{background:#faf8f4;border-top:1px solid #efe9dd;border-bottom:1px solid #efe9dd;}
.v3-head{margin-bottom:36px;}
.v3-sub{margin:0 0 8px;font-size:12px;font-weight:600;letter-spacing:.2em;color:#9a8352;text-transform:uppercase;}
.v3-sub-light{color:#cbb88c;}
.v3-head h2,.v3-band-txt h2,.v3-cta-txt h2{margin:0;font:600 30px/1.3 "Microsoft YaHei","PingFang SC",sans-serif;color:#1b1e21;}
.v3-head h2:after{content:"";display:block;width:44px;height:2px;background:#cbb88c;margin:14px 0 0;}
.v3-head-desc{margin:12px 0 0;font-size:15px;line-height:1.8;color:#6d6d6d;}
.v3-head-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;
  -webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;}
.v3-head-more{font-size:14px;color:#9a8352;white-space:nowrap;padding-bottom:6px;}
.v3-head-more:hover{color:#cbb88c;}

/* ---------- 4. 卡片网格 ---------- */
.v3-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  margin:0 -10px;padding:0;}
.v3-grid-3 > li{-webkit-box-sizing:border-box;box-sizing:border-box;
  -webkit-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;padding:0 10px 20px;}
.v3-card,.v3-case{background:#fff;border:1px solid #e9e4d8;border-radius:4px;
  padding:26px 22px 22px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;
  -webkit-transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;}
.v3-card:hover,.v3-case:hover{border-color:#cbb88c;box-shadow:0 8px 24px rgba(27,30,33,.07);transform:translateY(-2px);}
.v3-ico{display:block;width:52px;height:52px;line-height:0;margin-bottom:16px;
  border:1px solid #e2dac6;border-radius:50%;color:#9a8352;
  display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;}
.v3-ico svg{width:26px;height:26px;display:block;}
.v3-card h3,.v3-case h3{margin:0 0 10px;font:600 18px/1.5 "Microsoft YaHei","PingFang SC",sans-serif;color:#1b1e21;}
.v3-card p,.v3-case p{margin:0 0 14px;font-size:14px;line-height:1.85;color:#6d6d6d;}
.v3-more{font-size:13px;color:#9a8352;border-bottom:1px solid #ded5c0;padding-bottom:1px;}
.v3-more:hover{color:#cbb88c;border-bottom-color:#cbb88c;}
.v3-case h3 a{color:#1b1e21;}
.v3-case h3 a:hover{color:#9a8352;}
.v3-case-date{display:inline-block;margin-bottom:12px;padding:3px 10px;border-radius:2px;
  background:#f5f1e8;color:#9a8352;font-size:12px;letter-spacing:.04em;}

/* ---------- 5. 首席律师 ---------- */
.v3-lawyer-box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;}
.v3-lawyer-photo{-webkit-flex:0 0 220px;flex:0 0 220px;max-width:220px;text-align:center;}
.v3-lawyer-photo img{display:block;width:100%;height:auto;border:1px solid #e9e4d8;border-radius:3px;background:#fff;}
.v3-lawyer-name{margin:12px 0 0;font:600 18px/1.4 "Microsoft YaHei",sans-serif;color:#1b1e21;}
.v3-lawyer-name span{display:block;margin-top:4px;font:400 13px/1.4 "Microsoft YaHei",sans-serif;color:#9a8352;letter-spacing:.08em;}
.v3-lawyer-txt{-webkit-flex:1;flex:1;min-width:280px;padding:0 0 0 32px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.v3-lawyer-txt p{margin:0 0 14px;font-size:15px;line-height:2;color:#3a3a3a;}
.v3-lawyer-links{margin:6px 0 0;padding:0;}
.v3-lawyer-links li{display:inline-block;margin:0 12px 8px 0;}
.v3-lawyer-links a{display:inline-block;padding:9px 18px;border:1px solid #cbb88c;border-radius:3px;
  font-size:14px;color:#9a8352;background:#fff;}
.v3-lawyer-links a:hover{background:#cbb88c;color:#1b1e21;}
.v3-lawyer-photo2{-webkit-flex:0 0 260px;flex:0 0 260px;max-width:260px;margin-left:28px;}
.v3-lawyer-photo2 img{display:block;width:100%;height:auto;border:1px solid #e9e4d8;border-radius:3px;}
.v3-lawyer-cap{margin:8px 0 0;font-size:12px;color:#9b9b9b;text-align:center;}
.v3-lawyer .su-team{margin-top:34px;}

/* ---------- 6. 深色团队带 ---------- */
.v3-band{background:#121518;padding:62px 0;}
.v3-band-in{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-box-align:center;-webkit-align-items:center;align-items:center;}
.v3-band-txt{-webkit-flex:1;flex:1;min-width:300px;padding-right:36px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.v3-band-txt h2{color:#fff;font-size:28px;}
.v3-band-txt p{margin:16px 0 0;font-size:15px;line-height:2;color:#b9bfc5;}
.v3-band-img{-webkit-flex:0 0 380px;flex:0 0 380px;max-width:380px;}
.v3-band-img img{display:block;width:100%;height:auto;border:1px solid #2b3136;border-radius:3px;}

/* ---------- 7. 资讯四栏 ---------- */
.v3-cols{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px;}
.v3-col{-webkit-box-sizing:border-box;box-sizing:border-box;
  -webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 12px 20px;}
.v3-col-h{border-bottom:2px solid #cbb88c;padding-bottom:8px;margin-bottom:14px;
  display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;
  -webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;}
.v3-col-h h3{margin:0;font:600 18px/1.4 "Microsoft YaHei","PingFang SC",sans-serif;color:#1b1e21;}
.v3-col-h a{font-size:12px;color:#9a8352;white-space:nowrap;}
.v3-col-h a:hover{color:#cbb88c;}
.v3-col ul{margin:0;padding:0;}
.v3-col li{padding:9px 0 9px 14px;border-bottom:1px dashed #e9e4d8;position:relative;}
.v3-col li:before{content:"";position:absolute;left:0;top:17px;width:5px;height:5px;
  border:1px solid #cbb88c;border-radius:50%;}
.v3-col li a{display:block;font-size:14px;line-height:1.7;color:#3a3a3a;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.v3-col li a:hover{color:#9a8352;}
/* 两栏变体：用于「律师文化」（左栏目简介 + 右内容列表）。
   仅改 flex-basis，不动 .v3-col 本体 —— 移动端 .v3-col 的 100% 覆盖照常生效。 */
.v3-cols-2 .v3-col{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.v3-col-txt{margin:0 0 12px;font-size:14px;line-height:1.95;color:#5a5a5a;}

/* ---------- 8. 品牌客户 ---------- */
.v3-brand-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  margin:0 -8px;padding:0;list-style:none;}
.v3-brand-list li{-webkit-box-sizing:border-box;box-sizing:border-box;
  -webkit-flex:0 0 16.6667%;flex:0 0 16.6667%;max-width:16.6667%;padding:0 8px 16px;}
.v3-brand-list img{display:block;width:100%;height:auto;background:#fff;border:1px solid #e9e4d8;
  border-radius:3px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;
  -webkit-filter:grayscale(1);filter:grayscale(1);opacity:.72;
  -webkit-transition:all .25s ease;transition:all .25s ease;}
.v3-brand-list li:hover img{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1;border-color:#cbb88c;}
.v3-brand-more{margin:8px 0 0;text-align:center;}
.v3-brand-more a{font-size:14px;color:#9a8352;}
.v3-brand-more a:hover{color:#cbb88c;}

/* ---------- 9. 咨询 CTA ---------- */
.v3-cta{position:relative;overflow:hidden;background:#121518;padding:62px 0;}
.v3-cta-bg{position:absolute;left:0;top:0;right:0;bottom:0;
  background:url("http://www.wsl580.com/skins/images/wycms/banner-b.jpg") no-repeat center center;
  background-size:cover;opacity:.20;}
.v3-cta-in{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:flex;
  -webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;}
.v3-cta-txt{-webkit-flex:1;flex:1;min-width:300px;padding-right:40px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.v3-cta-txt h2{color:#fff;font-size:28px;}
.v3-cta-txt > p{margin:14px 0 0;font-size:15px;line-height:1.95;color:#b9bfc5;max-width:520px;}
.v3-cta-contacts{margin:24px 0 0;padding:0;}
.v3-cta-contacts li{margin-bottom:12px;font-size:14px;color:#8f979e;}
.v3-cta-contacts li span{display:inline-block;width:88px;color:#8f979e;}
.v3-cta-contacts li a,.v3-cta-contacts li em{font-style:normal;font-size:19px;font-weight:600;color:#cbb88c;letter-spacing:.02em;}
.v3-cta-contacts li em{font-size:15px;font-weight:400;color:#d5d8db;}
.v3-cta-contacts li a:hover{color:#e0d3b0;}
.v3-cta-form{-webkit-flex:0 0 360px;flex:0 0 360px;max-width:360px;background:#fff;border-radius:4px;padding:24px;
  -webkit-box-sizing:border-box;box-sizing:border-box;}
.v3-form-h{margin:0 0 16px;font:600 18px/1.4 "Microsoft YaHei",sans-serif;color:#1b1e21;
  padding-bottom:12px;border-bottom:1px solid #efe9dd;}
.v3-cta-form p{margin:0 0 12px;}
.v3-input{display:block;width:100%;padding:11px 12px;border:1px solid #ddd8cc;border-radius:3px;
  font:14px/1.5 "Microsoft YaHei",sans-serif;color:#333;background:#fcfcfa;
  -webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none;}
.v3-input:focus{border-color:#cbb88c;outline:none;background:#fff;}
.v3-textarea{height:96px;resize:vertical;}
.v3-submit{display:block;width:100%;padding:14px 0;border:0;border-radius:3px;cursor:pointer;
  background:#cbb88c;color:#1b1e21;font:600 16px/1 "Microsoft YaHei",sans-serif;letter-spacing:.04em;
  -webkit-appearance:none;appearance:none;}
.v3-submit:hover{background:#b5a072;}
.v3-form-note{margin:10px 0 0;font-size:12px;line-height:1.7;color:#9b9b9b;}
.v3-cta-qr{margin-top:18px;padding-top:16px;border-top:1px dashed #e9e4d8;text-align:center;}
.v3-cta-qr img{display:block;width:120px;height:120px;margin:0 auto 8px;border:1px solid #eee;padding:4px;background:#fff;
  -webkit-box-sizing:content-box;box-sizing:content-box;}
.v3-cta-qr span{font-size:12px;color:#9b9b9b;}

/* ---------- 9b. 友情链接（原站内容恢复，2026-09-18） ---------- */
.v3-links{background:#faf8f4;border-top:1px solid #efe9dd;padding:22px 0;}
.v3-links-in{display:-webkit-box;display:-webkit-flex;display:flex;
  -webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;}
.v3-links-in h2{margin:0 18px 0 0;font:600 15px/1.4 "Microsoft YaHei","PingFang SC",sans-serif;color:#1b1e21;
  white-space:nowrap;}
.v3-links-c{margin:0;font-size:14px;line-height:2;}
.v3-links-c a{margin-right:20px;color:#6b6b6b;}
.v3-links-c a:hover{color:#9a8352;}

/* ---------- 10. 底部 SEO 段落（保留原站内容） ---------- */
.v3-seo{width:1000px;max-width:100%;margin:0 auto;padding:14px 12px 90px;font-size:12px;line-height:1.9;
  color:#9b9b9b;-webkit-box-sizing:border-box;box-sizing:border-box;}
.v3-seo a{color:#9b9b9b;text-decoration:none;}
.v3-seo a:hover{color:#9a8352;}

/* ---------- 11. 入场动效（纯 CSS，绝不依赖 JS） ----------
   教训：曾用「CSS opacity:0 + JS IntersectionObserver 揭示」方案，
   结果在不滚动的渲染（截图 / JS 被拦截 / 部分抓取器）下 18 张卡片永久不可见 = 首页主体内容丢失。
   现改为纯 CSS 动画（animation-fill-mode:both）：即使 JS 完全失效，内容也必然可见；
   滚动位置不影响可见性；尊重 prefers-reduced-motion。 */
@-webkit-keyframes v3Up{from{opacity:0;-webkit-transform:translateY(12px);transform:translateY(12px);}
  to{opacity:1;-webkit-transform:none;transform:none;}}
@keyframes v3Up{from{opacity:0;-webkit-transform:translateY(12px);transform:translateY(12px);}
  to{opacity:1;-webkit-transform:none;transform:none;}}
.v3-card,.v3-case,.v3-brand-list li{
  -webkit-animation:v3Up .5s ease both;animation:v3Up .5s ease both;}
@media (prefers-reduced-motion:reduce){
  .v3-card,.v3-case,.v3-brand-list li{-webkit-animation:none;animation:none;}
}

/* ---------- 12. 移动端（≤768px） ---------- */
@media (max-width:768px){
  .v3-wrap{width:auto;padding:0 14px;}
  .v3-topbar-in{height:auto;padding:8px 0;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;}
  .v3-topbar-l{display:none;}
  .v3-topbar-r{font-size:13px;}
  .v3-topbar-addr{display:none;}
  .v3-dot{display:none;}
  .v3-topbar-r a{margin:0 6px;}

  .v3-hero-bg{background-position:64% center;}
  /* 2026-09-18：遮罩加重（原 .62/.84/.92）—— 新首屏图是白底影棚照，亮度远高于原来的
     深色大厅照，按原档位压不住，标题会直接糊在背景上。实测 .82/.90/.95 才达到可读。 */
  .v3-hero-scrim{background:-webkit-linear-gradient(180deg,rgba(16,19,22,.82) 0%,rgba(16,19,22,.90) 55%,rgba(16,19,22,.95) 100%);
    background:linear-gradient(180deg,rgba(16,19,22,.82) 0%,rgba(16,19,22,.90) 55%,rgba(16,19,22,.95) 100%);}
  .v3-hero-in{padding-top:38px;padding-bottom:34px;}
  .v3-eyebrow{font-size:11px;margin-bottom:10px;}
  .v3-hero h1.site-h1{font-size:26px;line-height:1.3;}
  .v3-hero h1.site-h1:after{width:48px;height:2px;margin-top:12px;}
  .v3-hero-sub{margin-top:12px;font-size:14px;}
  .v3-hero-desc{margin-top:10px;font-size:13.5px;line-height:1.8;}
  .v3-hero-btns{margin-top:18px;}
  .v3-btn{display:block;margin:0 0 10px;padding:14px 0;font-size:15px;text-align:center;}
  .v3-hero-facts{margin-top:14px;font-size:12px;}
  .v3-hero-facts li{margin-right:14px;}

  .v3-section,.v3-band,.v3-cta{padding:36px 0;}
  .v3-head{margin-bottom:24px;}
  .v3-head h2,.v3-band-txt h2,.v3-cta-txt h2{font-size:22px;}
  .v3-head-desc{font-size:13.5px;}
  .v3-head-row{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;}
  .v3-head-more{font-size:13px;}

  .v3-grid{margin:0;}
  .v3-grid-3 > li{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 0 12px;}
  .v3-card,.v3-case{padding:18px 16px;}
  .v3-card h3,.v3-case h3{font-size:16px;}
  .v3-card p,.v3-case p{font-size:13.5px;}
  .v3-ico{width:44px;height:44px;margin-bottom:12px;}
  .v3-ico svg{width:22px;height:22px;}

  .v3-lawyer-photo{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:180px;margin:0 auto 18px;}
  .v3-lawyer-txt{padding-left:0;-webkit-flex:0 0 100%;flex:0 0 100%;min-width:0;}
  .v3-lawyer-txt p{font-size:14px;line-height:1.95;}
  .v3-lawyer-photo2{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin:22px 0 0;}
  .v3-lawyer .su-team{margin-top:22px;}

  .v3-band-txt{padding-right:0;-webkit-flex:0 0 100%;flex:0 0 100%;min-width:0;}
  .v3-band-txt p{font-size:14px;line-height:1.9;}
  .v3-band-img{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-top:18px;}

  .v3-cols{margin:0;}
  .v3-col{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 0 22px;}
  /* 必须显式覆盖：.v3-cols-2 .v3-col 优先级(0,2,0) 高于 .v3-col(0,1,0)，
     不写这条则移动端两栏仍按 50% 并排 → 横向挤压（§13.2 同类坑） */
  .v3-cols-2 .v3-col{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
  .v3-col-h h3{font-size:16px;}
  .v3-col-txt{font-size:13.5px;line-height:1.9;}

  .v3-brand-list{margin:0 -5px;}
  .v3-brand-list li{-webkit-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;padding:0 5px 10px;}
  .v3-brand-list img{padding:6px;}

  .v3-cta-txt{padding-right:0;-webkit-flex:0 0 100%;flex:0 0 100%;min-width:0;}
  .v3-cta-txt > p{font-size:13.5px;}
  .v3-cta-contacts li span{width:74px;font-size:13px;}
  .v3-cta-contacts li a{font-size:17px;}
  .v3-cta-contacts li em{font-size:14px;}
  .v3-cta-form{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-top:22px;padding:18px;}
  .v3-links{padding:16px 0;}
  .v3-links-in h2{margin:0 12px 6px 0;font-size:14px;}
  .v3-links-c{font-size:13.5px;line-height:1.9;}
  .v3-links-c a{margin-right:16px;}
  .v3-seo{padding-bottom:76px;font-size:11px;}
}

/* ---------- 13. 窄屏兜底（防横向滚动） ---------- */
@media (max-width:768px){
  html,body{overflow-x:hidden;}
  .v3-hero,.v3-section,.v3-band,.v3-cta,.v3-topbar,.v3-links{min-width:0;max-width:100%;}
  .v3-wrap img{max-width:100%;height:auto;}
}
