
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#FFFFFF;color:#1F2329;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,0,0,.08)}.header-inner{max-width:1320px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;padding:0 24px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-core{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:#1F2329;background:#F6F7F9;border-radius:999px;padding:10px 16px;font-weight:700}.nav-core a:hover,.nav-core a.active{color:#C90000;background:rgba(201,0,0,.08)}.header-action{flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#F12B2B 0%,#C90000 55%,#A80000 100%);color:#fff;border-radius:999px;padding:11px 22px;font-weight:800;box-shadow:0 10px 22px rgba(201,0,0,.18);border:0}.main-btn:hover{transform:translateY(-1px)}.menu-toggle{display:none;background:#fff;border:1px solid rgba(201,0,0,.18);border-radius:12px;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:20px;height:2px;background:#C90000;border-radius:10px}.page-shell{max-width:1420px;margin:auto;display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;padding:22px 24px 0}.main-content{min-width:0}.side-category{position:sticky;top:96px;align-self:start;background:#fff;border:1px solid rgba(201,0,0,.10);border-radius:18px;box-shadow:0 12px 30px rgba(18,28,45,.08);padding:12px;max-height:calc(100vh - 116px);overflow:auto}.side-category a{display:block;color:#1F2329;border-radius:12px;padding:10px 12px;font-weight:700;font-size:14px}.side-category a:hover,.side-category a.active{color:#C90000;background:rgba(201,0,0,.08)}.banner-slider{max-width:1180px;margin:2px auto 34px;border-radius:22px;background:#F7F8FA;box-shadow:0 12px 30px rgba(18,28,45,.08);overflow:hidden;position:relative;height:330px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s}.slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F8FA}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.88);color:#C90000;font-size:24px;box-shadow:0 8px 18px rgba(18,28,45,.12);cursor:pointer}.prev{left:16px}.next{right:16px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(31,35,41,.28);cursor:pointer}.dot.active{background:#C90000;width:22px;border-radius:99px}.section{margin:0 auto 34px;max-width:1180px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.eyebrow{color:#C90000;font-weight:900;letter-spacing:.08em;font-size:13px}.section-title,h1,h2,h3{color:#C90000}.section-title{font-size:28px;margin:2px 0 0}.section-desc{color:#5D6673;max-width:720px;margin:8px 0 0}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid rgba(201,0,0,.10);box-shadow:0 12px 30px rgba(18,28,45,.08);border-radius:18px;padding:22px}.card h3,.zone-card h3,.info-card h3{margin:0 0 8px}.card p,.zone-card p,.info-card p,.review-card p{color:#5D6673;margin:0}.read-link{color:#C90000;font-weight:800;display:inline-block;margin-top:14px}.pill{display:inline-flex;background:rgba(201,0,0,.08);color:#C90000;border:1px solid rgba(201,0,0,.12);border-radius:999px;padding:5px 10px;font-weight:800;font-size:13px;margin-bottom:10px}.hero-intro{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:24px;background:#F6F7F9;border-radius:24px;padding:26px;border:1px solid rgba(201,0,0,.10)}.content-img,.zone-card img,.info-card img{max-width:100%;height:auto;max-height:230px;object-fit:contain;margin:auto}.product-card img{width:100%;height:170px;object-fit:contain;background:#F7F8FA;border-radius:14px;margin-bottom:12px}.data-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.data-item{background:#C90000;color:#fff;border-radius:18px;padding:18px}.data-item strong{display:block;font-size:20px}.data-item span{display:block;opacity:.9;font-size:14px}.h-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:16px;overflow-x:auto;padding-bottom:8px}.notice-list{background:#F6F7F9;border-radius:20px;padding:18px;border:1px solid rgba(201,0,0,.10)}.notice-list li{margin:10px 0;color:#5D6673}.steps{counter-reset:step}.step-card{position:relative;padding-left:76px}.step-card:before{counter-increment:step;content:counter(step);position:absolute;left:22px;top:24px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#C90000;color:#fff;font-weight:900}.faq-item{border-bottom:1px solid rgba(31,35,41,.08);padding:16px 0}.faq-item h3{font-size:18px;margin:0 0 6px}.faq-item p{margin:0;color:#5D6673}.sub-hero{max-width:1180px;margin:0 auto 28px;background:#F6F7F9;border-radius:24px;border:1px solid rgba(201,0,0,.10);padding:34px}.sub-hero h1{font-size:36px;margin:0 0 12px}.sub-hero p{color:#5D6673;max-width:820px}.site-footer{margin-top:42px;background:#11151C;color:#E7ECF3}.footer-inner{max-width:1180px;margin:auto;padding:38px 24px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-brand img{max-height:48px;margin-bottom:14px}.footer-inner p,.footer-note{color:#B8C0CC}.footer-inner a{display:block;color:#E7ECF3;margin:8px 0}.footer-note{text-align:center;border-top:1px solid rgba(255,255,255,.08);padding:16px 24px}.mobile-drawer,.drawer-mask{display:none}.mobile-bottom-nav{display:none}
@media(max-width:1180px){.page-shell{grid-template-columns:1fr}.side-category{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{padding-bottom:66px}.header-inner{min-height:64px;padding:0 12px}.menu-toggle{display:flex}.nav-core{display:none}.logo img{max-height:42px}.main-btn{padding:9px 15px}.page-shell{padding:14px 12px 0}.banner-slider{height:190px;margin:6px auto 22px;border-radius:16px}.slider-btn{width:34px;height:34px;font-size:19px}.section{margin-bottom:24px}.section-head{display:block}.section-title{font-size:23px}.hero-intro,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero-intro{padding:18px;border-radius:18px}.data-strip{grid-template-columns:1fr 1fr}.product-card img{height:135px}.zone-card img,.info-card img,.content-img{max-height:170px}.step-card{padding-left:66px}.step-card:before{left:18px;top:22px}.footer-inner{grid-template-columns:1fr;padding:30px 18px}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.mobile-drawer{display:block;position:fixed;top:0;left:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s;box-shadow:16px 0 36px rgba(18,28,45,.16);overflow:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(201,0,0,.10)}.drawer-head img{height:42px}.drawer-close{border:0;background:#F6F7F9;color:#C90000;border-radius:10px;width:34px;height:34px;font-size:24px}.mobile-drawer nav{padding:12px}.mobile-drawer nav a{display:block;padding:12px 14px;border-radius:12px;font-weight:800;color:#1F2329}.mobile-drawer nav a.active,.mobile-drawer nav a:hover{background:rgba(201,0,0,.08);color:#C90000}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid rgba(31,35,41,.10);z-index:9998}.mobile-bottom-nav a{text-align:center;padding:9px 4px 10px;color:#5D6673;font-weight:800}.mobile-bottom-nav a:hover{color:#C90000}.sub-hero{padding:24px 18px}.sub-hero h1{font-size:28px}}
