*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#F4F5F7;color:#1D222B;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(20,28,40,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo img{max-height:52px;width:auto;display:block}.nav-core{display:flex;align-items:center;gap:22px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{font-weight:600;position:relative;padding:8px 4px}.nav-core a:hover,.nav-core a.active{color:#D60000}.nav-core a.active:after{content:"";position:absolute;left:50%;bottom:-8px;width:22px;height:3px;border-radius:999px;background:#D60000;transform:translateX(-50%)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF3030 0%,#D60000 52%,#980000 100%);color:#fff;border-radius:999px;padding:11px 24px;font-weight:700;box-shadow:0 10px 24px rgba(214,0,0,.18)}.header-register{flex:0 0 auto}.channel-bar{background:#fff;border-top:1px solid rgba(20,28,40,.04);overflow-x:auto;white-space:nowrap}.channel-scroll{display:flex;gap:4px;padding:7px 0}.channel-bar a{display:inline-flex;align-items:center;color:#5B6472;padding:7px 12px;border-radius:999px;font-size:14px}.channel-bar a:hover,.channel-bar a.active{color:#D60000;background:rgba(214,0,0,.08)}main{min-height:60vh}.banner-slider{max-width:1180px;margin:24px auto 34px;border-radius:24px;background:#EEF1F5;box-shadow:0 16px 38px rgba(24,32,46,.08);overflow:hidden;position:relative;height:clamp(260px,29vw,360px)}.slides,.slide{height:100%}.slide{display:none}.slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#EEF1F5;display:block}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.88);font-size:24px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.12)}.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:0;border-radius:50%;background:rgba(29,34,43,.3);padding:0;cursor:pointer}.slider-dots button.active{width:24px;border-radius:999px;background:#D60000}.section{padding:56px 0}.section.alt{background:#EEF1F5}.section-title{margin:0 0 12px;color:#D60000;font-size:clamp(26px,3vw,40px);line-height:1.25}.section-kicker{display:inline-block;color:#D60000;font-weight:700;letter-spacing:.08em;margin-bottom:8px}.lead{font-size:18px;color:#5B6472;max-width:820px}.split{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}.content-panel,.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid rgba(20,28,40,.08);box-shadow:0 16px 38px rgba(24,32,46,.08);border-radius:20px}.content-panel{padding:34px}.content-img{width:100%;max-height:300px;object-fit:contain;background:#EEF1F5;border-radius:20px}.ticker{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#DDE2EA;border-radius:18px;overflow:hidden}.ticker article{background:#fff;padding:22px}.ticker strong{display:block;color:#D60000;margin-bottom:6px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.zone-card,.info-card,.review-card{padding:24px}.card h3,.zone-card h3,.info-card h3{margin-top:0;color:#D60000}.product-card{overflow:hidden;background:#fff;border:1px solid rgba(20,28,40,.08);border-radius:18px;box-shadow:0 12px 30px rgba(24,32,46,.07)}.product-card img{width:100%;height:150px;object-fit:contain;background:#EEF1F5;display:block}.product-card .body{padding:18px}.product-card h3{margin:0 0 8px;color:#D60000}.product-card p{margin:0;color:#5B6472;font-size:14px}.list-clean{list-style:none;padding:0;margin:0}.list-clean li{padding:12px 0;border-bottom:1px solid #DDE2EA}.list-clean li:last-child{border-bottom:0}.notice{border-left:4px solid #D60000;background:#fff;padding:22px 24px;border-radius:0 16px 16px 0}.reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.review-card p{margin:0;color:#5B6472}.faq-list details{background:#fff;border:1px solid rgba(20,28,40,.08);border-radius:14px;padding:16px 18px;margin-bottom:12px}.faq-list summary{font-weight:700;cursor:pointer;color:#1D222B}.page-hero{padding:52px 0 28px}.page-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.page-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.15;color:#D60000;margin:0 0 16px}.page-hero img{width:100%;max-height:300px;object-fit:contain;background:#EEF1F5;border-radius:24px}.floating-service{position:fixed;right:18px;top:42%;z-index:50;display:flex;flex-direction:column;gap:8px}.floating-service a{background:#fff;color:#1D222B;border:1px solid rgba(20,28,40,.08);box-shadow:0 12px 30px rgba(24,32,46,.08);border-radius:999px;padding:9px 12px;font-size:14px}.floating-service a.register-link{background:linear-gradient(135deg,#FF3030 0%,#D60000 52%,#980000 100%);color:#fff}.menu-toggle,.mobile-drawer,.drawer-overlay,.mobile-bottom-nav{display:none}footer{background:#11151C;color:#E7ECF3;padding:48px 0 90px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:36px}.footer-brand img{max-height:50px}.footer-grid h3{color:#fff}.footer-grid a{display:block;color:#E7ECF3;margin:8px 0}.footer-grid p{color:#AEB7C3}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:28px;color:#AEB7C3}
@media(max-width:960px){.floating-service{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}.split,.page-hero-inner{grid-template-columns:1fr}.page-hero img{max-height:260px}.ticker{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){body{padding-bottom:66px}.wrap{width:min(100% - 22px,1180px)}.header-inner{min-height:62px;gap:10px}.nav-core{display:none}.menu-toggle{display:flex;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px;padding:9px}.menu-toggle span{height:2px;background:#1D222B;border-radius:2px}.logo img{max-height:42px}.header-register{padding:9px 15px;font-size:14px}.channel-scroll{overflow-x:auto}.banner-slider{margin:14px 11px 24px;height:clamp(150px,47vw,210px);border-radius:16px}.slider-arrow{width:34px;height:34px;font-size:20px}.section{padding:38px 0}.section-title{font-size:28px}.content-panel,.card,.zone-card,.info-card,.review-card{padding:20px}.grid-3,.grid-4,.reviews,.footer-grid{grid-template-columns:1fr}.ticker{grid-template-columns:1fr}.product-card img{height:130px}.content-img,.page-hero img{max-height:220px}.page-hero{padding-top:34px}.page-hero h1{font-size:36px}.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(17,21,28,.48);z-index:199;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:200;transform:translateX(-102%);transition:.28s;overflow:auto;box-shadow:20px 0 50px rgba(0,0,0,.18)}.mobile-drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #DDE2EA}.drawer-head img{max-height:44px}.drawer-head button{border:0;background:#F4F5F7;width:38px;height:38px;border-radius:50%;font-size:26px}.mobile-drawer nav{padding:10px}.mobile-drawer nav a{display:block;padding:12px 14px;border-bottom:1px solid #EEF1F5}.menu-open{overflow:hidden}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:120;background:#fff;border-top:1px solid #DDE2EA;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{text-align:center;padding:12px 4px;color:#5B6472;font-size:14px}.mobile-bottom-nav a.active{color:#D60000;font-weight:700}footer{padding-bottom:36px}}
