/* 卖家精灵 2026 版中文首页样式 —— 全部限定在 .ss-home-2026 作用域内 */
:root{--brand:#ff8b2c;
  --brand-2:#ff9a34;
  --brand-deep:#ff7c1d;
  --ink:#24304d;
  --ink-2:#2A2F3A;
  --muted:#7b7f8f;
  --line:rgba(238,226,214,.92);
  --bg:#fdfbf8;
  --bg-2:#fff2e3;
  --card:#FFFFFF;
  --shadow:0 24px 80px rgba(242,147,59,.12);
  --shadow-sm:0 8px 20px -10px rgba(20,20,30,.18);
  --radius:18px;
  --radius-lg:26px;}
.ss-home-2026,.ss-home-2026 *{box-sizing:border-box;margin:0;padding:0}
.ss-home-2026{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}

/* ===== 中和层 =====
   本页同时加载了老版 bootstrap.css / front.css，它们用元素级选择器
   （h1~h6{font-size}、p{color;line-height} 等）接管了首页内部元素。
   这里把基线恢复成设计稿假定的浏览器默认值。
   特异性 (0,1,1)：高于老 CSS 的 (0,0,1)，低于下方设计稿自身的 (0,2,1)，
   因此只兜底那些设计稿未显式设置的元素，不会覆盖设计稿本身。 */
.ss-home-2026 h1,.ss-home-2026 h2,.ss-home-2026 h3,
.ss-home-2026 h4,.ss-home-2026 h5,.ss-home-2026 h6{font-family:inherit;font-weight:bold;line-height:inherit;color:inherit}
.ss-home-2026 h1{font-size:2em}
.ss-home-2026 h2{font-size:1.5em}
.ss-home-2026 h3{font-size:1.17em}
.ss-home-2026 h4{font-size:1em}
.ss-home-2026 h5{font-size:.83em}
.ss-home-2026 h6{font-size:.67em}
.ss-home-2026 p{color:inherit;line-height:inherit}
.ss-home-2026 ul,.ss-home-2026 ol{list-style:none}
.ss-home-2026 strong,.ss-home-2026 b{font-weight:700}
.ss-home-2026 img{vertical-align:initial;border-style:none}
.ss-home-2026 input,.ss-home-2026 button,.ss-home-2026 textarea{font-family:inherit;color:inherit}
.ss-home-2026 .btn{border:none;line-height:inherit}
/* ===== 中和层结束 ===== */
.ss-home-2026 a{color:inherit;text-decoration:none}
.ss-home-2026 img{max-width:100%;display:block}
.ss-home-2026 button{font-family:inherit;cursor:pointer;border:none;background:none}
.ss-home-2026 .container{max-width:1240px;margin:0 auto;padding:0 24px}
.ss-home-2026 .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(255,139,44,.08);color:var(--brand-deep);font-size:13px;font-weight:600;letter-spacing:.02em}
.ss-home-2026 .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(255,139,44,.16)}
.ss-home-2026 .h-section{font-size:36px;font-weight:800;letter-spacing:-.01em;line-height:1.18}
.ss-home-2026 .h-section span.accent{background:linear-gradient(120deg,var(--brand-2),var(--brand-deep));-webkit-background-clip:text;background-clip:text;color:transparent}
.ss-home-2026 .lead{color:var(--muted);font-size:16px;max-width:720px;margin-top:12px}
.ss-home-2026 .btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:12px;font-weight:600;font-size:14px;transition:.25s ease;white-space:nowrap}
.ss-home-2026 .btn-primary{background:linear-gradient(120deg,var(--brand-2),var(--brand));color:#fff;border-color:transparent;box-shadow:var(--shadow)}
.ss-home-2026 .btn-primary:hover{transform:translateY(-2px);color:#fff;background:linear-gradient(120deg,var(--brand-2),var(--brand));border-color:transparent;box-shadow:0 22px 50px -18px rgba(255,139,44,.45)}
.ss-home-2026 .btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.ss-home-2026 .btn-ghost:hover{border-color:var(--brand);color:var(--brand);background:#fff}
.ss-home-2026 .btn-light{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(8px)}
.ss-home-2026 .btn-light:hover{background:rgba(255,255,255,.22);color:#fff}
/* 压过 bootstrap .btn / .btn-primary 的蓝色 focus/active，点击改为主题色 */
/* 只压 focus/active 的蓝色；不要写 a:visited{color:inherit}，会盖掉 honor-cta 等主题色链接 */
.ss-home-2026 a:focus,.ss-home-2026 a:active{color:inherit}
.ss-home-2026 .btn:focus,.ss-home-2026 .btn.focus{outline:0;box-shadow:none}
.ss-home-2026 .btn-primary:focus,.ss-home-2026 .btn-primary.focus,
.ss-home-2026 .btn-primary:not(:disabled):not(.disabled):active,
.ss-home-2026 .btn-primary:not(:disabled):not(.disabled).active,
.ss-home-2026 .btn-primary:not(:disabled):not(.disabled):active:focus,
.ss-home-2026 .btn-primary:not(:disabled):not(.disabled).active:focus{color:#fff;background:linear-gradient(120deg,var(--brand-2),var(--brand));border:none;outline:0;box-shadow:var(--shadow)}
/* visited 也会命中上面的 a:visited{color:inherit}，主按钮必须显式拉回白色 */
.ss-home-2026 a.btn-primary,.ss-home-2026 a.btn-primary:hover,.ss-home-2026 a.btn-primary:focus,.ss-home-2026 a.btn-primary:active,.ss-home-2026 a.btn-primary:visited{color:#fff}
.ss-home-2026 .btn-ghost:focus,.ss-home-2026 .btn-ghost.focus,
.ss-home-2026 .btn-ghost:not(:disabled):not(.disabled):active,
.ss-home-2026 .btn-ghost:not(:disabled):not(.disabled).active{color:var(--brand);background:#fff;border-color:var(--brand);outline:0;box-shadow:none}
.ss-home-2026 a.btn-ghost:hover,.ss-home-2026 a.btn-ghost:focus,.ss-home-2026 a.btn-ghost:active{color:var(--brand)}
.ss-home-2026 .btn-light:focus,.ss-home-2026 .btn-light.focus,
.ss-home-2026 .btn-light:not(:disabled):not(.disabled):active,
.ss-home-2026 .btn-light:not(:disabled):not(.disabled).active{color:#fff;background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.28);outline:0;box-shadow:none}
.ss-home-2026 a.btn-light,.ss-home-2026 a.btn-light:hover,.ss-home-2026 a.btn-light:focus,.ss-home-2026 a.btn-light:active,.ss-home-2026 a.btn-light:visited{color:#fff}
.ss-home-2026 .hero-search .search-btn:focus,.ss-home-2026 .hero-search .search-btn:active,
.ss-home-2026 .hero-search .search-btn:focus-visible{outline:0;color:#fff;background:linear-gradient(120deg,var(--brand-2),var(--brand));box-shadow:none}
.ss-home-2026 a:focus,.ss-home-2026 a:active,.ss-home-2026 a:focus-visible,
.ss-home-2026 button:focus,.ss-home-2026 button:active,.ss-home-2026 button:focus-visible{outline:0}
/* ============ Top notice ============ */
.ss-home-2026 .notice{background:linear-gradient(120deg,#1A1F2B,#2A2F3A);color:#fff;font-size:13px}
.ss-home-2026 .notice .container{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:9px;padding-bottom:9px;flex-wrap:wrap}
.ss-home-2026 .notice .pill{background:linear-gradient(120deg,var(--brand-2),var(--brand));color:#fff;padding:2px 10px;border-radius:999px;font-weight:700;font-size:12px}
.ss-home-2026 .notice a{color:#ffb06e;border-bottom:1px dashed rgba(255,176,110,.5)}
/* ============ Hero ============ */
.ss-home-2026 .hero{padding:80px 0 72px;background:linear-gradient(180deg,#fffdfb 0%,#fffaf4 35%,var(--bg) 100%);position:relative;z-index:1;clip-path:inset(0 0 -420px 0);overflow-x:clip}
.ss-home-2026 .hero::before{content:"";position:absolute;top:-180px;right:-180px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,139,44,.07) 0%,transparent 70%);pointer-events:none}
.ss-home-2026 .hero .container{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;position:relative}
.ss-home-2026 .hero-content h1{font-size:52px;font-weight:900;line-height:1.12;letter-spacing:-.02em;margin-bottom:18px}
.ss-home-2026 .hero-content h1 .gradient-text{background:linear-gradient(120deg,var(--brand-2),var(--brand-deep));-webkit-background-clip:text;background-clip:text;color:transparent}
.ss-home-2026 .hero-content .trust-line{display:flex;align-items:center;gap:12px;margin-top:20px;flex-wrap:wrap}
.ss-home-2026 .hero-content .trust-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:600;color:var(--ink-2)}
.ss-home-2026 .hero-content .trust-badge svg{width:16px;height:16px;fill:var(--brand)}
.ss-home-2026 .hero-content .trust-badge.highlight{background:linear-gradient(120deg,rgba(255,139,44,.08),rgba(255,139,44,.08));border-color:rgba(255,139,44,.2);color:var(--brand-deep)}
.ss-home-2026 .hero-content .desc{font-size:17px;color:var(--muted);margin-top:16px;line-height:1.65;max-width:540px}
.ss-home-2026 .hero-cta{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}
.ss-home-2026 .hero-search{display:flex;align-items:center;gap:8px;margin-top:28px;max-width:560px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px 8px 8px 18px;box-shadow:0 10px 30px -16px rgba(255,139,44,.3)}
.ss-home-2026 .hero-search input{flex:1;border:none;outline:none;background:none;font-size:15px;color:var(--ink);font-family:inherit}
.ss-home-2026 .hero-search input::placeholder{color:var(--muted)}
.ss-home-2026 .hero-search .search-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border-radius:10px;font-weight:700;font-size:14px;color:#fff;background:linear-gradient(120deg,var(--brand-2),var(--brand));white-space:nowrap}
.ss-home-2026 .hero-credentials{display:flex;align-items:center;gap:20px;margin-top:16px;font-size:13px;color:var(--brand-deep);flex-wrap:wrap}
.ss-home-2026 .hero-credentials span{display:inline-flex;align-items:center;gap:5px;font-weight:400}
.ss-home-2026 .hero-credentials svg{width:15px;height:15px;fill:var(--brand)}
.ss-home-2026 .hero-visual{position:relative}
.ss-home-2026 .video-player{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/10}
.ss-home-2026 .video-player img{width:100%;height:100%;object-fit:cover;}
.ss-home-2026 .video-player .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s;box-shadow:0 8px 30px rgba(0,0,0,.3)}
.ss-home-2026 .video-player:hover .play-btn,.ss-home-2026 .video-player:focus-visible .play-btn{opacity:1;visibility:visible}
.ss-home-2026 .video-player .play-btn:hover{transform:translate(-50%,-50%) scale(1.08);background:#fff}
.ss-home-2026 .video-player .play-btn svg{width:28px;height:28px;fill:var(--brand);margin-left:3px}
.ss-home-2026 .video-player .video-title{position:absolute;bottom:0;left:0;right:0;padding:18px 20px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);color:#fff;font-size:15px;font-weight:600}
/* ============ Stats ============ */
.ss-home-2026 .stats{padding:0 0 72px;background:var(--bg)}
.ss-home-2026 .stats .container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.ss-home-2026 .stat-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 28px;box-shadow:0 12px 30px -20px rgba(36,48,77,.18)}
.ss-home-2026 .stat-item .num{font-size:44px;font-weight:900;color:var(--ink);line-height:1;display:flex;align-items:baseline;gap:2px}
.ss-home-2026 .stat-item .num .unit{font-size:22px;font-weight:800;color:var(--brand)}
.ss-home-2026 .stat-item .label{font-size:14px;color:var(--muted);margin-top:14px}
.ss-home-2026 .stat-item .sub{display:inline-flex;align-items:center;gap:5px;margin-top:14px;font-size:13px;font-weight:600;color:#5aa86a}
/* ============ Section ============ */
.ss-home-2026 .section{padding:72px 0}
.ss-home-2026 .section-header{text-align:center;margin-bottom:56px}
/* ============ AI Tools ============ */
.ss-home-2026 .ai-tools{background:linear-gradient(180deg,var(--bg) 0%,#fff 100%)}
.ss-home-2026 .ai-tools .container{max-width:1288px}
/* ---- AI 参谋 · Tab 详解 ---- */
.ss-home-2026 .ai-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:40px}
.ss-home-2026 .ai-tab{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:15px;font-weight:700;color:var(--ink-2);transition:.25s}
.ss-home-2026 .ai-tab>span{position:relative;z-index:2}
.ss-home-2026 .ai-tab::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:rgba(255,255,255,.22);transform:scaleX(0);transform-origin:left}
.ss-home-2026 .ai-tab:hover{border-color:rgba(255,139,44,.5);color:var(--brand)}
.ss-home-2026 .ai-tab.active{background:linear-gradient(135deg,var(--brand),var(--brand-2));border-color:transparent;color:#fff;box-shadow:0 12px 24px -12px rgba(255,139,44,.6)}
.ss-home-2026 .ai-tab.active.is-timing::before{animation:aiTabProgress 7s linear forwards}
.ss-home-2026 .ai-tools.is-carousel-paused .ai-tab.active::before{animation-play-state:paused}
.ss-home-2026 .ai-panels{margin-top:30px}
.ss-home-2026 .ai-panel{display:none;width:1240px;max-width:100%;height:497px;grid-template-columns:minmax(0,1fr) 679px;gap:32px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;box-shadow:0 24px 60px -34px rgba(36,48,77,.25)}
.ss-home-2026 .ai-panel.active{display:grid;animation:aifade .42s ease}
@keyframes aiTabProgress{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}
@keyframes aifade{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:none}
}
@media (prefers-reduced-motion:reduce){
  .ss-home-2026 .ai-tab.active.is-timing::before{animation:none}
}
.ss-home-2026 .ai-panel .scene{display:inline-block;font-size:13px;font-weight:600;color:var(--brand-deep);background:rgba(255,139,44,.1);border-radius:999px;padding:6px 14px;margin-bottom:16px;line-height:1.5}
.ss-home-2026 .ai-panel h3{font-size:26px;font-weight:900;color:var(--ink);line-height:1.25;margin-bottom:20px}
.ss-home-2026 .ai-panel ul{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.ss-home-2026 .ai-panel ul li{display:flex;gap:11px;font-size:14px;color:var(--muted);line-height:1.6}
.ss-home-2026 .ai-panel ul li svg{width:20px;height:20px;flex-shrink:0;fill:var(--brand);margin-top:1px}
.ss-home-2026 .ai-panel ul li b{color:var(--ink);font-weight:700;display:block;margin-bottom:2px}
.ss-home-2026 .ai-panel .pcta{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(120deg,var(--brand-2),var(--brand));padding:11px 22px;border-radius:12px;box-shadow:var(--shadow);transition:.25s}
.ss-home-2026 .ai-panel .pcta:hover{transform:translateY(-2px);gap:11px}
.ss-home-2026 .ai-panel .pcta svg{width:17px;height:17px;fill:currentColor}
/* 右侧 mock */
.ss-home-2026 .ai-mock{background:linear-gradient(160deg,#fff,#fff6ec);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 18px 50px -26px rgba(255,139,44,.45)}
.ss-home-2026 .ai-analysis-image{width:679px;max-width:100%;height:385px;display:block;object-fit:contain;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px -26px rgba(36,48,77,.22)}
.ss-home-2026 #ai-panel-0 .ai-analysis-image{border:0;box-shadow:none}
.ss-home-2026 #ai-panel-1 .ai-analysis-image{border:0;box-shadow:none}
.ss-home-2026 #ai-panel-2 .ai-analysis-image{border:0;box-shadow:none}
.ss-home-2026 #ai-panel-3 .ai-analysis-image{border:0;box-shadow:none}
.ss-home-2026 .ai-panel>.ai-mock{width:679px;max-width:100%;height:385px}
.ss-home-2026 .ai-mock .mh{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.ss-home-2026 .ai-mock .mh .t{font-size:13px;font-weight:700;color:var(--ink)}
.ss-home-2026 .ai-mock .mh .live{font-size:11px;font-weight:700;color:#5aa86a;display:inline-flex;align-items:center;gap:5px}
.ss-home-2026 .ai-mock .mh .live::before{content:"";width:7px;height:7px;border-radius:50%;background:#5aa86a;box-shadow:0 0 0 3px rgba(90,168,106,.18)}
.ss-home-2026 .mk-curve{position:relative;height:158px;border-radius:10px;background:linear-gradient(180deg,rgba(255,139,44,.08),transparent);overflow:hidden}
.ss-home-2026 .mk-curve svg{width:100%;height:100%;display:block}
.ss-home-2026 .mk-curve .dot{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--brand);border:2px solid #fff;box-shadow:0 0 0 3px rgba(255,139,44,.25)}
.ss-home-2026 .mk-report{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ss-home-2026 .mk-report .rc{background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px}
.ss-home-2026 .mk-report .rc .l{font-size:11px;color:var(--muted)}
.ss-home-2026 .mk-report .rc .v{font-size:18px;font-weight:900;color:var(--ink);margin-top:5px}
.ss-home-2026 .mk-report .rc .v s{text-decoration:none;font-size:11px;color:var(--brand);font-weight:700;margin-left:4px}
.ss-home-2026 .mk-list{display:flex;flex-direction:column;gap:11px}
.ss-home-2026 .mk-list .row{display:flex;align-items:center;gap:11px}
.ss-home-2026 .mk-list .row .sq{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,rgba(255,139,44,.22),rgba(255,139,44,.05));flex-shrink:0}
.ss-home-2026 .mk-list .row .info{flex:1;display:flex;flex-direction:column;gap:6px}
.ss-home-2026 .mk-list .row .info .bar{height:7px;border-radius:4px;background:#eee4d8}
.ss-home-2026 .mk-list .row .tg{font-size:10px;font-weight:700;color:var(--brand-deep);background:#fff6ec;border:1px solid rgba(255,139,44,.2);border-radius:6px;padding:3px 8px;white-space:nowrap}
.ss-home-2026 .mk-expand{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ss-home-2026 .mk-expand .col{background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px}
.ss-home-2026 .mk-expand .col h6{font-size:11px;color:var(--brand-deep);font-weight:800;margin-bottom:8px}
.ss-home-2026 .mk-expand .col span{display:block;font-size:12px;color:var(--ink-2);padding:6px 0;border-bottom:1px dashed var(--line)}
.ss-home-2026 .mk-expand .col span:last-child{border-bottom:none}
/* 传统功能 · Bento 网格 */
.ss-home-2026 .tools{background:#fff}
.ss-home-2026 .bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(150px,auto);gap:16px;margin-top:44px}
.ss-home-2026 .bcell{position:relative;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:22px;transition:.3s;overflow:hidden;display:flex;flex-direction:column}
.ss-home-2026 .bcell:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(255,139,44,.32)}
.ss-home-2026 .bcell .bt{display:flex;align-items:center;gap:9px;margin-bottom:7px}
.ss-home-2026 .tool-title-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.ss-home-2026 .bcell .bt .tool-title-icon svg{width:22px;height:22px;fill:var(--brand);flex-shrink:0}
.ss-home-2026 .bcell .bt h4{font-size:15px;font-weight:800;color:var(--ink)}
.ss-home-2026 .bcell .bd{font-size:13px;color:var(--muted);line-height:1.55}
.ss-home-2026 .bcell .bgo{margin-top:auto;font-size:13px;font-weight:700;color:var(--brand);display:inline-flex;align-items:center;gap:5px;padding-top:14px;transition:gap .25s}
.ss-home-2026 .bcell:hover .bgo{gap:9px}
.ss-home-2026 .bcell .bviz{margin-top:16px;flex:1;display:flex;align-items:flex-end}
.ss-home-2026 .bcell .tool-image-placeholder{margin-top:24px;width:100%;border:1px dashed rgba(255,139,44,.42);border-radius:12px;background:linear-gradient(145deg,#fffaf4,#fff2e4);color:var(--brand-deep);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ss-home-2026 .tool-image-placeholder--wide{height:112px}
.ss-home-2026 .tool-image-placeholder--compact{height:88px}
.ss-home-2026 .keyword-reverse-visual{position:relative;margin-top:24px;width:100%;height:95px;overflow:hidden;flex-shrink:0}
.ss-home-2026 .keyword-reverse-traffic{position:absolute;inset:0;min-width:0;margin:0;background:transparent;display:block;overflow:visible}
.ss-home-2026 .keyword-reverse-product{position:absolute;left:11px;top:2px;width:74.4px;height:91.33px;padding:0;object-fit:contain;display:block;mix-blend-mode:multiply}
.ss-home-2026 .keyword-reverse-data{position:absolute;left:123px;top:2px;min-width:0;padding:0}
.ss-home-2026 .keyword-reverse-data strong{display:block;font-size:13px;line-height:18px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ss-home-2026 .keyword-reverse-count{margin-top:4px;color:var(--muted);font-size:13px;line-height:18px;white-space:nowrap}
.ss-home-2026 .keyword-reverse-count b{font-size:13px;color:var(--muted);font-weight:400}
.ss-home-2026 .keyword-reverse-legends{position:absolute;left:129px;top:50px;min-width:0;padding:0;display:flex;flex-direction:column;justify-content:flex-start;gap:5px}
.ss-home-2026 .keyword-reverse-legend{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:13px;line-height:18px;font-weight:400;white-space:nowrap}
.ss-home-2026 .keyword-reverse-legend i{width:10px;height:10px;border-radius:1.667px;flex-shrink:0}
.ss-home-2026 .keyword-reverse-legend--organic i{background:#ffae2d;box-shadow:none}
.ss-home-2026 .keyword-reverse-legend--ad i{background:#9fa9f4;box-shadow:none}
.ss-home-2026 .keyword-mining-visual{position:relative;margin-top:24px;width:100%;height:95px;overflow:hidden;flex-shrink:0}
.ss-home-2026 .keyword-mining-copy{position:relative;width:100%;height:95px;min-width:0;padding:0;display:block}
.ss-home-2026 .keyword-mining-copy strong{display:block;font-size:13px;line-height:18px;color:#000;font-weight:500;white-space:nowrap}
.ss-home-2026 .keyword-mining-copy small{display:block;margin-top:2px;color:var(--muted);font-size:13px;line-height:18px;font-weight:400}
.ss-home-2026 .keyword-mining-tags{position:absolute;top:6px;left:130px;display:flex;gap:16px;margin:0}
.ss-home-2026 .keyword-mining-tags span{padding:4px;border-radius:4px;background:#f7f2eb;color:#fb8c1e;font-size:13px;line-height:18px;font-weight:500;white-space:nowrap}
.ss-home-2026 .keyword-mining-products{position:absolute;top:47px;left:0;min-width:0;padding:0;display:flex;align-items:center;gap:24px;background:transparent}
.ss-home-2026 .keyword-mining-product{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:0;background:transparent;display:block;overflow:hidden}
.ss-home-2026 .keyword-mining-product:nth-child(3){width:33.85px;min-width:33.85px}
.ss-home-2026 .keyword-mining-product img{width:100%;height:100%;padding:0;object-fit:cover;display:block;mix-blend-mode:normal}
.ss-home-2026 .ad-insight-visual{position:relative;margin-top:24px;width:calc(100% + 2px);height:113px;overflow:hidden;display:flex;flex-direction:column;gap:8px;padding:8px 0 0;box-sizing:border-box;flex-shrink:0}
.ss-home-2026 .ad-insight-top{height:19px;min-width:0;padding:0;border:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-shrink:0}
.ss-home-2026 .ad-insight-summary{min-width:0;margin:0;color:var(--ink);font-size:13px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ss-home-2026 .ad-insight-summary strong{color:var(--brand);font-weight:500}
.ss-home-2026 .ad-insight-filter-list{display:flex;align-items:center;gap:4px;flex-shrink:0}
.ss-home-2026 .ad-insight-filter{min-width:0;padding:2px 4px;border:1px solid rgba(123,127,143,.5);border-radius:4px;background:transparent;color:var(--muted);font-size:11px;line-height:15px;text-align:center;font-weight:400}
.ss-home-2026 .ad-insight-filter.is-active{border-color:var(--brand);background:rgba(251,140,30,.08);color:var(--brand)}
.ss-home-2026 .ad-insight-groups{height:70px;min-height:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ss-home-2026 .ad-insight-group{position:relative;min-width:0;height:70px;overflow:hidden;border:1px solid #efc8a5;border-radius:4px;background:#fffbf7;display:grid;grid-template-columns:54px minmax(0,1fr);gap:6px;align-items:start;padding:8px}
.ss-home-2026 .ad-insight-group--sbv{border-color:#efc8a5;background:#fffbf7}
.ss-home-2026 .ad-insight-group--sp{border-color:#efc8a5;background:#fffbf7}
.ss-home-2026 .ad-insight-image{width:54px;height:54px;object-fit:cover;display:block;background:transparent}
.ss-home-2026 .ad-insight-copy{min-width:0;padding:0;display:flex;flex-direction:column;justify-content:center;gap:6px;height:54px}
.ss-home-2026 .ad-insight-copy strong,.ss-home-2026 .ad-insight-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ss-home-2026 .ad-insight-copy strong{color:#000;font-size:12px;line-height:17px;font-weight:400}
.ss-home-2026 .ad-insight-copy span{margin-top:0;color:#000;font-size:11px;line-height:15px}
.ss-home-2026 .ad-insight-type{position:absolute;top:0;right:0;padding:2px 4px;border-radius:0 0 0 3px;color:#fff;font-size:11px;line-height:15px;font-weight:400}
.ss-home-2026 .ad-insight-group--sbv .ad-insight-type{background:#d9a06b}
.ss-home-2026 .ad-insight-group--sp .ad-insight-type{background:#d9a06b}
.ss-home-2026 .review-brief-visual{margin-top:24px;width:calc(100% + 2px);height:111px;display:grid;grid-template-columns:95px 141px;gap:6px;padding-top:8px;box-sizing:border-box;overflow:hidden;flex-shrink:0}
.ss-home-2026 .review-brief-symbol{width:95px;height:95px;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden}
.ss-home-2026 .review-brief-image{width:98px;height:98px;padding:0;object-fit:contain;display:block}
.ss-home-2026 .review-brief-content{width:141px;height:95px;min-width:0;padding:0;display:flex;flex-direction:column;justify-content:flex-start}
.ss-home-2026 .review-brief-summary{margin:0;font-size:12px;line-height:17px;color:#000}
.ss-home-2026 .review-brief-legend{display:flex;align-items:flex-start;flex-wrap:wrap;column-gap:16px;row-gap:6px;margin-top:6px}
.ss-home-2026 .review-brief-legend-item{display:inline-flex;align-items:center;gap:4px;color:#000;font-size:12px;line-height:17px;white-space:nowrap}
.ss-home-2026 .review-brief-legend-item--risk{flex-basis:100%}
.ss-home-2026 .review-brief-legend-item i{width:6px;height:6px;border-radius:50%}
.ss-home-2026 .review-brief-legend-item--positive i{background:#5d9455}
.ss-home-2026 .review-brief-legend-item--negative i{background:#bb5a5a}
.ss-home-2026 .review-brief-legend-item--risk i{background:#b6782e}
.ss-home-2026 .product-selection-visual{position:relative;margin-top:24px;width:100%;height:117px;overflow:visible;display:block;flex-shrink:0}
.ss-home-2026 .product-selection-product{position:absolute;left:0;top:0;width:123px;height:117px;display:flex;align-items:center;justify-content:center;background:#f7f2eb;border-radius:24px}
.ss-home-2026 .product-selection-image{width:64px;height:84.21px;max-width:none;object-fit:cover;display:block}
.ss-home-2026 .product-selection-data{position:absolute;left:147px;top:0;width:calc(100% - 147px);height:117px;min-width:0;padding:0;display:flex;flex-direction:column;justify-content:flex-start}
.ss-home-2026 .product-selection-title{font-size:13px;line-height:18px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ss-home-2026 .product-selection-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px;margin-top:4px}
.ss-home-2026 .product-selection-metric{min-width:0;padding:0;border:0;border-radius:0;background:transparent}
.ss-home-2026 .product-selection-metric span{display:block;font-size:13px;line-height:18px;color:var(--muted);white-space:nowrap}
.ss-home-2026 .product-selection-metric b{display:block;margin-top:4px;font-size:18px;line-height:25px;font-weight:600;color:#fb8c1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ss-home-2026 .patent-visual{margin-top:24px;width:calc(100% + 2px);height:111px;overflow:hidden;display:flex;gap:6px;padding-top:8px;box-sizing:border-box;flex-shrink:0}
.ss-home-2026 .patent-product{width:95px;height:95px;display:flex;align-items:center;justify-content:center;background:transparent}
.ss-home-2026 .patent-image{width:80px;height:96.09px;max-width:none;object-fit:cover;display:block;filter:none}
.ss-home-2026 .patent-data{width:141px;min-width:0;height:95px;padding:0;display:flex;flex-direction:column;justify-content:flex-start;gap:8px}
.ss-home-2026 .patent-match{font-size:12px;line-height:17px;font-weight:400;color:var(--ink);white-space:nowrap}
.ss-home-2026 .patent-match b{margin-left:4px;font-size:12px;color:#fb8c1e;font-weight:600}
.ss-home-2026 .patent-name{order:-1;margin:0;font-size:12px;line-height:17px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ss-home-2026 .patent-number{font-size:12px;line-height:17px;color:var(--muted);white-space:nowrap}
.ss-home-2026 .patent-details{display:grid;gap:0;margin:0}
.ss-home-2026 .patent-detail{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px;line-height:17px}
.ss-home-2026 .patent-detail dt{font-size:12px;color:var(--muted);white-space:nowrap}
.ss-home-2026 .patent-detail dd{margin:0;font-size:12px;color:#000;font-weight:400;white-space:nowrap}
.ss-home-2026 .market-opportunity-visual{position:relative;margin-top:24px;width:calc(100% + 2px);height:319px;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0}
.ss-home-2026 .market-products{height:134px;min-height:0;background:transparent;flex:none;display:flex;align-items:center;justify-content:center}
.ss-home-2026 .market-products-image{width:100%;height:100%;object-fit:contain;display:block}
.ss-home-2026 .market-opportunity-heading{display:flex;align-items:flex-start;justify-content:flex-start;height:28px;min-height:0;margin-top:14px;flex:none}
.ss-home-2026 .market-opportunity-heading h4{font-size:20px;line-height:28px;font-weight:600;color:var(--ink)}
.ss-home-2026 .market-metrics{display:flex;align-items:flex-start;justify-content:space-between;gap:0;height:47px;min-height:0;padding:0;margin-top:16px;flex:none}
.ss-home-2026 .market-metric{min-width:0;text-align:left;padding:0;border-radius:0;background:transparent;border:0}
.ss-home-2026 .market-metric span{display:block;font-size:13px;line-height:18px;color:var(--muted);white-space:nowrap}
.ss-home-2026 .market-metric b{display:block;margin-top:4px;font-size:18px;line-height:25px;color:#fb8c1e;font-weight:600;white-space:nowrap}
.ss-home-2026 .market-trend-chart{height:64px;min-height:0;padding:0;margin-top:16px;flex:none}
.ss-home-2026 .market-trend-chart-svg{width:100%;height:100%;display:block;overflow:visible}
.ss-home-2026 .market-trend-grid{stroke:#e8ded4;stroke-width:1;stroke-dasharray:3 4}
.ss-home-2026 .market-trend-axis-label{fill:#9a9087;font-size:5px;font-weight:600}
.ss-home-2026 .market-trend-line{fill:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.ss-home-2026 .market-trend-line--orange{stroke:#ff8b2c}
.ss-home-2026 .market-trend-line--blue{stroke:#4b8fd8}
.ss-home-2026 .market-trend-line--green{stroke:#63a85f}
.ss-home-2026 .market-trend-line--purple{stroke:#a678d1}
.ss-home-2026 .market-trend-endpoint{stroke:#fff;stroke-width:1.5}
.ss-home-2026 .bhero{grid-column:1/3;grid-row:1/3;background:linear-gradient(160deg,#fff,#fff6ec)}
.ss-home-2026 .bhero .bt{margin-bottom:0}
.ss-home-2026 .bhero h3{font-size:20px;font-weight:600;color:var(--ink);margin:14px 0 0;line-height:28px}
.ss-home-2026 .bhero > p{font-size:13px;color:var(--muted);line-height:18px;max-width:none;margin-top:8px}
.ss-home-2026 .b-a .bt,.ss-home-2026 .b-c .bt,.ss-home-2026 .b-d .bt,.ss-home-2026 .b-e .bt,.ss-home-2026 .b-f .bt,.ss-home-2026 .b-g .bt{margin-bottom:0}
.ss-home-2026 .b-a .bd,.ss-home-2026 .b-c .bd,.ss-home-2026 .b-d .bd,.ss-home-2026 .b-e .bd,.ss-home-2026 .b-f .bd,.ss-home-2026 .b-g .bd{line-height:18px;margin-top:7px}
.ss-home-2026 .bhero .htiles{margin-top:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.ss-home-2026 .bhero .htiles .tile{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:7px}
.ss-home-2026 .bhero .htiles .tile .th{height:38px;border-radius:7px;background:linear-gradient(135deg,rgba(255,139,44,.2),rgba(255,139,44,.05))}
.ss-home-2026 .bhero .htiles .tile .bl{height:6px;border-radius:4px;background:#eee4d8;width:80%}
.ss-home-2026 .bhero .htiles .tile .idx{font-size:10px;font-weight:800;color:var(--brand)}
.ss-home-2026 .b-a{grid-column:3/5;grid-row:1/2}
.ss-home-2026 .b-c{grid-column:3/4;grid-row:2/3}
.ss-home-2026 .b-d{grid-column:4/5;grid-row:2/3}
.ss-home-2026 .b-e{grid-column:1/3;grid-row:3/4}
.ss-home-2026 .b-f{grid-column:3/4;grid-row:3/4}
.ss-home-2026 .b-g{grid-column:4/5;grid-row:3/4}
.ss-home-2026 .mini-lines{display:flex;flex-direction:column;gap:8px;width:100%}
.ss-home-2026 .mini-lines i{height:8px;border-radius:5px;background:#eee4d8}
.ss-home-2026 .mini-lines i:nth-child(1){width:92%}
.ss-home-2026 .mini-lines i:nth-child(2){width:70%}
.ss-home-2026 .mini-lines i:nth-child(3){width:84%;background:linear-gradient(90deg,var(--brand-2),var(--brand))}
.ss-home-2026 .mini-bars{display:flex;align-items:flex-end;gap:6px;height:54px;width:100%}
.ss-home-2026 .mini-bars i{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(180deg,var(--brand-2),var(--brand))}
.ss-home-2026 .chips2{display:flex;flex-wrap:wrap;gap:8px}
.ss-home-2026 .chips2 span{font-size:12px;padding:6px 12px;border-radius:8px;background:#fff6ec;border:1px solid rgba(255,139,44,.2);color:var(--brand-deep);font-weight:600}
.ss-home-2026 .mini-list2{display:flex;flex-direction:column;gap:8px;width:100%}
.ss-home-2026 .mini-list2 .r{display:flex;align-items:center;gap:8px}
.ss-home-2026 .mini-list2 .r .sq{width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,rgba(255,139,44,.22),rgba(255,139,44,.05));flex-shrink:0}
.ss-home-2026 .mini-list2 .r .ln{flex:1;height:6px;border-radius:4px;background:#eee4d8}
.ss-home-2026 .mini-prog{display:flex;flex-direction:column;gap:10px;width:100%}
.ss-home-2026 .mini-prog .pr{height:8px;border-radius:5px;background:#f0e6da;overflow:hidden}
.ss-home-2026 .mini-prog .pr b{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,var(--brand-2),var(--brand))}
.ss-home-2026 .mini-stat{font-size:30px;font-weight:900;color:var(--brand);line-height:1}
.ss-home-2026 .mini-stat s{text-decoration:none;display:block;font-size:12px;color:var(--muted);font-weight:600;margin-top:5px}
/* ============ Product Video Cards ============ */
.ss-home-2026 .product-video-section{background:#fff}
.ss-home-2026 .product-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}
.ss-home-2026 .product-video-card{display:flex;flex-direction:column;height:100%;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:.3s}
.ss-home-2026 .product-video-card:hover{box-shadow:var(--shadow)}
/* 封面交互对齐 hero 卖家精灵视频：悬停出播放按钮 + 底部标题渐变 */
.ss-home-2026 .product-video-card .video-thumb{position:relative;aspect-ratio:16/10;background:#000;overflow:hidden;cursor:pointer}
.ss-home-2026 .product-video-card .video-thumb img{width:100%;height:100%;object-fit:cover}
.ss-home-2026 .product-video-card .video-thumb .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s;box-shadow:0 8px 30px rgba(0,0,0,.3)}
.ss-home-2026 .product-video-card .video-thumb:hover .play-btn,.ss-home-2026 .product-video-card .video-thumb:focus-visible .play-btn{opacity:1;visibility:visible}
.ss-home-2026 .product-video-card .video-thumb .play-btn:hover{transform:translate(-50%,-50%) scale(1.08);background:#fff}
.ss-home-2026 .product-video-card .video-thumb .play-btn svg{width:28px;height:28px;fill:var(--brand);margin-left:3px}
.ss-home-2026 .product-video-card .video-thumb .video-title{position:absolute;bottom:0;left:0;right:0;padding:18px 20px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);color:#fff;font-size:15px;font-weight:600}
.ss-home-2026 .product-video-card .card-body{flex:1;display:flex;flex-direction:column;padding:28px}
.ss-home-2026 .product-video-card h3{font-size:22px;font-weight:800;margin-bottom:12px}
.ss-home-2026 .product-video-card .desc{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:18px}
.ss-home-2026 .product-video-card .feats{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:22px}
.ss-home-2026 .product-video-card .feats li{display:flex;gap:9px;font-size:14px;color:var(--muted);line-height:1.55}
.ss-home-2026 .product-video-card .feats li svg{width:18px;height:18px;flex-shrink:0;fill:var(--brand);margin-top:1px}
.ss-home-2026 .product-video-card .feats li b{color:var(--ink);font-weight:700}
.ss-home-2026 .product-video-card .actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.ss-home-2026 .product-video-card .actions .btn{font-size:13px;padding:8px 16px}
/* ============ User Success ============ */
.ss-home-2026 .user-success{background:var(--bg)}
.ss-home-2026 .tabs{display:flex;gap:8px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}
.ss-home-2026 .tab-btn{padding:10px 24px;border-radius:10px;font-size:15px;font-weight:600;color:var(--muted);background:#fff;border:1px solid var(--line);transition:.2s;cursor:pointer}
.ss-home-2026 .tab-btn:hover{color:var(--brand);border-color:var(--brand)}
.ss-home-2026 .tab-btn.active{background:linear-gradient(120deg,var(--brand-2),var(--brand));color:#fff;border-color:transparent}
.ss-home-2026 .interview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ss-home-2026 .interview-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:.3s}
.ss-home-2026 .interview-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}
.ss-home-2026 .interview-card .thumb{position:relative;aspect-ratio:16/9;background:#f5f5f5;overflow:hidden}
.ss-home-2026 .interview-card .thumb img{width:100%;height:100%;object-fit:cover}
.ss-home-2026 .interview-card .thumb .play-mini{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center}
.ss-home-2026 .interview-card .thumb .play-mini svg{width:18px;height:18px;fill:var(--brand);margin-left:2px}
.ss-home-2026 .interview-card .info{padding:18px}
.ss-home-2026 .interview-card .info h4{font-size:15px;font-weight:700;margin-bottom:6px}
.ss-home-2026 .interview-card .info p{font-size:13px;color:var(--muted)}
/* ============ Exhibition ============ */
.ss-home-2026 .exhibition{background:#fff}
.ss-home-2026 .carousel{position:relative;margin-top:48px}
.ss-home-2026 .carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;scrollbar-width:none}
.ss-home-2026 .carousel-track::-webkit-scrollbar{display:none}
.ss-home-2026 .carousel-item{flex:0 0 380px;scroll-snap-align:start}
.ss-home-2026 .carousel-item img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.ss-home-2026 .carousel-item .caption{text-align:center;margin-top:12px;font-size:14px;font-weight:600;color:var(--ink-2)}
/* ============ Ad Partners ============ */
.ss-home-2026 .ad-partners{background:var(--bg)}
.ss-home-2026 .benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:44px;margin-bottom:36px}
.ss-home-2026 .benefit-card{background:transparent;border:0;border-radius:0;padding:10px 12px;display:flex;align-items:center;justify-content:center;gap:14px;text-align:left}
.ss-home-2026 .benefit-card .icon{width:42px;height:42px;margin:0;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ss-home-2026 .benefit-card .icon svg{width:30px;height:30px;fill:var(--brand)}
.ss-home-2026 .benefit-card .icon img{width:30px;height:30px;object-fit:contain}
.ss-home-2026 .benefit-card h4{font-size:16px;font-weight:700;margin:0;color:var(--ink-2)}
.ss-home-2026 .benefit-card p{font-size:13px;color:var(--muted)}
.ss-home-2026 .wechat-contact{position:relative;display:inline-flex;margin-top:20px}
.ss-home-2026 .wechat-trigger svg{width:18px;height:18px;fill:currentColor}
.ss-home-2026 .wechat-trigger:focus-visible{outline:0}
.ss-home-2026 .partner-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;padding:52px 56px;background:#fff;border:0;border-radius:var(--radius-lg);box-shadow:0 16px 48px rgba(36,48,77,.06)}
.ss-home-2026 .partner-logo{height:112px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dfe4ec;border-radius:9px}
.ss-home-2026 .partner-logos img{height:auto;max-width:74%;max-height:52px;opacity:1;filter:none}
/* ============ 品牌墙 + 行业认证 ============ */
.ss-home-2026 .brand-wall{background:var(--bg)}
.ss-home-2026 .brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:44px}
.ss-home-2026 .brand-logo{display:flex;align-items:center;justify-content:center;height:84px;padding:10px 16px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);font-size:18px;font-weight:900;color:var(--ink-2);letter-spacing:.02em;transition:.3s}
/* .ss-home-2026 .brand-logo:hover{border-color:rgba(255,139,44,.4);color:var(--brand)} */
.ss-home-2026 .brand-logo span{font-size:12px;font-weight:600;color:var(--muted);margin-left:5px}
.ss-home-2026 .brand-logo-image{display:block;max-width:100%;max-height:100%;object-fit:contain}
.ss-home-2026 .certs{background:#fff}
.ss-home-2026 .honor-cta,.ss-home-2026 a.honor-cta:visited{display:inline-flex;align-items:center;gap:6px;margin-top:18px;font-size:13px;font-weight:600;color:var(--brand);border:1px solid rgba(255,139,44,.5);border-radius:999px;padding:7px 18px;transition:.25s}
/* visited 特异性更高，hover/focus/active 必须带 :visited 才能变白 */
.ss-home-2026 a.honor-cta:hover,.ss-home-2026 a.honor-cta:focus,.ss-home-2026 a.honor-cta:active,
.ss-home-2026 a.honor-cta:visited:hover,.ss-home-2026 a.honor-cta:visited:focus,.ss-home-2026 a.honor-cta:visited:active{background:var(--brand);color:#fff}
/* 奖项轮播：卡片数量由接口决定，布局跟 talk-wrap 同一套（每页 3 张，靠 flex-basis 定宽） */
.ss-home-2026 .honor-wrap{position:relative;margin-top:44px}
/* 接口没数据时整块藏起来，特异性要压过老版 bootstrap 对 display 的接管 */
.ss-home-2026 .honor-wrap[hidden]{display:none}
.ss-home-2026 .honor-viewport{overflow:hidden}
.ss-home-2026 .honor-track{display:flex;gap:28px;transition:transform .35s ease;will-change:transform}
.ss-home-2026 .honor-track .honor-card{flex:0 0 calc((100% - 56px)/3)}
.ss-home-2026 .honor-card{text-align:center}
.ss-home-2026 .honor-img{display:grid;place-items:center;overflow:hidden;cursor:pointer;transition:.3s;padding:14px}
.ss-home-2026 .honor-img:hover{transform:translateY(-3px)}
.ss-home-2026 .honor-img img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius)}
.ss-home-2026 .honor-card .cap{font-size:15px;font-weight:700;color:var(--ink);margin-top:16px;line-height:1.45}
.ss-home-2026 .honor-card .sub{font-size:12px;color:var(--muted);margin-top:5px}
.ss-home-2026 .spn-bar{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) auto;gap:48px;margin-top:40px;padding:40px 44px;background:transparent;border:0;border-radius:0}
.ss-home-2026 .spn-bar .sl h4{font-size:24px;font-weight:500;color:var(--muted);line-height:1.4}
.ss-home-2026 .spn-bar .sl p{font-size:15px;color:#a5a8b1;margin-top:14px}
.ss-home-2026 .spn-bar .sr{display:grid;grid-template-columns:320px 132px;align-items:center;gap:24px}
.ss-home-2026 .spn-logo{height:104px;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:16px 22px;cursor:pointer;transition:.25s;box-shadow:0 8px 18px rgba(36,48,77,.09)}
.ss-home-2026 .spn-logo:hover{border-color:rgba(255,139,44,.45);box-shadow:var(--shadow-sm)}
.ss-home-2026 .spn-logo.amz{width:320px}
.ss-home-2026 .spn-logo.tspn{width:132px}
.ss-home-2026 .spn-logo img{max-height:36px;max-width:250px;object-fit:contain}
.ss-home-2026 .spn-logo.tspn img{max-height:72px;max-width:100%}
/* ============ 陪伴式增长服务 ============ */
.ss-home-2026 .grow-serve{background:#fff}
.ss-home-2026 .grow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:44px}
.ss-home-2026 .grow-card{background:linear-gradient(180deg,#fdfaf8,#f8f9fc);border:1px solid rgba(238,226,214,.55);border-radius:12px;padding:36px 30px 32px;min-height:330px;display:flex;flex-direction:column;text-align:center;transition:.3s}
.ss-home-2026 .grow-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(255,139,44,.3)}
.ss-home-2026 .grow-card .gicon{width:54px;height:54px;border-radius:0;background:transparent;display:grid;place-items:center;margin:0 auto 24px}
.ss-home-2026 .grow-card .gicon svg{width:34px;height:34px;fill:var(--brand)}
.ss-home-2026 .grow-card .gicon-desktop{display:none}
.ss-home-2026 .grow-card h4{font-size:20px;font-weight:700;color:var(--ink-2);margin-bottom:18px}
.ss-home-2026 .grow-card p{font-size:14px;color:var(--muted);line-height:1.9;flex:1;margin-bottom:28px;text-align:left}
.ss-home-2026 .grow-card .gbtn,.ss-home-2026 .grow-card a.gbtn:visited{display:inline-flex;align-items:center;justify-content:center;align-self:center;font-size:14px;font-weight:600;color:var(--brand);border:1px solid var(--brand);border-radius:999px;padding:9px 24px;transition:.25s}
.ss-home-2026 .grow-card a.gbtn:hover,.ss-home-2026 .grow-card a.gbtn:focus,.ss-home-2026 .grow-card a.gbtn:active,
.ss-home-2026 .grow-card a.gbtn:visited:hover,.ss-home-2026 .grow-card a.gbtn:visited:focus,.ss-home-2026 .grow-card a.gbtn:visited:active{background:var(--brand);color:#fff}
/* ============ 用户成功系列访谈 ============ */
.ss-home-2026 .talk{background:var(--bg)}
.ss-home-2026 .talk-wrap{position:relative;margin-top:44px}
/* overflow 只为挡住左右滑出的卡片；上下留白给 hover 上浮和阴影，负 margin 抵掉占位，避免顶边被裁 */
.ss-home-2026 .talk-viewport{overflow:hidden;padding:8px 0 24px;margin:-8px 0 -24px}
.ss-home-2026 .talk-track{display:flex;gap:24px;transition:transform .35s ease;will-change:transform}
.ss-home-2026 .talk-track .talk-card{flex:0 0 calc((100% - 48px)/3)}
.ss-home-2026 .talk-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:.3s}
.ss-home-2026 .talk-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.ss-home-2026 .talk-card .thumb{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}
.ss-home-2026 .talk-card .thumb img{width:100%;height:100%;object-fit:cover}
.ss-home-2026 .talk-card .cap{padding:16px 18px;font-size:14px;font-weight:500;color:var(--ink-2);line-height:1.5}
.ss-home-2026 .talk-arrow,.ss-home-2026 .honor-arrow{position:absolute;top:36%;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm);transition:.25s;z-index:2}
.ss-home-2026 .talk-arrow:hover,.ss-home-2026 .honor-arrow:hover{border-color:rgba(255,139,44,.5)}
.ss-home-2026 .talk-arrow:hover svg,.ss-home-2026 .honor-arrow:hover svg{fill:var(--brand)}
.ss-home-2026 .talk-arrow.prev,.ss-home-2026 .honor-arrow.prev{left:-20px}
.ss-home-2026 .talk-arrow.next,.ss-home-2026 .honor-arrow.next{right:-20px}
.ss-home-2026 .talk-arrow svg,.ss-home-2026 .honor-arrow svg{width:20px;height:20px;fill:var(--muted)}
/* ============ API & MCP ============ */
.ss-home-2026 .api-mcp{background:#fff}
.ss-home-2026 .api-mcp-card .card-cta{display:inline-flex;align-items:center;gap:7px;margin-top:auto;font-size:14px;padding:11px 22px;align-self:flex-start}
.ss-home-2026 .api-mcp-card .card-cta:focus,.ss-home-2026 .api-mcp-card .card-cta:active,
.ss-home-2026 .api-mcp-card a.btn-primary.card-cta:not(:disabled):not(.disabled):active,
.ss-home-2026 .api-mcp-card a.btn-primary.card-cta:not(:disabled):not(.disabled):active:focus{border:none;outline:0;box-shadow:var(--shadow)}
.ss-home-2026 .api-mcp-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;margin-top:48px}
.ss-home-2026 .api-mcp-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);padding:40px;display:flex;flex-direction:column}
.ss-home-2026 .api-mcp-card h3{font-size:26px;font-weight:800;margin-bottom:16px}
.ss-home-2026 .api-mcp-card .features{margin-top:24px}
.ss-home-2026 .api-mcp-card .feature-item{display:flex;align-items:start;gap:12px;margin-bottom:16px}
.ss-home-2026 .api-mcp-card .feature-item .check{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--brand-2),var(--brand));display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.ss-home-2026 .api-mcp-card .feature-item .check svg{width:12px;height:12px;fill:#fff}
.ss-home-2026 .api-mcp-card .feature-item span{font-size:15px;color:var(--ink-2);line-height:1.5}
/* ============ Ecosystem ============ */
.ss-home-2026 .ecosystem{position:relative;overflow:hidden;color:#fff;padding:72px 0;background:radial-gradient(1100px 560px at 8% 0%,rgba(255,255,255,.12),transparent 74%),radial-gradient(1000px 560px at 96% 100%,rgba(255,206,158,.20),transparent 76%),linear-gradient(125deg,#ff9c3d 0%,#ff9435 52%,#ff9c3d 100%)}
/* 背景纹理：纵横网格线 + 细斜纹，向下淡出 */
.ss-home-2026 .ecosystem::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 1px,transparent 1px 78px),repeating-linear-gradient(0deg,rgba(255,255,255,.07) 0 1px,transparent 1px 78px),repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 11px);background-position:0 -6px;-webkit-mask-image:radial-gradient(130% 108% at 50% 0%,#000 28%,rgba(0,0,0,.4) 62%,transparent 92%);mask-image:radial-gradient(130% 108% at 50% 0%,#000 28%,rgba(0,0,0,.4) 62%,transparent 92%)}
/* 右上同心光环 */
.ss-home-2026 .ecosystem::after{content:"";position:absolute;top:-340px;right:-280px;width:280px;height:280px;border-radius:50%;pointer-events:none;border:1px solid rgba(255,255,255,.05);box-shadow:0 0 0 71px rgba(255,255,255,.038),0 0 0 151px rgba(255,255,255,.026),0 0 0 241px rgba(255,255,255,.018)}
.ss-home-2026 .ecosystem .container{text-align:center;position:relative;z-index:1}
.ss-home-2026 .ecosystem h2{font-size:38px;font-weight:900;margin-bottom:12px}
.ss-home-2026 .ecosystem-lead{font-size:16px;line-height:1.7;color:rgba(255,255,255,.82);margin-bottom:40px}
.ss-home-2026 .ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:44px}
.ss-home-2026 .ecosystem-card{background:transparent;border:0;border-radius:0;padding:0;backdrop-filter:none;display:flex;align-items:center;justify-content:center;gap:12px;text-align:left;opacity:.9}
.ss-home-2026 .ecosystem-card .icon{width:44px;height:44px;margin:0;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ss-home-2026 .ecosystem-card .icon svg{width:34px;height:34px;fill:#fff}
.ss-home-2026 .ecosystem-card .icon img{width:24px;height:24px;display:block;filter:brightness(0) invert(1)}
.ss-home-2026 .ecosystem-card h4{font-size:17px;font-weight:700;margin:0}
.ss-home-2026 .ecosystem-card p{font-size:14px;opacity:.85;line-height:1.6}
.ss-home-2026 .ecosystem-cta{margin-top:40px;border-radius:999px;padding:11px 24px;background:transparent;border-color:rgba(255,255,255,.72)}
/* ============ 桌面端服务模块紧凑化 ============ */
@media(min-width:969px){
  .ss-home-2026 .talk-wrap,.ss-home-2026 .honor-wrap{margin:44px 56px 0}
  .ss-home-2026 .talk-arrow.prev,.ss-home-2026 .honor-arrow.prev{left:-56px}
  .ss-home-2026 .talk-arrow.next,.ss-home-2026 .honor-arrow.next{right:-56px}
  .ss-home-2026 .grow-grid{gap:20px;margin-top:32px}
  .ss-home-2026 .grow-card{padding:28px 24px 24px;min-height:270px}
  .ss-home-2026 .grow-card .gicon{width:42px;height:42px;margin:0 auto 16px}
  .ss-home-2026 .grow-card .gicon-mobile{display:none}
  .ss-home-2026 .grow-card .gicon .gicon-desktop{display:block;width:36px;height:36px;object-fit:contain}
  .ss-home-2026 .grow-card h4{margin-bottom:12px}
  .ss-home-2026 .grow-card p{line-height:1.75;margin-bottom:20px}
  .ss-home-2026 .grow-card .gbtn{padding:8px 22px}
  .ss-home-2026 .ad-partners{background:#fff}
  .ss-home-2026 .wechat-contact{margin-top:16px}
  .ss-home-2026 .benefits{gap:20px;margin-top:32px;margin-bottom:26px}
  .ss-home-2026 .benefit-card{padding:8px 10px;gap:12px}
  .ss-home-2026 .benefit-card .icon{width:36px;height:36px}
  .ss-home-2026 .benefit-card .icon svg{width:26px;height:26px}
  .ss-home-2026 .partner-logos{gap:20px;padding:32px 36px}
  .ss-home-2026 .partner-logo{height:84px}
  .ss-home-2026 .partner-logos img{max-height:42px}
  .ss-home-2026 .ecosystem{padding:48px 0 52px}
  .ss-home-2026 .ecosystem h2{font-size:36px}
  .ss-home-2026 .ecosystem-lead{margin-bottom:24px}
  .ss-home-2026 .ecosystem-grid{grid-template-columns:repeat(4,max-content);justify-content:center;column-gap:48px;row-gap:0}
  .ss-home-2026 .ecosystem-card{gap:8px}
  .ss-home-2026 .ecosystem-card .icon{width:24px;height:24px}
  .ss-home-2026 .ecosystem-cta{margin-top:28px}
}
/* ============ Footer CTA ============ */
.ss-home-2026 .footer-cta{padding:72px 0;background:var(--bg);text-align:center}
.ss-home-2026 .footer-cta h2{font-size:42px;font-weight:900;margin-bottom:16px}
.ss-home-2026 .footer-cta p{font-size:17px;color:var(--muted);margin-bottom:32px}
.ss-home-2026 .footer-cta .cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.ss-home-2026 .trial-contact{position:relative;display:inline-flex}
/* trial / wechat 弹层统一在按钮右侧展开，箭头朝左 */
.ss-home-2026 .trial-popover,.ss-home-2026 .wechat-popover{position:absolute;left:calc(100% + 12px);top:50%;z-index:10;width:220px;border-radius:12px;background:#fff;box-shadow:0 18px 50px rgba(20,24,40,.18);opacity:0;visibility:hidden;transform:translate(8px,-50%);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}
.ss-home-2026 .wechat-popover.wider{width:240px}
.ss-home-2026 .trial-popover::before,.ss-home-2026 .wechat-popover::before{content:"";position:absolute;left:-8px;top:50%;margin-top:-8px;border-width:8px 8px 8px 0;border-style:solid;border-color:transparent #fff transparent transparent}
.ss-home-2026 .trial-popover strong,.ss-home-2026 .wechat-popover strong{display:block;padding:12px 16px;border-radius:12px 12px 0 0;background:var(--brand);color:#fff;font-size:16px;line-height:22px;text-align:center}
.ss-home-2026 .trial-popover img,.ss-home-2026 .wechat-popover img{display:block;width:200px;height:200px;margin:10px auto;object-fit:contain}
.ss-home-2026 .wechat-popover span{display:block;padding:0 16px 12px;color:var(--muted);font-size:13px;text-align:center}
.ss-home-2026 .trial-contact:hover .trial-popover,.ss-home-2026 .trial-contact:focus-within .trial-popover,
.ss-home-2026 .wechat-contact:hover .wechat-popover,.ss-home-2026 .wechat-contact:focus-within .wechat-popover{opacity:1;visibility:visible;transform:translate(0,-50%)}
/* ============ Footer ============ */
.ss-home-2026 .footer{background:var(--ink);color:rgba(255,255,255,.65);padding:60px 0 32px;font-size:14px}
.ss-home-2026 .footer .container{display:grid;grid-template-columns:repeat(4,minmax(0,.85fr)) minmax(330px,2fr);gap:32px}
.ss-home-2026 .footer-col h4{color:#fff;font-size:15px;font-weight:700;margin-bottom:18px}
.ss-home-2026 .footer-col ul{list-style:none}
.ss-home-2026 .footer-col ul li{margin-bottom:12px}
.ss-home-2026 .footer-col ul li a{transition:.2s;font-size:13px}
.ss-home-2026 .footer-col ul li a:hover{color:#fff}
.ss-home-2026 .footer-col .fb{display:inline-block;font-size:9px;font-weight:700;color:#fff;background:#f5500a;border-radius:4px;padding:0 5px;margin-left:6px;line-height:1.7;vertical-align:middle}
.ss-home-2026 .footer-qr{display:grid;grid-template-columns:repeat(3,88px);gap:14px}
.ss-home-2026 .footer-qr .qr{text-align:center}
.ss-home-2026 .footer-qr .qr img{width:88px;height:88px;border-radius:8px;background:#fff;display:block;object-fit:contain}
.ss-home-2026 .footer-qr .qr span{display:block;font-size:11px;color:rgba(255,255,255,.55);margin-top:9px;line-height:1.4}
.ss-home-2026 .footer-social{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}
.ss-home-2026 .footer-social-link{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center;font-size:12px;color:rgba(255,255,255,.7);transition:.25s}
.ss-home-2026 .footer-social-link:hover{background:var(--brand);color:#fff}
.ss-home-2026 .footer-social-link:focus-visible{outline:0}
.ss-home-2026 .footer-bottom{max-width:1240px;margin:46px auto 0;padding:28px 24px 0;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:36px;text-align:left;color:rgba(255,255,255,.5);font-size:12px;line-height:2}
.ss-home-2026 .footer-bottom .fb-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;color:#fff;margin-bottom:10px}
.ss-home-2026 .footer-bottom .fb-logo .lg{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-2));display:grid;place-items:center;color:#fff;font-weight:900;font-size:16px}
.ss-home-2026 .footer-bottom a{color:rgba(255,255,255,.7)}
.ss-home-2026 .footer-bottom a:hover{color:#fff}

/* 旧 footer-new 组件在新首页作用域内的图标样式 */
.ss-home-2026 .footer-nav-xuanchuan-item-container{margin:20px 0}
.ss-home-2026 .footer-nav-xuanchuan-item-container img{display:inline-block;width:30px;height:30px;max-width:none;margin-right:20px;opacity:.5;cursor:pointer}
.ss-home-2026 .footer-nav-xuanchuan-item-container img:hover{opacity:1}
.ss-home-2026 .footer-nav-item-hot-logo{display:inline-block;width:26px;height:14px;max-width:none;margin-left:10px;margin-bottom:2px;vertical-align:middle}
/* ============ Responsive ============ */
@media(max-width:968px){
  .ss-home-2026 .hero .container{grid-template-columns:1fr;gap:40px}
  .ss-home-2026 .stats .container{grid-template-columns:repeat(2,1fr);gap:32px}
  .ss-home-2026 .ai-panel{width:100%;height:auto;grid-template-columns:1fr;gap:32px;padding:28px}
  .ss-home-2026 .ai-analysis-image,.ss-home-2026 .ai-panel>.ai-mock{width:100%;height:auto}
  .ss-home-2026 .bento{grid-template-columns:1fr;grid-auto-rows:auto}
  .ss-home-2026 .bento>*{grid-column:auto!important;grid-row:auto!important}
  .ss-home-2026 .bhero .htiles{grid-template-columns:repeat(2,1fr)}
  .ss-home-2026 .tool-image-placeholder{width:100%;height:auto!important;aspect-ratio:16/9}
  .ss-home-2026 .keyword-reverse-visual{height:95px;aspect-ratio:auto}
  .ss-home-2026 .keyword-mining-visual{height:95px;aspect-ratio:auto}
  .ss-home-2026 .ad-insight-visual{height:113px;aspect-ratio:auto}
  .ss-home-2026 .review-brief-visual{height:111px;aspect-ratio:auto}
  .ss-home-2026 .market-opportunity-visual{height:319px;aspect-ratio:auto}
  .ss-home-2026 .product-selection-visual{height:117px;aspect-ratio:auto}
  .ss-home-2026 .product-video-grid{grid-template-columns:1fr}
  .ss-home-2026 .interview-grid{grid-template-columns:1fr}
  .ss-home-2026 .benefits{grid-template-columns:repeat(2,1fr)}
  .ss-home-2026 .partner-logos{grid-template-columns:repeat(2,minmax(0,1fr));padding:36px;gap:24px}
  .ss-home-2026 .brand-grid{grid-template-columns:repeat(3,1fr)}
  .ss-home-2026 .honor-track .honor-card{flex-basis:100%}
  .ss-home-2026 .spn-bar{grid-template-columns:1fr;gap:28px;padding:32px 28px}
  .ss-home-2026 .spn-bar .sr{grid-template-columns:minmax(0,1fr) 132px;width:100%}
  .ss-home-2026 .spn-logo.amz{width:100%}
  .ss-home-2026 .grow-grid{grid-template-columns:repeat(2,1fr)}
  .ss-home-2026 .talk-track .talk-card{flex-basis:100%}
  .ss-home-2026 .talk-arrow,.ss-home-2026 .honor-arrow{display:none}
  .ss-home-2026 .api-mcp-grid{grid-template-columns:1fr}
  .ss-home-2026 .ecosystem-grid{grid-template-columns:repeat(2,1fr)}
  .ss-home-2026 .footer .container{grid-template-columns:repeat(2,1fr);gap:32px}
  .ss-home-2026 .footer-qr{grid-template-columns:repeat(3,82px)}
  .ss-home-2026 .footer-qr .qr img{width:82px;height:82px}
  .ss-home-2026 .footer-bottom{grid-template-columns:1fr;gap:20px}
  .ss-home-2026 .trial-popover,.ss-home-2026 .wechat-popover{width:min(220px,calc(100vw - 48px))}
}
@media(max-width:640px){
  .ss-home-2026 .benefits{grid-template-columns:1fr;gap:18px}
  .ss-home-2026 .partner-logos{grid-template-columns:1fr;padding:24px}
  .ss-home-2026 .spn-bar .sr{grid-template-columns:1fr}
  .ss-home-2026 .spn-logo.amz,.ss-home-2026 .spn-logo.tspn{width:100%}
  .ss-home-2026 .grow-grid{grid-template-columns:1fr}
  .ss-home-2026 .ecosystem-grid{grid-template-columns:1fr;gap:24px}
  .ss-home-2026 .ecosystem::after{top:-215px;right:-185px;width:180px;height:180px;box-shadow:0 0 0 47px rgba(255,255,255,.035),0 0 0 100px rgba(255,255,255,.024)}
  .ss-home-2026 .ecosystem-card{justify-content:flex-start;max-width:220px;margin:0 auto;width:100%}
}
@media(max-width:560px){
  .ss-home-2026 .footer .container{grid-template-columns:1fr}
  .ss-home-2026 .footer-qr{grid-template-columns:repeat(3,minmax(0,88px))}
}

/* 视频封面可点击：hero 播放器、产品视频缩略图 */
.ss-home-2026 .js-play-video{cursor:pointer}
.ss-home-2026 .js-play-video:focus-visible{outline:0}
