*{box-sizing:border-box}:root{--red:#C90000;--red2:#A80000;--ink:#1F2329;--muted:#5D6673;--quiet:#8A93A0;--line:rgba(201,0,0,.12);--soft:#F6F7F9;--white:#fff;--footer:#11151C;--shadow:0 12px 30px rgba(18,28,45,.08)}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.site-header{position:fixed;z-index:1000;inset:0 0 auto;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,0,0,.08)}.header-inner{width:min(1420px,calc(100% - 40px));min-height:74px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;flex:0 0 auto}.logo img{width:auto;max-width:176px;max-height:52px}.nav-core{display:flex;align-items:center;justify-content:center;gap:18px;margin-left:auto;white-space:nowrap;flex-wrap:nowrap}.nav-core a{position:relative;padding:10px 4px;font-weight:700;font-size:15px}.nav-core a:hover,.nav-core a.active{color:var(--red)}.nav-core a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:3px;border-radius:999px;background:var(--red)}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border:0;border-radius:999px;background:linear-gradient(180deg,#F12B2B 0%,#C90000 55%,#A80000 100%);color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(201,0,0,.22);transition:.2s}.main-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(201,0,0,.28)}.header-register{flex:0 0 auto}.menu-toggle{display:none;width:42px;height:42px;padding:9px;border:1px solid var(--line);border-radius:12px;background:#fff}.menu-toggle span{display:block;height:2px;margin:4px 0;border-radius:999px;background:var(--ink)}.site-shell{width:min(1420px,calc(100% - 40px));margin:auto;padding:98px 0 64px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px}.side-category{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 116px);overflow:auto;padding:16px;background:#fff;border:1px solid rgba(201,0,0,.1);border-radius:18px;box-shadow:var(--shadow)}.side-title{padding:6px 10px 13px;color:var(--red);font-weight:900;border-bottom:1px solid var(--line);margin-bottom:8px}.side-category nav{display:grid;gap:4px}.side-category a{padding:8px 10px;border-radius:12px;font-size:14px;line-height:1.45}.side-category a:hover,.side-category a.active{color:var(--red);background:rgba(201,0,0,.08);font-weight:800}.page-main{min-width:0}.home-page,.standard-page{width:100%}.banner-slider{position:relative;min-height:260px;max-height:360px;aspect-ratio:16/5.1;margin:0 auto 34px;overflow:hidden;border-radius:22px;background:#F7F8FA;box-shadow:var(--shadow)}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s}.slide.active{opacity:1;pointer-events:auto}.slide img{width:100%;height:100%;object-fit:contain;background:#F7F8FA}.slider-arrow{position:absolute;z-index:3;top:50%;width:44px;height:44px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(17,21,28,.52);color:transparent;cursor:pointer}.slider-arrow:before{content:"";position:absolute;top:50%;width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff}.slider-arrow.prev{left:18px}.slider-arrow.prev:before{left:17px;transform:translateY(-50%) rotate(-135deg)}.slider-arrow.next{right:18px}.slider-arrow.next:before{left:14px;transform:translateY(-50%) rotate(45deg)}.slider-dots{position:absolute;z-index:4;left:50%;bottom:16px;display:flex;gap:8px;transform:translateX(-50%)}.slider-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.68);color:transparent}.slider-dot.active{width:26px;border-radius:999px;background:#fff}.section-block{margin:28px 0;padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.soft-panel{background:var(--soft);border-color:rgba(31,35,41,.06)}.section-heading{max-width:760px;margin-bottom:24px}.section-heading h2,.intro-split h2,.brand-note h2,.page-hero h1{margin:6px 0 10px;color:var(--red);line-height:1.28}.page-hero h1{font-size:clamp(32px,4.2vw,58px)}.section-heading h2,.intro-split h2,.brand-note h2{font-size:clamp(24px,3vw,38px)}.section-heading p,.page-hero p,.rich-copy p,.feature-card p,.process-item p,.product-card p,.review-card p,.faq-list p,.quick-channel p,.summary-item p,.home-copy p{margin:0;color:var(--muted)}.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:13px;font-weight:900;letter-spacing:.14em}.section-kicker:before,.eyebrow:before{content:"";width:24px;height:3px;border-radius:999px;background:var(--red)}.home-intro,.home-feature,.page-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:center;gap:32px}.home-feature.reverse{grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr)}.home-feature.reverse .home-media{order:-1}.home-media,.page-hero-media{overflow:hidden;border-radius:18px;background:#F7F8FA;min-height:230px}.home-media img,.page-hero-media img{width:100%;height:100%;max-height:300px;object-fit:contain;background:#F7F8FA}.home-copy h1,.home-copy h2,.home-copy h3{margin:8px 0 12px;color:var(--red);line-height:1.3}.home-copy h1{font-size:clamp(30px,4vw,52px)}.home-copy h2{font-size:clamp(26px,3.2vw,42px)}.home-copy p+p,.rich-copy p+p{margin-top:14px}.hero-actions,.inline-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:22px}.text-link{color:var(--red);font-weight:800}.text-link:after{content:" →"}.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.quick-channel{min-height:142px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.quick-channel h3{margin:0 0 8px}.quick-channel a{display:inline-block;margin-top:12px;color:var(--red);font-weight:800}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border-radius:20px;background:rgba(255,255,255,.18)}.red-summary{padding:1px;border-radius:22px;background:linear-gradient(135deg,#C90000,#8F0000);box-shadow:var(--shadow)}.summary-item{min-height:170px;padding:24px;background:rgba(255,255,255,.96)}.summary-item span{color:var(--red);font-size:30px;font-weight:900}.summary-item h3{margin:6px 0 8px}.mini-grid,.feature-grid,.product-grid,.review-grid,.process-grid{display:grid;gap:16px}.mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mini-card,.feature-card,.product-card,.review-card,.process-item,.media-card{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(18,28,45,.06)}.mini-card{padding:20px}.mini-card h3,.media-card h3{margin:0 0 8px;color:var(--red)}.mini-card p,.media-card p{color:var(--muted)}.electronic-grid,.trio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.media-card{overflow:hidden}.media-card img{width:100%;height:170px;object-fit:contain;background:#F7F8FA}.media-card div{padding:18px}.notice-list,.security-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0 0;padding:0;list-style:none}.notice-list li,.security-list li{padding:16px 18px;border-left:4px solid var(--red);border-radius:0 14px 14px 0;background:var(--soft);color:var(--muted)}.breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--quiet);font-size:14px}.breadcrumb a:hover{color:var(--red)}.page-hero{padding:42px;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#F7F8FA 100%);border:1px solid var(--line);box-shadow:var(--shadow)}.intro-split,.brand-note{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:34px}.layout-b .page-hero-media{order:-1}.layout-c .page-hero{grid-template-columns:1fr;text-align:center}.layout-c .page-hero-copy{max-width:820px;margin:auto}.layout-c .hero-actions{justify-content:center}.layout-c .page-hero-media{max-width:760px;width:100%;margin:auto}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card{padding:22px}.number-tag{display:inline-flex;min-width:40px;height:28px;align-items:center;justify-content:center;border-radius:999px;background:rgba(201,0,0,.08);color:var(--red);font-weight:900}.feature-card h3,.process-item h3,.product-card h3{margin:12px 0 8px}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-item{display:flex;gap:16px;padding:22px}.process-item>span{flex:0 0 auto;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--red);color:#fff;font-weight:900}.process-item h3{margin-top:0}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{overflow:hidden}.product-card img{width:100%;height:170px;object-fit:contain;background:#F7F8FA}.product-card-body{padding:20px}.product-card-body a{display:inline-block;margin-top:14px;color:var(--red);font-weight:800}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-card{margin:0;padding:24px}.review-card footer{margin-top:14px;color:var(--red);font-weight:900}.faq-list{display:grid;gap:12px}.faq-list details{padding:0 20px;border:1px solid var(--line);border-radius:14px;background:#fff}.faq-list summary{padding:17px 0;font-weight:800;cursor:pointer}.faq-list details p{padding:0 0 18px}.compliance-note{margin-top:28px;padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:#FFF8F8}.compliance-note strong{display:block;margin-bottom:6px;color:var(--red)}.compliance-note p{margin:0;color:var(--muted)}.site-footer{background:var(--footer);color:#E7ECF3}.footer-inner{width:min(1420px,calc(100% - 40px));margin:auto;padding:52px 0 34px;display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(0,1.9fr);gap:60px}.footer-brand img{max-height:54px;width:auto;margin-bottom:18px}.footer-brand p{max-width:520px;margin:0;color:#B9C2CF}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.footer-links h2{margin:0 0 14px;color:#fff;font-size:16px}.footer-links a{display:block;margin:8px 0;color:#B9C2CF;font-size:14px}.footer-bottom{width:min(1420px,calc(100% - 40px));margin:auto;padding:20px 0 28px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:24px;color:#9DA8B7;font-size:13px}.footer-bottom p{margin:0}.mobile-drawer,.drawer-overlay,.mobile-bottom-nav{display:none}@media(max-width:1180px){.site-shell{grid-template-columns:190px minmax(0,1fr);gap:20px}.feature-grid,.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.header-inner,.site-shell,.footer-inner,.footer-bottom{width:min(100% - 28px,860px)}.nav-core,.side-category{display:none}.menu-toggle{display:block}.header-inner{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px}.logo{justify-content:center}.logo img{max-width:142px;max-height:46px}.header-register{min-height:40px;padding:0 18px}.site-shell{display:block;padding-top:92px}.drawer-overlay{display:block;position:fixed;z-index:1090;inset:0;background:rgba(17,21,28,.48);opacity:0;visibility:hidden;transition:.25s}.mobile-drawer{display:block;position:fixed;z-index:1100;inset:0 auto 0 0;width:84vw;max-width:320px;padding:16px;overflow-y:auto;background:#fff;transform:translateX(-105%);transition:.25s;box-shadow:18px 0 40px rgba(18,28,45,.18)}body.drawer-open .drawer-overlay{opacity:1;visibility:visible}body.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}.drawer-head img{max-width:148px;max-height:48px}.drawer-head button{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:26px}.mobile-drawer nav{display:grid;gap:5px;padding:14px 0}.mobile-drawer nav a{padding:10px 12px;border-radius:12px}.mobile-drawer nav a.active,.mobile-drawer nav a:hover{background:rgba(201,0,0,.08);color:var(--red);font-weight:800}.mobile-bottom-nav{position:fixed;z-index:950;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid rgba(31,35,41,.08);background:rgba(255,255,255,.97);box-shadow:0 -8px 24px rgba(18,28,45,.08)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);font-size:12px}.mobile-bottom-nav a span{width:26px;height:26px;margin-bottom:2px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--soft);font-weight:900}.mobile-bottom-nav a.active{color:var(--red);font-weight:800}.mobile-bottom-nav a.active span{background:rgba(201,0,0,.08)}body{padding-bottom:70px}.home-intro,.home-feature,.home-feature.reverse,.page-hero,.intro-split,.brand-note,.footer-inner{grid-template-columns:1fr}.home-feature.reverse .home-media,.layout-b .page-hero-media{order:0}.quick-grid,.electronic-grid,.trio-grid,.mini-grid,.product-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{flex-direction:column}}@media(max-width:640px){.header-inner,.site-shell,.footer-inner,.footer-bottom{width:calc(100% - 20px)}.header-inner{min-height:66px;grid-template-columns:44px minmax(0,1fr) auto}.menu-toggle{width:40px;height:40px}.logo img{max-width:116px;max-height:40px}.header-register{min-height:38px;padding:0 14px;font-size:14px}.site-shell{padding-top:80px;padding-bottom:34px}.banner-slider{min-height:150px;max-height:210px;aspect-ratio:16/7;margin-bottom:20px;border-radius:16px}.slider-arrow{width:36px;height:36px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.slider-arrow.prev:before{left:14px}.slider-arrow.next:before{left:11px}.slider-dots{bottom:10px}.section-block,.page-hero{margin:18px 0;padding:22px 18px;border-radius:18px}.page-hero h1{font-size:32px}.section-heading h2,.intro-split h2,.brand-note h2,.home-copy h2{font-size:25px}.quick-grid,.summary-grid,.electronic-grid,.trio-grid,.mini-grid,.feature-grid,.product-grid,.review-grid,.process-grid,.notice-list,.security-list,.footer-links{grid-template-columns:1fr}.summary-item,.quick-channel{min-height:auto}.home-media,.page-hero-media{min-height:180px}.home-media img,.page-hero-media img{max-height:230px}.media-card img,.product-card img{height:150px}.footer-inner{padding-top:40px;gap:34px}}
