*{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.72;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1240px;margin:0 auto;padding:0 24px}.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 24px rgba(18,28,45,0.05)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.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;font-size:15px}.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:#fff;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 10px 24px rgba(201,0,0,.22);border:0}.main-btn:hover{transform:translateY(-1px)}.menu-btn{display:none;width:42px;height:42px;border:0;border-radius:12px;background:#F6F7F9;padding:10px}.menu-btn span{display:block;height:2px;background:#1F2329;margin:5px 0}.layout-shell{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;align-items:start}.page-main{min-width:0;padding-bottom:56px}.side-category{position:sticky;top:96px;background:#fff;border:1px solid rgba(201,0,0,0.10);border-radius:18px;box-shadow:0 12px 30px rgba(18,28,45,.08);padding:14px;margin-top:24px;max-height:calc(100vh - 116px);overflow:auto}.side-category strong{display:block;color:#C90000;margin:0 0 8px 8px}.side-category a{display:block;color:#1F2329;border-radius:12px;padding:8px 10px;font-size:14px}.side-category a:hover,.side-category a.active{color:#C90000;background:rgba(201,0,0,0.08)}.banner-slider{max-width:1180px;margin:24px auto 34px;border-radius:22px;background:#F7F8FA;box-shadow:0 12px 30px rgba(18,28,45,.08);overflow:hidden;position:relative;height:320px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F8FA}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:1px solid rgba(31,35,41,.12);background:rgba(255,255,255,.9);color:#C90000;font-size:22px;cursor:pointer;z-index:4}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px;z-index:4}.dot{width:9px;height:9px;border-radius:99px;border:0;background:rgba(31,35,41,.25);cursor:pointer}.dot.active{width:24px;background:#C90000}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.section{margin:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.eyebrow{color:#C90000;font-weight:800;font-size:13px;letter-spacing:.08em}.section-title,h1,h2,h3{color:#C90000}.section-title{font-size:30px;line-height:1.22;margin:4px 0}.section-desc{color:#5D6673;margin:0;max-width:780px}.hero-intro{display:grid;grid-template-columns:minmax(0,1.1fr) 320px;gap:22px;align-items:center;background:linear-gradient(135deg,#fff 0%,#F6F7F9 100%);border:1px solid rgba(201,0,0,.10);border-radius:24px;padding:28px;box-shadow:0 12px 30px rgba(18,28,45,.08)}.hero-intro p,.card p,.zone-card p,.info-card p,.review-card p{color:#5D6673;margin:8px 0}.quick-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.text-link{color:#C90000;font-weight:800}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#C90000;color:#fff;border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(201,0,0,.16)}.stat strong{display:block;font-size:20px}.stat span{font-size:14px;opacity:.92}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.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:20px}.zone-card img,.info-card img,.content-img{max-width:100%;height:auto;max-height:230px;object-fit:contain;margin:0 auto 14px;background:#F7F8FA;border-radius:14px}.product-card{padding:14px}.product-card img{width:100%;height:170px;object-fit:contain;background:#F7F8FA;border-radius:14px;margin-bottom:12px}.topic-card{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:center}.topic-card img{width:100%;height:260px;object-fit:contain;background:#F7F8FA;border-radius:18px}.horizontal-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:16px;overflow-x:auto;padding-bottom:8px}.notice-list{display:grid;gap:12px}.notice-item{display:grid;grid-template-columns:120px minmax(0,1fr);gap:16px;align-items:start;border-bottom:1px solid rgba(31,35,41,.08);padding:12px 0}.notice-item b{color:#C90000}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{counter-increment:step;position:relative;padding-left:58px}.step:before{content:counter(step);position:absolute;left:18px;top:20px;width:28px;height:28px;border-radius:50%;background:#C90000;color:#fff;display:grid;place-items:center;font-weight:800}.faq-list{display:grid;gap:14px}.faq-item{border:1px solid rgba(201,0,0,.10);border-radius:16px;padding:18px;background:#fff}.faq-item h3{margin:0 0 8px}.compliance{background:#F6F7F9;border:1px solid rgba(201,0,0,.10);border-radius:18px;padding:20px;color:#5D6673}.site-footer{background:#11151C;color:#E7ECF3;padding:42px 0;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:24px}.footer-brand img{height:50px;width:auto;margin-bottom:10px}.site-footer h3{color:#fff}.site-footer a{display:block;color:#E7ECF3;margin:8px 0}.site-footer p{color:#c9d0da}.mobile-drawer{position:fixed;top:0;bottom:0;left:0;width:min(86vw,320px);background:#fff;z-index:10001;transform:translateX(-104%);transition:.25s ease;box-shadow:18px 0 40px rgba(18,28,45,.18);overflow:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.mobile-mask{display:none;position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000}.drawer-open .mobile-mask{display:block}.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:46px}.drawer-close{border:0;background:#F6F7F9;border-radius:12px;font-size:26px;width:42px;height:42px}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px}.drawer-nav a{padding:10px;border-radius:12px;background:#F6F7F9;color:#1F2329}.mobile-bottom-nav{display:none}.legal-note{font-size:14px;color:#8A93A0}table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}td,th{border-bottom:1px solid rgba(31,35,41,.08);padding:12px;text-align:left}th{color:#C90000;background:#F6F7F9}@media(max-width:1180px){.layout-shell{grid-template-columns:1fr}.side-category{display:none}.container{padding:0 18px}}@media(max-width:820px){body{padding-bottom:64px}.header-inner{min-height:66px;gap:10px}.menu-btn{display:block}.nav-core{display:none}.logo img{max-height:44px}.main-btn{padding:8px 16px}.banner-slider{height:190px;margin:18px auto 24px;border-radius:16px}.hero-intro,.topic-card{grid-template-columns:1fr;padding:20px}.stats-strip,.grid-4,.grid-3,.grid-2,.steps{grid-template-columns:1fr}.step{padding-left:54px}.step:before{left:16px;top:18px}.topic-card img,.zone-card img,.info-card img,.content-img{max-height:190px}.product-card img{height:140px}.section-title{font-size:24px}.footer-grid{grid-template-columns:1fr}.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,.12);z-index:9998}.mobile-bottom-nav a{text-align:center;padding:10px 4px;color:#1F2329;font-weight:700}.mobile-bottom-nav a:hover{color:#C90000}.notice-item{grid-template-columns:1fr}.drawer-nav{grid-template-columns:1fr 1fr}}@media(max-width:480px){.container{padding:0 14px}.banner-slider{height:165px}.drawer-nav{grid-template-columns:1fr}.hero-intro{padding:18px}.card,.zone-card,.info-card,.review-card{padding:16px}.product-card img{height:125px}.zone-card img,.info-card img,.content-img{max-height:165px}}
