
*{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{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(20,28,40,.08)}.header-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 20px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-core{display:flex;align-items:center;gap:22px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:#1D222B;font-weight:700;position:relative;padding:8px 2px}.nav-core a:hover,.nav-core a.active{color:#D60000}.nav-core a.active::after{content:"";position:absolute;left:50%;bottom:-10px;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!important;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 10px 24px rgba(214,0,0,.24);border:0}.main-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.header-btn{flex:0 0 auto}.menu-btn{display:none;background:transparent;border:0;width:40px;height:40px;padding:8px}.menu-btn span{display:block;height:2px;background:#1D222B;margin:6px 0;border-radius:2px}.channel-bar{background:#fff;border-bottom:1px solid rgba(20,28,40,.08);overflow-x:auto;white-space:nowrap}.channel-inner{max-width:1180px;margin:auto;padding:8px 20px}.channel-bar a{display:inline-flex;align-items:center;color:#5B6472;padding:8px 13px;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}.container{max-width:1180px;margin:0 auto;padding:0 20px}.section{padding:46px 0}.section.alt{background:#EEF1F5}.section-title{font-size:30px;line-height:1.25;margin:0 0 14px;color:#D60000;position:relative}.section-title::after{content:"";display:block;width:42px;height:4px;border-radius:9px;background:#D60000;margin-top:12px}.lead{font-size:17px;color:#5B6472;max-width:820px}.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:330px}.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:#EEF1F5}.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%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(20,28,40,.12);background:rgba(255,255,255,.9);color:#D60000;font-size:26px;cursor:pointer}.slider-btn.prev{left:16px}.slider-btn.next{right:16px}.dots{position:absolute;left:0;right:0;bottom:12px;display:flex;gap:8px;justify-content:center}.dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(29,34,43,.25);cursor:pointer}.dot.active{background:#D60000}.grid{display:grid;gap:20px}.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,.product-card{background:#fff;border:1px solid rgba(20,28,40,.08);box-shadow:0 16px 38px rgba(24,32,46,.08);border-radius:20px;padding:22px}.card h3,.zone-card h3,.info-card h3,.product-card h3{margin:0 0 10px;color:#D60000}.card p,.zone-card p,.info-card p,.product-card p{color:#5B6472;margin:0 0 12px}.text-link{color:#D60000;font-weight:800}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag{color:#D60000;background:rgba(214,0,0,.08);border:1px solid rgba(214,0,0,.16);border-radius:999px;padding:5px 10px;font-weight:700;font-size:13px}.news-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.news-item{background:#fff;border-left:4px solid #D60000;border-radius:14px;padding:14px;box-shadow:0 10px 24px rgba(24,32,46,.06)}.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.content-img,.zone-card img,.info-card img{max-width:100%;height:auto;max-height:260px;object-fit:contain;margin:auto}.product-card img{width:100%;height:150px;object-fit:contain;background:#EEF1F5;border-radius:14px;margin-bottom:14px}.horizontal-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);overflow-x:auto;gap:16px;padding-bottom:8px}.review-card{color:#5B6472}.review-card strong{display:block;color:#1D222B;margin-bottom:8px}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{counter-increment:step;background:#fff;border:1px solid rgba(20,28,40,.08);border-radius:18px;padding:22px 20px 20px 64px;position:relative;box-shadow:0 12px 28px rgba(24,32,46,.06)}.step::before{content:counter(step);position:absolute;left:20px;top:24px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#D60000;color:#fff;font-weight:900}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid rgba(20,28,40,.08);border-radius:16px;padding:18px}.faq-item h3{margin:0 0 8px;color:#1D222B}.faq-item p{margin:0;color:#5B6472}.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-weight:800}.floating-service a.register-link{background:linear-gradient(135deg,#FF3030 0%,#D60000 52%,#980000 100%);color:#fff}.site-footer{background:#11151C;color:#E7ECF3;margin-top:40px}.footer-inner{max-width:1180px;margin:auto;padding:42px 20px}.footer-brand{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center}.footer-brand img{max-height:52px}.footer-brand p,.footer-note{color:#B9C3D0}.footer-links{display:flex;flex-wrap:wrap;gap:14px;margin:22px 0}.footer-links a{color:#E7ECF3}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:20px 0 50px rgba(0,0,0,.18);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-mask{display:none;position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10000}.drawer-mask.show{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(20,28,40,.08)}.drawer-head img{max-height:46px}.drawer-head button{border:0;background:#EEF1F5;border-radius:50%;width:36px;height:36px;font-size:24px}.drawer-links{display:grid;padding:12px}.drawer-links a{padding:12px 14px;border-radius:12px;color:#1D222B}.drawer-links a:hover{background:rgba(214,0,0,.08);color:#D60000}.no-scroll{overflow:hidden}.mobile-bottom-nav{display:none}.page-hero{background:linear-gradient(135deg,#fff 0%,#EEF1F5 100%);border-bottom:1px solid rgba(20,28,40,.08);padding:48px 0}.hero-card{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.hero-card h1{font-size:38px;line-height:1.2;margin:0 0 14px;color:#D60000}.hero-card p{color:#5B6472}.mini-list{display:grid;gap:10px}.mini-list li{color:#5B6472}.safe-note{background:#fff;border:1px solid rgba(214,0,0,.16);border-radius:18px;padding:18px;color:#5B6472}.safe-note strong{color:#D60000}@media(max-width:900px){.nav-core{display:none}.menu-btn{display:block}.header-inner{min-height:64px;padding:0 14px}.logo img{max-height:44px}.header-btn{padding:8px 16px}.floating-service{display:none}.channel-inner{padding:7px 12px}.banner-slider{height:190px;margin:16px 12px 24px;border-radius:16px}.slider-btn{width:32px;height:32px;font-size:20px}.grid-2,.grid-3,.grid-4,.feature,.hero-card{grid-template-columns:1fr}.news-strip{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.step{padding:18px 16px 18px 58px}.step::before{top:20px;left:18px}.horizontal-scroll{grid-auto-columns:minmax(210px,82vw)}.section{padding:34px 0}.section-title{font-size:24px}.product-card img{height:120px}.content-img,.zone-card img,.info-card img{max-height:190px}.site-footer{padding-bottom:70px}.footer-brand{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9998;height:58px;background:#fff;border-top:1px solid rgba(20,28,40,.12);display:grid;grid-template-columns:repeat(4,1fr)}.mobile-bottom-nav a{display:grid;place-items:center;color:#5B6472;font-weight:800}.mobile-bottom-nav a:hover{color:#D60000}body{padding-bottom:58px}.page-hero{padding:30px 0}.hero-card h1{font-size:28px}}@media(max-width:520px){.banner-slider{height:160px}.channel-bar a{padding:7px 10px;font-size:13px}.card,.zone-card,.info-card,.review-card,.product-card{padding:18px}.header-inner{gap:10px}.logo img{max-height:38px}.main-btn{padding:8px 14px}.hero-card h1{font-size:25px}}
