*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#1f2329;font:16px/1.75 system-ui,-apple-system,"Segoe UI","Microsoft YaHei",sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,0,0,.08)}.header-inner{max-width:1380px;margin:auto;padding:0 24px;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;transition:.2s}.nav-core a:hover,.nav-core a.active{color:#c90000;background:rgba(201,0,0,.08)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f12b2b 0%,#c90000 55%,#a80000 100%);color:#fff!important;border-radius:999px;padding:11px 24px;font-weight:700;box-shadow:0 8px 20px rgba(201,0,0,.2)}.header-register{flex:0 0 auto}.site-shell{max-width:1380px;margin:auto;padding:24px;display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px}.side-category{position:sticky;top:98px;align-self:start;background:#fff;border:1px solid rgba(201,0,0,.1);border-radius:18px;box-shadow:0 12px 30px rgba(18,28,45,.08);padding:12px;max-height:calc(100vh - 120px);overflow:auto}.side-category a{display:block;padding:9px 12px;border-radius:12px;color:#1f2329}.side-category a:hover,.side-category a.active{color:#c90000;background:rgba(201,0,0,.08)}.main-content{min-width:0}.banner-slider{margin:0 auto 34px;border-radius:22px;background:#f7f8fa;box-shadow:0 12px 30px rgba(18,28,45,.08);overflow:hidden;position:relative;height:clamp(260px,28vw,360px)}.slides,.slide{height:100%}.slide{display:none}.slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#f7f8fa}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(17,21,28,.55);color:#fff;font-size:25px;cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px}.slider-dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.65);padding:0}.slider-dots button.active{background:#c90000}.section{margin:0 0 34px;padding:28px;background:#fff;border:1px solid rgba(201,0,0,.1);box-shadow:0 12px 30px rgba(18,28,45,.08);border-radius:20px}.section.soft{background:#f6f7f9}.section-title,h1,h2,h3{color:#c90000;line-height:1.35}.section-title,h2{margin:0 0 18px}.lead{font-size:18px;color:#5d6673}.hero-grid,.split{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:center}.content-img{width:100%;height:260px;object-fit:contain;background:#f7f8fa;border-radius:16px}.grid-2,.grid-3,.grid-4{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card,.zone-card,.info-card,.review-card,.product-card{background:#fff;border:1px solid rgba(201,0,0,.1);box-shadow:0 12px 30px rgba(18,28,45,.08);border-radius:18px;padding:20px}.card h3,.zone-card h3,.info-card h3,.product-card h3{margin:10px 0 8px}.product-card img{width:100%;height:170px;object-fit:contain;background:#f7f8fa;border-radius:12px}.data-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:linear-gradient(135deg,#c90000,#a80000);padding:24px;border-radius:20px;margin-bottom:34px;color:#fff}.data-strip h3{color:#fff;margin:0 0 6px}.data-strip p{margin:0;opacity:.92}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.chip{padding:8px 13px;border-radius:999px;background:rgba(201,0,0,.08);color:#c90000}.faq-item{padding:16px 0;border-bottom:1px solid #e9ebef}.faq-item:last-child{border:0}.faq-item h3{margin:0 0 6px}.notice{border-left:4px solid #c90000;background:#f6f7f9;padding:18px;border-radius:0 14px 14px 0}.site-footer{background:#11151c;color:#e7ecf3;margin-top:28px;padding:42px 24px 20px}.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:34px}.footer-brand img{max-height:50px;margin-bottom:14px}.site-footer h3{color:#fff}.site-footer a{display:block;color:#e7ecf3;margin:5px 0}.footer-bottom{max-width:1180px;margin:28px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#aeb6c2}.menu-toggle,.mobile-drawer,.drawer-overlay,.mobile-bottom-nav{display:none}.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.text-link{color:#c90000;font-weight:700}.horizontal-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:16px;overflow-x:auto;padding:4px 2px 16px}.horizontal-scroll .product-card{min-width:210px}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}
@media(max-width:1080px){.site-shell{grid-template-columns:1fr;max-width:1080px}.side-category{display:none}.nav-core{gap:6px}.nav-core a{padding:9px 12px}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{padding-bottom:64px}.header-inner{min-height:64px;padding:0 12px;gap:10px}.nav-core{display:none}.menu-toggle{display:flex;width:42px;height:42px;border:0;background:#f6f7f9;border-radius:12px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-toggle span{width:20px;height:2px;background:#1f2329}.logo img{max-height:40px}.header-register{padding:9px 16px}.site-shell{padding:14px}.banner-slider{height:clamp(150px,48vw,210px);border-radius:15px;margin-bottom:20px}.slider-arrow{width:36px;height:36px;font-size:20px}.section{padding:20px 16px;margin-bottom:20px}.hero-grid,.split,.grid-2,.grid-3,.grid-4,.data-strip,.footer-grid{grid-template-columns:1fr}.content-img{height:200px}.product-card img{height:145px}.data-strip{gap:10px}.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:1090;opacity:0;visibility:hidden;transition:.25s}.drawer-overlay.show{opacity:1;visibility:visible}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:1100;transform:translateX(-102%);transition:.25s;overflow:auto;box-shadow:18px 0 40px rgba(0,0,0,.16)}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #eee}.drawer-head img{max-height:42px}.drawer-close{border:0;background:#f6f7f9;border-radius:10px;width:38px;height:38px;font-size:25px}.mobile-drawer nav{padding:10px}.mobile-drawer nav a{display:block;padding:11px 13px;border-radius:10px}.mobile-drawer nav a.active{color:#c90000;background:rgba(201,0,0,.08)}body.drawer-open{overflow:hidden}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;height:58px;background:#fff;border-top:1px solid #e5e7eb;z-index:1000}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;font-size:14px}.mobile-bottom-nav a:hover{color:#c90000}}
