
*{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.7;overflow-x:hidden}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,0.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,0,0,0.08);box-shadow:0 10px 28px rgba(18,28,45,0.06)}.header-inner{max-width:1280px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;padding:0 22px}.logo{display:flex;align-items:center;flex:0 0 auto}.logo img{max-height:52px;width:auto;display:block}.nav-core{display:flex;align-items: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,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:#FFFFFF;border-radius:999px;padding:11px 24px;font-weight:800;box-shadow:0 10px 22px rgba(201,0,0,0.22);border:none}.main-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(201,0,0,0.14);background:#fff;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:20px;height:2px;background:#1F2329;border-radius:4px}.site-frame{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:210px minmax(0,1fr);gap:24px;padding:22px 24px 0}.side-category{position:sticky;top:96px;align-self:start;background:#FFFFFF;border:1px solid rgba(201,0,0,0.10);border-radius:18px;box-shadow:0 12px 30px rgba(18,28,45,0.08);padding:14px;max-height:calc(100vh - 116px);overflow:auto}.side-category strong{display:block;color:#C90000;margin:0 0 10px;padding-left:8px}.side-category a{display:block;color:#1F2329;border-radius:12px;padding:8px 10px;margin:2px 0;font-size:14px}.side-category a:hover,.side-category a.active{color:#C90000;background:rgba(201,0,0,0.08)}.site-main{min-width:0}.banner-slider{max-width:1180px;margin:0 auto 34px;border-radius:22px;background:#F7F8FA;box-shadow:0 12px 30px rgba(18,28,45,0.08);overflow:hidden;position:relative;height:330px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.slide.active{opacity:1;z-index: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-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:38px;height:38px;border-radius:50%;border:1px solid rgba(201,0,0,.16);background:rgba(255,255,255,.88);color:#C90000;font-size:22px;cursor:pointer}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;z-index:6;display:flex;align-items:center;justify-content:center;gap:8px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(31,35,41,.24);cursor:pointer}.dot.active{width:24px;border-radius:99px;background:#C90000}.section{margin:34px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.eyebrow{color:#C90000;font-weight:800;letter-spacing:.08em;font-size:13px}.section-title,h1,h2,h3{color:#C90000}.section-title{font-size:28px;margin:4px 0 0;line-height:1.25}.section-desc{color:#5D6673;margin:6px 0 0;max-width:760px}.hero-copy{background:linear-gradient(120deg,#fff 0%,#fff 58%,#F6F7F9 100%);border:1px solid rgba(201,0,0,.10);border-radius:24px;padding:30px;box-shadow:0 12px 30px rgba(18,28,45,.08);display:grid;grid-template-columns:minmax(0,1.3fr) 320px;gap:26px;align-items:center}.hero-copy p{color:#5D6673;margin:12px 0}.hero-copy img,.content-img{max-height:260px;width:100%;object-fit:contain;background:#F7F8FA;border-radius:18px}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.quick-links a,.small-link{color:#C90000;font-weight:800}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-card{background:#C90000;color:#fff;border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(201,0,0,.14)}.stat-card strong{display:block;font-size:20px}.stat-card span{display:block;color:rgba(255,255,255,.82);font-size:14px;margin-top:6px}.card,.zone-card,.info-card,.review-card{background:#FFFFFF;border:1px solid rgba(201,0,0,0.10);box-shadow:0 12px 30px rgba(18,28,45,0.08);border-radius:18px;padding:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.board{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}.board .info-card{display:flex;flex-direction:column;justify-content:center}.zone-card img,.info-card img{width:100%;height:auto;max-height:230px;object-fit:contain;background:#F7F8FA;border-radius:16px;margin-bottom:14px}.product-card{padding:14px}.product-card img{width:100%;height:170px;object-fit:contain;background:#F7F8FA;border-radius:14px;margin-bottom:12px}.product-card h3,.zone-card h3,.info-card h3{margin:4px 0 8px}.product-card p,.zone-card p,.info-card p,.review-card p{color:#5D6673;margin:0}.h-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);overflow-x:auto;gap:16px;padding-bottom:10px}.notice-list{display:grid;gap:12px}.notice-item{display:grid;grid-template-columns:120px 1fr;gap:14px;align-items:start;padding:16px;border-radius:16px;background:#F6F7F9;border:1px solid rgba(201,0,0,.08)}.notice-item strong{color:#C90000}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid rgba(201,0,0,.10);border-radius:16px;padding:18px}.faq-item h3{font-size:18px;margin:0 0 8px}.faq-item p{margin:0;color:#5D6673}.page-hero{background:linear-gradient(135deg,#fff 0%,#F6F7F9 100%);border:1px solid rgba(201,0,0,.10);border-radius:24px;box-shadow:0 12px 30px rgba(18,28,45,.08);padding:34px;margin-bottom:24px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:center}.page-hero h1{font-size:34px;line-height:1.18;margin:6px 0 12px}.page-hero p{color:#5D6673;margin:0}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{position:relative;padding:20px 18px 18px 62px;background:#fff;border:1px solid rgba(201,0,0,.10);border-radius:18px;box-shadow:0 12px 30px rgba(18,28,45,.08)}.step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:20px;width:30px;height:30px;border-radius:50%;background:rgba(201,0,0,.10);color:#C90000;display:flex;align-items:center;justify-content:center;font-weight:900}.step h3{margin:0 0 8px}.step p{margin:0;color:#5D6673}.compliance{background:#11151C;color:#E7ECF3;border-radius:22px;padding:24px;margin:34px 0}.compliance h2{color:#fff;margin-top:0}.compliance p{color:#C9D1DC}.site-footer{background:#11151C;color:#E7ECF3;margin-top:50px;padding:38px 24px 24px}.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:24px}.footer-brand img{max-height:50px;margin-bottom:12px}.site-footer h3{color:#fff;margin:0 0 12px}.site-footer a{display:block;color:#E7ECF3;margin:7px 0}.site-footer p,.footer-note{color:#B9C2CF}.footer-note{max-width:1180px;margin:24px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}.mobile-drawer{position:fixed;top:0;bottom:0;left:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:transform .28s ease;box-shadow:18px 0 44px rgba(18,28,45,.18);padding:16px;overflow:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10000;display:none}.drawer-open .drawer-mask{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(201,0,0,.10);padding-bottom:12px;margin-bottom:12px}.drawer-close{border:0;background:#F6F7F9;color:#C90000;width:36px;height:36px;border-radius:50%;font-size:24px}.drawer-nav a{display:block;padding:10px 12px;border-radius:12px;color:#1F2329}.drawer-nav a.active,.drawer-nav a:hover{color:#C90000;background:rgba(201,0,0,.08)}.mobile-bottom-nav{display:none}.legal-line{font-size:13px;color:#8A93A0;margin-top:10px}.image-note{background:#F6F7F9;border-left:4px solid #C90000;border-radius:14px;padding:16px;color:#5D6673}@media(max-width:1180px){.site-frame{grid-template-columns:1fr;max-width:1180px}.side-category{display:none}.hero-copy,.page-hero{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){body{padding-bottom:66px}.header-inner{min-height:66px;padding:0 14px;gap:10px}.menu-toggle{display:flex}.nav-core{display:none}.logo img{max-height:42px}.main-btn{padding:9px 15px}.site-frame{padding:16px 14px 0}.banner-slider{height:190px;border-radius:16px;margin-bottom:22px}.slider-prev,.slider-next{width:32px;height:32px;font-size:18px}.hero-copy,.page-hero{padding:20px;border-radius:18px}.section-title{font-size:23px}.section-head{display:block}.quick-links,.stat-row,.grid-2,.grid-3,.grid-4,.board,.reviews,.steps{grid-template-columns:1fr}.h-scroll{grid-auto-columns:78%;}.zone-card img,.info-card img,.content-img{max-height:190px}.product-card img{height:145px}.notice-item{grid-template-columns:1fr;gap:6px}.step{padding:18px 16px 16px 58px}.footer-grid{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid rgba(18,28,45,.12);box-shadow:0 -8px 22px rgba(18,28,45,.08)}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;min-height:58px;color:#5D6673;font-weight:800}.mobile-bottom-nav a.active{color:#C90000}.page-hero h1{font-size:27px}}@media(max-width:420px){.banner-slider{height:165px}.h-scroll{grid-auto-columns:86%;}.hero-copy img,.page-hero img{max-height:170px}.card,.zone-card,.info-card,.review-card{padding:16px}}
