/* ============================================
   嘉品仪器 s.jp17.com - 主样式表 v2.0
   设计规范：专业工业蓝 + 洁净白 + 强调橙
   优化：紧凑布局、统一卡片、mega menu、等高网格
   ============================================ */

:root {
  --primary: #A67C52;
  --primary-light: #8A6540;
  --primary-dark: #3E342E;
  --accent: #B85C38;
  --accent-light: #D4764E;
  --bg: #f8fafc;
  --bg-white: #ffffff;
  --bg-light: #f1f5f9;
  --text: #1e293b;
  --text-light: #64748b;
  --text-lighter: #94a3b8;
  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --success: #16a34a;
  --danger: #dc2626;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 2px 8px rgba(0,0,0,.05);
  --shadow-lg: 0 8px 24px rgba(0,0,0,.1);
  --transition: all .2s ease;
  --max-width: 1400px;
  --header-h: 64px;
}

/* Reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip}
body{font-family:'PingFang SC','Microsoft YaHei','Helvetica Neue',sans-serif;font-size:15px;line-height:1.65;color:var(--text);background:var(--bg);overflow-x:clip}
a{color:var(--primary-light);text-decoration:none;transition:var(--transition)}
a:hover{color:var(--primary-dark)}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}

/* Top Bar */
.top-bar{background:var(--primary-dark);color:#fff;font-size:12px;padding:5px 0}
.top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.top-bar a{color:var(--accent-light);margin:0 4px}
.top-bar a:hover{color:#fff}
.top-bar .header-member-links .auth-link{
  background:rgba(255,255,255,.15);
  color:#fff;
  padding:2px 10px;
  border-radius:4px;
  font-weight:700;
  margin:0 2px;
  border:1px solid rgba(255,255,255,.25);
  transition:all .2s
}
.top-bar .header-member-links .auth-link:hover{
  background:#fff;
  color:var(--primary);
  border-color:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.15)
}
/* #1045 顶栏管理员快捷按钮：编辑/删除 与「管理」开关同风格（只在产品页超管可见） */
.top-bar .admin-edit-btn{
  display:inline-flex;align-items:center;gap:2px;
  background:rgba(255,255,255,.15);color:#fff;
  padding:2px 10px;border-radius:4px;margin:0 2px;
  border:1px solid rgba(255,255,255,.25);
  font-size:12px;line-height:1.7;font-weight:700;
  cursor:pointer;text-decoration:none;transition:all .2s
}
.top-bar .admin-edit-btn:hover{background:#fff;color:var(--primary);border-color:#fff}
.header-phone small{opacity:.7;font-size:11px}

/* Header */
.site-header{background:var(--bg-white);box-shadow:0 1px 3px rgba(0,0,0,.06);position:sticky;top:0;z-index:100}
.header-main{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:16px}
.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo{display:flex;flex-direction:row;align-items:center;gap:10px;line-height:1.15;color:var(--primary)!important}
.logo strong{font-size:20px;font-weight:700;letter-spacing:.5px}
.logo small{font-size:10px;color:var(--text-light);letter-spacing:1.5px;text-transform:uppercase}

/* Navigation */
.main-nav{flex:1;display:flex;justify-content:center;position:relative}
.nav-list{display:flex;align-items:center;gap:0;border:2px solid var(--primary);border-radius:6px;background:#fff}
.nav-list > li{position:relative}
.nav-list > li:not(:last-child){border-right:1px solid var(--primary)}
.nav-list > li > a{display:block;padding:9px 11px;font-size:14px;font-weight:700;color:var(--primary);font-family:"Microsoft YaHei","PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:var(--transition);white-space:nowrap}  /* 2026-09-12 格宽 16→11px，全站搜索/工作台拉回容器内 */
.nav-list > li:first-child > a{border-top-left-radius:4px;border-bottom-left-radius:4px}
.nav-list > li:last-child > a{border-top-right-radius:4px;border-bottom-right-radius:4px}
.nav-list > li > a:hover,
.nav-list > li > a:focus{background:#e6f4ff;color:#8A6540}
.nav-list > li:hover > a{background:#e6f4ff;color:#8A6540}
.nav-list > li > a.active{background:var(--primary);color:#fff}
.nav-list > li:hover > a.active{background:#e6f4ff !important;color:#8A6540 !important}
.nav-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--text);padding:8px}
/* 移动端专用元素（如抽屉底部操作区）默认在 PC 隐藏，移动端断点内覆盖显示 */
.only-mobile,.m-drawer-actions{display:none}

/* Mega Menu */
.has-submenu{position:relative}
.has-submenu > a::after{content:' ▾';font-size:9px}
.submenu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--bg-white);min-width:200px;box-shadow:var(--shadow-lg);border-radius:var(--radius-sm);padding:8px 0;z-index:200;border:1px solid var(--border)}
.has-submenu:hover .submenu{display:block}
.submenu li a{display:block;padding:9px 18px;font-size:13px;color:var(--text);white-space:nowrap}
.submenu li a:hover{background:var(--bg-light);color:var(--primary-light)}

/* Mega submenu for industry */
.submenu.mega{min-width:880px;padding:16px}
.submenu.mega .mega-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px 20px}
.submenu.mega .mega-group h4{font-size:12px;text-transform:uppercase;color:var(--accent);margin-bottom:4px;padding-bottom:4px;border-bottom:1px solid var(--border-light);letter-spacing:1px}
.submenu.mega .mega-group a{display:block;padding:5px 0;font-size:13px;color:var(--text)}
.submenu.mega .mega-group a:hover{color:var(--primary-light)}

/* Buttons */
.btn{display:inline-block;padding:10px 24px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:var(--transition);border:none}
.btn-primary{background:linear-gradient(135deg,#8A6540,#5F4527);color:#fff}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(138,101,64,.4);color:#fff}
.btn-accent{background:linear-gradient(135deg,var(--accent),#9C4A28);color:#fff}
.btn-accent:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(184,92,56,.4);color:#fff}
.btn-outline{border:2px solid var(--primary-light);color:var(--primary-light);background:transparent}
/* 移动端专属按钮：桌面强制隐藏（.btn 会覆盖 .only-mobile 的 display:none，需更高优先级） */
.btn.only-mobile{display:none}
.btn-outline:hover{background:var(--primary-light);color:#fff}
.btn-sm{padding:6px 16px;font-size:13px}
.btn-header-search{background:linear-gradient(135deg,#f0b429,#c98a00);color:#fff;box-shadow:0 2px 8px rgba(212,160,23,.35)}
.btn-header-search:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(212,160,23,.5);color:#fff}

/* Page Header - compact */
.page-header{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:40px 0;text-align:center;position:relative}
.page-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--primary-light),var(--accent))}
.page-header h1{font-size:30px;font-weight:700;margin-bottom:8px}
.page-header p{font-size:15px;opacity:.9;max-width:700px;margin:0 auto}
.page-header-subtitle{font-size:17px;font-weight:600;opacity:.96;max-width:760px;margin:0 auto 4px;letter-spacing:.5px}

/* Breadcrumb */
.breadcrumb{background:var(--bg-white);border-bottom:1px solid var(--border-light);padding:0;font-size:13px;color:var(--text-light)}
.breadcrumb .container{padding-top:8px;padding-bottom:8px}
.breadcrumb ol{display:flex;flex-wrap:wrap;gap:2px}
.breadcrumb li::after{content:'/';margin:0 6px;color:var(--text-lighter)}
.breadcrumb li:last-child::after{display:none}
.breadcrumb a{color:var(--primary-light)}

/* Hero Section - compact */
.hero{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:60px 0 50px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5v50M5 30h50' stroke='rgba(255,255,255,.03)' stroke-width='1'/%3E%3C/svg%3E")}
.hero .container{position:relative;z-index:1}
.hero-content{max-width:700px}
.hero h1{font-size:38px;font-weight:800;line-height:1.3;margin-bottom:16px}
.hero h1 span{color:var(--accent-light)}
.hero p{font-size:16px;opacity:.9;margin-bottom:24px;line-height:1.6}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-stats{display:flex;gap:36px;margin-top:30px}
.hero-stats div{text-align:center}
.hero-stats strong{display:block;font-size:28px;font-weight:800;color:var(--accent-light)}
.hero-stats span{font-size:12px;opacity:.8}

/* Section */
.section{padding:50px 0}
.section + .section{border-top:1px solid var(--border-light)}
.section-title{text-align:center;margin-bottom:36px}
.section-title h2{font-size:26px;color:var(--primary);margin-bottom:8px}
.section-title p{color:var(--text-light);font-size:15px;max-width:600px;margin:0 auto}

/* Cards Grid */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}
.card{background:var(--bg-white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:var(--transition);border:1px solid var(--border-light);height:100%}
.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.card-img{height:180px;overflow:hidden;background:var(--bg-light);display:flex;align-items:center;justify-content:center}
.card-img img{width:100%;height:100%;object-fit:cover}
.card-body{padding:20px;display:flex;flex-direction:column}
.card h3{font-size:16px;color:var(--primary);margin-bottom:8px;line-height:1.4}
.card h3 a{color:inherit}
.card p{font-size:13px;color:var(--text-light);line-height:1.6;flex:1}
.card-meta{display:flex;gap:16px;font-size:12px;color:var(--text-lighter);margin-top:10px;padding-top:10px;border-top:1px solid var(--border-light)}
.card-tag{display:inline-block;background:#F3ECDD;color:var(--primary-light);font-size:11px;padding:2px 8px;border-radius:10px;margin-bottom:6px}
.card-cat{display:inline-block;background:#fef3c7;color:#7C4226;font-size:11px;padding:2px 8px;border-radius:10px;margin-bottom:6px}

/* Industry cards */
.industry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.industry-card{background:var(--bg-white);border-radius:var(--radius);padding:24px 20px;box-shadow:var(--shadow);text-align:center;transition:var(--transition);border-top:3px solid transparent;height:100%}
.industry-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-top-color:var(--primary-light)}
.industry-card .icon{font-size:32px;margin-bottom:10px}
.industry-card h3{font-size:16px;color:var(--primary);margin-bottom:8px}
.industry-card p{font-size:13px;color:var(--text-light);line-height:1.5}
.industry-card .more{display:inline-block;margin-top:8px;color:var(--primary-light);font-weight:600;font-size:13px}
.industry-tag{display:inline-block;background:var(--bg-light);font-size:11px;padding:2px 8px;border-radius:10px;color:var(--text-light);margin-bottom:6px}

/* Solutions Cards - distinct style */
.solutions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}
.solution-card{background:var(--bg-white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);transition:var(--transition);border-left:4px solid transparent;height:100%;display:flex;flex-direction:column}
.solution-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-left-color:var(--accent)}
.solution-card .icon{font-size:28px;margin-bottom:8px}
.solution-card h3{font-size:16px;color:var(--primary);margin-bottom:8px;line-height:1.4}
.solution-card p{font-size:13px;color:var(--text-light);line-height:1.5;flex:1}
.solution-card .more{display:inline-block;margin-top:10px;color:var(--accent);font-weight:600;font-size:13px}

/* Industry Group Section */
.industry-group{margin-bottom:36px}
.industry-group h3{font-size:18px;color:var(--primary);margin-bottom:12px;padding:8px 16px;background:linear-gradient(90deg,var(--bg-light),transparent);border-radius:6px;display:flex;align-items:center;gap:8px}
.industry-group h3 .count{font-size:12px;background:var(--primary-light);color:#fff;padding:1px 8px;border-radius:10px;font-weight:400}

/* Article page */
.article-content{max-width:800px;margin:0 auto;padding:30px 0}
.article-header{margin-bottom:28px}
.article-header h1{font-size:28px;color:var(--primary);line-height:1.4;margin-bottom:12px}
.article-meta{display:flex;gap:16px;color:var(--text-light);font-size:12px;flex-wrap:wrap}
.article-body{font-size:15px;line-height:1.85;color:var(--text)}
.article-body h2{font-size:22px;color:var(--primary);margin:28px 0 12px;padding-left:12px;border-left:4px solid var(--primary-light)}
.article-body h3{font-size:17px;color:var(--primary-light);margin:20px 0 10px}
.article-body p{margin-bottom:14px}
.article-body ul,.article-body ol{margin-bottom:14px;padding-left:24px}
.article-body li{margin-bottom:6px;list-style:disc}
.article-body ol li{list-style:decimal}
.article-body strong{color:var(--primary-dark)}
.article-body .key-label{display:inline-block;background:rgba(184,92,56,.1);color:#9a6b1f;padding:2px 8px;border-radius:4px;font-size:13px;margin-right:4px}
.article-body .standard{display:inline-block;background:rgba(13,45,78,.08);color:var(--primary-dark);padding:1px 6px;border-radius:4px;font-size:13px;font-weight:600;margin:0 2px;white-space:nowrap}
.article-body p+h2,.article-body p+h3{margin-top:32px}
.article-body h2+h3{margin-top:14px}
.article-body table{width:100%;border-collapse:collapse;margin:14px 0;font-size:13px}
.article-body th{background:var(--primary-light);color:#fff;padding:8px 10px;text-align:left}
.article-body td{padding:8px 10px;border-bottom:1px solid var(--border)}
.article-body tr:nth-child(even){background:var(--bg-light)}
.article-body img{max-width:100%;height:auto;border-radius:8px;margin:10px 0}
.article-body a{color:var(--primary-light);text-decoration:none;border-bottom:1px dashed var(--border)}
.article-body a:hover{color:var(--primary);border-bottom-color:var(--primary)}
.article-body h4{font-size:16px;color:var(--primary-dark);margin:16px 0 8px}
.article-body h5{font-size:15px;color:var(--primary-dark);margin:14px 0 6px}
.article-body h6{font-size:14px;color:var(--text);margin:12px 0 6px;font-weight:600}
.article-body sup{font-size:11px;vertical-align:super;color:var(--primary-light)}
.article-body sub{font-size:11px;vertical-align:sub}
.article-body blockquote{margin:16px 0;padding:14px 20px;background:var(--bg-light);border-left:4px solid var(--accent);border-radius:0 8px 8px 0;font-size:14px;color:var(--text-light)}
.article-body blockquote p{margin:0 0 8px}
.article-body blockquote p:last-child{margin:0}
.article-body blockquote footer{color:var(--text-light);font-size:13px;margin-top:6px}
.article-body details{border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin:10px 0;background:var(--bg-white)}
.article-body details+details{margin-top:8px}
.article-body summary{font-weight:700;color:var(--primary-dark);cursor:pointer;font-size:15px}
.article-body details[open] summary{margin-bottom:8px}
.article-body hr{border:none;border-top:1px solid var(--border);margin:20px 0}
.article-body div{margin:0}
.article-body ol ol,.article-body ul ul,.article-body ol ul,.article-body ul ol{margin:6px 0 6px 20px}
.article-body strong em,.article-body em strong{font-style:italic;font-weight:700}
.article-body pre{background:#1e293b;color:#e2e8f0;padding:14px 18px;border-radius:8px;overflow-x:auto;font-size:13px;line-height:1.6;margin:14px 0}
.article-body code{background:var(--bg-light);color:var(--primary-dark);padding:2px 6px;border-radius:4px;font-size:13px;font-family:'Courier New',monospace}
.article-body pre code{background:none;color:inherit;padding:0}
.article-body figure{margin:16px 0;text-align:center}
.article-body figcaption{font-size:13px;color:var(--text-light);margin-top:6px}
.article-cta{background:linear-gradient(135deg,var(--primary-light),var(--primary));color:#fff;padding:20px 24px;border-radius:var(--radius);margin-top:28px;text-align:center}
.article-cta strong{display:block;font-size:16px;margin-bottom:6px;color:#fff}
.article-cta a{color:var(--accent-light);font-weight:700}

/* Solution detail reading frame */
.solution-article.article-content{max-width:none;padding:30px 0}
.reading-frame{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px 56px;max-width:960px;margin:0 auto}
.reading-frame .article-body{font-size:16px;line-height:1.85;color:var(--text)}
.solution-article .engagement-section,.solution-article .article-cta{max-width:960px;margin-left:auto;margin-right:auto}

/* Solution meta bar (仿云平台：方案分类 / 方案摘要 / 适用场景) */
.sol-meta-bar{display:flex;flex-direction:column;gap:14px;grid-column:1/-1;max-width:960px;margin:0 auto 22px;padding:0 56px;box-sizing:border-box}
.sol-meta-row{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:10px;border-left:4px solid;background:var(--bg-white);box-shadow:var(--shadow)}
.sol-meta-row.sol-meta-cat{background:#fff7ed;border-left-color:#fb923c}
.sol-meta-row.sol-meta-sum{background:#f5f3ff;border-left-color:#a855f7}
.sol-meta-row.sol-meta-scope{background:#F6F1E5;border-left-color:#B99168}
.sol-meta-label{flex-shrink:0;font-size:15px;font-weight:700;color:var(--primary);letter-spacing:1px;min-width:80px}
.sol-meta-chips{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}
.sol-meta-chip{display:inline-block;padding:5px 14px;border-radius:16px;font-size:13px;line-height:1.4;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;transition:all .15s ease;text-decoration:none}
.sol-meta-chip:hover{background:#e2e8f0;color:#1e293b;border-color:#cbd5e1}
.sol-cat-chip{background:#fff7ed;color:#9a3412;border-color:#fed7aa}
.sol-cat-chip:hover{background:#ffedd5;color:#7c2d12;border-color:#fdba74}
.sol-sum-chip{background:#f5f3ff;color:#6b21a8;border-color:#e9d5ff}
.sol-sum-chip:hover{background:#ede9fe;color:#581c87;border-color:#d8b4fe}
.sol-scope-chip{background:#F6F1E5;color:#1e40af;border-color:#bfdbfe}
.sol-scope-empty{color:#94a3b8;font-style:italic}
.sol-meta-tip{font-size:12px;color:#94a3b8;margin-left:8px;white-space:nowrap}
/* 适用场景：按 6 大分组渲染行业 chip 网格（复用产品管理行业池） */
.sol-scope-grid{display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}
.sol-scope-group{background:#f8fafc;border-radius:8px;padding:10px 12px;border:1px solid #e2e8f0}
.sol-scope-group-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--primary);margin-bottom:8px}
.sol-scope-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
.sol-scope-group-name{flex:1}
.sol-scope-group-count{font-size:11px;color:#64748b;font-weight:400}
.sol-scope-group .sol-meta-chips{gap:6px}
.sol-scope-group .sol-scope-chip{font-size:12px;padding:4px 10px}

/* 方案列表页内嵌详情：蓝色紧凑信息框 + 正文区 */
.sol-detail-inline{animation:solFadeIn .25s ease}
@keyframes solFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.sol-detail-header{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.sol-detail-back{display:inline-flex;align-items:center;gap:6px;width:fit-content;color:#64748b;font-size:13px;text-decoration:none;padding:4px 0;transition:color .15s}
.sol-detail-back:hover{color:#8C6D4F}
.sol-detail-title{font-size:22px;font-weight:700;color:#8C6D4F;line-height:1.35;margin:0}
.sol-meta-compact{background:#F6F1E5;border:1px solid #bfdbfe;border-radius:10px;padding:16px 18px;margin-bottom:22px;display:flex;flex-direction:column;gap:12px}
.sol-meta-c{display:flex;align-items:flex-start;gap:12px}
.sol-meta-c-label{flex-shrink:0;font-size:14px;font-weight:700;color:#1e40af;letter-spacing:.5px;min-width:70px;padding-top:4px}
.sol-meta-c-chips{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}
.sol-meta-c-chip{display:inline-block;padding:4px 12px;border-radius:16px;font-size:13px;line-height:1.5;text-decoration:none;background:#fff;color:#334155;border:1px solid #cbd5e1;transition:all .15s ease}
.sol-meta-c-chip:hover{background:#F8F4EC;color:#1e40af;border-color:#DCC9A9}
.sol-meta-c-cat-chip{background:#fff7ed;color:#9a3412;border-color:#fed7aa}
.sol-meta-c-cat-chip:hover{background:#ffedd5;color:#7c2d12;border-color:#fdba74}
.sol-meta-c-sum-chip{background:#f5f3ff;color:#6b21a8;border-color:#e9d5ff}
.sol-meta-c-sum-chip:hover{background:#ede9fe;color:#581c87;border-color:#d8b4fe}
.sol-meta-c-scope-chip{background:#fff;color:#1e40af;border-color:#DCC9A9}
.sol-meta-c-scope-chip:hover{background:#F8F4EC;border-color:#C8A86A}
.sol-detail-reading{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:28px 32px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.sol-detail-reading .article-body{font-size:15px;line-height:1.85;color:#334155}
.sol-detail-reading .article-cta{margin:28px 0 0}
.sol-detail-reading .engagement-section{max-width:none;margin-top:28px}
@media(max-width:768px){
.sol-detail-title{font-size:18px}
.sol-meta-compact{padding:14px}
.sol-meta-c{flex-direction:column;gap:8px}
.sol-meta-c-label{min-width:auto;padding-top:0}
.sol-detail-reading{padding:18px 20px}
.sol-detail-reading .article-body{font-size:14px}
}

/* Sidebar */
.with-sidebar{display:grid;grid-template-columns:1fr 280px;gap:30px;align-items:start}
.sidebar{position:sticky;top:calc(var(--header-h) + 16px)}
.sidebar-widget{background:var(--bg-white);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);margin-bottom:20px}
.sidebar-widget h4{font-size:15px;color:var(--primary);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--border)}
.sidebar-widget ul li{margin-bottom:8px;font-size:13px}
.sidebar-widget ul li a{color:var(--text)}
.sidebar-widget ul li a:hover{color:var(--primary-light)}

/* Pagination */
.pagination{display:flex;justify-content:center;gap:6px;margin-top:32px;flex-wrap:wrap}
.pagination a,.pagination span,.pagination .page-item{padding:7px 14px;border-radius:6px;font-size:13px;border:1px solid var(--border);display:inline-block}
.pagination a,.pagination .page-item{color:var(--primary-light)}
.pagination a:hover,.pagination .page-item:hover{background:var(--bg-light)}
.pagination .current,.pagination .page-item.active{background:var(--primary-light);color:#fff;border-color:var(--primary-light)}
.pagination .page-ellipsis{padding:7px 8px;font-size:13px;color:var(--text-lighter)}

/* Contact Page */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.contact-info{background:var(--bg-white);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow)}
.contact-info h3{color:var(--primary);margin-bottom:14px;font-size:18px}
.contact-info p{margin-bottom:10px;font-size:14px}
.contact-form{background:var(--bg-white);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow)}
.form-group{margin-bottom:16px}
.form-group label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;border:2px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;transition:var(--transition)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-light)}

/* Search */
.search-box{display:flex;gap:8px;margin-bottom:20px}
.search-box input{flex:1;padding:10px 12px;border:2px solid var(--border);border-radius:6px;font-size:14px}

/* CTA Banner */
.cta-banner{background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:#fff;padding:40px 0;text-align:center;border-radius:var(--radius);margin:30px 0}
.cta-banner h2{font-size:24px;margin-bottom:8px}
.cta-banner p{font-size:15px;opacity:.9;margin-bottom:20px}
.cta-banner .btn{background:var(--accent);color:var(--primary-dark)}

/* Footer */
.site-footer{background:var(--primary-dark);color:#fff;padding:36px 0 16px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:22px;margin-bottom:0}
.footer-bottom{text-align:center;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;opacity:.7}
.footer-tagline{font-size:12.5px;margin-top:6px}

/* Footer Contact Blocks */
.footer-contact .contact-block{margin-bottom:12px;padding-bottom:10px;border-bottom:1px dashed rgba(255,255,255,.1)}
.footer-contact .contact-block:last-of-type{border-bottom:none}
.footer-contact .contact-title{font-weight:600;color:#fff;margin:0 0 2px;font-size:13px}
.footer-contact .contact-hotline{font-size:18px;font-weight:700;margin:2px 0 4px}
.footer-contact .contact-hotline a{color:#D4764E;text-decoration:none}
.footer-contact .contact-hotline a:hover{text-decoration:underline}
.footer-contact .contact-person{margin:3px 0;font-size:13px}
.footer-contact .contact-person a{color:#D4764E;text-decoration:none}
.footer-contact p{margin:1px 0;font-size:12px;color:rgba(255,255,255,.8);line-height:1.4}
.footer-contact p a{color:#DCC9A9;text-decoration:none}
.footer-contact p a:hover{text-decoration:underline}
.footer-cert{margin-top:8px;font-size:12px;color:rgba(255,255,255,.65)}
.header-phone a:hover{text-decoration:underline}

/* ===== Product Library ===== */
.search-bar{margin:20px 0}
.search-form{display:flex;gap:8px;max-width:500px}
.search-input{flex:1;padding:10px 14px;border:2px solid var(--border);border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}
.search-input:focus{border-color:var(--primary-light)}
.btn-search{padding:10px 20px;background:var(--primary-light);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;white-space:nowrap}
.btn-search:hover{background:var(--primary)}

/* Category Tabs */
.category-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0;padding:12px 14px;background:var(--bg-white);border-radius:var(--radius);border:1px solid var(--border-light)}
.cat-tab-group{position:relative}
.cat-tab{display:inline-block;padding:6px 14px;border-radius:16px;font-size:13px;color:var(--text-light);background:var(--bg-light);border:1px solid transparent;text-decoration:none;transition:all .15s}
.cat-tab:hover,.cat-tab.active{background:var(--primary-light);color:#fff}
.sub-indicator{font-size:9px;margin-left:3px}
.cat-submenu{display:none;position:absolute;top:100%;left:0;z-index:100;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.08);min-width:140px;padding:6px 0;margin-top:4px}
.cat-tab-group:hover .cat-submenu{display:block}
.cat-subitem{display:block;padding:7px 14px;font-size:12px;color:var(--text);text-decoration:none;white-space:nowrap}
.cat-subitem:hover{background:#f0f4ff;color:var(--primary-light)}

/* Results Info */
.results-info{padding:8px 0;font-size:13px;color:var(--text-light)}

/* Product Grid - main listing */
.product-grid-main{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin:16px 0}
.product-card-main{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column;height:100%}
.product-card-main:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--border)}
.product-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}
.product-img-wrap{height:180px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);overflow:hidden;padding:12px}
.product-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}
.no-image{font-size:48px;color:var(--text-lighter)}
.product-info{padding:14px 16px;flex:1;display:flex;flex-direction:column}
.product-info h3{font-size:15px;color:var(--text);margin-bottom:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-model,.product-brand{font-size:12px;color:var(--text-light);margin-bottom:2px}
.product-cat{font-size:11px;color:var(--text-lighter);margin-bottom:4px}
.product-specs-preview{font-size:12px;color:var(--text-light);line-height:1.5;flex:1;overflow:hidden;max-height:60px}
.product-price-action{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid var(--border-light)}
.price-label{font-size:14px;font-weight:700;color:var(--danger)}
.btn-detail{font-size:12px;color:var(--primary-light);font-weight:600}
.empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--text-light)}

/* Product detail page */
.product-detail-page{padding:20px 0 40px}
.product-detail-header{margin-bottom:24px;background:var(--bg-white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
/* 产品图库：独立通栏（原左侧图库） */
.pd-gallery-section{background:var(--bg-white);border-radius:var(--radius);padding:20px 24px 24px;box-shadow:var(--shadow);margin-bottom:24px}
.pd-gallery-section .gallery-main{min-height:360px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;overflow:hidden}
.pd-gallery-section .gallery-main img{max-width:100%;max-height:520px;object-fit:contain}
.pd-gallery-section.single-image .gallery-main img{margin:0 auto}
.pd-gallery-section .gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:16px}
.pd-gallery-section .gallery-thumb{width:72px;height:72px;object-fit:contain;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;background:#fff;padding:3px;transition:border-color .15s,box-shadow .15s}
.pd-gallery-section .gallery-thumb:hover{border-color:#94a3b8}
.pd-gallery-section .gallery-thumb.active{border-color:#8A6540;box-shadow:0 0 0 2px rgba(138,101,64,.15)}
/* 兼容旧类名 */
.product-detail-img{display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:8px;min-height:300px;overflow:hidden}
.product-detail-img img{max-width:100%;max-height:320px;object-fit:contain}
.product-detail-img.product-gallery{flex-direction:column;justify-content:flex-start;background:transparent;min-height:0;overflow:visible;padding:0;gap:12px}
.product-detail-img.product-gallery .gallery-main{width:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;overflow:hidden}
.product-detail-img.product-gallery .gallery-main img{max-width:100%;max-height:340px;object-fit:contain}
.product-detail-img.product-gallery .gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;width:100%}
.product-detail-img.product-gallery .gallery-thumb{width:64px;height:64px;object-fit:contain;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;background:#fff;padding:2px;transition:border-color .15s,box-shadow .15s}
.product-detail-img.product-gallery .gallery-thumb:hover{border-color:#94a3b8}
.product-detail-img.product-gallery .gallery-thumb.active{border-color:#8A6540;box-shadow:0 0 0 2px rgba(138,101,64,.15)}
/* 产品资料（规格书/说明书）全宽区块，评论上方 */
.product-docs-section{margin:24px 0;padding:0;border-radius:14px}
.product-docs{margin:0;padding:20px 24px;background:#fffbeb;border:1px solid #fde68a;border-radius:14px}
.product-docs-title{font-size:16px;font-weight:700;color:#7C4226;margin-bottom:14px}
.docs-btn-row{display:flex;gap:10px;flex-wrap:wrap}
.docs-expand-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid;transition:all .18s;font-family:inherit}
.docs-btn-spec{background:#fff;border-color:#B85C38;color:#7C4226}
.docs-btn-spec:hover,.docs-btn-spec.active{background:#7C4226;border-color:#7C4226;color:#fff}
.docs-btn-manual{background:#fff;border-color:#38bdf8;color:#0369a1}
.docs-btn-manual:hover,.docs-btn-manual.active{background:#0369a1;border-color:#0369a1;color:#fff}
.docs-btn-ebook{background:#fff;border-color:#8b5cf6;color:#6d28d9}
.docs-btn-ebook:hover,.docs-btn-ebook.active{background:#6d28d9;border-color:#6d28d9;color:#fff}
/* 产品资料说明行（默认不自动加载提示，#948） */
.docs-note{margin-top:10px;font-size:12px;color:#a16207;background:#fef9c3;border:1px dashed #fde68a;border-radius:8px;padding:7px 12px;line-height:1.6}
.docs-note a{color:#7C4226;font-weight:600}
/* 产品手册面板权限徽标 */
.docs-ebook-perm{font-size:11px;color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:10px;padding:2px 8px;white-space:nowrap;flex-shrink:0}
/* 产品手册无权限锁定占位（不输出任何真实文件 URL，#948） */
.docs-ebook-locked{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:34px 18px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;cursor:pointer;text-align:center}
.docs-ebook-locked-icon{font-size:34px;line-height:1}
.docs-ebook-locked-text{font-size:14px;font-weight:600;color:#475569}
.docs-ebook-locked-sub{font-size:12px;color:#94a3b8}
.docs-panel-item.locked .docs-ebook-head{display:none}
.docs-panel-item.locked .docs-ebook-locked{background:#fffef5;border-color:#fde68a}
.docs-btn-icon{font-size:16px}
.docs-btn-badge{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:rgba(0,0,0,.08);font-size:11px;display:inline-flex;align-items:center;justify-content:center}
.docs-btn-spec.active .docs-btn-badge,.docs-btn-manual.active .docs-btn-badge,.docs-btn-ebook.active .docs-btn-badge{background:rgba(255,255,255,.22);color:#fff}
.docs-panel{display:none;margin-top:12px;border-top:1px dashed #fde68a;padding-top:12px}
.docs-panel.open{display:block;animation:docsFadeIn .25s ease}
@keyframes docsFadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.docs-panel-item{border:1px solid #fde68a;background:#fff;border-radius:10px;margin-bottom:10px;overflow:hidden}
.docs-panel-item:last-child{margin-bottom:0}
.docs-panel-head{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fdf9ec;flex-wrap:wrap}
.docs-panel-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#1e293b;font-weight:600}
.docs-size{font-size:11px;color:#94a3b8;flex-shrink:0}
.docs-dl-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;text-decoration:none;background:#8A6540;color:#fff;flex-shrink:0;transition:background .15s}
.docs-dl-btn:hover{background:#235a91;color:#fff}
.docs-viewer{width:100%}
/* 云展产品手册（在线电子书）iframe */
.docs-ebook-wrap{background:#fff;border-radius:10px;overflow:hidden}
.docs-ebook-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;background:#f5f3ff}
.docs-ebook-fullscreen{font-size:13px;color:#8A6540;text-decoration:none;padding:4px 10px;border:1px solid #8A6540;border-radius:6px;background:#fff;white-space:nowrap}
.docs-ebook-fullscreen:hover{background:#8A6540;color:#fff}
.docs-ebook-body{background:#1e293b;padding:10px}
.docs-ebook-frame{width:100%;height:640px;border:0;background:#fff;border-radius:6px;display:block}
@media (max-width:768px){
  .docs-ebook-frame{height:480px}
}
.docs-ebook-download-only{padding:30px 20px;text-align:center;background:#f8fafc;border-radius:6px}
.docs-ebook-download-only p{margin:0 0 16px;color:#475569;font-size:14px}
.docs-dl-btn-large{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;background:#8A6540;color:#fff;transition:background .15s}
.docs-dl-btn-large:hover{background:#235a91;color:#fff}
.docs-panel-item.locked .flipbook-wrap{display:none}
.docs-panel-item.locked .docs-viewer{display:flex;align-items:center;justify-content:center;min-height:90px;background:#f8fafc;cursor:pointer;text-align:center}
.docs-panel-item.locked .docs-viewer::before{content:attr(data-hint);font-size:13px;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;padding:12px 20px}
.docs-panel-item.locked .docs-dl-btn{background:#cbd5e1;color:#fff;pointer-events:none}
/* 2026-09-08 #1100 多文档单阅览窗：下拉选文档，仅显示当前选中项 */
.docs-doc-picker{display:flex;align-items:center;gap:8px;margin:0 0 10px;flex-wrap:wrap}
.docs-doc-picker label{font-size:12.5px;color:#64748b;font-weight:700;white-space:nowrap}
.docs-doc-select{flex:1;min-width:260px;max-width:560px;font-size:13px;padding:7px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;cursor:pointer}
.docs-doc-select:focus{outline:none;border-color:#8A6540}
.docs-panel.docs-multi .docs-panel-item{display:none}
.docs-panel.docs-multi .docs-panel-item.cur{display:block}
/* 2026-09-08 #1102 首页三区块手机端独立显隐（DIY visible_m=0 时区块带 hb-m-hide） */
@media(max-width:768px){.hb-m-hide{display:none!important}}

/* 翻页电子书查看器 */
.flipbook-wrap{position:relative;background:#e9e9ec;border-radius:0 0 10px 10px;overflow:hidden}
.flipbook-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;color:#64748b;font-size:14px;display:flex;align-items:center;gap:8px}
.flipbook-spinner{display:inline-block;width:18px;height:18px;border:2.5px solid #cbd5e1;border-top-color:#8A6540;border-radius:50%;animation:flipbookSpin .8s linear infinite}
@keyframes flipbookSpin{to{transform:rotate(360deg)}}
.flipbook-stage{position:relative;min-height:420px;padding:20px;display:flex;justify-content:center;align-items:flex-start;perspective:2000px;overflow:hidden;cursor:grab}
.flipbook-pages{position:relative;width:100%;max-width:760px;margin:0 auto;min-height:200px}
.flipbook-page{position:relative;width:100%;margin:0 auto;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.18);border-radius:3px;overflow:hidden;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s ease}
.flipbook-page.active{z-index:2}
.flipbook-page.leaving{position:absolute;top:0;left:0;width:100%;z-index:1}
.flipbook-page.enter-from-right{transform:translateX(60%) rotateY(12deg);opacity:0}
.flipbook-page.enter-from-left{transform:translateX(-60%) rotateY(-12deg);opacity:0}
.flipbook-page.leave-left{animation:fbLeaveLeft .5s cubic-bezier(.4,0,.2,1) forwards}
.flipbook-page.leave-right{animation:fbLeaveRight .5s cubic-bezier(.4,0,.2,1) forwards}
@keyframes fbLeaveLeft{to{transform:translateX(-60%) rotateY(-12deg);opacity:0}}
@keyframes fbLeaveRight{to{transform:translateX(60%) rotateY(12deg);opacity:0}}
/* 纵向翻页（滚轮/↑↓键）：新页从底/顶部滑入，旧页上移/下移退场 */
.flipbook-page.enter-from-bottom{transform:translateY(40%);opacity:0}
.flipbook-page.enter-from-top{transform:translateY(-40%);opacity:0}
.flipbook-page.leave-top{animation:fbLeaveTop .5s cubic-bezier(.4,0,.2,1) forwards}
.flipbook-page.leave-bottom{animation:fbLeaveBottom .5s cubic-bezier(.4,0,.2,1) forwards}
@keyframes fbLeaveTop{to{transform:translateY(-40%);opacity:0}}
@keyframes fbLeaveBottom{to{transform:translateY(40%);opacity:0}}
.flipbook-canvas-wrap{display:flex;justify-content:center;align-items:flex-start}
.flipbook-canvas-wrap canvas,.flipbook-canvas-wrap img{max-width:100%;height:auto;display:block}

/* 工具条 */
.flipbook-toolbar{display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 12px;background:#1e293b}
.flipbook-toolbar button{background:#334155;color:#fff;border:0;border-radius:6px;padding:5px 12px;font-size:15px;cursor:pointer;transition:background .15s;min-width:34px;line-height:1.4}
.flipbook-toolbar button:hover:not(:disabled){background:#8A6540}
.flipbook-toolbar button:disabled{opacity:.35;cursor:not-allowed}
.flipbook-toolbar button.flipbook-fullscreen.active{background:#8A6540;color:#fff}
.flipbook-page-info{color:#cbd5e1;font-size:13px;min-width:56px;text-align:center}
.flipbook-zoom-label{color:#cbd5e1;font-size:12px;min-width:42px;text-align:center}
.flipbook-divider{width:1px;height:18px;background:#475569;margin:0 3px}
.flipbook-hint{color:#94a3b8;font-size:12px;margin-left:8px;white-space:nowrap}
/* 全屏阅读：优先原生 Fullscreen API，内嵌 iframe 不支持时回退 CSS 固定定位全屏
   布局要点：wrap 改 flex column，toolbar order:-1 提到最前吸顶（sticky 在 overflow 祖先内失效，故不用 sticky）；
   stage flex:1 占满剩余视口并居中，页面限高可滚动 —— 放大后超出的页面可滚查看，不再被 overflow:hidden 裁切 */
.flipbook-wrap.flipbook-fs-fallback{position:fixed;inset:0;z-index:9999;border-radius:0;overflow:hidden;background:#e9e9ec;display:flex;flex-direction:column}
.flipbook-wrap.flipbook-fs-fallback .flipbook-toolbar{order:-1;flex-shrink:0;z-index:20}
.flipbook-wrap.flipbook-fs-fallback .flipbook-stage{min-height:0;flex:1;overflow-y:auto;align-items:flex-start}
.flipbook-wrap.flipbook-fs-fallback .flipbook-pages{max-width:900px;max-height:calc(100vh - 96px);overflow:auto}
.flipbook-wrap:fullscreen{background:#e9e9ec;display:flex;flex-direction:column}
.flipbook-wrap:-webkit-full-screen{background:#e9e9ec;width:100%;height:100%;display:flex;flex-direction:column}
.flipbook-wrap:fullscreen .flipbook-toolbar,.flipbook-wrap:-webkit-full-screen .flipbook-toolbar{order:-1;flex-shrink:0;z-index:20}
.flipbook-wrap:fullscreen .flipbook-stage,.flipbook-wrap:-webkit-full-screen .flipbook-stage{min-height:0;flex:1;overflow-y:auto;align-items:flex-start}
.flipbook-wrap:fullscreen .flipbook-pages,.flipbook-wrap:-webkit-full-screen .flipbook-pages{max-width:900px;max-height:calc(100vh - 96px);overflow:auto}
/* 移动端左右翻页大箭头：默认隐藏，≤768px 显示 */
.flipbook-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:72px;align-items:center;justify-content:center;background:rgba(0,0,0,.12);color:#fff;border:0;font-size:28px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s}
.flipbook-arrow:active{background:rgba(0,0,0,.22)}
.flipbook-arrow:disabled{opacity:.2;pointer-events:none}
.flipbook-arrow-prev{left:0;border-radius:0 8px 8px 0}
.flipbook-arrow-next{right:0;border-radius:8px 0 0 8px}
@media (max-width:768px){
  .flipbook-arrow{display:flex}
  .flipbook-hint{display:none}
  .product-detail-img.product-gallery .gallery-main{min-height:240px}
  .product-detail-img.product-gallery .gallery-main img{max-height:280px}
  .docs-expand-btn{flex:1;justify-content:center;padding:10px 12px}
  .flipbook-stage{min-height:240px;padding:12px}
  .flipbook-pages{max-width:100%}
  .flipbook-toolbar{gap:4px;padding:6px 8px}
  .flipbook-toolbar button{padding:5px 9px;font-size:14px}
  .flipbook-zoom-label{font-size:11px;min-width:36px}
  .flipbook-toolbar .flipbook-hint{display:none}
}

/* 登录/权限提醒弹窗 */
.docs-login-modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:20px}
.docs-login-modal.open{display:flex}
.docs-login-overlay{position:absolute;inset:0;background:rgba(62,52,46,.55);backdrop-filter:blur(2px)}
.docs-login-box{position:relative;background:#fff;border-radius:16px;padding:34px 36px 28px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.25);animation:docsFadeIn .25s ease}
.docs-login-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:24px;line-height:1;color:#94a3b8;cursor:pointer;padding:4px 8px}
.docs-login-close:hover{color:#1e293b}
.docs-login-icon{font-size:46px;margin-bottom:10px}
.docs-login-box h3{font-size:19px;color:#A67C52;margin:0 0 8px}
.docs-login-box p{font-size:13px;color:#64748b;line-height:1.7;margin:0 0 22px}
.docs-login-actions{display:flex;gap:10px;justify-content:center}
.docs-login-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:11px 0;border-radius:9px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s}
.docs-login-primary{background:#8A6540;color:#fff}
.docs-login-primary:hover{background:#235a91;color:#fff}
.docs-login-ghost{background:#fff;color:#8A6540;border:1px solid #8A6540}
.docs-login-ghost:hover{background:#eef4fb}
.docs-login-sub{margin-top:14px;font-size:12px}
.docs-login-sub a{color:#8A6540;text-decoration:none}
.no-image-large{font-size:18px;color:var(--text-lighter);text-align:center;line-height:1.8}
.product-detail-meta h1{font-size:22px;color:var(--primary);margin-bottom:16px;line-height:1.4}
.meta-row{display:flex;margin-bottom:10px;font-size:14px}
.meta-label{width:60px;color:var(--text-light);flex-shrink:0}
.meta-value{color:var(--text)}
.meta-value a{color:var(--primary);text-decoration:none;transition:color .2s}
.meta-value a:hover{color:var(--accent)}
.brand-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary)!important;font-weight:500}
.brand-link:hover{color:var(--accent)!important}
.brand-logo-sm{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;background:#fff;border-radius:4px;overflow:hidden}
.brand-logo-sm img{max-width:100%;max-height:100%;object-fit:contain}
.product-detail-body{background:var(--bg-white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
.product-detail-body h2{font-size:18px;color:var(--primary);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--border-light)}
.related-products{margin-top:30px}
.related-products h2{font-size:18px;color:var(--primary);margin-bottom:16px}

/* ===== Product Detail - 云平台参考排版 ===== */
.product-detail-meta h1{font-size:24px;font-weight:700;color:var(--primary);margin-bottom:8px;line-height:1.35}
.pd-subtitle{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;font-size:14px;color:var(--text-light);margin-bottom:14px}
.pd-subtitle-brand,.pd-subtitle-model{display:inline-flex;align-items:center;gap:4px}
.pd-subtitle-brand{color:var(--primary);font-weight:600}
/* 2026-08-19 品牌 logo 链接样式（替代纯文字），当前 detail 页 28 → 19（缩小 1/3） */
.pd-brand-logo-link{display:inline-flex;align-items:center;max-height:19px;vertical-align:middle;line-height:1;transition:opacity .15s}
.pd-brand-logo-link:hover{opacity:.8}
.pd-brand-logo{max-height:19px;width:auto;height:auto;object-fit:contain;border-radius:3px}
.pd-subtitle-brand-text{color:var(--primary);font-weight:600}
.pd-brand-text-link{font-size:12px;color:#8A6540;text-decoration:none;margin-left:4px;font-weight:500}
.pd-brand-text-link:hover{text-decoration:underline;color:#A67C52}
.pd-tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.pd-tag-pill{display:inline-flex;align-items:center;gap:0;border-radius:20px;overflow:hidden;font-size:12px;font-weight:500;border:1px solid}
.pd-tag-fn{background:#F6F1E5;border-color:#bfdbfe;color:#8A6540}
.pd-tag-app{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}
.pd-tag-ind{background:#faf5ff;border-color:#e9d5ff;color:#7e22ce}
.pd-tag-ind .pd-tag-value a{color:inherit;text-decoration:none;font-weight:600}
.pd-tag-ind .pd-tag-value a:hover{text-decoration:underline}
.pd-tag-label{padding:4px 10px;background:rgba(0,0,0,.06);font-weight:600}
.pd-tag-value{padding:4px 12px}
/* 详情页分类标签：完整链路面包屑（多链路可换行，全部为精确分类超链接） */
.pd-tag-pill.pd-tag-cats{align-items:flex-start;border-radius:8px}
.pd-tag-pill.pd-tag-cats .pd-tag-value{display:inline-flex;flex-wrap:wrap;align-items:center;gap:2px 0;padding:4px 10px}
.pd-tag-pill.pd-tag-cats .pd-cat-chain{display:inline-flex;flex-wrap:wrap;align-items:center}
.pd-tag-pill.pd-tag-cats .pd-cat-sep{color:#DCC9A9;padding:0 3px}
.pd-tag-pill.pd-tag-cats .pd-cat-chain-sep{color:#C8A86A;padding:0 5px}
.pd-tag-pill.pd-tag-cats .pd-tag-value a{color:#8A6540;text-decoration:none;font-weight:500}
.pd-tag-pill.pd-tag-cats .pd-tag-value a:hover{color:#A67C52;text-decoration:underline}
.pd-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px}
.pd-cta-row.pd-cta-row-center{justify-content:center}
.pd-cta-row .btn-inquiry{border-radius:8px}
.pd-cta-row .btn-share-sm.btn-share-blue{background:#8A6540;color:#fff;border-color:#8A6540}
.pd-cta-row .btn-share-sm.btn-share-blue:hover{background:#A67C52;color:#fff;border-color:#A67C52}
.btn-inquiry{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 32px;border-radius:8px;background:linear-gradient(135deg,#B85C38,#ea580c);color:#fff;font-size:16px;font-weight:600;text-decoration:none;box-shadow:0 4px 12px rgba(234,88,12,.25);transition:all .2s}
.btn-inquiry:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(234,88,12,.35);color:#fff}
.btn-collect{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;gap:5px}
.btn-collect:hover{border-color:#B85C38;color:#ea580c;background:#fffbeb}
.btn-collect.active{border-color:#B85C38;background:#fef3c7;color:#7C4226}
.btn-inquiry-text{color:#8A6540}
.btn-inquiry-text:hover{color:#A67C52;background:#F6F1E5;border-color:#8A6540}
.btn-edit,.btn-spec-download,.btn-share-sm{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;gap:5px;white-space:nowrap}
.btn-edit:hover,.btn-spec-download:hover,.btn-share-sm:hover{border-color:#8A6540;color:#8A6540;background:#F6F1E5}
.btn-delete{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border-radius:8px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;gap:5px;white-space:nowrap}
.btn-delete:hover{border-color:#f87171;background:#fee2e2;color:#991b1b}
.product-detail-img.product-gallery.single-image .gallery-main{justify-content:center}
.product-detail-img.product-gallery.single-image .gallery-main img{margin:0 auto}
.pd-info-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;padding:12px 16px;background:#f8fafc;border-radius:10px;border:1px solid var(--border-light)}
.pd-info-item{display:flex;align-items:baseline;font-size:14px}
.pd-info-label{color:var(--text-light);width:74px;flex-shrink:0}
.pd-info-value{color:var(--text);font-weight:500}
.pd-info-value a{color:var(--primary-light);text-decoration:none}
.pd-info-value a:hover{color:var(--accent)}
/* 2026-08-19 用途场景栏目压缩：图标 / padding / 字号 / 行间距 全减，整体高度压 ~50% */
.pd-scene-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.pd-section-scenes{margin-bottom:16px}
.pd-section-scenes .pd-scene-cards{margin-bottom:0}
.pd-scene-card{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s}
.pd-scene-card:hover{border-color:#bfdbfe;box-shadow:0 4px 12px rgba(30,64,175,.08)}
.pd-scene-icon{width:32px;height:32px;border-radius:8px;background:#F6F1E5;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.pd-scene-icon svg{width:18px;height:18px;fill:#8A6540}
.pd-scene-body{display:flex;flex-direction:column;gap:2px;min-width:0}
.pd-scene-title{font-size:13px;font-weight:700;color:#8A6540;line-height:1.3}
.pd-scene-desc{font-size:11px;color:#64748b;line-height:1.35}
/* 未选中的用途场景：灰度占位显示，保持网格整齐 */
.pd-scene-card.dim{background:#f8fafc;border-color:#e2e8f0;box-shadow:none}
.pd-scene-card.dim:hover{border-color:#e2e8f0;box-shadow:none}
.pd-scene-card.dim .pd-scene-icon{background:#f1f5f9}
.pd-scene-card.dim .pd-scene-icon svg{fill:#94a3b8}
.pd-scene-card.dim .pd-scene-title{color:#94a3b8}
.pd-scene-card.dim .pd-scene-desc{color:#cbd5e1}
@media (max-width:1100px){
  .pd-scene-cards{grid-template-columns:repeat(2,1fr);gap:8px}
  .pd-section-scenes{margin-bottom:14px}
  .pd-scene-card{padding:10px;gap:10px}
  .pd-scene-icon{width:30px;height:30px}
  .pd-scene-icon svg{width:17px;height:17px}
  .pd-scene-title{font-size:12.5px}
  .pd-scene-desc{font-size:11px}
}
@media (max-width:640px){
  .pd-scene-cards{grid-template-columns:1fr}
}
.pd-content-stack{display:flex;flex-direction:column;gap:24px;margin-top:24px}
.pd-section{background:var(--bg-white);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}
.pd-section h2{font-size:18px;font-weight:700;color:var(--primary);margin-bottom:16px;padding-bottom:10px;padding-left:12px;border-left:4px solid #B85C38;border-bottom:2px solid var(--border-light)}
.pd-desc-content{line-height:1.8;color:var(--text);font-size:15px}
.pd-desc-content p{margin-bottom:14px}
.pd-desc-content ul,.pd-desc-content ol{padding-left:24px;margin-bottom:16px}
.pd-desc-content ul li{list-style:disc;margin-bottom:6px}
.pd-desc-content ol li{list-style:decimal;margin-bottom:6px}
.pd-desc-empty{color:var(--text-lighter);font-style:italic}
.pd-specs-content{line-height:1.7}
/* 选件/配件区块（HIOKI 等品牌：配件跟随主机展示，源站结构） */
/* 极致压缩：小缩略图 + 一行 3 个，减少页面长度 */
.pd-section-options{margin-top:0}
.pd-opt-count{font-size:12px;font-weight:500;color:var(--text-lighter);margin-left:6px}
.pd-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.pd-opt-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px 6px;border:1px solid var(--border-light);border-radius:8px;text-decoration:none;text-align:center;transition:border-color .15s,box-shadow .15s,transform .15s;background:var(--bg-white)}
.pd-opt-card:hover{border-color:#B85C38;box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateY(-1px)}
.pd-opt-thumb{width:48px;height:48px;flex:0 0 auto;border-radius:6px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}
.pd-opt-thumb img{width:100%;height:100%;object-fit:contain}
.pd-opt-thumb .no-image{font-size:20px}
.pd-opt-info{min-width:0;width:100%;display:flex;flex-direction:column;gap:1px}
.pd-opt-name{font-size:12px;font-weight:500;color:var(--text);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pd-opt-meta{display:none}
@media (max-width:640px){.pd-options-grid{grid-template-columns:repeat(3,1fr);gap:6px}.pd-opt-card{padding:6px 4px}.pd-opt-thumb{width:40px;height:40px}.pd-opt-name{font-size:11px}}
/* 规格型号价格表（多规格价格模板） */
.pd-price-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:10px}
.pd-price-table{width:100%;min-width:680px;border-collapse:collapse;font-size:14px}
.pd-price-table thead th{background:#f0f6ff;color:var(--primary);font-weight:600;text-align:left;padding:10px 14px;border-bottom:2px solid var(--border);white-space:nowrap}
.pd-price-table tbody td{padding:10px 14px;border-bottom:1px solid var(--border-light);vertical-align:middle;word-break:break-word}
.pd-price-table tbody tr:last-child td{border-bottom:none}
.pd-price-table tbody tr:hover{background:#f8fafc}
.pd-price-table .ps-model{font-weight:600;color:var(--primary);white-space:nowrap}
.pd-price-table .ps-price{font-weight:700;color:#dc2626;font-variant-numeric:tabular-nums}
.pd-price-table .ps-price-cost{color:var(--primary)}
.pd-price-table .ps-price-cell{white-space:nowrap}
.pd-price-table .ps-remark{color:var(--text-lighter);font-size:13px}
.pd-price-table .ps-locked{font-size:13px;color:#8A6540;text-decoration:none;border:1px dashed #DCC9A9;border-radius:6px;padding:2px 8px;white-space:nowrap}
.pd-price-table .ps-locked:hover{background:#F6F1E5}
.ps-price-hint{margin-top:10px;font-size:13px;color:var(--text-lighter);line-height:1.6}
.ps-price-hint a{color:#8A6540;text-decoration:none;font-weight:500}
.ps-price-hint a:hover{text-decoration:underline}
/* 产品详情富文本：图片按自身宽度显示、最大不溢出容器，避免小图被强制放大模糊；保留表格内小图标不放大 */
.pd-desc-content img,.pd-specs-tech img,.pd-specs-edit img,.pd-specs-content img{display:inline-block;max-width:100%;height:auto;vertical-align:top}
/* 表格内的小图标/证书图不做满宽放大，仅防溢出 */
.pd-desc-content table img,.pd-specs-tech table img,.pd-specs-edit table img,.pd-specs-content table img{display:inline;width:auto;max-width:100%;height:auto}
/* ZTMI 产品详情页配图区块：保留原图宽度，避免选型表小图被强制放大模糊 */
.pd-specs-content .ztmi-specs-figures{margin-top:24px}
.pd-specs-content .ztmi-specs-figures>h3{font-size:18px;font-weight:700;color:#A67C52;margin-bottom:16px}
.pd-specs-content .ztmi-fig-section{margin-bottom:28px}
.pd-specs-content .ztmi-fig-section h4{font-size:15px;font-weight:600;color:#334155;margin:0 0 10px}
.pd-specs-content .ztmi-fig-section img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.pd-specs-content .ztmi-fig-section p{font-size:13px;color:#64748b;margin-top:8px;line-height:1.6}
/* ZTMI MPT 系列方案页：适用产品卡片网格 */
.pd-specs-content .ztmi-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px}
.pd-specs-content .ztmi-prod-grid figure{margin:0;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;text-align:center}
.pd-specs-content .ztmi-prod-grid figure img{display:block;width:100%;max-width:100%;height:auto;margin:0 auto;border:none;border-radius:4px;box-shadow:none}
.pd-specs-content .ztmi-prod-grid figcaption{font-size:13px;font-weight:600;color:#334155;margin-top:8px}
.pd-specs-content .ztmi-prod-grid figure p{font-size:12px;color:#64748b;line-height:1.55;margin-top:4px;text-align:left}
@media (max-width:768px){.pd-specs-content .ztmi-prod-grid{grid-template-columns:repeat(2,1fr);gap:8px}}
/* ZTMI MPT 系列方案页：测试项目多列清单 */
.pd-specs-content .ztmi-test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:28px}
.pd-specs-content .ztmi-test-item{padding:14px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}
.pd-specs-content .ztmi-test-item h4{font-size:15px;font-weight:700;color:#A67C52;margin:0 0 8px}
.pd-specs-content .ztmi-test-item ul{margin:0;padding-left:18px}
.pd-specs-content .ztmi-test-item li{font-size:13px;color:#475569;line-height:1.7;list-style:disc}
.pd-desc-content,.pd-specs-content{overflow-x:auto;-webkit-overflow-scrolling:touch}
.pd-desc-content table,.pd-specs-tech table,.pd-specs-edit table,.pd-specs-content table{
  width:100%!important;max-width:100%!important;height:auto!important;
  word-break:break-word;overflow-wrap:break-word;white-space:normal;
  border-collapse:collapse;font-size:14px;margin:10px 0;
}
.pd-desc-content table th,.pd-specs-tech table th,.pd-specs-edit table th,.pd-specs-content table th,.pd-desc-content table td,.pd-specs-tech table td,.pd-specs-edit table td,.pd-specs-content table td{padding:10px 12px;border:1px solid var(--border);text-align:left;word-break:break-word;overflow-wrap:break-word;white-space:normal}
.pd-specs-tech table th,.pd-specs-edit table th,.pd-specs-content table th,.pd-desc-content table th{background:#f8fafc;font-weight:600;color:var(--primary)}
.pd-desc-content table tr:nth-child(even),.pd-specs-edit table tr:nth-child(even),.pd-specs-content table tr:nth-child(even),.pd-desc-content table tr:nth-child(even){background:#f8fafc}
/* 编辑器中拖拽设定了列宽（colgroup col 带 width）时用固定表格布局，让列宽严格生效不挤左 */
.pd-desc-content table:has(colgroup col[style*="width"]),.pd-specs-tech table:has(colgroup col[style*="width"]),.pd-specs-edit table:has(colgroup col[style*="width"]),.pd-specs-content table:has(colgroup col[style*="width"]),.article-body table:has(colgroup col[style*="width"]){table-layout:fixed}
@media (max-width:768px){
  .product-detail-meta h1{font-size:20px}
  .pd-info-grid{grid-template-columns:1fr}
  .btn-inquiry{flex:1;padding:0 20px;font-size:15px}
  .pd-cta-row{gap:8px}
  .btn-collect,.btn-edit,.btn-delete,.btn-spec-download,.btn-share-sm{height:38px;padding:0 12px;font-size:13px}
  .pd-scene-cards{grid-template-columns:repeat(2,1fr);gap:6px}
  .pd-section-scenes{margin-bottom:12px}
  .pd-scene-card{padding:8px 10px;gap:8px}
  .pd-scene-icon{width:28px;height:28px;border-radius:6px}
  .pd-scene-icon svg{width:16px;height:16px}
  .pd-scene-title{font-size:12px}
  .pd-scene-desc{font-size:10.5px;line-height:1.3}
  .pd-section{padding:18px}
}

/* Auto product link in article body */
.auto-product-link{color:var(--primary-light);text-decoration:underline;text-underline-offset:3px;font-weight:500;transition:var(--transition)}
.auto-product-link:hover{color:var(--primary);background:rgba(0,102,179,.06);border-radius:2px}

/* ===== Product Detail - Related Sections (Products + Solutions + Articles) ===== */
.related-sections{margin-top:32px}
.related-section{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;overflow:hidden}
.related-section-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff}
.related-section-header h2{font-size:16px;font-weight:600;margin:0;display:flex;align-items:center;gap:8px}
.related-section-count{background:rgba(255,255,255,.2);padding:2px 10px;border-radius:12px;font-size:12px;font-weight:400}
.related-section-more{color:#fff;font-size:13px;opacity:.85;text-decoration:none;white-space:nowrap}
.related-section-more:hover{opacity:1;text-decoration:underline}
.related-section-body{padding:12px 16px}
.related-list-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;text-decoration:none;color:inherit;transition:var(--transition)}
.related-list-item:hover{background:var(--bg-light)}
.related-list-item:hover .related-item-main h3{color:var(--primary-light)}
.related-item-main{flex:1;min-width:0}
.related-item-main h3{font-size:15px;font-weight:500;margin:0 0 4px;color:var(--text);transition:var(--transition)}
.related-item-main p{font-size:13px;color:var(--text-light);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.related-item-meta{display:flex;gap:8px;align-items:center;margin-top:4px}
.related-item-tag{font-size:12px;color:var(--text-lighter);background:var(--bg-light);padding:2px 8px;border-radius:4px}
.related-item-date{font-size:12px;color:var(--text-lighter)}
.related-item-arrow{color:var(--text-lighter);font-size:18px;flex-shrink:0;margin-left:12px;transition:var(--transition)}
.related-list-item:hover .related-item-arrow{color:var(--primary-light);transform:translateX(3px)}
@media(max-width:640px){
  .related-section-header h2{font-size:14px}
  .related-section-more{font-size:12px}
  .related-item-main h3{font-size:14px}
  .related-item-main p{font-size:12px}
}

/* ===== 产品详情页：上半部 3/4 + 1/4 左右栏布局 ===== */
.pd-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr);gap:24px;align-items:start}
/* 左右栏互换（显式指定 grid-row 防止 auto-placement 把侧栏挤到第二行） */
.pd-layout-swapped{grid-template-columns:minmax(0,1fr) minmax(0,3fr)}
.pd-layout-swapped .pd-main-col{grid-column:2;grid-row:1}
.pd-layout-swapped .pd-aside{grid-column:1;grid-row:1}
.pd-main-col{min-width:0}
.pd-aside{min-width:0;position:sticky;top:120px;max-height:calc(100vh - 140px);display:flex;flex-direction:column;overflow:hidden}
.pd-aside-header{flex-shrink:0}
.pd-aside-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}
.pd-aside-body::-webkit-scrollbar{width:6px}
.pd-aside-body::-webkit-scrollbar-track{background:transparent}
.pd-aside-body::-webkit-scrollbar-thumb{background:#d1d9e6;border-radius:3px}
.pd-aside-body::-webkit-scrollbar-thumb:hover{background:#b6c3d6}
.pd-aside-box{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin-bottom:20px}
.pd-aside-title{font-size:15px;font-weight:700;color:var(--primary);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--border-light);display:flex;align-items:center;justify-content:space-between}
.pd-aside-count{background:#eef2ff;color:#4f46e5;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px}
/* 右栏位置一键切换（占位按钮） */
.pd-layout-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 12px;margin-bottom:12px;border:1px dashed var(--primary-light);border-radius:10px;background:#fff;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}
.pd-layout-toggle:hover{background:var(--primary);color:#fff;border-style:solid}
.pd-layout-toggle.active{background:var(--primary);color:#fff;border-style:solid}
.pd-layout-toggle-icon{font-size:15px;line-height:1}
.pd-layout-toggle-text{line-height:1}

/* 右栏产品检索 */
.pd-search-row{display:flex;gap:8px;margin-bottom:10px}
.pd-search-input{flex:1;min-width:0;height:38px;padding:0 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;color:var(--text);background:#f8fafc;outline:none;transition:border-color .15s,box-shadow .15s}
.pd-search-input:focus{border-color:var(--primary-light);background:#fff;box-shadow:0 0 0 3px rgba(59,130,246,.12)}
.pd-search-input::placeholder{color:var(--text-lighter)}
.pd-search-btn{flex-shrink:0;height:38px;padding:0 16px;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}
.pd-search-btn:hover{background:var(--primary-dark, #8A6540)}
.pd-search-results{border-top:1px dashed var(--border-light);padding-top:10px}
.pd-search-status{font-size:12px;color:var(--text-light);margin-bottom:8px}
.pd-search-list{display:flex;flex-direction:column;gap:8px}
.pd-search-item{display:flex;gap:10px;align-items:center;padding:8px;border:1px solid var(--border-light);border-radius:8px;text-decoration:none;color:inherit;transition:all .15s}
.pd-search-item:hover{border-color:var(--primary-light);box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateY(-1px)}
.pd-search-item:hover .pd-side-name{color:var(--primary-light)}
/* 右侧边栏「你可能也感兴趣」：恢复原竖排列表样式 */
.pd-side-list{display:flex;flex-direction:column;gap:10px}
.pd-side-item{display:flex;gap:10px;align-items:center;padding:8px;border:1px solid var(--border-light);border-radius:8px;text-decoration:none;color:inherit;transition:all .15s}
.pd-side-item:hover{border-color:var(--primary-light);box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateY(-1px)}
.pd-side-thumb{width:56px;height:56px;flex-shrink:0;background:var(--bg-light);border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pd-side-thumb img{max-width:100%;max-height:100%;object-fit:contain}
.pd-side-thumb .no-image{font-size:22px}
.pd-side-info{min-width:0;flex:1}
.pd-side-name{display:block;font-size:13px;font-weight:600;color:var(--text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pd-side-item:hover .pd-side-name{color:var(--primary-light)}
.pd-side-meta{display:block;font-size:11px;color:var(--text-lighter);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pd-side-more{text-align:center;margin-top:12px;font-size:13px}
.pd-side-more a{color:var(--primary-light);text-decoration:none}
.pd-side-more a:hover{text-decoration:underline}
/* 右侧「你可能也感兴趣」推荐卡片：图片在上，名称在下 */
.pd-rel-cards .pd-side-item{flex-direction:column;gap:8px;align-items:flex-start;padding:10px}
.pd-rel-cards .pd-side-thumb{width:100%;height:auto;min-height:90px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pd-rel-cards .pd-side-thumb img{display:block;width:auto;max-width:100%;height:auto;max-height:130px;object-fit:contain;margin:0 auto}
.pd-rel-cards .pd-side-thumb .no-image{font-size:32px}
.pd-rel-cards .pd-side-info{width:100%;min-width:0}
.pd-rel-cards .pd-side-meta{margin-top:4px}
/* 侧栏内分页适配窄宽度 */
.pd-aside-box .kb-pager{justify-content:flex-start;gap:4px;padding:10px 0 2px}
.pd-aside-box .kb-pager-btn{min-width:26px;height:26px;padding:0 5px;font-size:11px}
.pd-aside-box .kb-pager-cur{min-width:26px;height:26px;padding:0 5px;font-size:11px}
.pd-aside-box .kb-pager-ellipsis{height:26px;font-size:11px}
.pd-aside-box .kb-pager-info{font-size:11px;margin-left:4px}
.pd-help-text{font-size:13px;color:var(--text-light);line-height:1.7;margin-bottom:12px}
.pd-help-btn{display:block;text-align:center;background:linear-gradient(135deg,#B85C38,#ea580c);color:#fff;font-size:14px;font-weight:600;padding:10px 0;border-radius:8px;text-decoration:none;transition:all .2s}
.pd-help-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(234,88,12,.25);color:#fff}
.pd-help-tel{display:block;text-align:center;margin-top:10px;color:var(--primary-light);font-size:14px;font-weight:600;text-decoration:none}
.pd-help-tel:hover{text-decoration:underline}
@media(max-width:1024px){
  .pd-layout{grid-template-columns:1fr}
  .pd-layout-swapped{grid-template-columns:1fr}
  .pd-layout-swapped .pd-main-col{grid-column:auto;grid-row:auto}
  .pd-layout-swapped .pd-aside{grid-column:auto;grid-row:auto}
  .pd-aside{position:static;max-height:none;overflow:visible;display:block}
  .pd-aside-body{overflow:visible;padding-right:0}
  .pd-layout-toggle{display:none}
}

/* ===== 询价单表单 ===== */
.inquiry-product-box{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:12px 14px;margin-bottom:16px}
.inquiry-product-title{font-size:12px;color:#7C4226;font-weight:600;margin-bottom:6px}
.inquiry-product-name{font-size:15px;font-weight:700;color:#1e293b;line-height:1.4}
.inquiry-product-meta{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12px;color:#64748b;margin-top:4px}
.inquiry-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:16px;border-radius:10px;font-size:14px;line-height:1.9}
.inquiry-success a{color:#15803d;font-weight:600}
.inquiry-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 14px;border-radius:8px;margin-bottom:14px;font-size:13px}
.form-tip{font-size:12px;color:#94a3b8;margin-top:10px;text-align:center}
.form-tip a{color:var(--primary-light)}

/* ===== 规格书导出格式选择浮层 ===== */
.spec-export-modal{position:fixed;inset:0;z-index:9999;display:none}
.spec-export-modal.open{display:block}
.spec-export-overlay{position:absolute;inset:0;background:rgba(15,23,42,.5)}
.spec-export-close{position:absolute;top:10px;right:12px;background:#fff;border:none;font-size:22px;color:#94a3b8;cursor:pointer;z-index:2;width:32px;height:32px;border-radius:50%;line-height:1}
.spec-export-close:hover{color:#334155;background:#f1f5f9}

/* ===== 规格书预览弹窗（先预览再另存，默认整页全览） ===== */
.spec-preview-box{position:relative;display:flex;flex-direction:column;width:min(1100px,95vw);height:min(90vh,980px);margin:4vh auto 0;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden}
.spec-preview-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 56px 12px 20px;border-bottom:1px solid #e2e8f0}
.spec-preview-title{font-size:16px;font-weight:700;color:#0f172a;white-space:nowrap}
.spec-preview-tip{font-size:12px;color:#64748b;text-align:left;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.spec-preview-body{flex:1;min-height:0;background:#e2e8f0}
.spec-preview-body iframe{width:100%;height:100%;border:0;background:#e2e8f0;display:block}
.spec-preview-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 20px;border-top:1px solid #e2e8f0}
.spec-preview-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.spf-btn{padding:9px 18px;border-radius:8px;font-size:13px;cursor:pointer;font-family:inherit;border:1px solid #e2e8f0;background:#fff;color:#334155;transition:all .15s}
.spf-btn:hover{background:#f8fafc}
.spf-btn:disabled{opacity:.6;cursor:wait}
.spf-primary{background:#A67C52;border-color:#A67C52;color:#fff}
.spf-primary:hover{background:#24507e}
.spf-ghost{background:#fff}
/* 缩放工具条 */
.spf-zoom{display:flex;align-items:center;gap:5px;flex-shrink:0}
.spf-zbtn{min-width:30px;height:30px;padding:0 10px;border-radius:7px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:13px;cursor:pointer;font-family:inherit;line-height:1;transition:all .15s;white-space:nowrap}
.spf-zbtn:hover{background:#f1f5f9;border-color:#cbd5e1}
.spf-zval{min-width:44px;text-align:center;font-size:12px;color:#64748b;font-variant-numeric:tabular-nums}
.spf-zsep{width:1px;height:18px;background:#e2e8f0;margin:0 3px}
@media (max-width:768px){
  .spec-preview-box{width:96vw;height:90vh;margin-top:5vh}
  .spec-preview-head{padding:10px 48px 10px 12px;gap:8px}
  .spec-preview-title{font-size:14px}
  .spec-preview-foot{flex-wrap:wrap;justify-content:center}
  .spec-preview-tip{display:none}
  .spf-zbtn{min-width:26px;height:26px;padding:0 7px;font-size:12px}
  .spf-zval{min-width:36px}
}
.spec-print-area{position:fixed;left:-99999px;top:0;width:800px;background:#fff;z-index:-1}

/* 产品详情页：知识库三卡横排（左中右） */
.kb-prod-related-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  padding:16px;
}
.kb-related-empty{
  font-size:13px;
  color:#94a3b8;
  text-align:center;
  padding:12px 0;
  margin:0;
}
.kb-prod-related-grid .kb-sidebar-card{
  padding:18px 16px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 1px 4px rgba(0,0,0,.06);
}
.kb-prod-related-grid .kb-sidebar-card h3{
  font-size:14px;
  font-weight:700;
  margin-bottom:12px;
  padding-bottom:8px;
  border-bottom:1px solid #eee;
}
.kb-prod-related-grid .kb-related-list{
  list-style:none;
  padding:0;
  margin:0;
}
.kb-prod-related-grid .kb-related-list li{
  margin-bottom:8px;
  display:flex;
  align-items:flex-start;
  gap:8px;
}
.kb-prod-related-grid .kb-related-list li:last-child{
  margin-bottom:0;
}
.kb-prod-related-grid .kb-item-num{
  flex-shrink:0;
  min-width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  font-size:12px;
  font-weight:600;
  color:#fff;
  border-radius:4px;
  margin-top:5px;
}
.kb-prod-related-grid .kb-card-sel .kb-item-num{ background:#7c3aed; }
.kb-prod-related-grid .kb-card-repair .kb-item-num{ background:#ea580c; }
.kb-prod-related-grid .kb-card-case .kb-item-num{ background:#16a34a; }
.kb-prod-related-grid .kb-related-list a{
  font-size:13px;
  line-height:1.5;
  color:var(--text);
  text-decoration:none;
  display:block;
  flex:1;
  padding:4px 0;
  transition:color .15s;
  border:none !important;
}
.kb-prod-related-grid .kb-related-list a:hover{
  text-decoration:underline;
}
/* 配色（与知识库详情页右栏一致） */
.kb-prod-related-grid .kb-card-sel{
  border-top:3px solid #7c3aed;
}
.kb-prod-related-grid .kb-card-sel h3{
  color:#6d28d9;
}
.kb-prod-related-grid .kb-card-sel .kb-related-list a:hover{
  color:#6d28d9;
}
.kb-prod-related-grid .kb-card-repair{
  border-top:3px solid #ea580c;
}
.kb-prod-related-grid .kb-card-repair h3{
  color:#c2410c;
}
.kb-prod-related-grid .kb-card-repair .kb-related-list a:hover{
  color:#c2410c;
}
.kb-prod-related-grid .kb-card-case{
  border-top:3px solid #16a34a;
}
.kb-prod-related-grid .kb-card-case h3{
  color:#15803d;
}
.kb-prod-related-grid .kb-card-case .kb-related-list a:hover{
  color:#15803d;
}
@media(max-width:900px){
  .kb-prod-related-grid{
    grid-template-columns:1fr;
  }
}

/* ===== Inline Pagination (related sections) ===== */
.kb-pager{
  display:flex;align-items:center;justify-content:center;gap:6px;
  padding:14px 0 4px;flex-wrap:wrap;
}
.kb-pager-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:34px;height:32px;padding:0 8px;
  border:1px solid #d1d5db;border-radius:6px;
  background:#fff;color:#374151;font-size:13px;cursor:pointer;
  transition:border-color .15s,background .15s,color .15s;
}
.kb-pager-btn:hover{
  border-color:#8A6540;color:#8A6540;background:#F6F1E5;
}
.kb-pager-cur{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:34px;height:32px;padding:0 8px;
  border-radius:6px;background:#8A6540;color:#fff;font-size:13px;font-weight:600;
}
.kb-pager-ellipsis{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:28px;height:32px;color:#9ca3af;font-size:13px;
}
.kb-pager-info{
  margin-left:8px;font-size:12px;color:#9ca3af;white-space:nowrap;
}
/* KB 3-column cards: compact pager */
.kb-prod-related-grid .kb-pager{
  padding:12px 0 2px;
}
.kb-prod-related-grid .kb-pager-btn{
  min-width:28px;height:28px;padding:0 6px;font-size:12px;
}
.kb-prod-related-grid .kb-pager-cur{
  min-width:28px;height:28px;padding:0 6px;font-size:12px;
}
.kb-prod-related-grid .kb-pager-info{
  font-size:11px;margin-left:6px;
}

/* ===== Contact Page Cards ===== */
.contact-card{display:flex;align-items:flex-start;gap:12px;padding:12px 0}
.contact-icon{font-size:22px;flex-shrink:0;width:32px;text-align:center;line-height:1.3}
.contact-detail strong{display:block;font-size:14px;color:var(--text);margin-bottom:2px}
.contact-detail p{margin:1px 0;font-size:13px;color:var(--text-light)}
.contact-detail a{color:var(--primary);text-decoration:none}
.contact-detail a:hover{text-decoration:underline}
.contact-value-large{display:inline-block;font-size:20px;font-weight:700;color:var(--primary)!important;margin-top:1px}
.contact-divider{border:none;border-top:1px solid var(--border);margin:6px 0}
.service-promise{margin-top:16px;padding:14px 16px;background:#F3ECDD;border-radius:8px;border-left:4px solid var(--primary)}
.service-promise strong{color:var(--primary);font-size:14px}
.service-promise ul{margin:6px 0 0 16px;font-size:13px;color:var(--text)}
.service-promise li{margin-bottom:3px}

/* ===== Brand List Page ===== */
.brand-stats{display:flex;justify-content:center;gap:32px;padding:20px 0;margin-bottom:24px}
.stat-item{text-align:center}
.stat-item strong{display:block;font-size:28px;font-weight:700;color:var(--primary);line-height:1.1}
.stat-item span{font-size:12px;color:var(--text-light)}
.letter-filter{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;padding:10px 0;margin-bottom:24px;border-bottom:1px solid var(--border)}
.letter-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:5px;background:var(--bg-light);color:var(--text);text-decoration:none;font-size:13px;font-weight:500;transition:all .15s}
.letter-link:hover{background:var(--primary-light);color:#fff}
.brand-section{margin-bottom:32px}
.brand-section-title{font-size:22px;font-weight:700;color:var(--primary);padding-bottom:6px;border-bottom:2px solid var(--primary-light);margin-bottom:16px}
.brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
.brand-card{display:flex;align-items:center;gap:12px;padding:14px;background:var(--bg-white);border:1px solid var(--border);border-radius:8px;text-decoration:none;transition:all .2s}
.brand-card:hover{border-color:var(--primary-light);box-shadow:0 3px 12px rgba(26,86,219,.08);transform:translateY(-1px)}
.brand-card-logo{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:6px;overflow:hidden}
.brand-card-logo img{max-width:100%;max-height:100%;object-fit:contain}
.brand-logo-placeholder{font-size:16px;font-weight:700;color:var(--primary-light)}
.brand-card-body{flex:1;min-width:0}
.brand-card-name{font-size:15px;font-weight:600;color:var(--text);margin:0 0 2px}
.brand-card-desc{font-size:11px;color:var(--text-lighter);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ===== Brand Detail Page ===== */
.brand-detail-header{background:linear-gradient(135deg,#1e3a5f,#1a56db);color:#fff;padding:32px 0}
.brand-detail-header h1{color:#fff}
.brand-detail-top{display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand-detail-info{flex:1;min-width:0}
.brand-detail-title-row{display:flex;align-items:center;gap:14px;margin-bottom:10px}
.brand-detail-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);border-radius:10px;font-size:24px;backdrop-filter:blur(4px)}
.brand-detail-info h1{margin:0;font-size:30px;font-weight:700}
.brand-detail-slogan{margin:4px 0 0;font-size:14px;opacity:.92;color:#fff}
.brand-detail-stats{display:flex;flex-wrap:wrap;gap:18px;margin:12px 0 14px;font-size:13px}
.brand-detail-stats span{display:inline-flex;align-items:center;gap:5px}
.brand-detail-meta{display:flex;gap:16px;font-size:13px;opacity:.9}
.brand-detail-logo{flex-shrink:0;height:96px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;overflow:hidden;padding:8px 16px}
.brand-detail-logo img{max-height:80px;width:auto;max-width:260px;object-fit:contain}
.brand-detail-grid{display:grid;grid-template-columns:1fr 280px;gap:24px}
.brand-detail-block{background:var(--bg-white);padding:20px;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px}
.brand-detail-block h2{font-size:18px;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(--border)}
.brand-description{font-size:14px;line-height:1.75;color:var(--text)}
.brand-description p{margin-bottom:10px}

.ebook-list{display:flex;flex-direction:column;gap:8px}
.ebook-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--bg-light);border-radius:6px;border:1px solid var(--border);transition:var(--transition)}
.ebook-item:hover{border-color:var(--primary-light)}
.ebook-icon{font-size:24px}
.ebook-info{flex:1;min-width:0}
.ebook-info strong{display:block;font-size:13px}
.ebook-type{font-size:10px;color:var(--text-light);background:#e2e8f0;padding:1px 5px;border-radius:3px}
.ebook-actions{display:flex;gap:6px;flex-shrink:0}
.ebook-actions .btn{font-size:11px;padding:5px 10px}

.brand-detail-sidebar{position:sticky;top:calc(var(--header-h) + 12px);align-self:flex-start;max-height:calc(100vh - var(--header-h) - 24px);overflow-y:auto}
.brand-detail-sidebar .cat-sub-list,.brand-detail-sidebar .cat-sub3-list{max-height:none;overflow:visible}
.brand-detail-sidebar .cat-sub3-list{display:block !important}
.brand-detail-sidebar .sub3-arrow{display:inline-block}
.brand-detail-sidebar .cat-arrow{transform:rotate(90deg)}
.brand-detail-sidebar .cat-sub-flyout{display:none !important}
.sidebar-card{background:var(--bg-white);padding:18px;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:14px}
.sidebar-card h3{font-size:15px;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--border)}
.sidebar-brand-logo{text-align:center;margin-bottom:10px}
.sidebar-brand-logo img{max-width:110px;max-height:50px;object-fit:contain}
.sidebar-info-list{list-style:none;padding:0;margin:0}
.sidebar-info-list li{padding:5px 0;font-size:13px;border-bottom:1px dashed var(--border)}
.sidebar-info-list li:last-child{border-bottom:none}
.sidebar-nav{list-style:none;padding:0;margin:0}
.sidebar-nav li{margin-bottom:3px}
.sidebar-nav a{display:block;padding:6px 8px;font-size:13px;color:var(--text);text-decoration:none;border-radius:4px;transition:all .15s}
.sidebar-nav a:hover{background:var(--bg-light);color:var(--primary-light)}

.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}
.product-card-bd{display:block;background:var(--bg-white);border:1px solid var(--border);border-radius:8px;overflow:hidden;text-decoration:none;transition:all .15s}
.product-card-bd:hover{border-color:var(--primary-light);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.product-card-bd-wrap{background:var(--bg-white);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .15s}
.product-card-bd-wrap:hover{border-color:var(--primary-light);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.product-card-bd-wrap .product-card-bd{border:none;border-radius:0}
.product-card-bd-wrap .product-card-categories{padding:0 10px 8px}
.product-card-img{height:120px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);overflow:hidden}
.product-card-img img{max-width:100%;max-height:100%;object-fit:contain}
.product-card-body{padding:8px 10px}
.product-card-name{font-size:13px;font-weight:500;color:var(--text);margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card-model{font-size:11px;color:var(--text-lighter);margin:0}

/* ===== Brand Zone: product grid (4 per row) ===== */
.brand-products-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.brand-products-header h2{font-size:18px;margin:0;padding:0;border:none}
.brand-products-count{font-size:13px;color:var(--text-light)}
.brand-products-count strong{color:var(--primary);font-weight:600}

.brand-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
.brand-product-card{
  display:flex;flex-direction:column;
  background:var(--bg-white);border:1px solid var(--border);border-radius:10px;
  overflow:hidden;transition:transform .15s,box-shadow .15s,border-color .15s;height:100%
}
.brand-product-card:hover{border-color:var(--primary-light);box-shadow:0 4px 12px rgba(0,0,0,.07);transform:translateY(-2px)}
.brand-product-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1;min-width:0}
.brand-product-thumb{height:150px;display:flex;align-items:center;justify-content:center;background:#f8fafc;overflow:hidden;border-bottom:1px solid #f1f5f9}
.brand-product-thumb img{width:90%;height:90%;object-fit:contain;transition:transform .3s}
.brand-product-card:hover .brand-product-thumb img{transform:scale(1.03)}
.brand-product-body{flex:1;display:flex;flex-direction:column;gap:4px;padding:12px 14px 10px;min-height:0}
.brand-product-name{font-size:13px;font-weight:600;color:#1a1a2e;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}
.brand-product-model,.brand-product-brand{font-size:12px;color:#64748b;margin:0}
.brand-product-model{font-family:monospace;color:#8A6540}
.brand-product-tags{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:0 14px 12px;margin-top:auto;font-size:12px}
.brand-product-tag{color:#8A6540;text-decoration:none}
.brand-product-tag:hover{text-decoration:underline}
.brand-tag-sep{color:#cbd5e1}

/* ===== Homepage Brand Teaser ===== */
.brand-teaser{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}
.brand-teaser-item{background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;padding:16px 12px;text-align:center;text-decoration:none;transition:var(--transition)}
.brand-teaser-item:hover{border-color:var(--primary-light);box-shadow:var(--shadow)}
.brand-teaser-logo{height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.brand-teaser-logo img{max-height:36px;max-width:100%;object-fit:contain}
.brand-teaser-name{font-size:13px;color:var(--text);font-weight:500}

/* ===== SEO: rich-content ===== */
.rich-content img{max-width:100%;height:auto;margin:8px 0}
.rich-content iframe{max-width:100%}

/* ===== Knowledge page ===== */
.knowledge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}

/* ===== Empty state ===== */
.empty-page{padding:60px 0;text-align:center}
.empty-page p{font-size:16px;color:var(--text-lighter);margin-bottom:20px}

/* Responsive */
@media(max-width:992px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .with-sidebar{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .product-detail-header{grid-template-columns:1fr}
  .brand-detail-grid{grid-template-columns:1fr}
  .brand-product-grid{grid-template-columns:repeat(3,1fr)}
  .submenu.mega{min-width:auto;left:0;transform:none}
  .submenu.mega .mega-grid{grid-template-columns:1fr}
  .reading-frame{padding:28px 32px;max-width:none;margin:0}
  .sol-meta-bar{padding:0 32px}
  .sol-meta-row{flex-direction:column;align-items:flex-start;gap:6px}
  .sol-meta-row{padding:12px 14px;gap:10px}
  .sol-meta-label{min-width:64px;font-size:14px}
}
@media(max-width:768px){
  .nav-toggle{display:block;background:var(--primary);color:#fff;border-radius:6px;padding:7px 10px;font-size:20px;line-height:1;box-shadow:0 2px 6px rgba(166,124,82,.3)}
  .nav-toggle:hover,.nav-toggle:focus{background:var(--primary-dark);color:#fff}
  .header-actions .btn-header-auth,.header-actions .admin-edit-btn{display:none !important}
  .header-actions .btn-header-search{padding:5px 12px;font-size:12px}
  .nav-list{display:none;position:fixed;top:var(--header-h);left:0;right:0;background:var(--bg-white);flex-direction:column;box-shadow:var(--shadow-lg);padding:8px 0;max-height:80vh;overflow-y:auto;z-index:1000}
  .nav-list.active{display:flex}
  .nav-list > li > a{padding:10px 20px;border-radius:0}
  .has-submenu .submenu{display:none !important}
  .hero h1{font-size:26px}
  .hero{padding:40px 0 32px}
  .hero-stats{flex-wrap:wrap;gap:16px}
  .hero-cta{flex-direction:column}
  .cards-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .industry-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .industry-card{padding:14px 10px}
  .industry-card .icon{font-size:24px;margin-bottom:6px}
  .industry-card h3{font-size:14px;margin-bottom:4px}
  .industry-card p{font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .industry-card .more{font-size:11px;margin-top:4px}
  .card-body{padding:12px 10px}
  .card-body h3{font-size:13px;margin-bottom:4px}
  .card-body h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .card-body p{font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .card-tag{font-size:10px;padding:1px 6px;margin-bottom:4px}
  .card-meta{font-size:10px;margin-top:6px;padding-top:6px}
  .solutions-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .page-header h1{font-size:22px}
  .page-header{padding:30px 0}
  .article-content h1{font-size:22px}
  .reading-frame{padding:22px 20px}
  .reading-frame .article-body{font-size:15px;line-height:1.8}
  .sol-meta-bar{padding:0 20px;gap:10px}
  .sol-meta-row{padding:10px 12px}
  .sol-meta-row{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px}
  .sol-meta-label{min-width:0;font-size:14px}
  .sol-meta-tip{margin-left:0;white-space:normal}
  .header-actions .btn-outline{display:none}
  .section{padding:36px 0}
  .brand-grid{grid-template-columns:1fr}
  .brand-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .brand-product-thumb{height:130px}
  .brand-detail-top{flex-direction:column;align-items:flex-start;gap:18px}
  .brand-detail-info h1{font-size:24px}
  .brand-detail-logo{height:auto;max-width:100%;padding:10px 20px}
  .brand-detail-logo img{max-height:64px}
  .product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}
  .brand-stats{gap:16px}
  .stat-item strong{font-size:22px}
  .product-grid-main{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
}

/* Print */
@media print{
  .site-header,.site-footer,.top-bar,.nav-toggle,.hero,.cta-banner{display:none}
  body{font-size:13px}
  .container{max-width:100%}
}


/* ============================================
   NAV DROPDOWN MEGA MENU
   ============================================ */
.nav-dropdown {position:relative}
.nav-dropdown .dropdown-arrow {font-size:10px;margin-left:4px;transition:transform 0.2s}
.nav-dropdown:hover .dropdown-arrow {transform:rotate(180deg)}
.nav-dropdown .dropdown-mega {
  position:absolute;top:100%;left:50%;transform:translateX(-50%);
  background:#fff;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,0.15);
  padding:24px 28px;min-width:720px;z-index:1000;
  opacity:0;visibility:hidden;
  transition:opacity 0.2s,visibility 0.2s;
}
.nav-dropdown:hover .dropdown-mega {opacity:1;visibility:visible}
.dropdown-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.dropdown-col h4 {
  font-size:13px;color:#8A6540;margin:0 0 8px 0;padding-bottom:6px;
  border-bottom:1px solid #e3f2fd;font-weight:600;
}
.dropdown-col a {
  display:block;padding:4px 0;font-size:13px;color:#555;
  text-decoration:none;transition:color 0.15s;
}
.dropdown-col a:hover {color:#8A6540;padding-left:4px}

@media (max-width:768px) {
  .nav-dropdown .dropdown-mega {display:none !important}
  .dropdown-grid {grid-template-columns:1fr 1fr;gap:12px}
  .dropdown-col h4 {font-size:12px}
  .dropdown-col a {font-size:12px}
}

/* ============================================
   PRODUCTS PAGE LAYOUT
   ============================================ */
.products-page {background:#f5f7fa;min-height:calc(100vh - 200px);padding:0 0 48px 0}

/* Products header */
.products-header {
  background: linear-gradient(90deg, #8A6540, #2196f3);
  color:#fff;border-radius:10px;
  padding:18px 24px;margin-bottom:20px;
  display:flex;align-items:center;justify-content:center;
  position:relative;
}
.products-header-inner {
  display:flex;align-items:center;justify-content:center;gap:10px;
  font-size:18px;font-weight:600;flex-wrap:wrap;
}
.products-header .ph-item a {
  color:#fff;text-decoration:none;transition:opacity .15s;
}
.products-header .ph-item a:hover {text-decoration:underline;opacity:.95}
/* 2026-08-26 SEO：列表页语义化 H1（视觉与导航项一致，不破坏布局） */
.products-header .ph-item.ph-current {
  margin:0;padding:0;display:inline;font-size:inherit;font-weight:700;color:#fff;
  line-height:inherit;border:none;background:none;
}
.products-header .ph-sep {opacity:.85;font-weight:700;font-size:16px;margin:0 2px}
.products-count {
  position:absolute;right:24px;font-size:14px;color:rgba(255,255,255,.92);
}
.products-count strong {color:#fff;font-size:18px;margin:0 2px}

/* Products layout: sidebar + main */
.products-layout {display:flex;gap:28px;align-items:flex-start}

/* ============================================
   SIDEBAR
   ============================================ */
.products-sidebar {
  width:260px;flex-shrink:0;
  background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.06);
  overflow:hidden;position:sticky;top:80px;
  /* 分类多时侧栏独立滚动，避免二级/三级内容被视口底部裁剪 */
  max-height:calc(100vh - 96px);
  overflow-y:auto;
}
/* 自定义滚动条，保持页面整体视觉统一 */
.products-sidebar::-webkit-scrollbar{width:6px}
.products-sidebar::-webkit-scrollbar-track{background:transparent}
.products-sidebar::-webkit-scrollbar-thumb{background:#d1d9e6;border-radius:3px}
.products-sidebar::-webkit-scrollbar-thumb:hover{background:#b6c3d6}

/* Sidebar search */
.sidebar-search {padding:14px;border-bottom:1px solid #f0f0f0}
.sidebar-search form {display:flex;gap:0}
.sidebar-search-input {
  flex:1;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px 0 0 6px;
  font-size:13px;outline:none;background:#fafafa;
}
.sidebar-search-input:focus {border-color:#8A6540;background:#fff}
.sidebar-search-btn {
  padding:8px 12px;border:1px solid #8A6540;border-left:none;
  background:#8A6540;color:#fff;border-radius:0 6px 6px 0;cursor:pointer;
  font-size:14px;white-space:nowrap;
}

/* 产品热搜（检索框下方，后台热搜关键词-产品 栏目配置） */
.product-hot {padding:12px 16px 14px;border-bottom:1px solid #f0f0f0}
.product-hot .cat-tree-title {padding:0 0 8px;color:#666}
.product-hot-tags {display:flex;flex-wrap:wrap;gap:4px 14px}
.product-hot-tag {
  padding:0;border:0;border-radius:0;background:none;
  color:var(--primary);font-size:13px;line-height:1.7;
  text-decoration:none;font-family:inherit;cursor:pointer;display:inline-block;
}
.product-hot-tag:hover {background:none;color:#0a3d91;text-decoration:underline}

/* 产品详情页右栏：检索框下方的产品热搜（在 .pd-search-box 卡片内部） */
.pd-search-box .product-hot {padding:12px 0 0;border-bottom:none;border-top:1px dashed var(--border-light);margin-top:12px}
.pd-search-box .product-hot .cat-tree-title {font-size:13px;color:var(--text-light);margin-bottom:8px;padding:0}

/* #1077（2026-09-05）：产品检索卡片下移至目录树下方；热搜文字链接已提升为 .product-hot-tag 基础样式 */

/* Category tree */
.cat-tree {padding:8px 0}
.cat-tree-title {
  font-size:13px;color:#999;text-transform:uppercase;letter-spacing:1px;
  padding:8px 16px 4px;margin:0;font-weight:600;
}

.cat-tree-list {list-style:none;margin:0;padding:0}
.cat-tree-item {
  display:flex;align-items:center;gap:8px;
  padding:9px 16px;text-decoration:none;color:#444;
  font-size:14px;transition:all 0.15s;
  border-left:3px solid transparent;
}
.cat-tree-item:hover {background:#f5f8ff;color:#8A6540}
.cat-tree-item.active {
  background:#F3ECDD;color:#8A6540;font-weight:600;
  border-left-color:#8A6540;
}
.cat-icon {font-size:16px;width:20px;text-align:center;flex-shrink:0}
.cat-label {flex:1}
.cat-count {
  font-size:12px;color:#aaa;background:#f0f0f0;
  padding:1px 7px;border-radius:10px;min-width:24px;text-align:center;
}
.cat-tree-item.active .cat-count {background:#bbdefb;color:#8A6540}
/* #834/#835 浮现卡归属亮显：浮窗打开期间（flyout-open 类由 JS 维护，浮窗 detach 在 body
   下 hover 链不可用），侧栏一级目录天蓝色背景亮显，明示「这张浮现卡是谁的」。
   用户反馈去掉框线，只留底色。 */
.cat-tree-item.cat-root.flyout-open {
  background:#c7e4f8;
  color:#0a3d91;font-weight:600;
}
.cat-arrow {
  font-size:10px;color:#aaa;transition:transform 0.2s;
  margin-left:auto;
}
.cat-arrow.open {transform:rotate(90deg)}

/* Sub-category list */
.cat-sub-list {
  list-style:none;margin:0;padding:0;
  max-height:0;overflow:hidden;
  transition:max-height 0.3s ease;
}
/* 侧栏自身可滚动，展开不再设 900px 上限，避免长分类被裁剪 */
.cat-sub-list.visible {max-height:none}
.cat-sub-item {
  display:flex;align-items:center;justify-content:space-between;
  padding:7px 16px 7px 44px;text-decoration:none;color:#666;
  font-size:13px;transition:all 0.15s;
}
.cat-sub-item:hover {color:#8A6540;background:#fafcff}
.cat-sub-item.active {color:#8A6540;font-weight:600;background:#f0f5ff}
.cat-sub-count {font-size:12px;color:#aaa}
/* 二级右侧容器（计数+箭头） */
.cat-sub-right {display:inline-flex;align-items:center;gap:4px;flex-shrink:0}
.sub3-arrow {font-size:10px;color:#b6c3d6;transition:transform 0.2s}
.sub3-arrow.open {transform:rotate(90deg);color:#8A6540}
/* 三级分类（子类）：二级下再缩进一层；默认收起，仅激活二级的展开 */
.cat-sub3-list {
  list-style:none;margin:0;padding:0;border-left:2px solid #e8eef7;margin-left:44px;
  max-height:0;overflow:hidden;transition:max-height 0.3s ease;
}
.cat-sub3-list.visible {max-height:none}
.cat-sub3-item {
  display:flex;align-items:center;justify-content:space-between;
  padding:5px 12px 5px 14px;text-decoration:none;color:#8a97a8;
  font-size:13px;transition:all 0.15s;
}
.cat-sub3-item:hover {color:#8A6540;background:#f7fafe}
.cat-sub3-item.active {color:#8A6540;font-weight:600;background:#eef4ff}

/* 侧栏二级 hover 浮出三级面板（#680/#681）；#833 改为内联三/四/五级，面板加宽。 */
.cat-sub-flyout {
  display:none;position:fixed;left:0;top:0;
  min-width:420px;max-width:560px;background:#fff;border:1px solid #dbe7f7;border-radius:8px;
  box-shadow:0 10px 28px rgba(10,61,145,.16);padding:10px 14px 12px;z-index:1002;
  max-height:calc(100vh - 24px);overflow-y:auto;overscroll-behavior:contain;
}
.cat-sub-flyout.visible {display:block}
.cat-sub-flyout::before {
  content:"";position:absolute;left:-10px;top:0;width:10px;height:100%;background:transparent;
}
.cat-sub-flyout h5 {
  font-size:13px;color:#0a3d91;margin:0 0 6px;padding:0 0 5px;border-bottom:1px dashed #e3f2fd;
  white-space:nowrap;font-weight:600;
}
.cat-sub-flyout a {
  display:flex;align-items:center;justify-content:space-between;
  padding:5px 0;text-decoration:none;color:#555;font-size:13px;white-space:nowrap;
}
.cat-sub-flyout a:hover {color:#8A6540}
.cat-sub-flyout a.active {color:#8A6540;font-weight:600}
.cat-sub-flyout a .cat-sub-count {margin-left:8px}
@media (hover: hover) {
  .cat-sub-list > li:hover > .cat-sub-item {color:#8A6540;background:#fafcff}
  /* #834/#835 浮出面板归属亮显：与一级目录同款天蓝底，明示面板是谁的（类由 JS 维护），去框线。 */
  .cat-sub-list > li.flyout-open > .cat-sub-item {
    color:#0a3d91;font-weight:600;
    background:#c7e4f8;
  }
  /* 桌面 hover 设备：隐藏内联三级列表，改由浮出面板展示 */
  .cat-sub3-list {display:none !important}
  .sub3-arrow {display:none}
}
@media (hover: none) {
  .cat-sub-flyout {display:none !important}
  .sub3-arrow {display:inline-block}
}

/* 侧栏一级 hover 浮现卡（#819/#832/#833）：单面板内联二三四级（京东式横向展开）。
   面板宽度足以容纳「二级标题 + 三级/四级内联链接」整行，避免纵向过长/顶部裁剪。 */
.cat-root-flyout {
  display:none;position:fixed;left:0;top:0;
  min-width:640px;max-width:920px;background:#fff;border:2px solid #8A6540;border-radius:8px;
  box-shadow:0 10px 28px rgba(10,61,145,.18);padding:10px 14px 10px;z-index:1002;
  max-height:calc(100vh - 24px);overflow-y:auto;overscroll-behavior:contain;
}
.cat-root-flyout.visible {display:block}
.cat-root-flyout h5 {
  font-size:13.5px;color:#0a3d91;margin:0 0 7px;padding:0 0 5px;
  border-bottom:1px dashed #e3f2fd;white-space:nowrap;font-weight:600;
}
@media (hover: none) {
  .cat-root-flyout {display:none !important}
}

/* 侧栏分类多级缩进（#829 四级/五级全浮现）：三级起任意深度的递归子列表 */
.cat-tree-nested {list-style:none;margin:0;padding:0}
/* 不同深度的左侧缩进阶梯 + 引导线 */
.cat-tree-nested.depth-3 {border-left:2px solid #cfe0f5;margin-left:0}
.cat-tree-nested.depth-4 {border-left:2px solid #dbe7f7;margin-left:20px}
.cat-tree-nested.depth-5 {border-left:2px solid #e8eef7;margin-left:36px}
/* 基础链接 */
.cat-tree-nested-link {
  display:flex;align-items:center;justify-content:space-between;
  padding:4px 4px 4px 12px;text-decoration:none;color:#7a8a9a;
  font-size:13px;white-space:nowrap;border-radius:4px;
}
.cat-tree-nested-link:hover {color:#8A6540;background:#f7fafe}
.cat-tree-nested-link.active {color:#8A6540;font-weight:600;background:#eef4ff}
.cat-tree-nested-link .cat-sub-count {margin-left:8px;flex-shrink:0}
/* 层级越深，字号/颜色越弱，缩进越大；三级作为父级需要加粗亮显 */
.cat-tree-nested-link.depth-3 {
  color:#0a3d91;font-size:14px;font-weight:700;
  padding:6px 4px 6px 8px;margin:2px 0 4px;
  background:#f7fbff;border-radius:4px;
}
.cat-tree-nested-link.depth-4 {color:#4a5a6a;font-size:13px;font-weight:400;padding-left:10px}
.cat-tree-nested-link.depth-5 {color:#6a7a8a;font-size:12.5px;font-weight:400;padding-left:10px}
/* 二级 hover 浮出面板与浮窗保持一致 */
.cat-sub-flyout .cat-tree-nested {margin-left:0;padding-left:4px}
.cat-sub-flyout .cat-tree-nested.depth-3 {border-left-color:#cfe0f5}
.cat-sub-flyout .cat-tree-nested.depth-4 {border-left-color:#dbe7f7;margin-left:16px}
.cat-sub-flyout .cat-tree-nested.depth-5 {border-left-color:#e8eef7;margin-left:30px}
.cat-sub-flyout .cat-tree-nested-link.depth-3 {color:#0a3d91;font-weight:600}
.cat-sub-flyout .cat-tree-nested-link.depth-4 {color:#3d4f5f}
.cat-sub-flyout .cat-tree-nested-link.depth-5 {color:#6a7a8a;font-size:12.5px}
/* 一级 hover 浮窗内缩进与浮出面板保持一致 */
.cat-sub-flyout .cat-tree-nested, .cat-root-flyout .crf-sub3s .cat-tree-nested {padding-left:2px}

/* #832/#833 横向级联分类（京东式单面板内联展开）：
   一级/二级 hover 浮现面板内，当前层作为行标题，下级分类全部内联平铺在一行展示。 */
.cat-hv-list {list-style:none;margin:0;padding:0}
.cat-hv-item {
  display:flex;align-items:flex-start;gap:10px;
  padding:5px 0;border-bottom:1px dashed #eef4ff;
}
.cat-hv-item:last-child {border-bottom:none}
.cat-hv-link {
  display:inline-flex;align-items:center;gap:6px;flex-shrink:0;
  padding:4px 8px;text-decoration:none;color:#0a3d91;font-size:14px;font-weight:700;
  white-space:nowrap;border-radius:4px;line-height:1.3;
  background:#f5f9ff;
}
.cat-hv-link:hover {background:#e8f2ff}
/* 2026-09-05 用户反馈：active 深蓝色块与文字撞色不显现，去掉色块改蓝色文字（计数徽章保持蓝底白字） */
.cat-hv-link.active {background:transparent;color:#8A6540}
.cat-hv-link .cat-sub-count {
  font-size:11px;color:#fff;background:#8A6540;padding:1px 5px;border-radius:8px;font-weight:400;
}
/* 行内展开区：三级/四级链接换行平铺（#834 行间距收紧约 1/3） */
.cat-hv-inline {
  flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:4px 5px;
  padding-top:2px;line-height:1.15;
}
/* #835 组：一个父级项 + 它自己的子项（> children）作为一个整体换行单元；
   组与组之间用 .cat-hv-divider(·) 分隔，避免所有层级混成一坨。 */
.cat-hv-inline-group {
  display:inline-flex;align-items:center;flex-wrap:wrap;gap:2px 3px;
}
/* #835 子项容器：四级/五级在组内横向流式排列（不纵向堆叠、不与其他组混排）。 */
.cat-hv-inline-children {
  display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px 5px;
}
.cat-hv-inline-sep {
  color:#b6c3d6;font-size:13px;font-weight:700;margin:0 2px;flex-shrink:0;
}
.cat-hv-inline-sep.child-sep {color:#94a3b8;font-size:13px;font-weight:700;margin:0 2px}
.cat-hv-inline-link {
  display:inline-flex;align-items:center;gap:3px;
  color:#4a5a6a;font-size:13px;text-decoration:none;white-space:nowrap;
  padding:1px 4px;border-radius:4px;
}
.cat-hv-inline-link:hover {color:#8A6540;background:#f0f5ff}
.cat-hv-inline-link.active {color:#8A6540;font-weight:600;background:#eef4ff}
/* #837 三级目录名称字号加大一号；默认蓝色，hover/active 金色；数字仍保持蓝色，不加粗 */
.cat-root-flyout .cat-hv-inline-link.depth-3,
.cat-sub-flyout .cat-hv-inline-link.depth-4 {
  color:#8A6540;font-size:14px;font-weight:400;
}
.cat-root-flyout .cat-hv-inline-link.depth-3:hover,
.cat-sub-flyout .cat-hv-inline-link.depth-4:hover {color:#d4a017;background:#fff8e6}
.cat-root-flyout .cat-hv-inline-link.depth-3.active,
.cat-sub-flyout .cat-hv-inline-link.depth-4.active {color:#d4a017;background:#fff8e6;font-weight:600}
/* #834/#837 仅三级目录的数据数字显蓝色（一级浮窗内为 depth-3，二级浮窗内对应 depth-4） */
.cat-root-flyout .cat-hv-inline-link.depth-3 .cat-sub-count,
.cat-sub-flyout .cat-hv-inline-link.depth-4 .cat-sub-count {color:#8A6540;font-weight:600}
/* 层级越深越弱：四级/五级更小更灰 */
.cat-hv-inline-link.depth-4 {color:#4a5a6a;font-size:13px}
.cat-hv-inline-link.depth-5 {color:#6a7a8a;font-size:12.5px}
.cat-hv-inline-link.depth-6 {color:#7a8a9a;font-size:12px}
.cat-hv-inline-link .cat-sub-count {font-size:10px;color:#94a3b8;margin-left:2px}
.cat-hv-divider {color:#cbd5e1;font-size:12px;margin:0 2px}
/* 二级 hover 浮出面板同样适用内联布局，但尺寸略紧凑（#834 同步行距收紧） */
.cat-sub-flyout .cat-hv-item {padding:4px 0}
.cat-sub-flyout .cat-hv-link {font-size:13px;padding:3px 6px}
.cat-sub-flyout .cat-hv-inline {padding-top:1px;gap:3px 4px;line-height:1.15}
.cat-sub-flyout .cat-hv-inline-link {font-size:12.5px}
/* #835 修复 .cat-sub-flyout a{display:flex} 把内联链接块化成纵向的覆盖；
   组、子项容器、分隔符也保持 inline/inline-flex，防止被通用 a 规则破坏。 */
.cat-sub-flyout .cat-hv-inline-group,
.cat-sub-flyout .cat-hv-inline-children {display:inline-flex;align-items:center;flex-wrap:wrap;gap:3px 4px}
.cat-sub-flyout .cat-hv-inline-link {display:inline-flex;padding:1px 4px}
.cat-sub-flyout .cat-hv-inline-sep,
.cat-sub-flyout .cat-hv-divider {display:inline}
@media (hover: none) {
  .cat-hv-inline {display:none}
}

/* Brand filter in sidebar */
.sidebar-brand-filter {padding:12px 16px 16px;border-top:1px solid #f0f0f0}
.brand-list {display:flex;flex-wrap:wrap;gap:6px}
.brand-tag {
  display:inline-flex;align-items:center;gap:4px;
  padding:3px 9px;background:#f5f5f5;border-radius:4px;
  font-size:12px;color:#666;text-decoration:none;
  transition:all 0.15s;border:1px solid transparent;
}
.brand-tag:hover {background:#F3ECDD;color:#8A6540;border-color:#bbdefb}
.brand-tag.active {background:#8A6540;color:#fff;border-color:#8A6540}
.brand-cnt {font-size:10px;opacity:0.7}

/* ============================================
   MAIN CONTENT
   ============================================ */
.products-main {flex:1;min-width:0}

/* Active filters */
.active-filters {
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  margin-bottom:16px;padding:10px 14px;background:#fff;
  border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.filter-tag {
  display:inline-flex;align-items:center;gap:4px;
  padding:4px 10px;background:#F3ECDD;color:#8A6540;
  border-radius:16px;font-size:12px;font-weight:500;
}
.filter-remove {
  color:#8A6540;font-size:14px;font-weight:700;text-decoration:none;
  line-height:1;margin-left:2px;
}
.filter-remove:hover {color:#e53935}
.filter-result-info {font-size:12px;color:#999;margin-left:4px}

/* 一键换序按钮 */
.sort-toggle-btn {
  display:inline-flex;align-items:center;gap:4px;
  margin-left:auto;padding:5px 12px;background:#fff;
  border:1px solid #d0e0f2;border-radius:16px;
  font-size:12px;font-weight:500;color:#8A6540;
  text-decoration:none;transition:all .2s;
}
.sort-toggle-btn:hover {
  background:#F3ECDD;border-color:#8A6540;color:#A67C52;
}
.sort-toggle-icon {font-size:13px;line-height:1}
.sort-toggle-text {white-space:nowrap}

/* Product grid */
.product-grid {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:16px;
}

/* Product card - v2 参考图清爽风格（天蓝标题条 + 左图右文 + 参数 + 价格/查看详情） */
.product-card {
  background:#fff;border-radius:12px;overflow:hidden;
  box-shadow:0 2px 8px rgba(30,159,255,0.08),0 1px 3px rgba(0,0,0,0.06);
  transition:box-shadow 0.2s,transform 0.2s;
  display:flex;flex-direction:column;
  position:relative;cursor:pointer;
}
.product-card:hover {
  box-shadow:0 8px 24px rgba(30,159,255,0.14),0 2px 6px rgba(0,0,0,0.08);
  transform:translateY(-3px);
}
/* 整卡可点击：透明遮罩覆盖卡片，内部交互链接/按钮提升层级 */
.product-card-link-overlay {
  position:absolute;inset:0;z-index:1;
  text-decoration:none;color:transparent;background:transparent;
}
.product-card-header,
.product-card-meta.pc-cats a,
.pc-price-login a,
.pc-btn-detail {
  position:relative;z-index:2;
}
.product-card-header {
  display:block;background:#1e9fff;
  color:#fff;text-decoration:none;padding:11px 16px;
  min-height:42px;display:flex;align-items:center;justify-content:center;
}
.product-card-title {
  margin:0;font-size:15px;font-weight:700;line-height:1.35;
  text-align:center;
  display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;
}
.product-card-body {
  display:flex;gap:14px;padding:14px 16px 10px;
}
.product-card-media {
  width:110px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px;
}
.product-card-thumb {
  width:110px;height:90px;flex-shrink:0;background:#f6f9fc;
  border-radius:8px;display:flex;align-items:center;justify-content:center;
  overflow:hidden;border:1px solid #e8f1f8;
}
.product-card-thumb img {
  max-width:92%;max-height:92%;object-fit:contain;
  transition:transform 0.3s;
}
.product-card:hover .product-card-thumb img {transform:scale(1.05)}
.product-card-caption {
  font-size:10px;color:#0d7bc4;text-align:center;line-height:1.3;
  max-width:110px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
/* 无图占位复用，但限制在缩略图尺寸内 */
.product-card-thumb .no-thumb,
.product-card-thumb .thumb-placeholder {
  background:linear-gradient(160deg,#f2f8ff 0%,#e2eefb 100%);
  width:100%;height:100%;
}
.product-card-thumb .no-thumb::before,
.product-card-thumb .thumb-placeholder::before {
  content:"";width:36px;height:36px;flex-shrink:0;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2393b8e8'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E");
}
.product-card-thumb .no-thumb small,
.product-card-thumb .thumb-placeholder small {font-size:10px;color:#7a94b8;letter-spacing:.5px;text-align:center;line-height:1.3}

.product-card-info {flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}
.product-card-info-title {
  font-size:15px;font-weight:700;color:#1a1a2e;line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;
  margin-bottom:2px;
}
.product-card-meta {
  font-size:12px;color:#475569;line-height:1.4;
  display:flex;align-items:center;gap:6px;flex-wrap:wrap;
}
.pc-meta-label {
  color:#94a3b8;font-size:11px;min-width:30px;display:inline-block;
}
.product-card-meta.pc-cats a {
  color:#8A6540;text-decoration:none;font-weight:500;
}
.product-card-meta.pc-cats a:hover {color:#A67C52;text-decoration:underline}
.product-card-meta.pc-cats .cat-sep {color:#cbd5e1;padding:0 2px}

.product-card-usage {
  padding:10px 16px 12px;flex:1;
  font-size:12px;color:#475569;line-height:1.7;
  text-align:left;
  overflow:hidden;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
}
/* 无用途标签的产品卡占位保持高度 */
.product-card-usage:empty{display:none;}
.pc-usage-empty{color:#cbd5e1;font-style:italic}

.product-card-footer {
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:10px 16px 14px;border-top:1px solid #eef2f7;
}
.pc-price {
  font-size:13px;font-weight:600;color:#8A6540;
  display:flex;align-items:center;gap:3px;flex-wrap:wrap;
}
.pc-price-label {color:#64748b;font-weight:500;font-size:12px}
.pc-price-val {color:#8A6540;font-weight:700}
.pc-price-login a {
  color:#8A6540;text-decoration:none;font-weight:600;
}
.pc-price-login a:hover {color:#A67C52;text-decoration:underline}
.pc-btn-detail {
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 18px;background:#fff;color:#374151;
  border:1px solid #d1d5db;border-radius:16px;
  font-size:13px;font-weight:500;text-decoration:none;
  transition:all 0.15s;white-space:nowrap;
}
.pc-btn-detail:hover {background:#f8fafc;border-color:#9ca3af;color:#111827}

/* 兼容旧卡片（首页/其他页面若仍使用旧结构，保持基本可用） */
.product-card-inner {display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}
.product-body {padding:12px 14px;flex:1;display:flex;flex-direction:column;gap:6px}
.product-name {
  font-size:13px;font-weight:600;color:#1a1a2e;line-height:1.4;
  margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.product-meta {display:flex;align-items:center;gap:8px;font-size:11px;color:#888}
.product-model {color:#8A6540;font-family:monospace;font-size:11px}
.product-brand {color:#666}
.product-tags {display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}
.tag-cat {
  font-size:10px;padding:2px 6px;background:#e3f2fd;color:#8A6540;
  border-radius:3px;
}
.tag-type {
  font-size:10px;padding:2px 6px;background:#f3e5f5;color:#7b1fa2;
  border-radius:3px;
}
.product-card-categories {
  display:flex;align-items:center;flex-wrap:wrap;gap:2px;
  font-size:11px;line-height:1.5;margin-top:2px;
}
.product-card-categories a {
  color:#8A6540;text-decoration:none;font-weight:500;
}
.product-card-categories a:hover {color:#A67C52;text-decoration:underline}
.product-card-categories .cat-sep {color:#b6c6d9;padding:0 2px}
.product-card > .product-card-categories {padding:8px 14px 12px}
.product-footer {
  padding:10px 14px;border-top:1px solid #f0f0f0;
  text-align:center;
}
.btn-inquiry {
  display:inline-block;padding:6px 20px;background:#8A6540;color:#fff;
  border-radius:18px;font-size:12px;font-weight:500;
  transition:background 0.2s;
}
.btn-inquiry:hover {background:#A67C52}

/* Empty state */
.empty-results {
  text-align:center;padding:60px 20px;background:#fff;
  border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.empty-icon {font-size:48px;margin-bottom:12px}
.empty-results h3 {font-size:18px;color:#666;margin:0 0 8px}
.empty-results p {font-size:14px;color:#999;margin:0 0 20px}
.btn-back {
  display:inline-block;padding:8px 20px;background:#8A6540;color:#fff;
  border-radius:6px;text-decoration:none;font-size:14px;
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination {
  display:flex;justify-content:center;align-items:center;gap:6px;
  margin-top:32px;padding:20px 0;
}
.page-btn {
  padding:8px 16px;background:#fff;color:#555;text-decoration:none;
  border-radius:6px;font-size:13px;border:1px solid #e0e0e0;
  transition:all 0.15s;
}
.page-btn:hover {background:#f5f5f5;color:#8A6540;border-color:#8A6540}
.page-num {
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;
  background:#fff;color:#555;text-decoration:none;
  border-radius:6px;font-size:13px;border:1px solid #e0e0e0;
  transition:all 0.15s;
}
.page-num:hover {background:#f5f5f5;color:#8A6540}
.page-num.current {
  background:#8A6540;color:#fff;border-color:#8A6540;font-weight:600;
}
.page-dots {color:#aaa;padding:0 2px;letter-spacing:2px}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width:900px) {
  .products-layout {flex-direction:column}
  .products-sidebar {
    width:100%;position:static;display:flex;flex-wrap:wrap;gap:0;
    max-height:none;overflow-y:visible;
  }
  .sidebar-search {flex:1;min-width:200px}
  .cat-tree {flex:2;min-width:300px}
  .sidebar-brand-filter {width:100%}
  .product-hot {width:100%;flex:1 1 100%;min-width:200px}
  .cat-sub-list.visible {max-height:none}
  
  .product-grid {grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}
  .product-thumb {height:140px}
}

@media (max-width:600px) {
  .products-header h1 {font-size:18px}
  .product-grid {grid-template-columns:repeat(2,1fr);gap:10px}
  .product-thumb {height:120px}
  .product-body {padding:8px 10px}
  .product-name {font-size:12px}
  .product-footer {padding:8px 10px}
  .btn-inquiry {padding:5px 12px;font-size:11px}
  .breadcrumb {font-size:12px}
}


/* ============================================
   Header Logo & Footer Re-layout v2.1
   ============================================ */

/* ---------- Header Logo ---------- */
.header-main .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  height: 35px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.logo-text strong {
  font-size: 1.3rem;
  color: var(--primary, #8C6D4F);
  letter-spacing: 0.5px;
}

.logo-text small {
  font-size: 0.72rem;
  color: var(--text-light, #6c757d);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

@media (max-width: 991px) {
  .logo-img {
    height: 29px;
    max-width: 100%;
  }
  .logo-text strong {
    font-size: 1.25rem;
  }
}

@media (max-width: 640px) {
  .header-main .logo {
    gap: 8px;
  }
  .logo-img {
    height: 25px;
    max-width: 100%;
  }
  .logo-text strong {
    font-size: 1.4rem;
  }
  .logo-text small {
    display: none;
  }
}

/* ---------- Footer Re-layout ---------- */
.site-footer {
  background: linear-gradient(180deg, #3E342E 0%, #2E2721 100%);
  color: rgba(255, 255, 255, 0.92);
  padding: 36px 0 0;
  font-size: 0.92rem;
  line-height: 1.7;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer a:hover {
  color: var(--accent, #B85C38);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.68fr) minmax(0, 0.95fr) 1.55fr;
  gap: 18px 22px;
  align-items: start;
}

.footer-grid > .footer-col {
  min-width: 0;
  overflow: hidden;
  overflow-wrap: break-word;
}

.footer-col h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(184,92,56, 0.45);
  display: inline-block;
  min-width: 70%;
}
.footer-col h3 a {
  color: inherit;
  text-decoration: none;
}
.footer-col h3 a:hover {
  color: var(--accent, #B85C38);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-col ul li a {
  display: inline-block;
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.6;
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: var(--accent-light);
  transform: translateX(4px);
}

/* Brand column */
.footer-brand {
  padding-right: 12px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-logo-text {
  color: var(--accent, #B85C38);
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-logo img {
  height: 42px;
  width: auto;
  display: block;
}

.footer-slogan {
  color: var(--accent, #B85C38);
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 10px;
  line-height: 1.45;
}

.footer-slogan .footer-logo-text {
  font-size: 1em;
  margin-right: 4px;
}

.footer-about-text {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer-emergency {
  margin-top: 4px;
  max-width: 280px;
}

.footer-emergency p {
  margin: 0 0 2px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.82);
}

.footer-emergency a {
  color: #D4764E;
  font-weight: 600;
  text-decoration: none;
}

.footer-emergency a:hover {
  text-decoration: underline;
}
/* 400电话同行追加速记：桌面隐藏（走配套工厂版），移动端显示 */
.tel400-inline{display:none}

.footer-cert {
  margin: 12px 0 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.68);
}

/* Contact column */
.footer-contact .contact-company {
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact .contact-company:last-of-type {
  border-bottom: none;
}

.footer-contact .contact-name {
  color: #fff;
  font-weight: 600;
  margin: 0 0 4px;
  font-size: 0.9rem;
}

.footer-contact p {
  margin: 0 0 2px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.74);
}

.footer-contact .contact-hotline {
  font-size: 1.15rem;
  margin: 2px 0 0;
}

.footer-contact .contact-hotline a {
  color: var(--accent, #B85C38);
  font-weight: 700;
}


/* Footer brands bar: 通栏页宽品牌展示 */
.footer-brands-bar {
  margin-top: 0;
  padding: 6px 4vw 0;
  margin-bottom: 15px;
}
.footer-brands-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 4px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
}
.footer-brands-label {
  margin-right: 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}
.footer-brand-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-brand-link:hover {
  color: #B85C38;
}
.footer-brand-text {
  color: rgba(255, 255, 255, 0.92);
}
.footer-brand-sep {
  color: rgba(255, 255, 255, 0.25);
  margin: 0 2px;
}
@media (max-width: 640px) {
  .footer-brands-bar {
    padding: 12px 4vw;
  }
  .footer-brands-inner {
    font-size: 0.8rem;
    gap: 6px 2px;
  }
}

/* Footer QR codes: 社交媒体二维码 */
.footer-qr-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 0;
  padding: 0;
}
.footer-qr-main {
  grid-column: 2 / span 4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-qr-wrap {
  position: relative;
  display: inline-block;
}
.footer-qr-img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  background: #fff;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: 6px;
  box-sizing: border-box;
  display: block;
}
/* 2026-09-10：取消悬浮浮现，注释文字常驻显示在二维码图片下方 */
.footer-qr-wrap::after {
  content: attr(data-tip);
  display: block;
  margin-top: 6px;
  max-width: 88px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: inherit;
  opacity: .72;
  white-space: normal;
  overflow-wrap: break-word;
}
.footer-qr-wrap::before {
  display: none;
}
@media (max-width: 768px) {
  .footer-qr-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 8px;
  }
  .footer-qr-main {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
  }
  .footer-qr-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: none;
    background: #fff;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 6px;
    box-sizing: border-box;
    flex: 0 0 auto;
    object-fit: cover;
  }
  /* 5 个并列不分行：弹性宽度 + 上限 62px */
  .footer-qr-main .footer-qr-wrap { width: calc((100% - 34px) / 5); max-width: 62px; flex: 0 0 auto; }
  .footer-qr-wrap::after { font-size: 10px; margin-top: 4px; }
}

/* Footer friend links: 页宽横排居中散开 */
.footer-friend-links {
  margin-top: 6px;
  padding: 8px 4vw;
}

.friend-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 8px 12px;
}

.friend-links-list a {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.friend-links-list a:hover {
  background: rgba(184,92,56, 0.18);
  border-color: rgba(184,92,56, 0.45);
  color: var(--accent, #B85C38);
  transform: translateY(-2px);
}

/* 技术干货列：纯文字分类链接，与左右栏目风格一致 */
.footer-tech {
  min-width: 0;
}
.footer-tech h3 {
  min-width: 75%;
}

/* Footer bottom */
.footer-bottom {
  margin-top: 40px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.15);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.6);
}

.footer-tagline {
  color: rgba(255,255,255,.88) !important;
  font-weight: 500;
}

/* Responsive footer */
@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }
  .footer-brand .footer-about-text {
    max-width: 760px;
  }
  .footer-emergency {
    max-width: 360px;
  }
}

@media (max-width: 991px) {
  .site-footer {
    padding-top: 40px;
  }
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-col h3 {
    min-width: 60%;
  }
  .friend-links-list {
    justify-content: center;
    gap: 10px 14px;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer-brand {
    text-align: center;
  }
  .footer-emergency {
    max-width: none;
    margin: 0 auto;
  }
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-logo img {
    height: 36px;
  }
}


/* ====== Solutions Page v2 ====== */

/* Hero */
.sol-hero {
    background: linear-gradient(135deg, #F7F1E4 0%, #F1E6D0 55%, #EADCC0 100%);
    color: #3F362E;
    padding: 40px 0 36px;
    position: relative;
    overflow: hidden;
}
.sol-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 40%;
    background: radial-gradient(ellipse at right center, rgba(166,124,82,0.10), transparent 70%);
    pointer-events: none;
}
.sol-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    z-index: 1;
}
.sol-hero-text h1 {
    color: #3F362E;
    font-size: 1.8rem;
    margin: 0 0 6px;
    letter-spacing: 0.5px;
}
.sol-hero-text p {
    color: rgba(63,54,46,0.8);
    font-size: 0.9rem;
    max-width: 560px;
    margin: 0;
    line-height: 1.6;
}
.sol-hero-stats {
    display: flex;
    gap: 28px;
    flex-shrink: 0;
}
.sol-stat {
    text-align: center;
}
.sol-stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #8A6540;
    line-height: 1;
}
.sol-stat-num sup {
    font-size: 0.7rem;
    vertical-align: super;
}
.sol-stat-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(63,54,46,0.65);
    margin-top: 4px;
}

/* Layout */
/* #1147z2 轨道防撑破：裸 1fr 的 auto 最小宽会被侧栏 nowrap 长标题/答案卡宽内容撑破视口，
   html{overflow-x:clip} 下直接整页被裁且无法滚动（用户手机实拍复现）。minmax(0,1fr) 锁回容器宽 */
.solutions-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 24px;
    padding: 24px 0 48px;
}

/* Sidebar */
.sol-sidebar {
    position: sticky;
    top: 80px;
    align-self: start;
    /* 左栏独立滚动条：内容超高视口时侧栏内部滚动，页面滚动不受影响 */
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #c9d4e0 transparent;
    padding-right: 2px;
}
.sol-sidebar::-webkit-scrollbar {
    width: 6px;
}
.sol-sidebar::-webkit-scrollbar-track {
    background: transparent;
}
.sol-sidebar::-webkit-scrollbar-thumb {
    background: #c9d4e0;
    border-radius: 3px;
}
.sol-sidebar::-webkit-scrollbar-thumb:hover {
    background: #9fb0c3;
}
.sol-sidebar-search {
    margin-bottom: 16px;
}
.sol-sidebar-search form {
    display: flex;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.sol-sidebar-search form:focus-within {
    border-color: #8C6D4F;
}
.sol-search-input {
    flex: 1;
    border: none;
    padding: 10px 12px;
    font-size: 0.85rem;
    outline: none;
    background: #fff;
}
.sol-search-btn {
    border: none;
    background: #8C6D4F;
    color: #fff;
    padding: 0 14px;
    cursor: pointer;
    font-size: 0.9rem;
}

/* Category Nav */
.sol-cat-nav {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}
.sol-cat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    color: #444;
    font-size: 0.85rem;
    transition: all 0.15s;
}
.sol-cat-item:last-child {
    border-bottom: none;
}
.sol-cat-item:hover {
    background: #f5f7fa;
    color: #8C6D4F;
}
.sol-cat-item.active {
    background: linear-gradient(90deg, rgba(26,58,108,0.06), transparent);
    color: #8C6D4F;
    font-weight: 600;
    border-left: 3px solid #e85d1a;
    padding-left: 11px;
}
.sol-cat-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 0.85rem;
    flex-shrink: 0;
    color: #fff;
}
.sol-cat-info {
    flex: 1;
    min-width: 0;
}
.sol-cat-name {
    display: block;
    line-height: 1.3;
}
.sol-cat-badge {
    font-size: 0.72rem;
    color: #888;
    background: #f0f4f8;
    padding: 2px 8px;
    border-radius: 10px;
    min-width: 26px;
    text-align: center;
    flex-shrink: 0;
}
.sol-cat-item.active .sol-cat-badge {
    background: #8C6D4F;
    color: #fff;
}
/* 侧栏独立二级分类（FAQ 产品种类细分，#1048 迭代） */
.sol-cat-children {
    padding: 4px 0 6px;
    border-bottom: 1px solid #f5f5f5;
    background: #fbfcfe;
}
.sol-cat-sub-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px 7px 38px;
    text-decoration: none;
    color: #555;
    font-size: 0.8rem;
    position: relative;
    transition: all 0.15s;
}
.sol-cat-sub-item::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #c9d4e0;
}
.sol-cat-sub-item:hover {
    background: #f0f4f9;
    color: #8C6D4F;
}
.sol-cat-sub-item.active {
    color: #8C6D4F;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(232,93,26,0.08), transparent);
}
.sol-cat-sub-item.active::before {
    background: #e85d1a;
}
.sol-cat-sub-name {
    flex: 1;
    min-width: 0;
    line-height: 1.3;
}
.sol-cat-sub-badge {
    font-size: 0.7rem;
    color: #888;
    background: #f0f4f8;
    padding: 1px 7px;
    border-radius: 9px;
    min-width: 24px;
    text-align: center;
    flex-shrink: 0;
}
.sol-cat-sub-item.active .sol-cat-sub-badge {
    background: #e85d1a;
    color: #fff;
}

/* Sidebar CTA */
.sol-sidebar-cta {
    margin-top: 16px;
    background: linear-gradient(135deg, #f8faff, #eef2f8);
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
    border: 1px solid #e2e8f0;
}
.sol-cta-icon {
    font-size: 1.5rem;
    margin-bottom: 6px;
}
.sol-sidebar-cta h4 {
    font-size: 0.95rem;
    color: #8C6D4F;
    margin: 0 0 4px;
}
.sol-sidebar-cta p {
    font-size: 0.78rem;
    color: #666;
    margin: 0 0 12px;
    line-height: 1.4;
}
.sol-cta-btn {
    display: block;
    background: #e85d1a;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.15s;
}
.sol-cta-btn:hover {
    background: #d04e10;
}
.sol-cta-link {
    display: block;
    margin-top: 8px;
    font-size: 0.78rem;
    color: #8C6D4F;
    text-decoration: none;
}
.sol-cta-link:hover {
    text-decoration: underline;
}

/* Main Content */
.sol-main {
    min-width: 0;
}

/* Bar */
.sol-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}
.sol-bar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sol-bar-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 0.95rem;
    color: #fff;
    flex-shrink: 0;
}
.sol-bar-left h2 {
    font-size: 1.2rem;
    color: #8C6D4F;
    margin: 0;
}
.sol-bar-count {
    font-size: 0.8rem;
    color: #888;
}
.sol-bar-count strong {
    color: #e85d1a;
}
.sol-bar-page {
    font-size: 0.8rem;
    color: #888;
}

/* Grid */
.sol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Card */
.sol-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}
.sol-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-color: #d0d8e4;
    transform: translateY(-2px);
}
.sol-card-top {
    margin-bottom: 8px;
}
.sol-card-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid;
}
/* 方案卡缩略图：主图/正文首图（2026-09-09 v11.77） */
.sol-card-thumb {
    display: block;
    margin: 0 0 10px;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #eef2f7, #e2e8f0);
}
.sol-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}
.sol-card:hover .sol-card-thumb img {
    transform: scale(1.04);
}
.sol-card-title {
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0 0 8px;
    font-weight: 600;
}
.sol-card-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.15s;
    display: block;
}
.sol-card-title a:hover {
    color: #8C6D4F;
}
.sol-card-desc {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.5;
    margin: 0 0 10px;
    flex: 1;
}
.sol-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
.sol-tag {
    font-size: 0.68rem;
    color: #555;
    background: #f5f7fa;
    padding: 2px 7px;
    border-radius: 3px;
    white-space: nowrap;
}
.sol-card-link {
    font-size: 0.82rem;
    color: #8C6D4F;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
    align-self: flex-start;
}
.sol-card-link:hover {
    color: #e85d1a;
}

/* Empty state */
.sol-empty {
    text-align: center;
    padding: 60px 20px;
}
.sol-empty-icon {
    font-size: 3rem;
    margin-bottom: 12px;
}
.sol-empty h3 {
    color: #444;
    margin-bottom: 8px;
}
.sol-empty p {
    color: #888;
    margin-bottom: 20px;
}

/* Pagination */
.sol-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 32px 0;
    flex-wrap: wrap;
}
.sol-page-num, .sol-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #555;
    text-decoration: none;
    background: #fff;
    transition: all 0.15s;
}
.sol-page-num:hover, .sol-page-btn:hover {
    border-color: #8C6D4F;
    color: #8C6D4F;
}
.sol-page-num.active {
    background: #8C6D4F;
    color: #fff;
    border-color: #8C6D4F;
}
.sol-page-dots {
    padding: 0 4px;
    color: #aaa;
}

/* Lifecycle */
.sol-lifecycle {
    margin-top: 40px;
    padding: 32px 24px;
    background: linear-gradient(135deg, #f8faff, #f0f4f8);
    border-radius: 12px;
    border: 1px solid #e8edf3;
}
.sol-lifecycle-header {
    text-align: center;
    margin-bottom: 24px;
}
.sol-lifecycle-header h2 {
    font-size: 1.4rem;
    color: #8C6D4F;
    margin: 0 0 6px;
}
.sol-lifecycle-header p {
    font-size: 0.88rem;
    color: #777;
    margin: 0;
}
.sol-lifecycle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.sol-lc-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.2s;
}
.sol-lc-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border-color: #d0d8e4;
    transform: translateY(-2px);
}
.sol-lc-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
    margin: 0 auto 12px;
}
.sol-lc-card h3 {
    font-size: 1rem;
    color: #8C6D4F;
    margin: 0 0 6px;
}
.sol-lc-card p {
    font-size: 0.82rem;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .sol-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sol-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .sol-hero-stats {
        gap: 24px;
    }
}
@media (max-width: 991px) {
    /* #1147z2 769-991 段防撑破：此前只有 mobile.css ≤768 有 minmax(0,1fr)，此段裸 1fr
       被内容撑破视口后整页被 html overflow-x:clip 裁掉（横屏手机/平板窗口均命中） */
    .solutions-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    .sol-sidebar, .sol-main {
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .sol-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
    .sol-cat-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        overflow-x: auto;
    }
    .sol-cat-item {
        border-bottom: none;
        border-right: 1px solid #f5f5f5;
        white-space: nowrap;
        flex: 0 0 auto;
    }
    .sol-sidebar-search {
        max-width: 400px;
    }
    .sol-lifecycle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .sol-grid {
        grid-template-columns: 1fr;
    }
    .sol-hero {
        padding: 28px 0 24px;
    }
    .sol-hero-text h1 {
        font-size: 1.4rem;
    }
    .sol-hero-text p {
        font-size: 0.82rem;
    }
    .sol-hero-stats {
        gap: 16px;
    }
    .sol-stat-num {
        font-size: 1.4rem;
    }
    .sol-lifecycle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sol-lifecycle {
        padding: 24px 16px;
    }
    .sol-bar-left h2 {
        font-size: 1.05rem;
    }
}

/* Solutions dropdown mega menu - 3列，与 solutions.php 分类同步（DB 驱动，含数量徽标） */
.dropdown-mega-solutions { min-width: 720px !important; padding: 20px 22px !important; }
.dropdown-mega-solutions .dropdown-col h4 { font-size: 13px; margin-bottom: 6px; padding-bottom: 5px; white-space: nowrap; }
.dropdown-mega-solutions .dropdown-col a { font-size: 13px; padding: 3px 0; }
.dropdown-mega-solutions .dropdown-col a.drop-all {
  color: #8A6540; font-weight: 600; margin-top: 3px;
  border-top: 1px dashed #e3f2fd; padding-top: 5px;
}
.dropdown-mega-solutions .dropdown-col a.drop-all:hover { padding-left: 0; }
@media (max-width: 768px) {
  .dropdown-mega-solutions { min-width: 100% !important; }
}

/* Industry dropdown mega menu - 4列紧凑布局 */
.dropdown-mega-industry { min-width: 760px !important; padding: 20px 24px !important; }
.dropdown-mega-industry .dropdown-grid { gap: 14px !important; }
.dropdown-mega-industry .dropdown-col h4 { font-size: 12px; margin-bottom: 6px; padding-bottom: 5px; }
.dropdown-mega-industry .dropdown-col a { font-size: 12px; padding: 3px 0; }
@media (max-width: 768px) {
  .dropdown-mega-industry { min-width: 100% !important; }
  /* 移动端两列分栏统一在 mobile.css 中通过 display: contents 实现 */
}

/* Products dropdown mega menu - 7列，与产品页分类树同步（DB 驱动，含数量徽标） */
.dropdown-mega-products {
  min-width: 1160px !important;
  left: 50% !important;
  transform: translateX(-37%) !important;
  padding: 20px 22px !important;
}
.dropdown-grid-products { grid-template-columns: repeat(7, 1fr) !important; gap: 10px 12px !important; }
.dropdown-mega-products .dropdown-col h4 { font-size: 13px; margin-bottom: 6px; padding-bottom: 5px; white-space: nowrap; }
.dropdown-mega-products .dropdown-col a {
  display: flex; align-items: baseline; justify-content: flex-start;
  font-size: 13px; padding: 3px 0;
}
.drop-line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.drop-cnt {
  display: inline-block; min-width: 17px; padding: 0 4px; margin-left: 4px;
  font-size: 11px; line-height: 16px; text-align: center; color: #0a3d91;
  background: #F3ECDD; border-radius: 8px; font-weight: 600; vertical-align: 1px;
  white-space: nowrap; flex-shrink: 0;
}
.dropdown-mega-products .dropdown-col a.drop-all {
  color: #8A6540; font-weight: 600; margin-top: 3px;
  border-top: 1px dashed #e3f2fd; padding-top: 5px;
}
.dropdown-mega-products .dropdown-col a.drop-all:hover { padding-left: 0; }
/* 一级目录二级条目 >17 条时分两列显示（header.php 输出 dropdown-col-split2）：
   该列占 2 格网格宽度，内部 .drop-col-items 双列排布，高度减半 */
.dropdown-mega-products .dropdown-col-split2 { grid-column: span 2; }
.dropdown-mega-products .dropdown-col-split2 .drop-col-items {
  display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px;
}
/* 三级飞出面板锚点项避免被网格行裁断 */
.dropdown-mega-products .dropdown-col-split2 .drop-sub2 { position: relative; }
@media (max-width: 900px) {
  /* 移动端 split2 列本身不生成 box（.dropdown-col 是 display:contents），
     让内部容器占满外层 2 列网格，并继续保持双列均分 */
  .dropdown-mega-products .dropdown-col-split2 > .drop-col-items {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
  }
  .dropdown-mega-products .dropdown-col-split2 > .drop-all {
    grid-column: 1 / -1;
  }
}
/* 二级 hover 飞出三级面板（与产品页侧栏三级目录对应，#662） */
.drop-sub2 { position: relative; }
.drop-sub2 > a { display: block; position: relative; }
/* #720 把二级项和飞出卡「打通」：从 <a> 上延伸一条 10px 宽的悬停桥，
   覆盖两框之间的缝隙，继承高亮背景与蓝色边框 */
.drop-sub2 > a::after {
  content: ''; position: absolute; top: 0; left: 100%;
  width: 10px; height: 100%;
  background: transparent; border: none; pointer-events: auto;
}
.dropdown-mega-products .dropdown-col:last-child .drop-sub2 > a::after {
  left: auto; right: 100%;
}
.drop-fly-arrow { flex-shrink: 0; margin-left: auto; color: #90a4ae; font-size: 11px; line-height: inherit; }
.drop-flyout {
  display: none; position: absolute; left: calc(100% + 10px); top: -8px;
  min-width: 240px; max-width: 320px; background: #fff;
  border: 2px solid #8A6540; border-radius: 8px;
  box-shadow: 0 10px 28px rgba(10, 61, 145, .18);
  padding: 12px 16px 14px; z-index: 1001;
}
.dropdown-mega-products .dropdown-col:last-child .drop-flyout { left: auto; right: calc(100% + 10px); }
.drop-flyout h5 {
  font-size: 13.5px; color: #0a3d91; margin: 0 0 8px; padding: 0 0 6px;
  border-bottom: 1px dashed #e3f2fd; white-space: nowrap; font-weight: 600;
}
.drop-flyout a { font-size: 14px; padding: 6px 0; line-height: 1.55; white-space: nowrap; }
/* 三级条目字号需盖过 .dropdown-col a / .dropdown-mega-products .dropdown-col a 的 13px+3px 规则
   （飞出卡挂在 .dropdown-col 内时后者优先级更高），detached（移到 body）时也要覆盖基础规则 */
.dropdown-mega-products .dropdown-col .drop-flyout a,
.dropdown-mega-products .drop-flyout a,
.drop-flyout.fly-detached a {
  font-size: 14px; padding: 6px 0; line-height: 1.55;
}
@media (hover: hover) {
  .drop-sub2:hover .drop-flyout { display: block; }
  /* #719 悬停选中的二级项：蓝色线框高对比（fly-active = 光标移到飞出卡上时保持选中态） */
  .drop-sub2:hover > a,
  .drop-sub2.fly-active > a {
    color: #0a3d91; font-weight: 600;
    background: #F3ECDD;
    outline: 2px solid #8A6540; outline-offset: -2px; border-radius: 4px;
  }
  /* #720 悬停桥：把二级项和飞出卡之间的缝隙「打通」，光标穿缝时仍处于 hover 链 */
  .drop-sub2:hover > a::after,
  .drop-sub2.fly-active > a::after {
    background: #F3ECDD;
    border-top: 2px solid #8A6540;
    border-bottom: 2px solid #8A6540;
    border-right: 2px solid #8A6540;
    border-left: none;
    border-radius: 0 4px 4px 0;
  }
  .dropdown-mega-products .dropdown-col:last-child .drop-sub2:hover > a::after,
  .dropdown-mega-products .dropdown-col:last-child .drop-sub2.fly-active > a::after {
    border-right: none;
    border-left: 2px solid #8A6540;
    border-radius: 4px 0 0 4px;
  }
}
@media (hover: none) {
  /* 触屏设备无 hover：隐藏飞出箭头，二级链接直接跳转（侧栏仍有完整三级目录） */
  .drop-fly-arrow { display: none; }
}
/* #829 飞出卡内多级缩进（三级起任意深度：UNI-T 四级 / 同惠五级平铺可见） */
.drop-flyout .drop-sub3 > a { font-size: 14px; font-weight: 700; color: #0a3d91; padding: 5px 0; }
.drop-flyout .drop-sub3s,
.drop-flyout .drop-sub4s,
.drop-flyout .drop-sub5s {
  border-left: 2px solid #cfe0f5;
  margin: 2px 0 8px;
  padding-left: 10px;
}
.drop-flyout .drop-sub4s { border-left-color: #dbe7f7; margin-left: 8px; }
.drop-flyout .drop-sub5s { border-left-color: #e8eef7; margin-left: 16px; }
.drop-flyout .drop-sub4s > a { font-size: 13px; font-weight: 600; color: #3d4f5f; padding: 4px 0; }
.drop-flyout .drop-sub5s > a { font-size: 12.5px; font-weight: 400; color: #6a7a8a; padding: 3px 0; }
.drop-flyout .drop-sub4 > a,
.drop-flyout .drop-sub5 > a { font-size: 13px; color: #6a7a8a; padding: 3px 0; }
/* #718 小屏显示器防裁剪：下拉 mega 面板超出视口时内部滚动（main.js 按需加 .mega-scroll） */
@media (min-width:769px) {
  .nav-dropdown .dropdown-mega.mega-scroll {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  /* #719 滚动模式下飞出的三级面板被 detach 到 body（main.js），真 fixed 跟随光标定位，
     不受面板 transform/overflow 影响（面板自身 transform 会使内部 fixed 包含块错位跑偏） */
  .drop-flyout.fly-detached {
    position: fixed; display: none;
    left: auto; top: auto; right: auto;
    max-height: calc(100vh - 96px); overflow-y: auto;
    z-index: 10001;
  }
  .drop-flyout.fly-detached.fly-open { display: block; }
  /* #720 飞出卡打开期间锁定页头浮现卡（detach 到 body 后 CSS hover 已无法维持面板展开） */
  .nav-dropdown.fly-keep .dropdown-mega { opacity: 1; visibility: visible; }
  .nav-dropdown.fly-keep .dropdown-arrow { transform: rotate(180deg); }
}
/* 页头 mega 面板 / detach 飞出卡滚动条显式美化（#718-2，2026-09-03）：
   小屏下 .mega-scroll 已启用 overflow-y:auto，但系统默认滚动条可能过细/隐藏，
   导致用户看不出可滚动。统一用站点常见细滚动条样式，确保可见。 */
.nav-dropdown .dropdown-mega.mega-scroll::-webkit-scrollbar,
.drop-flyout.fly-detached::-webkit-scrollbar { width: 7px; }
.nav-dropdown .dropdown-mega.mega-scroll::-webkit-scrollbar-track,
.drop-flyout.fly-detached::-webkit-scrollbar-track { background: transparent; }
.nav-dropdown .dropdown-mega.mega-scroll::-webkit-scrollbar-thumb,
.drop-flyout.fly-detached::-webkit-scrollbar-thumb { background: #c1cfdc; border-radius: 4px; }
.nav-dropdown .dropdown-mega.mega-scroll::-webkit-scrollbar-thumb:hover,
.drop-flyout.fly-detached::-webkit-scrollbar-thumb:hover { background: #9eb0c6; }
.nav-dropdown .dropdown-mega.mega-scroll,
.drop-flyout.fly-detached { scrollbar-width: thin; scrollbar-color: #c1cfdc transparent; }
@media (max-width: 1199px) {
  .dropdown-mega-products { min-width: 980px !important; transform: translateX(-43%) !important; }
}

/* Knowledge dropdown mega menu - 3列，与知识库三栏目分类同步（DB 驱动，含数量徽标） */
.dropdown-mega-knowledge { min-width: 720px !important; padding: 20px 22px !important; }
.dropdown-mega-knowledge .dropdown-col h4 { font-size: 13px; margin-bottom: 6px; padding-bottom: 5px; white-space: nowrap; }
.dropdown-mega-knowledge .dropdown-col a { font-size: 13px; padding: 3px 0; }
.dropdown-mega-knowledge .dropdown-col a.drop-all {
  color: #8A6540; font-weight: 600; margin-top: 3px;
  border-top: 1px dashed #e3f2fd; padding-top: 5px;
}
.dropdown-mega-knowledge .dropdown-col a.drop-all:hover { padding-left: 0; }
@media (max-width: 768px) {
  .dropdown-mega-knowledge { min-width: 100% !important; }
}

/* Articles dropdown mega menu - 3列，与 knowledge.php 8 标签同步（DB 驱动，含数量徽标） */
.dropdown-mega-articles { min-width: 720px !important; padding: 20px 22px !important; }
.dropdown-mega-articles .dropdown-col h4 { font-size: 13px; margin-bottom: 6px; padding-bottom: 5px; white-space: nowrap; }
.dropdown-mega-articles .dropdown-col a { font-size: 13px; padding: 3px 0; }
.dropdown-mega-articles .dropdown-col a.drop-all {
  color: #8A6540; font-weight: 600; margin-top: 3px;
  border-top: 1px dashed #e3f2fd; padding-top: 5px;
}
.dropdown-mega-articles .dropdown-col a.drop-all:hover { padding-left: 0; }
@media (max-width: 768px) {
  .dropdown-mega-articles { min-width: 100% !important; }
}

/* ===== 知识库专题引导页面 (KB Hub) ===== */
.kb-hub-hero {
  background: linear-gradient(135deg, #F7F1E4 0%, #EFE2C9 55%, #EADCC0 100%);
  color: #3F362E;
  padding: 50px 0 40px;
}
.kb-hub-hero-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.kb-hub-hero-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: rgba(138,101,64,.14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.kb-hub-hero-content { flex: 1; min-width: 280px; }
.kb-hub-hero-content h1 {
  font-size: 30px;
  margin: 0 0 8px;
  color: #3F362E;
  font-weight: 800;
}
.kb-hub-hero-content p {
  font-size: 15px;
  opacity: 0.92;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}
.kb-hub-hero-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.kb-hub-stat {
  background: rgba(255,255,255,.72);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
}
.kb-hub-stat strong {
  font-size: 18px;
  font-weight: 800;
  margin-right: 3px;
}
.kb-hub-section { padding: 36px 0 30px; background: #f8fafc; }
.kb-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.kb-hub-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 24px 22px;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #ddd;
  transition: all .25s;
  display: flex;
  flex-direction: column;
}
.kb-hub-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.kb-hub-card-blue { border-top-color: #8A6540; }
.kb-hub-card-green { border-top-color: #059669; }
.kb-hub-card-orange { border-top-color: #ea580c; }
.kb-hub-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.kb-hub-card-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.kb-hub-card-blue .kb-hub-card-icon { background: #F6F1E5; }
.kb-hub-card-green .kb-hub-card-icon { background: #ecfdf5; }
.kb-hub-card-orange .kb-hub-card-icon { background: #fff7ed; }
.kb-hub-card-title h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 2px;
  color: #1e293b;
}
.kb-hub-card-count {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}
.kb-hub-card-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 16px;
}
.kb-hub-card-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 18px;
  flex: 1;
  align-items: start;
}
.kb-hub-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  border: 1px solid #e2e8f0;
  color: #475569;
  background: #f8fafc;
}
.kb-hub-tag:hover {
  transform: translateY(-1px);
}
.kb-hub-tag-cnt {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 999px;
  color: #fff;
}
.kb-hub-card-blue .kb-hub-tag:hover { background: #F6F1E5; border-color: #DCC9A9; color: #8A6540; }
.kb-hub-card-blue .kb-hub-tag-cnt { background: #8A6540; }
.kb-hub-card-green .kb-hub-tag:hover { background: #ecfdf5; border-color: #6ee7b7; color: #047857; }
.kb-hub-card-green .kb-hub-tag-cnt { background: #059669; }
.kb-hub-card-orange .kb-hub-tag:hover { background: #fff7ed; border-color: #fdba74; color: #c2410c; }
.kb-hub-card-orange .kb-hub-tag-cnt { background: #ea580c; }
.kb-hub-card-cta {
  display: block;
  text-align: center;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  margin-top: auto;
}
.kb-hub-card-blue .kb-hub-card-cta { background: #F6F1E5; color: #8A6540; }
.kb-hub-card-blue .kb-hub-card-cta:hover { background: #8A6540; color: #fff; }
.kb-hub-card-green .kb-hub-card-cta { background: #ecfdf5; color: #059669; }
.kb-hub-card-green .kb-hub-card-cta:hover { background: #059669; color: #fff; }
.kb-hub-card-orange .kb-hub-card-cta { background: #fff7ed; color: #ea580c; }
.kb-hub-card-orange .kb-hub-card-cta:hover { background: #ea580c; color: #fff; }
.kb-hub-tips { padding: 28px 0 40px; background: #f8fafc; }
.kb-hub-tips-inner {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  border: 1px solid #e2e8f0;
}
.kb-hub-tips-inner h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1e293b;
}
.kb-hub-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.kb-hub-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.kb-hub-tip-num {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary, #A67C52);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb-hub-tip p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .kb-hub-grid { grid-template-columns: 1fr; }
  .kb-hub-tips-grid { grid-template-columns: 1fr; }
  .kb-hub-hero-content h1 { font-size: 24px; }
  .kb-hub-hero { padding: 30px 0 24px; }
  .kb-hub-section { padding: 20px 0; }
  .kb-hub-hero-stats { width: 100%; }
}

/* Solutions v3 Additional */
/* Solutions v3 - Additional CSS */
/* Quick Category Bar */
.sol-quickcats {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    position: sticky;
    top: 60px;
    z-index: 90;
}
.sol-quickcats-inner {
    display: flex;
    gap: 4px;
    padding: 10px 0;
    overflow-x: auto;
    scrollbar-width: thin;
}
.sol-quickcats-inner::-webkit-scrollbar {
    height: 4px;
}
.sol-quickcats-inner::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}
.sol-qc-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s;
    background: #f5f7fa;
    flex: 0 0 auto;
}
.sol-qc-item:hover {
    background: #e8edf3;
    color: #8C6D4F;
}
.sol-qc-item.active {
    background: #8C6D4F;
    color: #fff;
}
.sol-qc-icon {
    font-size: 0.9rem;
}
.sol-qc-count {
    font-size: 0.7rem;
    background: rgba(255,255,255,0.3);
    padding: 1px 6px;
    border-radius: 8px;
}
.sol-qc-item:not(.active) .sol-qc-count {
    background: #e2e8f0;
    color: #888;
}

/* Hot Tags */
.sol-hot-tags {
    margin-top: 16px;
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}
.sol-sidebar-title {
    font-size: 0.85rem;
    color: #8C6D4F;
    margin: 0 0 10px;
    font-weight: 600;
}
.sol-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.sol-tag-link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.72rem;
    color: #555;
    background: #f5f7fa;
    padding: 3px 8px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.15s;
}
.sol-tag-link:hover {
    background: #e8edf3;
    color: #8C6D4F;
}
.sol-tag-link.active {
    background: #e85d1a;
    color: #fff;
}
.sol-tag-count {
    font-size: 0.62rem;
    color: #999;
    background: #e8edf3;
    padding: 0 4px;
    border-radius: 3px;
}
.sol-tag-link.active .sol-tag-count {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* Featured Section */
.sol-featured {
    margin-bottom: 24px;
}
.sol-featured-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.sol-featured-header h2 {
    font-size: 1.1rem;
    color: #8C6D4F;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sol-featured-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e85d1a, #f97316);
    color: #fff;
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.sol-featured-hint {
    font-size: 0.78rem;
    color: #999;
}
.sol-featured-scroll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.sol-featured-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-left: 3px solid var(--fc, #8C6D4F);
    border-radius: 8px;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.2s;
}
.sol-featured-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border-color: #d0d8e4;
    transform: translateY(-2px);
}
.sol-featured-cat {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.sol-featured-cat-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 0.75rem;
}
.sol-featured-cat-name {
    font-size: 0.72rem;
    font-weight: 500;
}
.sol-featured-title {
    font-size: 0.88rem;
    color: #222;
    margin: 0 0 8px;
    line-height: 1.45;
    flex: 1;
    font-weight: 600;
}
.sol-featured-card:hover .sol-featured-title {
    color: var(--fc, #8C6D4F);
}
.sol-featured-link {
    font-size: 0.78rem;
    color: var(--fc, #8C6D4F);
    font-weight: 500;
}

/* Bar description */
.sol-bar-desc {
    font-size: 0.76rem;
    color: #999;
    margin: 2px 0 0;
}

/* Card number */
.sol-card-num {
    font-size: 0.7rem;
    color: #ccc;
    font-weight: 600;
    font-family: 'Courier New', monospace;
}
.sol-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

/* Card tags - make clickable */
.sol-card-tags .sol-tag {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s;
}
.sol-card-tags .sol-tag:hover {
    background: #e8edf3;
    color: #8C6D4F;
}

/* Pagination jump */
.sol-page-jump {
    margin-left: 12px;
    display: flex;
    align-items: center;
}
.sol-jump-form {
    display: flex;
    align-items: center;
    gap: 4px;
}
.sol-jump-label {
    font-size: 0.78rem;
    color: #888;
}
.sol-jump-input {
    width: 48px;
    height: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-align: center;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.15s;
}
.sol-jump-input:focus {
    border-color: #8C6D4F;
}
.sol-jump-btn {
    border: 1px solid #8C6D4F;
    background: #8C6D4F;
    color: #fff;
    height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 0.78rem;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.15s;
}
.sol-jump-btn:hover {
    background: #152d56;
}

/* Service Process */
.sol-process {
    margin-top: 40px;
    padding: 32px 24px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8edf3;
}
.sol-process-header {
    text-align: center;
    margin-bottom: 28px;
}
.sol-process-header h2 {
    font-size: 1.4rem;
    color: #8C6D4F;
    margin: 0 0 6px;
}
.sol-process-header p {
    font-size: 0.88rem;
    color: #777;
    margin: 0;
}
.sol-process-steps {
    display: flex;
    align-items: stretch;
    gap: 0;
    justify-content: center;
}
.sol-step {
    flex: 1;
    max-width: 180px;
    text-align: center;
    padding: 0 8px;
}
.sol-step-num {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, #8C6D4F, #2563a8);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(26,58,108,0.2);
}
.sol-step-content h4 {
    font-size: 0.92rem;
    color: #8C6D4F;
    margin: 0 0 4px;
}
.sol-step-content p {
    font-size: 0.76rem;
    color: #777;
    line-height: 1.5;
    margin: 0;
}
.sol-step-arrow {
    display: flex;
    align-items: center;
    color: #c0c8d4;
    font-size: 1.2rem;
    padding: 0 4px;
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 1199px) {
    .sol-featured-scroll {
        grid-template-columns: repeat(2, 1fr);
    }
    .sol-process-steps {
        flex-wrap: wrap;
        gap: 16px;
    }
    .sol-step-arrow {
        display: none;
    }
    .sol-step {
        max-width: 200px;
    }
}
@media (max-width: 991px) {
    .sol-quickcats {
        position: static;
    }
    .sol-featured-scroll {
        grid-template-columns: 1fr;
    }
    .sol-process-steps {
        flex-direction: column;
        align-items: center;
    }
    .sol-step {
        max-width: 280px;
        width: 100%;
    }
    .sol-step-arrow {
        display: none;
    }
    .sol-page-jump {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 640px) {
    .sol-featured-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .sol-bar-left {
        flex-wrap: wrap;
    }
}


/* Homepage v3 Additional */
/* ============================================
   Homepage v3 - Additional Styles
   ============================================ */

/* Section Tag */
.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary-light);
  background: rgba(138,101,64,.08);
  padding: 3px 14px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.hm-section-gray { background: var(--bg-light); }

/* ============ Homepage Section Frames（参照 industry 卡片外框） ============ */
.hm-page-wrap { background: var(--bg-light); padding: 24px 0 40px; }
.hm-page-wrap .section {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
  padding: 36px 28px;
  margin: 20px auto;
  max-width: 1256px;
}
.hm-page-wrap .section:first-of-type { margin-top: 0; }
.hm-page-wrap .section:last-of-type { margin-bottom: 0; }
.hm-page-wrap .section + .section { border-top: 1px solid #e8edf3; }
.hm-page-wrap .hm-section-gray { background: #fff; }
/* 品牌面板避免双重外框 */
.hm-page-wrap .hm-brand-panel { border: none; box-shadow: none; padding: 0; background: transparent; }


/* ============ Hero ============ */
.hm-hero {
  background: transparent;
  color: #3F362E;
  padding: 0;  /* 2026-09-11 头部上下间距置0（占位高度 -1/3） */
  position: relative;
}
.hm-hero .container {
  background: linear-gradient(135deg, #F7F1E4 0%, #EFE2C9 50%, #EADCC0 100%);
}
.hm-hero .container {
  position: relative;
  overflow: hidden;
  border-radius: 0;           /* 2026-09-11 圆角去掉并通栏（呼应页脚通栏分隔） */
  max-width: 100%;
  padding: 36px 24px 28px;  /* 2026-09-12 主题色背景上加高20px、下加高10px（16/18→36/28） */
}
.hm-hero .container::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(184,92,56,.1) 0%, transparent 70%);
  border-radius: 50%;
}
.hm-hero-grid {
  display: grid;
  grid-template-columns: minmax(auto, 680px) 360px;
  justify-content: space-between;
  gap: 24px 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}
.hm-hero-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* ===== 2026-09-09 三药丸组件化（徽章/计时牌/时间戳）：白卡+logo 蓝字，固定配色不随主题（navy/steel/暖调深浅）切换，改样式只动这里 ===== */
.hm-hero-badge {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(24,56,132,.18);
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  color: #183884;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 14px;   /* 2026-09-12 高度减 1/4：上下 5→2px + line-height 收紧 */
  line-height: 1.25;
  border-radius: 4px;  /* 2026-09-12 药丸→小圆角长条（与时钟统一） */
  font-family: 'DSEG7-Classic', monospace;  /* 2026-09-12 数字走七段管，中文/字母自动回退系统字体 */
  margin-bottom: 16px;
}
/* 2026-09-09 左栏顶端对齐：栅格垂直居中会把时钟/徽章压低，顶端对齐后时钟贴顶、徽章上一行 */
.hm-hero-text { align-self: start; }
.hm-hero-text h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
  color: #3F362E;
  text-align: center;  /* 2026-09-09 口号两行居中对齐 */
}
.hm-hero-accent { color: var(--accent); }
.hm-hero-text p {
  font-size: 15px;
  line-height: 1.75;
  opacity: .85;
  margin-bottom: 20px;
  max-width: 580px;
}
.hm-hero-strong { color: var(--accent); font-weight: 600; }

/* Hero Search */
.hm-hero-search { margin-bottom: 20px; }
.hm-hero-search form {
  display: flex;
  gap: 0;
  max-width: 520px;
  background: rgba(255,255,255,.95);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.hm-search-input {
  flex: 1;
  border: none;
  padding: 12px 18px;
  font-size: 14px;
  background: transparent;
  outline: none;
  color: var(--text);
}
.hm-search-input::placeholder { color: var(--text-lighter); }
.hm-search-btn {
  border: none;
  background: var(--accent);
  color: #fff;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.hm-search-btn:hover { background: var(--accent-light); }

.hm-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hm-hero-kb { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 2px; }
.hm-hero-kb-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 6px;
  border-radius: 12px;
  background: rgba(124,58,237,.88);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.25);
  transition: var(--transition);
  white-space: nowrap;
}
.hm-hero-kb-item strong { font-size: 17px; font-weight: 800; }
.hm-hero-kb-item.kb-sel   { background: rgba(37,99,235,.88); }
.hm-hero-kb-item.kb-repair { background: rgba(124,58,237,.88); }
.hm-hero-kb-item.kb-case  { background: rgba(234,88,12,.88); }
.hm-hero-kb-item:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.25); }

.btn-outline-hm {
  border: 1px solid rgba(62,52,46,.45);
  color: #3F362E;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: var(--transition);
}
.btn-outline-hm:hover { background: #3E342E; color: #fff; }
/* 2026-09-09 CTA 卡组件化（深棕暖调固定底）：卡内 outline 按钮恒白边白字（!important+高特异性压过主题尾部深字批次） */
.hm-cta .btn-outline-hm, html.ftr-light .hm-cta .btn-outline-hm { border-color: rgba(255,255,255,.55)!important; color: #fff!important; }
.hm-cta .btn-outline-hm:hover, html.ftr-light .hm-cta .btn-outline-hm:hover { background: rgba(255,255,255,.14)!important; color: #fff!important; }

/* Hero Floating Cards */
.hm-hero-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hm-hero-card {
  display: block;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(138,101,64,.2);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}
.hm-hero-card:hover {
  background: rgba(255,255,255,.98);
  transform: translateY(-3px);
}
.hm-hero-card-alt {
  background: rgba(255,255,255,.92);
  border-color: rgba(138,101,64,.2);
}
.hm-hero-card-icon { font-size: 24px; margin-bottom: 6px; }
.hm-hero-card-num {
  font-size: 28px;
  font-weight: 800;
  color: #3F362E;
  line-height: 1;
}
.hm-hero-card-num span { font-size: 18px; color: var(--accent); }
.hm-hero-card-label { font-size: 12px; opacity: .8; margin-top: 4px; }

/* ============ Quick Navigation ============ */
.hm-quicknav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}
.hm-quicknav-inner {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hm-quicknav-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 24px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  transition: var(--transition);
}
.hm-quicknav-item:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(166,124,82,.2);
}
.hm-qn-icon { font-size: 16px; }

/* ============ Strategic Industries ============ */
.hm-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.hm-industry-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--ind-color, var(--primary-light));
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.hm-industry-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ind-color, var(--accent));
  transform: scaleX(0);
  transition: var(--transition);
}
.hm-industry-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.hm-industry-card:hover::after { transform: scaleX(1); }
.hm-ind-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.hm-ind-icon { font-size: 28px; }
.hm-ind-header h3 { font-size: 17px; font-weight: 700; color: var(--primary); }
.hm-industry-card p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hm-ind-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.hm-ind-tags span {
  font-size: 11px;
  color: var(--text-light);
  background: var(--bg-light);
  padding: 3px 10px;
  border-radius: 12px;
}
.hm-ind-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-light);
}
.hm-ind-link:hover { color: var(--accent); }

/* ============ Product Categories ============ */
.hm-prodcats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.hm-prodcat-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 16px 16px;
  text-align: center;
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 110px;
  width: calc(25% - 15px);
  min-width: 220px;
  box-sizing: border-box;
}
.hm-prodcat-card:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.hm-prodcat-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 10px;
}
.hm-prodcat-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 4px;
}
.hm-prodcat-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.hm-prodcat-card p {
  font-size: 12px;
  color: var(--text-lighter);
  line-height: 1.5;
  margin-bottom: 10px;
  flex: 1;
}
.hm-prodcat-count {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #0d8a52;
  background: #e6f9f0;
  padding: 4px 12px;
  border-radius: 20px;
}
.hm-prodcat-count small {
  font-size: 12px;
  font-weight: 500;
  margin-left: 2px;
}
@media (max-width: 991px) {
  .hm-prodcat-card { width: calc(33.333% - 14px); min-width: 180px; }
}
@media (max-width: 640px) {
  .hm-prodcats-grid { gap: 14px; }
  .hm-prodcat-card { width: calc(50% - 10px); min-width: 140px; padding: 16px 10px 12px; min-height: auto; }
  .hm-prodcat-icon { width: 40px; height: 40px; font-size: 20px; margin-bottom: 8px; }
  .hm-prodcat-card h3 { font-size: 14px; margin-bottom: 4px; }
  .hm-prodcat-card p { font-size: 11px; margin-bottom: 8px; }
  .hm-prodcat-count { font-size: 11px; padding: 3px 10px; }
}

/* ============ Featured Solutions ============ */
.hm-sol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.hm-sol-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.hm-sol-card:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.hm-sol-img {
  width: 100%;
  height: 180px;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(138,101,64,.08) 0%, rgba(138,101,64,.14) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-sol-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.hm-sol-card:hover .hm-sol-img img { transform: scale(1.04); }
.hm-sol-img > span { font-size: 48px; color: var(--primary-light); }
.hm-sol-body { padding: 16px; flex: 1; display: flex; flex-direction: column; min-width: 0; }
/* #1187 首页方案卡角标标签已删（home.php 渲染行一并移除） */
.hm-sol-body h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hm-sol-body p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hm-sol-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--border-light);
}
.hm-sol-num { font-size: 11px; font-weight: 600; color: var(--text-lighter); letter-spacing: 1px; }
.hm-sol-go { font-size: 13px; font-weight: 600; color: var(--primary-light); }

/* ============ Brand Showcase ============ */
.brand-zone-section { padding-top: 20px; padding-bottom: 40px; }
.brand-zone-section .section-title { margin-bottom: 24px; }
.brand-zone-section .section-title h2 { margin-bottom: 6px; }
.hm-brand-panel {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(166,124,82, 0.06);
  padding: 32px;
}
.hm-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.hm-brand-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: var(--transition);
}
.hm-brand-card:hover {
  border-color: var(--primary-light);
  box-shadow: 0 10px 28px rgba(166,124,82, 0.12);
  transform: translateY(-4px);
}
.hm-brand-logo {
  flex: 1;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  background: #fff;
}
.hm-brand-logo img { max-height: 54px; max-width: 100%; object-fit: contain; }
.hm-brand-placeholder { font-size: 18px; font-weight: 700; color: var(--primary); }
.brand-page-footer { text-align: center; margin-top: 28px; }
.hm-brand-name {
  display: block;
  font-size: 13px;
  color: #1e3a5c;
  font-weight: 600;
  line-height: 1.3;
  background: #F3ECDD;
  padding: 11px 8px;
  border-top: 1px solid #F8F4EC;
}

@media (max-width: 1100px) {
  .hm-brand-panel { padding: 26px; }
  .hm-brand-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .hm-brand-logo { min-height: 76px; padding: 14px; }
  .hm-brand-logo img { max-height: 48px; }
}
@media (max-width: 768px) {
  .hm-brand-panel { padding: 20px; border-radius: 14px; }
  .hm-brand-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hm-brand-logo { min-height: 68px; padding: 12px; }
  .hm-brand-logo img { max-height: 42px; }
  .hm-brand-name { font-size: 12px; padding: 9px 6px; }
}
@media (max-width: 480px) {
  .hm-brand-panel { padding: 16px; border-radius: 12px; }
  .hm-brand-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .hm-brand-logo { min-height: 62px; padding: 10px; }
  .hm-brand-logo img { max-height: 38px; }
}
/* ============ Knowledge Hub ============ */
.hm-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.hm-news-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.hm-news-card:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.hm-news-img {
  width: 100%;
  height: 180px;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(138,101,64,.08) 0%, rgba(138,101,64,.14) 100%);
}
.hm-news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.hm-news-card:hover .hm-news-img img { transform: scale(1.04); }
.hm-news-img-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--primary-light);
}
.hm-news-body { padding: 16px; flex: 1; display: flex; flex-direction: column; min-width: 0; }
.hm-news-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--primary-light);
  background: rgba(138,101,64,.08);
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  align-self: flex-start;
}
.hm-news-body h3 { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 8px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hm-news-body p { font-size: 13px; color: var(--text-light); line-height: 1.65; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hm-news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-lighter);
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--border-light);
}
.hm-news-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-light);
  margin-top: 10px;
}
.hm-news-link::after { content: '→'; transition: transform .2s ease; }
.hm-news-card:hover .hm-news-link::after { transform: translateX(4px); }

/* ============ Service Process ============ */
.hm-process-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.hm-process-step {
  flex: 1;
  min-width: 160px;
  max-width: 220px;
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  transition: var(--transition);
}
.hm-process-step:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.hm-process-num {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 28px;
  font-weight: 800;
  color: var(--bg-light);
  line-height: 1;
}
.hm-process-icon { font-size: 32px; margin-bottom: 10px; }
.hm-process-step h3 { font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.hm-process-step p { font-size: 12px; color: var(--text-light); line-height: 1.6; }
.hm-process-arrow {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--text-lighter);
  padding: 0 6px;
}

/* ============ Why Choose Us ============ */
.hm-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.hm-why-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: var(--transition);
}
.hm-why-card:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.hm-why-icon {
  font-size: 36px;
  margin-bottom: 12px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(135deg, var(--bg-light), #F3ECDD);
  border-radius: 14px;
}
.hm-why-card h3 { font-size: 17px; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.hm-why-card > p { font-size: 13px; color: var(--text-light); line-height: 1.7; margin-bottom: 12px; }
.hm-why-card ul { list-style: none; padding: 0; }
.hm-why-card ul li {
  font-size: 13px;
  color: var(--text);
  padding: 4px 0 4px 20px;
  position: relative;
}
.hm-why-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}

/* ============ CTA Banner ============ */
/* 2026-09-09 CTA 卡组件化：深棕暖调渐变写死（#3E342E→#A67C52→#8A6540），不引用主题变量，navy/steel/暖调深浅全站统一；改卡样式只动这里 */
.hm-cta {
  background: linear-gradient(135deg, #3E342E 0%, #A67C52 50%, #8A6540 100%);
  border-radius: var(--radius);
  padding: 22px 36px;   /* 2026-09-06 高度压缩约1/3（36px 40px → 22px 36px，间距同步收紧） */
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,460px);  /* 2026-09-09 右列加宽容纳5列统计栅格，minmax(0,) 防外溢 */
  gap: 26px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hm-cta::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(184,92,56,.15) 0%, transparent 70%);
  border-radius: 50%;
}
.hm-cta-content { position: relative; z-index: 1; text-align: center; }  /* 2026-09-09 左栏整体居中 */
.hm-cta-content .hm-cta-services, .hm-cta-content .hm-cta-btns { justify-content: center; }
.hm-cta-content h2 { font-size: 20px; font-weight: 800; margin-bottom: 5px; color: #fff; }
.hm-cta-content > p { font-size: 13px; opacity: .9; margin-bottom: 10px; }
.hm-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.hm-cta-phone { font-size: 13px; opacity: .8; }
.hm-cta-phone strong { color: #D4764E; font-size: 15px; }  /* 2026-09-09 组件化固定暖橙，不随主题变量 */
/* CTA 实时时钟窗口（2026-09-09 组件化白卡蓝字：首页+内页 CTA 全站统一，不再分深浅色调） */
.hm-cta-clock { display: inline-block; margin-top: 13px; padding: 5px 14px; border: 1px solid rgba(24,56,132,.18); background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06); border-radius: 4px; font-family: 'DSEG7-Classic', monospace; font-size: 15px; font-weight: normal; letter-spacing: 1px; color: #14181f; }  /* 2026-09-12 数码管：同 hero-clock（+5px 行距、小圆角、加一号字） */
/* hero 右上角时间戳（2026-09-09 组件化白卡蓝字） */
.hm-hero-clock { display: inline-block; margin: 0 auto; padding: 2px 14px; line-height: 1.25; border: 1px solid rgba(24,56,132,.18); background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06); border-radius: 4px; font-family: 'DSEG7-Classic', monospace; font-size: 14px; font-weight: normal; letter-spacing: 1px; color: #14181f; }  /* 2026-09-12 数码管；行内块+容器双居中，下边距归零使上下等距 */
.hm-live-clock .seg-wrap { display: inline-block; position: relative; }
.hm-live-clock .seg-off { position: absolute; left: 0; top: 0; z-index: 0; color: #e2e8f0; }  /* 灭段浅灰 */
.hm-live-clock .seg-on { position: relative; z-index: 1; }  /* 亮段深色覆盖在上 */
/* 时钟行：徽章左 + 时钟右（2026-09-09）；服务时长独立行右对齐+框线（与按钮解耦） */
.hm-hero-toprow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.hm-hero-toprow .hm-hero-clock { margin: 0 0 0 auto; }
.hm-hero-toprow .hm-hero-served { margin: 0 0 0 auto; }  /* 计时牌置顶行右（2026-09-09 与时间戳互换） */
.hm-hero-toprow .hm-hero-badge { margin-bottom: 0; }
.hm-hero-servedrow { display: flex; justify-content: center; text-align: center; margin-top: 15px; margin-bottom: 20px; }  /* 2026-09-16 #1150b 与 toprow +15px；#1150c 用户指令：与 H1 标题 +20px */
.hm-hero-served { display: inline-block; color: #183884; font-size: 13px; font-weight: 700; letter-spacing: .5px; text-align: right; border: 1px solid rgba(24,56,132,.18); background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06); border-radius: 4px; padding: 2px 14px; line-height: 1.25; font-family: 'DSEG7-Classic', monospace; }  /* 2026-09-12 数字七段管+小圆角长条 */
.hm-cta-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.hm-cta-stats > div { text-align: center; }
.hm-cta-stats .cta-stat { background: rgba(255,255,255,.92); border: 1px solid rgba(138,101,64,.14); border-radius: 12px; padding: 12px 8px 10px; }
.hm-cta-stats .cta-stat-icon { display: block; font-size: 20px; margin-bottom: 2px; }
.hm-cta-stats .cta-stat strong { color: #3F362E; }
.hm-cta-stats .cta-stat span { color: #7A6E62; opacity: 1; }
a.cta-stat { text-decoration: none; color: inherit; display: block; }
a.cta-stat:hover { transform: translateY(-2px); border-color: rgba(184,92,56,.45); }
.hm-cta-side { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.hm-cta-stats-sm { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hm-cta-stats-sm .cta-stat { padding: 10px 6px 8px; }
.hm-cta-stats-sm .cta-stat-icon { font-size: 17px; }
.hm-cta-stats-sm .cta-stat strong { font-size: 18px; }
.hm-cta-kb { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
/* CTA 5列x2行 统计+宝典混合栅格（2026-09-09 免拉高横幅；同日去色块+防外溢） */
.hm-cta-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 7px; align-items: stretch; position: relative; z-index: 1; min-width: 0; }
.hm-cta-grid .cta-stat { background: rgba(255,255,255,.92); border: 1px solid rgba(138,101,64,.14); border-radius: 10px; padding: 7px 2px 5px; text-decoration: none; display: block; text-align: center; transition: var(--transition); }
.hm-cta-grid .cta-stat:hover { transform: translateY(-2px); border-color: rgba(184,92,56,.45); }
.hm-cta-grid .cta-stat-icon { display: block; font-size: 14px; margin-bottom: 1px; }
.hm-cta-grid .cta-stat strong { display: block; font-size: 15px; font-weight: 800; color: #3F362E; line-height: 1.15; }
.hm-cta-grid .cta-stat span { display: block; font-size: 10px; color: #7A6E62; opacity: 1; white-space: nowrap; }
/* 宝典 pill 去色块：与统计卡同款白底（0,3,0 权重压过主题 kb-sel/kb-repair/kb-case 彩底） */
.hm-cta-grid .hm-hero-kb-item,
.hm-cta-grid .hm-hero-kb-item.kb-sel,
.hm-cta-grid .hm-hero-kb-item.kb-repair,
.hm-cta-grid .hm-hero-kb-item.kb-case { background: rgba(255,255,255,.92); border: 1px solid rgba(138,101,64,.14); color: #7A6E62; padding: 7px 2px; font-size: 11px; white-space: nowrap; box-shadow: none; }
.hm-cta-grid .hm-hero-kb-item strong { font-size: 14px; color: #3F362E; }
.hm-cta-grid .hm-hero-kb-item:hover { transform: translateY(-2px); box-shadow: none; border-color: rgba(184,92,56,.45); }
.hm-cta-stats strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--accent-light);
  line-height: 1.1;
}
.hm-cta-stats span { font-size: 12px; opacity: .8; }

/* ============ Responsive ============ */
@media (max-width: 968px) {
  .hm-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hm-hero-cards { grid-template-columns: repeat(4, 1fr); }
  .hm-hero-text h1 { font-size: 24px; }
  .hm-cta { grid-template-columns: 1fr; padding: 18px 20px; }
  .hm-cta-stats { grid-template-columns: repeat(4, 1fr); }
  .hm-cta-grid { grid-template-columns: repeat(5, 1fr); gap: 8px; }
}
@media (max-width: 768px) {
  .hm-hero { padding: 0; }  /* 2026-09-12 通栏全宽（去掉上下留白） */
  .hm-hero .container { padding-left: 20px; padding-right: 20px; border-radius: 0; }  /* 2026-09-12 圆角去掉、通栏 */
  .hm-hero-text h1 { font-size: 20px; text-align: right; }  /* 2026-09-09 手机端口号居右 */
  .hm-hero-servedrow { margin-top: 15px; margin-bottom: 20px; }  /* 2026-09-16 #1150c 手机端同步与 H1 +20px */
  .hm-hero-text p { font-size: 13px; text-align: justify; text-justify: inter-ideograph; margin-left: -1em; padding-left: 0; }  /* 2026-09-09 左移一字位+两端对齐防孤字 */
  /* 4 大统计卡手机端缩小一行（2026-09-09 用户指定） */
  .hm-hero-cards { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 6px; }
  .hm-hero-card { padding: 10px 2px 8px; border-radius: 10px; }
  .hm-hero-card-icon { font-size: 18px; margin-bottom: 2px; }
  .hm-hero-card-num { font-size: 16px; }
  .hm-hero-card-label { font-size: 10px; }
  .hm-hero-kb { gap: 6px; }
  .hm-hero-kb-item { font-size: 12px; padding: 8px 4px; }
  .hm-hero-kb-item strong { font-size: 15px; }
  .hm-quicknav-inner { gap: 6px; }
  .hm-quicknav-item { padding: 6px 14px; font-size: 13px; }
  .hm-sol-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hm-sol-card h3 { font-size: 14px; }
  .hm-sol-card p { -webkit-line-clamp: 3; }
  .hm-sol-img { height: 120px; }
  .hm-process-grid { gap: 12px; }
  .hm-process-step { flex: 0 0 calc(50% - 6px); max-width: none; min-width: auto; padding: 18px 12px; }
  .hm-process-arrow { display: none; }
  .hm-cta-stats { grid-template-columns: 1fr 1fr; }
  /* 手机端 5列x2行小白卡（2026-09-09 用户指定） */
  .hm-cta-grid { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 6px; }
  .hm-cta-grid .cta-stat { padding: 8px 2px 6px; border-radius: 10px; }
  .hm-cta-grid .cta-stat-icon { font-size: 14px; margin-bottom: 1px; }
  .hm-cta-grid .cta-stat strong { font-size: 13px; }
  .hm-cta-grid .cta-stat span { font-size: 10px; }
  .hm-cta-grid .hm-hero-kb-item { flex-direction: column; gap: 1px; font-size: 10px; padding: 8px 2px; border-radius: 10px; }
  .hm-cta-grid .hm-hero-kb-item strong { font-size: 13px; }
  .hm-cta-content h2 { font-size: 20px; }
  /* 移动端隐藏品牌合作伙伴；技术干货 2026-09-08 恢复显示（双列） */
  .hm-brand-section { display: none; }
  /* 产品分类强制双列 */
  .hm-prodcats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; justify-items: stretch; max-width: none; }
  .hm-prodcat-card { width: 100%; min-width: auto; }
}
@media (max-width: 480px) {
  .hm-hero-cards { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 5px; }
  .hm-hero-card-num { font-size: 14px; }
  .hm-hero-card-icon { font-size: 16px; }
  .hm-hero-card-label { font-size: 9px; }
  .hm-hero-kb { gap: 5px; }
  .hm-hero-kb-item { font-size: 11px; padding: 7px 2px; white-space: nowrap; }
  .hm-hero-kb-item strong { font-size: 14px; }
  .hm-industry-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hm-industry-card { padding: 14px 10px; }
  .hm-ind-icon { font-size: 20px; }
  .hm-ind-header { gap: 6px; margin-bottom: 8px; }
  .hm-ind-header h3 { font-size: 13px; }
  /* 战略行业移动端采用图标+标题+标签+链接样式，隐藏描述文字 */
  .hm-industry-card { display: flex; flex-direction: column; min-height: 0; }
  .hm-industry-card p { display: none; }
  .hm-ind-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }
  .hm-ind-tags span { font-size: 10px; padding: 2px 8px; }
  .hm-ind-link { display: inline-block; font-size: 12px; margin-top: auto; }
  .hm-prodcat-card { padding: 16px 10px 12px; }
  .hm-prodcat-icon { width: 44px; height: 44px; font-size: 22px; }
  .hm-prodcat-card h3 { font-size: 14px; margin-bottom: 6px; }
  .hm-prodcat-card p { font-size: 11px; margin-bottom: 8px; }
  .hm-prodcat-count { font-size: 11px; padding: 3px 10px; }
  .hm-why-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hm-why-card { padding: 16px 12px; }
  .hm-why-icon { width: 44px; height: 44px; line-height: 44px; font-size: 24px; margin-bottom: 8px; }
  .hm-why-card h3 { font-size: 14px; margin-bottom: 6px; }
  .hm-why-card > p { font-size: 12px; margin-bottom: 8px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .hm-why-card ul { display: none; }
  .hm-cta { padding: 16px 14px; }
  .hm-cta-btns { flex-direction: column; }
}


/* Industry v3 Additional */
/* ===== Industry v3 Additional CSS ===== */

/* Hero */
.ind-hero{background:linear-gradient(135deg,#F7F1E4 0%,#F1E6D0 55%,#EADCC0 100%);color:#3F362E;padding:60px 0 50px;position:relative;overflow:hidden}
.ind-hero::before{content:'';position:absolute;top:0;right:0;width:500px;height:500px;background:radial-gradient(circle,rgba(166,124,82,.14) 0%,transparent 70%);pointer-events:none}
.ind-hero .container{display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}
.ind-hero-content{flex:1;max-width:620px}
.ind-hero-badge{display:inline-block;background:rgba(138,101,64,.12);backdrop-filter:blur(8px);border:1px solid rgba(138,101,64,.3);color:#8A6540;font-size:.8rem;font-weight:600;padding:4px 14px;border-radius:20px;margin-bottom:16px}
.ind-hero h1{font-size:2.4rem;font-weight:800;margin-bottom:16px;line-height:1.2;color:#3F362E}
.ind-hero-desc{font-size:1.05rem;color:rgba(63,54,46,.8);line-height:1.7;margin-bottom:24px}
.ind-hero-cta{display:flex;gap:12px}
.ind-hero-cta .btn{padding:10px 24px;border-radius:8px;font-weight:600;font-size:.9rem}
.ind-hero-cta .btn-primary{background:#3E342E;border-color:#3E342E;color:#fff}
.ind-hero-cta .btn-outline{background:transparent;border:1px solid rgba(62,52,46,.45);color:#3F362E}
.ind-hero-cta .btn-outline:hover{background:#3E342E;border-color:#3E342E;color:#fff}
.ind-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;flex-shrink:0}
.ind-hero-card{background:rgba(255,255,255,.66);backdrop-filter:blur(12px);border:1px solid rgba(138,101,64,.22);border-radius:12px;padding:20px 24px;text-align:center;min-width:120px}
.ind-hero-card strong{display:block;font-size:2rem;font-weight:800;color:#8A6540;line-height:1}
.ind-hero-card span{font-size:.8rem;color:rgba(63,54,46,.62);margin-top:4px;display:block}

/* Quick Navigation */
.ind-quicknav{background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 0;position:sticky;top:60px;z-index:50;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.ind-quicknav-list{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.ind-quicknav-item{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:#f1f5f9;border-radius:20px;font-size:.85rem;font-weight:500;color:#475569;text-decoration:none;transition:all .2s}
.ind-quicknav-item:hover{background:#8A6540;color:#fff;transform:translateY(-2px)}
.ind-quicknav-item i{font-size:.8rem}

/* Section */
.ind-page-wrap{background:#f8fafc;padding:24px 0 40px}
.ind-section{background:#fff;border:1px solid #e8edf3;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06);padding:32px;margin:20px 0}
.ind-section:first-child{margin-top:0}
.ind-section:last-child{margin-bottom:0}
.ind-section-header{text-align:center;margin-bottom:28px}
.ind-section-tag{display:inline-block;color:#fff;font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:20px;margin-bottom:12px}
.ind-section-header h2{font-size:1.8rem;font-weight:800;color:#1e293b;margin-bottom:8px}
.ind-section-header p{font-size:.95rem;color:#64748b;max-width:680px;margin:0 auto}

/* Strategic Grid */
.ind-strategic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ind-strategic-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 20px;text-decoration:none;color:inherit;transition:all .3s;border-top:4px solid var(--card-color);position:relative;overflow:hidden}
.ind-strategic-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--card-color);transform:scaleX(0);transition:transform .3s}
.ind-strategic-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}
.ind-strategic-card:hover::after{transform:scaleX(1)}
.ind-strategic-icon{width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,var(--card-color) 12%,transparent);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--card-color);margin-bottom:14px}
.ind-strategic-card h3{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:8px}
.ind-strategic-card p{font-size:.82rem;color:#64748b;line-height:1.5;flex:1}
.ind-strategic-tags{display:flex;flex-wrap:wrap;gap:4px;margin:10px 0}
.ind-strategic-tag{font-size:.7rem;background:#f1f5f9;color:#475569;padding:2px 8px;border-radius:10px}
.ind-strategic-link{font-size:.82rem;font-weight:600;color:var(--card-color);margin-top:6px}

/* Group */
.ind-group{margin-bottom:36px}
.ind-group-header{margin-bottom:16px}
.ind-group-header h3{font-size:1.2rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:8px}
.ind-group-header i{font-size:1.1rem}
.ind-group-count{font-size:.8rem;font-weight:400;color:#94a3b8;background:#f1f5f9;padding:2px 10px;border-radius:10px}

/* Industry Grid */
.ind-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.ind-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px;text-decoration:none;color:inherit;transition:all .25s}
.ind-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#cbd5e1}
.ind-card-top{display:flex;align-items:center;justify-content:space-between;border-top:3px solid #B99168;margin:-18px -18px 12px;padding:12px 18px 0}
.ind-card-top h4{font-size:.95rem;font-weight:700;color:#1e293b}
.ind-card-badge{font-size:.7rem;font-weight:600;color:#8A6540;background:#F6F1E5;padding:2px 8px;border-radius:10px;white-space:nowrap}
.ind-card-desc{font-size:.8rem;color:#64748b;line-height:1.5;flex:1;margin-bottom:8px}
.ind-card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}
.ind-card-tag{font-size:.68rem;background:#f8fafc;color:#64748b;padding:2px 7px;border-radius:8px;border:1px solid #f1f5f9}
.ind-card-link{font-size:.78rem;font-weight:600;color:#8A6540;align-self:flex-start}

/* Capability Matrix */
.ind-capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ind-cap-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;text-align:center;transition:all .25s}
.ind-cap-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.06);border-color:#DCC9A9}
a.ind-cap-item{display:block;text-decoration:none;color:inherit}
a.ind-cap-item:hover h4{color:#1e293b}
.ind-cap-icon{font-size:2rem;margin-bottom:10px}
.ind-cap-item h4{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:6px}
.ind-cap-item p{font-size:.78rem;color:#64748b;line-height:1.4;margin-bottom:8px}
.ind-cap-count{display:inline-block;font-size:.72rem;font-weight:600;color:#059669;background:#ecfdf5;padding:2px 10px;border-radius:10px}

/* Knowledge Base Grid */
.ind-kb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ind-kb-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px;text-decoration:none;color:inherit;transition:all .25s;position:relative}
.ind-kb-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.06);border-color:#a78bfa}
.ind-kb-icon{font-size:1.8rem;margin-bottom:8px}
.ind-kb-card h4{font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:4px}
.ind-kb-count{display:inline-block;font-size:.7rem;font-weight:600;color:#7c3aed;background:#f5f3ff;padding:1px 8px;border-radius:10px;margin-bottom:6px;align-self:flex-start}
.ind-kb-card p{font-size:.78rem;color:#64748b;line-height:1.4}

/* Process */
.ind-process{display:flex;align-items:flex-start;justify-content:center;gap:8px;flex-wrap:wrap}
.ind-process-step{flex:1;min-width:140px;max-width:200px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px 12px;transition:all .25s}
.ind-process-step:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.06)}
.ind-process-num{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#d97706,#D4764E);color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}
.ind-process-step h4{font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:6px}
.ind-process-step p{font-size:.76rem;color:#64748b;line-height:1.4}
.ind-process-arrow{font-size:1.5rem;color:#cbd5e1;align-self:center;margin-top:20px}

/* News Grid */
.ind-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ind-news-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px;transition:all .25s}
.ind-news-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.06)}
.ind-news-cat{display:inline-block;font-size:.7rem;font-weight:600;color:#0891b2;background:#ecfeff;padding:2px 8px;border-radius:10px;margin-bottom:8px}
.ind-news-card h4{font-size:.9rem;font-weight:600;margin-bottom:8px}
.ind-news-card h4 a{color:#1e293b;text-decoration:none}
.ind-news-card h4 a:hover{color:#8A6540}
.ind-news-card p{font-size:.78rem;color:#64748b;line-height:1.5;margin-bottom:8px}
.ind-news-meta{display:flex;gap:12px;font-size:.72rem;color:#94a3b8}

/* CTA */
.ind-cta{background:linear-gradient(135deg,#F7F1E4,#EBDFC4);border:1px solid rgba(138,101,64,.18);border-radius:16px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin:20px 0;color:#3F362E;box-shadow:0 6px 20px rgba(63,54,46,.12)}
.ind-cta-content{flex:1}
.ind-cta-content h2{font-size:1.6rem;font-weight:800;margin-bottom:8px;color:#3F362E}
.ind-cta-content p{color:rgba(63,54,46,.72);font-size:.9rem;margin-bottom:16px}
.ind-cta-actions{display:flex;gap:12px}
.ind-cta-actions .btn{padding:10px 24px;border-radius:8px;font-weight:600;font-size:.9rem}
.ind-cta-actions .btn-primary{background:#3E342E;border-color:#3E342E;color:#fff}
.ind-cta-actions .btn-outline{background:transparent;border:1px solid rgba(62,52,46,.45);color:#3F362E}
.ind-cta-actions .btn-outline:hover{background:#3E342E;border-color:#3E342E;color:#fff}
.ind-cta-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;flex-shrink:0}
.ind-cta-stats > div{text-align:center}
.ind-cta-stats strong{display:block;font-size:1.6rem;font-weight:800;color:#8A6540}
.ind-cta-stats span{font-size:.75rem;color:rgba(63,54,46,.55)}

/* Responsive */
@media (max-width:1024px){
  .ind-strategic-grid{grid-template-columns:repeat(3,1fr)}
  .ind-capability-grid{grid-template-columns:repeat(3,1fr)}
  .ind-kb-grid{grid-template-columns:repeat(3,1fr)}
  .ind-hero .container{flex-direction:column}
  .ind-hero-stats{width:100%;max-width:400px}
}
@media (max-width:768px){
  .ind-page-wrap{padding:16px 0 24px}
  .ind-section{padding:24px 18px;margin:14px 0}
  .ind-cta{margin:14px 0}
  .ind-strategic-grid{grid-template-columns:repeat(2,1fr)}
  .ind-capability-grid{grid-template-columns:repeat(2,1fr)}
  .ind-kb-grid{grid-template-columns:repeat(2,1fr)}
  .ind-news-grid{grid-template-columns:repeat(2,1fr)}
  .ind-grid{grid-template-columns:repeat(2,1fr)}
  .ind-hero h1{font-size:1.8rem}
  .ind-hero-stats{grid-template-columns:repeat(2,1fr)}
  .ind-cta{flex-direction:column;padding:24px}
  .ind-cta-stats{grid-template-columns:repeat(2,1fr)}
  .ind-process{flex-direction:column}
  .ind-process-arrow{transform:rotate(90deg);margin:0}
  .ind-quicknav{position:relative;top:0}
}
@media (max-width:480px){
  .ind-section{padding:20px 14px;margin:12px 0}
  .ind-cta{margin:12px 0}
  .ind-strategic-grid{grid-template-columns:repeat(2,1fr)}
  .ind-capability-grid{grid-template-columns:repeat(2,1fr)}
  .ind-kb-grid{grid-template-columns:repeat(2,1fr)}
  .ind-news-grid{grid-template-columns:repeat(2,1fr)}
  .ind-grid{grid-template-columns:repeat(2,1fr)}
  .ind-card{padding:12px 10px}
  .ind-card-top{margin:-12px -10px 8px;padding:10px 10px 0}
  .ind-card-top h4{font-size:16px}
  .ind-card-desc{font-size:14px}
  .ind-card-link{font-size:14px}
  .ind-kb-card{padding:12px 10px}
  .ind-kb-card h4{font-size:16px}
  .ind-kb-card p{font-size:13px}
  .ind-news-card{padding:12px 10px}
  .ind-news-card h4{font-size:16px}
  .ind-news-card p{font-size:13px}
}
/* ============================================
   技术干货页 v3.0 — 侧边栏布局样式
   ============================================ */

/* ---------- 页面头部 ---------- */
.page-header-knowledge {
  background: linear-gradient(135deg, var(--primary) 0%, #1e4a7a 100%);
}

/* ---------- 主布局：侧边栏 + 内容 ---------- */
.knowledge-search-bar {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-light);
  padding: 0;
}
.knowledge-search-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.knowledge-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 1;
  max-width: 780px;
}
.knowledge-search-input {
  flex: 1;
  max-width: 640px;
  padding: 12px 20px;
  border: 2px solid var(--border);
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.knowledge-search-input:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(0,114,198,0.12);
}
.btn-knowledge-search {
  padding: 12px 28px;
  background: var(--primary-light);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  transition: background 0.2s;
}
.btn-knowledge-search:hover {
  background: var(--primary);
}
.search-clear-link {
  color: var(--text-light);
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.search-clear-link:hover {
  color: var(--primary);
}
.search-result-hint {
  font-size: 14px;
  color: var(--text-light);
  white-space: nowrap;
}
.search-result-hint strong {
  color: var(--primary);
}
/* 多关键词标签样式 */
.kw-tag {
  display: inline-block;
  background: var(--primary-light);
  color: #fff;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}
.kw-plus {
  color: var(--text-light);
  font-size: 14px;
  margin: 0 2px;
}
@media(max-width:640px) {
  .knowledge-search-form {
    flex-wrap: wrap;
  }
  .knowledge-search-input {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .search-result-hint {
    width: 100%;
  }
}

.knowledge-layout {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  align-items: flex-start;
}

/* ---------- 左侧边栏 ---------- */
.knowledge-sidebar {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 88px;
}

.sidebar-card {
  background: var(--bg-white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 20px;
  margin-bottom: 20px;
}

.sidebar-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border-light);
}

/* ---------- 分类导航 ---------- */
.category-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.category-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--text);
  transition: var(--transition);
  position: relative;
}

.category-link:hover {
  background: var(--bg-light);
  color: var(--primary);
}

.category-link.active {
  background: var(--primary);
  color: #fff;
}

.category-link.active .cat-desc,
.category-link.active .cat-count {
  color: rgba(255,255,255,0.75);
}

.cat-icon {
  font-size: 18px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}

.cat-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cat-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.cat-desc {
  font-size: 11px;
  color: var(--text-lighter);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-count {
  font-size: 12px;
  color: var(--text-lighter);
  background: var(--bg-light);
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
  flex-shrink: 0;
}

.category-link.active .cat-count {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* ---------- 热门标签 ---------- */
.hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-pill {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 16px;
  background: var(--bg-light);
  color: var(--text-light);
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid transparent;
}

.tag-pill:hover {
  background: var(--primary-light);
  color: #fff;
  border-color: var(--primary-light);
}

.tag-pill.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* ---------- 右侧主内容 ---------- */
.knowledge-main {
  flex: 1;
  min-width: 0;
}

/* ---------- 筛选横幅 ---------- */
.filter-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  font-size: 14px;
}

.filter-label {
  color: var(--text-light);
}

.filter-value {
  font-weight: 700;
  color: var(--primary);
  font-size: 15px;
}

.filter-count {
  color: var(--text-lighter);
}

.filter-clear {
  margin-left: auto;
  color: var(--danger);
  text-decoration: none;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 4px;
  transition: var(--transition);
}

.filter-clear:hover {
  background: #fef2f2;
}

/* ---------- 文章卡片增强 ---------- */
.knowledge-card {
  display: flex;
  flex-direction: column;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.card-tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 4px;
  background: var(--bg-light);
  color: var(--text-light);
  text-decoration: none;
  transition: var(--transition);
}

.card-tag:hover {
  background: var(--primary-light);
  color: #fff;
}

.card-meta {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-lighter);
}

.meta-date, .meta-views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ---------- 空状态 ---------- */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-light);
}

.empty-state p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* ---------- 分页优化 ---------- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition);
}

.pagination a {
  background: var(--bg-white);
  color: var(--text);
  border: 1px solid var(--border);
}

.pagination a:hover {
  background: var(--primary-light);
  color: #fff;
  border-color: var(--primary-light);
}

.pagination .current {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  font-weight: 700;
}

.pagination .page-dots {
  color: var(--text-lighter);
  background: none;
  border: none;
  min-width: auto;
  padding: 0 4px;
}

.pagination .page-prev,
.pagination .page-next {
  padding: 0 14px;
  font-weight: 500;
}

/* ============================================
   响应式：移动端适配
   ============================================ */
@media (max-width: 900px) {.knowledge-layout {
    flex-direction: column;
    align-items: stretch; /* #1140 修复：column 后继承桌面的 flex-start 会让交叉轴 fit-content，被正文大图 min-content 撑爆布局视口 */
    gap: 16px;
  }

  .knowledge-main {
    width: 100%; /* #1140 双保险：显式占满交叉轴，图片不再撑宽正文 */
  }

  .knowledge-sidebar {
    width: 100%;
    position: static;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .sidebar-card {
    flex-shrink: 0;
    min-width: 140px;
    padding: 14px;
    margin-bottom: 0;
  }

  .sidebar-card:first-child {
    flex: 1;
    min-width: 200px;
  }

  .sidebar-title {
    font-size: 13px;
    margin-bottom: 8px;
    padding-bottom: 6px;
  }

  .category-link {
    padding: 7px 10px;
    gap: 6px;
  }

  .cat-icon { font-size: 15px; width: 22px; }
  .cat-name { font-size: 13px; }
  .cat-desc { display: none; }
  .cat-count { font-size: 11px; padding: 1px 6px; }

  .hot-tags {
    gap: 5px;
  }
  .tag-pill {
    padding: 4px 10px;
    font-size: 11px;
  }

  .filter-banner {
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 14px;
    font-size: 13px;
  }
}

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

  .category-link {
    padding: 6px 8px;
  }

  .cat-desc { display: none; }

  .pagination a, .pagination span {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
}

/* 2-column dropdown grid for knowledge nav */
.dropdown-grid-2 { grid-template-columns: repeat(2, 1fr) !important; gap: 24px; }
.dropdown-grid-2 .dropdown-col { min-width: 160px; }
.dropdown-grid-2 .dropdown-col h4 { font-size: 13px; margin-bottom: 10px; }
@media (max-width: 600px) {
  .dropdown-grid-2 { grid-template-columns: 1fr !important; }
}


/* ============================================
   全站搜索页样式
   ============================================ */

/* ============================================
   全站搜索页样式
   ============================================ */

.site-search-section {
  background: var(--bg);
  padding: 40px 0 80px;
}

.site-search-box {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px;
  margin-bottom: 36px;
}

.site-search-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-search-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-search-input {
  flex: 1;
  min-width: 260px;
  padding: 16px 22px;
  font-size: 17px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.site-search-input:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 4px rgba(138,101,64, 0.10);
}

.site-search-btn {
  padding: 16px 32px;
  font-size: 17px;
  border: none;
  border-radius: var(--radius-sm);
  background: var(--primary-light);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.site-search-btn:hover {
  background: var(--primary);
}

.site-search-clear {
  color: var(--text-light);
  font-size: 15px;
  white-space: nowrap;
  padding: 10px 6px;
}

.site-search-clear:hover {
  color: var(--danger);
}

/* 检索范围勾选 */
.search-scope {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 14px 16px;
  background: var(--bg-light);
  border-radius: var(--radius-sm);
  border: 1px dashed var(--border);
}

.search-scope-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-dark);
  white-space: nowrap;
}

.scope-check {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13.5px;
  color: var(--text);
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
  transition: all 0.15s;
  user-select: none;
  white-space: nowrap;
}

.scope-check:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
}

.scope-check input {
  accent-color: var(--primary-light);
  cursor: pointer;
}

.scope-actions {
  margin-left: auto;
  display: inline-flex;
  gap: 8px;
}

/* 显示图片开关：位于每个结果分区的 header 右侧 */
.search-section-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.section-img-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 20px;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  transition: all 0.15s;
  user-select: none;
}
.section-img-toggle:hover {
  background: rgba(255,255,255,0.28);
  border-color: rgba(255,255,255,0.55);
}
.section-img-toggle input {
  accent-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
}

/* #1141 分品牌 chip：产品中心 header 内，命中多品牌时显示 */
.brand-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 14px;
  padding: 3px 11px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s;
  white-space: nowrap;
}
.brand-chip:hover {
  background: rgba(255,255,255,0.3);
  border-color: rgba(255,255,255,0.55);
  color: #fff;
}
.brand-chip.active {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.brand-chip .bc-count {
  font-size: 11px;
  opacity: 0.72;
}

/* #1143 品牌 chip 自动分行：header 允许换行，chip 行独占整行多行折行，标题不被挤成竖排 */
.search-section-header {
  flex-wrap: wrap;
}
.search-section-header h2 {
  flex-shrink: 0;
}
.search-section-actions {
  flex-wrap: wrap;
}
.brand-filter {
  width: 100%;
  order: 3;
  margin-top: 8px;
}

/* 分页控件：每栏目 9 条/页 */
.search-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 18px 0 6px;
  flex-wrap: wrap;
}
.search-pagination .page-btn {
  padding: 6px 14px;
  border: 1px solid #d0d5e0;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: var(--text-dark);
  transition: all 0.15s;
  white-space: nowrap;
}
.search-pagination .page-btn:hover:not(:disabled) {
  border-color: var(--primary);
  color: var(--primary);
  background: #f5f8ff;
}
.search-pagination .page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.search-pagination .page-numbers {
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}
.search-pagination .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border: 1px solid #d0d5e0;
  border-radius: 6px;
  font-size: 13px;
  color: var(--text-dark);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
}
.search-pagination .page-num:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.search-pagination .page-num.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 600;
}
.search-pagination .page-info {
  font-size: 12px;
  color: var(--text-light);
  margin-left: 6px;
  white-space: nowrap;
}

.scope-toggle {
  padding: 5px 12px;
  font-size: 12.5px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-light);
  cursor: pointer;
  transition: all 0.15s;
}

.scope-toggle:hover {
  color: var(--primary-light);
  border-color: var(--primary-light);
}

.site-search-meta,
.site-search-tips {
  margin-top: 18px;
  font-size: 15px;
  color: var(--text-light);
}

.site-search-meta strong,
.site-search-tips strong {
  color: var(--primary);
}

.kw-tag {
  display: inline-block;
  background: var(--primary-light);
  color: #fff;
  padding: 3px 12px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
}

.kw-plus {
  color: var(--text-lighter);
  margin: 0 3px;
}

/* 热搜关键词 */
.hot-keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--border);
}

.hot-keywords-label {
  font-size: 14px;
  color: var(--text-light);
  font-weight: 500;
  white-space: nowrap;
}

/* #1210 热搜关键词去胶囊+纤细体（PC 端清晰度反馈 2026-09-14） */
.hot-keyword {
  display: inline-block;
  padding: 2px 2px;
  border-radius: 0;
  background: transparent;
  color: #8A6540;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.15s;
  border: none;
}

.hot-keyword:hover {
  background: transparent;
  color: #5f4527;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hot-keywords {
    gap: 8px;
  }
  .hot-keyword {
    padding: 4px 12px;
    font-size: 13px;
  }
}

/* 搜索结果分栏 */
.site-search-results {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.search-section {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.search-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.search-section-header:hover {
  background: linear-gradient(90deg, var(--primary-light), var(--primary-dark));
}

.search-section-header h2 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.search-section-icon {
  font-size: 20px;
  line-height: 1;
}

.search-section-kw {
  color: #B85C38;
  font-weight: 700;
  white-space: nowrap;
}
.search-section-kw-dark {
  color: #0a3d91;
  font-weight: 700;
  white-space: nowrap;
}
/* KB 详情页右栏相关标题的【关键字】前缀（白底卡片用深蓝） */
.kb-sidebar-card h3 .kb-sidebar-kw {
  color: #0a3d91;
  font-weight: 700;
  white-space: nowrap;
}
/* KB 详情页右栏相关卡片分页（紧凑版，适配窄侧栏） */
.kb-detail-sidebar .kb-pager {
  padding: 10px 0 2px;
  gap: 4px;
  justify-content: flex-start;
}
.kb-detail-sidebar .kb-pager-btn {
  min-width: 28px;
  height: 26px;
  padding: 0 6px;
  font-size: 12px;
}
.kb-detail-sidebar .kb-pager-cur {
  min-width: 28px;
  height: 26px;
  padding: 0 6px;
  font-size: 12px;
}
.kb-detail-sidebar .kb-pager-info {
  font-size: 11px;
  margin-left: 6px;
}

.search-section-count {
  background: rgba(255,255,255,0.18);
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
}

.fold-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  font-size: 12px;
  line-height: 1;
  opacity: 0.75;
  transition: transform 0.2s, opacity 0.2s;
}

.fold-indicator::before {
  content: '▾';
}

.search-section.collapsed .fold-indicator::before {
  content: '▸';
}

.search-section.collapsed .search-section-body {
  display: none;
}

.search-section.collapsed .search-section-header {
  border-radius: var(--radius);
}

.search-section-more {
  color: #fff;
  font-size: 14px;
  opacity: 0.9;
}

.search-section-more:hover {
  opacity: 1;
  text-decoration: underline;
}

.search-section-body {
  padding: 8px 0;
}

.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border-light);
  color: var(--text);
  transition: background 0.15s;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover {
  background: var(--bg-light);
}

.search-result-main {
  flex: 1;
  min-width: 0;
}

.search-result-main h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 6px;
  line-height: 1.4;
}

.search-result-item:hover .search-result-main h3 {
  color: var(--primary-light);
}

.search-result-main p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.search-result-tag,
.search-result-label {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.search-result-tag {
  background: rgba(138,101,64, 0.08);
  color: var(--primary-light);
}

.search-result-label {
  background: var(--bg-light);
  color: var(--text-light);
}

.search-result-date {
  font-size: 12px;
  color: var(--text-lighter);
}

.search-result-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-light);
  color: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.15s, color 0.15s;
}

.search-result-item:hover .search-result-arrow {
  background: var(--primary-light);
  color: #fff;
}

.site-search-empty {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-search-empty p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 24px;
}

/* 响应式 */
@media (max-width: 768px) {
  .site-search-box {
    padding: 20px;
  }
  .site-search-form {
    flex-direction: column;
    align-items: stretch;
  }
  .site-search-row {
    flex-direction: column;
    align-items: stretch;
  }
  .site-search-input,
  .site-search-btn,
  .site-search-clear {
    width: 100%;
    text-align: center;
  }
  .search-scope {
    padding: 12px;
    gap: 8px;
  }
  .scope-check {
    padding: 4px 9px;
    font-size: 12.5px;
  }
  .scope-actions {
    margin-left: 0;
  }
  .search-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .search-section-actions {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap; /* #1141 品牌 chip 可换行 */
  }
  /* #1141 手机端品牌 chip 独占一行、横向换行 */
  .brand-filter {
    width: 100%;
    order: 3;
    gap: 5px;
  }
  .brand-chip {
    padding: 4px 10px;
    font-size: 12px;
  }
  .section-img-toggle {
    font-size: 12.5px;
    padding: 5px 12px;
  }
  .search-pagination {
    gap: 6px;
    padding: 14px 0 4px;
  }
  .search-pagination .page-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .search-pagination .page-num {
    min-width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .search-pagination .page-info {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .search-result-item {
    padding: 14px 18px;
  }
  .search-result-main h3 {
    font-size: 15px;
  }
  .search-result-arrow {
    display: none;
  }
}

/* 搜索结果页 — 产品中心卡片网格（5列，前10个） */
.search-section-products{padding:16px 24px 24px}
.search-section-products .product-grid{
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  align-items:stretch;
}
.search-section-products .product-card{
  display:flex;flex-direction:column;
  background:#fff;border:1px solid var(--border-light);border-radius:10px;
  overflow:hidden;
  transition:transform .2s,box-shadow .2s,border-color .2s;
  height:100%;
}
.search-section-products .product-card:hover{
  box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-2px);border-color:var(--border)
}
.search-section-products .product-card-inner{flex:1;display:flex;flex-direction:column;min-width:0}
.search-section-products .product-thumb{
  height:150px;
  display:flex;align-items:center;justify-content:center;
  background:#f8fafc;overflow:hidden;
  border-bottom:1px solid #f1f5f9;
}
.search-section-products .product-thumb img{
  width:100%;height:100%;
  object-fit:contain;
  transition:transform .3s;
}
.search-section-products .product-card:hover .product-thumb img{transform:scale(1.03)}
.search-section-products .product-body{
  flex:1;display:flex;flex-direction:column;gap:6px;
  padding:12px 14px 14px;
  min-height:0;
}
.search-section-products .product-name{
  font-size:13px;font-weight:600;color:#1a1a2e;line-height:1.4;
  margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  min-height:2.8em;
}
.search-section-products .product-meta{
  display:flex;flex-direction:column;align-items:flex-start;gap:2px;
  font-size:11px;color:#64748b;
}
.search-section-products .product-model{color:#8A6540;font-family:monospace;font-size:11px}
.search-section-products .product-brand{color:#64748b}
.search-section-products .product-tags{display:none}
.search-section-products .product-card > .product-card-categories{
  padding:0 14px 12px;margin-top:auto;
  border-top:none;
}

@media(max-width:1200px){
  .search-section-products .product-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:992px){
  .search-section-products .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .search-section-products{padding:12px 16px 20px}
  .search-section-products .product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .search-section-products .product-thumb{height:130px}
}

/* 搜索结果页 — 三列图文卡片（解决方案/技术干货/行业配套/品牌/页面） */
.search-section-body:has(.search-card-grid){padding:16px 24px 24px}
.search-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.search-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border-light);border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;height:100%}
.search-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.08);border-color:var(--border)}
.search-card-thumb{position:relative;height:170px;background:#f8fafc;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.search-card-thumb img{max-width:90%;max-height:90%;object-fit:contain;transition:transform .35s}
.search-card:hover .search-card-thumb img{transform:scale(1.04)}
.search-card-noimg{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;color:#94a3b8;gap:8px;background:linear-gradient(135deg,#f8fafc,#eef2f7)}
.search-card-noimg span:first-child{font-size:32px;line-height:1}
.search-card-noimg span:last-child{font-size:12px}
.search-card-tag{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#8A6540,#1d5288);color:#fff;font-size:12px;font-weight:600;padding:5px 10px;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.12);line-height:1}
.search-card-body{display:flex;flex-direction:column;flex:1;padding:16px 18px 14px}
.search-card-body h3{font-size:15px;font-weight:700;color:#1e293b;line-height:1.45;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}
.search-card-body p{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.search-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid #f1f5f9}
.search-card-date{font-size:12px;color:#94a3b8}
.search-card-link{font-size:12px;font-weight:600;color:#8A6540;transition:color .15s}
.search-card:hover .search-card-link{color:#1d5288}

@media(max-width:1200px){
  .search-card-grid{grid-template-columns:repeat(3,1fr);gap:16px}
  .search-card-thumb{height:155px}
}
@media(max-width:992px){
  .search-card-grid{grid-template-columns:repeat(2,1fr);gap:16px}
}
@media(max-width:768px){
  .search-section-body:has(.search-card-grid){padding:12px 16px 20px}
  .search-card-grid{grid-template-columns:1fr;gap:14px}
  .search-card-thumb{height:190px}
  .search-card-body h3{font-size:14px;min-height:auto}
}

/* ============================================
   搜索结果页 — 各栏目图片默认显示
   ============================================ */
.search-section .product-thumb,
.search-section .search-card-thumb { display: block; }
.search-section .search-card-thumb { display: flex; }
/* 隐藏图片时的布局（用户手动关闭开关时使用） */
.search-section.hide-images .product-thumb,
.search-section.hide-images .search-card-thumb { display: none; }
.search-section .search-card-body { padding: 16px 18px; }
.search-section .product-body { padding: 10px 12px; }

/* ============================================
   会员门控样式
   ============================================ */
.member-gate{position:relative;margin-top:24px}
.member-gate-overlay{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(transparent,var(--bg) 85%);z-index:1;pointer-events:none}
.member-gate-box{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:16px;padding:40px 32px;text-align:center;position:relative;z-index:2}
.gate-icon{font-size:48px;margin-bottom:12px}
.member-gate-box h3{font-size:20px;font-weight:700;color:#A67C52;margin-bottom:8px}
.member-gate-box > p{font-size:14px;color:#64748b;margin-bottom:20px}
.gate-benefits{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:24px;font-size:13px;color:#475569}
.gate-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.gate-actions .btn{padding:12px 28px;font-size:15px;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block}
.gate-actions .btn-primary{background:linear-gradient(135deg,#8A6540,#1d5288);color:#fff;border:none}
.gate-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(138,101,64,.4)}
.gate-actions .btn-outline{border:2px solid #8A6540;color:#8A6540;background:transparent}
.gate-actions .btn-outline:hover{background:#8A6540;color:#fff}
.gate-why{font-size:12px;color:#94a3b8;line-height:1.7;max-width:760px;margin:0 auto}

/* 页头会员入口 */
.header-member-links{display:flex;align-items:center;gap:8px}
.header-member-links a{color:#64748b;font-size:13px;text-decoration:none;transition:color .15s}
.header-member-links a:hover{color:#8A6540}
.header-member-sep{color:#cbd5e1}

@media(max-width:768px){
  .member-gate-box{padding:28px 20px}
  .member-gate-box h3{font-size:17px}
  .gate-benefits{gap:12px}
}

/* ============================================
   认证页面分栏布局 (v2.0 — 参照 yun.jp17.com)
   ============================================ */
.auth-page{display:flex;max-width:1280px;margin:0 auto;min-height:calc(100vh - 95px);height:auto;overflow:hidden}
/* 左侧品牌展示区：固定比例+上限，防止大色块无限拉伸 */
.auth-left{flex:0 0 46%;max-width:560px;min-width:380px;background:linear-gradient(160deg,#3E342E 0%,#A67C52 40%,#1d5288 100%);display:flex;align-items:center;justify-content:center;padding:48px 40px;position:relative;overflow-x:hidden;overflow-y:auto}
.auth-left::before{content:'';position:absolute;top:-60px;right:-60px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.03);pointer-events:none}
.auth-left::after{content:'';position:absolute;bottom:-80px;left:-40px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.02);pointer-events:none}
.auth-left-inner{position:relative;z-index:1;max-width:460px;width:100%;margin:0}
.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:20px}
.auth-logo{flex-shrink:0}
.auth-brand-text h2{font-size:20px;font-weight:700;color:#fff;margin-bottom:2px}
.auth-brand-text p{font-size:13px;color:rgba(255,255,255,.55);line-height:1.4}
.auth-slogan{margin-bottom:18px}
.auth-slogan h1{font-size:24px;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.25}
.auth-slogan p{font-size:14px;color:rgba(255,255,255,.65);line-height:1.55}
/* 权益列表 */
.auth-features{margin-bottom:16px}
.auth-features h3{font-size:14px;font-weight:600;color:rgba(255,255,255,.8);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}
.auth-feature-list{display:flex;flex-direction:column;gap:8px}
.auth-feature-item{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;background:rgba(255,255,255,.06);border-radius:10px;transition:background .2s}
.auth-feature-item:hover{background:rgba(255,255,255,.1)}
.auth-feature-icon{font-size:17px;flex-shrink:0;margin-top:1px;line-height:1}
.auth-feature-item div{display:flex;flex-direction:column;gap:2px}
.auth-feature-item strong{font-size:13px;color:#fff;font-weight:600}
.auth-feature-item span{font-size:12px;color:rgba(255,255,255,.5);line-height:1.45}
/* 数据统计 */
.auth-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px}
.auth-stat-item{text-align:center;padding:12px 6px;background:rgba(255,255,255,.08);border-radius:10px}
.auth-stat-num{display:block;font-size:19px;font-weight:700;color:#B85C38;margin-bottom:4px}
.auth-stat-label{display:block;font-size:11px;color:rgba(255,255,255,.5)}
/* 注册好礼 */
.auth-gifts{margin-top:16px;padding:14px;background:rgba(184,92,56,.1);border:1px solid rgba(184,92,56,.25);border-radius:12px}
.auth-gifts h3{font-size:14px;font-weight:600;color:#D4764E;margin-bottom:10px}
.auth-gifts ul{display:flex;flex-direction:column;gap:6px}
.auth-gifts li{font-size:12px;color:rgba(255,255,255,.7);line-height:1.5}

/* 右侧表单区：min-width:0 防止 flex 子项撑开横向滚动 */
.auth-right{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;padding:48px 40px;background:#fff;overflow-x:hidden;overflow-y:auto}
.auth-form-wrap{width:100%;max-width:480px}
.auth-form-header{text-align:center;margin-bottom:32px}
.auth-form-header h2{font-size:26px;font-weight:700;color:var(--primary);margin-bottom:8px}
.auth-form-header p{font-size:14px;color:var(--text-light)}
/* 成功消息 */
.auth-success-icon{font-size:56px;margin-bottom:12px}
.auth-success-actions{display:flex;gap:12px;justify-content:center;margin-top:24px}
.auth-success-actions .auth-submit-btn,.auth-success-actions .auth-outline-btn{display:inline-block;padding:14px 36px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s}
.auth-outline-btn{border:2px solid var(--primary-light);color:var(--primary-light);background:transparent}
.auth-outline-btn:hover{background:var(--primary-light);color:#fff}
/* Tabs */
.auth-tabs{display:flex;gap:0;margin-bottom:24px;background:var(--bg);border-radius:10px;padding:4px}
.auth-tab{flex:1;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-light);background:transparent;cursor:pointer;transition:all .2s}
.auth-tab.active{background:#fff;color:var(--primary);font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.auth-tab:hover:not(.active){color:var(--primary-light)}
/* 消息提示 */
.auth-msg{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}
.auth-msg-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}
.auth-msg-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}
/* 表单 */
.auth-form{display:flex;flex-direction:column;gap:0}
.auth-form.active{display:flex}
.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.auth-field{margin-bottom:20px}
.auth-field label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}
.auth-field .required{color:#dc2626}
.auth-input-wrap{position:relative;display:flex;align-items:center}
.auth-input-icon{position:absolute;left:14px;pointer-events:none;flex-shrink:0}
.auth-input-wrap input{width:100%;padding:12px 14px 12px 42px;border:2px solid var(--border);border-radius:10px;font-size:14px;color:var(--text);background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}
.auth-input-wrap input:focus{border-color:var(--primary-light);box-shadow:0 0 0 3px rgba(138,101,64,.1)}
.auth-input-wrap input::placeholder{color:var(--text-lighter)}
/* 密码可见切换 */
.auth-pwd-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center}
/* 验证码 */
.auth-sms-wrap input{padding-right:120px}
.auth-sms-btn{position:absolute;right:6px;padding:6px 14px;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;white-space:nowrap;transition:opacity .2s}
.auth-sms-btn:disabled{opacity:.6;cursor:not-allowed}
/* 密码强度 */
.auth-pwd-strength{margin-top:-12px;margin-bottom:20px;display:flex;align-items:center;gap:10px}
.pwd-strength-bar{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}
.pwd-strength-bar span{display:block;height:100%;width:0;border-radius:2px;transition:width .3s,background .3s}
.pwd-strength-text{font-size:11px;white-space:nowrap}
/* 额外选项 */
.auth-form-extra{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:13px}
.auth-checkbox{display:flex;align-items:center;gap:6px;color:var(--text-light);cursor:pointer;font-size:13px}
.auth-checkbox input[type="checkbox"]{width:16px;height:16px;accent-color:var(--primary-light);cursor:pointer}
.auth-checkbox a{color:var(--primary-light)}
.auth-forgot{color:var(--primary-light);font-size:13px}
.auth-forgot:hover{text-decoration:underline}
/* 协议 */
.auth-agreement{margin-bottom:20px}
.auth-agreement .auth-checkbox{font-size:13px;align-items:flex-start}
.auth-agreement .auth-checkbox input{margin-top:1px}
/* 提交按钮 */
.auth-submit-btn{display:block;width:100%;padding:14px;background:linear-gradient(135deg,var(--primary-light),#1d5288);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;text-decoration:none}
.auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(138,101,64,.35)}
/* 底部链接 */
.auth-form-footer{margin-top:24px;text-align:center}
.auth-switch{font-size:14px;color:var(--text-light);margin-bottom:10px}
.auth-switch a{color:var(--primary-light);font-weight:600}
.auth-switch a:hover{text-decoration:underline}
.auth-home a{font-size:13px;color:var(--text-lighter)}
.auth-home a:hover{color:var(--primary-light)}
.auth-terms-note{font-size:12px;color:var(--text-lighter);margin-top:8px}
/* 手机登录提示 */
.auth-phone-hint{margin-top:16px;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;text-align:center}
.auth-phone-hint p{font-size:13px;color:#7C4226;margin:0}

/* ============================================
   认证页面 v3 卡片化布局（参照 yun.jp17.com 排版风格）
   ============================================ */
.auth-page-v3{background:#f4f7fb;min-height:calc(100vh - 95px);padding:36px 0 64px}
.auth-container{max-width:var(--max-width);margin:0 auto;padding:0 24px}
.auth-back{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:14px;text-decoration:none;margin-bottom:20px;transition:color .2s}
.auth-back:hover{color:var(--primary-light)}
.auth-card-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:stretch}
/* 左侧引导卡片 */
.auth-intro-card{background:linear-gradient(165deg,#123a6b 0%,#1a4d8f 45%,#8A6540 100%);border-radius:18px;overflow:hidden;box-shadow:0 12px 40px rgba(18,58,107,.25);display:flex;flex-direction:column;min-width:0}
.auth-intro-banner{width:100%;max-height:280px;overflow:hidden;background:rgba(255,255,255,.06)}
.auth-intro-banner img{width:100%;height:100%;max-height:280px;object-fit:cover;display:block}
.auth-intro-body{flex:1;padding:38px 36px 34px;display:flex;flex-direction:column;gap:24px}
.auth-intro-brand{display:flex;align-items:center;gap:14px}
.auth-intro-logo{position:relative;width:46px;height:46px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.14);border-radius:12px;overflow:hidden}
.auth-intro-logo img{width:100%;height:100%;object-fit:contain}
.auth-logo-fallback{font-size:14px;font-weight:800;color:#fff;letter-spacing:1px}
.auth-intro-brand h2{font-size:19px;font-weight:700;color:#fff;margin-bottom:2px}
.auth-intro-brand p{font-size:12.5px;color:rgba(255,255,255,.6);line-height:1.4}
.auth-intro-title h1{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.3}
.auth-intro-title p{font-size:14px;color:rgba(255,255,255,.68);line-height:1.6}
/* 核心功能 2x2 网格 */
.auth-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.auth-intro-cell{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 14px;display:flex;flex-direction:column;gap:6px;transition:background .2s}
.auth-intro-cell:hover{background:rgba(255,255,255,.14)}
.auth-intro-icon{font-size:20px;line-height:1}
.auth-intro-cell strong{font-size:13.5px;color:#fff;font-weight:600;line-height:1.4}
.auth-intro-cell span{font-size:12px;color:rgba(255,255,255,.58);line-height:1.5}
/* 为什么选择我们 */
.auth-intro-features h3{font-size:14px;font-weight:600;color:rgba(255,255,255,.85);margin-bottom:12px;letter-spacing:.5px}
.auth-intro-features ul{display:flex;flex-direction:column;gap:8px}
.auth-intro-features li{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:rgba(255,255,255,.75);line-height:1.55}
.auth-intro-features li .check{color:#B85C38;font-weight:700;flex-shrink:0}
/* 好礼/数据 */
.auth-intro-gift{padding:16px;background:rgba(184,92,56,.12);border:1px solid rgba(184,92,56,.28);border-radius:14px}
.auth-intro-gift h3{font-size:14px;font-weight:600;color:#D4764E;margin-bottom:10px}
.auth-intro-gift ul{display:flex;flex-direction:column;gap:6px}
.auth-intro-gift li{font-size:12.5px;color:rgba(255,255,255,.78);line-height:1.5}
.auth-intro-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:4px}
.auth-intro-stat{text-align:center;padding:10px 4px;background:rgba(255,255,255,.09);border-radius:10px}
.auth-intro-stat strong{display:block;font-size:17px;font-weight:700;color:#D4764E;margin-bottom:2px}
.auth-intro-stat span{display:block;font-size:11px;color:rgba(255,255,255,.55)}
/* 右侧表单卡片 */
.auth-form-card{background:#fff;border-radius:18px;box-shadow:0 8px 32px rgba(15,40,80,.08);padding:46px 44px;display:flex;align-items:center;justify-content:center;min-width:0}
.auth-form-card .auth-form-wrap{width:100%;max-width:460px}
.auth-form-card .auth-form-header{margin-bottom:28px}
.auth-form-card .auth-form-header h2{font-size:26px;font-weight:700;color:#A67C52;margin-bottom:6px}
.auth-form-card .auth-form-header p{font-size:14px;color:#64748b}

/* ========== 响应式 ========== */
@media(max-width:960px){
  .auth-card-grid{grid-template-columns:1fr;gap:24px}
  .auth-page-v3{padding:28px 0 48px}
  .auth-intro-body{padding:30px 26px 28px}
  .auth-form-card{padding:34px 28px}
}
@media(max-width:640px){
  .auth-container{padding:0 16px}
  .auth-page-v3{padding:20px 0 40px}
  .auth-intro-title h1{font-size:21px}
  .auth-intro-grid{grid-template-columns:1fr}
  .auth-intro-stats{grid-template-columns:repeat(2,1fr)}
  .auth-form-card{padding:28px 20px}
}

/* ============================================
   认证页面 v4 排版式样
   参照 yun.jp17.com 的 UI 排版骨架（浅色底/限宽居中/顶部返回/左栏信息堆叠/右栏表单卡/字段纵向 label 上置）
   视觉设计采用本站品牌语言（白卡 + 品牌蓝点缀），不照搬源站配色
   ============================================ */
.auth-v4{background:#f4f7fb;min-height:calc(100vh - 95px);padding:32px 0 64px}
.auth-v4-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:stretch}
.auth-v4-aside,.auth-v4-side{display:flex;flex-direction:column;gap:24px;min-width:0}
.auth-v4-panel{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:24px;box-shadow:0 4px 16px rgba(166,124,82,.05)}
.auth-v4-panel h3{font-size:15px;font-weight:700;color:var(--primary);margin-bottom:14px;display:flex;align-items:center;gap:8px}
.auth-v4-panel h3::before{content:'';width:4px;height:16px;border-radius:2px;background:linear-gradient(180deg,var(--primary-light),var(--primary));flex-shrink:0}
/* 顶部 banner（后台 站点设置 可编辑图，无图时隐藏） */
.auth-v4-banner{border-radius:14px;overflow:hidden;border:1px solid #eef2f7;box-shadow:0 4px 16px rgba(166,124,82,.05)}
.auth-v4-banner img{width:100%;max-height:200px;object-fit:cover;display:block}
/* 品牌介绍卡 */
.auth-v4-brand{display:flex;gap:16px;align-items:center}
.auth-v4-logo{flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;background:transparent}
.auth-v4-logo img{height:42px;width:auto;max-width:170px;object-fit:contain;display:block}
.auth-v4-logo-fallback{display:none;font-size:20px;font-weight:800;color:var(--primary);letter-spacing:1px}
.auth-v4-logo img[style*="display: none"] + .auth-v4-logo-fallback,
.auth-v4-logo img[style*="display:none"] + .auth-v4-logo-fallback{display:inline-block}
.auth-v4-brand h2{font-size:20px;font-weight:700;color:var(--primary);margin-bottom:4px}
.auth-v4-brand p{font-size:13px;color:var(--text-light);line-height:1.6}
/* 核心功能 2x2 */
.auth-v4-func-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.auth-v4-func-cell{display:flex;flex-direction:column;gap:6px;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:16px 14px;transition:box-shadow .2s,transform .2s}
.auth-v4-func-cell:hover{box-shadow:0 4px 12px rgba(166,124,82,.08);transform:translateY(-1px)}
.auth-v4-func-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:17px;background:rgba(138,101,64,.1);border-radius:9px;margin-bottom:2px}
.auth-v4-func-cell strong{font-size:13.5px;color:var(--primary);font-weight:600;line-height:1.4}
.auth-v4-func-cell span{font-size:12px;color:var(--text-light);line-height:1.5}
/* 为什么选择我们 */
.auth-v4-list{display:flex;flex-direction:column;gap:10px}
.auth-v4-list li{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:var(--text);line-height:1.6}
.auth-v4-list .tick{width:18px;height:18px;border-radius:50%;background:rgba(22,163,74,.1);color:#16a34a;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
/* 好礼 / 统计横幅 */
.auth-v4-gift{border-radius:14px;padding:20px;background:linear-gradient(135deg,#fff8e6,#fef3cd);border:1px solid #fde68a}
.auth-v4-gift h3{font-size:15px;font-weight:700;color:#7C4226;margin-bottom:10px}
.auth-v4-gift ul{display:flex;flex-direction:column;gap:7px}
.auth-v4-gift li{font-size:13px;color:#78350f;line-height:1.5;display:flex;gap:8px;align-items:flex-start}
.auth-v4-gift li::before{content:'🎁';flex-shrink:0}
.auth-v4-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:6px}
.auth-v4-stat{text-align:center;padding:12px 4px;background:rgba(255,255,255,.7);border:1px solid #fde68a;border-radius:10px}
.auth-v4-stat strong{display:block;font-size:18px;font-weight:700;color:var(--primary-light);margin-bottom:2px}
.auth-v4-stat span{display:block;font-size:11.5px;color:#7C4226}
/* 右侧表单卡 */
.auth-v4-form-card{background:#fff;border:1px solid #eef2f7;border-radius:14px;box-shadow:0 4px 16px rgba(166,124,82,.05);padding:36px 34px}
.auth-v4-form-card .auth-form-header{text-align:left;margin-bottom:24px}
.auth-v4-form-card .auth-form-header h2{font-size:24px;font-weight:700;color:var(--primary);margin-bottom:6px}
.auth-v4-form-card .auth-form-header p{font-size:14px;color:var(--text-light)}
/* 提示卡 */
.auth-v4-tip{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:16px 20px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 4px 16px rgba(166,124,82,.05)}
.auth-v4-tip .tip-icon{font-size:20px;flex-shrink:0}
.auth-v4-tip p{font-size:13px;color:var(--text-light);line-height:1.7;margin:0}
.auth-v4-tip p strong{color:var(--primary)}
/* 响应式 */
@media(max-width:960px){
  .auth-v4{padding:24px 0 48px}
  .auth-v4-grid{grid-template-columns:1fr;gap:24px}
  .auth-v4-form-card{padding:30px 24px}
}
@media(max-width:640px){
  .auth-v4{padding:16px 0 40px}
  .auth-v4-func-grid{grid-template-columns:1fr 1fr;gap:8px}
  .auth-v4-stats{grid-template-columns:repeat(2,1fr)}
  .auth-v4-form-card{padding:24px 18px}
}

/* ======== Member Center ======== */
.member-center-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}
.member-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden}
.member-sidebar{display:flex;flex-direction:column;gap:16px}
.member-user-card{padding:24px;text-align:center}
.member-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#8A6540,#1d5288);color:#fff;font-size:26px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}
.member-user-card h3{color:#A67C52;font-size:18px;margin-bottom:6px}
.member-level-badge{display:inline-block;padding:3px 14px;border-radius:12px;font-size:12px;font-weight:600}
.member-level-badge.level-free{background:#f1f5f9;color:#64748b}
.member-level-badge.level-silver{background:#e2e8f0;color:#475569}
.member-level-badge.level-gold{background:#fef3c7;color:#7C4226}
.member-level-badge.level-enterprise{background:#fef3c7;color:#7C4226}
.member-nav{padding:8px}
.member-nav-item{display:flex;align-items:center;gap:8px;padding:12px 16px;color:#475569;text-decoration:none;font-size:14px;border-radius:8px;border-left:3px solid transparent;transition:all .15s}
.member-nav-item:hover{background:#f8fafc;color:#A67C52}
.member-nav-item.active{background:#F6F1E5;color:#A67C52;font-weight:600;border-left-color:#8A6540}
.member-nav-item .nav-icon{width:20px;text-align:center}
.member-nav-item .nav-count{margin-left:auto;background:#f1f5f9;color:#64748b;font-size:11px;padding:1px 8px;border-radius:10px;font-weight:600}
.member-nav-item.active .nav-count{background:#F8F4EC;color:#1e40af}
.member-nav-group{margin-top:8px}
.member-nav-group-title{padding:8px 16px 4px;font-size:12px;color:#94a3b8;font-weight:600;letter-spacing:.5px}
.member-nav-logout{color:#ef4444;margin-top:8px}
.member-nav-logout:hover{background:#fef2f2;color:#ef4444}
.member-main{min-width:0}
.member-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
.member-stat-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);text-align:center}
.member-stat-num{font-size:30px;font-weight:800}
.member-stat-label{font-size:13px;color:#64748b;margin-top:4px}
.member-section-title{color:#A67C52;font-size:17px;font-weight:700;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f1f5f9;display:flex;align-items:center;gap:8px}
.member-section-count{font-size:13px;color:#64748b;font-weight:400;background:#f1f5f9;padding:2px 10px;border-radius:10px}
.member-card{padding:24px;margin-bottom:24px}
.member-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;font-size:14px}
.member-info-item{display:flex;flex-direction:column;gap:2px}
.member-info-item .info-label{color:#94a3b8;font-size:12px}
.member-info-item .info-value{color:#1e293b;font-weight:500}
.member-upgrade-banner{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:24px;border-radius:12px;margin-bottom:24px}
.member-upgrade-banner h3{color:#7C4226;margin-bottom:8px}
.member-upgrade-banner p{color:#a16207;font-size:14px;margin-bottom:16px}

/* Collection summary tiles */
.member-collection-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.collection-tile{display:block;text-align:center;padding:20px 12px;border-radius:10px;text-decoration:none;transition:all .2s}
.collection-tile:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.collection-tile-num{font-size:28px;font-weight:800}
.collection-tile-label{font-size:13px;margin-top:4px}
.tile-fav{background:linear-gradient(135deg,#fef3c7,#fde68a)}
.tile-fav .collection-tile-num{color:#7C4226}
.tile-fav .collection-tile-label{color:#a16207}
.tile-fol{background:linear-gradient(135deg,#F8F4EC,#bfdbfe)}
.tile-fol .collection-tile-num{color:#1e40af}
.tile-fol .collection-tile-label{color:#B99168}

/* Member list (articles/solutions) */
.member-list{display:flex;flex-direction:column;gap:0}
.member-list-item{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f1f5f9;gap:12px}
.member-list-item:last-child{border-bottom:none}
.member-list-title{color:#A67C52;text-decoration:none;font-size:14px;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.member-list-title:hover{color:#8A6540}
.member-list-meta{display:flex;align-items:center;gap:12px;flex-shrink:0;font-size:12px;color:#94a3b8}
.member-list-update{color:#B99168}
.btn-remove{background:none;border:1px solid #e2e8f0;color:#94a3b8;padding:3px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .15s}
.btn-remove:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}

/* Member product grid */
.member-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.member-product-card{background:#f8fafc;border-radius:10px;overflow:hidden;transition:all .2s}
.member-product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.member-product-link{display:block;text-decoration:none}
.member-product-img{width:100%;height:140px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}
.member-product-img img{width:100%;height:100%;object-fit:contain}
.member-product-info{padding:12px}
.member-product-info h4{font-size:13px;color:#A67C52;margin-bottom:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.member-product-brand{font-size:12px;color:#64748b;display:block}
.member-product-model{font-size:11px;color:#94a3b8}
.member-product-footer{padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e8f0}
.member-product-cats{padding:0 12px 8px}
.member-product-time{font-size:11px;color:#94a3b8}

/* Empty state */
.member-empty{text-align:center;padding:60px 20px}
.member-empty-icon{font-size:48px;margin-bottom:16px}
.member-empty p{color:#94a3b8;font-size:15px;margin-bottom:20px}

/* ======== Detail page action bar (favorite/follow) ======== */
.detail-action-bar{display:flex;align-items:center;gap:12px;margin:24px 0;padding:16px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}
.btn-action{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:8px;border:2px solid #e2e8f0;background:#fff;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}
.btn-action:hover{border-color:#8A6540;color:#8A6540}
.btn-action.active{border-color:transparent}
.btn-favorite.active{background:#fef3c7;color:#7C4226}
.btn-follow.active{background:#F8F4EC;color:#1e40af}
.btn-action .action-icon{font-size:16px}
.btn-download{border-color:#d1d5db;color:#4b5563}
.btn-download:hover{border-color:#10b981;color:#10b981}
.action-status{font-size:13px;color:#10b981;opacity:0;transition:opacity .3s}

/* ======== Product detail action bar ======== */
.product-action-bar{display:flex;flex-direction:column;gap:12px;margin:20px 0 0;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}
.action-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.action-row-secondary{justify-content:flex-start;flex-wrap:wrap}
.price-block{display:inline-flex;align-items:center}
.product-price{display:inline-flex;align-items:center}
.product-price .price-text{font-size:20px;font-weight:800;color:#dc2626;letter-spacing:-.5px}
.btn-consult{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 28px;border-radius:8px;background:#8A6540;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 2px 6px rgba(138,101,64,.25)}
.btn-consult:hover{background:#1e568c;transform:translateY(-1px);box-shadow:0 4px 10px rgba(138,101,64,.35)}
.product-action-bar .btn-action{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#4b5563;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;gap:5px;white-space:nowrap}
.product-action-bar .btn-action:hover{border-color:#8A6540;color:#8A6540;background:#fff;transform:translateY(-1px)}
.product-action-bar .btn-action .action-icon{font-size:15px;line-height:1}
.product-action-bar .btn-action .action-count{margin-left:2px;color:#9ca3af;font-size:12px}
.product-action-bar .btn-like:hover{border-color:#dc2626;color:#dc2626;background:#fef2f2}
.product-action-bar .btn-favorite:hover{border-color:#B85C38;color:#b45309;background:#fffbeb}
.product-action-bar .btn-follow:hover{border-color:#B99168;color:#8A6540;background:#F6F1E5}
.product-action-bar .btn-share:hover{border-color:#B85C38;color:#b45309;background:#fffbeb}
.product-action-bar .btn-download:hover{border-color:#10b981;color:#047857;background:#ecfdf5}
.product-action-bar .btn-like.active{background:#fee2e2;border-color:#dc2626;color:#dc2626}
.product-action-bar .btn-favorite.active{background:#fef3c7;border-color:#B85C38;color:#7C4226}
.product-action-bar .btn-follow.active{background:#F8F4EC;border-color:#B99168;color:#1e40af}

@media(max-width:576px){
  .product-action-bar{padding:12px}
  .action-row{gap:10px}
  .product-price .price-text{font-size:18px}
  .btn-consult{height:38px;padding:0 20px;font-size:14px}
  .product-action-bar .btn-action{height:34px;padding:0 10px;font-size:12px}
}
@media(max-width:400px){
  .action-row-secondary{gap:8px}
  .product-action-bar .btn-action{padding:0 8px}
  .product-action-bar .action-text{display:none}
  .btn-consult{padding:0 16px}
}

/* Member center responsive */
@media(max-width:768px){
  .member-center-layout{grid-template-columns:1fr}
  .member-stats-grid{grid-template-columns:1fr}
  .member-info-grid{grid-template-columns:1fr}
  .member-collection-summary{grid-template-columns:repeat(2,1fr)}
  .member-product-grid{grid-template-columns:repeat(2,1fr)}
  .detail-action-bar{flex-wrap:wrap}
  /* 功能按钮移动端布局（自主题文件移植 2026-09-09：主题文件不再管辖任何功能按钮） */
  .product-action-bar{flex-wrap:wrap;gap:8px}
  .product-action-bar .btn{flex:1;min-width:120px}
  .detail-action-bar,.engagement-bar{flex-wrap:wrap;gap:8px}
  .detail-action-bar .btn,.engagement-bar .btn{flex:1;min-width:100px;justify-content:center}
}
@media(max-width:480px){
  .member-product-grid{grid-template-columns:1fr}
  .member-collection-summary{grid-template-columns:1fr}
}

/* ======== Engagement system (like/share/comment/points) ======== */
.engagement-section{margin:32px 0;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.engagement-prompt{text-align:center;padding:4px 0 0;margin-bottom:12px;background:none;border:none}
.engagement-prompt p{margin:6px 0;color:#7C4226;font-size:15px;line-height:1.6}
.engagement-prompt .register-link{color:#16a34a;font-weight:700;text-decoration:underline}
.engagement-prompt em{font-style:italic;font-size:13px;color:#b45309}
.engagement-bar{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.engagement-bar.compact{justify-content:flex-start}
.engagement-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}
.engagement-btn:hover{border-color:#8A6540;color:#8A6540;transform:translateY(-1px)}
.engagement-btn.active{border-color:transparent;color:#fff}
.btn-like.active{background:#fee2e2;color:#dc2626}
.btn-share.active,.btn-favorite.active{background:#fef3c7;color:#7C4226}
.btn-follow.active{background:#F8F4EC;color:#1e40af}
.btn-comment.active{background:#dcfce7;color:#15803d}
.engagement-icon{font-size:16px}
.engagement-count{margin-left:2px;font-size:12px;background:#f1f5f9;padding:2px 6px;border-radius:10px;color:#64748b}
.engagement-btn.active .engagement-count{background:rgba(255,255,255,.25);color:inherit}
.share-menu-wrap{position:relative}
.share-dropdown{display:none;position:absolute;top:100%;left:0;margin-top:6px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:120px;z-index:50;overflow:hidden}
.share-dropdown a{display:block;padding:10px 14px;color:#475569;font-size:13px;text-decoration:none;transition:background .2s}
.share-dropdown a:hover{background:#f8fafc;color:#8A6540}
.share-dropdown.open{display:block}
.member-points-tip{font-size:13px;color:#64748b;margin-bottom:16px}
.member-points-tip a{color:#8A6540;text-decoration:none;font-weight:500}
.member-points-tip a:hover{text-decoration:underline}
/* #1045 互动条「我要询价」CTA（2026-09-09 用户裁决：去色块，改蓝色描边白底） */
.engagement-btn.btn-inquiry{background:#fff;border:1.5px solid #183884;color:#183884;font-weight:600;box-shadow:none}
.engagement-btn.btn-inquiry:hover{background:rgba(24,56,132,.06);color:#183884;border-color:#183884;transform:translateY(-1px);box-shadow:none}

/* Comments */
.comments-section{border-top:1px solid #f1f5f9;padding-top:24px}
.comments-title{font-size:17px;font-weight:700;color:#A67C52;margin-bottom:16px}
.comments-count{font-size:13px;color:#94a3b8;font-weight:400;margin-left:6px}
.comments-empty{text-align:center;padding:32px;color:#94a3b8;font-size:14px}
.comments-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.comment-item{display:flex;gap:12px;align-items:flex-start}
.comment-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8A6540,#A67C52);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0}
.comment-body{flex:1;background:#f8fafc;border-radius:10px;padding:12px 16px}
.comment-meta{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}
.comment-author{font-weight:600;color:#1e293b;font-size:14px}
.comment-level{font-size:11px;color:#7C4226;background:#fef3c7;padding:2px 8px;border-radius:10px}
.comment-date{font-size:12px;color:#94a3b8}
.comment-content{font-size:14px;color:#334155;line-height:1.6;word-break:break-word}
.comment-reply{margin-top:10px;padding:10px;background:#fff;border-radius:8px;border-left:3px solid #8A6540;font-size:13px;color:#475569}
.comment-form{background:#fff;border-radius:10px;padding:16px;border:1px solid #e2e8f0}
.comment-form h4{font-size:15px;color:#A67C52;margin-bottom:10px}
.comment-form textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;resize:vertical;min-height:90px;outline:none}
.comment-form textarea:focus{border-color:#8A6540}
.comment-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:12px;flex-wrap:wrap;gap:10px}
.correction-check{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b;cursor:pointer}
.correction-check input{width:16px;height:16px}
.comment-form-status{font-size:13px;margin-top:8px;color:#16a34a;min-height:18px}
.comment-form-status.error{color:#dc2626}

/* Correction modal */
.correction-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;display:none;align-items:center;justify-content:center}
.correction-overlay.open{display:flex}
.correction-modal{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:520px;max-height:80vh;overflow-y:auto}
.correction-modal h3{margin:0 0 12px;color:#A67C52;font-size:17px}
.correction-modal textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;min-height:120px;resize:vertical}
.correction-modal .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}

/* Toast */
.engagement-toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);background:#A67C52;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:300;opacity:0;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.engagement-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ====== Share Poster Modal ====== */
.share-poster-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:3000;display:none;align-items:center;justify-content:center;overflow-y:auto;padding:20px 0}
.share-poster-overlay.open{display:flex}
.share-poster-modal{background:#fff;border-radius:16px;padding:20px;width:90%;max-width:400px;max-height:95vh;overflow-y:auto;position:relative;animation:posterSlideIn .3s ease}
@keyframes posterSlideIn{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}
.share-poster-close{position:absolute;top:8px;right:12px;font-size:28px;color:#94a3b8;cursor:pointer;z-index:5;line-height:1}
.share-poster-close:hover{color:#1e293b}
.share-poster-header{text-align:center;margin-bottom:12px}
.share-poster-header h3{margin:0 0 4px;font-size:18px;color:#A67C52}
.share-poster-header p{margin:0;font-size:12px;color:#64748b}
.share-poster-canvas-wrap{position:relative;text-align:center;margin-bottom:16px}
#shareCanvas{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:none;margin:0 auto}
.share-poster-loading{padding:60px 20px;text-align:center;color:#64748b;font-size:14px}
.share-poster-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.poster-btn{display:inline-flex;align-items:center;gap:4px;padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#1e293b;font-size:13px;cursor:pointer;text-decoration:none;transition:all .2s}
.poster-btn:hover{background:#f1f5f9;border-color:#cbd5e1}
.poster-btn-primary{background:#B85C38;color:#fff;border-color:#B85C38}
.poster-btn-primary:hover{background:#d97706}
.share-poster-points{text-align:center;margin-top:10px;padding:8px 12px;background:#fef3c7;color:#7C4226;border-radius:8px;font-size:13px}
.wechat-save-tip{margin-top:12px;padding:10px 14px;background:#fef3c7;color:#7C4226;border:1px solid #fde68a;border-radius:8px;font-size:13px;line-height:1.6;text-align:center}
#wechatPosterImg{margin:0 auto;display:block}
/* 产品多主图选择条（海报弹窗内，v10.51） */
.poster-img-picker{margin:0 auto 14px;max-width:350px;text-align:center}
.poster-img-picker-label{font-size:12px;color:#64748b;margin-bottom:8px}
.poster-img-picker-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.poster-img-pick{width:52px;height:52px;object-fit:cover;border-radius:8px;border:2px solid #e2e8f0;cursor:pointer;transition:all .15s;background:#f8fafc}
.poster-img-pick:hover{border-color:#94a3b8}
.poster-img-pick.active{border-color:#A67C52;box-shadow:0 0 0 2px rgba(166,124,82,.15)}

/* ====== Member Shares Page ====== */
.invite-code-card{display:flex;gap:20px;background:linear-gradient(135deg,#A67C52 0%,#8A6540 100%);color:#fff;border-radius:16px;padding:24px;margin-bottom:24px;flex-wrap:wrap}
.invite-code-left{flex:0 0 200px}
.invite-code-label{font-size:14px;opacity:.8;margin-bottom:8px}
.invite-code-value{font-size:36px;font-weight:700;font-family:monospace;letter-spacing:2px;margin-bottom:12px;color:#B85C38}
.invite-copy-btn{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:13px;transition:all .2s}
.invite-copy-btn:hover{background:rgba(255,255,255,.3)}
.invite-code-right{flex:1;min-width:250px}
.invite-code-tip{font-size:14px;line-height:1.8}
.invite-code-tip strong{color:#B85C38}
.invite-code-tip ul{margin:8px 0 0;padding-left:20px}
.invite-code-tip li{margin-bottom:4px;opacity:.9}

.share-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}
.share-stat-card{background:#fff;border-radius:12px;padding:20px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.share-stat-card .stat-icon{font-size:28px;margin-bottom:8px}
.share-stat-card .stat-num{font-size:28px;font-weight:700;color:#A67C52}
.share-stat-card .stat-label{font-size:13px;color:#64748b;margin-top:4px}
@media(max-width:640px){.share-stats-grid{grid-template-columns:repeat(2,1fr)}}

.share-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px}
.share-section-title{font-size:18px;color:#A67C52;margin:0 0 16px;display:flex;align-items:center;gap:8px}
.section-count{background:#B85C38;color:#fff;font-size:13px;padding:2px 10px;border-radius:20px}

.share-records-table{overflow-x:auto}
.share-records-table table{width:100%;border-collapse:collapse;font-size:14px}
.share-records-table th{padding:10px 8px;text-align:left;color:#64748b;font-weight:600;border-bottom:2px solid #e2e8f0;white-space:nowrap}
.share-records-table td{padding:10px 8px;border-bottom:1px solid #f1f5f9;vertical-align:middle}
.share-records-table tr:hover{background:#f8fafc}
.share-content-cell a{color:#A67C52;text-decoration:none;max-width:300px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.share-content-cell a:hover{color:#8A6540}
.share-date{color:#94a3b8;font-size:13px;white-space:nowrap}
.content-type-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}
.content-type-badge.type-article{background:#F8F4EC;color:#1e40af}
.content-type-badge.type-product{background:#dcfce7;color:#166534}
.content-type-badge.type-solution{background:#fef3c7;color:#7C4226}
.content-type-badge.type-industry{background:#f3e8ff;color:#6b21a8}
.text-success{color:#16a34a}
.reshare-btn{background:#f1f5f9;border:1px solid #e2e8f0;padding:4px 12px;border-radius:6px;font-size:12px;cursor:pointer;color:#475569}
.reshare-btn:hover{background:#e2e8f0}

.referrals-list{display:flex;flex-direction:column;gap:12px}
.referral-card{display:flex;gap:14px;align-items:flex-start;padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}
.referral-card.registered{border-left:3px solid #16a34a}
.referral-card.pending{border-left:3px solid #B85C38}
.referral-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#B85C38,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0}
.referral-info{flex:1}
.referral-name{font-size:14px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.referral-status{font-size:11px;padding:2px 8px;border-radius:12px}
.referral-status.registered{background:#dcfce7;color:#16a34a}
.referral-status.pending{background:#fef3c7;color:#7C4226}
.referral-level{background:#F8F4EC;color:#1e40af;font-size:11px;padding:2px 8px;border-radius:12px}
.referral-meta{font-size:12px;color:#94a3b8;margin-top:4px}
.referral-engagement{display:flex;gap:12px;margin-top:6px;font-size:12px;color:#64748b}
.referral-engagement span{display:inline-flex;align-items:center;gap:2px}

/* 已注册好友的会员信息卡片 */
.referral-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}
.referral-info-item{display:flex;flex-direction:column;gap:2px;min-width:0}
.referral-info-item span{font-size:11px;color:#94a3b8}
.referral-info-item em{font-style:normal;font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:520px){.referral-info-grid{grid-template-columns:1fr 1fr}.referral-info-item:last-child{grid-column:span 2}}

.share-empty{text-align:center;padding:40px 20px;color:#64748b;font-size:14px;line-height:2}
.share-empty a{color:#8A6540;text-decoration:none}

/* Registration referral bonus */
.auth-referral-bonus{background:#dcfce7;border:1px solid #86efac;border-radius:10px;padding:16px;margin:16px 0;text-align:center}
.auth-referral-bonus p{margin:0 0 4px;font-size:15px;color:#166534}
.auth-referral-bonus strong{color:#16a34a;font-size:18px}

/* ============================================
   行业分类页 — 6阶段方案卡片样式
   ============================================ */

/* 主内容区与侧边栏两栏布局 */
.industry-layout{display:flex;gap:20px;align-items:flex-start}
.industry-main{flex:1;min-width:0}
.industry-sidebar{width:260px;flex-shrink:0;position:sticky;top:88px;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 110px);overflow-y:auto}
.industry-sidebar .sidebar-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.industry-sidebar .sidebar-card-header{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid var(--border-light);background:var(--bg-light)}
.industry-sidebar .sidebar-card-header h4{font-size:15px;font-weight:700;color:var(--text);margin:0}
.industry-sidebar .sidebar-card-icon{font-size:18px;line-height:1}
.industry-sidebar .sidebar-products{padding:12px}
.industry-sidebar .sidebar-product-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px dashed var(--border-light);text-decoration:none;color:var(--text);font-size:13px;transition:all .15s ease}
.industry-sidebar .sidebar-product-item:last-child{border-bottom:none}
.industry-sidebar .sidebar-product-item:hover{color:var(--primary);padding-left:4px}
.industry-sidebar .sidebar-product-img{width:44px;height:44px;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg);flex-shrink:0}
.industry-sidebar .sidebar-product-img img{width:100%;height:100%;object-fit:cover}
.industry-sidebar .sidebar-product-name{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}
.industry-sidebar .sidebar-list{list-style:none;margin:0;padding:12px}
.industry-sidebar .sidebar-list li a{display:flex;align-items:flex-start;gap:8px;padding:9px 0;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:all .15s ease;border-bottom:1px dashed var(--border-light)}
.industry-sidebar .sidebar-list li:last-child a{border-bottom:none}
.industry-sidebar .sidebar-list li a:hover{color:var(--primary);padding-left:4px}
.industry-sidebar .sidebar-list-dot{width:5px;height:5px;border-radius:50%;background:var(--primary-light);flex-shrink:0;margin-top:8px;opacity:.6}
.industry-sidebar .sidebar-more{display:block;padding:12px 18px;text-align:center;font-size:13px;font-weight:600;color:var(--primary);text-decoration:none;border-top:1px solid var(--border-light);background:var(--bg-light);transition:all .15s ease}
.industry-sidebar .sidebar-more:hover{background:var(--primary-light);color:#fff}
.industry-sidebar .sidebar-back{display:block;width:100%;text-align:center}

.stage-cards-wrapper{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}
.stage-card{background:var(--stage-bg,var(--bg-white));border:1.5px solid var(--stage-border,var(--border-light));border-left:4px solid var(--stage-color,var(--primary));border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:all .2s ease}
.stage-card:hover{border-color:var(--stage-color,var(--primary));box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.stage-card[id]{scroll-margin-top:130px}
.stage-card-header{display:flex;align-items:center;gap:14px;padding:20px 24px 16px;border-bottom:1px solid var(--stage-border,var(--border-light));background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.7))}
.stage-card-header h2{font-size:20px;font-weight:700;color:var(--text);margin:0}
.stage-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--stage-color,var(--primary));color:#fff;font-size:16px;font-weight:700;flex-shrink:0}
.stage-card h3{font-size:16px;font-weight:600;color:var(--text);margin:20px 24px 12px;padding-left:12px;border-left:3px solid var(--stage-color,var(--primary))}
.stage-card ul{margin:0 24px 16px;padding-left:24px}
.stage-card ul li{margin-bottom:8px;line-height:1.7;color:var(--text-secondary,#475569)}
.stage-card ul li::marker{color:var(--stage-color,var(--primary))}
.stage-card > *:not(.stage-card-header){padding-left:24px;padding-right:24px}
.stage-card > *:last-child{padding-bottom:20px}
.stage-extra{margin:16px 24px 24px;padding:16px;background:var(--bg-light);border-radius:var(--radius-sm);border:1px dashed var(--border)}
.stage-extra-label{font-size:14px;font-weight:600;color:var(--text);margin-bottom:8px}
.stage-extra-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;box-sizing:border-box}
@media(max-width:768px){
  .stage-card-header{padding:16px 16px 12px}
  .stage-card-header h2{font-size:17px}
  .stage-num{width:34px;height:34px;font-size:14px}
  .stage-card h3{margin:16px 16px 10px}
  .stage-card ul{margin:0 16px 12px}
  .stage-card > *:not(.stage-card-header){padding-left:16px;padding-right:16px}
  .stage-extra{margin:12px 16px 20px}
}

/* ============================================
   行业应用场景页 — 填报入口横幅 / CTA
   ============================================ */

/* 填报入口横幅：适用场景页 → 行业配套填报页 */
.report-entry-banner{display:flex;align-items:center;gap:18px;margin:20px auto 8px;padding:18px 24px;max-width:var(--max-width);background:linear-gradient(135deg,#eef4fb 0%,#e3edf8 100%);border:1px solid #c9dcef;border-left:5px solid #8A6540;border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.report-entry-icon{font-size:34px;flex-shrink:0}
.report-entry-text{flex:1;min-width:0}
.report-entry-text strong{display:block;font-size:16px;color:#A67C52;margin-bottom:4px}
.report-entry-text span{display:block;font-size:13px;color:#475569;line-height:1.6}
.btn-report-entry{flex-shrink:0;white-space:nowrap}
@media(max-width:768px){
  .report-entry-banner{flex-wrap:wrap;padding:14px 16px;gap:10px}
  .report-entry-icon{font-size:28px}
  .report-entry-text{flex:1 1 100%}
  .btn-report-entry{width:100%;text-align:center}
}

/* 页内 CTA（适用场景页 / 填报页通用） */
.btn-lg{padding:13px 32px;font-size:15px;border-radius:10px}
.solution-cta{position:relative;background:linear-gradient(135deg,#A67C52 0%,#3E342E 100%);border-radius:var(--radius);overflow:hidden;margin:36px 0}
.solution-cta-bg{position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,rgba(184,92,56,.12) 0%,transparent 60%),radial-gradient(circle at 20% 70%,rgba(138,101,64,.15) 0%,transparent 50%);z-index:0}
.solution-cta-content{position:relative;z-index:1;padding:40px 36px;text-align:center;color:#fff}
.solution-cta-icon{font-size:40px;margin-bottom:12px}
.solution-cta-content h3{font-size:22px;font-weight:700;margin-bottom:10px}
.solution-cta-content p{font-size:14px;opacity:.8;max-width:520px;margin:0 auto 24px;line-height:1.7}
.solution-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.solution-cta .btn-outline{border-color:rgba(255,255,255,.4);color:#fff}
.solution-cta .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}
@media(max-width:768px){
  .solution-cta-content{padding:28px 18px}
  .solution-cta-btns{gap:10px;flex-direction:column}
  .solution-cta-btns .btn{width:100%}
}

/* ============================================
   行业分类页 — 快速导航 / 报告单横幅 / 时间线 / 报告单表单
   ============================================ */

/* 粘性阶段快速导航 */
.stage-sticky-nav {
  position: sticky;
  top: 96px;
  z-index: 99;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  padding: 12px 0;
}
.stage-sticky-nav .container {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.stage-nav-label {
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 500;
  margin-right: 8px;
  white-space: nowrap;
}
.stage-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--bg-light, #f8fafc);
  border: 1px solid var(--border-light);
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
}
.stage-nav-item:hover {
  background: var(--primary-light);
  border-color: var(--primary-light);
  color: #fff;
}
.stage-nav-item.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.stage-nav-icon {
  font-size: 15px;
  line-height: 1;
}
.stage-nav-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--border-light);
}
.stage-nav-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #A67C52, #8A6540, #0e7490, #15803d, #a855f7, #dc2626);
  transition: width .2s ease;
}

/* 报告单入口横幅 */
.report-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 1px solid #fed7aa;
  border-radius: var(--radius);
  padding: 18px 24px;
  margin-bottom: 24px;
}
.report-banner-icon {
  font-size: 32px;
  line-height: 1;
}
.report-banner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.report-banner-text strong {
  font-size: 16px;
  color: var(--text);
}
.report-banner-text span {
  font-size: 13px;
  color: var(--text-secondary);
}
.report-banner-btn {
  flex-shrink: 0;
}

/* 应用场景推荐引导横幅 */
.scenario-guide-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
  border: 1px solid #c7d2fe;
  border-radius: var(--radius);
  padding: 16px 24px;
  margin-bottom: 24px;
}
.scenario-guide-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}
.scenario-guide-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.scenario-guide-text strong {
  font-size: 15px;
  color: var(--text);
}
.scenario-guide-text span {
  font-size: 13px;
  color: var(--text-secondary);
}
.scenario-guide-btn {
  flex-shrink: 0;
  white-space: nowrap;
  border-color: #818cf8;
  color: #4f46e5;
}
.scenario-guide-btn:hover {
  background: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
}
.no-solution-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

/* 6阶段流程时间线 */
.stage-timeline {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 32px 24px;
  margin-bottom: 32px;
  box-shadow: var(--shadow);
}
.stage-timeline-title {
  text-align: center;
  font-size: 20px;
  color: var(--text);
  margin-bottom: 8px;
}
.stage-timeline-sub {
  text-align: center;
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 28px;
}
.timeline-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.timeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  flex: 1;
}
.timeline-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  transition: transform .2s ease;
  position: relative;
  z-index: 3;
}
.timeline-dot:hover {
  transform: scale(1.1);
  color: #fff;
}
.timeline-num {
  font-size: 16px;
  font-weight: 700;
}
.timeline-label {
  text-align: center;
  color: inherit;
  text-decoration: none;
  display: block;
}
.timeline-label:hover {
  color: inherit;
}
.timeline-label strong {
  display: block;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 2px;
}
.timeline-label small {
  display: block;
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 1.3;
}
.timeline-connector {
  position: absolute;
  top: 22px;
  left: calc(50% + 24px);
  width: calc(100% - 48px);
  height: 3px;
  transform: translateX(0);
  z-index: 1;
}

/* ============================================ */
/* 行业应用场景详情页 — 文本内容 + 按产品分类聚合设备 */
/* ============================================ */

/* 文本内容卡片（行业观察/概述/理解） */
.industry-content-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
}
.industry-text-card {
  background: #fff;
  border: 1px solid var(--border-light, #e2e8f0);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: box-shadow .2s ease;
}
.industry-text-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.industry-text-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px 14px;
  border-bottom: 1px solid #f0f4f8;
}
.industry-text-icon {
  font-size: 24px;
  line-height: 1;
}
.industry-text-card-header h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.industry-text-insight .industry-text-card-header { border-left: 4px solid #B99168; }
.industry-text-overview .industry-text-card-header { border-left: 4px solid #10b981; }
.industry-text-understanding .industry-text-card-header { border-left: 4px solid #B85C38; }
.industry-text-insight .industry-text-card-header h2 { color: #1e40af; }
.industry-text-overview .industry-text-card-header h2 { color: #047857; }
.industry-text-understanding .industry-text-card-header h2 { color: #b45309; }

.industry-text-body {
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
}
.industry-text-body h2,
.industry-text-body h3,
.industry-text-body h4 {
  font-weight: 600;
  margin: 16px 0 10px;
  color: #1e293b;
}
.industry-text-body h2 { font-size: 17px; }
.industry-text-body h3 { font-size: 16px; }
.industry-text-body p { margin-bottom: 12px; }
.industry-text-body ul,
.industry-text-body ol {
  margin: 8px 0 14px;
  padding-left: 24px;
}
.industry-text-body li { margin-bottom: 6px; line-height: 1.7; }
.industry-text-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 12px 0;
}
.industry-text-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}
.industry-text-body table td,
.industry-text-body table th {
  border: 1px solid #e2e8f0;
  padding: 8px 12px;
  font-size: 14px;
}

/* 仪器设备展示区 */
.industry-equipment-section {
  margin-bottom: 36px;
}
.industry-equipment-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e2e8f0;
}
.industry-equipment-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}
.industry-equipment-header p {
  font-size: 14px;
  color: #64748b;
}

/* 一级分类块 */
.equip-cat1-block {
  background: #fff;
  border: 1px solid var(--border-light, #e2e8f0);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.equip-cat1-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
}
.equip-cat1-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e40af;
  margin: 0;
  padding-left: 12px;
  border-left: 4px solid #B99168;
}
.equip-cat1-count {
  font-size: 13px;
  color: #64748b;
  background: #f1f5f9;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
}

/* 二级分类头 */
.equip-cat2-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 12px;
}
.equip-cat2-bar {
  width: 3px;
  height: 16px;
  background: #DCC9A9;
  border-radius: 2px;
}
.equip-cat2-header h4 {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  margin: 0;
}
.equip-cat2-count {
  font-size: 12px;
  color: #94a3b8;
}

/* 产品网格 */
.equip-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.equip-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: all .2s ease;
}
.equip-product-card:hover {
  border-color: #B99168;
  box-shadow: 0 4px 16px rgba(59,130,246,.12);
  transform: translateY(-3px);
}
.equip-product-card-wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: all .2s ease;
}
.equip-product-card-wrap:hover {
  border-color: #B99168;
  box-shadow: 0 4px 16px rgba(59,130,246,.12);
}
.equip-product-card-wrap .equip-product-card {
  border: none;
  border-radius: 0;
  flex: 1;
}
.equip-product-card-wrap .equip-product-card:hover {
  transform: none;
}
.equip-product-cats { padding: 0 12px 10px; }
.equip-product-img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equip-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.equip-product-info {
  padding: 10px 12px 12px;
}
.equip-product-info h5 {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 4px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.equip-product-brand {
  display: inline-block;
  font-size: 11px;
  color: #64748b;
  margin-right: 6px;
}
.equip-product-model {
  display: inline-block;
  font-size: 11px;
  color: #94a3b8;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .industry-content-section { gap: 16px; }
  .industry-text-card-header { padding: 14px 16px 10px; }
  .industry-text-card-header h2 { font-size: 16px; }
  .industry-text-body { padding: 14px 16px; font-size: 14px; }
  .equip-cat1-block { padding: 16px; }
  .equip-cat1-header h3 { font-size: 16px; }
  .equip-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
  .equip-product-img { height: 110px; }
  .equip-product-info h5 { font-size: 12px; }
}

/* 配套报告单填写区 */
.report-panel {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 32px;
  box-shadow: var(--shadow);
}
.report-panel-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-light);
}
.report-panel-icon {
  font-size: 36px;
  line-height: 1;
}
.report-panel-head h3 {
  margin: 0 0 4px;
  font-size: 18px;
  color: var(--text);
}
.report-panel-head p {
  margin: 0;
  font-size: 13px;
  color: var(--text-secondary);
}
.report-field-row {
  margin-bottom: 24px;
}
.report-field-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}
.report-field-label em {
  color: #dc2626;
  margin-left: 2px;
  font-style: normal;
}
.report-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rpt-radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 999px;
  font-size: 14px;
  color: var(--text);
  cursor: pointer;
  transition: all .2s ease;
}
.rpt-radio:hover {
  border-color: var(--primary-light);
}
.rpt-radio input {
  margin: 0;
}
.report-stats {
  background: var(--bg-light);
  border: 1px dashed var(--border);
  border-radius: var(--radius-sm);
  padding: 14px;
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.report-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.report-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.report-field label {
  font-size: 13px;
  color: var(--text-secondary);
}
.report-field label em {
  color: #dc2626;
  font-style: normal;
  margin-left: 2px;
}
.report-field input,
.report-field textarea {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
}
.report-field textarea {
  resize: vertical;
  min-height: 80px;
}
.report-field-wide {
  grid-column: 1 / -1;
}
.report-attach {
  margin-top: 16px;
  padding: 16px;
  background: var(--bg-light);
  border: 1px dashed var(--border);
  border-radius: var(--radius-sm);
}
.report-attach > label {
  display: block;
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 10px;
}
.report-attach-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.report-attach-row input[type="file"] {
  font-size: 14px;
  max-width: 260px;
}
.report-attach-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.report-attach-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13px;
  word-break: break-all;
}
.report-attach-item a {
  color: var(--primary-light);
  text-decoration: none;
}
.report-attach-item a:hover {
  text-decoration: underline;
}
.report-attach-item .del {
  color: #dc2626;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
}
.report-attach-item .del:hover {
  text-decoration: underline;
}
.report-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}
.report-note {
  margin-top: 16px;
  padding: 12px 16px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: var(--radius-sm);
  font-size: 13px;
  color: #0369a1;
}

/* 响应式 */
@media(max-width:768px) {
  .industry-layout {
    flex-direction: column;
    gap: 16px;
  }
  .industry-sidebar {
    width: 100%;
    position: static;
    max-height: none;
    order: -1;
  }

  .stage-sticky-nav {
    top: 86px;
    padding: 10px 0;
  }
  .stage-sticky-nav .container {
    gap: 8px;
  }
  .stage-nav-label {
    display: none;
  }
  .stage-nav-item {
    padding: 6px 10px;
    font-size: 13px;
  }

  .report-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
  .report-banner-btn {
    width: 100%;
    text-align: center;
  }

  .scenario-guide-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
  }
  .scenario-guide-btn {
    width: 100%;
    text-align: center;
  }
  .no-solution-actions .btn {
    width: 100%;
  }

  .stage-timeline {
    padding: 24px 16px;
    overflow-x: auto;
  }
  .timeline-track {
    min-width: 700px;
    padding-bottom: 10px;
  }
  .timeline-label strong {
    font-size: 12px;
  }
  .timeline-label small {
    display: none;
  }

  .report-panel {
    padding: 20px 16px;
  }
  .report-fields {
    grid-template-columns: 1fr;
  }
  .report-actions {
    flex-direction: column;
  }
  .report-actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================
   行业分类页 — 阶段设备勾选选项
   ============================================ */
.eq-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.eq-text {
  flex: 1;
  min-width: 0;
  line-height: 1.6;
  color: var(--text-secondary);
}
.eq-opts {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.eq-opt {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1.5px solid var(--border-light);
  background: var(--bg-white);
  font-size: 13px;
  color: var(--text);
  cursor: pointer;
  transition: all .15s ease;
  white-space: nowrap;
  user-select: none;
}
.eq-opt input[type="radio"],
.eq-opt input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  flex-shrink: 0;
}
.eq-opt:hover {
  border-color: var(--primary-light);
  color: var(--primary);
}
.eq-opt.active-have { border-color: #8A6540; color: #8A6540; background: #F6F1E5; }
.eq-opt.active-need { border-color: #ea580c; color: #ea580c; background: #fff7ed; }
.eq-opt.active-noneed { border-color: #64748b; color: #64748b; background: #f1f5f9; }
.eq-opt.active-other { border-color: #7c3aed; color: #7c3aed; background: #f5f3ff; }
.eq-other-note {
  width: 100%;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13px;
  box-sizing: border-box;
}
li.eq-other-on .eq-other-note { display: block; }

@media (max-width: 768px) {
  .eq-row {
    flex-direction: column;
    gap: 10px;
  }
  .eq-opts {
    flex-wrap: wrap;
    gap: 6px;
  }
  .eq-opt {
    font-size: 12px;
    padding: 4px 8px;
  }
}

@media (max-width: 1024px) {
  .industry-layout { flex-direction: column; }
  .industry-sidebar {
    width: 100%;
    position: static;
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .industry-sidebar .sidebar-back { grid-column: span 2; }
}

@media (max-width: 1200px) {
  .industry-sidebar { width: 260px; }
}

/* ===== 微信小程序入口浮窗 ===== */
.weapp-fab {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: #07c160;
  cursor: pointer;
  box-shadow: none;
  transition: transform .2s ease;
}
/* 2026-09-09 去绿盘：仅保留绿色泡泡图标+文字 */
.weapp-fab:hover { transform: translateY(-2px); box-shadow: none; }
.weapp-fab:active { transform: scale(.95); }
.weapp-fab svg { display: block; }
.weapp-fab-text { font-size: 11px; line-height: 1; font-weight: 600; }

.weapp-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.weapp-modal[hidden] { display: none; }
.weapp-modal-mask { position: absolute; inset: 0; background: rgba(15,23,42,.55); }
.weapp-modal-card {
  position: relative;
  z-index: 1;
  width: 320px;
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px 24px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  animation: weappPop .25s ease;
}
@keyframes weappPop { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.weapp-modal-close {
  position: absolute; top: 10px; right: 12px;
  width: 30px; height: 30px; border: none; background: transparent;
  font-size: 24px; line-height: 1; color: #94a3b8; cursor: pointer;
}
.weapp-modal-head { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 6px; }
.weapp-modal-head h3 { font-size: 18px; color: #0f172a; margin: 0; }
.weapp-modal-badge { font-size: 20px; }
.weapp-modal-tip { font-size: 13px; color: #64748b; margin: 0 0 16px; }
.weapp-launch { min-height: 0; }
.weapp-qr-img { width: 200px; max-width: 70%; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.weapp-qr-hint { font-size: 13px; color: #64748b; margin-top: 12px; }

@media (max-width: 480px) {
  .weapp-fab { right: 14px; bottom: 78px; width: 52px; height: 52px; }
  .weapp-modal-card { width: 300px; }
}

/* ===== 行业目录折叠树（可复用组件） ===== */
.industry-cat-nav { }
.industry-cat-nav-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -20px -20px 14px -20px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-light);
}
.sidebar-card.industry-cat-nav .industry-cat-nav-header {
  margin: -18px -18px 14px -18px;
  padding: 16px 18px;
}
.industry-cat-nav-header h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
.industry-cat-nav-icon {
  font-size: 18px;
  line-height: 1;
}
.right-nav-tree {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
.right-nav-tree::-webkit-scrollbar { width: 5px; }
.right-nav-tree::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}

/* 一级组标题 */
.right-nav-group {
  border-bottom: 1px dashed var(--border-light);
}
.right-nav-group:last-child { border-bottom: none; }
.right-nav-group-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  transition: all .15s ease;
  font-family: inherit;
}
.right-nav-group-toggle:hover {
  background: var(--bg-light);
  color: var(--primary);
}
.right-nav-group.open .right-nav-group-toggle {
  color: var(--primary);
  background: linear-gradient(90deg, rgba(138,101,64,.06), transparent);
}
.right-nav-gicon { font-size: 14px; line-height: 1; }
.right-nav-gname {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-nav-gcount {
  font-size: 11px;
  color: var(--text-muted);
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 1px 7px;
  font-weight: 500;
  flex-shrink: 0;
}
.right-nav-arrow {
  color: var(--text-muted);
  font-size: 11px;
  transition: transform .2s ease;
  flex-shrink: 0;
}
.right-nav-group.open .right-nav-arrow { transform: rotate(90deg); }

/* 二级子行业 */
.right-nav-subs {
  display: none;
  list-style: none;
  padding: 0 0 6px;
  margin: 0;
  background: var(--bg);
}
.right-nav-group.open .right-nav-subs { display: block; }
.right-nav-subs li { position: relative; }
.right-nav-subs li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 34px;
  font-size: 12.5px;
  color: var(--text);
  text-decoration: none;
  transition: all .15s ease;
  border-left: 3px solid transparent;
  line-height: 1.4;
}
.right-nav-subs li a:hover {
  background: var(--bg-white);
  color: var(--primary);
  padding-left: 38px;
}
.right-nav-subs li.active a,
.right-nav-subs li a.active {
  background: linear-gradient(90deg, rgba(138,101,64,.1), rgba(138,101,64,.02));
  color: var(--primary);
  border-left-color: var(--primary);
  font-weight: 700;
}
.right-nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-light);
  opacity: .45;
  flex-shrink: 0;
}
.right-nav-subs li.active .right-nav-dot,
.right-nav-subs li a:hover .right-nav-dot { opacity: 1; }
.right-nav-name {
  flex: 1;
  min-width: 0;
}

@media (max-width: 768px) {
  .industry-cat-nav-header {
    margin: -16px -16px 12px -16px;
    padding: 14px 16px;
  }
  .sidebar-card.industry-cat-nav .industry-cat-nav-header {
    margin: -16px -16px 12px -16px;
    padding: 14px 16px;
  }
  .right-nav-tree {
    max-height: 320px;
    padding: 0 12px;
  }
  .right-nav-group-toggle {
    padding: 9px 6px;
    border-radius: var(--radius-sm);
  }
  .right-nav-group.open .right-nav-group-toggle {
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .right-nav-subs li a {
    padding: 7px 8px 7px 24px;
  }
  .right-nav-subs li a:hover { padding-left: 28px; }
}

/* ============================================
   知识库三栏页面克隆样式（选型指南/维修指南/维修案例）
   ============================================ */

/* ---- Hero ---- */
.kb-hero {
  padding: 30px 0 55px;
  color: #fff;
}
.kb-hero-blue {
  background: linear-gradient(135deg, #8A6540 0%, #4f46e5 100%);
}
.kb-hero-green {
  background: linear-gradient(135deg, #059669 0%, #0d9488 100%);
}
.kb-hero-orange {
  background: linear-gradient(135deg, #ea580c 0%, #d97706 100%);
}
.kb-hero-sm {
  padding: 40px 0 30px;
}
.kb-hero-sm h1, .kb-hero-sm h2 { font-size: 28px; margin: 0 0 6px; }
.kb-hero-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.kb-hero-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb-hero-icon svg {
  width: 26px;
  height: 26px;
}
.kb-hero-content h1 {
  font-size: 26px;
  margin-bottom: 6px;
  color: #fff;
}
.kb-hero-content p {
  font-size: 14px;
  opacity: 0.95;
  max-width: 720px;
  line-height: 1.5;
}
.kb-hero-stats {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.kb-stat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.18);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.kb-hot-search {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.kb-hot-label {
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
}
.kb-hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kb-hot-tag {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  transition: all .2s;
}
.kb-hot-tag:hover {
  background: #fff;
  color: var(--text);
}
.kb-hot-tag.active {
  background: #fff;
  color: var(--text);
}

/* ---- 紧凑 hero：色块保留但不通栏（容器内圆角卡片） ---- */
.kb-hero-compact {
  padding: 16px 0 12px;
}
.kb-hero-box {
  border-radius: 14px;
  padding: 20px 24px 16px;
  color: #fff;
}
.kb-hero-box.kb-hero-blue {
  background: linear-gradient(135deg, #8A6540 0%, #4f46e5 100%);
}
.kb-hero-box.kb-hero-green {
  background: linear-gradient(135deg, #059669 0%, #0d9488 100%);
}
.kb-hero-box.kb-hero-orange {
  background: linear-gradient(135deg, #ea580c 0%, #d97706 100%);
}
.kb-hero-compact .kb-hero-inner {
  align-items: center;
  margin-bottom: 0;
  gap: 20px;
}
.kb-hero-compact .kb-hero-content { flex: 1; }
.kb-hero-compact .kb-hero-stats {
  margin-top: 0;
  margin-left: auto;
  flex-shrink: 0;
}
.kb-hero-compact .kb-hot-search {
  margin-top: 12px;
}
.kb-hero-box-center {
  text-align: center;
}
.kb-hero-box-center .kb-hero-sm-title,
.kb-hero-box-center h1 {
  margin: 0 0 6px;
  font-size: 26px;
}
.kb-hero-box-center p {
  margin: 0;
  opacity: 0.95;
  font-size: 14px;
}
.kb-hero-box-center .kb-hero-subtitle {
  font-size: 16px;
  font-weight: 500;
}
.kb-hero-box-center .kb-hero-stats {
  justify-content: center;
  margin: 10px 0 0;
}
.kb-hero-list .kb-hero-box {
  padding: 18px 24px 14px;
}

/* ---- 筛选卡：提示标签与内容同行 ---- */
.kb-filter-card-clean {
  margin: 18px 0;
  border: 1px solid var(--border-light);
  box-shadow: none;
}
.kb-filter-card-clean .kb-filter-row {
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
.kb-filter-card-clean .kb-filter-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  width: auto;
}
.kb-filter-card-clean .kb-filter-item label {
  flex-shrink: 0;
  width: auto;
  white-space: nowrap;
  margin-bottom: 0;
  padding-top: 8px;
  color: var(--text-light);
  font-weight: 500;
}
.kb-filter-card-clean .kb-filter-form,
.kb-filter-card-clean .kb-filter-links-group {
  flex: 1;
  min-width: 0;
}

@media (max-width: 768px) {
  .kb-hero-compact { padding: 14px 0 10px; }
  .kb-hero-compact .kb-hero-inner {
    flex-wrap: wrap;
    gap: 10px;
  }
  .kb-hero-compact .kb-hero-content { width: calc(100% - 64px); }
  .kb-hero-compact .kb-hero-stats {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
  .kb-filter-card-clean { margin: 14px 0; }
  .kb-filter-card-clean .kb-filter-row {
    flex-direction: column;
    gap: 14px;
  }
  .kb-filter-card-clean .kb-filter-item {
    flex-direction: column;
    width: 100%;
  }
  .kb-filter-card-clean .kb-filter-item label { padding-top: 0; }
}

/* ---- 栏目原地搜索状态条 ---- */
.kb-search-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #f0f6ff;
  border: 1px solid #d6e6ff;
}
.kb-search-status-text {
  font-size: 14px;
  color: var(--text);
}
.kb-search-status-text b {
  color: #0a3d91;
}
.kb-search-clear {
  border: 1px solid var(--border-light);
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 6px;
  background: #fff;
  color: var(--text-lighter);
  font-size: 13px;
  transition: all .2s;
}
.kb-search-clear:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}

/* ---- 筛选卡 ---- */
.kb-filter-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px 18px;
  margin: -30px 0 18px;
  position: relative;
  z-index: 2;
}
.kb-filter-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kb-filter-row:has(> :nth-child(2):last-child) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kb-filter-item {
  width: 100%;
}
.kb-filter-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 8px;
}
.kb-filter-form,
.kb-filter-select-form {
  display: flex;
  gap: 8px;
}
.kb-filter-input {
  flex: 1;
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 14px;
  outline: none;
}
.kb-filter-input:focus {
  border-color: var(--primary-light);
}
.kb-filter-btn {
  padding: 9px 18px;
  border: none;
  border-radius: var(--radius-sm);
  background: #8A6540;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.kb-filter-green { background: #059669; }
.kb-filter-orange { background: #ea580c; }
.kb-filter-select,
.kb-filter-select-sm {
  width: 100%;
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 14px;
  background: #fff;
  outline: none;
}
.kb-filter-select-sm {
  width: auto;
  min-width: 80px;
}
.kb-filter-links-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kb-filter-bar-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border-light);
}
.kb-per-page {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-light);
}
.kb-result-count {
  font-size: 13px;
  color: var(--text-light);
}
.kb-result-count strong {
  color: var(--text);
  font-size: 16px;
}

/* ---- 卡片网格 ---- */
.kb-card-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}
.kb-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.kb-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.kb-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  overflow: hidden;
  transition: all .2s;
  position: relative;
}
/* 整卡可点击：标题链接的伪元素铺满卡片 */
.kb-card h3 a::after {
  content: '';
  position: absolute;
  inset: 0;
}
/* 卡片内其他链接（如案例故障类型）保持可点 */
.kb-card .kb-case-meta a {
  position: relative;
  z-index: 2;
}
/* 搜索结果状态下分页淡化占位（不隐藏，避免布局跳动） */
.kb-pg-dim {
  opacity: .35;
  pointer-events: none;
}
.kb-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.kb-card-blue:hover { border-color: #bfdbfe; }
.kb-card-green:hover { border-color: #a7f3d0; }
.kb-card-orange:hover { border-color: #fed7aa; }
.kb-card-body {
  padding: 18px;
}
.kb-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.kb-card-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.kb-badge-blue {
  background: #F8F4EC;
  color: #8A6540;
}
.kb-badge-green {
  background: #d1fae5;
  color: #047857;
}
.kb-badge-gray {
  background: #f3f4f6;
  color: #4b5563;
}
.kb-badge-orange {
  background: #ffedd5;
  color: #c2410c;
}
.kb-card h3 {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.kb-card h3 a {
  color: var(--text);
}
.kb-card h3 a:hover {
  color: var(--primary-light);
}
.kb-card-section {
  margin-bottom: 10px;
}
.kb-section-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.kb-section-blue { color: #8A6540; }
.kb-card-section p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kb-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--border-light);
}
.kb-card-more {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-light);
}
.kb-card-more:hover {
  color: var(--primary-dark);
}
.kb-card-more span {
  display: inline-block;
  transition: transform .2s;
}
.kb-card:hover .kb-card-more span {
  transform: translateX(4px);
}
.kb-card-date {
  font-size: 13px;
  color: var(--text-lighter);
}

/* 维修案例卡片特殊 */
.kb-case-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.kb-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--text-light);
}
.kb-case-equip {
  color: var(--text-light);
}
.kb-case-duration i {
  font-style: normal;
}
.kb-case-footer {
  align-items: center;
}
.kb-star {
  color: #e2e8f0;
  font-size: 15px;
}
.kb-star-on {
  color: #B85C38;
}

/* ---- 分页 ---- */
.kb-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 20px 0 40px;
}
.kb-pagination a,
.kb-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
}
.kb-pagination a:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
}
.kb-pagination .kb-page-current {
  background: var(--primary-light);
  border-color: var(--primary-light);
  color: #fff;
}
.kb-page-ellipsis {
  border: none !important;
  background: transparent !important;
  color: var(--text-light) !important;
}

/* ---- 详情页 ---- */
.kb-detail-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  margin: 30px 0 60px;
}
.kb-detail-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px;
}
.kb-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.kb-detail-date,
.kb-detail-views {
  font-size: 13px;
  color: var(--text-lighter);
}
/* 主题=设备类型，直接作为主标题（对齐云平台详情页结构） */
.kb-detail-title {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  color: #0a3d91;
  font-weight: 800;
}
.kb-detail-subtitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-light);
  font-size: 15px;
}
.kb-detail-subtitle .kb-sub-cat {
  color: var(--text-lighter);
  font-weight: 500;
}
.kb-detail-subtitle .kb-sub-title {
  color: var(--text);
  font-weight: 600;
}
.kb-detail-subtitle .kb-sub-sep {
  color: #c0c4cc;
}
/* ---- 知识库详情：知识卡风格 ---- */
.kb-detail-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 24px;
  margin-bottom: 24px;
}
.kb-detail-block h2 {
  font-size: 18px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 8px;
}
.kb-detail-block h2 i {
  font-style: normal;
}
.kb-detail-content {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
}
.kb-detail-content p {
  margin-bottom: 12px;
}
.kb-detail-content p:last-child {
  margin-bottom: 0;
}
.kb-detail-content ul,
.kb-detail-content ol {
  margin: 12px 0 12px 22px;
  list-style: initial;
}
.kb-detail-content li {
  margin-bottom: 6px;
}
.kb-detail-list {
  margin: 12px 0 12px 22px;
  list-style: disc;
}
.kb-detail-list li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* 知识库详情自动分行后的编号列表（参照 yun.jp17.com 风格） */
.kb-point-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.kb-point-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
}
.kb-point-item p {
  margin: 0;
  flex: 1;
}
.kb-point-num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  margin-top: 1px;
  padding: 0 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.25);
}
.kb-point-no-num {
  padding-left: 38px;
}

/* 温馨提示知识卡（从正文内容中独立出来） */
.kb-tip-card {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid #fde68a;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 22px 24px;
  margin-top: 20px;
}
.kb-tip-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #7C4226;
  margin-bottom: 14px;
}
.kb-tip-title i {
  font-style: normal;
}
.kb-tip-content {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
}
.kb-tip-content .kb-point-list {
  gap: 10px;
}
.kb-tip-content .kb-point-num {
  background: linear-gradient(135deg, #B85C38, #D4764E);
  box-shadow: 0 2px 6px rgba(245, 158, 11, 0.25);
}

.kb-detail-warm {
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.kb-detail-solution {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}
.kb-detail-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
}

/* 会员/管理员登录才可见的元素（meta 行等） */
.kb-require-member {
  display: none !important;
}
.kb-require-member.is-visible {
  display: flex !important;
}
.kb-engage-bar.kb-require-member.is-visible {
  display: flex !important;
}

/* 互动计数：按钮始终显示，数字仅企业会员/管理员可见 */
.kb-count-protected {
  display: none !important;
}
.kb-count-protected.is-visible {
  display: inline-flex !important;
}

/* 底部互动按钮条 */
.kb-engage-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  user-select: none;
}
.kb-eng-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  line-height: 1;
}
.kb-eng-btn:hover {
  border-color: #8A6540;
  color: #8A6540;
  transform: translateY(-1px);
}
/* 互动完成后的激活态（已赞/已收藏/已关注） */
.kb-eng-btn.kb-eng-active {
  border-color: #8A6540;
  background: #eef5fc;
  color: #0a3d91;
}
.kb-eng-btn .kb-eng-icon {
  font-size: 14px;
  line-height: 1;
}
.kb-eng-btn .kb-eng-count {
  display: inline-block;
  min-width: 16px;
  padding: 1px 5px;
  margin-left: 2px;
  background: #f1f5f9;
  border-radius: 999px;
  font-size: 11px;
  color: #64748b;
  text-align: center;
}
.kb-eng-like:hover { border-color: #e74c3c; color: #e74c3c; }
.kb-eng-share:hover { border-color: #B85C38; color: #b45309; }
.kb-eng-favorite:hover { border-color: #B85C38; color: #b45309; }
.kb-eng-follow:hover { border-color: #B99168; color: #8A6540; }
.kb-eng-comment:hover { border-color: #10b981; color: #047857; }
.kb-eng-correction:hover { border-color: #8b5cf6; color: #7c3aed; }
.kb-eng-submit:hover { border-color: #8A6540; color: #8A6540; }

/* 兼容旧的底部统计行（如仍有页面使用） */
.kb-engage-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  font-size: 14px;
  color: #64748b;
  user-select: none;
}
.kb-stat-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.kb-stat-item .kb-ico {
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}
.kb-stat-item .kb-stat-name {
  margin-right: 2px;
}
.kb-stat-item b {
  font-weight: 600;
  color: #1e293b;
  min-width: 14px;
  text-align: left;
}
.kb-stat-sep {
  margin: 0 6px;
  color: #cbd5e1;
}
.kb-detail-sidebar {
  align-self: start;
}
.kb-sidebar-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}
.kb-sidebar-card h3 {
  font-size: 16px;
  margin-bottom: 14px;
}
.kb-sidebar-card ul li {
  margin-bottom: 10px;
}
.kb-sidebar-card ul li a {
  font-size: 14px;
  color: var(--text);
}
.kb-sidebar-card ul li a:hover {
  color: var(--primary-light);
}
/* 侧栏相关卡按类别配色（顶部色条 + 标题同色），避免视觉疲劳 */
.kb-card-service {
  border-top: 3px solid #8A6540;
}
.kb-card-service h3 {
  color: #8A6540;
}
.kb-card-service ul li a:hover {
  color: #8A6540;
}
.kb-card-repair {
  border-top: 3px solid #ea580c;
}
.kb-card-repair h3 {
  color: #c2410c;
}
.kb-card-repair ul li a:hover {
  color: #c2410c;
}
.kb-card-case {
  border-top: 3px solid #16a34a;
}
.kb-card-case h3 {
  color: #15803d;
}
.kb-card-case ul li a:hover {
  color: #15803d;
}
.kb-card-sel {
  border-top: 3px solid #7c3aed;
}
.kb-card-sel h3 {
  color: #6d28d9;
}
.kb-card-sel ul li a:hover {
  color: #6d28d9;
}
.kb-sidebar-products {
  border-top: 3px solid #0891b2;
}
.kb-sidebar-products h3 {
  color: #0e7490;
}
.kb-sidebar-products ul li a:hover {
  color: #0e7490;
}
.kb-case-info-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  background: #f8fafc;
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 14px;
}
.kb-case-info-bar strong {
  color: var(--text-light);
  font-weight: 500;
}
.kb-customer-comment {
  border-left: 3px solid var(--accent);
  padding-left: 16px;
  font-style: italic;
  color: var(--text-light);
}
.kb-empty-state {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 40px;
}
.kb-empty-state p {
  color: var(--text-light);
  margin-bottom: 20px;
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .kb-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .kb-detail-layout { grid-template-columns: 1fr; }
  .kb-detail-sidebar { order: 2; }
}
@media (max-width: 768px) {
  .kb-hero-inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .kb-hero-content h1 { font-size: 24px; }
  .kb-filter-row,
  .kb-filter-row:has(> :nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }
  .kb-grid-3,
  .kb-grid-2 { grid-template-columns: 1fr; }
  .kb-filter-bar-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .kb-detail-card { padding: 22px; }
  .kb-detail-title { font-size: 24px; }
  .kb-case-info-bar { flex-direction: column; gap: 10px; }
}

/* ============ 知识库静态化（2026-08-14 v8.2） ============ */
/* 静态页筛选卡：分类链接组代替下拉 */
.kb-filter-links { width: 100%; }
.kb-filter-links label { display: block; font-size: 13px; font-weight: 600; color: var(--text-light, #666); margin-bottom: 8px; }
.kb-filter-link {
  display: inline-block;
  padding: 5px 12px;
  font-size: 13px;
  color: #333;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s;
  line-height: 1.5;
}
.kb-filter-link:hover {
  color: #8A6540;
  border-color: #8A6540;
  background: #F6F1E5;
}
.kb-card-green .kb-filter-link:hover,
.kb-hero-green ~ * .kb-filter-link:hover { color: #059669; border-color: #059669; background: #ecfdf5; }
.kb-filter-link.active {
  color: #fff;
  background: #8A6540;
  border-color: #8A6540;
  font-weight: 600;
}
.kb-filter-select-form + .kb-filter-links-group .kb-filter-link.active { background: #059669; border-color: #059669; }

/* 详情页相关推荐 */
.kb-detail-related {
  margin-top: 28px;
  padding: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.kb-detail-related h2 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #1e293b;
}
.kb-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 8px 20px;
}
.kb-related-list li a {
  display: block;
  padding: 7px 10px;
  color: #334155;
  font-size: 13.5px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kb-related-list li a:hover {
  color: #8A6540;
  border-color: #8A6540;
  transform: translateX(2px);
}
/* 侧栏相关推荐：始终竖排单列 */
.kb-sidebar-related .kb-related-list {
  grid-template-columns: 1fr !important;
  gap: 8px;
}
/* 侧栏相关产品：名称上方显示产品主图（2列网格） */
.kb-sidebar-products .kb-prod-list {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px;
}
.kb-prod-item a {
  display: flex !important;
  flex-direction: column;
  padding: 8px !important;
  white-space: normal !important;
  text-overflow: unset !important;
}
.kb-prod-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 8px;
  background: #f1f5f9;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb-prod-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.kb-prod-name {
  text-align: center;
  font-size: 12.5px;
  line-height: 1.4;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kb-prod-item a:hover .kb-prod-name { color: #8A6540; }

/* 详情页左栏相关产品：每行 5 个，超过 10 个由 data-per-page 分页 */
.kb-main-products {
  margin-top: 24px;
}
.kb-main-products .kb-prod-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.kb-main-products .kb-prod-item a {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 10px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.kb-main-products .kb-prod-item a:hover {
  border-color: #38bdf8;
  box-shadow: var(--shadow);
}
.kb-main-products .kb-prod-name {
  font-size: 13.5px;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .kb-main-products .kb-prod-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .kb-sidebar-products .kb-prod-list { grid-template-columns: 1fr 1fr !important; }
  .kb-main-products .kb-prod-list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 768px) {
  .kb-related-list { grid-template-columns: minmax(0,1fr); }
  .kb-filter-links-group { gap: 5px; }
  .kb-filter-link { padding: 5px 10px; font-size: 12.5px; }
  .kb-engage-stats { font-size: 13px; gap: 1px; }
  .kb-stat-sep { margin: 0 4px; }
}

/* ===== 配套方案产品名 → 全站检索链接 ===== */
.eq-link {
  color: #8A6540 !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #90caf9;
  transition: color .15s, border-color .15s;
}
.eq-link:hover {
  color: #A67C52 !important;
  border-bottom-color: #A67C52;
  text-decoration: none;
}
.stage-card ul li .eq-link { color: #8A6540; }
@media (max-width: 768px) {
  .eq-link { border-bottom-width: 1px; }
}

/* ===== 2026-08-17 产品卡"询价/详情"按钮：去背景色块，蓝色加粗文字 ===== */
.product-footer .btn-inquiry {
  display:inline-block;height:auto;box-shadow:none;
  background:transparent;border-radius:0;padding:4px 8px;
  color:#8A6540;font-size:15px;font-weight:700;letter-spacing:.5px;
  transition:color .15s;
}
.product-footer .btn-inquiry:hover {
  background:transparent;box-shadow:none;transform:none;
  color:#A67C52;text-decoration:underline;
}

/* ===== 2026-08-24 产品对比（参照 tek.com.cn product-compare） ===== */
/* --- 产品卡「对比」复选框 --- */
.pc-cmp-check {
  position:relative;z-index:2;
  display:inline-flex;align-items:center;gap:4px;
  font-size:12px;color:#64748b;font-weight:500;
  cursor:pointer;user-select:none;white-space:nowrap;
  padding:5px 8px;border:1px solid #d1d5db;border-radius:16px;
  background:#fff;transition:all .15s;
}
.pc-cmp-check:hover {border-color:#8A6540;color:#8A6540}
.pc-cmp-check input {
  width:13px;height:13px;margin:0;accent-color:#8A6540;cursor:pointer;flex-shrink:0;
}
.product-card.is-comparing .pc-cmp-check {
  border-color:#8A6540;background:#eaf3ff;color:#8A6540;font-weight:600;
}

/* --- 详情页「加入对比」按钮 --- */
.pd-cta-row .btn-cmp-add {
  display:inline-flex;align-items:center;justify-content:center;gap:5px;
  height:40px;padding:0 18px;border-radius:8px;
  border:1px solid #e2e8f0;background:#fff;color:#475569;
  font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;
}
.pd-cta-row .btn-cmp-add:hover {border-color:#8A6540;color:#8A6540;background:#f0f7ff}
.pd-cta-row .btn-cmp-add.is-on {
  border-color:#8A6540;background:#eaf3ff;color:#8A6540;font-weight:600;
}
@media (max-width:768px) {
  .pd-cta-row .btn-cmp-add{height:38px;padding:0 12px;font-size:13px}
}

/* --- 浮动对比条 --- */
.jp-cmp-bar {
  position:fixed;left:50%;bottom:24px;transform:translateX(-50%);
  z-index:9998;max-width:min(92vw,760px);width:max-content;
  box-shadow:0 8px 30px rgba(15,42,80,.22);
  border-radius:12px;overflow:hidden;
}
.jp-cmp-bar[hidden] {display:none;}
.jp-cmp-bar-inner {
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  padding:10px 14px;background:#fff;border:1px solid #dbe6f2;border-radius:12px;
}
.jp-cmp-bar-label {font-size:13px;font-weight:700;color:#1a1a2e;white-space:nowrap}
.jp-cmp-count {
  font-size:12px;font-weight:600;color:#8A6540;background:#eaf3ff;
  border-radius:10px;padding:2px 9px;white-space:nowrap;
}
.jp-cmp-chips {display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:46vw}
.jp-cmp-chip {
  display:inline-flex;align-items:center;gap:4px;
  background:#f1f6fc;border:1px solid #dbe6f2;border-radius:14px;
  padding:3px 6px 3px 10px;font-size:12px;color:#334155;max-width:180px;
}
.jp-cmp-chip-name {overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.jp-cmp-chip-x {
  border:none;background:#cbd5e1;color:#475569;width:16px;height:16px;
  border-radius:50%;font-size:11px;line-height:1;cursor:pointer;padding:0;flex-shrink:0;
}
.jp-cmp-chip-x:hover {background:#ef4444;color:#fff}
.jp-cmp-go {
  border:none;background:#8A6540;color:#fff;border-radius:8px;
  padding:8px 18px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;
  transition:background .15s;
}
.jp-cmp-go:hover:not(:disabled) {background:#A67C52}
.jp-cmp-go:disabled {background:#b9c6d6;cursor:not-allowed}
.jp-cmp-clear {
  border:none;background:transparent;color:#94a3b8;font-size:12px;
  cursor:pointer;padding:4px 6px;white-space:nowrap;
}
.jp-cmp-clear:hover {color:#ef4444}
/* 超额提示 */
.jp-cmp-tip {
  position:fixed;left:50%;bottom:88px;transform:translateX(-50%) translateY(8px);
  z-index:9999;background:#1e293b;color:#fff;font-size:13px;
  padding:9px 18px;border-radius:8px;opacity:0;pointer-events:none;
  transition:opacity .25s, transform .25s;
}
.jp-cmp-tip.show {opacity:1;transform:translateX(-50%) translateY(0)}
@media (max-width:640px) {
  .jp-cmp-bar {bottom:12px;width:calc(100vw - 20px)}
  .jp-cmp-chips {max-width:100%}
  .jp-cmp-bar-label {display:none}
}

/* --- 比对页 --- */
.cmp-page {padding:18px 0 60px}
.cmp-hero {
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  padding:18px 22px;margin-bottom:18px;
  background:linear-gradient(135deg,#f0f7ff 0%,#eaf3ff 100%);
  border:1px solid #dbe6f2;border-radius:12px;
}
.cmp-title {margin:0;font-size:24px;font-weight:700;color:#1a1a2e}
.cmp-sub {margin:0;font-size:13px;color:#64748b;flex:1;min-width:200px}
.cmp-sub strong {color:#8A6540}
.cmp-onlydiff {
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;color:#475569;cursor:pointer;user-select:none;
  background:#fff;border:1px solid #dbe6f2;border-radius:8px;padding:7px 12px;
}
.cmp-onlydiff input {accent-color:#8A6540;width:14px;height:14px;cursor:pointer}

.cmp-table-wrap {
  overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;
  background:#fff;box-shadow:0 2px 12px rgba(15,42,80,.05);
}
.cmp-table {width:100%;border-collapse:collapse;min-width:640px}
.cmp-table th, .cmp-table td {
  border-bottom:1px solid #eef2f7;border-right:1px solid #f1f5f9;
  padding:11px 14px;font-size:13px;color:#334155;text-align:left;
  vertical-align:middle;line-height:1.55;
}
.cmp-table tr > *:last-child {border-right:none}
.cmp-table tbody tr:last-child > * {border-bottom:none}
.cmp-table tr:nth-child(even) > td, .cmp-table tr:nth-child(even) > th {background:#fafcff}
/* 参数名列 */
.cmp-col-key {
  width:168px;min-width:150px;background:#f4f8fd !important;
  font-weight:600;color:#1a1a2e;position:sticky;left:0;z-index:2;
}
.cmp-keylabel {font-size:13px}
/* 产品头部列 */
.cmp-row-head th, .cmp-row-head td {background:#fff !important;border-bottom:2px solid #dbe6f2}
.cmp-col-prod {
  min-width:190px;max-width:260px;text-align:center !important;
  position:relative;padding-top:16px;
}
.cmp-remove {
  position:absolute;top:6px;right:8px;
  width:22px;height:22px;border-radius:50%;
  background:#f1f5f9;color:#64748b;font-size:14px;line-height:22px;text-align:center;
  text-decoration:none;transition:all .15s;
}
.cmp-remove:hover {background:#ef4444;color:#fff;text-decoration:none}
.cmp-prod-thumb {
  display:flex;align-items:center;justify-content:center;
  width:100%;height:120px;margin-bottom:8px;
}
.cmp-prod-thumb img {max-width:100%;max-height:100%;object-fit:contain}
.cmp-prod-name {
  display:block;font-size:14px;font-weight:700;color:#1a1a2e;
  text-decoration:none;line-height:1.4;margin-bottom:2px;
}
.cmp-prod-name:hover {color:#8A6540;text-decoration:underline}
.cmp-prod-model {font-size:12px;color:#8A6540;font-weight:500;margin-bottom:4px}
.cmp-prod-cats {font-size:11px;color:#94a3b8;margin-bottom:10px}
.cmp-prod-cats i {font-style:normal;margin:0 3px}
.cmp-prod-btn {
  display:inline-block;padding:6px 20px;border-radius:18px;
  border:1px solid #8A6540;color:#8A6540;font-size:12px;font-weight:600;
  text-decoration:none;transition:all .15s;
}
.cmp-prod-btn:hover {background:#8A6540;color:#fff;text-decoration:none}
.cmp-price {color:#8A6540;font-weight:700}
.cmp-price-login {color:#8A6540;font-weight:600;text-decoration:none}
.cmp-price-login:hover {text-decoration:underline}
/* 分区行 */
.cmp-row-sec th {
  background:#8A6540 !important;color:#fff;font-size:13px;font-weight:600;
  padding:8px 14px;
}
.cmp-row-sec td {background:#8A6540 !important;border-bottom-color:#8A6540;padding:0}
/* 差异高亮（tek 风格黄底） */
.cmp-table tr.cmp-diff > th {background:#fff8e1 !important;color:#7C4226}
.cmp-table tr.cmp-diff > td {background:#fff8e1 !important;color:#7c5c10;font-weight:500}
.cmp-na {color:#cbd5e1}
.cmp-foot-note {margin-top:14px;font-size:12px;color:#94a3b8}
/* 空状态 */
.cmp-empty {
  text-align:center;padding:70px 20px;background:#fff;
  border:1px dashed #dbe6f2;border-radius:12px;
}
.cmp-empty-icon {font-size:44px;color:#93b8e8;margin-bottom:12px}
.cmp-empty h3 {margin:0 0 8px;font-size:18px;color:#1a1a2e}
.cmp-empty p {margin:0 0 20px;font-size:14px;color:#64748b}
.cmp-empty-btn {
  display:inline-block;padding:10px 32px;border-radius:8px;
  background:#8A6540;color:#fff;font-size:14px;font-weight:600;text-decoration:none;
  transition:background .15s;
}
.cmp-empty-btn:hover {background:#A67C52;color:#fff;text-decoration:none}
@media (max-width:640px) {
  .cmp-title {font-size:20px}
  .cmp-col-key {width:110px;min-width:110px;font-size:12px}
  .cmp-col-prod {min-width:160px}
}

/* === 产品视频区块（products.videos JSON） === */
.pd-video-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}
.pd-video-card {background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;box-shadow:var(--shadow)}
.pd-video-title {font-size:16px;font-weight:600;margin:0 0 12px;color:var(--text)}
.pd-video-wrap {overflow:hidden;border-radius:6px;background:#000}
/* mp4：按视频自身比例自适应，杜绝裁剪/变形（含旧标记无修饰类的兜底） */
.pd-video-wrap-mp4 video,
.pd-video-wrap video {display:block;width:100%;max-width:100%;height:auto;border:0;object-fit:contain;background:#000;cursor:pointer}
/* 外链 iframe：保持 16:9 占位自适应 */
.pd-video-wrap-frame {position:relative;padding-bottom:56.25%;height:0}
.pd-video-wrap-frame iframe {position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.pd-video-desc {font-size:13px;color:var(--text-light);margin:10px 0 0;line-height:1.6}
@media (max-width:640px) {
  .pd-video-grid {grid-template-columns:1fr}
}

/* === HIOKI 产品概述中的内联视频（原 .hioki-block 缩略图） === */
.hioki-block video {width:100%;max-width:100%;height:auto;display:block;border-radius:6px;background:#000;cursor:pointer;margin:0 0 10px}
/* === HIOKI specs_html 选件/附件列表（ul.hioki-options）：压缩为 3 列缩略图网格 === */
.hioki-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;list-style:none;margin:12px 0;padding:0!important}
.hioki-options li{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;padding:8px 6px;border:1px solid var(--border-light);border-radius:8px;text-align:center;background:#fff;margin:0!important}
.hioki-options li img{width:auto!important;height:auto!important;max-width:100%!important;max-height:90px!important;object-fit:contain;border-radius:4px}
.hioki-options li span{display:block;width:100%;font-size:12px;line-height:1.35;color:var(--text-lighter)}
.hioki-options li span strong{display:block;font-size:12px;font-weight:600;color:var(--text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hioki-options li span a{display:none}
@media (max-width:640px){.hioki-options{gap:6px}.hioki-options li img{width:auto!important;height:auto!important;max-width:100%!important;max-height:72px!important}.hioki-options li span,.hioki-options li span strong{font-size:11px}}

/* === 品牌详情页：品牌视频集锦（按分类分组） === */
.brand-video-intro{margin:0 0 18px;font-size:13px;color:var(--text-light);line-height:1.75}
.brand-video-group{margin-bottom:28px}
.brand-video-group:last-child{margin-bottom:0}
.brand-video-group-title{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:600;color:var(--text);margin:0 0 14px;padding-left:10px;border-left:3px solid var(--primary)}
.brand-video-group-count{flex-shrink:0;padding:1px 10px;border-radius:10px;background:#eef4fd;color:#8A6540;font-size:12px;font-weight:600}
.brand-video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;align-items:stretch}
.brand-video-card{display:flex;flex-direction:column;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s}
.brand-video-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.brand-video-media{position:relative;aspect-ratio:16/9;background:#0b1220;cursor:pointer;overflow:hidden}
.brand-video-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}
.brand-video-card:hover .brand-video-media img{transform:scale(1.04)}
.brand-video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(10,25,50,.30);transition:background .15s}
.brand-video-play i{width:52px;height:52px;border-radius:50%;background:rgba(30,111,217,.92);color:#fff;font-style:normal;font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.35);transition:transform .15s,background .15s}
.brand-video-media:hover .brand-video-play{background:rgba(10,25,50,.14)}
.brand-video-media:hover .brand-video-play i{transform:scale(1.1);background:#8A6540}
.brand-video-nothumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.45);font-size:42px}
.brand-video-media video{width:100%;height:100%;object-fit:contain;display:block;background:#000}
.brand-video-media.is-frame{position:relative}
.brand-video-media.is-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.brand-video-body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px;flex:1}
.brand-video-tag{align-self:flex-start;padding:2px 8px;border-radius:4px;background:#f0f6ff;color:#8A6540;font-size:12px;font-weight:500}
.brand-video-name{margin:0;font-size:15px;font-weight:600;color:var(--text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.brand-video-desc{margin:0;font-size:13px;color:var(--text-light);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.brand-video-ctx{margin-top:auto;padding-top:10px;border-top:1px dashed var(--border-light);display:flex;flex-direction:column;gap:4px}
.brand-video-product{font-size:13px;color:#8A6540;text-decoration:none;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.brand-video-product:hover{color:var(--primary-dark);text-decoration:underline}
.brand-video-pcount{font-size:12px;color:var(--text-lighter)}
@media (max-width:1024px){.brand-video-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}
@media (max-width:640px){
  .brand-video-grid{grid-template-columns:1fr;gap:12px}
  .brand-video-group-title{font-size:16px}
  .brand-video-play i{width:46px;height:46px;font-size:18px}
}


/* ============================================
   视频中心 v1.0 — 列表页 + 播放页（2026-08-25）
   ============================================ */

/* ---------- 页面头部 ---------- */
.page-header-videos {
  background: linear-gradient(135deg, #3E342E 0%, var(--primary) 55%, #1e4a7a 100%);
}
.page-header-videos h1 { letter-spacing: 1px; }

/* ---------- 列表页主布局 ---------- */
.video-layout {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  align-items: flex-start;
}
.video-main { min-width: 0; }
.video-cat-empty { color: var(--text-lighter); font-size: 13px; padding: 8px 0; }

/* 视频库统计卡片 */
.video-lib-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 2px;
}
.vls-row { flex: 1; text-align: center; }
.vls-row strong { display: block; font-size: 26px; font-weight: 800; color: var(--primary); line-height: 1.2; }
.vls-row span { font-size: 12px; color: var(--text-light); }
.vls-divider { width: 1px; align-self: stretch; background: var(--border-light); }
.video-lib-tip { margin-top: 12px; font-size: 12px; color: var(--text-lighter); line-height: 1.6; border-top: 1px dashed var(--border-light); padding-top: 10px; }

/* ---------- 分组节 ---------- */
.video-group-section { margin-bottom: 36px; }
.video-group-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 2px solid var(--border-light);
}
.video-group-name { font-size: 20px; font-weight: 800; color: var(--text); position: relative; }
.video-group-name::before {
  content: '';
  display: inline-block;
  width: 4px; height: 18px;
  border-radius: 2px;
  background: var(--primary);
  margin-right: 10px;
  vertical-align: -3px;
}
.video-group-cnt {
  font-size: 13px;
  color: var(--primary);
  background: rgba(30, 86, 148, 0.08);
  padding: 2px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.video-group-more { margin-left: auto; font-size: 13px; color: var(--primary); font-weight: 600; text-decoration: none; }
.video-group-more:hover { text-decoration: underline; }
.video-group-desc { font-size: 13px; color: var(--text-light); margin: -6px 0 14px; line-height: 1.7; }

/* ---------- 视频缩略图卡片网格 ---------- */
.video-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px;
}
.video-thumb-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: var(--transition);
}
.video-thumb-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(62,52,46, 0.14);
  border-color: rgba(30, 86, 148, 0.4);
}
.vtc-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #16324f 0%, #3E342E 100%);
  overflow: hidden;
}
.vtc-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.video-thumb-card:hover .vtc-cover img { transform: scale(1.06); }
.vtc-nothumb {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 40px; opacity: 0.55;
}
.vtc-play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(62,52,46, 0.62);
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  padding-left: 3px;
  transition: all .25s ease;
  pointer-events: none;
}
.video-thumb-card:hover .vtc-play {
  background: var(--primary);
  transform: translate(-50%, -50%) scale(1.12);
}
.vtc-duration {
  position: absolute;
  right: 8px; bottom: 8px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 4px;
  line-height: 1.5;
}
.vtc-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
  padding: 10px 12px 2px;
}
.video-thumb-card:hover .vtc-title { color: var(--primary); }
.vtc-meta {
  font-size: 12px;
  color: var(--text-lighter);
  padding: 4px 12px 12px;
}

/* ---------- 视频中心：分组分页 ---------- */
.video-pager { display: none; }
.video-pager.show {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
.vp-btn {
  appearance: none;
  border: 1px solid var(--border);
  background: var(--bg-white);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  line-height: 1.4;
}
.vp-btn:hover:not(:disabled) { border-color: var(--primary); color: var(--primary); }
.vp-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.vp-num.active,
.vp-num.active:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.vp-ellipsis { color: var(--text-lighter); padding: 0 2px; }
.vp-info { margin-left: 10px; font-size: 12.5px; color: var(--text-lighter); }

/* ---------- 播放页：左栏目录树 + 右栏播放 ---------- */
.vp-layout {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  align-items: flex-start;
}
.vp-page-header { padding-top: 34px; padding-bottom: 34px; }

.vp-sidebar {
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 108px);
  overflow-y: auto;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10px;
  scrollbar-width: thin;
}
.vp-sidebar::-webkit-scrollbar { width: 5px; }
.vp-sidebar::-webkit-scrollbar-thumb { background: rgba(62,52,46, 0.18); border-radius: 3px; }

.vp-group { border-radius: var(--radius-sm); margin-bottom: 4px; }
.vp-group-head {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 11px 12px;
  background: transparent;
  border: 0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: var(--transition);
}
.vp-group-head:hover { background: var(--bg-light); }
.vpg-name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vpg-cnt {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-light);
  background: var(--bg-light);
  border-radius: 999px;
  padding: 1px 8px;
  flex-shrink: 0;
}
.vpg-arrow { font-size: 11px; color: var(--text-lighter); transition: transform .25s ease; flex-shrink: 0; }
.vp-group:not(.open) .vpg-arrow { transform: rotate(-90deg); }
.vp-group.current .vpg-name { color: var(--primary); }
.vp-group.current .vpg-cnt { background: rgba(30, 86, 148, 0.12); color: var(--primary); }

.vp-group-body { display: none; flex-direction: column; gap: 4px; padding: 2px 0 8px; }
.vp-group.open .vp-group-body { display: flex; }

.vp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
  border-left: 3px solid transparent;
}
.vp-item:hover { background: var(--bg-light); }
.vp-item.active {
  background: var(--primary);
  border-left-color: #B85C38;
}
.vp-item-thumb {
  position: relative;
  width: 92px;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #3E342E;
}
.vp-item-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vp-nothumb {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; opacity: 0.6;
}
.vp-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
}
.vp-item.active .vp-item-title { color: #fff; font-weight: 600; }

/* ---------- 播放页右栏 ---------- */
.vp-main { flex: 1; min-width: 0; }
.vp-player-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(62,52,46, 0.22);
}
.vp-player-box video,
.vp-player-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}
.vp-title { font-size: 22px; font-weight: 800; color: var(--text); margin: 18px 0 10px; line-height: 1.4; }
.vp-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  color: var(--text-light);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-light);
}
.vp-share-btn {
  border: 0;
  background: transparent;
  color: var(--primary);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.vp-share-btn:hover { color: var(--primary-dark); }
.vp-desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--text);
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 16px 18px;
  white-space: pre-line;
}
.vp-nav { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.vp-nav-btn { min-width: 110px; text-align: center; }
.vp-back { margin-left: auto; }

/* ---------- 视频中心响应式 ---------- */
@media (max-width: 1024px) {
  .video-card-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
}
@media (max-width: 900px) {
  .video-layout { flex-direction: column; gap: 16px; }
  .video-layout .knowledge-sidebar { width: 100%; position: static; }
  .video-card-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .video-group-name { font-size: 18px; }

  .vp-layout { flex-direction: column; gap: 16px; }
  .vp-sidebar { width: 100%; position: static; max-height: 420px; order: 2; }
  .vp-main { order: 1; }
  .vp-item-thumb { width: 84px; }
  .vp-title { font-size: 18px; }
  .vp-desc { font-size: 13px; padding: 12px 14px; }
  .vp-nav-btn { min-width: 0; flex: 1; }
  .vp-back { margin-left: 0; }
}
@media (max-width: 480px) {
  .video-card-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .vtc-title { font-size: 13px; }
  .vls-row strong { font-size: 22px; }
}

/* ================= Keysight 是德科技 富文本规格区 v2.0 ================= */
/* 概述首段 */
.pd-specs-content .ks-desc { font-size: 15px; color: #2c3e50; background: #f4f7fb; border-left: 3px solid #1e56a0; padding: 10px 14px; border-radius: 0 6px 6px 0; margin: 0 0 14px; }
/* PDF 规格书下载按钮 */
.ks-doc-btns { margin: 0 0 18px; }
.ks-doc-btns .ks-pdf-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 22px; background: linear-gradient(135deg, #1e56a0, #2d7ad6); color: #fff !important; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; box-shadow: 0 2px 8px rgba(30, 86, 160, .28); transition: all .2s; }
.ks-doc-btns .ks-pdf-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(30, 86, 160, .4); }
/* overview 扁平化富文本容器 */
.pd-specs-content .ks-ov-rich { margin-bottom: 6px; }
.pd-specs-content .ks-ov-rich h3 { font-size: 18px; font-weight: 700; color: #A67C52; margin: 26px 0 12px; padding-left: 10px; border-left: 4px solid #1e56a0; line-height: 1.4; }
.pd-specs-content .ks-ov-rich h4 { font-size: 16px; font-weight: 700; color: #2c3e50; margin: 20px 0 10px; }
.pd-specs-content .ks-ov-rich p { margin: 0 0 12px; color: #333; }
.pd-specs-content .ks-ov-rich ul, .pd-specs-content .ks-ov-rich ol { margin: 0 0 14px; padding-left: 22px; }
.pd-specs-content .ks-ov-rich li { margin-bottom: 7px; color: #333; line-height: 1.65; }
.pd-specs-content .ks-ov-rich li p { display: inline; margin: 0; }
.pd-specs-content .ks-ov-rich li p + p::before { content: "："; }
.pd-specs-content .ks-ov-rich li p:first-child { font-weight: 600; color: #A67C52; }
/* 富文本图片：覆盖通用满宽规则——大图自适应缩、小图不放大 */
.pd-specs-content .ks-ov-rich img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; box-shadow: 0 2px 10px rgba(0, 0, 0, .08); }
/* 富文本表格（默认满宽斑马纹） */
.pd-specs-content .ks-ov-rich table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14px; }
.pd-specs-content .ks-ov-rich th, .pd-specs-content .ks-ov-rich td { border: 1px solid #e3e8ef; padding: 8px 12px; text-align: left; }
.pd-specs-content .ks-ov-rich th { background: #f0f4f9; color: #A67C52; font-weight: 600; }
.pd-specs-content .ks-ov-rich tr:nth-child(even) td { background: #fafbfd; }
/* 视频容器（16:9） */
.ks-video-wrap { position: relative; width: 100%; max-width: 720px; aspect-ratio: 16 / 9; margin: 14px 0; border-radius: 8px; overflow: hidden; background: #000; box-shadow: 0 3px 12px rgba(0, 0, 0, .18); }
.ks-video-wrap video, .ks-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* 旧版图片集兼容（.ks-ov-images） */
.pd-specs-content .ks-ov-images img { display: block; width: auto; max-width: 100%; height: auto; margin: 12px auto; }
@media (max-width: 640px) {
  .pd-specs-content .ks-ov-rich h3 { font-size: 16px; }
  .pd-specs-content .ks-ov-rich table { font-size: 13px; }
  .pd-specs-content .ks-ov-rich th, .pd-specs-content .ks-ov-rich td { padding: 6px 8px; }
}

/* ==================================================
   === iDi 仪迪 产品详情克隆排版（2026-08-26 导入）===
   克隆自 idi-e.com 详情页四板块：主要功能/突出优势/技术指标/质量保证
   视觉 DNA：品牌蓝 #015bab / 正文 #505258 / 浅灰 #f8f8f8 / 卡片阴影 rgba(3,0,0,.05)
   ================================================== */
/* --- 区块骨架与标题 --- */
.pd-specs-content .idi-sec { margin: 0 0 48px; }
.pd-specs-content .idi-sec:last-child { margin-bottom: 0; }
.pd-specs-content h2.idi-title { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 24px; font-weight: 700; color: #015bab; text-align: center; margin: 8px 0 30px; line-height: 1.4; }
.pd-specs-content h2.idi-title::before { content: ""; width: 29px; height: 23px; background: url(/uploads/imglocal/idi_d04aca49.png) center / contain no-repeat; opacity: .9; flex-shrink: 0; }

/* --- 主要功能：66px 圆形图标悬浮卡顶（克隆源站 section3）--- */
.pd-specs-content .idi-gn { display: flex; flex-wrap: wrap; justify-content: center; gap: 44px 24px; padding-top: 33px; }
.pd-specs-content .idi-gn-item { position: relative; flex: 0 0 calc(33.333% - 16px); max-width: calc(33.333% - 16px); background: #fff; border: 1px solid #eef1f6; border-radius: 10px; padding: 46px 22px 24px; text-align: center; box-shadow: 0 4px 16px rgba(3, 0, 0, .05); }
.pd-specs-content .idi-gn-icon { position: absolute; top: -33px; left: 50%; transform: translateX(-50%); width: 66px; height: 66px; border-radius: 50%; background: #f8f8f8; border: 1px solid #e6ebf2; display: flex; align-items: center; justify-content: center; }
/* 2026-09-09 用户裁决：数字放进圆里（计数器自动编号），标题内 em 隐藏 */
.pd-specs-content .idi-gn { counter-reset: idi-gn; }
.pd-specs-content .idi-gn-item { counter-increment: idi-gn; }
.pd-specs-content .idi-gn-icon::before { content: counter(idi-gn, decimal-leading-zero); font: 700 20px/1 Arial, sans-serif; color: #015bab; }
.pd-specs-content .idi-gn-body h3 em { display: none; }
.pd-specs-content .idi-gn-icon img { width: 30px; height: auto; display: block; }
.pd-specs-content .idi-gn-body h3 { font-size: 16px; font-weight: 700; color: #333; margin: 0 0 10px; line-height: 1.4; }
.pd-specs-content .idi-gn-body h3 em { font-style: normal; color: #015bab; font-family: Arial, sans-serif; margin-right: 6px; }
.pd-specs-content .idi-gn-body p { font-size: 14px; color: #666; line-height: 1.8; margin: 0; }

/* --- 突出优势：背景图 + 方形白卡一行 5 张 + 大数字水印（2026-08-26 圆卡改方卡一行）--- */
.pd-specs-content .idi-sec-tc .idi-tc { background: #f0f4f8 url(/uploads/imglocal/idi_e4ccb5a9.jpg) center top / cover no-repeat; border-radius: 12px; padding: 6px 26px 34px; }
.pd-specs-content .idi-tc-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 16px; }
.pd-specs-content .idi-tc-item { position: relative; flex: 0 0 calc(20% - 13px); max-width: calc(20% - 13px); background: #fff; border-radius: 12px; box-shadow: 0 0 20px rgba(3, 0, 0, .06); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; padding: 36px 13px 20px; overflow: hidden; }
.pd-specs-content .idi-tc-num { position: relative; width: 100%; }
.pd-specs-content .idi-tc-n { position: absolute; left: 50%; top: -26px; transform: translateX(-50%); font: 700 52px / 1 Arial, sans-serif; color: #015bab; opacity: .1; pointer-events: none; white-space: nowrap; }
.pd-specs-content .idi-tc-num h3 { font-size: 16px; font-weight: 700; color: #015bab; margin: 0 0 8px; position: relative; line-height: 1.4; }
.pd-specs-content .idi-tc-item p { font-size: 12.5px; color: #666; line-height: 1.7; margin: 0; position: relative; }

/* --- 技术指标：清洗后的源站富文本（克隆源站 section2）--- */
.pd-specs-content .idi-cs { font-size: 15px; color: #505258; line-height: 1.9; word-break: break-word; }
.pd-specs-content .idi-cs p { margin: 8px 0; }
.pd-specs-content .idi-cs h2 { font-size: 19px; font-weight: 700; color: #015bab; margin: 26px 0 12px; line-height: 1.5; border-left: 0; padding-left: 0; }
.pd-specs-content .idi-cs h2:empty,
.pd-specs-content .idi-cs h2 > br:only-child { display: none; }
.pd-specs-content .idi-cs h3 { font-size: 16px; font-weight: 700; color: #333; margin: 18px 0 10px; line-height: 1.5; }
.pd-specs-content .idi-cs strong { color: #333; }
.pd-specs-content .idi-cs img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; }

/* --- 质量保证：浅灰底 + 蓝点列表 + A-F 字母卡（克隆源站 section5）--- */
.pd-specs-content .idi-zl { background: #f8f8f8; border-radius: 12px; padding: 28px 30px 26px; }
.pd-specs-content .idi-zl-intro { font-size: 15px; color: #505258; line-height: 1.9; margin: 0 0 14px; }
.pd-specs-content .idi-zl-list { list-style: none; margin: 0 0 6px; padding: 0; }
.pd-specs-content .idi-zl-list li { position: relative; padding-left: 18px; font-size: 15px; color: #505258; line-height: 1.9; margin: 6px 0; }
.pd-specs-content .idi-zl-list li::before { content: ""; position: absolute; left: 0; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: #015bab; }
.pd-specs-content .idi-zl-letters { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 16px 0; padding: 0; }
.pd-specs-content .idi-zl-letters li { background: #fff; border-radius: 10px; padding: 18px 14px; text-align: center; box-shadow: 0 2px 10px rgba(3, 0, 0, .04); display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 0; }
.pd-specs-content .idi-zl-letters .letter { width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid #dbe6f2; color: #015bab; font: 700 20px / 44px Arial, sans-serif; text-align: center; box-shadow: 0 2px 8px rgba(3, 0, 0, .05); }
.pd-specs-content .idi-zl-letters li p { font-size: 13.5px; color: #666; line-height: 1.7; margin: 0; }
.pd-specs-content .idi-zl-tail { font-size: 15px; color: #505258; line-height: 1.9; margin: 14px 0 0; }

/* --- iDi 响应式 --- */
@media (max-width: 900px) {
  .pd-specs-content .idi-gn-item { flex: 0 0 calc(50% - 12px); max-width: calc(50% - 12px); }
  .pd-specs-content .idi-tc-grid { gap: 16px 10px; }
  .pd-specs-content .idi-tc-item { flex: 0 0 calc(33.333% - 11px); max-width: calc(33.333% - 11px); padding: 28px 9px 16px; }
  .pd-specs-content .idi-tc-n { font-size: 42px; top: -21px; }
  .pd-specs-content .idi-tc-num h3 { font-size: 15px; }
  .pd-specs-content .idi-tc-item p { font-size: 12px; }
  .pd-specs-content .idi-zl-letters { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .pd-specs-content .idi-sec { margin-bottom: 34px; }
  .pd-specs-content h2.idi-title { font-size: 20px; margin-bottom: 22px; gap: 8px; }
  .pd-specs-content h2.idi-title::before { width: 22px; height: 18px; }
  .pd-specs-content .idi-gn { gap: 30px 10px; padding-top: 26px; }
  .pd-specs-content .idi-gn-item { flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); padding: 34px 10px 18px; }
  .pd-specs-content .idi-gn-icon { top: -26px; width: 52px; height: 52px; }
  .pd-specs-content .idi-gn-icon::before { font-size: 16px; }
  .pd-specs-content .idi-gn-icon img { width: 24px; }
  .pd-specs-content .idi-gn-body h3 { font-size: 14px; margin-bottom: 6px; }
  .pd-specs-content .idi-gn-body p { font-size: 12px; line-height: 1.65; }
  .pd-specs-content .idi-tc-grid { gap: 14px 10px; }
  .pd-specs-content .idi-tc-item { flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); padding: 24px 12px 16px; }
  .pd-specs-content .idi-tc-n { font-size: 40px; top: -20px; }
  .pd-specs-content .idi-zl { padding: 20px 16px; }
  .pd-specs-content .idi-zl-letters { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pd-specs-content .idi-zl-letters .letter { width: 38px; height: 38px; font: 700 16px / 36px Arial, sans-serif; }
  .pd-specs-content .idi-zl-letters li p { font-size: 12px; }
}

/* ==================================================
   ConST 康斯特 详情页规格参数（2026-08-26 导入 162 款）
   克隆自 constgroup.com 详情页 tab：产品详情/订购信息/应用图集/产品问答
   视觉 DNA：康斯特蓝 #0e90d2 / 正文 #444 / 浅灰底 #f8f8f8 / 表格斑马纹
   ================================================== */
/* --- 区块骨架与标题（2026-08-26 收紧行间距）--- */
.pd-specs-content .const-sec { margin: 0 0 26px; }
.pd-specs-content .const-sec:last-child { margin-bottom: 0; }
.pd-specs-content h2.const-title { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 20px; font-weight: 700; color: #0e90d2; text-align: center; margin: 4px 0 14px; line-height: 1.35; }
.pd-specs-content h2.const-title::before, .pd-specs-content h2.const-title::after { content: ""; width: 36px; height: 2px; background: linear-gradient(90deg, transparent, #0e90d2); flex-shrink: 0; }
.pd-specs-content h2.const-title::after { background: linear-gradient(270deg, transparent, #0e90d2); }

/* --- 产品详情（清洗后的源站富文本：h2 小节 + 选型表格 + 插图）--- */
.pd-specs-content .const-xq { font-size: 15px; color: #444; line-height: 1.65; word-break: break-word; }
.pd-specs-content .const-xq p { margin: 6px 0; }
.pd-specs-content .const-xq h2 { font-size: 18px; font-weight: 700; color: #0e90d2; margin: 16px 0 8px; line-height: 1.4; padding-left: 12px; border-left: 4px solid #0e90d2; }
.pd-specs-content .const-xq h3 { font-size: 15.5px; font-weight: 700; color: #333; margin: 12px 0 6px; line-height: 1.4; }
.pd-specs-content .const-xq strong { color: #222; }
.pd-specs-content .const-xq img { display: block; width: auto; max-width: 100%; height: auto; margin: 8px auto; border-radius: 6px; }
.pd-specs-content .const-xq ul, .pd-specs-content .const-xq ol { padding-left: 22px; margin: 6px 0; }

/* --- 订购信息 / 选型表格（表头蓝底 + 斑马纹 + 横向滚动）--- */
.pd-specs-content .const-pj { font-size: 14.5px; color: #444; line-height: 1.65; }
.pd-specs-content .const-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 8px 0; }
.pd-specs-content .const-xq table, .pd-specs-content .const-pj table { border-collapse: collapse; width: 100%; min-width: 480px; background: #fff; font-size: 13px; }
.pd-specs-content .const-xq table th, .pd-specs-content .const-pj table th { background: #0e90d2; color: #fff; font-weight: 600; padding: 7px 10px; border: 1px solid #0c7fbd; white-space: nowrap; }
.pd-specs-content .const-xq table td, .pd-specs-content .const-pj table td { padding: 6px 10px; border: 1px solid #e2e8ef; color: #444; line-height: 1.5; }
.pd-specs-content .const-xq table tr:nth-child(even) td, .pd-specs-content .const-pj table tr:nth-child(even) td { background: #f6fafd; }
.pd-specs-content .const-xq table img, .pd-specs-content .const-pj table img { max-width: 120px; height: auto; margin: 0; display: inline-block; }

/* --- 应用图集（固定一行 5 个；兼容裸 img —— 前台 clean_word_paste 会剥 <a> 包装）--- */
.pd-specs-content .const-yy { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.pd-specs-content .const-yy-item { display: block; background: #fff; border: 1px solid #e8edf3; border-radius: 8px; overflow: hidden; transition: box-shadow .2s; }
.pd-specs-content .const-yy-item:hover { box-shadow: 0 6px 18px rgba(14, 144, 210, .18); }
.pd-specs-content .const-yy > img, .pd-specs-content .const-yy-item img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.pd-specs-content .const-yy > img { border: 1px solid #e8edf3; border-radius: 8px; background: #fff; }

/* 应用图集 hover 浮现大图（不跳转） */
.pd-specs-content .const-yy-item { position: relative; cursor: default; }
.pd-specs-content .const-yy-item a { pointer-events: none; }
.const-yy-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 240px;
  margin: 0;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
  overflow: hidden;
  animation: constYyPreviewIn .18s ease-out;
}
.const-yy-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  display: block;
}
/* 覆盖缩略图规则（.const-yy-item img 的 aspect-ratio:4/3 + cover 优先级更高，会把预览图裁成局部放大） */
.pd-specs-content .const-yy-item .const-yy-preview img {
  aspect-ratio: auto;
  object-fit: contain;
}
@keyframes constYyPreviewIn {
  from { opacity: 0; transform: scale(.92); }
  to { opacity: 1; transform: scale(1); }
}

/* --- 产品问答（编号徽章 + 摘要卡）--- */
.pd-specs-content .const-qa { border-top: 1px solid #e8edf3; }
.pd-specs-content .const-qa-item { border-bottom: 1px solid #e8edf3; padding: 10px 4px; }
.pd-specs-content .const-qa-q { display: flex; align-items: baseline; gap: 10px; font-size: 15px; font-weight: 700; color: #333; line-height: 1.5; }
.pd-specs-content .const-qa-q i { font-style: normal; flex-shrink: 0; min-width: 26px; height: 22px; padding: 0 5px; border-radius: 11px; background: #0e90d2; color: #fff; font: 600 12px / 22px Arial, sans-serif; text-align: center; transform: translateY(-2px); }
.pd-specs-content .const-qa-a { margin: 5px 0 0 36px; font-size: 14px; color: #666; line-height: 1.6; }

/* --- ConST 响应式 --- */
@media (max-width: 900px) {
  .pd-specs-content h2.const-title { font-size: 18px; }
  .pd-specs-content .const-yy { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}
@media (max-width: 600px) {
  .pd-specs-content .const-sec { margin-bottom: 18px; }
  .pd-specs-content .const-yy { grid-template-columns: repeat(2, 1fr); }
  .pd-specs-content .const-qa-a { margin-left: 0; }
  .pd-specs-content .const-xq table, .pd-specs-content .const-pj table { min-width: 420px; }
}

/* --- ERICHSEN 规格参数板块（er-sec 结构化重建 v9.74）--- */
.pd-specs-content .er-sec { margin: 0 0 26px; }
.pd-specs-content .er-sec:last-child { margin-bottom: 0; }
.pd-specs-content .er-title { display: flex; align-items: center; font-size: 17px; font-weight: 700; color: #A67C52; margin: 0 0 14px; }
.pd-specs-content .er-title::before { content: ''; display: inline-block; width: 5px; height: 17px; border-radius: 2px; background: #8A6540; margin-right: 9px; }
.pd-specs-content .er-body p { margin: 0 0 12px; line-height: 1.85; font-size: 15px; color: #1e293b; }
.pd-specs-content .er-body h4.er-h { font-size: 15px; font-weight: 700; color: #8A6540; margin: 18px 0 10px; padding-left: 10px; border-left: 3px solid #B85C38; }
.pd-specs-content .er-body img { display: block; max-width: 100%; height: auto; margin: 10px auto; border-radius: 6px; border: 1px solid #e2e8f0; }
.pd-specs-content .er-arg-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 0 16px; background: #fff; }
.pd-specs-content .er-arg-table th, .pd-specs-content .er-arg-table td { border: 1px solid #d9e2ec; padding: 10px 14px; text-align: left; vertical-align: top; word-break: break-word; }
.pd-specs-content .er-arg-table th { width: 30%; background: #f0f6ff; color: #A67C52; font-weight: 600; }
.pd-specs-content .er-arg-table tr:nth-child(even) th, .pd-specs-content .er-arg-table tr:nth-child(even) td { background: #f8fafc; }
.pd-specs-content .er-arg-table tr.er-grp th, .pd-specs-content .er-arg-table tr.er-grp td { background: #e6effc !important; font-weight: 700; color: #A67C52; }
.pd-specs-content .er-arg-table.er-tb th, .pd-specs-content .er-arg-table.er-tb td { width: auto; }

/* ERICHSEN 响应式 */
@media (max-width: 600px) {
  .pd-specs-content .er-sec { margin-bottom: 18px; }
  .pd-specs-content .er-title { font-size: 16px; }
  .pd-specs-content .er-body p { font-size: 14px; }
  .pd-specs-content .er-arg-table { font-size: 13px; }
  .pd-specs-content .er-arg-table th, .pd-specs-content .er-arg-table td { padding: 8px 10px; }
  .pd-specs-content .er-arg-table { display: block; overflow-x: auto; }
}

/* ============================================
   UNI-T 优利德 规格4板块扩展（视频/问答）v9.75
   作用域：.pd-specs-content（产品详情规格参数栏）
   ============================================ */
.pd-specs-content .er-sec-video .er-title::before { content: "▶ "; }
.pd-specs-content .er-sec-qa .er-title::before { content: "Q "; }
.pd-specs-content .er-imgs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 14px; }
.pd-specs-content .er-imgs img { max-width: 48%; flex: 1 1 40%; min-width: 180px; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.pd-specs-content .er-video-item { margin: 0 0 18px; }
.pd-specs-content .er-video-item:last-child { margin-bottom: 0; }
.pd-specs-content .er-video-name { font-size: 15px; font-weight: 700; color: var(--primary); margin: 0 0 8px; }
.pd-specs-content .er-video-box { position: relative; max-width: 853px; margin: 0 auto; } /* 640px 放大 1/3 + 栏内居中 */
.pd-specs-content .er-video-player { width: 100%; max-width: 853px; aspect-ratio: 16 / 9; border-radius: var(--radius-sm); background: #000; display: block; }
.pd-specs-content .er-qa-item { border: 1px solid var(--border); border-radius: var(--radius-sm); margin: 0 0 10px; overflow: hidden; background: var(--bg-white); }
.pd-specs-content .er-qa-item:last-child { margin-bottom: 0; }
.pd-specs-content .er-qa-q { background: #f0f6ff; padding: 10px 14px; font-weight: 700; color: var(--primary); border-bottom: 1px solid var(--border); }
.pd-specs-content .er-qa-q::before { content: "问："; color: var(--primary-light); }
.pd-specs-content .er-qa-a { padding: 10px 14px; line-height: 1.75; color: var(--text); font-size: 14px; }
.pd-specs-content .er-qa-a::before { content: "答："; color: var(--success); font-weight: 700; }
@media (max-width: 768px) {
  .pd-specs-content .er-imgs img { max-width: 100%; flex-basis: 100%; }
  .pd-specs-content .er-video-player { max-width: 100%; }
}
/* ===== 站内全屏视频（保留本站页头页脚，2026-08-27） ===== */
.er-video-item, .pd-video-wrap-mp4 { position: relative; }
.er-video-box { position: relative; }
.er-video-fs-btn {
  position: absolute; top: 8px; right: 8px; z-index: 6;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 11px; border: 0; border-radius: 5px;
  background: rgba(166,124,82, .82); color: #fff; font-size: 12.5px; line-height: 1.4;
  cursor: pointer; opacity: .95; transition: opacity .2s, background .2s;
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}
.er-video-fs-btn:hover { opacity: 1; background: #8A6540; }
.er-video-fs-btn svg { flex: none; }
.er-video-fs-active {
  position: fixed !important; top: var(--header-h); left: 0; right: 0; bottom: 0;
  z-index: 9999; margin: 0 !important; padding: 0 !important;
  max-width: none !important; width: 100%;
  background: #000; display: flex; align-items: center; justify-content: center;
  box-shadow: none !important; border-radius: 0 !important;
}
.er-video-fs-active .er-video-player,
.er-video-fs-active video {
  max-width: none !important; width: 100%; height: 100%;
  aspect-ratio: auto; object-fit: contain; border-radius: 0;
}
body.er-video-fs-lock { overflow: hidden; }
.er-video-fs-hdr { position: fixed !important; top: 0; left: 0; right: 0; z-index: 10001; }
/* 品牌详情页视频站内全屏（2026-09-04，video-site-fullscreen.js v1.3）：
   .brand-video-media 自身作为全屏容器，需解除 16/9 锁定让视频铺满页头下方 */
.er-video-fs-active.brand-video-media { aspect-ratio: auto; }
.er-video-fs-bar {
  position: fixed; left: 0; right: 0; bottom: 0; height: 34px; z-index: 10000;
  background: #0b1220; color: #94a3b8; font-size: 12px;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.er-video-fs-bar b { color: #fff; font-weight: 600; }
.er-video-fs-bar kbd { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 3px; padding: 0 6px; font-size: 11px; color: #e2e8f0; }
@media (hover: none) { .er-video-fs-btn { opacity: .9; } }
@media (max-width: 640px) {
  .er-video-fs-bar { font-size: 11px; gap: 8px; }
  .er-video-fs-bar span:nth-child(3) { display: none; }
}

/* ===== FAQ 正文视频：站内框播放控制（2026-09-03，配合 video-site-fullscreen.js v1.2） =====
   手风琴答案(.faq-acc-answer)与 FAQ 详情页(.faq-detail-body)中的每个 <video> 包进
   .faq-video-box，右上角操作条 = 「全屏」(站内页头+页脚框架放大) + 「新窗口」(本站模板播放页) */
.faq-acc-answer .faq-video-box,
.faq-detail-body .faq-video-box {
  position: relative; margin: 14px 0; background: #000;
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .10);
}
.faq-acc-answer .faq-video-box video,
.faq-detail-body .faq-video-box video {
  display: block; width: 100%; height: auto; max-height: 72vh;
  object-fit: contain; background: #000; border-radius: 10px; margin: 0;
}
.faq-video-acts {
  position: absolute; top: 10px; right: 10px; z-index: 6;
  display: inline-flex; gap: 6px;
}
.faq-video-acts .er-video-fs-btn { position: static; }
.faq-video-acts a.er-video-fs-btn { text-decoration: none; color: #fff; }
.er-video-fs-active.faq-video-box video { max-height: none !important; border-radius: 0; }
.er-video-fs-active .faq-video-acts .faq-fs-new { display: none; }
@media (max-width: 768px) {
  .faq-video-acts { top: 6px; right: 6px; gap: 5px; }
  .faq-video-acts .er-video-fs-btn { padding: 4px 8px; font-size: 12px; }
  .faq-acc-answer .faq-video-box video,
  .faq-detail-body .faq-video-box video { max-height: 60vh; }
}

/* ===== FAQ 视频播放页 faq-video.php（2026-09-03）本站模板内播放 ===== */
.fvp-wrap { max-width: 900px; margin: 0 auto; padding: 26px 0 46px; }
.fvp-card {
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
  padding: 22px 24px 20px;
}
.fvp-head { border-bottom: 1px dashed #dbe4ee; padding-bottom: 14px; margin-bottom: 16px; }
.fvp-tag {
  display: inline-block; font-size: 12px; color: #8A6540; background: #eef6ff;
  border: 1px solid #d5e8fb; padding: 2px 10px; border-radius: 12px; margin-bottom: 8px;
}
.fvp-q-title { margin: 0 0 6px; font-size: 19px; line-height: 1.45; }
.fvp-q-title a { color: #8C6D4F; text-decoration: none; }
.fvp-q-title a:hover { color: #8A6540; }
.fvp-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; color: #64748b; font-size: 13px; }
.fvp-meta .fvp-hint { color: #94a3b8; }
.fvp-player-box { background: #000; border-radius: 12px; overflow: hidden; }
.fvp-player-box video { display: block; width: 100%; height: auto; max-height: 76vh; background: #000; }
.fvp-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; margin: 14px 0 4px; }
.fvp-count { color: #64748b; font-size: 13px; margin-right: auto; }
.fvp-count b { color: #8C6D4F; }
.fvp-vlist { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 10px 0 4px; }
.fvp-vlist-label { font-size: 13px; color: #64748b; }
.fvp-vlist-chips { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.fvp-vchip {
  display: inline-block; padding: 4px 12px; font-size: 12.5px; color: #334155;
  background: #f5f8fc; border: 1px solid #e2e8f0; border-radius: 14px;
  text-decoration: none; transition: all .15s;
}
.fvp-vchip:hover { border-color: #8A6540; color: #8A6540; }
.fvp-vchip.active { background: #8A6540; border-color: #8A6540; color: #fff; font-weight: 600; }
.fvp-note {
  margin-top: 12px; padding: 10px 13px; background: #f8fafc;
  border: 1px solid #eef2f7; border-left: 3px solid #8A6540;
  border-radius: 8px; color: #475569; font-size: 13px; line-height: 1.7;
}
@media (max-width: 768px) {
  .fvp-card { padding: 15px 13px; }
  .fvp-q-title { font-size: 17px; }
  .fvp-bar { gap: 8px; }
  .fvp-bar .btn:last-child { order: 3; }
}

/* ===== 视频播放页：面包屑式关联链接（分组/品牌/相关产品） ===== */
.vp-related {
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px 8px;
  margin-top: 14px; padding: 10px 14px;
  background: var(--bg-light); border: 1px solid var(--border-light);
  border-radius: var(--radius); font-size: 13px; line-height: 1.7;
}
.vp-rel-label { font-weight: 700; color: var(--text-light); margin-right: 2px; }
.vp-rel-link { color: var(--primary); text-decoration: none; max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vp-rel-link:hover { text-decoration: underline; color: var(--primary-dark); }
.vp-rel-sep { color: var(--text-lighter); }

/* ===== 视频播放页：本视频相关机型（videos.product_ids 视频级关联） ===== */
.vp-products {
  margin-top: 12px; padding: 12px 14px;
  background: #f0f6ff;
  border: 1px solid #cfe0f7; border-radius: var(--radius);
}
.vp-products[hidden] { display: none; }
.vp-prod-head { font-size: 13px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
.vp-prod-row { display: flex; flex-wrap: wrap; gap: 8px; }
.vp-prod-link {
  display: inline-flex; align-items: center; gap: 6px;
  max-width: 100%; padding: 7px 12px;
  background: #fff; border: 1px solid #cfe0f7; border-radius: 6px;
  color: var(--primary); text-decoration: none;
  font-size: 13px; line-height: 1.4;
  transition: border-color .15s, box-shadow .15s, color .15s;
}
.vp-prod-link:hover { border-color: var(--primary); color: var(--primary-dark); box-shadow: 0 2px 8px rgba(0, 90, 190, .12); text-decoration: none; }
.vp-prod-icon { flex: 0 0 auto; font-size: 12px; }
.vp-prod-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 320px; }
@media (max-width: 640px) {
  .vp-prod-link { padding: 6px 10px; font-size: 12px; }
  .vp-prod-name { max-width: 100%; }
}

/* ===== 视频播放页：手机播放二维码弹窗 ===== */
.vp-qr-btn { text-decoration: underline; }
.vp-qr-modal {
  position: fixed; inset: 0; z-index: 10020;
  background: rgba(10, 18, 32, .55);
  display: flex; align-items: center; justify-content: center;
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.vp-qr-modal[hidden] { display: none; }
body.vp-qr-open { overflow: hidden; }
.vp-qr-dialog {
  position: relative; width: 320px; max-width: calc(100vw - 32px);
  background: var(--bg-white); border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(10, 18, 32, .35);
  padding: 26px 24px 24px; text-align: center;
}
.vp-qr-close {
  position: absolute; top: 10px; right: 10px;
  width: 30px; height: 30px; border: 0; border-radius: 50%;
  background: var(--bg-light); color: var(--text-light);
  font-size: 14px; cursor: pointer; line-height: 1;
}
.vp-qr-close:hover { background: #e2e8f0; color: var(--text); }
.vp-qr-head { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 14px; }
.vp-qr-body img {
  width: 220px; height: 220px; object-fit: contain;
  border: 1px solid var(--border); border-radius: 10px; padding: 8px;
  background: #fff;
}
.vp-qr-body p { font-size: 13px; color: var(--text-light); margin: 12px 0 0; line-height: 1.7; }
.vp-qr-url {
  word-break: break-all; font-size: 12px; color: var(--text-lighter);
  background: var(--bg-light); border-radius: 6px; padding: 6px 8px;
  margin-top: 10px !important; user-select: all;
}
@media (max-width: 480px) {
  .vp-qr-dialog { width: 280px; padding: 22px 18px 20px; }
  .vp-qr-body img { width: 190px; height: 190px; }
}

/* ==================================================
   CEM 华盛昌 产品详情规格参数（2026-08-27 导入 330 款）
   克隆自 cem-instruments.com 详情页：应用/特性/技术指标/标准配件
   视觉 DNA：CEM 品牌红 #c8102e / 正文 #333 / 表格红头白字 / 浅红斑马纹
   ================================================== */
/* --- 区块骨架 --- */
.pd-specs-content .cem-wrap { font-size: 15px; color: #333; line-height: 1.8; word-break: break-word; }
.pd-specs-content .cem-sec { margin: 0 0 32px; }
.pd-specs-content .cem-sec:last-child { margin-bottom: 0; }
.pd-specs-content .cem-h2 { display: flex; align-items: baseline; gap: 10px; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid #c8102e; }
.pd-specs-content .cem-h2 .cem-tt { font-size: 19px; font-weight: 700; color: #c8102e; line-height: 1.4; }
.pd-specs-content .cem-h2 .cem-en { font-size: 12px; color: #9aa1ab; font-family: Arial, sans-serif; letter-spacing: .5px; text-transform: uppercase; }

/* --- 正文富文本（源站 Word 粘贴：裸 span + 内联 br）--- */
.pd-specs-content .cem-bd { font-size: 15px; color: #333; line-height: 1.8; }
.pd-specs-content .cem-bd p { margin: 8px 0; }
.pd-specs-content .cem-bd h2 { font-size: 17px; font-weight: 700; color: #c8102e; margin: 20px 0 10px; line-height: 1.5; }
.pd-specs-content .cem-bd h3 { font-size: 15.5px; font-weight: 700; color: #333; margin: 16px 0 8px; line-height: 1.5; }
.pd-specs-content .cem-bd strong { color: #222; }
.pd-specs-content .cem-bd img { display: block; width: auto; max-width: 100%; height: auto; margin: 10px auto; border-radius: 6px; border: 1px solid #eef0f3; }
.pd-specs-content .cem-bd ul, .pd-specs-content .cem-bd ol { padding-left: 22px; margin: 8px 0; }
.pd-specs-content .cem-bd ul li, .pd-specs-content .cem-bd ol li { margin: 4px 0; }

/* --- 技术指标：源站 Word 表格（内联 border:none 用 !important 覆盖）--- */
.pd-specs-content .cem-js table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .cem-js table th, .pd-specs-content .cem-js table td { border: 1px solid #e2e6ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: top; word-break: break-word; }
.pd-specs-content .cem-js table th { background: #c8102e; color: #fff; font-weight: 600; white-space: nowrap; }
.pd-specs-content .cem-js table tr:nth-child(even) td { background: #fbf6f6; }
.pd-specs-content .cem-js table img { max-width: 120px; height: auto; margin: 0; display: inline-block; border: 0; }

/* --- 标准配件（两列清单）--- */
.pd-specs-content .cem-pj-list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; }
.pd-specs-content .cem-pj-list li { position: relative; padding-left: 20px; font-size: 14.5px; color: #444; line-height: 1.7; }
.pd-specs-content .cem-pj-list li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: #c8102e; }

/* --- CEM 响应式 --- */
@media (max-width: 900px) {
  .pd-specs-content .cem-h2 .cem-tt { font-size: 17px; }
  .pd-specs-content .cem-pj-list { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .pd-specs-content .cem-sec { margin-bottom: 22px; }
  .pd-specs-content .cem-bd { font-size: 14px; }
  .pd-specs-content .cem-js table { display: block; overflow-x: auto; }
  .pd-specs-content .cem-h2 .cem-tt { font-size: 16px; }
  .pd-specs-content .cem-h2 .cem-en { display: none; }
}

/* ==================================================
   LeCroy 力科 产品详情规格参数（2026-08-27 导入 391 款）
   源站 teledynelecroy.com.cn：产品概述/主要功能/规格/配件等 lc-sec 节
   视觉 DNA：LeCroy 品牌深蓝 #00549e / 正文 #333 / 表格蓝头白字 / 浅蓝斑马纹
   ================================================== */
/* --- 区块骨架 --- */
.pd-specs-content .lc-wrap { font-size: 15px; color: #333; line-height: 1.8; word-break: break-word; }
.pd-specs-content .lc-sec { margin: 0 0 32px; }
.pd-specs-content .lc-sec:last-child { margin-bottom: 0; }
.pd-specs-content .lc-sec-t { font-size: 18px; font-weight: 700; color: #00549e; line-height: 1.4; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid #00549e; }

/* --- 节内富文本（清洗后的裸 div/p/ul 结构）--- */
.pd-specs-content .lc-sec p { margin: 8px 0; }
.pd-specs-content .lc-sec strong { color: #222; }
.pd-specs-content .lc-sec h2 { font-size: 16.5px; font-weight: 700; color: #00549e; margin: 20px 0 8px; line-height: 1.5; }
.pd-specs-content .lc-sec h3, .pd-specs-content .lc-sec h4 { font-size: 15.5px; font-weight: 700; color: #333; margin: 16px 0 8px; line-height: 1.5; }
.pd-specs-content .lc-sec ul, .pd-specs-content .lc-sec ol { padding-left: 22px; margin: 8px 0; }
.pd-specs-content .lc-sec ul li, .pd-specs-content .lc-sec ol li { margin: 4px 0; }
.pd-specs-content .lc-sec ul li::marker { color: #00549e; }

/* --- 图片：产品图/原理图，等比自适应 --- */
.pd-specs-content .lc-img, .pd-specs-content .lc-sec img { display: block; width: auto; max-width: 100%; height: auto; margin: 12px auto; border-radius: 6px; border: 1px solid #eef0f3; }

/* --- 规格表：蓝头白字 + 浅蓝斑马纹 --- */
.pd-specs-content .lc-table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .lc-table th, .pd-specs-content .lc-table td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: top; word-break: break-word; }
.pd-specs-content .lc-table th { background: #00549e; color: #fff; font-weight: 600; white-space: nowrap; }
.pd-specs-content .lc-table tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .lc-table img { max-width: 120px; height: auto; margin: 0; display: inline-block; border: 0; }

/* --- LeCroy 响应式 --- */
@media (max-width: 900px) {
  .pd-specs-content .lc-sec-t { font-size: 16.5px; }
}
@media (max-width: 600px) {
  .pd-specs-content .lc-sec { margin-bottom: 22px; }
  .pd-specs-content .lc-wrap { font-size: 14px; }
  .pd-specs-content .lc-table { display: block; overflow-x: auto; }
}

/* ==================================================
   OWON 利利普 产品详情规格参数（2026-08-27 导入 104 款）
   源站 owon.com.cn：PDF规格书/产品亮点/产品介绍/技术参数/标配附件/资料下载
   视觉 DNA：OWON 品牌深蓝 #8A6540 / 橙色点缀 #ff7300 / 正文 #333 / 浅蓝斑马纹
   ================================================== */
/* --- 区块骨架与标题 --- */
.pd-specs-content .ow-doc-btns, .pd-specs-content .ow-highlights,
.pd-specs-content .ow-overview, .pd-specs-content .ow-specs,
.pd-specs-content .ow-accs, .pd-specs-content .ow-downloads { margin: 0 0 30px; }
.pd-specs-content .ow-highlights:last-child, .pd-specs-content .ow-overview:last-child,
.pd-specs-content .ow-specs:last-child, .pd-specs-content .ow-accs:last-child,
.pd-specs-content .ow-downloads:last-child { margin-bottom: 0; }
.pd-specs-content .ow-highlights h3, .pd-specs-content .ow-overview h3,
.pd-specs-content .ow-specs h3, .pd-specs-content .ow-accs h3,
.pd-specs-content .ow-downloads h3 { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }

/* --- 规格书 PDF 下载按钮 --- */
.ow-doc-btns { margin: 0 0 22px; }
.ow-doc-btns .ow-pdf-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 22px; background: linear-gradient(135deg, #8A6540, #2f8fd8); color: #fff !important; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; box-shadow: 0 2px 8px rgba(138,101,64, .28); transition: all .2s; }
.ow-doc-btns .ow-pdf-btn::before { content: "\1F4CE"; font-size: 15px; }
.ow-doc-btns .ow-pdf-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(138,101,64, .4); }

/* --- 产品亮点：浅蓝底卡片 + 橙色对勾 --- */
.pd-specs-content .ow-highlights { background: #f2f7fb; border: 1px solid #dde8f2; border-radius: 10px; padding: 18px 22px 20px; }
.pd-specs-content .ow-highlights ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 26px; }
.pd-specs-content .ow-highlights li { position: relative; padding-left: 24px; font-size: 14.5px; color: #3a4a58; line-height: 1.75; }
.pd-specs-content .ow-highlights li::before { content: "\2714"; position: absolute; left: 0; top: 1px; color: #ff7300; font-size: 13px; font-weight: 700; }

/* --- 产品介绍：清洗后的源站图文（图等比自适应，大图缩、小图不放大）--- */
.pd-specs-content .ow-overview { font-size: 15px; color: #333; line-height: 1.85; word-break: break-word; }
.pd-specs-content .ow-overview p { margin: 8px 0; }
.pd-specs-content .ow-overview strong { color: #222; }
.pd-specs-content .ow-overview h4, .pd-specs-content .ow-overview h5 { font-size: 15.5px; font-weight: 700; color: #333; margin: 16px 0 8px; line-height: 1.5; }
.pd-specs-content .ow-overview img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }
.pd-specs-content .ow-overview table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; margin: 14px 0; font-size: 14px; }

/* --- 技术参数表：蓝头白字 + 浅蓝斑马纹 --- */
.pd-specs-content .ow-specs table.ow-tt { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .ow-specs table.ow-tt th, .pd-specs-content .ow-specs table.ow-tt td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .ow-specs table.ow-tt th { background: #8A6540; color: #fff; font-weight: 600; white-space: nowrap; }
.pd-specs-content .ow-specs table.ow-tt tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .ow-specs table.ow-tt p { margin: 0; }
.pd-specs-content .ow-specs table.ow-tt tr td:first-child { font-weight: 600; color: #8A6540; background: #f8fbfd; white-space: nowrap; }
.pd-specs-content .ow-specs table.ow-tt img { max-width: 120px; height: auto; margin: 0; display: inline-block; border: 0; }

/* --- 标配附件：图标卡片网格（img + 名称）--- */
.pd-specs-content .ow-acc-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pd-specs-content .ow-acc-list li { background: #fff; border: 1px solid #e8eef5; border-radius: 10px; padding: 14px 10px 12px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.pd-specs-content .ow-acc-list img { width: 56px; height: 56px; object-fit: contain; display: block; }
.pd-specs-content .ow-acc-list span { font-size: 13px; color: #4a5568; line-height: 1.5; word-break: break-word; }

/* --- 资料下载：外链列表（源站说明书/快速指南，新窗口打开）--- */
.pd-specs-content .ow-dl-list { list-style: none; margin: 0; padding: 0; }
.pd-specs-content .ow-dl-list li { position: relative; padding: 9px 12px 9px 34px; background: #fafbfd; border: 1px solid #e8eef5; border-radius: 8px; margin-bottom: 8px; }
.pd-specs-content .ow-dl-list li:last-child { margin-bottom: 0; }
.pd-specs-content .ow-dl-list li::before { content: "\1F4C4"; position: absolute; left: 10px; top: 9px; font-size: 14px; }
.pd-specs-content .ow-dl-list a { font-size: 14px; color: #8A6540; font-weight: 500; text-decoration: none; word-break: break-all; }
.pd-specs-content .ow-dl-list a:hover { text-decoration: underline; color: #ff7300; }

/* --- OWON 响应式 --- */
@media (max-width: 900px) {
  .pd-specs-content .ow-highlights ul { grid-template-columns: 1fr; }
  .pd-specs-content .ow-acc-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .pd-specs-content .ow-highlights, .pd-specs-content .ow-accs,
  .pd-specs-content .ow-downloads, .pd-specs-content .ow-overview,
  .pd-specs-content .ow-specs { margin-bottom: 20px; }
  .pd-specs-content .ow-highlights h3, .pd-specs-content .ow-overview h3,
  .pd-specs-content .ow-specs h3, .pd-specs-content .ow-accs h3,
  .pd-specs-content .ow-downloads h3 { font-size: 16px; }
  .pd-specs-content .ow-highlights { padding: 14px 16px 16px; }
  .pd-specs-content .ow-overview { font-size: 14px; }
  .pd-specs-content .ow-specs table.ow-tt { display: block; overflow-x: auto; font-size: 12.5px; }
  .pd-specs-content .ow-acc-list { grid-template-columns: repeat(2, 1fr); }
}


/* ==================================================
   HZHV 杭高产品导入排版（2026-08-28）
   源站 hzhv.com：产品概述/功能特点/技术参数/参考标准合并进规格参数栏
   ================================================== */
/* --- 区块骨架与标题 --- */
.pd-specs-content .hz-doc-btns, .pd-specs-content .hz-overview,
.pd-specs-content .hz-features, .pd-specs-content .hz-specs,
.pd-specs-content .hz-std { margin: 0 0 30px; }
.pd-specs-content .hz-overview:last-child, .pd-specs-content .hz-features:last-child,
.pd-specs-content .hz-specs:last-child, .pd-specs-content .hz-std:last-child { margin-bottom: 0; }
.pd-specs-content .hz-overview h3, .pd-specs-content .hz-features h3,
.pd-specs-content .hz-specs h3, .pd-specs-content .hz-std h3 { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }

/* --- 规格书/技术指标 PDF 下载按钮 --- */
.hz-doc-btns { margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hz-doc-btns .hz-pdf-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 22px; background: linear-gradient(135deg, #8A6540, #2f8fd8); color: #fff !important; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; box-shadow: 0 2px 8px rgba(138,101,64, .28); transition: all .2s; }
.hz-doc-btns .hz-pdf-btn::before { content: "\1F4CE"; font-size: 15px; }
.hz-doc-btns .hz-pdf-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(138,101,64, .4); }
.hz-doc-btns .hz-pdf-sub { background: #fff; color: #8A6540 !important; border: 1px solid #9cc4e4; box-shadow: none; }
.hz-doc-btns .hz-pdf-sub:hover { background: #f2f8fd; box-shadow: 0 2px 8px rgba(138,101,64, .18); }

/* --- 产品概述：清洗后的源站图文 --- */
.pd-specs-content .hz-overview { font-size: 15px; color: #333; line-height: 1.85; word-break: break-word; }
.pd-specs-content .hz-overview p { margin: 8px 0; }
.pd-specs-content .hz-overview strong { color: #222; }
.pd-specs-content .hz-overview img, .pd-specs-content .hz-features img,
.pd-specs-content .hz-specs img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }

/* --- 功能特点：浅蓝底卡片 --- */
.pd-specs-content .hz-features { background: #f2f7fb; border: 1px solid #dde8f2; border-radius: 10px; padding: 18px 22px 20px; font-size: 14.5px; color: #3a4a58; line-height: 1.8; word-break: break-word; }
.pd-specs-content .hz-features p { margin: 8px 0; }
.pd-specs-content .hz-features strong { color: #8A6540; }
.pd-specs-content .hz-features table { background: #fff; }

/* --- 技术参数表：蓝头白字 + 浅蓝斑马纹（表壳属性已剥，靠本规则渲染）--- */
.pd-specs-content .hz-specs { font-size: 14px; color: #333; word-break: break-word; }
.pd-specs-content .hz-specs table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .hz-specs th, .pd-specs-content .hz-specs td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .hz-specs th { background: #8A6540; color: #fff; font-weight: 600; }
.pd-specs-content .hz-specs tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .hz-specs table p { margin: 0; }
.pd-specs-content .hz-specs table img { max-width: 120px; margin: 0; display: inline-block; border: 0; }

/* --- 内容内小节标题（源站 h2 转换）--- */
.pd-specs-content .hz-h4, .pd-specs-content .hz-overview h4,
.pd-specs-content .hz-features h4, .pd-specs-content .hz-specs h4 { font-size: 15.5px; font-weight: 700; color: #8A6540; margin: 16px 0 8px; line-height: 1.5; }

/* --- 参考标准：浅色便签卡 --- */
.pd-specs-content .hz-std { background: #fafbfd; border: 1px solid #e8eef5; border-radius: 8px; padding: 14px 18px; font-size: 14px; color: #4a5568; line-height: 1.8; }
.pd-specs-content .hz-std p { margin: 0; }

/* --- HZHV 响应式 --- */
@media (max-width: 600px) {
  .pd-specs-content .hz-doc-btns { flex-direction: column; align-items: stretch; }
  .pd-specs-content .hz-doc-btns .hz-pdf-btn { justify-content: center; }
  .pd-specs-content .hz-overview, .pd-specs-content .hz-features,
  .pd-specs-content .hz-specs, .pd-specs-content .hz-std { margin-bottom: 20px; }
  .pd-specs-content .hz-overview h3, .pd-specs-content .hz-features h3,
  .pd-specs-content .hz-specs h3, .pd-specs-content .hz-std h3 { font-size: 16px; }
  .pd-specs-content .hz-overview { font-size: 14px; }
  .pd-specs-content .hz-features { padding: 14px 16px 16px; font-size: 13.5px; }
  .pd-specs-content .hz-specs table { display: block; overflow-x: auto; font-size: 12.5px; }
}


/* ==================================================
   Rkck仁科 产品详情规格参数（2026-08-28 导入 508 款）
   源站 rkckth.com：功能特点/技术参数/产品选型/资料下载
   板块：rk-doc-btns(说明书) / rk-feat / rk-param / rk-sel / rk-dl
   视觉基调：站内品牌蓝 #8A6540，与 OWON/HZHV 保持一致
   ================================================== */
/* --- 区块骨架与标题 --- */
.pd-specs-content .rk-doc-btns, .pd-specs-content .rk-feat,
.pd-specs-content .rk-param, .pd-specs-content .rk-sel,
.pd-specs-content .rk-dl { margin: 0 0 30px; }
.pd-specs-content .rk-feat:last-child, .pd-specs-content .rk-param:last-child,
.pd-specs-content .rk-sel:last-child, .pd-specs-content .rk-dl:last-child { margin-bottom: 0; }
.pd-specs-content .rk-feat h3, .pd-specs-content .rk-param h3,
.pd-specs-content .rk-sel h3, .pd-specs-content .rk-dl h3 { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }

/* --- 说明书 PDF 按钮（外链源站云盘，新窗口）--- */
.rk-doc-btns { margin: 0 0 22px; }
.rk-doc-btns .rk-pdf-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 22px; background: linear-gradient(135deg, #8A6540, #2f8fd8); color: #fff !important; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; box-shadow: 0 2px 8px rgba(138,101,64, .28); transition: all .2s; }
.rk-doc-btns .rk-pdf-btn::before { content: "\1F4CE"; font-size: 15px; }
.rk-doc-btns .rk-pdf-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(138,101,64, .4); }

/* --- 功能特点：浅蓝底卡片 + 对勾列表（源站文本行已规整为 li）--- */
.pd-specs-content .rk-feat { background: #f2f7fb; border: 1px solid #dde8f2; border-radius: 10px; padding: 18px 22px 20px; }
.pd-specs-content .rk-feat-list { list-style: none; margin: 0; padding: 0; }
.pd-specs-content .rk-feat-list li { position: relative; padding-left: 24px; font-size: 14.5px; color: #3a4a58; line-height: 1.75; margin-bottom: 4px; }
.pd-specs-content .rk-feat-list li:last-child { margin-bottom: 0; }
.pd-specs-content .rk-feat-list li::before { content: "\2714"; position: absolute; left: 0; top: 1px; color: #8A6540; font-size: 13px; font-weight: 700; }

/* --- 技术参数 / 产品选型：合并单元格规格表（属性已剥，靠本规则渲染）--- */
.pd-specs-content .rk-param, .pd-specs-content .rk-sel { font-size: 14px; color: #333; word-break: break-word; }
.pd-specs-content .rk-param table, .pd-specs-content .rk-sel table,
.pd-specs-content .rk-param table.rk-tb, .pd-specs-content .rk-sel table.rk-tb { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .rk-param th, .pd-specs-content .rk-param td,
.pd-specs-content .rk-sel th, .pd-specs-content .rk-sel td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .rk-param th, .pd-specs-content .rk-sel th { background: #8A6540; color: #fff; font-weight: 600; }
.pd-specs-content .rk-param tr:nth-child(even) td, .pd-specs-content .rk-sel tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .rk-param td:first-child, .pd-specs-content .rk-sel td:first-child { font-weight: 600; color: #8A6540; background: #f8fbfd; }
.pd-specs-content .rk-param table p, .pd-specs-content .rk-sel table p { margin: 0; }
.pd-specs-content .rk-param img, .pd-specs-content .rk-sel img { max-width: 150px; height: auto; margin: 0; display: inline-block; border: 0; box-shadow: none; }

/* --- 无表格退化文本段 --- */
.pd-specs-content .rk-plain { font-size: 14px; color: #444; line-height: 1.7; margin: 6px 0; }

/* --- 资料下载：外链列表（源站云盘说明书/资料包，新窗口打开）--- */
.pd-specs-content .rk-dl-list { list-style: none; margin: 0; padding: 0; }
.pd-specs-content .rk-dl-list li { position: relative; padding: 9px 12px 9px 34px; background: #fafbfd; border: 1px solid #e8eef5; border-radius: 8px; margin-bottom: 8px; }
.pd-specs-content .rk-dl-list li:last-child { margin-bottom: 0; }
.pd-specs-content .rk-dl-list li::before { content: "\1F4C4"; position: absolute; left: 10px; top: 9px; font-size: 14px; }
.pd-specs-content .rk-dl-list a { font-size: 14px; color: #8A6540; font-weight: 500; text-decoration: none; word-break: break-all; }
.pd-specs-content .rk-dl-list a:hover { text-decoration: underline; color: #ff7300; }

/* --- Rkck 响应式 --- */
@media (max-width: 600px) {
  .pd-specs-content .rk-feat, .pd-specs-content .rk-param,
  .pd-specs-content .rk-sel, .pd-specs-content .rk-dl { margin-bottom: 20px; }
  .pd-specs-content .rk-feat h3, .pd-specs-content .rk-param h3,
  .pd-specs-content .rk-sel h3, .pd-specs-content .rk-dl h3 { font-size: 16px; }
  .pd-specs-content .rk-feat { padding: 14px 16px 16px; }
  .pd-specs-content .rk-feat-list li { font-size: 13.5px; }
  .pd-specs-content .rk-param table, .pd-specs-content .rk-sel table { display: block; overflow-x: auto; font-size: 12.5px; }
}


/* ==================================================
   产品中心列表页 - 简洁卡片 v3（2026-08-28）
   图片 + 名称 + 型号 + 品牌 logo + 分类后两级
   一行 4 个，每页 16 个
   ================================================== */
.product-grid-v3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-grid-v3 .product-card-v3 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(30, 111, 217, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
}
.product-grid-v3 .product-card-v3:hover {
  box-shadow: 0 8px 24px rgba(30, 111, 217, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
  border-color: #d0e0f2;
}

/* 整卡可点击遮罩 */
.product-grid-v3 .product-card-v3 .product-card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}

/* 产品图区域 */
.product-grid-v3 .product-card-v3 .product-card-thumb {
  width: 100%;
  height: 160px;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #eef3f9;
}
.product-grid-v3 .product-card-v3 .product-card-thumb img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s;
}
.product-grid-v3 .product-card-v3:hover .product-card-thumb img {
  transform: scale(1.05);
}
.product-grid-v3 .product-card-v3 .product-card-thumb .no-thumb {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #f2f8ff 0%, #e2eefb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
.product-grid-v3 .product-card-v3 .product-card-thumb .no-thumb small {
  font-size: 11px;
  color: #7a94b8;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

/* 文字信息区 */
.product-grid-v3 .product-card-v3 .product-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 16px;
  min-height: 0;
  background: #f6f9fc;
}

.product-grid-v3 .product-card-v3 .product-card-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 43px;
}

.product-grid-v3 .product-card-v3 .product-card-meta {
  font-size: 12px;
  color: #475569;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-grid-v3 .product-card-v3 .pc-meta-label {
  color: #94a3b8;
  font-size: 11px;
  min-width: 34px;
  display: inline-block;
  flex-shrink: 0;
}

/* 品牌 logo / 文字 */
.product-grid-v3 .product-card-v3 .product-card-brand-row {
  min-height: 22px;
}
.product-grid-v3 .product-card-v3 .pc-brand-logo {
  max-height: 22px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.product-grid-v3 .product-card-v3 .pc-brand-text {
  font-weight: 500;
  color: #334155;
}

/* 分类后两级（带链接） */
.product-grid-v3 .product-card-v3 .product-card-cats {
  margin-top: 2px;
  flex-wrap: wrap;
}
.product-grid-v3 .product-card-v3 .product-card-cats a {
  position: relative;
  z-index: 2;
  color: #8A6540;
  text-decoration: none;
  font-weight: 500;
}
.product-grid-v3 .product-card-v3 .product-card-cats a:hover {
  color: #A67C52;
  text-decoration: underline;
}
.product-grid-v3 .product-card-v3 .product-card-cats .cat-sep {
  color: #cbd5e1;
  padding: 0 4px;
}

/* 响应式：平板 2 列，手机 1 列 */
@media (max-width: 1199px) {
  .product-grid-v3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .product-grid-v3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .product-grid-v3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-grid-v3 .product-card-v3 .product-card-thumb {
    height: 130px;
  }
  .product-grid-v3 .product-card-v3 .product-card-body {
    padding: 10px 12px 12px;
  }
  .product-grid-v3 .product-card-v3 .product-card-title {
    font-size: 13px;
    min-height: 38px;
  }
  .product-grid-v3 .product-card-v3 .product-card-meta {
    font-size: 11px;
  }
}

/* ==================================================
   WESHINE威晟 产品详情规格参数（2026-08-28 导入 174 款）
   源站 bdweisheng.com：产品简介/产品详情/产品概述/技术参数/技术支持/视频介绍
   板块：ws-doc-btns(资料下载) / ws-overview(简介) / ws-detail(详情)
         ws-features(概述) / ws-specs(参数) / ws-support(支持) / ws-video(视频)
   视觉基调：站内品牌蓝 #8A6540，与 OWON/HZHV/Rkck 保持一致
   ================================================== */
/* --- 区块骨架与标题 --- */
.pd-specs-content .ws-sec { margin: 0 0 30px; }
.pd-specs-content .ws-sec:last-child { margin-bottom: 0; }
.pd-specs-content .ws-sec h3 { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }

/* --- 资料下载按钮（外链源站 PDF，新窗口）--- */
.ws-doc-btns { margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ws-doc-btns .ws-doc-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 22px; background: linear-gradient(135deg, #8A6540, #2f8fd8); color: #fff !important; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; box-shadow: 0 2px 8px rgba(138,101,64, .28); transition: all .2s; }
.ws-doc-btns .ws-doc-btn::before { content: "\1F4CE"; font-size: 15px; }
.ws-doc-btns .ws-doc-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(138,101,64, .4); }

/* --- 产品简介/产品详情：正文段落 --- */
.pd-specs-content .ws-overview, .pd-specs-content .ws-detail { font-size: 15px; color: #333; line-height: 1.85; word-break: break-word; }
.pd-specs-content .ws-overview p, .pd-specs-content .ws-detail p { margin: 8px 0; }
.pd-specs-content .ws-overview strong, .pd-specs-content .ws-detail strong { color: #222; }
.pd-specs-content .ws-overview img, .pd-specs-content .ws-detail img,
.pd-specs-content .ws-features img, .pd-specs-content .ws-specs img,
.pd-specs-content .ws-support img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }

/* --- 产品概述：浅蓝底框 --- */
.pd-specs-content .ws-features { background: #f2f7fb; border: 1px solid #dde8f2; border-radius: 10px; padding: 18px 22px 20px; font-size: 14.5px; color: #3a4a58; line-height: 1.8; word-break: break-word; }
.pd-specs-content .ws-features p { margin: 8px 0; }
.pd-specs-content .ws-features strong { color: #8A6540; }
.pd-specs-content .ws-features table { background: #fff; }

/* --- 技术参数：表格 --- */
.pd-specs-content .ws-specs { font-size: 14px; color: #333; word-break: break-word; }
.pd-specs-content .ws-specs table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .ws-specs th, .pd-specs-content .ws-specs td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .ws-specs th { background: #8A6540; color: #fff; font-weight: 600; }
.pd-specs-content .ws-specs tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .ws-specs table p { margin: 0; }
.pd-specs-content .ws-specs table img { max-width: 120px; margin: 0; display: inline-block; border: 0; }

/* --- 技术支持：浅色便签卡 --- */
.pd-specs-content .ws-support { background: #fafbfd; border: 1px solid #e8eef5; border-radius: 8px; padding: 14px 18px; font-size: 14px; color: #4a5568; line-height: 1.8; word-break: break-word; }
.pd-specs-content .ws-support p { margin: 8px 0; }

/* --- 视频介绍：居中视频 --- */
.pd-specs-content .ws-video video { display: block; width: 100%; max-width: 640px; margin: 0 auto; border-radius: 8px; background: #000; }

/* --- WESHINE 响应式 --- */
@media (max-width: 600px) {
  .pd-specs-content .ws-doc-btns { flex-direction: column; align-items: stretch; }
  .pd-specs-content .ws-doc-btns .ws-doc-btn { justify-content: center; }
  .pd-specs-content .ws-sec { margin-bottom: 20px; }
  .pd-specs-content .ws-sec h3 { font-size: 16px; }
  .pd-specs-content .ws-overview, .pd-specs-content .ws-detail { font-size: 14px; }
  .pd-specs-content .ws-features { padding: 14px 16px 16px; font-size: 13.5px; }
  .pd-specs-content .ws-specs table { display: block; overflow-x: auto; font-size: 12.5px; }
}

/* ==================================================
   Metrohm 瑞士万通 产品详情规格参数（2026-08-28 导入 64 款）
   源站 www.metrohm.cn：产品概述/产品优势/产品系列/可选项及升级包/
   应用实例/常见问题/资料下载（合并至本站规格参数栏）
   板块：mt-wrap / mt-overview / mt-sec / mt-sec-title / mt-text /
         mt-text-title / mt-adv(优势图文) / mt-tab(升级包卡片) /
         mt-model-table(型号表) / mt-exp-list(应用实例) / mt-sec-dl(资料下载)
   视觉基调：站内品牌蓝 #8A6540，与 WESHINE/OWON/HZHV 保持一致
   ================================================== */
/* --- 总容器 --- */
.pd-specs-content .mt-wrap { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }

/* --- 概述引言：浅蓝左边条卡 --- */
.pd-specs-content .mt-overview { background: #f2f7fb; border: 1px solid #dde8f2; border-left: 4px solid #8A6540; border-radius: 8px; padding: 14px 18px; margin: 0 0 26px; font-size: 15px; color: #2d4356; }
.pd-specs-content .mt-overview p { margin: 0; }

/* --- 区块骨架与标题 --- */
.pd-specs-content .mt-sec { margin: 0 0 30px; }
.pd-specs-content .mt-sec:last-child { margin-bottom: 0; }
.pd-specs-content .mt-sec-title { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }

/* --- 正文段落 --- */
.pd-specs-content .mt-text { margin: 0 0 18px; font-size: 14.5px; color: #3a4a58; }
.pd-specs-content .mt-text p { margin: 8px 0; }
.pd-specs-content .mt-text strong { color: #222; }
.pd-specs-content .mt-text ul { margin: 10px 0 10px 22px; padding: 0; }
.pd-specs-content .mt-text li { margin: 4px 0; }
.pd-specs-content .mt-text h4 { font-size: 15px; font-weight: 600; color: #222; margin: 14px 0 6px; line-height: 1.6; }
.pd-specs-content .mt-text-title { font-size: 15px; font-weight: 600; color: #8A6540; margin: 0 0 8px; }
.pd-specs-content .mt-text img { display: block; width: auto; max-width: 100%; height: auto; margin: 12px auto; border-radius: 6px; border: 1px solid #eef0f3; }

/* --- 产品优势：图文分栏行 --- */
.pd-specs-content .mt-adv { display: flex; gap: 22px; align-items: flex-start; padding: 18px 0; border-top: 1px dashed #e3e8ef; }
.pd-specs-content .mt-adv:first-child { border-top: 0; padding-top: 0; }
.pd-specs-content .mt-adv-img { flex: 0 0 250px; max-width: 42%; }
.pd-specs-content .mt-adv-img img { display: block; width: 100%; height: auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }
.pd-specs-content .mt-adv-txt { flex: 1; min-width: 0; }
.pd-specs-content .mt-adv-title { font-size: 15.5px; font-weight: 700; color: #222; margin: 0 0 8px; }
.pd-specs-content .mt-adv-txt p { margin: 6px 0; }
.pd-specs-content .mt-adv-txt ul { margin: 8px 0 8px 20px; padding: 0; }
.pd-specs-content .mt-adv-txt li { margin: 3px 0; }

/* --- 可选项及升级包：浅色卡片 --- */
.pd-specs-content .mt-tab { background: #fafbfd; border: 1px solid #e8eef5; border-radius: 8px; padding: 14px 18px 16px; margin: 0 0 14px; }
.pd-specs-content .mt-tab:last-child { margin-bottom: 0; }
.pd-specs-content .mt-tab-title { font-size: 15px; font-weight: 700; color: #8A6540; margin: 0 0 8px; }

/* --- 产品系列：型号表 --- */
.pd-specs-content .mt-group-name { display: none; } /* 源站残留 "(,)" 空分组名 */
.pd-specs-content table.mt-model-table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0 6px; }
.pd-specs-content table.mt-model-table th { background: #8A6540; color: #fff; font-weight: 600; white-space: nowrap; }
.pd-specs-content table.mt-model-table th, .pd-specs-content table.mt-model-table td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content table.mt-model-table tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content table.mt-model-table td:first-child { font-weight: 600; color: #2d4356; }
/* 列宽覆盖通用表格重建（型号/货号/说明 = 26/16/58） */
.pd-specs-content table.mt-model-table col:nth-child(1) { width: 26%; }
.pd-specs-content table.mt-model-table col:nth-child(2) { width: 16%; }
.pd-specs-content table.mt-model-table col:nth-child(3) { width: 58%; }

/* --- 应用实例：行卡列表 --- */
.pd-specs-content .mt-exp-list { list-style: none; margin: 0; padding: 0; }
.pd-specs-content .mt-exp-list li { display: flex; align-items: center; gap: 12px; padding: 9px 14px; margin: 0 0 8px; background: #fafbfd; border: 1px solid #e8eef5; border-radius: 6px; font-size: 14px; }
.pd-specs-content .mt-exp-list li:last-child { margin-bottom: 0; }
.pd-specs-content .mt-exp-type { flex: 0 0 132px; color: #8A6540; font-weight: 600; font-size: 13px; }
.pd-specs-content .mt-exp-text { flex: 1; min-width: 0; color: #3a4a58; }
.pd-specs-content .mt-video-badge { display: inline-block; background: #e5484d; color: #fff; font-size: 11px; line-height: 1.5; padding: 1px 6px; border-radius: 4px; margin-left: 6px; vertical-align: 1px; }

/* --- 资料下载：浅蓝底框 + 按钮组 --- */
.pd-specs-content .mt-sec-dl { background: #f7fafd; border: 1px solid #dbe7f3; border-radius: 10px; padding: 16px 20px 18px; }
.pd-specs-content .mt-sec-dl .mt-sec-title { border-left: 0; padding-left: 0; margin-bottom: 12px; }
.pd-specs-content .mt-dl-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pd-specs-content .mt-dl-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 22px; background: linear-gradient(135deg, #8A6540, #2f8fd8); color: #fff !important; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; box-shadow: 0 2px 8px rgba(138,101,64, .28); transition: all .2s; }
.pd-specs-content .mt-dl-btn::before { content: "\1F4CE"; font-size: 15px; }
.pd-specs-content .mt-dl-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(138,101,64, .4); color: #fff !important; }

/* --- 正文内链（跳源站相关页，新窗口）--- */
.pd-specs-content a.mt-link { color: #8A6540; text-decoration: none; border-bottom: 1px dashed #7fb3d9; }
.pd-specs-content a.mt-link:hover { color: #A67C52; border-bottom-style: solid; }

/* --- Metrohm 响应式 --- */
@media (max-width: 600px) {
  .pd-specs-content .mt-wrap { font-size: 14px; }
  .pd-specs-content .mt-overview { padding: 12px 14px; font-size: 14px; }
  .pd-specs-content .mt-sec { margin-bottom: 20px; }
  .pd-specs-content .mt-sec-title { font-size: 16px; }
  .pd-specs-content .mt-adv { flex-direction: column; gap: 12px; padding: 14px 0; }
  .pd-specs-content .mt-adv-img { flex: 0 0 auto; max-width: 100%; }
  .pd-specs-content .mt-adv-img img { margin: 0 auto; }
  .pd-specs-content .mt-adv-title { font-size: 14.5px; }
  .pd-specs-content .mt-tab { padding: 12px 14px 14px; }
  .pd-specs-content table.mt-model-table { display: block; overflow-x: auto; font-size: 12.5px; }
  .pd-specs-content .mt-exp-list li { flex-wrap: wrap; gap: 4px 12px; }
  .pd-specs-content .mt-exp-type { flex-basis: auto; }
  .pd-specs-content .mt-sec-dl { padding: 12px 14px 14px; }
  .pd-specs-content .mt-dl-row { flex-direction: column; align-items: stretch; }
  .pd-specs-content .mt-dl-btn { justify-content: center; }
}

/* ==================================================
   Anton Paar 安东帕 产品详情规格参数（2026-08-29 导入 240 款）
   源站 www.anton-paar.cn：概述/定制解决方案/关键功能/技术规格/执行标准
   板块：ap-specs / ap-overview / ap-sec-h / ap-incl-list /
         ap-kf / ap-spec / ap-std / ap-link / ap-img
   视觉基调：站内品牌蓝 #8A6540，与其他进口品牌统一
   ================================================== */
/* --- 总容器 --- */
.pd-specs-content .ap-specs { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }

/* --- 概述引言：浅蓝左边条卡 --- */
.pd-specs-content .ap-overview { background: #f2f7fb; border: 1px solid #dde8f2; border-left: 4px solid #8A6540; border-radius: 8px; padding: 14px 18px; margin: 0 0 26px; font-size: 15px; color: #2d4356; }
.pd-specs-content .ap-overview p { margin: 0; }

/* --- 区块标题 --- */
.pd-specs-content .ap-sec-h { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 28px 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }
.pd-specs-content .ap-specs .ap-sec-h:first-of-type { margin-top: 0; }

/* --- 定制解决方案：行卡链接列表 --- */
.pd-specs-content .ap-incl-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 8px; }
.pd-specs-content .ap-incl-list li { background: #fafbfd; border: 1px solid #e8eef5; border-radius: 6px; overflow: hidden; }
.pd-specs-content .ap-incl-list li a { display: block; padding: 10px 14px; font-size: 14px; color: #8A6540; text-decoration: none; transition: background .15s; }
.pd-specs-content .ap-incl-list li a:hover { background: #eef5fb; color: #A67C52; }

/* --- 关键功能：小节 + 列表 + 插图 --- */
.pd-specs-content .ap-kf h3 { font-size: 16px; font-weight: 700; color: #222; margin: 20px 0 10px; }
.pd-specs-content .ap-kf h3:first-child { margin-top: 0; }
.pd-specs-content .ap-kf p { margin: 8px 0; }
.pd-specs-content .ap-kf ul { margin: 10px 0 12px 22px; padding: 0; }
.pd-specs-content .ap-kf li { margin: 4px 0; }
.pd-specs-content .ap-kf .ap-img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; }

/* --- 技术规格：条纹表 --- */
.pd-specs-content .ap-spec figure.table { margin: 0; }
.pd-specs-content .ap-spec table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0 6px; }
.pd-specs-content .ap-spec th { background: #8A6540; color: #fff; font-weight: 600; white-space: nowrap; }
.pd-specs-content .ap-spec th, .pd-specs-content .ap-spec td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .ap-spec tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .ap-spec td:first-child { font-weight: 600; color: #2d4356; }
.pd-specs-content .ap-spec ul { margin: 10px 0 10px 22px; padding: 0; }
.pd-specs-content .ap-spec li { margin: 4px 0; }

/* --- 执行标准：组织-编号行 --- */
.pd-specs-content .ap-std .ap-std-row { background: #fafbfd; border: 1px solid #e8eef5; border-radius: 6px; padding: 10px 14px; margin: 0 0 8px; font-size: 14px; }
.pd-specs-content .ap-std .ap-std-row:last-child { margin-bottom: 0; }
.pd-specs-content .ap-std .ap-std-row b { color: #8A6540; }

/* --- 正文内链（跳源站相关页，新窗口）--- */
.pd-specs-content a.ap-link { color: #8A6540; text-decoration: none; border-bottom: 1px dashed #7fb3d9; }
.pd-specs-content a.ap-link:hover { color: #A67C52; border-bottom-style: solid; }

/* --- 图片通用 --- */
.pd-specs-content img.ap-img { display: block; width: auto; max-width: 100%; height: auto; margin: 12px auto; border-radius: 6px; border: 1px solid #eef0f3; }

/* --- Anton Paar 响应式 --- */
@media (max-width: 600px) {
  .pd-specs-content .ap-specs { font-size: 14px; }
  .pd-specs-content .ap-overview { padding: 12px 14px; font-size: 14px; }
  .pd-specs-content .ap-sec-h { font-size: 16px; margin: 20px 0 10px; }
  .pd-specs-content .ap-kf h3 { font-size: 15px; }
  .pd-specs-content .ap-spec table { display: block; overflow-x: auto; font-size: 12.5px; }
  .pd-specs-content .ap-incl-list { grid-template-columns: 1fr; }
}

/* --- 详情页「你可能也感兴趣」三档筛选 tab（同品牌/同功能/同类型，2026-08-30 恢复） --- */
.pd-rel-tabs{display:flex;gap:6px;margin:10px 0 12px}
.pd-rel-tab{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:7px 6px;font-size:13px;font-weight:600;color:var(--primary);background:var(--bg-light);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:var(--transition);white-space:nowrap}
.pd-rel-tab:hover{color:var(--primary-light);border-color:var(--primary-light)}
.pd-rel-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.pd-rel-tab-n{font-style:normal;font-size:11px;font-weight:400;background:rgba(255,255,255,.9);color:var(--primary);padding:0 6px;border-radius:9px;line-height:16px}
.pd-rel-tab.active .pd-rel-tab-n{background:var(--accent);color:#fff}
.pd-rel-panel{display:none}
.pd-rel-panel.active{display:block}
.pd-rel-empty{margin:0 0 8px;padding:14px 10px;text-align:center;font-size:13px;color:var(--text-lighter);background:var(--bg-light);border:1px dashed var(--border);border-radius:6px}
@media (max-width:600px){
  .pd-rel-tabs{gap:4px}
  .pd-rel-tab{font-size:12px;padding:6px 4px}
  .pd-rel-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .pd-rel-cards .pd-side-item{min-width:0;width:auto}
  .pd-rel-cards .pd-side-thumb{min-height:80px}
  .pd-rel-cards .pd-side-thumb img{max-height:110px}
  .pd-rel-cards .pd-side-name{font-size:12px}
}

/* ==================================================
   3C TEST 产品详情规格参数（2026-08-30 导入 600 款）
   源站 www.3ctest.cn：概述/特点/标准/行业/参数/配件 合并至本站规格参数栏
   板块：tc3-specs(包裹) / tc3-sec-h(区块标题) / tc3-sec-b(区块正文) /
         tc3-sec-sub(子标题) / tc3-plain(纯文本) /
         tc3-std(产品标准) / tc3-std-g(标准组卡) / tc3-std-t(组标题) /
         tc3-ind(应用行业图标) / tc3-ind-i(行业项) / tc3-table(参数表)
   视觉基调：品牌蓝 #8A6540，与 WESHINE/Metrohm 保持一致
   ================================================== */
/* --- 总容器 --- */
.pd-specs-content .tc3-specs { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }
.pd-specs-content .tc3-specs p { margin: 8px 0; }
.pd-specs-content .tc3-specs strong { color: #8A6540; }
.pd-specs-content .tc3-specs img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }

/* --- 区块标题：品牌蓝渐变左条 --- */
.pd-specs-content .tc3-sec-h { display: flex; align-items: center; gap: 10px; margin: 26px 0 14px; font-size: 17px; font-weight: 700; color: #8A6540; letter-spacing: .5px; }
.pd-specs-content .tc3-sec-h::before { content: ""; flex: 0 0 5px; height: 20px; border-radius: 3px; background: linear-gradient(180deg, #2f8fd8, #8A6540); }
.pd-specs-content .tc3-sec-h:first-child { margin-top: 4px; }

/* --- 区块正文 --- */
.pd-specs-content .tc3-sec-b, .pd-specs-content .tc3-plain { font-size: 14.5px; color: #3a4a58; line-height: 1.85; margin: 0 0 10px; }

/* --- 子标题（如「技术参数」）：浅蓝底小标 --- */
.pd-specs-content .tc3-sec-sub { margin: 16px 0 10px; padding: 7px 12px; font-size: 14.5px; font-weight: 600; color: #8A6540; background: #f2f7fb; border-left: 3px solid #2f8fd8; border-radius: 4px; }

/* --- 产品标准：分组卡片网格 --- */
.pd-specs-content .tc3-std { display: flex; flex-wrap: wrap; gap: 12px; margin: 4px 0 18px; }
.pd-specs-content .tc3-std-g { flex: 1 1 220px; min-width: 200px; background: #fafcfe; border: 1px solid #dde8f2; border-top: 3px solid #2f8fd8; border-radius: 8px; padding: 12px 16px 10px; }
.pd-specs-content .tc3-std-t { font-size: 14px; font-weight: 700; color: #8A6540; margin-bottom: 8px; }
.pd-specs-content .tc3-std-g ul { margin: 0; padding: 0; list-style: none; }
.pd-specs-content .tc3-std-g li { padding: 5px 0 5px 14px; font-size: 13.5px; color: #4a5568; border-bottom: 1px dashed #e4ecf4; position: relative; }
.pd-specs-content .tc3-std-g li:last-child { border-bottom: 0; }
.pd-specs-content .tc3-std-g li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: #2f8fd8; }

/* --- 应用行业：图标卡片 --- */
.pd-specs-content .tc3-ind { display: flex; flex-wrap: wrap; gap: 12px; margin: 4px 0 18px; }
.pd-specs-content .tc3-ind-i { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 118px; padding: 14px 8px 11px; background: #fff; border: 1px solid #dde8f2; border-radius: 10px; text-align: center; transition: all .2s ease; cursor: default; }
.pd-specs-content .tc3-ind-i img { width: 44px; height: 44px; object-fit: contain; margin: 0 0 7px; border: 0; box-shadow: none; }
.pd-specs-content .tc3-ind-i span { font-size: 13px; color: #4a5568; line-height: 1.4; }
.pd-specs-content .tc3-ind-i:hover { border-color: #2f8fd8; box-shadow: 0 4px 14px rgba(138,101,64, .16); transform: translateY(-3px); }

/* --- 产品参数：表格 --- */
.pd-specs-content .tc3-table { margin: 0 0 18px; }
.pd-specs-content .tc3-table table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .tc3-table td, .pd-specs-content .tc3-table th { border: 1px solid #dce3ec !important; padding: 7px 12px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .tc3-table tr.firstRow td, .pd-specs-content .tc3-table td[colspan] { background: #eaf1f8 !important; color: #8A6540; font-weight: 600; }
.pd-specs-content .tc3-table tr:nth-child(even) td { background: #f6f9fc; }
.pd-specs-content .tc3-table table p { margin: 0; }
.pd-specs-content .tc3-table table img { max-width: 160px; margin: 0; display: inline-block; border: 0; box-shadow: none; }

/* --- 3C TEST 响应式 --- */
@media (max-width: 600px) {
  .pd-specs-content .tc3-specs { font-size: 14px; }
  .pd-specs-content .tc3-sec-h { font-size: 16px; margin: 20px 0 10px; }
  .pd-specs-content .tc3-sec-sub { font-size: 13.5px; }
  .pd-specs-content .tc3-std { gap: 8px; }
  .pd-specs-content .tc3-std-g { flex: 1 1 100%; }
  .pd-specs-content .tc3-ind { gap: 8px; }
  .pd-specs-content .tc3-ind-i { flex: 1 1 30%; padding: 11px 4px 9px; }
  .pd-specs-content .tc3-ind-i img { width: 36px; height: 36px; }
  .pd-specs-content .tc3-ind-i span { font-size: 12px; }
  .pd-specs-content .tc3-table table { display: block; overflow-x: auto; font-size: 12.5px; }
}

/* ============================================
   HEADER ABOUT DROPDOWN
   2026-09-01：将「品牌专区 / 视频中心 / 文档中心 / 联系我们」
   归集到「关于我们」下拉菜单，保持页头简洁。
   ============================================ */
/* 提权覆盖基础 .nav-dropdown .dropdown-mega {min-width:720px;padding:24px 28px}，否则关于我们下拉被撑成巨大空白板 */
.nav-dropdown .dropdown-mega.dropdown-mega-about {
  min-width: 320px;
  width: auto;
  max-width: 92vw;
  padding: 16px 22px;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-grid-about {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px 34px;
  align-items: flex-start;
}
.dropdown-mega-about .dropdown-col {
  min-width: 126px;
}
.dropdown-mega-about .dropdown-col h4 {
  font-size: 12px;
  color: var(--primary-light);
  margin: 0 0 8px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border-light);
  font-weight: 600;
}
.dropdown-mega-about .dropdown-col a {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  color: var(--text);
  text-decoration: none;
  transition: color 0.15s, padding-left 0.15s;
  border-radius: 4px;
}
.dropdown-mega-about .dropdown-col a:hover {
  color: var(--primary-light);
  padding-left: 6px;
  background: var(--bg-light);
}
.dropdown-mega-about .dropdown-col a.active {
  color: var(--primary-light);
  font-weight: 700;
}
@media (max-width: 768px) {
  .nav-dropdown .dropdown-mega.dropdown-mega-about {
    position: static;
    transform: none;
    min-width: auto;
    max-width: none;
    width: auto;
    padding: 8px 16px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    display: none;
    background: transparent;
    border-radius: 0;
  }
  .dropdown-grid-about {
    display: block;
    gap: 0;
  }
  .nav-dropdown.open .dropdown-mega-about {
    display: block;
  }
}

/* ===== Linshang 林上 品牌规格区（整合九大区块：简介/参数/特点/资质/软件/视频/选型/常见问题与相关知识） ===== */
.ls-specs{font-size:15px;color:#2c3e50;line-height:1.75;}
.ls-specs .ls-block{margin:0 0 26px;background:#fff;border:1px solid #eef2f7;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgba(20,50,90,.04);}
.ls-specs .ls-sec-h{margin:0;padding:14px 18px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(90deg,#1e56a0,#2f7fd6);letter-spacing:.5px;}
.ls-specs .ls-block-body{padding:14px 8px;overflow-x:auto;}
.ls-specs .ls-block-body p{margin:0 0 12px;color:#374151;}
.ls-specs .ls-block-body ul,.ls-specs .ls-block-body ol{margin:0 0 14px;padding-left:22px;}
.ls-specs .ls-block-body li{margin-bottom:7px;color:#374151;line-height:1.7;}
.ls-specs .ls-block-body img{max-width:520px;width:auto;height:auto;display:block;margin:14px auto;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);}
.ls-specs .ls-block-body a{color:#1e56a0;text-decoration:underline;word-break:break-word;}
.ls-specs .ls-block-body video{display:block;width:100%;max-width:640px;margin:14px auto;border-radius:8px;background:#000;box-shadow:0 2px 10px rgba(0,0,0,.1);}
.ls-specs .ls-block-body h3{font-size:16px;font-weight:600;color:#A67C52;margin:18px 0 10px;}
.ls-specs .ls-block-body h4{font-size:15px;font-weight:600;color:#334155;margin:14px 0 8px;}
.ls-specs .ls-block-body table{width:100%;border-collapse:collapse;margin:10px 0;font-size:14px;}
.ls-specs .ls-block-body th,.ls-specs .ls-block-body td{border:1px solid #e3e8ef;padding:9px 12px;text-align:left;word-break:break-word;overflow-wrap:break-word;}
.ls-specs .ls-block-body th{background:#f0f4f9;color:#A67C52;font-weight:600;}
.ls-specs .ls-block-body tr:nth-child(even) td{background:#f8fafc;}
.ls-specs .ls-block-body figure{margin:14px auto;text-align:center;}
.ls-specs .ls-block-body figcaption{font-size:13px;color:#64748b;margin-top:6px;}
.ls-specs .ls-block-body .ls-tag{display:inline-block;background:#eaf1fb;color:#1e56a0;border-radius:4px;padding:2px 8px;font-size:12px;margin:2px 4px 2px 0;}
/* 图组（清洗后相邻 figure 合并为 .ls-figrow）：CSS 网格横排，消除“单图成行+大片空白” */
.ls-specs .ls-block-body .ls-figrow{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:14px 0;align-items:stretch;}
.ls-specs .ls-block-body .ls-figrow>figure{margin:0;padding:12px;background:#fbfcfe;border:1px solid #eef2f7;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;}
.ls-specs .ls-block-body .ls-figrow figure img{max-width:100%;width:auto;height:auto;margin:0 0 8px;border:none;box-shadow:none;border-radius:6px;flex:0 0 auto;}
.ls-specs .ls-block-body .ls-figrow figcaption{margin:0;font-size:13px;color:#4b5563;line-height:1.6;}
.ls-specs .ls-block-body .ls-figrow figcaption h3{margin:0 0 6px;font-size:15px;font-weight:600;color:#A67C52;}
.ls-specs .ls-block-body .ls-figrow figcaption p{margin:0 0 4px;font-size:13px;color:#6b7280;line-height:1.6;}
@media(max-width:600px){
  .ls-specs .ls-sec-h{font-size:16px;padding:12px 14px;}
  .ls-specs .ls-block-body{padding:14px;}
  .ls-specs .ls-block-body img{max-width:100%;}
  .ls-specs .ls-block-body video{max-width:100%;}
  .ls-specs .ls-block-body .ls-figrow{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:10px 0;}
  .ls-specs .ls-block-body .ls-figrow>figure{padding:8px;}
}

/* ============================================================
   常见问题 / 林上知识库 (FAQ board)
   ============================================================ */
.faq-toolbar{margin-bottom:28px}
.faq-search{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}
.faq-search input{flex:1;min-width:240px;max-width:420px;padding:11px 14px;border:2px solid var(--border);border-radius:8px;font-size:14px}
.faq-search input:focus{outline:none;border-color:var(--primary-light)}
.faq-search .btn{padding:10px 20px}
.faq-chips{display:flex;flex-wrap:wrap;gap:8px}
.faq-chips .chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:20px;background:#eef2f7;color:#475569;font-size:13px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:.15s}
.faq-chips .chip:hover{background:#e2e8f0}
.faq-chips .chip.active{background:var(--primary-light);color:#fff}
.faq-chips .chip span{font-size:11px;opacity:.75;font-weight:400}

.faq-result-meta{font-size:14px;color:var(--text-light);margin-bottom:14px}
.faq-list{list-style:none;padding:0;margin:0 0 10px}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:none}
.faq-link{display:flex;align-items:baseline;gap:12px;padding:13px 6px;text-decoration:none;color:var(--text);transition:.15s}
.faq-link:hover{background:#f6f9fc;padding-left:12px}
.faq-link .faq-cat{flex-shrink:0;font-size:12px;background:rgba(138,101,64,.1);color:var(--primary-light);padding:2px 9px;border-radius:10px;white-space:nowrap}
.faq-link .faq-title{font-size:15px;font-weight:500;line-height:1.5}
.faq-link:hover .faq-title{color:var(--primary-light)}
.faq-empty{padding:40px;text-align:center;color:#94a3b8}

.faq-groups{display:grid;grid-template-columns:1fr 1fr;gap:22px}
@media(max-width:820px){.faq-groups{grid-template-columns:1fr}}
.faq-group{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px 22px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.faq-group-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:10px;border-bottom:2px solid var(--primary-light)}
.faq-group-head h2{font-size:17px;color:var(--primary);margin:0}
.faq-group-more{font-size:13px;color:var(--primary-light);text-decoration:none;white-space:nowrap}
.faq-group-more:hover{text-decoration:underline}
.faq-group .faq-link{padding:10px 4px}

.faq-pager{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;justify-content:center}
.faq-pager .pg{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:8px;background:#eef2f7;color:#475569;text-decoration:none;font-size:14px;font-weight:600}
.faq-pager .pg:hover{background:#e2e8f0}
.faq-pager .pg.active{background:var(--primary-light);color:#fff}

/* FAQ 三级子分类（产品种类）筛选 chips —— 2026-09-03 #1048 */
.faq-sub-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:12px 14px;background:#fff;border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.faq-sub-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;font-size:13px;color:#334155;background:#f5f8fc;border:1px solid #e2e8f0;border-radius:16px;text-decoration:none;transition:all .15s;white-space:nowrap}
.faq-sub-chip:hover{border-color:#8A6540;color:#8A6540}
.faq-sub-chip.active{background:#8A6540;border-color:#8A6540;color:#fff;font-weight:600}
.faq-sub-chip .faq-sub-cnt{font-size:11.5px;padding:0 7px;border-radius:9px;background:#e2e8f0;color:#475569;line-height:17px}
.faq-sub-chip.active .faq-sub-cnt{background:rgba(255,255,255,.28);color:#fff}
@media (max-width:768px){
  .faq-sub-row{gap:6px;padding:10px}
  .faq-sub-chip{padding:4px 10px;font-size:12px}
}

/* 正文图片：.ls-faq-img / .ls-faq-imgs 不再设 200px 上限/强制贴左，
   交由上方 .article-body img 基础规则自然尺寸自适应容器 —— 与后台编辑器所见一致，
   且后台 TinyMCE 调整的 width/height 属性或内联样式可正常生效（2026-09-02 #tech1775） */
.article-body .ls-faq-imgs{text-align:center;margin:14px 0}
.article-body .ls-faq-imgs img{max-width:100%;height:auto;border-radius:8px;margin:6px auto}
.article-body .ls-faq-img{max-width:100%;height:auto;border-radius:8px;margin:6px auto;display:inline-block}
.article-body .ls-link{color:var(--primary-light);text-decoration:none;border-bottom:1px dashed var(--border)}
.article-body .ls-link:hover{color:var(--primary);border-bottom-color:var(--primary)}

/* ============================================
   常见问题（FAQ）导航浮层 - 2026-09-02
   品牌（一级）左列 + 快捷分类多列
   ============================================ */
.dropdown-mega-faq { min-width: 860px !important; padding: 20px 22px !important; }
.dropdown-grid-faq { display: flex; gap: 18px; align-items: flex-start; }
.dropdown-mega-faq .faq-brand-col {
  flex: 0 0 218px;
  border-right: 1px dashed #e3f2fd;
  padding-right: 16px;
}
.dropdown-mega-faq .faq-cat-col { flex: 1; min-width: 0; }
.faq-cat-cols { column-count: 3; column-gap: 20px; }
.faq-cat-cols a { break-inside: avoid; -webkit-column-break-inside: avoid; }
.dropdown-mega-faq .dropdown-col h4 { font-size: 13px; margin-bottom: 6px; padding-bottom: 5px; white-space: nowrap; }
.dropdown-mega-faq .dropdown-col a { font-size: 13px; padding: 3px 0; }
.dropdown-mega-faq .dropdown-col a.drop-all {
  color: #8A6540; font-weight: 600; margin-top: 3px;
  border-top: 1px dashed #e3f2fd; padding-top: 5px;
}
.dropdown-mega-faq .dropdown-col a.drop-all:hover { padding-left: 0; }
@media (max-width: 768px) {
  .dropdown-mega-faq { min-width: 100% !important; }
  .dropdown-grid-faq { flex-direction: column; gap: 10px; }
  .dropdown-mega-faq .faq-brand-col { flex: none; width: 100%; border-right: none; border-bottom: 1px dashed #e3f2fd; padding: 0 0 8px; margin-bottom: 4px; }
  /* 快捷分类改单列：名称左 + 计数右，不折行（修复窄抽屉挤压变形） */
  .faq-cat-cols { column-count: 1; column-gap: 0; }
  .faq-cat-cols a {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 6px 0;
    border-bottom: 1px dashed #f1f5f9;
    overflow: hidden;
  }
  .faq-cat-cols a:last-child { border-bottom: none; }
  .faq-cat-cols a .drop-cnt { margin-left: auto; flex-shrink: 0; }
}

/* ============================================
   FAQ 品牌（一级分类）切换 - faq.php 侧栏 2026-09-02
   ============================================ */
.faq-brand-nav{background:#fff;border:1px solid #eef2f7;border-radius:10px;padding:12px 12px 6px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.faq-brand-head{font-size:12px;font-weight:600;color:#8A6540;margin-bottom:8px}
.faq-brand-chip{display:inline-flex;align-items:center;gap:6px;margin:0 6px 6px 0;padding:4px 10px;font-size:12.5px;color:#334155;background:#f5f8fc;border:1px solid #e2e8f0;border-radius:16px;text-decoration:none;transition:all .15s}
.faq-brand-chip:hover{border-color:#8A6540;color:#8A6540}
.faq-brand-chip.active{background:#8A6540;border-color:#8A6540;color:#fff;font-weight:600}
.faq-brand-cnt{font-size:11px;background:rgba(138,101,64,.12);color:#8A6540;border-radius:8px;padding:0 5px;line-height:15px}
.faq-brand-chip.active .faq-brand-cnt{background:rgba(255,255,255,.28);color:#fff}

/* ============================================
   FAQ 手风琴列表 - 点击原地展开（2026-09-02）
   结构：li.faq-acc-item > a.faq-link.faq-acc-head(.faq-cat/.faq-title/.faq-acc-ico) + .faq-acc-panel(.faq-acc-body)
   交互：左键单击展开/收起，互斥；Ctrl/Cmd/中键走详情页；答案经 faq-ajax.php 懒加载
   ============================================ */
.faq-acc-head{cursor:pointer;align-items:center;user-select:none;-webkit-user-select:none}
.faq-acc-head .faq-title{flex:1 1 auto;min-width:0}
.faq-acc-ico{flex:0 0 26px;width:26px;height:26px;margin-left:auto;border-radius:50%;background:#eef2f7;position:relative;transition:background .2s,transform .25s ease}
.faq-acc-ico::before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-right:2px solid #8A6540;border-bottom:2px solid #8A6540;transform:translate(-50%,-50%) rotate(45deg);transition:transform .25s ease,border-color .2s;border-radius:0 0 2px 0}
.faq-acc-head:hover .faq-acc-ico{background:#e3ecf7}
.faq-acc-item.open .faq-acc-head{background:linear-gradient(135deg,#8A6540,#8A6540);padding-left:12px;border-radius:10px}
.faq-acc-item.open .faq-acc-head .faq-title{color:#fff;font-weight:600}
.faq-acc-item.open .faq-acc-head .faq-cat{background:rgba(255,255,255,.22);color:#fff}
.faq-acc-item.open .faq-acc-ico{background:#8A6540;transform:rotate(180deg)}
.faq-acc-item.open .faq-acc-ico::before{border-color:#fff;transform:translate(-50%,-50%) rotate(225deg)}
.faq-acc-panel{display:none;padding:0 8px 16px 34px;animation:faqFade .22s ease}
.faq-acc-item.open .faq-acc-panel{display:block}
@keyframes faqFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.faq-acc-panel .faq-acc-body{font-size:14px;color:#3a4a58}
.faq-acc-loading{display:flex;align-items:center;gap:9px;color:#94a3b8;font-size:13px;padding:14px 2px}
.faq-acc-loading::before{content:"";width:15px;height:15px;border:2px solid #dbe4ee;border-top-color:#8A6540;border-radius:50%;animation:faqSpin .7s linear infinite}
@keyframes faqSpin{to{transform:rotate(360deg)}}
.faq-acc-error{color:#c0392b;font-size:13px;padding:12px 2px;line-height:1.8}
.faq-acc-error a{color:#8A6540;text-decoration:none;margin-left:6px;border-bottom:1px dashed #c9d8ea}
.faq-acc-answer{font-size:14.5px;border-top:1px dashed #dbe4ee;padding-top:12px;margin-top:4px}
.faq-acc-answer .faq-acc-subtitle{margin:0 0 8px;color:#64748b;font-size:14px;line-height:1.7}
.faq-acc-prod{margin-top:12px}
.faq-acc-prod a{color:#8A6540;font-weight:600;text-decoration:none}
.faq-acc-prod a:hover{text-decoration:underline}
.faq-acc-more{margin-top:14px;text-align:right;font-size:13px}
.faq-acc-more a{color:#8A6540;text-decoration:none;border-bottom:1px dashed #b6d2ee;padding-bottom:1px}
.faq-acc-more a:hover{color:#A67C52;border-bottom-style:solid}
@media (max-width:768px){
  .faq-acc-panel{padding-left:8px}
  .faq-acc-head .faq-title{font-size:14.5px}
}
/* ==================================================
   JANPOS 聚华光学 产品详情规格参数（2026-09-02 导入 42 系列）
   源站 www.janpos.com：产品概述/应用场景/规格参数/外形尺寸 合并至本站规格参数栏
   板块：janpos-specs(包裹) / janpos-sec-h(区块标题) / janpos-sec-b(概述与应用场景) /
         janpos-table(规格参数表) / janpos-sec-d(外形尺寸)
   视觉基调：品牌蓝 #8A6540，与 WESHINE/Metrohm/3C TEST 保持一致
   ================================================== */
/* --- 总容器 --- */
.pd-specs-content .janpos-specs { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }
.pd-specs-content .janpos-specs p { margin: 8px 0; }
.pd-specs-content .janpos-specs strong { color: #8A6540; }

/* --- 区块标题：品牌蓝渐变左条 --- */
.pd-specs-content .janpos-sec-h { display: flex; align-items: center; gap: 10px; margin: 26px 0 14px; font-size: 17px; font-weight: 700; color: #8A6540; letter-spacing: .5px; }
.pd-specs-content .janpos-sec-h::before { content: ""; flex: 0 0 5px; height: 20px; border-radius: 3px; background: linear-gradient(180deg, #2f8fd8, #8A6540); }
.pd-specs-content .janpos-sec-h:first-child { margin-top: 4px; }

/* --- 概述/应用场景：源站 div 布局转表格 → 去掉通用表格边框/斑马纹，还原图文流 --- */
.pd-specs-content .janpos-sec-b { font-size: 14.5px; color: #3a4a58; line-height: 1.85; margin: 0 0 10px; }
.pd-specs-content .janpos-sec-b table, .pd-specs-content .janpos-sec-b table tr, .pd-specs-content .janpos-sec-b table tr:nth-child(even) { border: 0 !important; background: transparent !important; margin: 0 0 8px; }
.pd-specs-content .janpos-sec-b td { border: 0 !important; background: transparent !important; padding: 4px 0; vertical-align: top; text-align: left; }
.pd-specs-content .janpos-sec-b h2 { font-size: 16px; font-weight: 700; color: #8A6540; margin: 22px 0 8px; padding-left: 10px; border-left: 3px solid #2f8fd8; line-height: 1.4; }
.pd-specs-content .janpos-sec-b h2:first-child { margin-top: 0; }
.pd-specs-content .janpos-sec-b p { margin: 6px 0; }
.pd-specs-content .janpos-sec-b img { display: block; width: auto; max-width: 100%; height: auto; margin: 10px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }
/* 应用场景/图集小标题（源站为整行 colspan 单元格内的 strong） */
.pd-specs-content .janpos-sec-b td > strong:only-child { display: block; font-size: 15px; color: #8A6540; font-weight: 700; margin: 12px 0 6px; padding-left: 10px; border-left: 3px solid #2f8fd8; line-height: 1.4; }

/* --- 规格参数表：分组头(整行单格) + 参数名列强调 --- */
.pd-specs-content .janpos-table { margin: 0 0 18px; }
.pd-specs-content .janpos-table table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .janpos-table td { border: 1px solid #dce3ec; padding: 7px 12px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
/* 组头行：整行仅 1 个 colspan 单元格 */
.pd-specs-content .janpos-table tr > td:only-child { background: #eaf1f8 !important; color: #8A6540; font-weight: 600; }
/* 参数名列：非组头行的首格 */
.pd-specs-content .janpos-table tr td:first-child:not(:only-child) { color: #8A6540; font-weight: 600; }
.pd-specs-content .janpos-table table p { margin: 0; }
.pd-specs-content .janpos-table table img { max-width: 160px; margin: 0; display: inline-block; border: 0; box-shadow: none; }

/* --- 外形尺寸 --- */
.pd-specs-content .janpos-sec-d { margin: 0 0 18px; }
.pd-specs-content .janpos-sec-d p { font-size: 14px; font-weight: 600; color: #8A6540; margin: 14px 0 4px; }
.pd-specs-content .janpos-sec-d img { display: block; width: auto; max-width: 100%; height: auto; margin: 6px auto; border: 1px solid #eef0f3; border-radius: 6px; }

/* --- JANPOS 响应式 --- */
@media (max-width: 600px) {
  .pd-specs-content .janpos-specs { font-size: 14px; }
  .pd-specs-content .janpos-sec-h { font-size: 16px; margin: 20px 0 10px; }
  .pd-specs-content .janpos-sec-b h2 { font-size: 15px; }
  .pd-specs-content .janpos-table table { display: block; overflow-x: auto; font-size: 12.5px; }
  .pd-specs-content .janpos-table tr td:first-child:not(:only-child) { white-space: normal; }
}
/* ============================================================
   CHNspec彩谱 规格参数区 (csp-specs) — 2026-09-03
   类: csp-specs(包裹)/csp-sec-h(区块标题)/csp-lead(简介)/
       csp-feat(特点)/csp-views(视图图)/csp-table(参数表)
   ============================================================ */
.pd-specs-content .csp-specs{font-size:15px;color:#303a48;line-height:1.85;word-break:break-word;}
.pd-specs-content .csp-specs>p{margin:10px 0;}
/* 区块标题 */
.pd-specs-content .csp-specs .csp-sec-h{margin:26px 0 14px;padding:12px 16px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(90deg,#165cae,#3a86d8);border-radius:8px;letter-spacing:.5px;}
.pd-specs-content .csp-specs .csp-sec-h:first-child{margin-top:0;}
/* 产品简介 */
.pd-specs-content .csp-specs .csp-lead{background:#f5f9fe;border:1px solid #e2ecf7;border-left:4px solid #3a86d8;border-radius:8px;padding:14px 18px;margin:0 0 6px;}
.pd-specs-content .csp-specs .csp-lead p{margin:8px 0;}
.pd-specs-content .csp-specs .csp-lead p:first-child{margin-top:0;}
.pd-specs-content .csp-specs .csp-lead p:last-child{margin-bottom:0;}
/* 产品特点 */
.pd-specs-content .csp-specs ul.csp-feat{list-style:none;margin:6px 0 10px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.pd-specs-content .csp-specs ul.csp-feat li{position:relative;padding:10px 12px 10px 32px;background:#f7fafd;border:1px solid #e7eef6;border-radius:8px;color:#33475b;line-height:1.6;}
.pd-specs-content .csp-specs ul.csp-feat li::before{content:"";position:absolute;left:13px;top:16px;width:8px;height:8px;border-radius:50%;background:#3a86d8;}
/* 视图图（产品多角度展示） */
.pd-specs-content .csp-specs .csp-views{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-items:center;background:#fff;border:1px dashed #d9e4f0;border-radius:10px;padding:16px;margin:4px 0 8px;}
.pd-specs-content .csp-specs .csp-views img{width:auto;max-width:280px;max-height:220px;height:auto;object-fit:contain;border:1px solid #eef1f5;border-radius:6px;box-shadow:0 2px 8px rgba(20,60,110,.08);}
/* 正文普通标题（卖点/营销段落） */
.pd-specs-content .csp-specs h3{margin:22px 0 10px;font-size:17px;font-weight:700;color:#165cae;}
.pd-specs-content .csp-specs h4{margin:16px 0 8px;font-size:15px;font-weight:600;color:#33475b;}
.pd-specs-content .csp-specs p{color:#3a4656;}
.pd-specs-content .csp-specs .csp-sec-h+p{margin-top:8px;}
/* 正文内容图（非表内）：居中带边框 */
.pd-specs-content .csp-specs>img{display:block;max-width:100%;height:auto;margin:16px auto;border:1px solid #edf1f6;border-radius:8px;box-shadow:0 3px 10px rgba(10,40,90,.08);}
.pd-specs-content .csp-specs>p+img{margin-top:4px;}
/* 技术参数表 */
.pd-specs-content .csp-specs table.csp-table{width:100%;max-width:100%;border-collapse:collapse;background:#fff;font-size:14px;margin:8px 0 18px;box-shadow:0 1px 6px rgba(20,60,110,.06);}
.pd-specs-content .csp-specs table.csp-table td,.pd-specs-content .csp-specs table.csp-table th{border:1px solid #dde6ef;padding:9px 12px;color:#37424f;line-height:1.7;text-align:left;vertical-align:middle;word-break:break-word;}
.pd-specs-content .csp-specs table.csp-table td:first-child{background:#f2f6fb;color:#16506e;font-weight:600;white-space:nowrap;}
.pd-specs-content .csp-specs table.csp-table tbody tr:nth-child(even) td{background:#fafcfe;}
.pd-specs-content .csp-specs table.csp-table tbody tr:nth-child(even) td:first-child{background:#eef4fa;}
.pd-specs-content .csp-specs table.csp-table td p{margin:4px 0;}
.pd-specs-content .csp-specs table.csp-table img{display:inline;margin:0;max-width:120px;border:none;box-shadow:none;vertical-align:middle;}
.pd-specs-content .csp-specs table.csp-table strong{color:#24303d;}
/* 移动端 */
@media(max-width:640px){
.pd-specs-content .csp-specs ul.csp-feat{grid-template-columns:1fr;}
.pd-specs-content .csp-specs .csp-views img{max-width:100%;}
.pd-specs-content .csp-specs table.csp-table td,.pd-specs-content .csp-specs table.csp-table th{padding:7px 8px;font-size:13px;}
}

/* ==================================================
   产品详情页 #1050（2026-09-04）
   1) 「你可能也感兴趣的」迁至主内容区底部：四列横排网格 + 8/页分页
   2) 侧栏腾出位置改放产品分类目录树（品牌/首层非伞层起往下）
   ================================================== */
.pd-rel-section{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px;margin-top:24px}
.pd-rel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.pd-rel-heading{margin:0;font-size:18px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}
.pd-rel-more{font-size:13px;white-space:nowrap}
.pd-rel-more a{color:var(--primary);text-decoration:none}
.pd-rel-more a:hover{text-decoration:underline}
.pd-rel-section .pd-rel-tabs{width:100%;margin:10px 0 14px}
.pd-rel-cards.pd-rel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pd-rel-card{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fff;border:1px solid var(--border);border-radius:8px;transition:var(--transition);position:relative;min-width:0}
.pd-rel-card:hover{border-color:var(--primary-light);box-shadow:0 4px 14px rgba(37,99,235,.12);transform:translateY(-2px)}
.pd-rel-card-thumb{width:100%;aspect-ratio:4/3;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pd-rel-card-thumb img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto}
.pd-rel-card-thumb .no-image{font-size:34px}
.pd-rel-card-name{font-size:13px;font-weight:600;color:var(--text);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pd-rel-card-meta{font-size:12px;color:var(--text-lighter);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pd-rel-section .kb-pager{justify-content:center;gap:6px;padding:16px 0 2px}
.pd-rel-section .kb-pager-btn{min-width:30px;height:30px;padding:0 8px;font-size:12px}
.pd-rel-section .kb-pager-cur{min-width:30px;height:30px;padding:0 8px;font-size:12px}
.pd-rel-section .kb-pager-ellipsis{height:30px;line-height:30px;font-size:12px}
.pd-rel-section .kb-pager-info{font-size:12px;margin-left:6px}
/* 侧栏「品牌 · 下级分类」目录树（#1051 参考式样：三级行+数量角标，四级行内展开） */
.pd-cattree-box ul.pd-tree2{list-style:none;margin:0;padding:0}
.pd-tree2 > li.pd-tree2-item{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;padding:10px 0;border-bottom:1px dashed var(--border)}
.pd-tree2 > li.pd-tree2-item:last-child{border-bottom:none}
.pd-tree2-item{min-width:0}
a.pd-tree2-link{font-size:13.5px;font-weight:600;color:var(--primary);text-decoration:none;line-height:1.5}
a.pd-tree2-link:hover{text-decoration:underline}
a.pd-tree2-link.pd-tree-cur{font-weight:700;text-decoration:underline;text-underline-offset:3px}
.pd-tree2-n{flex:none;font-style:normal;color:var(--primary);font-size:12px;font-weight:700;line-height:1.4;transform:translateY(-1px)}
.pd-tree2-sub{display:block;width:100%;margin-top:2px;padding-left:2px;font-size:12.5px;line-height:2}
.pd-tree2-sub .pd-tree2-item{display:inline-flex;align-items:center;gap:4px;margin-right:8px;white-space:nowrap}
.pd-tree2-sub .pd-tree2-item::before{content:'·';color:#cbd5e1;margin-right:8px;font-weight:700}
.pd-tree2-sub a.pd-tree2-link{font-weight:500;font-size:13px}
.pd-tree2-sub .pd-tree2-n{font-size:11.5px;font-weight:600}
.pd-tree2-sub .pd-tree2-sub{margin-top:4px}
/* ===== FAQ 详情页目录树（2026-09-09）：手风琴折叠 + 下级>8 客户端分页，参照 pd-tree2 ===== */
.faq-cattree .pd-tree2 > li.pd-tree2-item{gap:8px}
.faq-tree-toggle{flex:none;width:20px;height:20px;border:1px solid var(--border);border-radius:5px;background:#fff;color:var(--primary);font-size:9px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transform:translateY(1px)}
.faq-tree-toggle:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.faq-tree-arrow{display:inline-block;transition:transform .18s ease}
li.pd-tree2-item.tree-fold > .pd-tree2-sub{display:none}
li.pd-tree2-item.tree-fold > .faq-tree-toggle .faq-tree-arrow{transform:rotate(-90deg)}
.faq-cattree .pd-tree2-sub{margin-top:6px;padding-left:2px}
.faq-cattree .faq-tree-kids{display:block}
.faq-cattree .kb-pager{margin-left:22px}
/* ===== FAQ 目录树子分类手风琴 + 条目懒加载（2026-09-09 二次改版） ===== */
.faq-cattree .faq-tree-branch{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;padding:4px 0}
.faq-tree-sub{display:inline-flex;align-items:baseline;gap:4px;min-width:0;flex:1;border:0;background:none;padding:0;font:inherit;font-size:13px;font-weight:500;color:var(--primary);cursor:pointer;text-align:left}
.faq-tree-sub:hover .faq-tree-subname{text-decoration:underline}
.faq-tree-subname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.faq-tree-caret{flex:none;display:inline-block;font-size:10px;color:#94a3b8;transition:transform .18s ease;transform:translateY(-1px)}
.faq-tree-branch.open .faq-tree-caret{transform:rotate(90deg) translateY(-1px)}
.faq-tree-branch > .faq-tree-leafs{display:none;width:100%}
.faq-tree-branch.open > .faq-tree-leafs{display:block;padding:2px 0 4px 20px}
a.faq-tree-leaf{display:block;font-size:12.5px;line-height:2;color:#475569;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
a.faq-tree-leaf:hover{color:var(--primary);text-decoration:underline}
a.faq-tree-leaf.faq-tree-cur{color:var(--primary);font-weight:700}
.faq-tree-loading{display:block;font-size:12px;color:#94a3b8;padding:2px 0}
.faq-tree-branch .kb-pager{margin-left:20px}
.faq-cattree .pd-tree2-sub > .faq-tree-leafs{display:block;width:100%;padding:2px 0 0 26px}
@media (max-width:992px){
  .pd-rel-cards.pd-rel-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:600px){
  .pd-rel-section{padding:14px}
  .pd-rel-heading{font-size:16px}
  .pd-rel-cards.pd-rel-grid{grid-template-columns:1fr 1fr;gap:10px}
}

/* ===== 个人中心 · 我的服务（工单板块） ===== */
.member-svc-head{display:flex;align-items:center;gap:34px;padding:6px 0 2px}
.member-svc-stat{text-align:center}
.member-svc-num{font-size:30px;font-weight:800;line-height:1.1}
.member-svc-label{font-size:12.5px;color:#94a3b8;margin-top:3px}
.member-svc-actions{margin-left:auto;display:flex;gap:10px;flex-wrap:wrap}
.member-svc-badge{display:inline-block;padding:2px 9px;border-radius:20px;font-size:11.5px;font-weight:600}
@media(max-width:768px){
  .member-svc-head{flex-wrap:wrap;gap:16px}
  .member-svc-actions{margin-left:0;width:100%}
}

/* ===== 服务动作按钮（我要报修 / 保养申请 / 我要询价） #1053/#1054 ===== */
/* 产品页主操作区：沿用 .btn-collect 外壳，仅覆盖语义色 */
.pd-cta-row .btn-svc-repair{border-color:#fecaca;color:#dc2626;background:#fff}
.pd-cta-row .btn-svc-repair:hover{border-color:#f87171;color:#b91c1c;background:#fef2f2}
.pd-cta-row .btn-svc-maint{border-color:#bbf7d0;color:#15803d;background:#fff}
.pd-cta-row .btn-svc-maint:hover{border-color:#4ade80;color:#166534;background:#f0fdf4}
/* 产品页右栏帮助框：报修/保养两枚小按钮 */
.pd-help-svc{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}
.pd-help-svc-btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:9px 4px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px;font-weight:600;line-height:1.2;color:#475569;text-decoration:none;transition:all .2s}
.pd-help-svc-btn.pd-help-svc-repair{border-color:#fecaca;color:#dc2626}
.pd-help-svc-btn.pd-help-svc-repair:hover{border-color:#f87171;color:#b91c1c;background:#fef2f2}
.pd-help-svc-btn.pd-help-svc-maint{border-color:#bbf7d0;color:#15803d}
.pd-help-svc-btn.pd-help-svc-maint:hover{border-color:#4ade80;color:#166534;background:#f0fdf4}
/* 通用互动条（engagement-bar）内的报修/保养 */
.engagement-btn.btn-svc-repair{border-color:#fecaca;color:#dc2626;background:#fff}
.engagement-btn.btn-svc-repair:hover{border-color:#f87171;color:#b91c1c;background:#fef2f2;transform:translateY(-1px)}
.engagement-btn.btn-svc-maint{border-color:#bbf7d0;color:#15803d;background:#fff}
.engagement-btn.btn-svc-maint:hover{border-color:#4ade80;color:#166534;background:#f0fdf4;transform:translateY(-1px)}
/* 知识库详情页正文后服务三按钮行 */
.kb-svc-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.kb-svc-btn{flex:1 1 0;min-width:150px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 18px;border-radius:10px;border:1.5px solid;font-size:15px;font-weight:600;text-decoration:none;background:#fff;transition:all .2s;white-space:nowrap}
.kb-svc-btn.kb-svc-repair{border-color:#fca5a5;color:#dc2626}
.kb-svc-btn.kb-svc-repair:hover{border-color:#f87171;color:#b91c1c;background:#fef2f2}
.kb-svc-btn.kb-svc-maint{border-color:#86efac;color:#15803d}
.kb-svc-btn.kb-svc-maint:hover{border-color:#4ade80;color:#166534;background:#f0fdf4}
.kb-svc-btn.kb-svc-inquiry{border-color:#DCC9A9;color:#8A6540}
.kb-svc-btn.kb-svc-inquiry:hover{border-color:#C8A86A;color:#1e40af;background:#F6F1E5}
@media(max-width:768px){
  .kb-svc-btn{min-width:0;padding:11px 10px;font-size:14px}
}

/* ===== 视频播放页：分组「查看全部」链接（懒加载 v2 2026-09-05） ===== */
.vp-more-link{display:flex;align-items:center;justify-content:center;gap:4px;margin:4px 8px 12px;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:500;color:#8A6540;background:rgba(138,101,64,.08);text-decoration:none}
.vp-more-link:hover{background:rgba(138,101,64,.16);color:#A67C52}

/* ===== FAQ 手风琴：展开区顶部「在新页面查看完整内容」高亮链接（2026-09-05） ===== */
.faq-acc-openlink{margin:0 0 10px;font-size:13px}
/* #1181 去胶囊色块：改蓝色纯文字（双端竖排挂签同步） */
.faq-acc-openlink a{display:inline-flex;align-items:center;gap:4px;padding:0;background:none;border:none;color:#1565c0;font-weight:600;text-decoration:none}
.faq-acc-openlink a:hover{color:#0d47a1;text-decoration:underline}
@media (max-width:768px){.faq-acc-openlink a{padding:0}}

/* ===== 正文表格表头内链接：白字修复与蓝底撞色（2026-09-05，表头背景与链接色同为 --primary-light） ===== */
.article-body th a,.article-body thead th a{color:#fff;border-bottom:1px solid rgba(255,255,255,.55)}
.article-body th a:hover{color:#fff;opacity:.85;border-bottom-color:#fff}

/* ===== FAQ 详情页：标题居中 + 分类/来源并行一行（2026-09-05） ===== */
.faq-meta-inline{flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px 28px;padding:12px 18px;margin-bottom:18px}
.faq-meta-inline .sol-meta-c{align-items:center}

/* ===== FAQ 正文表格手机端横向滚动（2026-09-05，同 .pd-desc-content 方案；表格挤不下才出滚动条） ===== */
.tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:14px 0}
.tbl-scroll table{margin:0;max-width:none}

/* ===== 产品详情页：相关「FAQ宝典」区块（2026-09-05，末级分类名检索） ===== */
.pd-faq-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.pd-faq-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;border:1px solid var(--border);border-radius:10px;text-decoration:none}
.pd-faq-q{flex-shrink:0;width:22px;height:22px;border-radius:6px;background:#e8f1fb;color:#8A6540;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}
.pd-faq-t{flex:1;color:var(--text);font-size:14px;font-weight:500;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.pd-faq-cat{flex-shrink:0;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#64748b;background:#f1f5f9;border-radius:999px;padding:3px 10px}
.pd-faq-item:hover{border-color:#8A6540;background:#f8fbff}
.pd-faq-item:hover .pd-faq-t{color:#8A6540}
@media(max-width:640px){.pd-faq-cat{display:none}.pd-faq-q{width:20px;height:20px}}

/* 正文图片保持纵横比：编辑器内联 width+height(如 980x600) 在小屏被 max-width 压宽后内联高度不缩导致变形，!important 覆盖内联高度 (2026-09-05) */
.article-body img{height:auto!important}

/* 外链视频封面：点击后才加载播放器 iframe，杜绝打开页面自动播放（2026-09-05） */
.pd-video-cover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:radial-gradient(ellipse at center,#1e3a5f 0%,#0b1f35 100%);border:0;cursor:pointer;padding:0}
.pd-video-cover-play{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.92);color:#8A6540;font-size:26px;display:flex;align-items:center;justify-content:center;padding-left:6px;box-shadow:0 4px 16px rgba(0,0,0,.35);transition:transform .2s}
.pd-video-cover:hover .pd-video-cover-play{transform:scale(1.08)}
.pd-video-cover-text{color:rgba(255,255,255,.9);font-size:14px;font-weight:600;letter-spacing:2px}

/* ==================================================
   WALE 威尔机电 产品详情规格参数（2026-09-05 导入 55 款）
   源站 walechina.com：产品介绍/产品参数/测量案例 三区块合并
   板块：wale-specs(容器) / wale-sec-h(区块头)
   视觉基调：站内品牌蓝 #8A6540，与 WESHINE/Metrohm 保持一致
   ================================================== */
.pd-specs-content .wale-specs { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }
.pd-specs-content .wale-specs p { margin: 8px 0; }
.pd-specs-content .wale-specs strong { color: #222; }
.pd-specs-content .wale-specs img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }
.pd-specs-content .wale-sec-h { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 26px 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }
.pd-specs-content .wale-sec-h:first-child { margin-top: 0; }
.pd-specs-content .wale-specs table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .wale-specs th, .pd-specs-content .wale-specs td { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .wale-specs th { background: #8A6540; color: #fff; font-weight: 600; }
.pd-specs-content .wale-specs tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .wale-specs table p { margin: 0; }
@media (max-width: 600px) {
  .pd-specs-content .wale-sec-h { font-size: 16px; }
  .pd-specs-content .wale-specs table { display: block; overflow-x: auto; font-size: 12.5px; }
}

/* WALE 图片两两横排（2026-09-05 修正：介绍区文字在前图片在后、案例区横排防拉高页面） */
.pd-specs-content .wale-img2 { display: flex; align-items: flex-start; gap: 14px; margin: 14px 0; }
.pd-specs-content .wale-img2 img { width: calc(50% - 7px); flex: 0 0 auto; height: auto; margin: 0; }
@media (max-width: 600px) {
  .pd-specs-content .wale-img2 { gap: 8px; margin: 10px 0; }
  .pd-specs-content .wale-img2 img { width: calc(50% - 4px); }
}

/* ==================================================
   TestKey 泰斯科 产品详情规格参数（2026-09-05 导入 46 款）
   源站 testkey.com.cn：概览/特征/详情/应用 四区块合并
   板块：tk-specs(容器) / tk-sec-h(区块头) / tk-img2(图片两两横排)
   ================================================== */
.pd-specs-content .tk-specs { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }
.pd-specs-content .tk-specs p { margin: 8px 0; }
.pd-specs-content .tk-specs img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }
.pd-specs-content .tk-sec-h { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 26px 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }
.pd-specs-content .tk-sec-h:first-child { margin-top: 0; }
.pd-specs-content .tk-img2 { display: flex; align-items: flex-start; gap: 14px; margin: 14px 0; }
.pd-specs-content .tk-img2 img { width: calc(50% - 7px); flex: 0 0 auto; height: auto; margin: 0; }
.pd-specs-content .tk-specs table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .tk-specs td, .pd-specs-content .tk-specs th { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .tk-specs tr:first-child td, .pd-specs-content .tk-specs tr:first-child th { background: #8A6540; color: #fff; font-weight: 600; }
.pd-specs-content .tk-specs tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .tk-specs table p { margin: 0; }
.pd-specs-content .tk-specs table img { max-width: 120px; margin: 0; display: inline-block; border: 0; }
@media (max-width: 600px) {
  .pd-specs-content .tk-sec-h { font-size: 16px; }
  .pd-specs-content .tk-img2 { gap: 8px; margin: 10px 0; }
  .pd-specs-content .tk-img2 img { width: calc(50% - 4px); }
  .pd-specs-content .tk-specs table { display: block; overflow-x: auto; font-size: 12.5px; }
}

/* ==================================================
   TestKey 修正 #2（2026-09-05 用户反馈 #tk-lm4-125）
   tk-img3：图片三张横排（概览 3 图 / 详情独立图组）
   ================================================== */
.pd-specs-content .tk-img3 { display: flex; align-items: flex-start; gap: 12px; margin: 14px 0; }
.pd-specs-content .tk-img3 img { width: calc(33.333% - 8px); flex: 0 0 auto; height: auto; margin: 0; }
.pd-specs-content .tk-img3 img:only-child { width: 62%; }
.pd-specs-content .tk-img3 img:nth-child(2):last-child { width: calc(50% - 6px); }
@media (max-width: 900px) {
  .pd-specs-content .tk-img3 { flex-wrap: wrap; }
  .pd-specs-content .tk-img3 img { width: calc(50% - 6px); }
}
@media (max-width: 600px) {
  .pd-specs-content .tk-img3 { gap: 8px; margin: 10px 0; }
  .pd-specs-content .tk-img3 img { width: calc(50% - 4px); }
}

/* ==================================================
   ZHONGAN 中安探测 产品详情规格参数（2026-09-05 导入 136 款）
   源站 zatc-china.com：产品介绍/技术参数/应用场景/产品证书 四区块合并
   板块：za-specs(容器) / za-sec-h(区块头) / za-img3(图片三横排)
   ================================================== */
.pd-specs-content .za-specs { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }
.pd-specs-content .za-specs p { margin: 8px 0; }
.pd-specs-content .za-specs img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }
.pd-specs-content .za-sec-h { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 26px 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }
.pd-specs-content .za-sec-h:first-child { margin-top: 0; }
.pd-specs-content .za-specs table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .za-specs td, .pd-specs-content .za-specs th { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .za-specs thead td, .pd-specs-content .za-specs thead th, .pd-specs-content .za-specs tr:first-child td, .pd-specs-content .za-specs tr:first-child th { background: #8A6540; color: #fff; font-weight: 600; }
.pd-specs-content .za-specs tr:nth-child(even) td { background: #f3f7fb; }
.pd-specs-content .za-specs table p { margin: 0; }
.pd-specs-content .za-specs table img { max-width: 120px; margin: 0; display: inline-block; border: 0; }
.pd-specs-content .za-img3 { display: flex; align-items: flex-start; gap: 12px; margin: 14px 0; }
.pd-specs-content .za-img3 img { width: calc(33.333% - 8px); flex: 0 0 auto; height: auto; margin: 0; }
.pd-specs-content .za-img3 img:only-child { width: 62%; }
.pd-specs-content .za-img3 img:nth-child(2):last-child { width: calc(50% - 6px); }
@media (max-width: 900px) {
  .pd-specs-content .za-img3 { flex-wrap: wrap; }
  .pd-specs-content .za-img3 img { width: calc(50% - 6px); }
}
@media (max-width: 600px) {
  .pd-specs-content .za-sec-h { font-size: 16px; }
  .pd-specs-content .za-img3 { gap: 8px; margin: 10px 0; }
  .pd-specs-content .za-img3 img { width: calc(50% - 4px); }
  .pd-specs-content .za-specs table { display: block; overflow-x: auto; font-size: 12.5px; }
}


/* ================= ZA 中安探测：序号首句 / FAQ 问题句（2026-09-05 v10.80） ================= */
/* 带序号的首句（冒号前）：加大一号、加粗、LOGO 蓝 */
.pd-specs-content .za-lead { font-weight: 700; color: #8A6540; font-size: 1.2em; }
/* 尾部 FAQ 问题句（Q1：…）：同样式 */
.pd-specs-content .za-faq-q { font-weight: 700; color: #8A6540; font-size: 1.2em; line-height: 1.6; margin: 20px 0 8px; }
.pd-specs-content .za-faq-q:first-child { margin-top: 0; }
@media (max-width: 600px) {
  .pd-specs-content .za-lead { font-size: 1.15em; }
  .pd-specs-content .za-faq-q { font-size: 1.15em; }
}


/* FAQ 侧栏子分类分组手风琴（2026-09-06，UNI-T 产品继承原父级分类） */
.sol-cat-group{margin:2px 0}
.sol-cat-group-h{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;background:#f6f9fc;border:none;border-radius:8px;cursor:pointer;font-size:13.5px;font-weight:600;color:#A67C52;text-align:left;font-family:inherit}
.sol-cat-group-h:hover{background:#eef4fa}
.sol-cat-group-badge{margin-left:auto;background:rgba(138,101,64,.12);color:#8A6540;border-radius:8px;padding:0 6px;font-size:11px;line-height:16px;font-weight:600}
.sol-cat-group-arrow{color:#94a3b8;font-size:12px;transition:transform .2s}
.sol-cat-group.open .sol-cat-group-arrow{transform:rotate(180deg)}
.sol-cat-group-body{display:none;padding:2px 0 4px 10px}
.sol-cat-group.open .sol-cat-group-body{display:block}

/* ================= 首页 Hero 内容统计三小卡（FAQ宝典/解说视频/技术文档，2026-09-05 v10.81） ================= */
.hm-hero-cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.hm-hero-card-sm { padding: 12px 6px; border-radius: 12px; }
.hm-hero-card-sm .hm-hero-card-icon { font-size: 19px; margin-bottom: 3px; }
.hm-hero-card-sm .hm-hero-card-num { font-size: 20px; }
.hm-hero-card-sm .hm-hero-card-num span { font-size: 13px; }
.hm-hero-card-sm .hm-hero-card-label { font-size: 12px; }
@media (max-width: 968px) {
  .hm-hero-cards3 { gap: 10px; }
}
@media (max-width: 480px) {
  .hm-hero-cards3 { gap: 6px; margin-top: 8px; }
  .hm-hero-card-sm { padding: 9px 4px; border-radius: 10px; }
  .hm-hero-card-sm .hm-hero-card-num { font-size: 16px; }
  .hm-hero-card-sm .hm-hero-card-label { font-size: 12px; }
}

/* ================= 首页底部 CTA 重设计（呼应头部 Hero，2026-09-05 v10.82） ================= */
.hm-cta-content .hm-hero-badge { display: none; }   /* 2026-09-06 CTA 徽章移除 */
.hm-cta-services { display: flex; flex-wrap: wrap; gap: 8px; margin: 2px 0 12px; }
.hm-cta-svc {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px; padding: 4px 12px; font-size: 12px; color: #fff; white-space: nowrap;
}
/* 2026-09-13 #1149：服务词改可点击链接（a 标签），去下划线 + hover 提亮 */
a.hm-cta-svc { text-decoration: none; cursor: pointer; }
a.hm-cta-svc:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.4); color: #fff; text-decoration: none; }
@media (max-width: 480px) {
  .hm-cta-services { gap: 6px; margin-bottom: 14px; }
  .hm-cta-svc { font-size: 11px; padding: 4px 10px; }
}

/* ================= Hero 高度压缩 v2：4 大卡一行并排 + 通栏 + 零纵距（2026-09-11 v12.49，仅桌面端） ================= */
@media (min-width: 969px) {
  .hm-hero { padding: 0; }
  .hm-hero-grid { grid-template-columns: minmax(auto, 680px) 430px; }
  .hm-hero-side { gap: 10px; }
  .hm-hero-cards { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .hm-hero-card { padding: 15px 6px; border-radius: 10px; }
  .hm-hero-card-icon { font-size: 19px; margin-bottom: 3px; }
  .hm-hero-card-num { font-size: 22px; }
  .hm-hero-card-num span { font-size: 13px; }
  .hm-hero-card-label { font-size: 11px; margin-top: 3px; }
  .hm-hero-cards3 { gap: 8px; margin-top: 10px; }
  .hm-hero-card-sm { padding: 12px 6px; }
  .hm-hero-card-sm .hm-hero-card-icon { font-size: 17px; margin-bottom: 2px; }
  .hm-hero-card-sm .hm-hero-card-num { font-size: 19px; }
  .hm-hero-card-sm .hm-hero-card-num span { font-size: 13px; }
  .hm-hero-kb-item { padding: 12px 6px; }
}

/* ===== 2026-09-06 文章/方案详情页底部 CTA 复用首页 hm-cta ===== */
/* 2026-09-13 #1154：CTA 与容器同宽（100%-40px，最大 1400px）居中；底部间距由组件尾部实体 .hm-cta-tail-gap 保证（防 CSS 覆盖） */
.article-cta-hm{width:calc(100% - 40px);max-width:1400px;margin:28px auto 0}
.hm-cta-tail-gap{height:28px}
@media (max-width: 480px) {
  .article-cta-hm { width: calc(100% - 20px); }
}

/* ===== 技术干货右栏内嵌阅读（knowledge.php + kb-article-render）===== */
.kb-back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--primary-light);text-decoration:none;margin-bottom:16px;padding:7px 16px;border:1px solid var(--border);border-radius:20px;background:var(--bg-white);transition:var(--transition)}
.kb-back-link:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.knowledge-article-full{max-width:100%}
.kb-article-title{font-size:22px;line-height:1.45;margin:0 0 10px;color:var(--text)}
.kb-article-meta{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}
.kb-edit-link{color:var(--accent);font-weight:600}
.kb-loading{padding:40px 0;text-align:center;color:var(--text-light);font-size:14px}
.kb-inline-body img{max-width:100%!important;width:auto!important;height:auto!important;border-radius:8px}
.kb-inline-body table{border-collapse:collapse;width:100%!important;table-layout:auto!important}
@media (max-width:768px){
  .kb-inline-body table{display:block;width:max-content!important;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .kb-inline-body table::-webkit-scrollbar{height:6px}
  .kb-inline-body table::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
}
@media (max-width:768px){
  .kb-article-title{font-size:18px}
  .kb-back-link{padding:6px 12px;font-size:12px}
}

/* ===== 内嵌阅读·相关文章（kb-article-render）===== */
.kb-related{margin-top:24px;padding-top:16px;border-top:1px solid var(--border-light)}
.kb-related-title{font-size:15px;font-weight:700;color:var(--text);margin:0 0 10px}
.kb-related-list{list-style:none;margin:0;padding:0}
.kb-related-list li{margin:0 0 6px}
.kb-related-list a{display:block;font-size:14px;color:var(--primary-light);text-decoration:none;padding:8px 12px;background:var(--bg-light);border-radius:var(--radius-sm);transition:var(--transition);line-height:1.5}
.kb-related-list a:hover{background:var(--primary);color:#fff}
/* #1108 产品详情页侧栏「产品目录」标题链接（→ /all-categories.html） */
.pd-cattree-all{color:inherit;text-decoration:underline;text-underline-offset:3px}
.pd-cattree-all:hover{color:var(--primary-light)}
/* #1109 ZHONGAN 产品介绍板块横幅图单列满宽（仅 za-intro 标记段，其它品牌/板块不受影响） */
.pd-specs-content .za-img3.za-intro { display: block; }
.pd-specs-content .za-img3.za-intro img { width: 100% !important; flex: none; height: auto; margin: 14px 0; }

/* ===== UNI-T FAQ（ut-*）：答案+图片 框线盒；图片等比缩小一半（主供分享海报调用） 2026-09-06 ===== */
.faq-acc-item[data-slug^="ut-"] .faq-acc-body{border:1px solid #dbe4ee;border-radius:10px;background:#fff;padding:14px 16px;margin-top:10px}
.faq-acc-item[data-slug^="ut-"] .faq-acc-body img{width:50%;height:auto !important;display:block;margin:12px auto 2px}
/* #1147y 答案卡：JP17 内容群（选型与配套/应用方案/关于嘉品仪器）手风琴答案加框线，风格对齐 unit-faq */
.faq-acc-item.faq-acc-card .faq-acc-body{border:1px solid #dbe4ee;border-radius:10px;background:#fff;padding:14px 16px;margin-top:10px}
/* #1147y 关联产品页面卡：答案正文之后的关联产品缩略卡（正文出现 /product/ 链接时渲染） */
.faq-relprod{margin-top:16px;border-top:1px dashed #dbe4ee;padding-top:14px}
.faq-relprod-h{font-size:13.5px;font-weight:700;color:#8A6540;margin-bottom:10px}
.faq-relprod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px}
.faq-relprod-card{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;text-decoration:none;transition:border-color .2s,box-shadow .2s}
.faq-relprod-card:hover{border-color:#8A6540;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.faq-relprod-card img{width:56px;height:56px;flex:0 0 56px;object-fit:contain;border-radius:6px;background:#f8fafc}
.faq-relprod-info{display:flex;flex-direction:column;gap:3px;min-width:0}
.faq-relprod-name{font-size:13.5px;line-height:1.5;color:#1f2937;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.faq-relprod-model{font-size:12.5px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.faq-relprod-btn{font-size:12.5px;color:#8A6540;font-weight:600}
/* #1144c 产品详情页 常见问答就地展开（规格参数正文后） */
.pd-faq2-section{margin:28px 0 6px}
.pd-faq2-heading{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#8A6540;margin:0 0 12px}
.pd-faq2-count{font-size:12px;font-weight:700;color:#8A6540;background:#f4ede4;border-radius:999px;padding:1px 8px}
.pd-faq2-more{margin-left:auto;font-size:13px;font-weight:400}
.pd-faq2-more a{color:#8A6540;text-decoration:none}
.pd-faq2-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin:0 0 12px}
.pd-faq2-q{background:#eef4fb;border-bottom:1px solid #e2e8f0;padding:10px 14px;font-size:14.5px;font-weight:700;color:#1f2937;line-height:1.5}
.pd-faq2-a{padding:12px 14px 4px;font-size:13.5px;color:#374151;line-height:1.75}
.pd-faq2-a-body p{margin:0 0 8px}
.pd-faq2-a-body p:last-child{margin-bottom:4px}
.pd-faq2-a-body ul,.pd-faq2-a-body ol{margin:4px 0 10px;padding-left:20px}
.pd-faq2-a-body li{margin:4px 0}
.pd-faq2-a-body a{color:#1565c0}
.pd-faq2-a-tag{color:#15803d;font-weight:700}
.pd-faq2-link{padding:0 14px 10px;font-size:12.5px}
.pd-faq2-link a{color:#8A6540;text-decoration:none;font-weight:600}
@media (max-width:768px){
.pd-faq2-section{margin:20px 0 4px}
.pd-faq2-heading{font-size:15.5px}
.pd-faq2-q{font-size:14px;padding:9px 12px}
.pd-faq2-a{font-size:13.5px;padding:10px 12px 2px}
}
.faq-relprod-card:hover .faq-relprod-btn{color:#A67C52}
@media (max-width:768px){.faq-relprod-grid{grid-template-columns:1fr}}
.faq-detail-body.ut-faq-box{border:1px solid #dbe4ee;border-radius:10px;background:#fff;padding:16px 18px}
.faq-detail-body.ut-faq-box img{width:50%;height:auto !important;display:block;margin:12px auto 2px}
.faq-detail-prodname{margin:0 0 6px;text-align:center;font-size:17px;font-weight:700}
.faq-detail-prodname a{color:#8A6540;text-decoration:none}
.faq-detail-prodname a:hover{text-decoration:underline}

/* ===== FAQ 产品问答注释文字（2026-09-07）：图下注释 + 产品名前注释 ===== */
.faq-img-link{margin:12px 0 0;text-align:center}
.faq-img-link a{display:inline-block;cursor:pointer}
.faq-img-link a:hover{opacity:.88}
.faq-img-tip{margin:4px 0 10px;text-align:center;font-size:12px;color:#8a97a6;line-height:1.5}
.faq-prod-tip{font-size:13px;color:#8a97a6;font-weight:400}

/* ===== 产品资料「申请下载保存本地」按钮（2026-09-07，替代直接下载引导） ===== */
.docs-apply-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border:1px solid #d9e2ec;border-radius:16px;background:#f6f9fc;color:#8C6D4F;font-size:12px;text-decoration:none;white-space:nowrap}
.docs-apply-btn:hover{background:#eaf1f8;border-color:#b9c9dc}

/* ===== OWON 规格参数大图：栏内满宽/零间距/无圆角（2026-09-07） ===== */
.pd-specs-content .ow-overview img{display:block;width:100%;max-width:100%;height:auto;margin:0;border-radius:0}
.pd-specs-content .ow-overview br{display:none}
.pd-specs-content .ow-overview p{margin:10px 0}


/* ==================================================
   3nh 三恩时 产品详情规格参数（2026-09-07 导入 480 款）
   源站 3nh.cn：产品介绍/产品特点/功能亮点/技术参数/应用领域 五区块合并
   板块：snh-specs(容器) / snh-sec-h(区块头) / snh-feats(特点列表)
        / snh-hl(功能亮点行) / snh-params(参数表) / snh-app(应用卡)
   视觉基调：站内品牌蓝 #8A6540，与 WALE/TestKey 保持一致
   注：CSS 类名不能以数字开头，故用 snh-（三恩时）而非 3nh-
   ================================================== */
.pd-specs-content .snh-specs { font-size: 14.5px; color: #3a4a58; line-height: 1.85; word-break: break-word; }
.pd-specs-content .snh-specs p { margin: 8px 0; }
.pd-specs-content .snh-specs strong { color: #222; }
.pd-specs-content .snh-specs img { display: block; width: auto; max-width: 100%; height: auto; margin: 14px auto; border-radius: 6px; border: 1px solid #eef0f3; box-shadow: 0 2px 10px rgba(0, 0, 0, .07); }
.pd-specs-content .snh-sec-h { font-size: 18px; font-weight: 700; color: #8A6540; line-height: 1.4; margin: 26px 0 14px; padding-left: 12px; border-left: 4px solid #8A6540; }
.pd-specs-content .snh-sec-h:first-child { margin-top: 0; }
/* 产品特点列表 */
.pd-specs-content .snh-feats { margin: 10px 0 14px; padding: 0 0 0 4px; list-style: none; }
.pd-specs-content .snh-feats li { position: relative; padding: 5px 0 5px 28px; line-height: 1.7; }
.pd-specs-content .snh-feats li::before { content: ''; position: absolute; left: 2px; top: 11px; width: 15px; height: 15px; border-radius: 50%; background: #8A6540 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.5 10.6L3.9 8l-1.1 1.1 3.7 3.7 8-8L13.4 3.7z'/%3E%3C/svg%3E") center/10px no-repeat; }
/* 功能亮点行 */
.pd-specs-content .snh-hl { margin: 18px 0; padding-bottom: 6px; border-bottom: 1px dashed #e3e9f0; }
.pd-specs-content .snh-hl:last-child { border-bottom: 0; }
.pd-specs-content .snh-hl h3 { font-size: 16px; font-weight: 700; color: #22384e; margin: 14px 0 6px; line-height: 1.5; }
/* 技术参数表（两列：左标签列浅蓝） */
.pd-specs-content .snh-params table { width: 100% !important; max-width: 100% !important; border-collapse: collapse; background: #fff; font-size: 13.5px; margin: 10px 0; }
.pd-specs-content .snh-params td, .pd-specs-content .snh-params th { border: 1px solid #dce3ec !important; padding: 6px 10px; color: #444; line-height: 1.55; text-align: left; vertical-align: middle; word-break: break-word; }
.pd-specs-content .snh-params td:first-child { background: #eef4fa; color: #22384e; font-weight: 600; width: 30%; }
.pd-specs-content .snh-params table p { margin: 0; }
.pd-specs-content .snh-params table img { max-width: 160px; margin: 0; display: inline-block; border: 0; box-shadow: none; }
/* 应用领域卡片 */
.pd-specs-content .snh-app { margin: 16px 0; padding: 12px; border: 1px solid #e6ecf3; border-radius: 10px; background: #fbfdff; }
.pd-specs-content .snh-app img { margin: 0 auto 10px; }
.pd-specs-content .snh-app-t { font-size: 15px; font-weight: 700; color: #22384e; margin: 4px 0 2px; text-align: center; }
.pd-specs-content .snh-app-d { font-size: 13px; color: #64748b; margin: 0 0 4px; text-align: center; }
@media (max-width: 600px) {
  .pd-specs-content .snh-sec-h { font-size: 16px; }
  .pd-specs-content .snh-params table { display: block; overflow-x: auto; font-size: 12.5px; }
}

/* ==================================================
   3nh 功能亮点重排 + 应用领域背景图卡（2026-09-07 v3 最终）
   用户裁决：
   ① 功能亮点 = 两列网格卡，每卡「文字在上、缩小图在下」
   ② 应用领域 = 两列网格卡，图作卡底 + 底部渐变白字
   ================================================== */
.pd-specs-content .snh-hl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 14px 0; }
.pd-specs-content .snh-hl { display: flex; flex-direction: column; margin: 0; padding: 14px 16px 16px; border: 1px solid #eef0f3; border-radius: 10px; background: #fff; }
.pd-specs-content .snh-hl:last-child { border: 1px solid #eef0f3; }
.pd-specs-content .snh-hl-t { flex: 1 1 auto; min-width: 0; }
.pd-specs-content .snh-hl-t h3 { font-size: 15px; font-weight: 700; color: #22384e; margin: 0 0 6px; line-height: 1.5; }
.pd-specs-content .snh-hl-t p { margin: 4px 0; font-size: 13.5px; line-height: 1.7; color: #3a4a58; }
.pd-specs-content .snh-hl-i { margin-top: 10px; text-align: center; }
.pd-specs-content .snh-hl-i img { display: inline-block; max-width: 92%; max-height: 220px; width: auto; height: auto; margin: 0 auto; border: 0; box-shadow: none; border-radius: 8px; }
.pd-specs-content .snh-app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 14px 0; }
.pd-specs-content .snh-app { position: relative; height: 210px; margin: 0; padding: 0; border: 0; border-radius: 10px; overflow: hidden; background: #22384e; }
.pd-specs-content .snh-app img.snh-app-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; margin: 0; border: 0; box-shadow: none; border-radius: 0; }
.pd-specs-content .snh-app-ov { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.78)); }
.pd-specs-content .snh-app-t { color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 4px; text-align: left; }
.pd-specs-content .snh-app-d { color: rgba(255,255,255,.88); font-size: 12.5px; line-height: 1.5; margin: 0; text-align: left; }
@media (max-width: 600px) {
  .pd-specs-content .snh-hl-grid { grid-template-columns: 1fr; }
  .pd-specs-content .snh-app-grid { grid-template-columns: 1fr; }
  .pd-specs-content .snh-app { height: 190px; }
  .pd-specs-content .snh-hl-i img { max-height: 200px; max-width: 100%; }
}

/* ==================================================
   产品详情页左栏目录树（2026-09-07 #1077）
   ① 树根下沉到当前品牌层（product-detail.php 逻辑改动）
   ② 三级分类两列网格（原横排流式换行 → 每行两列）
   ================================================== */
/* #1079（2026-09-07）：取消两列，统一单列（用户裁决：两列参差不如单列整齐） */
.pd-cattree-box ul.pd-tree2 { display: block; }
.pd-cattree-box ul.pd-tree2 > li.pd-tree2-item { padding: 10px 0; }

/* ==================================================
   3nh 技术参数表微调（2026-09-07 #1078）
   左列标签列调窄（30%→20%）+ 表格内文字全部居中
   ================================================== */
.pd-specs-content .snh-params table { table-layout: fixed !important; }
.pd-specs-content .snh-params colgroup col { width: auto !important; }
.pd-specs-content .snh-params td, .pd-specs-content .snh-params th { text-align: center !important; }
.pd-specs-content .snh-params td:first-child { width: 20% !important; }
.pd-specs-content .snh-params tr:first-child td:not(:first-child) { width: auto; }
@media (max-width: 600px) {
  .pd-specs-content .snh-params td:first-child { width: 32%; }
}

/* ===== #PD-BEAUTIFY 产品详情正文小节美化：【特征】【应用】两列+图标 ===== */
.pd-specs-content .pd-sec-title{font-size:17px;font-weight:700;color:#A67C52;margin:26px 0 12px;padding-left:10px;border-left:4px solid #1e56a0;line-height:1.4}
.pd-specs-content ul.pd-sec-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:8px 28px;margin:0 0 18px;padding:14px 18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;list-style:none}
.pd-specs-content ul.pd-sec-list li{position:relative;padding-left:24px;font-size:14px;color:#334155;line-height:1.7;list-style:none;margin:0}
.pd-specs-content ul.pd-sec-list li::before{content:"\2713";position:absolute;left:0;top:3px;width:16px;height:16px;line-height:16px;text-align:center;font-size:11px;font-weight:700;color:#fff;background:#1e56a0;border-radius:50%}
@media(max-width:768px){.pd-specs-content ul.pd-sec-list{grid-template-columns:1fr;padding:12px 14px;gap:6px}}
/* #PD-BEAUTIFY 补充：产品概述引言卡（左粗色条 + 段落排版） */
.pd-specs-content .pd-overview{margin:0 0 18px;padding:16px 22px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #1e56a0;border-radius:0 8px 8px 0}
.pd-specs-content .pd-overview p{font-size:14.5px;line-height:1.9;color:#334155;margin:0 0 10px}
.pd-specs-content .pd-overview p:last-child{margin-bottom:0}
@media(max-width:768px){.pd-specs-content .pd-overview{padding:14px 16px 12px}}
/* #PD-VIDEOLINK 正文遗留视频链接转视频窗口 */
.pd-specs-content .pd-body-video-group{margin:18px 0;padding:0}
.pd-specs-content .pd-body-video{max-width:640px;margin:0 auto 18px}
.pd-specs-content .pd-body-video .pd-video-title{text-align:center}
/* #SNH-MEDIA 3nh 产品介绍图文并排（图右文左）——仅 3nh snh-specs 容器，其它品牌不受影响 */
.snh-media{display:flex;gap:18px;align-items:flex-start;margin:14px 0}
.snh-media .snh-media-img{flex:0 0 44%;max-width:44%}
.snh-media .snh-media-img img{width:100%;max-width:100%;height:auto;margin:0;border-radius:6px;border:1px solid #eef0f3;box-shadow:0 2px 10px rgba(0,0,0,.07)}
.snh-media .snh-media-txt{flex:1 1 auto;font-size:14.5px;line-height:1.85;color:#3a4a58}
.snh-media .snh-media-txt p{margin:0 0 8px}
@media(max-width:768px){.snh-media{flex-direction:column}.snh-media .snh-media-img{flex:none;max-width:100%}}
/* 功能亮点卡片框线改品牌蓝（用户要求） */
.pd-specs-content .snh-hl{border-color:#8A6540}

/* ===== Footer Scheme A/B (2026-09-08) A:暖咖+香槟金 B:奶油浅底 ===== */
.site-footer{background:#3F362E}
.site-footer::before{background:linear-gradient(90deg,#A68B5B,#D4764E 50%,#A68B5B)}
.footer-col h3{border-bottom:2px solid rgba(166,139,91,.75);color:#F5F2EC}
.footer-col h3 a{color:#F5F2EC}
.footer-col ul li a{color:#D9CFC3}
.footer-col ul li a:hover{color:#D4764E}
.site-footer a:hover{color:#D4764E}
.footer-slogan,.footer-logo-text{color:#C8A86A}
.footer-about-text{color:rgba(245,242,236,.72)}
.footer-emergency a,.footer-contact .contact-hotline a,.footer-contact .contact-person a{color:#D4764E}
.footer-contact .contact-company{border-bottom:1px solid rgba(166,139,91,.35)}
.footer-contact p a{color:#D9CFC3}
.footer-contact p a[href^="tel"]{color:#D4764E;font-weight:600}
.footer-bottom{border-top:1px solid rgba(166,139,91,.45);background:rgba(0,0,0,.12)}
.footer-brand-link:hover{color:#D4764E}
html.ftr-light .site-footer{background:#F5F2EC;color:#7A6E62}
html.ftr-light .site-footer::before{background:linear-gradient(90deg,#A68B5B,#B85C38 50%,#A68B5B)}
html.ftr-light .footer-col h3{color:#4A3F35;border-bottom-color:rgba(74,63,53,.3)}
html.ftr-light .footer-col h3 a{color:#4A3F35}
html.ftr-light .footer-col h3 a:hover{color:#B85C38}
html.ftr-light .footer-col ul li a{color:#7A6E62}
html.ftr-light .footer-col ul li a:hover{color:#B85C38}
html.ftr-light .site-footer a:hover{color:#B85C38}
html.ftr-light .footer-slogan,html.ftr-light .footer-logo-text{color:#B85C38}
html.ftr-light .footer-about-text{color:#7A6E62}
html.ftr-light .footer-emergency p{color:#7A6E62}
html.ftr-light .footer-emergency a,html.ftr-light .footer-contact .contact-hotline a,html.ftr-light .footer-contact .contact-person a{color:#B85C38}
html.ftr-light .footer-contact .contact-name{color:#4A3F35}
html.ftr-light .footer-contact p{color:#7A6E62}
html.ftr-light .footer-contact p a{color:#7A6E62}
html.ftr-light .footer-contact p a[href^="tel"]{color:#B85C38;font-weight:600}
html.ftr-light .footer-contact .contact-company{border-bottom:1px solid rgba(74,63,53,.15)}
html.ftr-light .footer-bottom{border-top:1px solid #D9CFC3;background:transparent}
html.ftr-light .footer-tagline{color:#7A6E62 !important}
html.ftr-light .footer-bottom p{color:#7A6E62}
html.ftr-light .footer-bottom a{color:#7A6E62}
html.ftr-light .footer-brands-inner{color:#7A6E62}
html.ftr-light .footer-brand-link{color:#4A3F35}
html.ftr-light .footer-brand-link:hover{color:#B85C38}
html.ftr-light .footer-brand-sep{color:rgba(74,63,53,.25)}
html.ftr-light .footer-brands-label{color:#8B7F72}
html.ftr-light .footer-cert{color:#8B7F72}
html.ftr-light .friend-links-list a{background:rgba(74,63,53,.06);border-color:rgba(74,63,53,.18);color:#7A6E62}
html.ftr-light .friend-links-list a:hover{background:rgba(184,92,56,.12);border-color:rgba(184,92,56,.45);color:#B85C38}
.footer-ab-toggle{display:inline-flex;align-items:center;gap:6px;margin-left:16px;font-size:12px;vertical-align:middle}
.footer-ab-toggle button{background:transparent;border:1px solid rgba(166,139,91,.65);color:rgba(245,242,236,.85);border-radius:12px;padding:2px 12px;cursor:pointer;font-size:12px;transition:all .15s}
.footer-ab-toggle button.active{background:#A68B5B;color:#fff;border-color:#A68B5B}
html.ftr-light .footer-ab-toggle button{color:#7A6E62;border-color:#C8BBA8;background:transparent}
html.ftr-light .footer-ab-toggle button.active{background:#B85C38;color:#fff;border-color:#B85C38}

/* ===== Light Mode: header + hero + page-header + CTA (2026-09-08, 与页脚浅色共用 html.ftr-light) ===== */
html.ftr-light .top-bar{background:#F5F2EC;color:#7A6E62;border-bottom:1px solid #E8E0D2}
html.ftr-light .top-bar a{color:#B85C38}
html.ftr-light .header-phone{color:#7A6E62}
html.ftr-light .header-member-links a{color:#7A6E62}
html.ftr-light .header-member-links a:hover{color:#B85C38}
html.ftr-light .header-member-links .auth-link{background:#fff;color:#7A6E62;border-color:#D9CFC3}
html.ftr-light .header-member-links .auth-link:hover{background:#B85C38;color:#fff;border-color:#B85C38}
html.ftr-light .site-header{background:#FDFBF7}
html.ftr-light .hm-hero{color:#3E342E}html.ftr-light .hm-hero .container{background:linear-gradient(135deg,#F8F4EC 0%,#F0E7D8 60%,#EDE2CE 100%)}
html.ftr-light .hm-hero-text h1{color:#3E342E}
html.ftr-light .hm-hero-text h1 .hm-hero-accent{color:#B85C38}
html.ftr-light .hm-hero-text p{color:#6E6357;opacity:1}
html.ftr-light .hm-hero-text p .hm-hero-strong{color:#B85C38}
html.ftr-light .hm-hero-search form{box-shadow:0 4px 14px rgba(62,52,46,.12);border:1px solid #E3D9C8}
html.ftr-light .hm-search-btn{background:#B85C38;color:#fff}
html.ftr-light .hm-hero-card{background:rgba(255,255,255,.78);border-color:rgba(62,52,46,.12);color:#3E342E}
html.ftr-light .hm-hero-card-num{color:#3E342E}
html.ftr-light .hm-hero-card-label{color:#7A6E62}
html.ftr-light .hero{background:linear-gradient(135deg,#F8F4EC,#EDE2CE);color:#3E342E}
html.ftr-light .hero h1 span{color:#B85C38}
html.ftr-light .hero-stats strong{color:#B85C38}
html.ftr-light .page-header{background:linear-gradient(135deg,#F8F4EC,#EFE5D3);color:#3E342E}
html.ftr-light .page-header::after{background:linear-gradient(90deg,#A68B5B,#B85C38,#A68B5B)}
html.ftr-light .page-header .breadcrumb,html.ftr-light .breadcrumb{color:#7A6E62}
html.ftr-light .breadcrumb a{color:#B85C38}
html.ftr-light .hm-cta-grid .cta-stat strong{color:#3F362E}
html.ftr-light .hm-cta-grid .cta-stat span{color:#7A6E62;opacity:1}
html.ftr-light .hm-cta-stats span{color:#7A6E62;opacity:1}
/* 2026-09-09 CTA 卡组件化固定深棕暖调：ftr-light 米白容器/深字/svc 浅底覆盖已删；卡内 outline 按钮恒白边白字 */
html.ftr-light .hm-cta .btn-outline-hm{border-color:rgba(255,255,255,.55);color:#fff}
html.ftr-light .hm-cta .btn-outline-hm:hover{background:rgba(255,255,255,.14);color:#fff}
html.ftr-light .btn-outline-hm{border-color:#3E342E;color:#3E342E}
html.ftr-light .btn-outline-hm:hover{background:#3E342E;color:#F8F4EC}

/* ===== 产品矩阵横向长条卡（2026-09-08 本站：图标名称并排、紧凑、一屏放下） ===== */
.hm-prodcats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1200px}
.hm-prodcat-card{display:grid;grid-template-columns:50px 1fr;column-gap:14px;align-items:center;width:auto;min-width:0;min-height:0;padding:12px 16px;text-align:left}
.hm-prodcat-icon{grid-row:1/4;grid-column:1;width:50px;height:50px;font-size:24px;margin-bottom:0}
.hm-prodcat-icon img{width:28px;height:28px}
.hm-prodcat-card h3{grid-column:2;grid-row:1;margin:0 0 2px;font-size:16px;line-height:1.3}
.hm-prodcat-card p{grid-column:2;grid-row:2;margin:0 0 4px;font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:none}
.hm-prodcat-count{grid-column:2;grid-row:3;justify-self:start;font-size:11px;padding:2px 10px;margin:0}
.hm-prodcat-card:hover{transform:translateY(-2px)}
@media(max-width:1024px){.hm-prodcats-grid{grid-template-columns:repeat(2,1fr)}}

/* ===== 解决方案卡紧凑化（2026-09-08 去摘要；#1187 角标标签已删） ===== */
.hm-sol-card{position:relative}
.hm-sol-body p{display:none}

/* ===== 解决方案板块头尾留白压缩（2026-09-08） ===== */
.hm-page-wrap .section:has(.hm-sol-grid){padding-top:24px;padding-bottom:24px;margin-top:12px;margin-bottom:12px}
.hm-page-wrap .section:has(.hm-sol-grid) .section-title{margin-bottom:18px}
.hm-page-wrap .section:has(.hm-sol-grid) .section-tag{margin-bottom:6px}
.hm-page-wrap .section:has(.hm-sol-grid) .section-title h2{margin-bottom:6px}
.hm-page-wrap .section:has(.hm-sol-grid) div[style*="margin-top:24px"]{margin-top:14px}

/* ===== 内容区宽度对齐页头页尾-20px（2026-09-08：1400-20=1380） ===== */
.hm-page-wrap .section{max-width:calc(var(--max-width) - 20px)}
.hm-prodcats-grid{max-width:none}

.hm-sol-grid{grid-template-columns:repeat(4,1fr)!important}
@media(max-width:1200px){.hm-sol-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:991px){.hm-sol-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:575px){.hm-sol-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}}

/* ===== 图片等比例缩放不裁剪（2026-09-08） ===== */
.hm-sol-img img{object-fit:contain}
/* ===== 技术干货卡 v4（2026-09-08：图区完整零遮挡，标题条独立贴卡片底部） ===== */
.hm-news-grid{display:grid;grid-template-columns:repeat(4,1fr)!important;gap:14px}
@media(max-width:1200px){.hm-news-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:991px){.hm-news-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:575px){.hm-news-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}}
.hm-news-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column}
.hm-news-card:hover{transform:translateY(-3px)}
.hm-news-img{height:153px;width:100%;flex-shrink:0;overflow:hidden;background:var(--bg-light)}
.hm-news-img img{width:100%;height:100%;object-fit:contain;object-position:center center;transition:transform .3s ease}
.hm-news-card:hover .hm-news-img img{transform:none}
.hm-news-img-ph{height:153px;display:flex;align-items:center;justify-content:center;font-size:48px;color:var(--primary-light);background:linear-gradient(135deg,rgba(138,101,64,.10) 0%,rgba(138,101,64,.18) 100%)}
/* #1186 去掉新闻卡底部黑色渐变条（暖调勉强正常、其他主题全黑块）：标题条回归图片下方白底深字 2026-09-13 v12.96 */
.hm-news-body{position:static;z-index:auto;margin:0;padding:10px 12px 12px;background:none!important;border-top:1px solid var(--border-light,#eef2f7)}
.hm-news-body .hm-news-cat,.hm-news-body p,.hm-news-meta,.hm-news-link{display:none!important}
.hm-news-body h3{color:var(--text,#2b3442)!important;font-size:13px;font-weight:600;line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}


/* 2026-09-08 #1105 ZT-hitop 品牌规格排版（zt-specs，暖阳浅色风） */
.pd-specs-content .zt-specs{font-size:14px;color:#334155;line-height:1.9;word-break:break-word}
.pd-specs-content .zt-specs h2{font-size:18px;font-weight:700;color:#8A6540;margin:26px 0 12px;padding:8px 12px;background:#F6F1E5;border-left:4px solid #B85C38;border-radius:6px}
.pd-specs-content .zt-specs h3{font-size:15.5px;font-weight:700;color:#A67C52;margin:20px 0 10px}
.pd-specs-content .zt-specs h4{font-size:14.5px;font-weight:700;color:#334155;margin:16px 0 8px}
.pd-specs-content .zt-specs p{margin:0 0 12px}
.pd-specs-content .zt-specs img{display:block;width:auto;max-width:100%;height:auto;margin:14px auto;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.pd-specs-content .zt-specs ul,.pd-specs-content .zt-specs ol{margin:0 0 12px;padding-left:24px}
.pd-specs-content .zt-specs li{margin-bottom:6px}
.pd-specs-content .zt-specs strong{color:#7C4226}
.pd-specs-content .zt-specs table{width:100%;border-collapse:collapse;margin:14px 0;font-size:13.5px}
.pd-specs-content .zt-specs th,.pd-specs-content .zt-specs td{border:1px solid #e2e8f0;padding:9px 12px;text-align:left;vertical-align:top}
.pd-specs-content .zt-specs th{background:#F6F1E5;color:#7C4226;font-weight:700;white-space:nowrap}
.pd-specs-content .zt-specs tr:nth-child(even) td{background:#fafbfc}
.pd-specs-content .zt-specs blockquote{margin:0 0 12px;padding:10px 16px;border-left:4px solid #e2c9a9;background:#fdfaf4;color:#64748b}

/* ===== 自主题文件移植的按钮通用规则（2026-09-09 按钮与主题解耦：主题文件不再管辖任何按钮样式） ===== */
.contact-form .btn{width:100%}
.hero-cta .btn{width:100%;text-align:center}
.m-drawer-actions .btn{width:100%;justify-content:center}
.m-drawer-actions .btn + .btn{margin-top:0}
.m-drawer-actions .btn-primary:first-child{background:linear-gradient(135deg,var(--primary-light),var(--primary))}
.m-drawer-actions .btn-primary{color:#fff}
.product-card-v2 .pc-btn-detail{padding:6px 20px}
.weapp-guide-actions .btn{width:100%}
/* 微信小程序入口悬浮球 */
.weapp-float-btn{position:fixed;right:14px;bottom:132px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#07c160,#05a350);color:#fff;box-shadow:0 4px 14px rgba(7,193,96,.35);display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;z-index:998;border:none;font-size:11px;line-height:1.2;text-align:center;transition:transform .2s}
.weapp-float-btn:hover{transform:scale(1.05)}
.weapp-float-btn .weapp-icon{font-size:20px;margin-bottom:1px}
.weapp-float-btn.hidden{display:none}
@media (max-width:768px){
  .weapp-float-btn{right:12px;bottom:110px;width:48px;height:48px;font-size:10px}
  .weapp-float-btn .weapp-icon{font-size:18px}
}

/* ===== CTA 横幅随主题变色（2026-09-10 用户裁决：背景不再写死，深浅 × 三主题各配） ===== */
/* 暖阳浅色版（html.ftr-light 时生效；深色暖棕版见 4667 组件化默认） */
html.ftr-light .hm-cta{background:linear-gradient(135deg,#F6EFE3 0%,#EDDFC8 55%,#E3D0B2 100%)}
html.ftr-light .hm-cta::before{background:radial-gradient(circle, rgba(184,92,56,.10) 0%, transparent 70%)}
html.ftr-light .hm-cta-content h2{color:#3F362E}
html.ftr-light .hm-cta-content > p{color:#6B5D4F;opacity:1}
html.ftr-light .hm-cta-svc{background:rgba(63,54,46,.06);border-color:rgba(63,54,46,.22);color:#5F4527}
html.ftr-light .hm-cta-phone{color:#6B5D4F}
html.ftr-light .hm-cta-phone strong{color:#B85C38}
html.ftr-light .hm-cta .btn-outline-hm{border-color:#8A6540!important;color:#6B4F2E!important;background:transparent}
html.ftr-light .hm-cta .btn-outline-hm:hover{background:rgba(138,101,64,.10)!important;color:#3F362E!important}

/* ===== 搜索页紧凑化（2026-09-10 二轮：再压~30px 漏出页脚头部；仅作用搜索页；布局唯一来源=本文件，主题文件已剥除搜索页间距声明） ===== */
/* 特异性 (0,2,0)：稳赢主题文件后加载的 .section{padding:50px 0} / .page-header{padding:40px 0} 全局副本 */
.page-header.page-header-tight{padding:10px 0}
.page-header.page-header-tight h1{font-size:22px;margin-bottom:3px}
.page-header.page-header-tight p{font-size:13px}
.section.site-search-section{padding:12px 0 10px}
.site-search-box{padding:14px 20px;margin-bottom:12px}
.site-search-form{gap:10px}
.site-search-input{padding:19px 20px;font-size:15px}
.site-search-btn{padding:19px 26px;font-size:15px}
.site-search-clear{padding:6px 4px;font-size:13px}
.hot-keywords{margin-top:8px;padding-top:8px;gap:7px}
.search-scope{padding:10px 14px;gap:7px 12px}
.search-scope .scope-actions{margin-left:auto;gap:6px}
.site-search-meta,.site-search-tips{margin-top:8px;font-size:13px}
.site-search-results{gap:10px}
.search-section-header{padding:8px 18px}
.search-section-header h2{font-size:15px}
.search-result-item{padding:9px 18px}
.search-section-body{padding:4px 0}
.search-section-body:has(.search-card-grid){padding:10px 16px 14px}
body:has(.page-header-tight) .article-cta-hm{margin-top:14px}

/* ===== 首页同屏：服务流程 + 四大理由 整合压缩（2026-09-10，桌面生效；移动端走原媒体规则） ===== */
.hm-why-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.hm-why-head .hm-why-icon { margin-bottom: 0; width: 48px; height: 48px; line-height: 48px; font-size: 28px; border-radius: 12px; }
.hm-why-head h3 { margin-bottom: 0; }
@media (min-width: 769px) {
  .hm-page-wrap .section:has(.hm-process-grid),
  .hm-page-wrap .section:has(.hm-why-grid) { padding: 22px 0 24px; }
  .hm-page-wrap .section:has(.hm-why-grid) { padding-top: 14px; }
  .hm-page-wrap .section:has(.hm-process-grid) .section-title,
  .hm-page-wrap .section:has(.hm-why-grid) .section-title { margin-bottom: 14px; }
  .hm-page-wrap .section:has(.hm-process-grid) .section-tag,
  .hm-page-wrap .section:has(.hm-why-grid) .section-tag { margin-bottom: 4px; }
  .hm-page-wrap .section:has(.hm-process-grid) .section-title h2,
  .hm-page-wrap .section:has(.hm-why-grid) .section-title h2 { font-size: 22px; margin-bottom: 4px; }
  .hm-page-wrap .section:has(.hm-process-grid) .section-title p,
  .hm-page-wrap .section:has(.hm-why-grid) .section-title p { font-size: 13px; }
  .hm-process-step { padding: 14px 12px; }
  .hm-process-icon { font-size: 26px; margin-bottom: 6px; }
  .hm-process-step h3 { font-size: 15px; margin-bottom: 4px; }
  .hm-process-step p { line-height: 1.5; }
  .hm-why-card { padding: 16px 16px; }
  .hm-why-card > p { font-size: 12.5px; margin-bottom: 8px; }
  .hm-why-card ul li { padding: 2px 0 2px 20px; font-size: 12.5px; }
}

/* ============================================================
   三官体系 + 邀请着陆页（P0-2b / P0-2c 2026-09-10）
   URL: /ambassador.html  /ambassador/*  /invite.php  /member-invites.php
   命名空间：.amb-*  .inv-*   （已确认全站无同名类）
   ============================================================ */

.amb-container, .inv-page, .amb-hero, .cm-hero {
  --amb-blue: #183884;
  --amb-blue-d: #122a63;
  --amb-gold: #A67C52;
  --amb-teal: #0f766e;
  --amb-ink: #1f2d3d;
  --amb-mut: #748094;
  --amb-line: #e8eef6;
  --amb-bg: #f6f8fc;
  /* 伙伴体系 Hero 渐变三色（随主题切换：warm 默认暖棕金 / navy 蓝 / steel 灰，见 theme-*.css 覆盖） */
  --amb-h1: #3e342e;
  --amb-h2: #a67c52;
  --amb-h3: #c9a06b;
  --amb-hgold: #ffd89b;
}
.amb-container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
.amb-container-narrow { max-width: 860px; }

/* ---------------- Hero ---------------- */
.amb-hero {
  position: relative;
  background: linear-gradient(135deg, var(--amb-h1) 0%, var(--amb-h2) 42%, var(--amb-h3) 100%);
  padding: 56px 0 64px;
  overflow: hidden;
}
.amb-hero-gold { background: linear-gradient(135deg, #6b4423 0%, #A67C52 55%, #c9a06b 100%); }
.amb-hero-sm { padding: 40px 0 52px; }
.amb-hero-xs { padding: 30px 0 40px; }
.amb-hero-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 88% -10%, rgba(255,255,255,.14) 0, rgba(255,255,255,0) 46%),
    radial-gradient(circle at 6% 108%, rgba(255,255,255,.10) 0, rgba(255,255,255,0) 42%);
}
.amb-hero-inner { position: relative; z-index: 1; }
.amb-hero-tag {
  display: inline-block;
  font-size:12px; font-weight: 700; letter-spacing: 2px;
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  padding: 5px 16px; margin-bottom: 18px;
}
.amb-crumb { font-size:13.5px; color: rgba(255,255,255,.72); margin-bottom: 14px; }
.amb-crumb a { color: rgba(255,255,255,.92); text-decoration: none; }
.amb-crumb a:hover { text-decoration: underline; }
.amb-crumb span { margin: 0 6px; color: rgba(255,255,255,.45); }

.amb-hero-title {
  font-size:30px; line-height: 1.32; font-weight: 800;
  color: #fff; margin: 0 0 16px; letter-spacing: .5px;
}
.amb-hero-title span { color: #ffd89b; }
/* 2026-09-11 标题一行并排分隔符（站点体验官 ✦ 招募令）：金色菱形 */
.amb-hero-title .amb-hero-sep { display: inline-block; width: 8px; height: 8px; margin: 0 14px 4px; background: #ffd89b; border-radius: 2px; transform: rotate(45deg); vertical-align: middle; }
.amb-hero-sub {
  font-size:14.5px; line-height: 1.85; color: rgba(255,255,255,.86);
  max-width: 680px; margin: 0 0 24px;
}
.amb-hero-sub b { color: #ffd89b; font-weight: 700; }
.amb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.amb-hero-actions .amb-btn { width: auto; }

.amb-hero-stats, .amb-hero-facts {
  display: flex; flex-wrap: wrap; gap: 14px 32px;
  margin-top: 30px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.amb-hs, .amb-fact { min-width: 84px; }
.amb-hs b, .amb-fact b {
  display: block; font-size:24px; font-weight: 800; color: #fff;
  font-variant-numeric: tabular-nums; line-height: 1.15;
}
.amb-hs span, .amb-fact span { display: block; font-size:13px; color: rgba(255,255,255,.72); margin-top: 4px; }

/* ---------------- 通用区块 ---------------- */
.amb-sec {
  background: #fff;
  border: 1px solid var(--amb-line);
  border-radius: 18px;
  padding: 26px 20px;
  margin: 18px 0;
  box-shadow: 0 2px 12px rgba(24,56,132,.05);
}
.amb-sec-tint { background: linear-gradient(165deg, #fffdf8, #fdf7ee); border-color: #f2e4cb; }
.amb-sec-plain { background: #fbfcfe; box-shadow: none; }
.amb-sec-mine { background: linear-gradient(165deg,#f5f9ff,#eef4ff); border-color: #dbe7fa; }
.amb-sec-partner { background: linear-gradient(165deg,#f2fbf9,#eaf7f4); border-color: #cdece5; }

.amb-sec-head { margin-bottom: 20px; }
.amb-sec-head h2 {
  font-size:20px; font-weight: 800; color: var(--amb-ink);
  margin: 0 0 8px; position: relative; padding-left: 14px;
}
.amb-sec-head h2::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 4px; height: 18px; border-radius: 2px;
  background: linear-gradient(180deg, var(--amb-blue), #4a7fd4);
}
.amb-sec-head p { font-size:14px; color: var(--amb-mut); margin: 0; line-height: 1.75; }
.amb-sec-head p b { color: var(--amb-blue); }

.amb-note {
  font-size:12.5px; line-height: 1.8; color: #7a869a;
  background: #f7f9fc; border-left: 3px solid #cfdcf0;
  border-radius: 0 8px 8px 0; padding: 11px 14px; margin: 16px 0 0;
}
.amb-note a { color: var(--amb-blue); font-weight: 600; }
.amb-cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

/* ---------------- 按钮 ---------------- */
.amb-btn {
  display: inline-block; padding: 12px 22px; border-radius: 10px;
  font-size:14.5px; font-weight: 700; text-align: center;
  text-decoration: none; border: 0; cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .15s;
  line-height: 1.4;
}
.amb-btn-primary {
  background: linear-gradient(135deg, var(--amb-blue), #2f62b8);
  color: #fff; box-shadow: 0 6px 18px rgba(24,56,132,.26);
}
.amb-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(24,56,132,.32); }
.amb-btn-light { background: #fff; color: var(--amb-blue); box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.amb-btn-light:hover { transform: translateY(-1px); }
.amb-btn-outline {
  background: rgba(255,255,255,.12); color: #fff;
  border: 1.5px solid rgba(255,255,255,.55);
}
.amb-btn-outline:hover { background: rgba(255,255,255,.2); }
.amb-btn-ghost { background: #f3f6fc; color: var(--amb-blue); border: 1px solid #d9e3f2; }
.amb-btn-ghost:hover { background: #e9f0fd; }
.amb-btn-block { display: block; width: 100%; box-sizing: border-box; }

/* ---------------- 三官卡片 ---------------- */
.amb-roles { display: grid; gap: 16px; }
.amb-role {
  position: relative;
  border: 1px solid var(--rb);
  border-radius: 16px; padding: 22px 18px 18px;
  background: #fff;
  display: flex; flex-direction: column;
  transition: box-shadow .18s, transform .18s;
}
.amb-role:hover { box-shadow: 0 8px 26px rgba(24,56,132,.10); transform: translateY(-2px); }
.amb-role-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--rb); color: var(--rc);
  display: flex; align-items: center; justify-content: center;
  font-size:26px; margin-bottom: 0;
}
.amb-role-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.amb-role h3 { font-size:19px; font-weight: 800; color: var(--amb-ink); margin: 0 0 8px; }
.amb-role-meta { display: flex; flex-direction: column; gap: 3px; margin-bottom: 16px; }
.amb-role-meta > span:first-child { font-size:13.5px; color: var(--amb-mut); }
.amb-role-scale {
  font-size:12.5px; font-weight: 700; color: var(--rc);
  background: var(--rb); border-radius: 5px; padding: 2px 8px;
  align-self: flex-start; margin-top: 4px;
}
.amb-role-block { margin-bottom: 14px; }
.amb-role-block h4 {
  font-size:14px; font-weight: 800; color: var(--rc, #183884);
  letter-spacing: 1px; margin: 0 0 8px;
}
.amb-role-block ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.amb-role-block li {
  font-size:14.5px; color: #3d4a5f; line-height: 1.65;
  padding-left: 16px; position: relative;
}
.amb-role-block li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 5px; height: 5px; border-radius: 50%; background: #cdd8e8;
}
.amb-role-gets li::before { background: var(--rc); opacity: .55; }
.amb-role-gets li b { color: var(--rc); }
.amb-role-cta {
  margin-top: auto; display: block; text-align: center;
  font-size:14px; font-weight: 700; color: #fff;
  background: var(--rc); border-radius: 10px;
  padding: 11px 16px; text-decoration: none;
  transition: opacity .15s;
}
.amb-role-cta:hover { opacity: .88; }
.amb-role-badge {
  position: absolute; top: -1px; right: 14px;
  background: #10b981; color: #fff;
  font-size:11px; font-weight: 700;
  padding: 3px 10px; border-radius: 0 0 8px 8px;
}

/* ---------------- 进阶漏斗 ---------------- */
.amb-ladder { display: grid; gap: 10px; }
.amb-ladder-step {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fbfcfe; border: 1px solid #eef2f8;
  border-radius: 12px; padding: 14px 16px;
}
.amb-ladder-num {
  flex: 0 0 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--amb-blue), #3b6fc4);
  color: #fff; font-size:13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.amb-ladder-body h4 { font-size:14.5px; font-weight: 700; color: var(--amb-ink); margin: 0 0 3px; }
.amb-ladder-body h4 em {
  font-style: normal; font-size:11px; font-weight: 700;
  color: var(--amb-blue); background: #e8eefb;
  border-radius: 4px; padding: 1px 7px; margin-left: 6px;
}
.amb-ladder-body p { font-size:13.5px; color: var(--amb-mut); margin: 0; line-height: 1.65; }
.amb-ladder-arrow { display: none; }

/* ---------------- 阶梯奖励 ---------------- */
.amb-tiers { display: grid; gap: 12px; }
.amb-tier {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg,#fffdf8,#fef8ee);
  border: 1px solid #f1e2c7; border-radius: 13px;
  padding: 14px 16px;
}
.amb-tier-icon { font-size:24px; flex: 0 0 auto; }
.amb-tier-threshold { flex: 0 0 auto; text-align: center; min-width: 72px; }
.amb-tier-threshold b {
  display: block; font-size:22px; font-weight: 800; color: #8a5a1e;
  font-variant-numeric: tabular-nums; line-height: 1.1;
}
.amb-tier-threshold span { display: block; font-size:12px; color: #a98b62; margin-top: 2px; }
.amb-tier-desc { font-size:13.5px; color: #5a4930; line-height: 1.65; }

/* ---------------- 榜单表格 ---------------- */
.amb-board-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -4px; }
.amb-board { width: 100%; border-collapse: collapse; font-size:13.5px; min-width: 460px; }
.amb-board thead th {
  text-align: left; font-size:12px; font-weight: 700; color: #94a3b8;
  padding: 10px 12px; border-bottom: 1px solid var(--amb-line);
  white-space: nowrap; letter-spacing: .5px;
}
.amb-th-num { text-align: right !important; }
.amb-board tbody td {
  padding: 12px; border-bottom: 1px solid #f2f5fa;
  color: #3c4a5e; vertical-align: middle;
}
.amb-board tbody tr:last-child td { border-bottom: 0; }
.amb-board tbody tr:hover { background: #fafcff; }
.amb-row-me { background: #f2f7ff !important; }
.amb-rank {
  width: 44px; font-weight: 800; color: #94a3b8;
  font-variant-numeric: tabular-nums;
}
.amb-rank-1 { color: #d4a017; }
.amb-rank-2 { color: #9aa5b1; }
.amb-rank-3 { color: #c08457; }
.amb-b-name { font-weight: 700; color: var(--amb-ink); }
.amb-b-name i {
  font-style: normal; font-size:11px; font-weight: 700;
  background: var(--amb-blue); color: #fff;
  border-radius: 4px; padding: 1px 6px; margin-left: 4px;
}
.amb-b-company { font-size:13px; color: #98a4b6; margin-top: 3px; }
.amb-td-num { text-align: right; font-variant-numeric: tabular-nums; }
.amb-td-strong { font-weight: 800; color: var(--amb-blue); }
.amb-board-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--amb-line);
}
.amb-my-rank { font-size:13.5px; color: var(--amb-mut); }
.amb-my-rank b { color: var(--amb-blue); font-size:15px; }
.amb-my-rank a { color: var(--amb-blue); font-weight: 600; }
.amb-more { font-size:13px; font-weight: 600; color: var(--amb-blue); text-decoration: none; white-space: nowrap; }
.amb-more:hover { text-decoration: underline; }

/* ---------------- 榜单空状态 ---------------- */
.amb-empty-board {
  text-align: center; padding: 34px 20px;
  background: linear-gradient(160deg,#fbfcfe,#f4f8ff);
  border: 1px dashed #d5e2f5; border-radius: 14px;
}
.amb-empty-icon { font-size:38px; margin-bottom: 10px; }
.amb-empty-board h3 { font-size:17px; font-weight: 800; color: var(--amb-ink); margin: 0 0 8px; }
.amb-empty-board p { font-size:13.5px; color: var(--amb-mut); margin: 0 0 18px; line-height: 1.7; }
.amb-empty {
  text-align: center; padding: 26px 18px;
  background: #fafcfe; border: 1px dashed #dbe4f0; border-radius: 12px;
}
.amb-empty p { font-size:13.5px; color: var(--amb-mut); margin: 0; line-height: 1.75; }

/* ---------------- 合规 / 说明列表 ---------------- */
.amb-comp { display: grid; gap: 12px; }
.amb-comp-item { display: flex; gap: 12px; align-items: flex-start; }
.amb-comp-item i { font-style: normal; font-size:17px; line-height: 1.4; flex: 0 0 auto; }
.amb-comp-item b { display: block; font-size:13.5px; font-weight: 700; color: var(--amb-ink); }
.amb-comp-item span { display: block; font-size:13.5px; color: var(--amb-mut); margin-top: 3px; line-height: 1.65; }

.amb-rules { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.amb-rules li {
  font-size:13px; color: #52627a; line-height: 1.75;
  padding-left: 18px; position: relative;
}
.amb-rules li::before {
  content: "•"; position: absolute; left: 2px; top: 0;
  color: var(--amb-blue); font-weight: 800;
}
.amb-rules li b { color: var(--amb-ink); }
.amb-rules li a { color: var(--amb-blue); font-weight: 600; }

.amb-flow { list-style: none; margin: 0; padding: 0; counter-reset: f; display: grid; gap: 12px; }
.amb-flow li {
  counter-increment: f; position: relative;
  padding-left: 40px; font-size:13.5px; color: #52627a; line-height: 1.7;
}
.amb-flow li::before {
  content: counter(f); position: absolute; left: 0; top: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: #e8eefb; color: var(--amb-blue);
  font-size:12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.amb-flow li b { color: var(--amb-ink); display: block; font-size:14px; margin-bottom: 2px; }
.amb-flow li span { display: block; font-size:13.5px; color: var(--amb-mut); }

/* ---------------- 适合人群 / 任务 / 回报 ---------------- */
.amb-fit, .amb-rewards { display: grid; gap: 12px; }
.amb-fit-item, .amb-reward {
  background: #fbfcfe; border: 1px solid #eef2f8;
  border-radius: 12px; padding: 14px 16px;
}
.amb-fit-item i, .amb-reward i { font-style: normal; font-size:20px; display: block; margin-bottom: 8px; }
.amb-fit-item b, .amb-reward b { display: block; font-size:14px; font-weight: 700; color: var(--amb-ink); margin-bottom: 4px; }
.amb-fit-item span, .amb-reward span { display: block; font-size:13.5px; color: var(--amb-mut); line-height: 1.65; }

.amb-tasks { display: grid; gap: 14px; }
.amb-task {
  position: relative; background: #fbfcfe;
  border: 1px solid #eef2f8; border-radius: 14px;
  padding: 18px 16px 16px;
}
.amb-task-num {
  position: absolute; top: -11px; left: 16px;
  width: 26px; height: 26px; border-radius: 8px;
  background: linear-gradient(135deg, var(--amb-blue), #3b6fc4);
  color: #fff; font-size:13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 10px rgba(24,56,132,.24);
}
.amb-task h4 { font-size:14.5px; font-weight: 800; color: var(--amb-ink); margin: 6px 0 7px; }
.amb-task p { font-size:13.5px; color: var(--amb-mut); margin: 0; line-height: 1.75; }

/* ---------------- 奖金阶梯表 ---------------- */
.amb-money { border: 1px solid #f1e2c7; border-radius: 13px; overflow: hidden; }
.amb-money-head {
  display: flex; background: #fdf6ec; padding: 11px 16px;
  font-size:12px; font-weight: 700; color: #a98b62; letter-spacing: .5px;
}
.amb-money-head span:first-child { flex: 0 0 96px; }
.amb-money-row {
  display: flex; gap: 12px; align-items: center;
  padding: 13px 16px; border-top: 1px solid #f6efe2;
  background: #fff;
}
.amb-money-row > span:last-child { font-size:13px; color: #5a4930; line-height: 1.7; }
.amb-money-row b { color: #8a5a1e; }
.amb-money-tag {
  flex: 0 0 96px; font-size:12px; font-weight: 700;
  border-radius: 6px; padding: 4px 8px; text-align: center;
}
.amb-tag-1 { background: #f0f2f6; color: #7b879a; }
.amb-tag-2 { background: #e8f4ff; color: #1a6fb0; }
.amb-tag-3 { background: #fff3e0; color: #b1720f; }
.amb-tag-4 { background: #e9f8f1; color: #0f7a52; }

/* ---------------- 我的数据 ---------------- */
.amb-mini-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.amb-ms {
  background: #fff; border: 1px solid #e3ebf7;
  border-radius: 12px; padding: 14px 10px; text-align: center;
}
.amb-ms b {
  display: block; font-size:21px; font-weight: 800; color: var(--amb-blue);
  font-variant-numeric: tabular-nums; line-height: 1.2;
}
.amb-ms span { display: block; font-size:13px; color: var(--amb-mut); margin-top: 4px; }
.amb-ms-hl { background: linear-gradient(160deg,#eef4ff,#e2ecff); border-color: #cfe0fb; }

.amb-my-card { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.amb-my-rank-big {
  flex: 0 0 62px; height: 62px; border-radius: 16px;
  background: linear-gradient(135deg,#d4a017,#e8bc4a);
  color: #fff; font-size:26px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(212,160,23,.3);
}
.amb-my-card h4 { font-size:15.5px; font-weight: 800; color: var(--amb-ink); margin: 0 0 4px; }
.amb-my-card p { font-size:13.5px; color: var(--amb-mut); margin: 0; }
.amb-my-card .amb-btn { margin-left: auto; }

/* ---------------- 表单 ---------------- */
.amb-form { display: grid; gap: 14px; }
.amb-form-row { display: grid; gap: 14px; }
.amb-field { display: block; }
.amb-field > span {
  display: block; font-size:13px; font-weight: 700;
  color: #3c4a5e; margin-bottom: 7px;
}
.amb-field > span em { font-style: normal; color: #dc2626; }
.amb-field input[type=text], .amb-field textarea {
  width: 100%; box-sizing: border-box;
  border: 1px solid #dde5f0; border-radius: 10px;
  padding: 11px 13px; font-size:14px; color: var(--amb-ink);
  background: #fbfcfe; font-family: inherit; line-height: 1.5;
  transition: border-color .15s, box-shadow .15s;
}
.amb-field input[type=text]:focus, .amb-field textarea:focus {
  outline: 0; border-color: #7ba4e0; background: #fff;
  box-shadow: 0 0 0 3px rgba(59,111,196,.12);
}
.amb-field textarea { resize: vertical; min-height: 96px; }
.amb-check { display: flex; gap: 9px; align-items: flex-start; font-size:13.5px; color: #66748a; line-height: 1.7; }
.amb-check input { margin-top: 3px; flex: 0 0 auto; }
.amb-check a { color: var(--amb-blue); }

.amb-alert {
  padding: 12px 15px; border-radius: 11px;
  font-size:13.5px; line-height: 1.7; margin-bottom: 16px;
}
.amb-alert-ok { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.amb-alert-warn { background: #fffbeb; border: 1px solid #fde68a; color: #b45309; }

.amb-status-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: linear-gradient(160deg,#f0f7ff,#e7f0ff);
  border: 1px solid #cfe0fb; border-radius: 14px;
  padding: 20px;
}
.amb-status-icon { font-size:32px; flex: 0 0 auto; line-height: 1; }
.amb-status-card h4 { font-size:16px; font-weight: 800; color: var(--amb-ink); margin: 0 0 8px; }
.amb-status-card p { font-size:13.5px; color: #5b6a80; margin: 0 0 4px; line-height: 1.7; }
.amb-status-card b { color: var(--amb-blue); }

.amb-login-gate {
  text-align: center; padding: 30px 20px;
  background: #fafcfe; border: 1px dashed #d5e2f5; border-radius: 14px;
}
.amb-login-gate p { font-size:13.5px; color: var(--amb-mut); margin: 0 0 16px; }

/* ---------------- Tabs ---------------- */
.amb-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 18px 0 0; -webkit-overflow-scrolling: touch; }
.amb-tab {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px;
  font-size:13.5px; font-weight: 700; color: #66748a;
  background: #fff; border: 1px solid var(--amb-line);
  border-radius: 10px; padding: 10px 16px; text-decoration: none;
  transition: all .15s;
}
.amb-tab span { font-size:15px; }
.amb-tab:hover { border-color: #c7d8f0; color: var(--amb-blue); }
.amb-tab.active {
  background: linear-gradient(135deg, var(--amb-blue), #2f62b8);
  color: #fff; border-color: transparent;
  box-shadow: 0 5px 16px rgba(24,56,132,.24);
}

/* ============================================================
   邀请着陆页 /invite.php
   ============================================================ */
.inv-page { min-height: 60vh; padding-bottom: 40px; background: linear-gradient(180deg,#f3f7fd 0,#fafbfd 260px,#f8fafc 100%); }
.inv-hero {
  background: linear-gradient(135deg,#12275c 0%,#183884 45%,#2f62b8 100%);
  padding: 34px 16px 62px; position: relative; overflow: hidden;
}
.inv-hero::before {
  content: ""; position: absolute; right: -70px; top: -70px;
  width: 230px; height: 230px; border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.inv-hero::after {
  content: ""; position: absolute; left: -50px; bottom: -80px;
  width: 170px; height: 170px; border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.inv-hero-inner { max-width: 560px; margin: 0 auto; position: relative; z-index: 1; }
.inv-card {
  display: flex; gap: 15px; align-items: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 16px; padding: 18px;
  backdrop-filter: blur(6px);
}
.inv-avatar {
  width: 62px; height: 62px; flex: 0 0 62px; border-radius: 50%;
  background: linear-gradient(135deg,#ffd89b,#f2b24c);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.inv-avatar img { width: 100%; height: 100%; object-fit: cover; }
.inv-avatar span { font-size: 25px; font-weight: 800; color: #7a4a12; }
.inv-card-main { min-width: 0; }
.inv-name { font-size: 18.5px; font-weight: 800; color: #fff; letter-spacing: .5px; }
.inv-company { font-size: 12.5px; color: rgba(255,255,255,.82); margin-top: 3px; }
.inv-quote { font-size: 13px; color: rgba(255,255,255,.95); margin-top: 9px; line-height: 1.6; }
.inv-quote strong { color: #ffd89b; }

.inv-stats { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 18px; }
.inv-stat { flex: 1; text-align: center; }
.inv-stat b {
  display: block; font-size: 23px; font-weight: 800; color: #fff;
  font-variant-numeric: tabular-nums; line-height: 1.2;
}
.inv-stat span { display: block; font-size: 12px; color: rgba(255,255,255,.75); margin-top: 3px; }
.inv-stat-sep { width: 1px; height: 26px; background: rgba(255,255,255,.22); }

.inv-body { max-width: 560px; margin: -40px auto 0; padding: 0 16px; position: relative; z-index: 2; }

.inv-alert { padding: 12px 16px; border-radius: 12px; font-size: 13.5px; line-height: 1.7; margin-bottom: 14px; }
.inv-alert-ok { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.inv-alert-warn { background: #fffbeb; border: 1px solid #fde68a; color: #b45309; }

.inv-sec {
  background: #fff; border: 1px solid var(--amb-line);
  border-radius: 16px; padding: 20px 18px; margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(24,56,132,.05);
}
.inv-sec-tint { background: linear-gradient(160deg,#fffdf7,#fdf7ec); border-color: #f2e4cb; }
.inv-h2 {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 15.5px; font-weight: 800; color: var(--amb-ink); margin: 0 0 15px;
}
.inv-h2-bar { width: 4px; height: 16px; border-radius: 2px; background: var(--amb-blue); flex: 0 0 auto; }
.inv-h2-bar-gold { background: var(--amb-gold); }
.inv-h2-sub { font-size: 12px; font-weight: 400; color: #98a4b6; margin-left: auto; }

.inv-benefits { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.inv-benefits li { display: flex; gap: 12px; align-items: flex-start; }
.inv-benefits i { font-style: normal; font-size: 19px; line-height: 1.35; flex: 0 0 auto; }
.inv-benefits b { display: block; font-size: 14px; font-weight: 700; color: #243447; }
.inv-benefits span { display: block; font-size: 12.5px; color: var(--amb-mut); margin-top: 3px; line-height: 1.6; }
.inv-benefits-gold b { color: #7a4a12; }

.inv-cta {
  background: #fff; border: 1px solid var(--amb-line);
  border-radius: 16px; padding: 18px; margin-bottom: 14px;
  text-align: center; box-shadow: 0 2px 10px rgba(24,56,132,.05);
}
.inv-cta-form { margin: 0; }
.inv-btn {
  display: block; width: 100%; box-sizing: border-box;
  padding: 15px 20px; border-radius: 12px;
  font-size: 16px; font-weight: 800; text-align: center;
  text-decoration: none; border: 0; cursor: pointer;
  letter-spacing: .3px; font-family: inherit;
  transition: transform .15s, box-shadow .15s;
}
.inv-btn-primary {
  background: linear-gradient(135deg, var(--amb-blue), #2f62b8);
  color: #fff; box-shadow: 0 6px 18px rgba(24,56,132,.28);
}
.inv-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(24,56,132,.34); }
.inv-btn-ghost { background: #f3f6fc; color: var(--amb-blue); border: 1px solid #d9e3f2; }
.inv-cta-note { font-size: 12.5px; color: #8a96a8; margin: 12px 0 0; line-height: 1.7; }
.inv-cta-note a { color: var(--amb-blue); text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(24,56,132,.28); }
.inv-wechat-tip {
  margin-top: 14px; padding: 10px 13px;
  background: #f0fdf4; border: 1px dashed #86efac;
  border-radius: 10px; font-size: 12.5px; color: #15803d;
  text-align: left; line-height: 1.7;
}
.inv-wechat-arrow { font-weight: 800; margin-right: 4px; }

.inv-picks { display: grid; gap: 12px; }
.inv-pick {
  display: flex; gap: 12px; align-items: center;
  text-decoration: none; border: 1px solid #eef2f8;
  border-radius: 12px; padding: 10px; background: #fbfcfe;
  transition: border-color .15s, background .15s;
}
.inv-pick:hover { border-color: #c7d8f0; background: #f5f9ff; }
.inv-pick-img {
  width: 66px; height: 66px; flex: 0 0 66px;
  border-radius: 10px; overflow: hidden; background: #eef3fa;
  display: flex; align-items: center; justify-content: center;
}
.inv-pick-img img { width: 100%; height: 100%; object-fit: contain; }
.inv-pick-ph { font-size: 12px; font-weight: 700; color: #8fa3bd; }
.inv-pick-body { min-width: 0; flex: 1; }
.inv-pick-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  color: var(--amb-blue); background: #e8eefb;
  border-radius: 4px; padding: 1px 7px;
}
.inv-pick-title {
  font-size: 13.5px; font-weight: 600; color: #243447;
  margin-top: 6px; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.inv-pick-sub { font-size: 12px; color: #98a4b6; margin-top: 4px; }

.inv-foot { font-size: 12px; color: #93a0b3; line-height: 1.8; padding: 4px 4px 8px; }
.inv-foot b { color: #6b7a90; font-size: 12.5px; }
.inv-foot p { margin: 0 0 9px; }
.inv-foot-links a { color: var(--amb-blue); text-decoration: none; margin-right: 14px; font-weight: 600; }

/* ============================================================
   我的邀请中心 /member-invites.php
   ============================================================ */
.inv-share-card {
  display: flex; gap: 20px; align-items: center; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--amb-line);
  border-radius: 18px; padding: 22px 20px; margin: 18px 0;
  box-shadow: 0 2px 12px rgba(24,56,132,.05);
}
.inv-share-left { flex: 1 1 300px; min-width: 0; }
.inv-share-label { font-size: 12px; font-weight: 700; color: #98a4b6; letter-spacing: 1px; margin-bottom: 6px; }
.inv-share-code {
  font-size: 25px; font-weight: 800; letter-spacing: 3px;
  color: var(--amb-blue); font-family: ui-monospace, Menlo, Consolas, monospace;
  margin-bottom: 14px;
}
.inv-share-row { display: flex; gap: 8px; margin-bottom: 8px; }
.inv-share-row input {
  flex: 1; min-width: 0; box-sizing: border-box;
  border: 1px solid #dde5f0; border-radius: 9px;
  padding: 10px 12px; font-size: 12.5px; color: #52627a;
  background: #fbfcfe; font-family: ui-monospace, Menlo, Consolas, monospace;
}
.inv-copy-btn {
  flex: 0 0 auto; border: 0; cursor: pointer;
  background: linear-gradient(135deg, var(--amb-blue), #2f62b8);
  color: #fff; font-size: 13px; font-weight: 700;
  border-radius: 9px; padding: 0 16px; font-family: inherit;
  transition: opacity .15s;
}
.inv-copy-btn:hover { opacity: .9; }
.inv-copy-btn.copied { background: #10b981; }
.inv-copy-btn-sm { padding: 0 12px; background: #f0f4fb; color: var(--amb-blue); }
.inv-share-row-short { align-items: center; }
.inv-short-label { flex: 0 0 auto; font-size: 12px; color: #98a4b6; font-weight: 700; }
.inv-share-tip { font-size: 12px; color: #93a0b3; line-height: 1.75; margin: 10px 0 0; }
.inv-share-tip b { color: var(--amb-blue); }
.inv-share-right { flex: 0 0 auto; text-align: center; }
.inv-share-right img {
  border: 1px solid #e8eef6; border-radius: 10px; background: #fff;
  padding: 6px; display: block;
}
.inv-share-right p { font-size: 11.5px; color: #98a4b6; margin: 8px 0 0; }

.inv-stats-4 { margin-bottom: 0; }

.inv-progress-head {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 13px; color: var(--amb-mut); margin-bottom: 10px;
}
.inv-progress-head b { color: var(--amb-blue); font-size: 15px; }
.inv-progress {
  height: 11px; background: #eef3fa; border-radius: 6px;
  overflow: hidden; margin-bottom: 4px;
}
.inv-progress-bar {
  height: 100%; border-radius: 6px;
  background: linear-gradient(90deg, var(--amb-blue), #4a90e2);
  transition: width .4s ease;
}
.inv-all-done {
  background: linear-gradient(135deg,#e9f8f1,#d9f2e6);
  border: 1px solid #a7e5c9; border-radius: 12px;
  padding: 14px 16px; font-size: 13.5px; color: #0f7a52; font-weight: 600;
}
.inv-tier-steps { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.inv-tier-step {
  display: inline-flex; align-items: center; gap: 6px;
  background: #f6f8fc; border: 1px solid #e8eef6;
  border-radius: 999px; padding: 5px 12px 5px 5px;
  font-size: 12.5px; color: #8a96a8;
}
.inv-tier-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: #dfe6f0; color: #8a96a8;
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.inv-tier-step.done { background: #eefaf4; border-color: #b8ead3; color: #0f7a52; }
.inv-tier-step.done .inv-tier-dot { background: #10b981; color: #fff; }

.inv-records { display: grid; gap: 10px; }
.inv-record {
  display: flex; gap: 13px; align-items: center;
  background: #fbfcfe; border: 1px solid #eef2f8;
  border-radius: 12px; padding: 13px 15px;
}
.inv-record-avatar {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%;
  background: linear-gradient(135deg,#dce8fa,#c3d8f5);
  color: var(--amb-blue); font-size: 17px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.inv-record-main { flex: 1; min-width: 0; }
.inv-record-name { font-size: 14px; font-weight: 700; color: var(--amb-ink); display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.inv-record-meta { font-size: 12px; color: #98a4b6; margin-top: 4px; }
.inv-record-hint { font-size: 11.5px; color: #b08a4a; margin-top: 4px; }
.inv-record-pts { flex: 0 0 auto; text-align: right; }
.inv-record-pts b { display: block; font-size: 15px; font-weight: 800; color: #0f7a52; font-variant-numeric: tabular-nums; }
.inv-record-pts span { display: block; font-size: 11px; color: #98a4b6; margin-top: 2px; }

.inv-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  border-radius: 4px; padding: 1px 7px;
  background: #e8eefb; color: var(--amb-blue);
}
.inv-badge-ok { background: #e9f8f1; color: #0f7a52; }
.inv-badge-wait { background: #f3f4f6; color: #94a3b8; }

.inv-pager { display: flex; gap: 6px; justify-content: center; margin-top: 18px; flex-wrap: wrap; }
.inv-pg {
  min-width: 34px; height: 34px; border-radius: 9px;
  border: 1px solid #e3ebf7; background: #fff;
  color: #66748a; font-size: 13px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; padding: 0 8px;
}
.inv-pg:hover { border-color: #c7d8f0; color: var(--amb-blue); }
.inv-pg.active { background: var(--amb-blue); border-color: var(--amb-blue); color: #fff; }

/* ============================================================
   响应式
   ============================================================ */
@media (min-width: 640px) {
  .amb-mini-stats { grid-template-columns: repeat(4, 1fr); }
  .amb-fit, .amb-rewards { grid-template-columns: repeat(2, 1fr); }
  .amb-comp { grid-template-columns: repeat(2, 1fr); }
  .amb-form-row { grid-template-columns: 1fr 1fr; }
  .inv-picks { grid-template-columns: repeat(2, 1fr); }
  .amb-money-head span:first-child, .amb-money-tag { flex-basis: 110px; }
}

@media (min-width: 900px) {
  .amb-hero { padding: 72px 0 84px; }
  .amb-hero-sm { padding: 52px 0 64px; }
  .amb-hero-xs { padding: 38px 0 48px; }
  .amb-hero-title { font-size:40px; }
  .amb-hero-sub { font-size:16px; }
  .amb-container { padding: 0 24px; }
  .amb-sec { padding: 34px 32px; margin: 22px 0; }
  .amb-sec-head h2 { font-size:23px; }
  .amb-sec-head h2::before { height: 21px; }
  .amb-roles { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .amb-role { padding: 28px 22px 22px; }
  .amb-ladder { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .amb-ladder-step { flex-direction: column; align-items: flex-start; }
  .amb-tiers { grid-template-columns: repeat(2, 1fr); }
  .amb-tasks { grid-template-columns: repeat(3, 1fr); }
  .amb-my-card .amb-btn { margin-left: auto; }

  .inv-hero { padding: 52px 24px 82px; }
  .inv-hero-inner { max-width: 780px; }
  .inv-body { max-width: 780px; margin-top: -48px; }
  .inv-picks { grid-template-columns: repeat(3, 1fr); }
  .inv-pick { flex-direction: column; align-items: stretch; }
  .inv-pick-img { width: 100%; height: 138px; flex: 0 0 138px; }
  .inv-pick-body { padding: 2px 4px 4px; }
  .inv-benefits { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .inv-sec { padding: 26px 26px; }
  .inv-share-card { padding: 28px 30px; }
  .inv-share-right img { width: 168px; height: 168px; }
}

/* ============================================================
   嘉品公社（内容社区首页 /community.html）.cm-* 命名空间
   2026-09-10 博客板块落地；hero 深蓝与 .amb-* 系一致，内容区浅色
   ============================================================ */
.amb-hero-tag a { color: rgba(255,255,255,.95); text-decoration: none; }
.amb-hero-tag a:hover { text-decoration: underline; }

.cm-hero {
  position: relative;
  background: linear-gradient(135deg, var(--amb-h1) 0%, var(--amb-h2) 42%, var(--amb-h3) 100%);
  padding: 56px 0 64px;
  overflow: hidden;
}
.cm-hero-inner { position: relative; z-index: 1; text-align: center; }
.cm-hero-tag {
  display: inline-block;
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  padding: 5px 16px; margin-bottom: 18px;
}
.cm-hero-title {
  font-size: 34px; line-height: 1.3; font-weight: 800;
  color: #fff; margin: 0 0 16px; letter-spacing: .5px;
}
.cm-hero-title span { color: #ffd89b; font-size: .62em; display: inline-block; margin-top: 6px; }
.cm-hero-sub {
  font-size: 14.5px; line-height: 1.85; color: rgba(255,255,255,.88);
  max-width: 640px; margin: 0 auto 26px;
}
.cm-hero-stats {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
}
.cm-hs {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  padding: 12px 22px; min-width: 128px;
}
.cm-hs b { display: block; font-size: 24px; font-weight: 800; color: #ffd89b; line-height: 1.2; }
.cm-hs span { font-size: 12.5px; color: rgba(255,255,255,.82); }

/* ----- 公社频道 ----- */
.cm-channels {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.cm-chan {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid #e5eaf2; border-radius: 12px;
  padding: 16px 18px; text-decoration: none;
  transition: box-shadow .18s, transform .18s, border-color .18s;
}
.cm-chan:hover { box-shadow: 0 8px 22px rgba(24,56,132,.10); transform: translateY(-2px); border-color: #c9d7f2; }
.cm-chan-icon {
  flex: 0 0 46px; width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  font-size: 23px; border-radius: 11px;
  background: #eef3fd;
}
.cm-chan-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.cm-chan-name { font-size: 15.5px; font-weight: 700; color: #183884; }
.cm-chan-desc { font-size: 12.5px; color: #6b7686; margin-top: 3px; }
.cm-chan-cnt {
  flex: 0 0 auto; font-size: 12px; font-weight: 700; color: #183884;
  background: #eef3fd; border-radius: 999px; padding: 4px 12px;
}
.cm-chan-hot { border-color: #f0dcb4; background: #fffdf6; }
.cm-chan-hot .cm-chan-icon { background: #fdf3dd; }
.cm-chan-hot .cm-chan-name { color: #8a6117; }
.cm-chan-hot .cm-chan-cnt { color: #8a6117; background: #fdf3dd; }
.cm-chan-disabled { opacity: .58; cursor: default; }
.cm-chan-disabled:hover { box-shadow: none; transform: none; border-color: #e5eaf2; }
.cm-chan-disabled .cm-chan-cnt { color: #8a93a3; background: #f0f2f6; }

/* ----- 编辑精选 ----- */
.cm-featured {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.cm-feat-card {
  position: relative;
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid #e5eaf2; border-radius: 12px;
  padding: 18px 18px 14px; text-decoration: none; overflow: hidden;
  transition: box-shadow .18s, transform .18s;
}
.cm-feat-card:hover { box-shadow: 0 8px 22px rgba(24,56,132,.10); transform: translateY(-2px); }
.cm-feat-img { display: block; margin: -18px -18px 12px; height: 120px; overflow: hidden; background: #eef3fd; }
.cm-feat-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cm-feat-tag {
  align-self: flex-start;
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  color: #8a6117; background: #fdf3dd;
  border-radius: 999px; padding: 2px 10px; margin-bottom: 10px;
}
.cm-feat-card h3 {
  font-size: 15px; line-height: 1.5; font-weight: 700; color: #1c2532; margin: 0 0 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cm-feat-card p {
  font-size: 12.5px; line-height: 1.7; color: #6b7686; margin: 0 0 12px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cm-feat-meta { font-size: 12px; color: #98a2b2; }

/* ----- 最新文章 + 侧栏 ----- */
.cm-layout {
  display: grid; grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr); gap: 22px;
  align-items: start;
}
.cm-main .knowledge-grid { grid-template-columns: repeat(2, 1fr); }
.cm-more-btn {
  display: inline-block; margin-top: 18px;
  font-size: 14px; font-weight: 700; color: #183884; text-decoration: none;
  border: 1px solid #c9d7f2; border-radius: 999px; padding: 9px 26px;
  transition: background .18s, color .18s;
}
.cm-more-btn:hover { background: #183884; color: #fff; }
.cm-side .sidebar-widget { margin-bottom: 16px; }
.cm-hot-list { list-style: none; margin: 0; padding: 0; counter-reset: cmhot; }
.cm-hot-list li {
  display: flex; align-items: flex-start; gap: 9px;
  padding: 9px 0; border-bottom: 1px dashed #edf0f5;
}
.cm-hot-list li:last-child { border-bottom: 0; }
.cm-hot-list a {
  flex: 1; font-size: 13px; line-height: 1.55; color: #1c2532; text-decoration: none;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cm-hot-list a:hover { color: #183884; text-decoration: underline; }
.cm-hot-rank {
  flex: 0 0 20px; width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11.5px; font-weight: 700; border-radius: 6px;
  background: #f0f2f6; color: #8a93a3; margin-top: 1px;
}
.cm-hot-rank-1 { background: #fde8e8; color: #c0392b; }
.cm-hot-rank-2 { background: #fdeee0; color: #c9722a; }
.cm-hot-rank-3 { background: #fdf3dd; color: #a5822a; }
.cm-hot-cnt { flex: 0 0 auto; font-size: 11.5px; color: #98a2b2; margin-top: 3px; }
.cm-side-cta {
  background: linear-gradient(135deg, var(--amb-h1) 0%, var(--amb-h2) 100%);
  border: 0; border-radius: 12px; padding: 20px 18px;
}
.cm-side-cta h4 { color: #fff; }
.cm-side-cta p { font-size: 12.5px; line-height: 1.7; color: rgba(255,255,255,.86); margin: 0 0 14px; }
.cm-side-note { font-size: 11.5px !important; color: rgba(255,255,255,.62) !important; margin: 12px 0 0 !important; }
.cm-side-note b { color: #ffd89b; }

/* ----- 响应式 ----- */
@media (max-width: 900px) {
  .cm-hero { padding: 40px 0 48px; }
  .cm-hero-title { font-size: 26px; }
  .cm-hero-stats { gap: 8px; }
  .cm-hs { padding: 9px 12px; min-width: 84px; }
  .cm-hs b { font-size: 18px; }
  .cm-hs span { font-size: 11px; }
  /* 公社频道：手机/平板一行 2 列（2026-09-11 v12.57，桌面端保持 4 列） */
  .cm-channels { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cm-chan { gap: 10px; padding: 13px 14px; }
  .cm-chan-icon { flex: 0 0 38px; width: 38px; height: 38px; font-size: 19px; border-radius: 9px; }
  .cm-chan-name { font-size: 14.5px; }
  .cm-chan-desc { font-size: 12px; margin-top: 2px; }
  .cm-chan-cnt { font-size: 11px; padding: 3px 9px; }
  .cm-featured { grid-template-columns: 1fr; }
  .cm-layout { grid-template-columns: 1fr; }
  .cm-main .knowledge-grid { grid-template-columns: 1fr; }
}

/* 公社频道 · 窄屏（≤640px）2 列时改为竖排紧凑卡，避免图标+计数挤扁标题（v12.57） */
@media (max-width: 640px) {
  .cm-channels { gap: 10px; }
  .cm-chan { flex-direction: column; align-items: stretch; gap: 8px; padding: 12px; }
  .cm-chan-icon { flex: 0 0 34px; width: 34px; height: 34px; font-size: 18px; }
  .cm-chan-name { font-size: 14px; }
  .cm-chan-desc {
    font-size: 11.5px; line-height: 1.5;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .cm-chan-cnt { align-self: flex-start; font-size: 11px; padding: 2px 8px; }
}

/* ----- 嘉品公社 · 三重身份招募（/community.html #cm-recruit） ----- */
.cm-recruit { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cm-rec-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid #e5eaf2; border-radius: 12px;
  padding: 22px 20px 18px; text-decoration: none;
  transition: box-shadow .18s, transform .18s, border-color .18s;
}
.cm-rec-card:hover { box-shadow: 0 8px 22px rgba(24,56,132,.10); transform: translateY(-2px); border-color: #c9d7f2; }
.cm-rec-icon {
  flex: 0 0 46px; width: 46px; height: 46px; margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 23px; border-radius: 11px; background: #eef3fd;
}
.cm-rec-name { font-size: 17px; font-weight: 800; color: #183884; margin-bottom: 4px; }
.cm-rec-who { font-size: 13px; color: #8a93a3; margin-bottom: 10px; }
.cm-rec-desc { font-size: 14px; line-height: 1.75; color: #4b5563; flex: 1; }
.cm-rec-cta { font-size: 13.5px; font-weight: 700; color: #183884; margin-top: 14px; }
.cm-rec-card:nth-child(2) .cm-rec-icon { background: #fdf3dd; }
.cm-rec-card:nth-child(2) .cm-rec-name { color: #8a6117; }
.cm-rec-card:nth-child(2) .cm-rec-cta { color: #8a6117; }
.cm-rec-card:nth-child(3) .cm-rec-icon { background: #eefaf7; }
.cm-rec-card:nth-child(3) .cm-rec-name { color: #0f766e; }
.cm-rec-card:nth-child(3) .cm-rec-cta { color: #0f766e; }

@media (max-width: 900px) {
  .cm-recruit { grid-template-columns: 1fr; gap: 10px; }
}

/* ----- 三官体系 · 事业伙伴双轨（渠道合伙 + 人才合伙，ambassador.html #partner-form） ----- */
.amb-duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 16px; }
.amb-duo-card {
  background: #fff; border: 1px solid #d9ece7; border-radius: 12px;
  padding: 20px 20px 16px;
}
.amb-duo-tag {
  display: inline-block; font-size:11px; font-weight: 700; letter-spacing: 1.5px;
  color: #0f766e; background: #eefaf7;
  border-radius: 999px; padding: 3px 12px; margin-bottom: 10px;
}
.amb-duo-card h3 { font-size:16.5px; font-weight: 800; color: #0f766e; margin: 0 0 6px; }
.amb-duo-card > p { font-size:12.5px; line-height: 1.7; color: #6b7686; margin: 0 0 10px; }
.amb-duo-card > p b { color: #0f766e; }
.amb-duo-card ul { margin: 0; padding-left: 18px; }
.amb-duo-card li { font-size:13.5px; line-height: 1.8; color: #4b5563; }
.amb-duo-card li b { color: #0f766e; }
.amb-duo-hot { border-color: #f0dcb4; background: #fffdf6; }
.amb-duo-hot .amb-duo-tag { color: #8a6117; background: #fdf3dd; }
.amb-duo-hot h3 { color: #8a6117; }
.amb-duo-hot > p b, .amb-duo-hot li b, .amb-duo-hot li b b { color: #8a6117; }

@media (max-width: 900px) {
  .amb-duo { grid-template-columns: 1fr; gap: 10px; }
}

/* ----- 伙伴体系四重身份（2026-09-10 晚：+行业践行官） ----- */
@media (min-width: 900px) {
  .amb-roles { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  /* 事业共荣圈单独成行：要做什么 / 能得到什么 横排 */
  .amb-roles .amb-role:last-child {
    grid-column: 1 / -1;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 10px 30px; align-items: start;
  }
  .amb-roles .amb-role:last-child > .amb-role-badge,
  .amb-roles .amb-role:last-child > .amb-role-head,
  .amb-roles .amb-role:last-child > .amb-role-meta,
  .amb-roles .amb-role:last-child > .amb-role-cta { grid-column: 1 / -1; }
  .amb-roles .amb-role:last-child .amb-role-block { margin-bottom: 0; }
  .amb-ladder { display: flex; flex-wrap: nowrap; align-items: stretch; }
  .amb-ladder-step { flex: 1 1 0; min-width: 0; }
  .amb-ladder-arrow { display: flex; align-items: center; justify-content: center; padding: 0 2px; }
}
@media (min-width: 900px) {
.cm-recruit { grid-template-columns: repeat(2, 1fr); }
}
.cm-recruit .cm-rec-card:nth-child(3) .cm-rec-icon { background: #f5f1fd; }
.cm-recruit .cm-rec-card:nth-child(3) .cm-rec-name,
.cm-recruit .cm-rec-card:nth-child(3) .cm-rec-cta { color: #6d28d9; }
.cm-recruit .cm-rec-card:nth-child(4) .cm-rec-icon { background: #eefaf7; }
.cm-recruit .cm-rec-card:nth-child(4) .cm-rec-name,
.cm-recruit .cm-rec-card:nth-child(4) .cm-rec-cta { color: #0f766e; }

/* ===== 体验官招募页 FAQ 折叠（ambassador/experience-officer.html） ===== */
.amb-faq { display: grid; gap: 10px; }
.amb-faq-item {
  background: #fff; border: 1px solid var(--amb-line, #e8eef6);
  border-radius: 10px; padding: 0 16px;
}
.amb-faq-item summary {
  cursor: pointer; font-size:14px; font-weight: 700; color: var(--amb-ink, #1f2d3d);
  padding: 13px 0; list-style: none; position: relative; padding-right: 28px;
}
.amb-faq-item summary::-webkit-details-marker { display: none; }
.amb-faq-item summary::after {
  content: '+'; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  font-size:18px; font-weight: 400; color: var(--amb-mut, #748094);
}
.amb-faq-item[open] summary::after { content: '−'; }
.amb-faq-item p { font-size:13.5px; line-height: 1.8; color: #4b5563; margin: 0 0 13px; }

/* ===== 行业践行官招募页紫金 Hero（ambassador/practitioner.html） ===== */
.amb-hero-purple { background: linear-gradient(135deg, #2a1158 0%, #5b21b6 45%, #8b5cf6 100%); }
.amb-hero-purple .amb-hero-title span { color: #fde68a; }
.amb-hero-purple .amb-hero-sub b { color: #fde68a; }

/* ===== 详情页互动条 · 嘉品公社引导（engagement-bar，2026-09-10） ===== */
.ebc-guide { margin: 14px auto 2px; max-width: 980px; text-align: center; }
.ebc-hero {
  display: block; text-decoration: none; color: inherit;
  padding: 12px 8px 14px; margin-bottom: 12px;
  border-top: 2px dashed #d8e0ec;
  border-bottom: 2px dashed #d8e0ec;
}
.ebc-hero:hover { color: inherit; }
.ebc-pill { display: inline-block; font-size: 14px; font-weight: 800; letter-spacing: 1.5px; color: var(--primary, #A67C52); border: 1.5px solid currentColor; border-radius: 999px; padding: 4px 18px; margin-bottom: 10px; }
.ebc-title { display: block; font-size: 19px; font-weight: 900; letter-spacing: 1px; color: #2b3442; }
.ebc-sub { display: inline-block; font-size: 13.5px; font-weight: 700; color: var(--primary, #A67C52); margin-top: 3px; }
.ebc-desc { display: block; font-size: 13.5px; line-height: 1.75; color: #748094; max-width: 680px; margin: 6px auto 0; }
.ebc-go { display: inline-block; margin-top: 6px; font-size: 13px; font-weight: 800; color: var(--primary, #A67C52); }
.ebc-roles { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 0; text-align: left; }
.ebc-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid #e5eaf2; border-radius: 12px; padding: 18px 18px 14px;
  text-decoration: none;
  transition: box-shadow .18s, transform .18s, border-color .18s;
}
.ebc-card:hover { box-shadow: 0 8px 22px rgba(24,56,132,.10); transform: translateY(-2px); border-color: #c9d7f2; }
.ebc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.ebc-head .ebc-icon { margin-bottom: 0; }
.ebc-icon { flex: 0 0 42px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; font-size: 21px; border-radius: 10px; background: #f4f6fa; margin-bottom: 10px; }
.ebc-name { font-size: 16.5px; font-weight: 800; color: #183884; margin-bottom: 2px; }
.ebc-tag { font-size: 13px; color: #748094; margin-bottom: 8px; }
.ebc-text { font-size: 14px; line-height: 1.7; color: #3d4a5c; }
.ebc-cta { font-size: 14px; font-weight: 800; color: #183884; margin-top: 10px; }
.ebc-card:nth-child(2) .ebc-name, .ebc-card:nth-child(2) .ebc-cta { color: #8a6117; }
.ebc-card:nth-child(3) .ebc-name, .ebc-card:nth-child(3) .ebc-cta { color: #6d28d9; }
.ebc-card:nth-child(4) .ebc-name, .ebc-card:nth-child(4) .ebc-cta { color: #0f766e; }
@media (min-width: 900px) {
  .ebc-roles { grid-template-columns: repeat(2, 1fr); }
}

/* ===== 注册/登录页：表单卡与引导图文左右互换（表单左置/手机端表单先见）+ 嘉品公社引导卡（2026-09-11） ===== */
.auth-v4-grid > .auth-v4-side { order: -1; }
.auth-v4-community {
  display: block; text-align: center; text-decoration: none; color: inherit;
  background: #fff; border: 2px dashed #d8e0ec; border-radius: 14px;
  padding: 16px 14px 14px; margin: 0;
  transition: border-color .18s;
}
.auth-v4-community:hover { border-color: var(--primary, #A67C52); color: inherit; }
.auth-v4-community .ebc-title { font-size: 18px; }

/* ===== CTA 卡与页脚间距恢复 20px（此前被 footer 收口规则 .site-main > :last-child 置 0，2026-09-11） ===== */
.site-main .article-cta-hm { margin-bottom: 20px; }

/* ===== CTA 总引导模块 · 嘉品公社入口按钮（2026-09-11，白底棕金高对比） ===== */
.hm-cta .btn-comm-cta { background: #fff; color: #8A6540; border: 1px solid rgba(255,255,255,.85); font-weight: 800; }
.hm-cta .btn-comm-cta:hover { background: #F6EFE3; color: #6d4e33; border-color: #fff; transform: translateY(-1px); }

/* ===== 嘉品公社 Hero 10 卡数据全景（整合自 CTA 白卡，2026-09-11） ===== */
.cm-hero-stats-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 7px; margin: 12px auto 0; max-width: 66%; }
.cm-hero-tag-xl { font-size: 24px; font-weight: 800; letter-spacing: 4px; padding: 10px 34px; border-width: 2px; margin-bottom: 14px; }
.cm-hero-sub-lead { font-size: 17px; font-weight: 800; color: #fff; letter-spacing: 1px; margin-bottom: 8px; }

/* ===== 公社 Hero 紧凑版：总高压缩 1/3 + 介绍两行半 + 白卡图标标签并排（2026-09-11） ===== */
.cm-hero { padding: 26px 0 30px; }
.cm-hero-title { font-size: 30px; margin: 0 0 8px; }
.cm-hero-sub { max-width: 960px; line-height: 1.7; margin: 0 auto 10px; }
.cm-hero-tag-xl { line-height: 1.2; padding: 8px 30px; margin-bottom: 12px; }
.cm-hero-stats-grid { margin: 10px auto 0; }
.cm-hero-stats-grid .cta-stat { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 6px; align-items: center; padding: 6px 12px; text-align: left; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.28); border-radius: 10px; text-decoration: none; transition: transform .18s, border-color .18s; }
.cm-hero-stats-grid .cta-stat:hover { transform: translateY(-2px); border-color: #fff; }
.cm-hero-stats-grid .cta-stat-icon { grid-row: 1; grid-column: 1; font-size: 14px; margin: 0; }
.cm-hero-stats-grid .cta-stat span:last-child { grid-row: 1; grid-column: 2; text-align: left; font-size: 12.5px; color: #6b5744; margin: 0; }
.cm-hero-stats-grid .cta-stat strong { grid-row: 2; grid-column: 1 / -1; text-align: left; font-size: 16px; font-weight: 800; color: #3F362E; line-height: 1.15; margin: 2px 0 0; }

/* ===== 公社 Hero 介绍三句独立成行（2026-09-11）：桌面端每句单行不折行，窄屏自动换行 ===== */
.cm-hero-sub-lines { max-width: none; white-space: nowrap; }
@media (max-width: 1180px) { .cm-hero-sub-lines { white-space: normal; } }

/* ===== 公社 Hero 白卡数据卡内容居右对齐（2026-09-11）：图标+标签成对靠右，数字第二行右对齐 ===== */
.cm-hero-stats-grid .cta-stat { grid-template-columns: 1fr auto auto; text-align: right; }
.cm-hero-stats-grid .cta-stat-icon { grid-row: 1; grid-column: 2; }
.cm-hero-stats-grid .cta-stat span:last-child { grid-row: 1; grid-column: 3; text-align: right; }
.cm-hero-stats-grid .cta-stat strong { grid-row: 2; grid-column: 1 / -1; text-align: right; }

/* ===== 公社 Hero 白卡数据卡改全部居中（2026-09-11）：flex+order 视觉重排，图标+标签同行居中、数字第二行居中 ===== */
.cm-hero-stats-grid .cta-stat { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; text-align: center; }
.cm-hero-stats-grid .cta-stat-icon { order: 1; display: inline; }
.cm-hero-stats-grid .cta-stat span:last-child { order: 2; display: inline; margin-left: 5px; }
.cm-hero-stats-grid .cta-stat strong { order: 3; flex: 0 0 100%; text-align: center; }

/* ===== 公社 Hero 介绍亮显（2026-09-11）：三重身份+共荣事业圈金棕强调，链接到招募令 ===== */
.cm-hero-sub-lines .cm-hero-hl { color: #ffd89b; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,216,155,.45); }
.cm-hero-sub-lines a.cm-hero-hl:hover { color: #ffe6bd; border-bottom-color: #ffe6bd; }

/* ===== 公社 Hero 胶囊改双横线装饰（2026-09-11）：去框、字号 22、文字两侧双横线 ===== */
.cm-hero-tag-xl { font-size: 22px; border: none; border-radius: 0; background: none; padding: 0; display: inline-flex; align-items: center; gap: 14px; }
.cm-hero-tag-xl::before, .cm-hero-tag-xl::after { content: ''; width: 46px; height: 0; border-top: 3px double rgba(255,255,255,.55); }

/* ===== 公社板块图标+标题同行整改（2026-09-11）：招募卡与招募令详情卡图标不再独占一行 ===== */
/* 1) community.php 四重身份招募卡：icon 46px 方块 + 名称同行，who/desc/cta 换行 */
.cm-rec-card { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; column-gap: 12px; }
.cm-rec-card .cm-rec-icon { margin-bottom: 0; }
.cm-rec-card .cm-rec-name { flex: 1 1 auto; }
.cm-rec-card .cm-rec-who, .cm-rec-card .cm-rec-desc, .cm-rec-card .cm-rec-cta { flex-basis: 100%; }
/* 2) 招募令详情页（experience/practitioner/recommender）适合人群/回报卡：i 图标 + b 标题同行，span 换行 */
.amb-fit-item, .amb-reward { display: flex; flex-wrap: wrap; align-items: center; column-gap: 8px; }
.amb-fit-item i, .amb-reward i { display: inline-block; margin-bottom: 0; }
.amb-fit-item b, .amb-reward b { flex: 1 1 auto; }
.amb-fit-item span, .amb-reward span { flex-basis: 100%; }

/* ===== 招募令/大使头部压缩 1/3（2026-09-11）：消除超半屏大色块 ===== */
.amb-hero { padding: 40px 0 48px; }
.amb-hero-sm { padding: 26px 0 32px; }
.amb-hero-xs { padding: 20px 0 26px; }
.amb-crumb { margin-bottom: 8px; }
.amb-hero-title { font-size:30px; line-height: 1.25; margin: 0 0 10px; }
.amb-hero-sub { font-size:14px; line-height: 1.6; margin: 0 0 12px; }
.amb-hero-stats, .amb-hero-facts { margin-top: 14px; padding-top: 12px; gap: 8px 28px; }
.amb-hs b, .amb-fact b { font-size:19px; }
.amb-hs span, .amb-fact span { font-size:12px; margin-top: 2px; }

/* ===== 招募令 hero 右侧快速通道（2026-09-11）：利用色块右半空白，四入口带当前页高亮 ===== */
.amb-hero-quick { position: absolute; left: 55%; width: 40%; top: 50%; transform: translateY(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.amb-hero-quick b { font-size:14px; font-weight: 800; letter-spacing: 4px; color: rgba(255,255,255,.65); margin-bottom: 4px; }
.amb-hero-quick a { font-size:17px; line-height: 1.7; color: rgba(255,255,255,.95); text-decoration: none; }
.amb-hero-quick a::before { content: '› '; color: rgba(255,216,155,.75); }
.amb-hero-quick a:hover { color: #ffd89b; }
.amb-hero-quick a.on { color: #ffd89b; font-weight: 800; }
@media (max-width: 1180px) { .amb-hero-quick { display: none; } }

/* ===== 手机端公社 Hero 白卡改 CTA 卡式样（2026-09-11）：5 列 2 行，icon/数字/标签竖排居中小卡 ===== */
@media (max-width: 700px) {
  .cm-hero-stats-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 100%; gap: 5px; }
  .cm-hero-stats-grid .cta-stat { display: block; text-align: center; padding: 6px 1px 5px; border-radius: 9px; }
  .cm-hero-stats-grid .cta-stat-icon { display: block; font-size: 13px; margin: 0 0 1px; }
  .cm-hero-stats-grid .cta-stat strong { display: block; margin: 0; font-size: 13px; }
  .cm-hero-stats-grid .cta-stat span:last-child { display: block; margin: 0; font-size: 9.5px; white-space: nowrap; }
}

/* ===== 白卡全端统一竖排居中（2026-09-11）：icon/数字/标签三行居中，与 CTA 卡式样一致 ===== */
.cm-hero-stats-grid .cta-stat { display: block; text-align: center; padding: 8px 2px 6px; }
.cm-hero-stats-grid .cta-stat-icon { display: block; font-size: 15px; margin: 0 0 2px; }
.cm-hero-stats-grid .cta-stat strong { display: block; margin: 0; font-size: 15px; }
.cm-hero-stats-grid .cta-stat span:last-child { display: block; margin: 1px 0 0; font-size: 12px; white-space: nowrap; }

/* ===== 手机端简介三句合一段（2026-09-11）：隐藏 <br> 自动分行 ===== */
@media (max-width: 700px) { .cm-hero-sub-lines br { display: none; } }

/* ===== 公社 Hero 定高微压（2026-09-11）：白卡竖排+面包屑加入后压回半屏内 ===== */
.cm-hero { padding: 20px 0 24px; }
.cm-hero .amb-crumb { font-size: 14.5px; margin-bottom: 4px; }
.cm-hero-tag-xl { margin-bottom: 8px; }
.cm-hero-title { font-size: 28px; margin: 0 0 6px; }
.cm-hero-sub { line-height: 1.6; margin: 0 auto 8px; }
.cm-hero-stats-grid { margin-top: 8px; }
.cm-hero-stats-grid .cta-stat { padding: 6px 2px 5px; }
.cm-hero-stats-grid .cta-stat-icon { font-size: 13px; margin: 0 0 1px; }
.cm-hero-stats-grid .cta-stat strong { font-size: 14px; }
.cm-hero-stats-grid .cta-stat span:last-child { font-size: 11.5px; }

/* ===== 知识库/文章正文表格防错乱（2026-09-11）：列宽钳制防挤压竖排，长文自动换行 ===== */
.article-body table th, .article-body table td { min-width: 88px; max-width: 380px; word-break: break-word; overflow-wrap: break-word; vertical-align: top; }
.article-body table td > section, .article-body table td > p { margin: 0; }
@media (max-width: 768px) {
  .article-body table th, .article-body table td { min-width: 72px; max-width: 260px; }
}
/* 旧 3 列/2 列移动端白卡规则已删（2026-09-11 改 5 列 CTA 式样，见上块） */

/* ===== 通栏收窄：公社 hero 改容器宽（2026-09-11 页脚改回全宽通栏） =====
   公社/大使 hero 收窄为容器宽圆角卡；页脚全宽通栏（顶部边界线重合页脚顶边） */
.cm-hero, .amb-hero {
  width: calc(100% - 40px);
  max-width: calc(var(--max-width, 1400px) - 40px);
  margin: 20px auto 0;
  border-radius: 18px;
  overflow: hidden;
}
.amb-hero-sm, .amb-hero-xs { margin-top: 20px; }
footer.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid var(--border, #e5e7eb);
}
/* 内容区与页脚之间不留白：收掉末元素塌陷 margin */
.site-main > :last-child { margin-bottom: 0; }
.site-main .amb-container:last-child > .amb-sec:last-child { margin-bottom: 0; }
/* 底部窄条随页脚全宽通栏（不再叠加色条），文字内容仍限制在容器宽 */
.site-footer .footer-bottom-inner {
  max-width: var(--max-width, 1400px);
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 560px) {
  .cm-hero, .amb-hero { width: calc(100% - 24px); border-radius: 14px; }
}

/* ===== 公众号导入正文排版归一层（2026-09-11，全站文章+方案正文生效） =====
   扫描结论：306 篇文章/250 方案中 254+104 带公众号内联脏样式（span leaf 4.2万/
   textstyle 2.2万/font:简写 2424/固定宽图 866/内联 min-width 480）。
   结构破坏极少，统一用 CSS 归一层中和内联样式，零数据风险。 */
/* 1) 表头还原站点蓝底白字：内联 color:rgb(0,0,0)/透明背景压过站点样式致蓝底黑字 */
.article-body table thead th, .article-body table th { background: var(--primary-light, #1565c0) !important; color: #fff !important; }
/* 2) 表格禁止内联 min-width 撑爆容器 */
.article-body table { min-width: 0 !important; }
/* 3) 单元格归一：内联 padding:0/无边框/字体简写全部中和 */
.article-body table th, .article-body table td { border: 1px solid var(--border, #e2e8f0) !important; padding: 8px 10px !important; font-family: inherit !important; line-height: 1.6 !important; }
/* 4) 正文图片防溢出防变形（866 张内联固定宽图片） */
.article-body img { max-width: 100% !important; height: auto !important; }
/* 5) 移动端表格横向滚动（同 kb-inline-body 兜底），多列表格不再竖排挤压 */
@media (max-width: 768px) {
  .article-body table { display: block; width: max-content !important; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .article-body table::-webkit-scrollbar { height: 6px; }
  .article-body table::-webkit-scrollbar-thumb { background: var(--border, #e2e8f0); border-radius: 3px; }
  .article-body table th, .article-body table td { min-width: 96px; max-width: 260px; white-space: normal; }
}

/* ===== 公社 Hero 通栏零圆角 + 去面包屑/去10小白卡（2026-09-11 v12.51，用户指令） ===== */
.cm-hero { padding: 0; border-radius: 0; width: 100%; max-width: none; margin: 0; }
.cm-hero .amb-container { max-width: 100%; border-radius: 0; padding: 18px 24px 20px; }

/* ===== 公社引导卡文案对齐公社 hero + 四官缩为图标标题小卡横排（2026-09-11 v12.52） ===== */
.ebc-lead { display: block; font-size: 15px; font-weight: 800; color: #2b3442; letter-spacing: .5px; margin-top: 6px; }
.ebc-desc { max-width: 860px; }
.ebc-hl { color: var(--primary, #A67C52); font-weight: 800; font-style: normal; }
.ebc-roles { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 2px; }
.ebc-card {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 18px; border-radius: 999px; background: #fff;
  border: 1px solid #e5eaf2; flex-direction: row;
}
.ebc-card:hover { box-shadow: 0 6px 16px rgba(24,56,132,.10); transform: translateY(-2px); }
.ebc-card .ebc-icon { flex: 0 0 auto; width: auto; height: auto; font-size: 17px; background: none; border-radius: 0; margin: 0; display: inline; }
.ebc-card .ebc-name { font-size: 14px; font-weight: 800; margin: 0; }

/* ===== 产品服务三件套置顶（2026-09-11 v12.53）：报修/保养/询价上移至注册提示上方，下方保留分隔横线 ===== */
.eb-svc-top { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border, #e5e7eb); }

/* ===== 公社引导卡精简 + 服务三件套等尺寸（2026-09-11 v12.54，用户指令） ===== */
/* 询价按钮与报修/保养同尺寸：此前沿用全局 .btn-inquiry 的 height:44px，比另两个显大一号 */
.eb-svc-top .engagement-btn { flex: 0 0 auto; height: auto; min-height: 0; padding: 8px 16px; font-size: 14px; line-height: 1.3; border-width: 1.5px; }
/* 四官去胶囊 + 同行横排（nowrap 不折行）；「前往公社 →」已并入简介结尾 */
.ebc-hero-link { display: block; text-decoration: none; color: inherit; }
.ebc-goline { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: nowrap; margin-top: 8px; }
.ebc-role { display: inline-flex; align-items: center; gap: 4px; text-decoration: none; white-space: nowrap; }
.ebc-role .ebc-icon { flex: 0 0 auto; width: auto; height: auto; font-size: 15px; background: none; border-radius: 0; margin: 0; display: inline; }
.ebc-role .ebc-name { font-size: 13.5px; font-weight: 800; color: #183884; margin: 0; }
.ebc-goline > *:nth-child(1) .ebc-name { color: #183884; }
.ebc-goline > *:nth-child(2) .ebc-name { color: #8a6117; }
.ebc-goline > *:nth-child(3) .ebc-name { color: #6d28d9; }
.ebc-goline > *:nth-child(4) .ebc-name { color: #0f766e; }
.ebc-role:hover .ebc-name { text-decoration: underline; }
/* 简介结尾内嵌 CTA（随主题主色，v12.56：「前往公社 →」并入简介结尾，四官独占一行更易成行） */
.ebc-desc .ebc-go-inline { color: var(--primary, #A67C52); font-weight: 800; white-space: nowrap; }
@media (max-width: 768px) {
  /* 窄屏 6 项一行放不下，允许折行以免撑破版面 */
  .ebc-goline { flex-wrap: wrap; gap: 10px; }
  .ebc-go, .ebc-role .ebc-name { font-size: 12px; }
  .ebc-role .ebc-icon { font-size: 13px; }
}

/* ===== 互动四按钮（点赞/分享/收藏/关注）上移至注册提示下方、公社引导虚线上方（2026-09-11 v12.55，用户指令） ===== */
.engagement-bar-top { margin-bottom: 0; }

/* ===== #1128 移动端共性修复（2026-09-13 v12.67）：grid/flex item min-width:auto 撑爆 overflow:hidden 容器 ===== */
/* 病灶1：文章详情页「相关文章」grid 轨道被 nowrap 标题的 min-content 撑到 845px，被卡片 overflow:hidden 裁切 */
.kb-related-list li { min-width: 0; }
/* 病灶2：产品/方案详情页 related-section 头部：长关键词 h2 + nowrap「检索」链 144px 相互挤爆，more 链被裁切 */
.related-section-header { gap: 10px; }
.related-section-header h2 { min-width: 0; overflow-wrap: anywhere; }
.related-section-more { flex-shrink: 0; }
@media (max-width: 640px) {
  .related-section-header { padding: 12px 14px; }
  .related-section-more { white-space: normal; text-align: right; }
}

/* ===== #1157 CTA 桌面口径统一：container 直下等宽 + 间距减半（2026-09-13 v12.73） ===== */
@media (min-width: 769px) {
  .container .article-cta-hm { width: 100%; margin-left: 0; margin-right: 0; }
  .hm-cta-tail-gap { height: 14px; }
  .site-main .article-cta-hm { margin-bottom: 10px; }
  .hm-page-wrap { padding-bottom: 20px; }
}
/* ===== #1163 产品视频桌面端 16:9 满宽自适应：窗口加高、消除两端黑块（2026-09-13 v12.76，手机端不受影响） ===== */
@media (min-width: 769px) {
  .pd-video-wrap video, .pd-video-wrap-mp4 video { height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
}
/* ===== #1163b 桌面产品视频放开 640 限宽，吃满卡宽（2026-09-13 v12.78，!important 压过 .ls-specs 640 上限） ===== */
@media (min-width: 769px) {
  .pd-video-wrap video, .pd-video-wrap-mp4 video { max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
}
/* ===== #1164 图组网格空坑清理：删图后残留的无 img figure 一律隐藏（2026-09-13 v12.79，桌面手机同步） ===== */
.ls-figrow figure:not(:has(img)) { display: none !important; }
/* ===== #1167 登录/注册手机端：品牌区上下排 + 收紧左右留白（2026-09-13 v12.80） ===== */
@media (max-width: 768px) {
  .auth-v4 { padding: 16px 6px 48px; }
  .auth-v4-grid { gap: 14px; }
  .auth-v4-panel { padding: 14px 12px; border-radius: 12px; }
  .auth-v4-brand { flex-direction: column; align-items: flex-start; gap: 10px; }
  .auth-v4-brand h2 { font-size: 18px; }
  .auth-v4-logo img { height: 36px; }
}
/* ===== #1171 FAQ 详情页 meta 去框去胶囊：纯文本「分类：…　来源：…」标题下居中（2026-09-13 v12.81，桌面手机同步） ===== */
.faq-meta-plain { text-align: center; font-size: 13.5px; color: #8a94a6; margin: 4px 0 14px; line-height: 1.7; }
/* ===== #1172 目录树 FAQ 子条目虚线分隔（2026-09-13 v12.82，桌面手机同步） ===== */
.faq-cattree .faq-tree-leafs a.faq-tree-leaf { border-bottom: 1px dashed #d8e2ec; }
.faq-cattree .faq-tree-leafs a.faq-tree-leaf:last-child { border-bottom: none; }
/* #1172/#1175/#1177 自动滚动定位补偿：避开吸顶站头（全端生效：桌面滚到右栏头部、手机滚到下方列表头部） */
.sol-detail-header, .sol-main, .sol-bar, .faq-group { scroll-margin-top: calc(var(--header-h, 62px) + 10px); }
/* ===== #1178/#1180 「在新页面查看完整内容 ↗」sticky 跟随，双端统一左缘竖排挂签（手机 top=站头56+8，桌面 top=112px 实测避站头）2026-09-13 v12.90 ===== */
.faq-acc-openlink { position: sticky; top: calc(var(--header-h, 56px) + 8px); z-index: 20; background: #fff; width: 40px; text-align: center; padding: 8px 0; }
.faq-acc-openlink a { writing-mode: vertical-rl; letter-spacing: 3px; padding: 12px 7px; border-radius: 10px; }
@media (min-width: 769px) {
  /* #1181b 桌面挂签拉进面板 34px 左内衬区（-34px），正文零重叠；top 112px 实测避站头 */
  .faq-acc-openlink { top: 112px; width: 28px; margin-left: -34px; text-align: center; padding: 8px 0; }
  .faq-acc-openlink a { font-size: 12px; padding: 10px 6px; letter-spacing: 2px; }
}
/* ===== #1183 详情页「相关 FAQ宝典」条目虚线分隔（末条无边），与 #1172 目录树同款式样 2026-09-13 v12.93 ===== */
.faq-rel-list li { margin: 0 0 10px; padding-bottom: 10px; border-bottom: 1px dashed #d8e2ec; font-size: 13px; line-height: 1.5; }
.faq-rel-list li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.faq-rel-list li a { color: #334155; text-decoration: none; }
/* ===== #1184 全站药丸胶囊清除·纯文字化（去底色/边框/胶囊圆角/阴影，保留文字色与字重）2026-09-13 v12.94 ===== */
/* html 前缀提高特异性 + !important：压过 theme-navy/steel 及后加载规则的反杀 */
html .pd-tag-pill, html .kb-hub-stat, html .kb-hub-tag, html .kb-hub-tag-cnt,
html .sol-qc-item, html .section-tag, html .hm-prodcat-count, html .ind-hero-badge,
html .ind-quicknav-item, html .ind-section-tag, html .section-img-toggle, html .search-card-tag,
html .section-count, html .stage-nav-item, html .equip-cat1-count, html .rpt-radio,
html .eq-opt, html .kb-stat, html .kb-hot-tag, html .kb-card-badge, html .cmp-prod-btn,
html .video-group-cnt, html .vpg-cnt, html .faq-chips .chip, html .member-svc-badge,
html .pd-faq-cat, html .hm-cta-svc, html .kb-back-link, html .amb-hero-tag,
html .inv-tier-step, html .cm-hero-tag, html .cm-chan-cnt, html .cm-feat-tag,
html .cm-more-btn, html .amb-duo-tag, html .ebc-pill, html .ebc-card, html .sol-meta-c-chip {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
/* 计数/徽章类去底后补右间距，防止文字粘连 */
html .section-count, html .hm-prodcat-count, html .equip-cat1-count, html .video-group-cnt,
html .vpg-cnt, html .cm-chan-cnt, html .kb-hub-tag-cnt, html .kb-eng-count, html .member-svc-badge { margin-right: 6px; }
/* 原白字彩底元素改彩字（去底后不可见问题） */
html .section-count { color: #B85C38; font-weight: 700; }
html .search-card-tag { color: #8A6540; }
html .ind-section-tag { color: #8A6540; }
html .kb-hub-tag-cnt { color: #64748b; }
html .kb-hub-card-blue .kb-hub-tag-cnt { color: #1d5288; }
html .kb-hub-card-green .kb-hub-tag-cnt { color: #059669; }
html .kb-hub-card-orange .kb-hub-tag-cnt { color: #ea580c; }
/* 状态/悬停语义改字色+字重表达（原彩底态） */
html .sol-qc-item.active { color: #8C6D4F !important; font-weight: 700; }
html .stage-nav-item:hover, html .stage-nav-item.active { color: var(--primary, #1d5288) !important; font-weight: 700; text-decoration: underline; }
html .faq-chips .chip.active { color: var(--primary-light, #8C6D4F) !important; font-weight: 700; }
html .ind-quicknav-item:hover { color: #8A6540 !important; text-decoration: underline; }
html .kb-back-link:hover, html .cm-more-btn:hover, html .cmp-prod-btn:hover, html .sol-qc-item:hover { text-decoration: underline; }
html .kb-hot-tag { color: #fff; }
html .kb-hot-tag:hover, html .kb-hot-tag.active { color: #fff !important; text-decoration: underline; }
html .inv-tier-step.done { color: #0f7a52; font-weight: 700; }
html .eq-opt.active-have { color: #8A6540 !important; font-weight: 700; }
html .eq-opt.active-need { color: #ea580c !important; font-weight: 700; }
html .eq-opt.active-noneed { color: #64748b !important; font-weight: 700; }
html .eq-opt.active-other { color: #7c3aed !important; font-weight: 700; }
/* ===== #1194 产品矩阵卡片标题/描述独立超链接（2026-09-13 v12.98） ===== */
/* 有独立链接的卡外层渲染为 div + .hm-prodcat-hit 透明铺满点击层（默认整卡链接），标题/描述内嵌 a 置顶层 */
.hm-prodcat-card{position:relative}
div.hm-prodcat-card{cursor:pointer}
.hm-prodcat-hit{position:absolute;inset:0;z-index:1;border-radius:inherit;font-size:0;color:transparent;outline:none}
.hm-prodcat-hit:focus-visible{z-index:3;outline:2px solid var(--primary,#2a6eb0);outline-offset:-2px}
.hm-prodcat-card h3 a,.hm-prodcat-card p a{position:relative;z-index:2;color:inherit;text-decoration:none}
.hm-prodcat-card h3 a:hover{text-decoration:underline}
.hm-prodcat-card p a:hover{text-decoration:underline}

/* ===== #1202 嘉品公社底部互联 CTA（2026-09-13 v13.00） ===== */
.cm-cta{margin:34px 0 20px}/* #1202b 与页脚留 20px */
.cm-cta-box{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#123a8f,#1d55c7 55%,#2a6eb0);padding:30px 34px;box-shadow:0 8px 30px rgba(18,58,143,.25)}
.cm-cta-box::after{content:'';position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.cm-cta-brand{font-size:21px;font-weight:800;color:#ffd89b;letter-spacing:2px;margin-bottom:8px;position:relative}
.cm-cta-slogan{font-size:14.5px;color:rgba(255,255,255,.92);line-height:1.7;margin:0 0 18px;position:relative}
.cm-cta-links{display:flex;flex-wrap:wrap;gap:10px;position:relative}
.cm-cta-links a{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);color:#fff;font-size:14.5px;font-weight:600;text-decoration:none;transition:background .2s}
.cm-cta-links a:hover{background:rgba(255,255,255,.24)}

/* #1202c 修复：13421 行 .site-main > :last-child 清零末元素 margin，CTA 底距被吞 → 同特异性后加载覆回 20px */
.site-main > .cm-cta{margin-bottom:20px}

/* ===== #1211 全站统计数字纤细体（2026-09-14） =====
   覆盖范围：首页/关于 hero 统计、行业配套、知识库 hub、公社、三官、行业页、
   会员中心统计卡、检索页统计行；数字从 700/800 → 300 纤细体 */
.hero-stats strong, .kb-hub-stat strong, .ind-hero-card strong,
.amb-hs b, .amb-fact b, .cm-hs b,
.cm-hero-stats-grid .cta-stat strong, .sol-stat-num, .member-stat-num,
.site-search-meta strong, .site-search-tips strong { font-weight: 300 !important; }

/* #1212/#1213 计数徽章纤细体（2026-09-14）——目录页 + 头部导航下拉浮窗（drop-cnt 全站同组件统一纤细） */
.pcat-page .drop-cnt, .dropdown-mega .drop-cnt, .faq-cat-cols a .drop-cnt { font-weight: 300 !important; }

/* ===== #1147z2 FAQ 手风琴答案卡/详情正文防溢出兜底（2026-09-15） =====
   真实设备字体更宽/浏览器视口策略差异下，长词、宽表格、内联固定宽元素会把页面撑破视口，
   再被 html{overflow-x:clip} 直接裁掉（截了多半且无法横滚）。在答案容器内就地约束：
   文本强制断行、媒体不超宽 —— 与 769-991 minmax(0,1fr) 修复双保险。
   #1147z2e（2026-09-15）：按用户指令「去掉框」——删除 table{max-width:100%} 一行，
   表格横向滚动条统一交由移动端 mobile.css v4.24 的 !important 规则找回（该行
   会与 .article-body table{display:block;width:max-content} 的滚动机制打架） */
.faq-acc-answer, .faq-detail-body { min-width: 0; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.faq-acc-answer pre, .faq-detail-body pre { white-space: pre-wrap; overflow-x: auto; }
.faq-acc-answer img, .faq-detail-body img, .faq-acc-answer video, .faq-detail-body video, .faq-acc-answer iframe, .faq-detail-body iframe { max-width: 100% !important; }
.faq-acc-head .faq-title { overflow-wrap: anywhere; }

/* ===== #1144d 规格参数编号排版 ===== */
.spnum-sec{margin:14px 0;padding:14px 16px;border-radius:8px;background:#f8fafc;border:1px solid #e5eaf1}
.spnum-sec.spnum-blue{border-left:3px solid #2f7bd9}
.spnum-sec.spnum-orange{border-left:3px solid #f08c1a;background:#fffaf3}
.spnum-h{font-size:14px;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:6px}
.spnum-sec.spnum-blue .spnum-h{color:#2f7bd9}
.spnum-sec.spnum-orange .spnum-h{color:#c26a10}
.spnum-h::before{content:"";width:8px;height:8px;border-radius:50%;display:inline-block;background:currentColor;flex:0 0 auto}
.spnum-list{list-style:none;margin:0;padding:0}
.spnum-list li{position:relative;padding:4px 0 4px 26px;font-size:13.5px;line-height:1.7;color:#333b47}
.spnum-n{position:absolute;left:0;top:6px;width:18px;height:18px;border-radius:50%;font-size:11.5px;line-height:18px;text-align:center;color:#fff;font-weight:600}
.spnum-sec.spnum-blue .spnum-n{background:#2f7bd9}
.spnum-sec.spnum-orange .spnum-n{background:#f08c1a}
.spnum-2col{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}
@media (max-width:768px){.spnum-2col{grid-template-columns:1fr}.spnum-list li{font-size:13.5px}}
/* ===== end #1144d ===== */
