/*
  index.html 落地页样式
  ------------------------------------------------------------
  由 scripts/integrate-landing.js 自动生成（源：D:/workspace/gw/gw/temp/jiaoyou-home）
  已做作用域隔离，全部选择器限定在 .home-landing 内，不影响官网原有样式：
*/
.home-landing{
  --jy-primary:#dd3f12;
  --jy-primary-dark:#b92f0d;
  --jy-primary-deep:#8f2308;
  --jy-primary-soft:#fff3ee;
  --jy-primary-softer:#fff9f6;
  --jy-accent:#f0a514;
  --jy-accent-soft:#fff6dc;
  --jy-ink:#25282e;
  --jy-text:#555c66;
  --jy-muted:#858b94;
  --jy-line:#ecd9d2;
  --jy-bg:#f7f8fa;
  --jy-white:#fff;
  --ink:var(--jy-ink);
  --jy-brand:var(--jy-primary);
  --ink-3:#666d77;
  --jy-shell:1200px;
  --jy-radius-xl:30px;
  --jy-radius-lg:22px;
  --jy-radius-md:16px;
  --jy-shadow:0 18px 55px rgba(69,43,32,.09);
  --jy-shadow-brand:0 22px 60px rgba(221,63,18,.18);
}
.home-landing *{box-sizing:border-box}
.home-landing{margin:0;color:var(--jy-ink);background:var(--jy-bg);font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}
.home-landing a{color:inherit;text-decoration:none}
.home-landing button{font:inherit}
.home-container{width:min(var(--jy-shell),calc(100% - 48px));margin:0 auto}
.home-landing .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.home-landing .reveal.in{opacity:1;transform:none}
.home-landing .topbar{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(221,63,18,.10);box-shadow:0 8px 28px rgba(43,35,31,.035)}
.home-landing .topbar-inner{height:72px;display:flex;align-items:center;gap:30px}
.home-landing .brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto;font-size:20px;font-weight:900;letter-spacing:.02em}
.home-landing .brand .logo{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,var(--jy-primary),var(--jy-primary-dark));box-shadow:0 8px 20px rgba(221,63,18,.24);font-size:21px}
.home-landing .nav-menu{display:flex;align-items:center;justify-content:center;gap:3px;flex:1}
.home-landing .nav-menu a{position:relative;padding:25px 13px 23px;color:#555a62;font-size:14px;font-weight:700;white-space:nowrap;transition:.2s}
.home-landing .nav-menu a::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:3px;border-radius:999px;background:var(--jy-primary);transform:translateX(-50%);transition:.2s}
.home-landing .nav-menu a:hover, .home-landing .nav-menu a.active{color:var(--jy-primary)}
.home-landing .nav-menu a.active::after{width:28px}
.home-landing .nav-cta{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:999px;background:var(--jy-primary);color:#fff;font-size:13px;font-weight:800;box-shadow:0 9px 22px rgba(221,63,18,.22);transition:.2s}
.home-landing .nav-cta:hover{transform:translateY(-2px);background:var(--jy-primary-dark)}
.home-landing .nav-toggle{display:none;width:42px;height:42px;border:0;border-radius:12px;background:var(--jy-primary-soft);color:var(--jy-primary);font-size:22px;cursor:pointer}
.home-landing .hero{position:relative;overflow:hidden;height:680px;min-height:680px;background:var(--jy-primary);color:#fff}
.home-landing .hero-bg-image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.6;pointer-events:none;display:block}
.home-landing .hero::before, .home-landing .hero::after{content:none;display:none}
.home-landing .hero-stage{position:relative;z-index:2;height:100%}
.home-landing .hero-slide{display:none;height:100%;min-height:0;padding:70px 0 88px;overflow:hidden}
.home-landing .hero-slide.active{display:block;animation:heroIn .6s ease both}
@keyframes heroIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.home-landing .hero-split{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:58px;align-items:center;min-height:490px}
.home-landing .hero-text{position:relative;z-index:2}
.home-landing .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 15px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(255,255,255,.10);color:#fff0bd;font-size:12px;font-weight:800;letter-spacing:.14em;backdrop-filter:blur(10px)}
.home-landing .app-dot{width:7px;height:7px;border-radius:50%;background:var(--jy-accent);box-shadow:0 0 0 5px rgba(240,165,20,.14)}
.home-landing .hero h1{margin:0 0 18px;font-size:clamp(38px,4vw,54px);line-height:1.2;font-weight:900;letter-spacing:.01em;text-shadow:0 14px 34px rgba(85,15,0,.18)}
.home-landing .hero h1 .hl{color:#ffdd7c}
.home-landing .hero .desc{max-width:610px;margin:0 0 23px;color:rgba(255,255,255,.88);font-size:16px;line-height:1.85}
.home-landing .hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin:0 0 26px}
.home-landing .hero-point{display:flex;align-items:flex-start;gap:9px;color:rgba(255,255,255,.92);font-size:14px;line-height:1.55}
.home-landing .hero-point .dot{flex:0 0 20px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--jy-accent);color:#7f2108;font-size:11px;font-weight:900;margin-top:1px}
.home-landing .hero-num{display:flex;gap:30px;flex-wrap:wrap;padding-top:22px;border-top:1px solid rgba(255,255,255,.18)}
.home-landing .hero-num .stat{min-width:74px}
.home-landing .hero-num .v{font-size:30px;font-weight:900;line-height:1;color:#ffdf82}
.home-landing .hero-num .l{margin-top:7px;color:rgba(255,255,255,.70);font-size:12px;letter-spacing:.03em}
.home-landing .app-download{display:flex;align-items:center;gap:18px;margin-top:26px}
.home-landing .qr-card{width:148px;padding:13px 13px 10px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(255,255,255,.10);text-align:center;backdrop-filter:blur(12px)}
.home-landing .qr-box, .home-landing .qr-img{position:relative;width:112px;height:112px;margin:0 auto 8px;border-radius:11px;background:#fff;overflow:hidden;box-shadow:0 10px 26px rgba(66,12,0,.18)}
.home-landing .qr-grid{position:absolute;inset:8px;background:repeating-linear-gradient(0deg,#1d232c 0 4px,transparent 4px 8px),repeating-linear-gradient(90deg,#1d232c 0 4px,transparent 4px 8px);opacity:.92;clip-path:polygon(0 0,36% 0,36% 12%,52% 12%,52% 0,100% 0,100% 40%,87% 40%,87% 52%,100% 52%,100% 100%,56% 100%,56% 86%,42% 86%,42% 100%,0 100%,0 61%,14% 61%,14% 46%,0 46%)}
.home-landing .qr-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:30px;height:30px;border:4px solid #fff;border-radius:8px;background:var(--jy-primary);color:#fff;font-size:13px;font-weight:900}
.home-landing .qr-tip{font-size:11px;color:rgba(255,255,255,.76)}
.home-landing .qr-real{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0;object-fit:cover;background:#fff;box-shadow:none;display:block}
.home-landing .dl-stack{display:grid;gap:9px;min-width:0;width:188px}
.home-landing .dl-btn{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;padding:10px 12px 10px 14px;border-radius:13px;background:#fff;color:#24272c;box-shadow:0 10px 26px rgba(60,12,0,.13);transition:.2s}
.home-landing .dl-btn:hover{transform:translateY(-2px)}
.home-landing .dl-ic{flex:0 0 26px;width:26px;display:grid;place-items:center;font-size:22px;color:var(--jy-primary)}
.home-landing .dl-txt{display:flex;flex:0 1 auto;flex-direction:column;align-items:flex-start;line-height:1.15}
.home-landing .dl-txt .sm{font-size:10px;color:#8c8f95}
.home-landing .dl-txt .big{font-size:15px;font-weight:900;margin-top:3px}
.home-landing .dl-note{font-size:11px;color:rgba(255,255,255,.68);padding-left:4px}
.home-landing .hero-visual{position:relative;height:500px;border:0;border-radius:0;background:none;box-shadow:none;overflow:hidden;backdrop-filter:none}
.home-landing .hero-visual::before{content:none;display:none}
.home-landing .float-card, .home-landing .float-stat{position:absolute;z-index:5;min-width:100px;padding:10px 13px;border-radius:13px;background:rgba(255,255,255,.96);color:#292d33;box-shadow:0 14px 35px rgba(52,10,0,.19);animation:floatY 4.6s ease-in-out infinite}
.home-landing .float-card .lbl, .home-landing .float-stat .lbl{color:var(--jy-primary);font-size:9px;font-weight:900;letter-spacing:.12em}
.home-landing .float-card .v, .home-landing .float-stat .v{margin-top:2px;font-size:16px;font-weight:900;line-height:1.25}
.home-landing .float-stat .l{font-size:10px;color:#7d8289;margin-top:3px}
@keyframes floatY{50%{transform:translateY(-8px)}}
.home-landing .viz-app, .home-landing .viz-mall, .home-landing .viz-supply, .home-landing .viz-fulfill, .home-landing .viz-data{position:relative;width:100%;height:100%}
.home-landing .phones{position:absolute;inset:38px 60px 28px;display:flex;align-items:center;justify-content:center;gap:16px;perspective:1000px}
.home-landing .phone{position:relative;width:205px;height:390px;padding:7px;border-radius:30px;background:#121212;box-shadow:0 28px 55px rgba(34,6,0,.35);overflow:hidden}
.home-landing .phone-back{transform:rotate(-6deg) translateY(18px);opacity:.94}
.home-landing .phone-front{transform:rotate(5deg) translateY(-6px)}
.home-landing .phone-screen{height:100%;border-radius:23px;background:#fff8f5;color:#35383e;overflow:hidden;font-size:9px}
.home-landing .phone-screen .app-screen-shot{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:inherit;background:#fff}
.home-landing .ps-bar{padding:5px 9px;background:#fff;text-align:center;font-size:7px;color:#444}
.home-landing .ps-head{padding:11px 12px;background:linear-gradient(135deg,var(--jy-primary),#ea6539);color:#fff;font-size:11px;font-weight:900}
.home-landing .ps-head-red{display:flex;justify-content:space-between;align-items:center}
.home-landing .ps-search{margin:8px;padding:7px 9px;border:1px solid #f0ddd5;border-radius:999px;background:#fff;color:#999}
.home-landing .ps-tabs, .home-landing .ps-pills{display:flex;gap:7px;padding:0 10px 7px;white-space:nowrap;color:#737780}
.home-landing .ps-tabs .on, .home-landing .ps-pills .on{color:var(--jy-primary);font-weight:900}
.home-landing .ps-banner, .home-landing .ps-promo{margin:2px 8px 8px;padding:10px;border-radius:10px;background:linear-gradient(135deg,var(--jy-primary),#ee754a);color:#fff}
.home-landing .ps-banner b{font-size:12px}
.home-landing .ps-promo{background:linear-gradient(145deg,#fff0dd,#ffe0c7);color:#4a3931;border:1px solid #f1c5ad}
.home-landing .ps-promo-tt{font-weight:900;color:var(--jy-primary);font-size:11px}
.home-landing .ps-promo-dd{font-size:7.5px;margin:3px 0}
.home-landing .ps-promo-btn{display:inline-block;padding:3px 7px;border-radius:999px;background:var(--jy-primary);color:#fff;font-size:7px;font-weight:900}
.home-landing .ps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:7px}
.home-landing .ps-grid .card{display:grid;place-items:center;gap:2px;min-height:48px;border:1px solid #f0e4de;border-radius:8px;background:#fff}
.home-landing .ps-grid .ic{font-size:15px}
.home-landing .ps-grid .tt{font-size:7px}
.home-landing .ps-row{display:flex;align-items:center;gap:7px;margin:0 8px 5px;padding:7px;border-radius:8px;background:#fff;border:1px solid #f0e4de}
.home-landing .ps-row .avt{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:var(--jy-primary-soft);color:var(--jy-primary);font-weight:900}
.home-landing .ps-row .avt.red{background:#ffe8e2}
.home-landing .ps-row .avt.org{background:#fff1d1;color:#af7200}
.home-landing .ps-row .tx{display:flex;flex-direction:column;min-width:0}
.home-landing .ps-row .tx b{font-size:8px}
.home-landing .ps-row .tx span{font-size:6.5px;color:#999}
.home-landing .ps-row .tx .hl-y{color:#d48700}
.home-landing .ps-products{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:3px 8px}
.home-landing .ps-products .pp{padding:5px;border-radius:8px;background:#fff}
.home-landing .ps-products .ph{height:30px;border-radius:5px;background:linear-gradient(145deg,#ffe6dc,#fff0e9)}
.home-landing .ps-products .tx{height:5px;width:70%;margin-top:5px;border-radius:5px;background:#eee}
.home-landing .ps-foot{position:absolute;left:7px;right:7px;bottom:7px;display:grid;grid-template-columns:repeat(5,1fr);padding:5px;border-radius:10px;background:#fff;border:1px solid #eee;text-align:center;font-size:6.5px;color:#777}
.home-landing .ps-foot .active{color:var(--jy-primary);font-weight:900}
.home-landing .viz-app .fc-l{left:18px;top:32px}
.home-landing .viz-app .fc-r{right:18px;top:55px;animation-delay:.7s}
.home-landing .viz-app .fc-b1{left:12px;bottom:58px;animation-delay:1.4s}
.home-landing .viz-app .fc-b2{right:16px;bottom:34px;animation-delay:2s}
.home-landing .viz-mall .phone{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:395px;width:218px}
.home-landing .viz-mall .fc-l{left:26px;top:36px}
.home-landing .viz-mall .fc-r{right:24px;top:74px;animation-delay:.8s}
.home-landing .viz-mall .fc-b1{left:14px;bottom:82px;animation-delay:1.5s}
.home-landing .viz-mall .fc-b2{right:20px;bottom:40px;animation-delay:2.1s}
.home-landing .board{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(380px,78%);padding:14px;border-radius:18px;background:#fff;color:#34383f;box-shadow:0 25px 55px rgba(48,8,0,.22);z-index:2}
.home-landing .board-head{display:flex;justify-content:space-between;align-items:center;padding:2px 2px 12px;border-bottom:1px solid #eee;font-size:12px;font-weight:900}
.home-landing .board-head .pill{padding:4px 8px;border-radius:999px;background:#effbf3;color:#169451;font-size:9px}
.home-landing .factory-list{display:grid;gap:7px;padding:11px 0}
.home-landing .factory{display:flex;align-items:center;gap:9px;padding:8px 9px;border-radius:10px;background:#faf7f5;border:1px solid #f0e1db}
.home-landing .factory .avt{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--jy-primary-soft);color:var(--jy-primary);font-weight:900}
.home-landing .factory .meta{flex:1}
.home-landing .factory .name{font-size:11px;font-weight:900}
.home-landing .factory .lvl{font-size:8.5px;color:#8a8e94}
.home-landing .factory .check{width:19px;height:19px;display:grid;place-items:center;border-radius:0;background:none;color:#8b9097;font-size:10px;font-weight:900}
.home-landing .kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.home-landing .kpi .cell{padding:7px 4px;border-radius:9px;background:var(--jy-primary-softer);text-align:center}
.home-landing .kpi .v{font-weight:900;color:var(--jy-primary);font-size:14px}
.home-landing .kpi .l{font-size:8px;color:#858991}
.home-landing .viz-supply .fs-t{right:20px;top:22px;text-align:center}
.home-landing .viz-supply .fs-b{left:22px;bottom:24px;text-align:center;animation-delay:1.2s}
.home-landing .flow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:82%;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.home-landing .step{position:relative;padding:15px 8px 12px;border-radius:14px;background:#fff;color:#353940;border:1px solid #f1dfd7;text-align:center;box-shadow:0 9px 22px rgba(47,8,0,.10)}
.home-landing .step .no{position:absolute;right:-6px;top:-7px;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:var(--jy-primary);color:#fff;font-size:9px;font-weight:900}
.home-landing .step .ic{font-size:22px}
.home-landing .step .tt{font-size:11px;font-weight:900;margin-top:3px}
.home-landing .step .dd{font-size:8px;color:#888d95}
.home-landing .viz-fulfill .fs-l{left:17px;top:25px}
.home-landing .viz-fulfill .fs-r{right:17px;bottom:27px;animation-delay:1.2s}
.home-landing .term{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:min(405px,84%);border-radius:18px;background:#111b26;color:#fff;overflow:hidden;box-shadow:0 26px 58px rgba(26,4,0,.30)}
.home-landing .term-head{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;background:#172535;font-size:11px;font-weight:900}
.home-landing .term-head .pill{color:#6ee7a2;font-size:9px}
.home-landing .term-tabs{display:flex;gap:17px;padding:9px 15px;border-bottom:1px solid rgba(255,255,255,.08);font-size:9px;color:#aab5c1}
.home-landing .term-tabs .on{color:#ffc850;font-weight:900}
.home-landing .term-chart{height:125px;padding:10px 14px}
.home-landing .chart-svg{width:100%;height:100%}
.home-landing .term-table{padding:2px 14px 14px}
.home-landing .term-row{display:grid;grid-template-columns:1.5fr .95fr .8fr;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:9px}
.home-landing .term-row:last-child{border-bottom:0}
.home-landing .term-row .name b{display:block;font-size:10px}
.home-landing .term-row .name span{color:#7f91a2;font-size:7px}
.home-landing .term-row .price{text-align:right;font-weight:900}
.home-landing .term-row .chg{text-align:right}
.home-landing .term-row .up{color:#ff755e}
.home-landing .term-row .down{color:#58d6a1}
.home-landing .viz-data .fs-t{right:17px;top:24px}
.home-landing .viz-data .fs-b{left:17px;bottom:25px;animation-delay:1.4s}
.home-landing .viz-data .market-screen{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;height:100%;width:min(228px,48%);overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 26px 58px rgba(26,4,0,.30)}
.home-landing .viz-data .market-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.home-landing .hero-arrow{position:absolute;z-index:9;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.94);color:var(--jy-primary);font-size:25px;cursor:pointer;box-shadow:0 14px 30px rgba(73,15,0,.20);transition:.2s}
.home-landing .hero-arrow:hover{transform:translateY(-50%) scale(1.06)}
.home-landing .hero-arrow.prev{left:22px}
.home-landing .hero-arrow.next{right:22px}
.home-landing .hero-dots{position:absolute;z-index:9;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:9px}
.home-landing .hero-dots .dot{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.25s}
.home-landing .hero-dots .dot.active{width:29px;background:var(--jy-accent)}
.home-landing .logic-section{position:relative;padding:86px 0 40px;background:linear-gradient(180deg,#f7f8fa 0%,#fff 44%,#fff8f4 100%);overflow:hidden}
.home-landing .logic-section::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;left:-250px;top:170px;background:radial-gradient(circle,rgba(221,63,18,.07),transparent 68%)}
.home-landing .section-title{position:relative;z-index:2;text-align:center;max-width:860px;margin:0 auto 54px}
.home-landing .section-title .eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:5px 14px;border-radius:999px;background:var(--jy-primary-soft);color:var(--jy-primary);font-size:11px;font-weight:900;letter-spacing:.18em}
.home-landing .section-title h2{margin:14px 0 12px;font-size:clamp(32px,4vw,46px);line-height:1.25;font-weight:900}
.home-landing .section-title h2 .hl{color:var(--jy-primary)}
.home-landing .section-title p{margin:0;color:#737981;font-size:15px;line-height:1.9}
.home-landing .logic-stage{position:relative;max-width:1080px;min-height:770px;margin:0 auto;padding:42px 60px 70px;border:1px solid rgba(221,63,18,.10);border-radius:34px;background:rgba(255,255,255,.88);box-shadow:var(--jy-shadow);overflow:hidden}
.home-landing .logic-stage::before, .home-landing .logic-stage::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none}
.home-landing .logic-stage::before{width:540px;height:540px;border:1px dashed rgba(221,63,18,.23)}
.home-landing .logic-stage::after{width:390px;height:390px;border:1px solid rgba(240,165,20,.18);box-shadow:0 0 0 62px rgba(221,63,18,.025)}
.home-landing .logic-lines{position:absolute;inset:48px 74px 76px;z-index:0;opacity:.68}
.home-landing .logic-lines svg{width:100%;height:100%}
.home-landing .logic-core{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:260px;min-height:250px;padding:25px 22px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(145deg,var(--jy-primary),var(--jy-primary-dark));box-shadow:0 24px 65px rgba(221,63,18,.28),0 0 0 12px rgba(221,63,18,.07)}
.home-landing .logic-core .logo{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.14);font-size:23px}
.home-landing .logic-core .name{font-size:25px;font-weight:900;margin-top:8px}
.home-landing .logic-core .sub{font-size:9px;letter-spacing:.16em;color:rgba(255,255,255,.72)}
.home-landing .logic-core .tag{margin-top:6px;font-size:11px;color:#ffe79c}
.home-landing .engine-list{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:13px;width:210px}
.home-landing .engine-pill{padding:5px 6px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:8px;color:#fff}
.home-landing .logic-node{position:absolute;z-index:4;width:190px;padding:17px 14px 15px;border:1px solid #efe0da;border-radius:17px;background:#fff;text-align:center;box-shadow:0 13px 34px rgba(59,39,30,.075);transition:.25s}
.home-landing .logic-node:hover{transform:translateY(-4px);border-color:rgba(221,63,18,.28);box-shadow:var(--jy-shadow-brand)}
.home-landing .logic-node .no{position:absolute;top:10px;left:11px;color:#d1aaa0;font-size:9px;font-weight:900}
.home-landing .logic-node .ic{width:42px;height:42px;margin:0 auto 8px;display:grid;place-items:center;border-radius:13px;background:var(--jy-primary-soft);font-size:21px}
.home-landing .logic-node .tt{font-size:15px;font-weight:900}
.home-landing .logic-node .dd{margin-top:5px;color:#747a82;font-size:10px;line-height:1.55}
.home-landing .logic-node.n1{top:28px;left:50%;transform:translateX(-50%)}
.home-landing .logic-node.n1:hover{transform:translateX(-50%) translateY(-4px)}
.home-landing .logic-node.n7{top:72px;left:92px}
.home-landing .logic-node.n6{top:72px;right:92px}
.home-landing .logic-node.n5{top:285px;left:14px}
.home-landing .logic-node.n2{top:285px;right:14px}
.home-landing .logic-node.n4{bottom:44px;left:138px}
.home-landing .logic-node.n3{bottom:44px;right:138px}
.home-landing .logic-flow-tag{position:absolute;z-index:5;display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;background:#fff;border:1px solid #f0ddd5;box-shadow:0 7px 20px rgba(50,34,28,.06);color:#666d75;font-size:10px;font-weight:700}
.home-landing .logic-flow-tag .ic{color:var(--jy-primary);font-weight:900}
.home-landing .logic-flow-tag.up{left:50%;top:178px;transform:translateX(-50%)}
.home-landing .logic-flow-tag.down{left:50%;bottom:178px;transform:translateX(-50%)}
.home-landing .logic-flow-tag.left{left:17px;bottom:248px}
.home-landing .logic-flow-tag.right{right:17px;bottom:248px}
.home-landing .footer{position:relative;padding:58px 0 24px;background:#202329;color:#fff;overflow:hidden}
.home-landing .footer::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,rgba(221,63,18,.16),transparent 28%),radial-gradient(circle at 90% 90%,rgba(240,165,20,.08),transparent 25%);pointer-events:none}
.home-landing .footer .container{position:relative;z-index:2}
.home-landing .footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,.8fr) 1.55fr;gap:28px;align-items:start;padding-bottom:33px}
.home-landing .footer-hotline .hotline-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:var(--jy-primary);font-size:21px;box-shadow:0 8px 22px rgba(221,63,18,.28)}
.home-landing .footer-hotline{display:flex;align-items:center;gap:12px}
.home-landing .hotline-meta .lbl{font-size:11px;color:rgba(255,255,255,.52)}
.home-landing .hotline-meta .num{font-size:21px;font-weight:900;letter-spacing:.04em}
.home-landing .footer-col h4{position:relative;margin:0 0 13px;padding-left:10px;font-size:14px}
.home-landing .footer-col h4::before{content:"";position:absolute;left:0;top:4px;width:3px;height:14px;border-radius:999px;background:var(--jy-primary)}
.home-landing .footer-col ul{list-style:none;padding:0;margin:0}
.home-landing .footer-col li{margin:7px 0}
.home-landing .footer-col a{color:rgba(255,255,255,.60);font-size:12px;transition:.2s}
.home-landing .footer-col a:hover{color:#ffc94e}
.home-landing .footer-qrs{display:flex;justify-content:flex-end;gap:12px}
.home-landing .footer-qrs .qr{text-align:center}
.home-landing .footer-qrs .qr-img{width:82px;height:82px;margin-bottom:6px;padding:6px}
.home-landing .mini-qr{position:absolute;inset:7px;background:repeating-linear-gradient(0deg,#111820 0 3px,transparent 3px 6px),repeating-linear-gradient(90deg,#111820 0 3px,transparent 3px 6px);clip-path:polygon(0 0,38% 0,38% 14%,50% 14%,50% 0,100% 0,100% 40%,86% 40%,86% 54%,100% 54%,100% 100%,55% 100%,55% 87%,41% 87%,41% 100%,0 100%,0 62%,13% 62%,13% 48%,0 48%)}
.home-landing .footer-qrs .lbl{color:rgba(255,255,255,.60);font-size:10px}
.home-landing .footer-friend{padding:17px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);text-align:center;color:rgba(255,255,255,.52);font-size:11px;line-height:1.9}
.home-landing .footer-friend b{color:rgba(255,255,255,.78)}
.home-landing .footer-friend .apply{margin-right:9px;color:rgba(255,255,255,.72)}
.home-landing .footer-friend .apply b{color:#ffc94e}
.home-landing .footer-friend a{padding:0 7px}
.home-landing .footer-friend .sep{color:rgba(255,255,255,.18)}
.home-landing .footer-copy{padding-top:16px;text-align:center;color:rgba(255,255,255,.44);font-size:10.5px;line-height:1.9}
.home-landing .footer-copy .row{display:block}
.home-landing .footer-copy a{color:rgba(255,255,255,.54)}
@media(max-width:1100px){.home-landing .hero{height:680px;min-height:680px}
.home-landing .topbar-inner{gap:15px}
.home-landing .nav-menu a{padding-left:9px;padding-right:9px;font-size:13px}
.home-landing .hero-split{grid-template-columns:1fr 1fr;gap:34px}
.home-landing .hero-visual{height:470px}
.home-landing .hero h1{font-size:40px}
.home-landing .logic-stage{min-height:850px}
.home-landing .logic-node.n7{left:35px}
.home-landing .logic-node.n6{right:35px}
.home-landing .logic-node.n5{left:5px;top:330px}
.home-landing .logic-node.n2{right:5px;top:330px}
.home-landing .logic-node.n4{left:90px}
.home-landing .logic-node.n3{right:90px}
.home-landing .logic-flow-tag.left, .home-landing .logic-flow-tag.right{display:none}
.home-landing .footer-grid{grid-template-columns:1.3fr repeat(2,1fr);gap:26px}
.home-landing .footer-qrs{grid-column:1/-1;justify-content:flex-start}
.home-landing .footer-col:nth-of-type(4), .home-landing .footer-col:nth-of-type(5){grid-row:2}}
@media(max-width:860px){.home-landing .topbar-inner{height:66px}
.home-landing .nav-toggle{display:block;margin-left:auto}
.home-landing .nav-cta{display:none}
.home-landing .nav-menu{position:absolute;left:16px;right:16px;top:72px;display:none;flex-direction:column;align-items:stretch;padding:10px;border:1px solid #eedfd9;border-radius:16px;background:#fff;box-shadow:var(--jy-shadow)}
.home-landing .nav-menu.open{display:flex}
.home-landing .nav-menu a{padding:12px 13px;border-radius:10px}
.home-landing .nav-menu a::after{display:none}
.home-landing .nav-menu a.active{background:var(--jy-primary-soft)}
.home-landing .hero{height:1160px;min-height:1160px}
.home-landing .hero-slide{height:100%;min-height:0;padding:56px 0 86px}
.home-landing .hero-split{grid-template-columns:1fr;gap:36px}
.home-landing .hero-text{text-align:center}
.home-landing .hero .desc{margin-left:auto;margin-right:auto}
.home-landing .hero-points{max-width:610px;margin-left:auto;margin-right:auto;text-align:left}
.home-landing .hero-num{justify-content:center}
.home-landing .app-download{justify-content:center}
.home-landing .hero-visual{height:450px;max-width:620px;width:100%;margin:0 auto}
.home-landing .hero-arrow{width:42px;height:42px}
.home-landing .hero-arrow.prev{left:8px}
.home-landing .hero-arrow.next{right:8px}
.home-landing .logic-section{padding:72px 0 29px}
.home-landing .logic-stage{min-height:auto;padding:28px;background:transparent;border:0;box-shadow:none;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.home-landing .logic-stage::before, .home-landing .logic-stage::after, .home-landing .logic-lines, .home-landing .logic-flow-tag{display:none}
.home-landing .logic-core{position:relative;left:auto;top:auto;transform:none;width:auto;min-height:230px;border-radius:24px;grid-column:1/-1}
.home-landing .logic-node{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:auto;min-height:145px;display:flex;flex-direction:column;justify-content:center}
.home-landing .logic-node:hover{transform:translateY(-4px)!important}
.home-landing .footer-grid{grid-template-columns:repeat(2,1fr)}
.home-landing .footer-hotline, .home-landing .footer-qrs{grid-column:1/-1}}
@media(max-width:620px){.home-landing .hero{height:1260px;min-height:1260px}
.home-container{width:min(100% - 24px,var(--jy-shell))}
.home-landing .brand{font-size:18px}
.home-landing .brand .logo{width:38px;height:38px}
.home-landing .hero h1{font-size:34px}
.home-landing .hero-eyebrow{font-size:10px;letter-spacing:.08em}
.home-landing .hero .desc{font-size:14px}
.home-landing .hero-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}
.home-landing .hero-num{gap:20px}
.home-landing .hero-num .v{font-size:25px}
.home-landing .app-download{flex-direction:column}
.home-landing .dl-stack{width:100%;min-width:0;max-width:188px}
.home-landing .qr-card{width:150px}
.home-landing .hero-visual{height:420px;border-radius:0}
.home-landing .phones{inset:42px 15px 25px;gap:5px}
.home-landing .phone{width:163px;height:330px}
.home-landing .viz-mall .phone{width:190px;height:350px}
.home-landing .float-card, .home-landing .float-stat{min-width:84px;padding:8px 9px}
.home-landing .float-card .v, .home-landing .float-stat .v{font-size:13px}
.home-landing .viz-app .fc-l{left:8px;top:18px}
.home-landing .viz-app .fc-r{right:8px;top:38px}
.home-landing .viz-app .fc-b1{left:6px;bottom:35px}
.home-landing .viz-app .fc-b2{right:7px;bottom:16px}
.home-landing .flow{width:88%;grid-template-columns:repeat(2,1fr);gap:9px}
.home-landing .term{width:90%}
.home-landing .section-title{margin-bottom:34px}
.home-landing .section-title h2{font-size:30px}
.home-landing .section-title p{font-size:13px}
.home-landing .logic-stage{grid-template-columns:1fr;padding:8px}
.home-landing .logic-core{grid-column:auto;min-height:245px}
.home-landing .logic-node{min-height:130px}
.home-landing .footer-grid{grid-template-columns:1fr}
.home-landing .footer-hotline, .home-landing .footer-qrs{grid-column:auto}
.home-landing .footer-qrs{justify-content:flex-start;flex-wrap:wrap}
.home-landing .footer-friend{text-align:left}}
/* 2026-09-08 手机端 hero 两列化后收高：375~414 最高的 mall slide 实测需 1238~1251（含圆点区缓冲），1320→1260；极窄屏（≤360）points 换行增多另立一档防裁切 */
@media(max-width:360px){.home-landing .hero{height:1330px;min-height:1330px}}
@media(prefers-reduced-motion:reduce){.home-landing *, .home-landing *::before, .home-landing *::after{animation-duration:.01ms!important;transition-duration:.01ms!important;animation-iteration-count:1!important}}
.home-landing .jy-icon{width:1em;height:1em;display:inline-block;vertical-align:-.12em;fill:currentColor;flex:0 0 auto}
.home-landing .dl-ic{display:grid;place-items:center;color:#666b72;line-height:1}
.home-landing .dl-ic .jy-icon{font-size:23px}
.home-landing .ps-head .jy-icon, .home-landing .ps-search .jy-icon, .home-landing .board-head .jy-icon, .home-landing .term-head .jy-icon{margin-right:.35em}
.home-landing .ps-grid .ic, .home-landing .step .ic, .home-landing .logic-node .ic{color:var(--jy-primary);line-height:1}
.home-landing .ps-grid .ic .jy-icon{font-size:15px}
.home-landing .ps-row .avt .jy-icon{font-size:14px}
.home-landing .ps-foot .jy-icon{font-size:10px;margin-bottom:1px}
.home-landing .step .ic .jy-icon{font-size:22px}
.home-landing .logic-node .ic .jy-icon{font-size:21px}
.home-landing .logic-core .logo{color:#fff;line-height:1}
.home-landing .logic-core .logo .jy-icon{font-size:23px}
.home-landing .engine-pill{display:flex;align-items:center;justify-content:center;gap:4px}
.home-landing .engine-pill .jy-icon{font-size:10px}
.home-landing .board-head>div:first-child, .home-landing .term-head>div:first-child{display:flex;align-items:center}
.home-landing .factory .check .jy-icon{width:15px;height:15px;font-size:15px;display:block}
.home-landing .hero-point .dot{line-height:1}
.home-landing .hero-point .dot .jy-icon{font-size:12px}
.home-landing .logic-flow-tag .ic{display:inline-flex;align-items:center;justify-content:center}
.home-landing .logic-flow-tag .ic .jy-icon{font-size:12px}
.home-landing .ps-bar .jy-icon{font-size:8px;vertical-align:-.18em}
.home-landing .term-row .chg{display:flex;align-items:center;justify-content:flex-end;gap:2px}
.home-landing .term-row .chg .jy-icon{font-size:8px}
.home-landing .hero .desc{margin:22px 0 !important;}
.home-landing .hero-point{align-items:flex-start !important;}
.home-landing .hero-point .dot{
  flex:0 0 14px !important;
  width:14px !important;
  height:14px !important;
  margin-top:4px !important;
  display:grid !important;
  place-items:center !important;
  background:none !important;
  border:none !important;
  border-radius:0 !important;
  color:#fff !important;
  box-shadow:none !important;
}
.home-landing .hero-point .dot .jy-icon{
  width:14px !important;
  height:14px !important;
  font-size:14px !important;
  display:block !important;
}
.home-landing .hero-num{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
  padding-top:0 !important;
  border-top:0 !important;
}
.home-landing .hero-num .stat{
  min-width:0 !important;
  padding:10px 18px !important;
  border:1px solid rgba(255,255,255,.9) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.03) !important;
}
.home-landing .hero-num .v, .home-landing .hero-num .l{
  color:#fff !important;
}
.home-landing .hero-num .v{font-size:28px !important;8
.hero-num .l{margin-top:7px !important;font-size:12px !important;opacity:.95 !important;}

@media (max-width: 960px){
  .hero-num{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 640px){
  .hero-num{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  .hero-num .stat{padding:14px 16px !important;border-radius:14px !important;}
}


}
.home-landing .hero-text{
  max-width:690px;
}
.home-landing .hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  margin:0 0 24px;
  padding:7px 18px;
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.58);
  border-radius:999px;
  box-shadow:none;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.16em;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.home-landing .hero-eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.14);
}
.home-landing .hero-eyebrow .app-dot{display:none;}
.home-landing .hero h1{
  max-width:690px;
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(40px,4.4vw,52px);
  line-height:1.18;
  font-weight:900;
  letter-spacing:2px;
  text-shadow:none;
}
.home-landing .hero h1 .hl{
  color:#fff;
  background:none;
  -webkit-text-fill-color:#fff;
}
.home-landing .hero .desc{
  max-width:650px;
  margin:0 0 26px;
  color:rgba(255,255,255,.90);
  font-size:16.5px;
  line-height:1.85;
  font-weight:400;
}
.home-landing #mall .hero h1 .hl{white-space:nowrap;}
@media (min-width:1101px){.home-landing .hero-split{
    grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);
    gap:40px;
  }}
@media (max-width:1100px){.home-landing .hero h1{font-size:40px;letter-spacing:1px;}
.home-landing #mall .hero h1 .hl{white-space:normal;}}
@media (max-width:860px){.home-landing .hero-text{max-width:none;}
.home-landing .hero-eyebrow{margin-bottom:22px;}
.home-landing .hero h1, .home-landing .hero .desc{margin-left:auto;margin-right:auto;}}
@media (max-width:620px){.home-landing .hero-eyebrow{min-height:34px;padding:6px 16px;font-size:10px;letter-spacing:.08em;}
.home-landing .hero-eyebrow::before{width:7px;height:7px;flex-basis:7px;box-shadow:0 0 0 3px rgba(255,255,255,.14);}
.home-landing .hero h1{font-size:34px;line-height:1.2;letter-spacing:.5px;}
.home-landing .hero .desc{font-size:14px;line-height:1.85;}}
.home-landing .section-title{
  display:block;
  max-width:880px;
  margin:0 auto 46px;
  text-align:center;
}
.home-landing .section-title .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:0;
  margin:0 0 16px;
  padding:0;
  color:var(--jy-primary);
  background:transparent;
  border:0;
  border-radius:0;
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.18em;
}
.home-landing .section-title .eyebrow::before{
  content:"";
  width:28px;
  height:3px;
  flex:none;
  border-radius:99px;
  background:var(--jy-primary);
}
.home-landing .section-title h2{
  margin:0 0 14px;
  color:var(--jy-ink);
  font-size:clamp(32px,3.5vw,44px);
  font-weight:900;
  line-height:1.28;
  letter-spacing:.015em;
}
.home-landing .section-title h2 .hl{
  color:var(--jy-primary);
  background:none;
  -webkit-text-fill-color:initial;
}
.home-landing .section-title p{
  display:block;
  max-width:820px;
  margin:0 auto;
  color:var(--jy-muted);
  font-size:15px;
  font-weight:400;
  line-height:1.85;
  letter-spacing:0;
  text-align:center;
}
@media (max-width:620px){.home-landing .section-title{margin-bottom:32px;}
.home-landing .section-title h2{font-size:30px;}
.home-landing .section-title p{font-size:14px;}}
.home-landing .hero-text, .home-landing .section-title{
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif !important;
}
.home-landing .hero-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:auto !important;
  margin:0 0 22px !important;
  padding:7px 16px !important;
  color:#fff !important;
  background:rgba(255,255,255,.16) !important;
  border:1px solid rgba(255,255,255,.58) !important;
  border-radius:999px !important;
  box-shadow:none !important;
  font-size:12.5px !important;
  line-height:normal !important;
  font-weight:700 !important;
  letter-spacing:3px !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}
.home-landing .hero-eyebrow::before{
  content:"" !important;
  width:8px !important;
  height:8px !important;
  flex:0 0 8px !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:0 0 0 4px rgba(255,255,255,.14) !important;
}
.home-landing .hero-eyebrow .app-dot{display:none !important;}
.home-landing .hero h1{
  max-width:none !important;
  margin:10px 0 16px !important;
  color:#fff !important;
  font-size:clamp(24px,4.35vw,52px) !important;
  line-height:1.22 !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  text-shadow:0 12px 28px rgba(117,29,6,.24) !important;
}
.home-landing .hero h1 .hl{
  display:inline !important;
  color:#fff !important;
  background:none !important;
  -webkit-background-clip:initial !important;
  background-clip:initial !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow:inherit !important;
}
.home-landing #mall .hero h1 .hl{white-space:nowrap !important;}
.home-landing .hero .desc{
  max-width:690px !important;
  margin:0 !important;
  color:rgba(255,255,255,.95) !important;
  font-size:clamp(16px,1.55vw,21px) !important;
  line-height:1.7 !important;
  font-weight:650 !important;
  letter-spacing:normal !important;
  text-shadow:0 8px 24px rgba(117,29,6,.20) !important;
}
.home-landing .section-title{
  display:block !important;
  max-width:880px !important;
  margin:0 auto 46px !important;
  text-align:center !important;
}
.home-landing .section-title .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  min-height:0 !important;
  margin:0 0 16px !important;
  padding:0 !important;
  color:#dd3f12 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  font-size:12px !important;
  line-height:normal !important;
  font-weight:800 !important;
  letter-spacing:.18em !important;
}
.home-landing .section-title .eyebrow::before{
  content:"" !important;
  width:28px !important;
  height:3px !important;
  flex:none !important;
  border-radius:99px !important;
  background:#dd3f12 !important;
}
.home-landing .section-title h2{
  margin:0 0 14px !important;
  color:#172033 !important;
  font-size:clamp(32px,3.5vw,44px) !important;
  font-weight:900 !important;
  line-height:1.28 !important;
  letter-spacing:.015em !important;
}
.home-landing .section-title h2 .hl{
  background:none !important;
  color:#dd3f12 !important;
  -webkit-text-fill-color:initial !important;
  font-weight:900 !important;
}
.home-landing .section-title p{
  display:block !important;
  max-width:820px !important;
  margin:0 auto !important;
  color:#7a8495 !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.85 !important;
  letter-spacing:0 !important;
  text-align:center !important;
}
@media (max-width:620px){.home-landing .hero-eyebrow{
    min-height:auto !important;
    padding:7px 16px !important;
    font-size:12.5px !important;
    letter-spacing:3px !important;
    margin-bottom:22px !important;
  }
.home-landing .hero-eyebrow::before{
    width:8px !important;height:8px !important;flex-basis:8px !important;
    box-shadow:0 0 0 4px rgba(255,255,255,.14) !important;
  }
.home-landing .hero h1{
    font-size:clamp(30px,9vw,40px) !important;
    line-height:1.26 !important;
    margin:10px 0 14px !important;
    letter-spacing:.02em !important;
  }
.home-landing #mall .hero h1 .hl{white-space:normal !important;}
.home-landing .hero .desc{
    font-size:16px !important;
    line-height:1.7 !important;
    font-weight:650 !important;
  }
.home-landing .section-title{margin-bottom:32px !important;}
.home-landing .section-title h2{font-size:30px !important;}
.home-landing .section-title p{font-size:14px !important;}}
.home-landing .hero .desc{
  margin:22px 0 !important;
}
.home-landing .hero-point{
  align-items:flex-start !important;
}
.home-landing .hero-point .dot{
  flex:0 0 14px !important;
  width:14px !important;
  height:14px !important;
  margin-top:4px !important;
  display:grid !important;
  place-items:center !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  color:#fff !important;
  box-shadow:none !important;
}
.home-landing .hero-point .dot .jy-icon{
  width:14px !important;
  height:14px !important;
  display:block !important;
  color:#fff !important;
}
.home-landing .hero-num{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
  padding-top:0 !important;
  border-top:0 !important;
}
.home-landing .hero-num .stat{
  min-width:0 !important;
  padding:10px 18px !important;
  border:1px solid rgba(255,255,255,.9) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.03) !important;
  box-shadow:none !important;
}
.home-landing .hero-num .v, .home-landing .hero-num .l{
  color:#fff !important;
}
.home-landing .hero-num .v{
  font-size:28px !important;
  font-weight:900 !important;
  line-height:1 !important;
}
.home-landing .hero-num .l{
  margin-top:7px !important;
  font-size:12px !important;
  opacity:.95 !important;
}
@media (max-width:960px){.home-landing .hero-num{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:640px){.home-landing .hero-num{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
.home-landing .hero-num .stat{padding:14px 16px !important;border-radius:14px !important;}}
.home-landing #shopapp .qr-real{
  position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;
  object-fit:contain !important;background:#fff !important;border-radius:0 !important;display:block !important;
}
.home-landing #shopapp .dl-stack{
  width:164px !important;min-width:164px !important;max-width:164px !important;gap:9px !important;
}
.home-landing #shopapp .dl-btn{
  width:164px !important;min-width:164px !important;max-width:164px !important;
  justify-content:flex-start !important;gap:8px !important;padding:9px 11px !important;
}
.home-landing #shopapp .dl-ic{
  flex:0 0 24px !important;width:24px !important;color:#dd3f12 !important;
}
.home-landing #shopapp .dl-ic .jy-icon{
  width:22px !important;height:22px !important;font-size:22px !important;color:#dd3f12 !important;
}
.home-landing #shopapp .dl-txt{flex:0 0 auto !important;min-width:0 !important;}
.home-landing #shopapp .dl-txt .sm{white-space:nowrap !important;}
.home-landing #shopapp .dl-txt .big{white-space:nowrap !important;}
@media (max-width:620px){.home-landing #shopapp .dl-stack{width:164px !important;min-width:164px !important;max-width:164px !important;}
.home-landing #shopapp .dl-btn{width:164px !important;min-width:164px !important;max-width:164px !important;}}
.home-landing .eco-arch{position:relative;max-width:1240px;margin:0 auto;padding:8px 0 0;overflow:hidden}
.home-landing .eco-canvas{position:relative;min-height:840px;padding:0;--eco-tag-side-offset:245px}
.home-landing .eco-top-pill{position:absolute;left:50%;top:0;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 22px;border:1.5px solid rgba(221,63,18,.72);border-radius:999px;background:rgba(255,255,255,.92);color:var(--jy-primary);font-size:17px;font-weight:800;letter-spacing:.02em;white-space:nowrap;z-index:5}
.home-landing .eco-arc{position:absolute;left:50%;transform:translateX(-50%);pointer-events:none;border:1.5px dashed rgba(221,63,18,.46);border-bottom:none;background:transparent;z-index:1}
.home-landing .eco-arc.outer{top:126px;width:940px;height:470px;border-top-left-radius:430px;border-top-right-radius:430px}
.home-landing .eco-arc.middle{top:296px;width:600px;height:300px;border-top-left-radius:330px;border-top-right-radius:330px}
.home-landing .eco-arc.inner{top:400px;width:360px;height:180px;border-top-left-radius:235px;border-top-right-radius:235px}
.home-landing .eco-arc-tag{position:absolute;z-index:5;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--jy-primary);box-shadow:0 12px 24px rgba(221,63,18,.18);color:#fff;font-size:14px;font-weight:800;letter-spacing:.02em;transform:translateX(-50%)}
.home-landing .eco-arc-tag.platform{left:50%;top:275px}
.home-landing .eco-arc-tag.digital{left:calc(50% - var(--eco-tag-side-offset));top:400px}
.home-landing .eco-arc-tag.smart{left:calc(50% + var(--eco-tag-side-offset));top:400px}
.home-landing .eco-card{position:absolute;z-index:4;width:188px;min-height:186px;padding:48px 18px 18px;border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 18px 38px rgba(59,39,30,.10);text-align:center;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;box-sizing:border-box}
.home-landing .eco-card .eco-dot{position:absolute;left:50%;top:-25px;transform:translateX(-50%);width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--jy-primary);box-shadow:0 10px 20px rgba(221,63,18,.22);color:#fff}
.home-landing .eco-card .eco-dot .jy-icon{width:22px;height:22px;font-size:22px;display:block}
.home-landing .eco-card .tt{margin:0;font-size:18px;color:var(--ink);font-weight:900;line-height:1.2}
.home-landing .eco-card .sub-top{margin-top:10px;margin-bottom:0;color:var(--jy-brand);font-size:12px;line-height:1.4;font-weight:500}
.home-landing .eco-card .sub-mid{margin-top:0;color:var(--ink-3);font-size:14px;line-height:1.75;font-weight:400}
.home-landing .eco-card .sub-strong{margin-top:0;color:var(--ink-3);font-size:14px;line-height:1.75;font-weight:400}
.home-landing .eco-card .sub-top + .sub-mid, .home-landing .eco-card .sub-top + .sub-strong{margin-top:10px}
.home-landing .eco-card .sub-mid + .sub-strong{margin-top:0}
.home-landing .eco-card.crm{left:23%;top:180px}
.home-landing .eco-card.mall{left:41%;top:80px}
.home-landing .eco-card.quote{left:59%;top:80px}
.home-landing .eco-card.datahub{left:77%;top:180px}
.home-landing .eco-card.logistics{left:12%;top:410px}
.home-landing .eco-card.ecology{left:88%;top:410px}
@keyframes ecoCardFloat{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,-12px)}}
.home-landing .eco-card.crm, .home-landing .eco-card.mall, .home-landing .eco-card.quote, .home-landing .eco-card.datahub, .home-landing .eco-card.logistics, .home-landing .eco-card.ecology{animation:ecoCardFloat 5.2s ease-in-out infinite}
.home-landing .eco-card.crm{animation-delay:-.2s}
.home-landing .eco-card.mall{animation-delay:-1.1s}
.home-landing .eco-card.quote{animation-delay:-2s}
.home-landing .eco-card.datahub{animation-delay:-.7s}
.home-landing .eco-card.logistics{animation-delay:-1.7s}
.home-landing .eco-card.ecology{animation-delay:-2.6s}
.home-landing .eco-pillar-title{position:absolute;left:50%;top:400px;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 34px;border:1.5px solid rgba(221,63,18,.72);border-radius:999px;background:rgba(255,255,255,.92);color:var(--jy-primary);font-size:17px;font-weight:800;letter-spacing:.02em;white-space:nowrap;z-index:5}
.home-landing .eco-pillar{position:absolute;z-index:4;width:170px;padding:16px 14px;border-radius:18px;background:#fff;box-shadow:0 14px 28px rgba(59,39,30,.08);text-align:center;color:var(--jy-primary);font-size:15px;font-weight:800;transform:translateX(-50%)}
.home-landing .eco-pillar.p1{left:41%;top:460px}
.home-landing .eco-pillar.p2{left:59%;top:460px;width:190px}
.home-landing .eco-pillar.p3{left:39%;top:540px}
.home-landing .eco-pillar.p4{left:61%;top:540px;width:168px}
.home-landing .eco-base{position:absolute;left:50%;bottom:128px;transform:translateX(-50%);z-index:5;width:360px;padding:18px 24px 16px;border-radius:20px;background:var(--jy-primary);box-shadow:var(--jy-shadow-brand);text-align:center;color:#fff}
.home-landing .eco-base .tt{font-size:34px;font-weight:900;line-height:1.08;letter-spacing:.04em}
.home-landing .eco-base .sub{margin-top:8px;font-size:13px;font-weight:700;line-height:1.5;opacity:.97}
.home-landing .eco-side-flow{position:absolute;bottom:140px;z-index:5;width:330px;display:flex;align-items:center;gap:18px}
.home-landing .eco-side-flow.left{left:24px}
.home-landing .eco-side-flow.right{right:24px;flex-direction:row-reverse}
.home-landing .eco-side-flow .flow-box{flex:0 0 250px;width:250px;padding:12px 18px;border:1.5px dashed rgba(221,63,18,.58);border-radius:18px;background:rgba(255,255,255,.72);text-align:center;color:var(--jy-primary);line-height:1.45}
.home-landing .eco-side-flow .flow-box .line1{font-size:17px;font-weight:900}
.home-landing .eco-side-flow .flow-box .line2{font-size:13px;font-weight:700}
.home-landing .eco-side-flow .flow-arrow{color:var(--jy-primary);font-size:58px;line-height:1;font-weight:300;flex:0 0 auto;display:grid;place-items:center}
@media (max-width:1180px){.home-landing .eco-canvas{min-height:756px;--eco-tag-side-offset:220px}
.home-landing .eco-top-pill{min-height:31px;padding:0 20px;font-size:15px}
.home-landing .eco-arc.outer{top:113px;width:846px;height:423px;border-top-left-radius:387px;border-top-right-radius:387px}
.home-landing .eco-arc.middle{top:266px;width:540px;height:270px;border-top-left-radius:297px;border-top-right-radius:297px}
.home-landing .eco-arc.inner{top:360px;width:324px;height:162px;border-top-left-radius:212px;border-top-right-radius:212px}
.home-landing .eco-arc-tag{width:45px;height:45px;font-size:12.5px}
.home-landing .eco-arc-tag.platform{top:248px}
.home-landing .eco-arc-tag.digital, .home-landing .eco-arc-tag.smart{top:360px}
.home-landing .eco-card{width:169px;min-height:167px;padding:43px 16px 16px;border-radius:20px}
.home-landing .eco-card .eco-dot{top:-23px;width:45px;height:45px}
.home-landing .eco-card .eco-dot .jy-icon{width:20px;height:20px;font-size:20px}
.home-landing .eco-card .tt{font-size:16px}
.home-landing .eco-card .sub-top{font-size:11px}
.home-landing .eco-card .sub-mid{font-size:13px}
.home-landing .eco-card .sub-strong{font-size:13px}
.home-landing .eco-card.crm, .home-landing .eco-card.datahub{top:162px}
.home-landing .eco-card.mall, .home-landing .eco-card.quote{top:72px}
.home-landing .eco-card.logistics, .home-landing .eco-card.ecology{top:369px}
.home-landing .eco-pillar-title{top:360px;min-height:29px;padding:0 31px;font-size:15px}
.home-landing .eco-pillar{width:153px;padding:14px 13px;border-radius:16px;font-size:13.5px}
.home-landing .eco-pillar.p1, .home-landing .eco-pillar.p2{top:414px}
.home-landing .eco-pillar.p2{width:171px}
.home-landing .eco-pillar.p3, .home-landing .eco-pillar.p4{top:486px}
.home-landing .eco-pillar.p4{width:151px}
.home-landing .eco-base{bottom:115px;width:324px;padding:16px 22px 14px;border-radius:18px}
.home-landing .eco-base .tt{font-size:31px}
.home-landing .eco-base .sub{font-size:12px}
.home-landing .eco-side-flow{bottom:126px;width:297px;gap:16px}
.home-landing .eco-side-flow.left{left:22px}
.home-landing .eco-side-flow.right{right:22px}
.home-landing .eco-side-flow .flow-box{flex-basis:225px;width:225px;padding:11px 16px}
.home-landing .eco-side-flow .flow-box .line1{font-size:15px}
.home-landing .eco-side-flow .flow-arrow{font-size:52px}}
@media (max-width:960px){.home-landing .eco-canvas{min-height:613px;--eco-tag-side-offset:180px}
.home-landing .eco-top-pill{min-height:26px;padding:0 16px;font-size:12.5px}
.home-landing .eco-arc.outer{top:92px;width:686px;height:343px;border-top-left-radius:314px;border-top-right-radius:314px}
.home-landing .eco-arc.middle{top:216px;width:438px;height:219px;border-top-left-radius:241px;border-top-right-radius:241px}
.home-landing .eco-arc.inner{top:292px;width:263px;height:131px;border-top-left-radius:172px;border-top-right-radius:172px}
.home-landing .eco-arc-tag{width:37px;height:37px;font-size:10px}
.home-landing .eco-arc-tag.platform{top:201px}
.home-landing .eco-arc-tag.digital, .home-landing .eco-arc-tag.smart{top:292px}
.home-landing .eco-card{width:137px;min-height:136px;padding:35px 13px 13px;border-radius:16px}
.home-landing .eco-card .eco-dot{top:-18px;width:37px;height:37px}
.home-landing .eco-card .eco-dot .jy-icon{width:16px;height:16px;font-size:16px}
.home-landing .eco-card .tt{font-size:13px}
.home-landing .eco-card .sub-top{font-size:9px}
.home-landing .eco-card .sub-mid{font-size:10.5px;line-height:1.6}
.home-landing .eco-card .sub-strong{font-size:10.5px;line-height:1.6}
.home-landing .eco-card.crm, .home-landing .eco-card.datahub{top:131px}
.home-landing .eco-card.mall, .home-landing .eco-card.quote{top:58px}
.home-landing .eco-card.logistics, .home-landing .eco-card.ecology{top:299px}
.home-landing .eco-pillar-title{top:292px;min-height:23px;padding:0 25px;font-size:12.5px}
.home-landing .eco-pillar{width:124px;padding:12px 10px;border-radius:13px;font-size:11px}
.home-landing .eco-pillar.p1, .home-landing .eco-pillar.p2{top:336px}
.home-landing .eco-pillar.p2{width:139px}
.home-landing .eco-pillar.p3, .home-landing .eco-pillar.p4{top:394px}
.home-landing .eco-pillar.p4{width:123px}
.home-landing .eco-base{bottom:94px;width:263px;padding:13px 18px 12px;border-radius:15px}
.home-landing .eco-base .tt{font-size:25px}
.home-landing .eco-base .sub{margin-top:6px;font-size:9.5px}
.home-landing .eco-side-flow{bottom:102px;width:242px;gap:13px}
.home-landing .eco-side-flow.left{left:18px}
.home-landing .eco-side-flow.right{right:18px}
.home-landing .eco-side-flow .flow-box{flex-basis:183px;width:183px;padding:9px 13px;border-radius:13px}
.home-landing .eco-side-flow .flow-box .line1{font-size:12.5px}
.home-landing .eco-side-flow .flow-box .line2{font-size:9.5px}
.home-landing .eco-side-flow .flow-arrow{font-size:42px}}
@media (max-width:760px){.home-landing .eco-canvas{min-height:470px;--eco-tag-side-offset:137px}
.home-landing .eco-top-pill{min-height:20px;padding:0 12px;font-size:9.5px}
.home-landing .eco-arc.outer{top:71px;width:526px;height:263px;border-top-left-radius:241px;border-top-right-radius:241px}
.home-landing .eco-arc.middle{top:166px;width:336px;height:168px;border-top-left-radius:185px;border-top-right-radius:185px}
.home-landing .eco-arc.inner{top:224px;width:202px;height:101px;border-top-left-radius:132px;border-top-right-radius:132px}
.home-landing .eco-arc-tag{width:28px;height:28px;font-size:7.5px}
.home-landing .eco-arc-tag.platform{top:154px}
.home-landing .eco-arc-tag.digital, .home-landing .eco-arc-tag.smart{top:224px}
.home-landing .eco-card{width:105px;min-height:104px;padding:27px 10px 10px;border-radius:12px;box-shadow:0 10px 24px rgba(59,39,30,.09)}
.home-landing .eco-card .eco-dot{top:-14px;width:28px;height:28px}
.home-landing .eco-card .eco-dot .jy-icon{width:12px;height:12px;font-size:12px}
.home-landing .eco-card .tt{font-size:10px}
.home-landing .eco-card .sub-top{font-size:7px}
.home-landing .eco-card .sub-mid{font-size:8px;line-height:1.5}
.home-landing .eco-card .sub-strong{font-size:8px;line-height:1.5}
.home-landing .eco-card.crm, .home-landing .eco-card.datahub{top:101px}
.home-landing .eco-card.mall, .home-landing .eco-card.quote{top:45px}
.home-landing .eco-card.logistics, .home-landing .eco-card.ecology{top:230px}
.home-landing .eco-pillar-title{top:224px;min-height:18px;padding:0 19px;font-size:9.5px}
.home-landing .eco-pillar{width:95px;padding:9px 8px;border-radius:10px;font-size:8.5px}
.home-landing .eco-pillar.p1, .home-landing .eco-pillar.p2{top:258px}
.home-landing .eco-pillar.p2{width:106px}
.home-landing .eco-pillar.p3, .home-landing .eco-pillar.p4{top:302px}
.home-landing .eco-pillar.p4{width:94px}
.home-landing .eco-base{bottom:72px;width:202px;padding:10px 14px 9px;border-radius:11px}
.home-landing .eco-base .tt{font-size:19px}
.home-landing .eco-base .sub{margin-top:4px;font-size:7.5px}
.home-landing .eco-side-flow{bottom:79px;width:186px;gap:10px}
.home-landing .eco-side-flow.left{left:14px}
.home-landing .eco-side-flow.right{right:14px}
.home-landing .eco-side-flow .flow-box{flex-basis:141px;width:141px;padding:7px 10px;border-radius:10px}
.home-landing .eco-side-flow .flow-box .line1{font-size:9.5px}
.home-landing .eco-side-flow .flow-box .line2{font-size:7px}
.home-landing .eco-side-flow .flow-arrow{font-size:32px}}
@media (max-width:560px){.home-landing .eco-arch{margin-left:-6px;margin-right:-6px}
.home-landing .eco-canvas{min-height:353px;--eco-tag-side-offset:104px}
.home-landing .eco-top-pill{min-height:15px;padding:0 9px;font-size:7px;border-width:1px}
.home-landing .eco-arc{border-width:1px}
.home-landing .eco-arc.outer{top:53px;width:395px;height:197px;border-top-left-radius:181px;border-top-right-radius:181px}
.home-landing .eco-arc.middle{top:124px;width:252px;height:126px;border-top-left-radius:139px;border-top-right-radius:139px}
.home-landing .eco-arc.inner{top:168px;width:151px;height:76px;border-top-left-radius:99px;border-top-right-radius:99px}
.home-landing .eco-arc-tag{width:21px;height:21px;font-size:5.7px;box-shadow:none}
.home-landing .eco-arc-tag.platform{top:116px}
.home-landing .eco-arc-tag.digital, .home-landing .eco-arc-tag.smart{top:168px}
.home-landing .eco-card{width:79px;min-height:78px;padding:20px 7px 7px;border-radius:9px;box-shadow:0 7px 16px rgba(59,39,30,.08)}
.home-landing .eco-card .eco-dot{top:-11px;width:21px;height:21px;box-shadow:none}
.home-landing .eco-card .eco-dot .jy-icon{width:9px;height:9px;font-size:9px}
.home-landing .eco-card .tt{font-size:7.5px}
.home-landing .eco-card .sub-top{font-size:5.2px}
.home-landing .eco-card .sub-mid{font-size:6px;line-height:1.45}
.home-landing .eco-card .sub-strong{font-size:6px;line-height:1.45}
.home-landing .eco-card.crm, .home-landing .eco-card.datahub{top:76px}
.home-landing .eco-card.mall, .home-landing .eco-card.quote{top:34px}
.home-landing .eco-card.logistics, .home-landing .eco-card.ecology{top:172px}
.home-landing .eco-pillar-title{top:168px;min-height:14px;padding:0 14px;font-size:7px;border-width:1px}
.home-landing .eco-pillar{width:71px;padding:7px 6px;border-radius:8px;font-size:6.4px;box-shadow:0 6px 14px rgba(59,39,30,.07)}
.home-landing .eco-pillar.p1, .home-landing .eco-pillar.p2{top:193px}
.home-landing .eco-pillar.p2{width:80px}
.home-landing .eco-pillar.p3, .home-landing .eco-pillar.p4{top:227px}
.home-landing .eco-pillar.p4{width:71px}
.home-landing .eco-base{bottom:54px;width:151px;padding:8px 10px 7px;border-radius:8px;box-shadow:0 10px 24px rgba(221,63,18,.14)}
.home-landing .eco-base .tt{font-size:14px}
.home-landing .eco-base .sub{margin-top:3px;font-size:5.5px}
.home-landing .eco-side-flow{bottom:58px;width:139px;gap:8px}
.home-landing .eco-side-flow.left{left:10px}
.home-landing .eco-side-flow.right{right:10px}
.home-landing .eco-side-flow .flow-box{flex-basis:105px;width:105px;padding:5px 8px;border-radius:8px;border-width:1px}
.home-landing .eco-side-flow .flow-box .line1{font-size:7px}
.home-landing .eco-side-flow .flow-box .line2{font-size:5.3px}
.home-landing .eco-side-flow .flow-arrow{font-size:24px}}
.home-landing .eco-base{
  bottom:86px !important;
  transform:translateX(-50%) !important;
}
.home-landing .eco-side-flow{
  bottom:102px !important;
  transform:none !important;
}
.home-landing .eco-side-flow.left{left:24px !important;}
.home-landing .eco-side-flow.right{right:24px !important;}
@media (max-width:1180px){.home-landing .logic-section{padding:77px 0 36px;}
.home-landing .eco-base{bottom:77px !important;}
.home-landing .eco-side-flow{bottom:92px !important;}
.home-landing .eco-side-flow.left{left:22px !important;}
.home-landing .eco-side-flow.right{right:22px !important;}}
@media (max-width:960px){.home-landing .logic-section{padding:63px 0 29px;}
.home-landing .eco-base{bottom:63px !important;}
.home-landing .eco-side-flow{bottom:74px !important;}
.home-landing .eco-side-flow.left{left:18px !important;}
.home-landing .eco-side-flow.right{right:18px !important;}}
@media (max-width:760px){.home-landing .logic-section{padding:48px 0 22px;}
.home-landing .eco-base{bottom:48px !important;}
.home-landing .eco-side-flow{bottom:57px !important;}
.home-landing .eco-side-flow.left{left:14px !important;}
.home-landing .eco-side-flow.right{right:14px !important;}}
@media (max-width:560px){.home-landing .logic-section{padding:36px 0 17px;}
.home-landing .eco-base{bottom:36px !important;}
.home-landing .eco-side-flow{bottom:43px !important;}
.home-landing .eco-side-flow.left{left:10px !important;}
.home-landing .eco-side-flow.right{right:10px !important;}}
.home-landing #shopapp .app-real-phones{inset:22px 44px 18px;gap:18px;align-items:center;justify-content:center;}
.home-landing #shopapp .app-real-phones .phone{width:205px;height:439px;padding:7px;border-radius:30px;background:#111;overflow:hidden;box-shadow:0 28px 55px rgba(34,6,0,.35);flex:0 0 auto;}
.home-landing #shopapp .app-real-phones .phone-screen{width:100%;height:100%;border-radius:23px;overflow:hidden;background:#fff;}
.home-landing #shopapp .app-real-phones .app-screen-shot{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:0;background:#fff;}
.home-landing #shopapp .app-real-phones .phone-back{transform:rotate(-6deg) translateY(12px);opacity:1;}
.home-landing #shopapp .app-real-phones .phone-front{transform:rotate(5deg) translateY(-6px);}
@media(max-width:1100px){.home-landing #shopapp .app-real-phones{inset:28px 20px 18px;gap:12px;}
.home-landing #shopapp .app-real-phones .phone{width:185px;height:399px;}}
@media(max-width:860px){.home-landing #shopapp .app-real-phones{inset:18px 70px 12px;gap:18px;}
.home-landing #shopapp .app-real-phones .phone{width:180px;height:389px;}}
@media(max-width:620px){.home-landing #shopapp .app-real-phones{inset:38px 4px 20px;gap:5px;}
.home-landing #shopapp .app-real-phones .phone{width:154px;height:333px;padding:5px;border-radius:24px;}
.home-landing #shopapp .app-real-phones .phone-screen{border-radius:19px;}}
.home-landing #shopapp .hero-visual{
  overflow:visible !important;
  width:calc(100% + 100px);
  height:540px;
  margin-left:-50px;
  margin-top:-20px;
  margin-bottom:-20px;
}
.home-landing #shopapp .viz-app, .home-landing #shopapp .app-real-phones{overflow:visible !important;}
@media (max-width:1100px){.home-landing #shopapp .hero-visual{
    width:calc(100% + 60px);
    height:510px;
    margin-left:-30px;
    margin-top:-15px;
    margin-bottom:-15px;
  }}
@media (max-width:860px){.home-landing #shopapp .hero-visual{
    width:min(680px,calc(100% + 40px));
    max-width:680px;
    height:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-10px;
    margin-bottom:-10px;
  }}
@media (max-width:620px){.home-landing #shopapp .hero-visual{
    width:calc(100% + 16px);
    max-width:none;
    height:445px;
    margin-left:-8px;
    margin-right:-8px;
    margin-top:-8px;
    margin-bottom:-8px;
  }}
.home-landing #jyt .hero-visual{overflow:visible !important;}
.home-landing #jyt .viz-data{position:relative;width:100%;height:100%;overflow:visible;}
.home-landing #jyt .market-shot{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:block;
  width:215px;
  height:auto;
  max-width:none;
  margin:0;
  box-sizing:border-box;
  border:7px solid #111;
  border-radius:30px;
  background:#fff;
  box-shadow:0 28px 55px rgba(34,6,0,.35);
  object-fit:contain;
  object-position:top center;
}
@media (max-width:1180px){.home-landing #jyt .market-shot{width:200px;border-width:7px;border-radius:28px;}}
@media (max-width:960px){.home-landing #jyt .market-shot{width:190px;border-width:6px;border-radius:26px;}}
@media (max-width:760px){.home-landing #jyt .market-shot{width:174px;border-width:6px;border-radius:24px;}}
@media (max-width:560px){.home-landing #jyt .market-shot{width:154px;border-width:5px;border-radius:22px;}}
.home-landing .hero-slide{
  padding:0 !important;
}
.home-landing .hero-slide > .hero-split{
  height:calc(100% - 88px) !important;
  min-height:0 !important;
  margin-top:88px !important;
  align-items:center !important;
  align-content:center !important;
}
@media (max-width:860px){.home-landing .hero-slide{padding:0 !important;}
.home-landing .hero-slide > .hero-split{
    height:calc(100% - 88px) !important;
    min-height:0 !important;
    margin-top:88px !important;
    align-items:center !important;
    align-content:center !important;
  }}
@media (max-width:620px){.home-landing .hero-slide > .hero-split{
    height:calc(100% - 88px) !important;
    min-height:0 !important;
    margin-top:88px !important;
    align-items:center !important;
    align-content:center !important;
  }}
.home-landing #mall{overflow:visible !important;}
.home-landing #mall .hero-visual{
  overflow:visible !important;
  width:calc(100% + 96px);
  height:550px;
  margin-left:-48px;
  margin-right:-48px;
}
.home-landing #mall .viz-mall{overflow:visible !important;}
@media (max-width:1100px){.home-landing #mall .hero-visual{
    width:calc(100% + 64px);
    height:525px;
    margin-left:-32px;
    margin-right:-32px;
  }}
@media (max-width:860px){.home-landing #mall .hero-visual{
    width:min(680px,calc(100% + 40px));
    max-width:680px;
    height:500px;
    margin-left:auto;
    margin-right:auto;
  }}
@media (max-width:620px){.home-landing #mall .hero-visual{
    width:calc(100% + 20px);
    max-width:none;
    height:450px;
    margin-left:-10px;
    margin-right:-10px;
  }}
.home-landing .open-eco-section{position:relative;padding:86px 0 72px;background:#fff;overflow:hidden}
.home-landing .open-eco-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(30deg,rgba(221,63,18,.035) 12%,transparent 12.5%,transparent 87%,rgba(221,63,18,.035) 87.5%,rgba(221,63,18,.035)),linear-gradient(150deg,rgba(221,63,18,.035) 12%,transparent 12.5%,transparent 87%,rgba(221,63,18,.035) 87.5%,rgba(221,63,18,.035));background-size:82px 142px;opacity:.45;pointer-events:none}
.home-landing .open-eco-wrap{position:relative;z-index:1}
.home-landing .open-eco-section .section-title{margin-bottom:34px}
.home-landing .open-eco-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 18px;margin-bottom:34px}
.home-landing .open-eco-chip{padding:9px 16px;border-radius:999px;background:var(--jy-primary);color:#fff;font-size:13px;font-weight:800;line-height:1;letter-spacing:.02em;box-shadow:0 8px 18px rgba(221,63,18,.12)}
.home-landing .open-eco-grid{display:flex;grid-template-columns:minmax(270px,.98fr) minmax(430px,1.04fr) minmax(270px,.98fr);gap:52px;align-items:center}
.home-landing .open-eco-side{display:grid;gap:16px;align-content:start}
.home-landing .open-eco-benefit{padding:0;max-width:250px;width:100%}
.home-landing .open-eco-benefit .tt{color:var(--jy-primary);font-size:16px;font-weight:900;line-height:1.35;display:block;max-width:250px;word-break:break-word}
.home-landing .open-eco-benefit .dd{margin-top:4px;color:var(--ink-3);font-size:13px;line-height:1.7;display:block;max-width:250px;word-break:break-word}
.home-landing .open-eco-side.left{text-align:right;padding-right:28px}
.home-landing .open-eco-side.right{text-align:left;padding-left:28px}
.home-landing .open-eco-side.left .open-eco-benefit{margin-left:auto}
.home-landing .open-eco-side.right .open-eco-benefit{margin-right:auto}
.home-landing .open-eco-center{display:grid;grid-template-columns:124px 48px minmax(250px,1fr) 48px 124px;gap:14px;align-items:center;padding:8px 0}
.home-landing .open-eco-role{display:grid;place-items:center;text-align:center;align-content:start}
.home-landing .open-eco-role-circle{width:106px;height:106px;border-radius:50%;display:grid;place-items:center;align-content:center;background:var(--jy-primary);color:#fff;border:2px dashed rgba(255,255,255,.9);outline:2px dashed rgba(221,63,18,.55);outline-offset:4px;box-shadow:0 12px 26px rgba(221,63,18,.14)}
.home-landing .open-eco-role-circle .tt{font-size:22px;font-weight:900;line-height:1.15}
.home-landing .open-eco-role-circle .dd{margin-top:4px;font-size:12px;font-weight:700}
.home-landing .open-eco-role-card{margin-top:14px;min-width:112px;padding:10px 12px;border-radius:10px;background:var(--jy-primary);color:#fff;text-align:center}
.home-landing .open-eco-role-card b{display:block;font-size:15px;line-height:1.25}
.home-landing .open-eco-role-card span{display:block;margin-top:3px;font-size:11px;line-height:1.35}
.home-landing .open-eco-role-note{margin-top:12px;max-width:124px;color:var(--jy-primary);font-size:12px;line-height:1.65;font-weight:600}
.home-landing .open-eco-arrow{color:var(--jy-primary);font-size:40px;font-weight:300;text-align:center;line-height:1}
.home-landing .open-eco-platform{padding:20px 22px;border:2px solid rgba(221,63,18,.75);border-radius:20px;background:var(--jy-primary);color:#fff;text-align:center;box-shadow:0 16px 34px rgba(221,63,18,.15)}
.home-landing .open-eco-platform .brand{font-size:30px;font-weight:900;line-height:1.1}
.home-landing .open-eco-platform .mode{margin-top:7px;font-size:18px;font-weight:800;line-height:1.35}
.home-landing .open-eco-platform .line{margin-top:12px;font-size:13px;font-weight:600;line-height:1.75}
.home-landing .open-eco-bottom-note{grid-column:1/-1;margin-top:18px;text-align:center;color:var(--jy-primary);font-size:13px;line-height:1.7;font-weight:600}
@media (max-width:1180px){.home-landing .open-eco-section{padding:77px 0 64px}
.home-landing .open-eco-grid{grid-template-columns:minmax(220px,.92fr) minmax(390px,1.08fr) minmax(220px,.92fr);gap:34px}
.home-landing .open-eco-side.left{padding-right:18px}
.home-landing .open-eco-side.right{padding-left:18px}
.home-landing .open-eco-benefit{max-width:220px}
.home-landing .open-eco-benefit .tt{max-width:220px}
.home-landing .open-eco-benefit .dd{max-width:220px}
.home-landing .open-eco-center{grid-template-columns:104px 34px minmax(220px,1fr) 34px 104px;gap:12px}
.home-landing .open-eco-role-circle{width:94px;height:94px}
.home-landing .open-eco-role-circle .tt{font-size:20px}
.home-landing .open-eco-platform .brand{font-size:27px}
.home-landing .open-eco-platform .mode{font-size:16px}
.home-landing .open-eco-benefit .tt{font-size:15px}
.home-landing .open-eco-benefit .dd{font-size:12px}
.home-landing .open-eco-role-note{max-width:110px}}
@media (max-width:960px){.home-landing .open-eco-section{padding:63px 0 52px}
/* 2026-09-08 手机端修复：基础层 .open-eco-grid 为 display:flex，仅设 grid-template-columns 不会折行（390px 下三栏并排、左右栏各剩 35px 竖排文字）；此处显式切 grid 才真正单列堆叠。PC（>960）不加载本块，flex 三栏原样 */
.home-landing .open-eco-grid{display:grid;grid-template-columns:1fr;gap:24px}
.home-landing .open-eco-grid > .open-eco-center{order:-1} /* 折行后链条前置：先看懂 供应方⇌胶友商城⇌采购方，再看两组优势 */
.home-landing .open-eco-side{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.home-landing .open-eco-side.left, .home-landing .open-eco-side.right{text-align:left;padding-left:0;padding-right:0}
/* 折行后补分组标题（PC 三栏下分组由空间位置表达，无需标题）；side 是 grid，::before 即首个格 item */
.home-landing .open-eco-side.left::before, .home-landing .open-eco-side.right::before{grid-column:1/-1;display:flex;align-items:center;font-size:15px;font-weight:900;color:var(--ink);border-left:4px solid var(--jy-primary);padding-left:10px;margin-bottom:2px}
.home-landing .open-eco-side.left::before{content:"供应方 · 6大经营优势"}
.home-landing .open-eco-side.right::before{content:"采购方 · 6大采购优势"}
/* 折行后去掉 PC 的“向中靠拢”推挤（margin:auto + max-width），优势条占满列宽 */
.home-landing .open-eco-side.left .open-eco-benefit, .home-landing .open-eco-side.right .open-eco-benefit{margin-left:0;margin-right:0;max-width:none}
.home-landing .open-eco-side.left .open-eco-benefit .tt, .home-landing .open-eco-side.left .open-eco-benefit .dd, .home-landing .open-eco-side.right .open-eco-benefit .tt, .home-landing .open-eco-side.right .open-eco-benefit .dd{max-width:none}
.home-landing .open-eco-center{grid-template-columns:110px 36px minmax(230px,1fr) 36px 110px;max-width:760px;margin:0 auto}
.home-landing .open-eco-bottom-note{margin-top:10px}
.home-landing .open-eco-chips{gap:9px 10px}
.home-landing .open-eco-chip{font-size:12px;padding:8px 13px}}
@media (max-width:700px){.home-landing .open-eco-section{padding:48px 0 42px}
.home-landing .open-eco-side{grid-template-columns:1fr;gap:15px}
/* 单列优势条：标题前加橙色小方点、描述缩进对齐点后首字，替代 PC 的左右分栏节奏 */
.home-landing .open-eco-benefit .tt::before{content:"";display:inline-block;width:7px;height:7px;border-radius:2px;background:var(--jy-primary);margin-right:9px;vertical-align:1px}
.home-landing .open-eco-benefit .dd{padding-left:16px}
.home-landing .open-eco-center{grid-template-columns:1fr;gap:12px}
.home-landing .open-eco-arrow{transform:rotate(90deg);font-size:32px}
.home-landing .open-eco-role{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;text-align:left}
.home-landing .open-eco-role-circle{width:86px;height:86px}
.home-landing .open-eco-role-card{margin-top:0}
.home-landing .open-eco-role-note{grid-column:1/-1;margin-top:0;text-align:center}
.home-landing .open-eco-platform{padding:18px}
.home-landing .open-eco-platform .brand{font-size:26px}
.home-landing .open-eco-platform .mode{font-size:16px}
.home-landing .open-eco-bottom-note{font-size:12px}
.home-landing .open-eco-chips{justify-content:flex-start}
.home-landing .open-eco-chip{font-size:11px}}
/* 2026-09-08 手机端 chips 三行收两行：≤620 六枚标签改 3 列等宽网格（10px 字号 + 收紧内边距，实测 361~620 全档单行不溢出）；621~700 本就自然两行、PC/平板完全不动 */
@media(max-width:620px){
.home-landing .open-eco-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.home-landing .open-eco-chip{font-size:10px;padding:7px 4px;letter-spacing:0;text-align:center;white-space:nowrap}
}
/* 极窄屏（≤360）3 列放不下 10 字标签：回落 2 列并还原 11px 字号保证可读 */
@media(max-width:360px){
.home-landing .open-eco-chips{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-landing .open-eco-chip{font-size:11px;padding:8px 6px}
}
