
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#F4F5F7;color:#1D222B;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.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);box-shadow:0 8px 28px rgba(24,32,46,.05)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.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:10px 4px}.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%)}.header-action{flex:0 0 auto}.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:10px 22px;font-weight:800;box-shadow:0 12px 26px rgba(214,0,0,.22);transition:.2s}.main-btn:hover{transform:translateY(-1px)}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:22px;height:2px;background:#1D222B;margin:5px 0;border-radius:2px}.channel-bar{background:#fff;border-bottom:1px solid rgba(20,28,40,.08);overflow-x:auto;white-space:nowrap}.channel-scroll{display:flex;gap:8px;padding:8px 0}.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{padding-bottom:30px}.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:13px}.floating-service a.register-link{background:linear-gradient(135deg,#FF3030 0%,#D60000 52%,#980000 100%);color:#fff}.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{display:none;width:100%;height:100%}.slide.active{display:block}.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-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.88);box-shadow:0 10px 24px rgba(24,32,46,.12);cursor:pointer;color:#D60000;font-size:22px}.prev{left:16px}.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;text-align:center}.dot{width:10px;height:10px;border:0;border-radius:50%;background:rgba(29,34,43,.26);margin:0 4px;cursor:pointer}.dot.active{background:#D60000}.section{padding:34px 0}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:20px}.eyebrow{color:#D60000;font-weight:800;letter-spacing:.08em}.section-title,h1,h2,h3{color:#D60000}.section-title{font-size:30px;line-height:1.2;margin:6px 0}.lead{font-size:16px;color:#5B6472;max-width:780px}.hero-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;background:#fff;border:1px solid rgba(20,28,40,.08);box-shadow:0 16px 38px rgba(24,32,46,.08);border-radius:26px;padding:28px}.hero-intro img,.feature-img{width:100%;max-height:260px;object-fit:contain;background:#EEF1F5;border-radius:18px}.ticker{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ticker-item{background:#11151C;color:#E7ECF3;border-radius:18px;padding:16px;border-left:4px solid #D60000}.ticker-item b{display:block;color:#fff}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.board-card,.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}.board-card{padding:22px}.board-card:before{content:"";display:block;width:34px;height:4px;background:#D60000;border-radius:999px;margin-bottom:14px}.grid{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{padding:20px}.zone-card img,.info-card img,.content-img{max-width:100%;height:auto;max-height:230px;object-fit:contain;background:#EEF1F5;border-radius:16px;margin-bottom:14px}.product-card{overflow:hidden;padding:14px}.product-card img{width:100%;height:150px;object-fit:contain;background:#EEF1F5;border-radius:14px;margin-bottom:12px}.text-link{color:#D60000;font-weight:800}.steps{counter-reset:step}.step{position:relative;padding-left:60px;min-height:58px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:2px;width:40px;height:40px;border-radius:50%;background:rgba(214,0,0,.1);color:#D60000;display:flex;align-items:center;justify-content:center;font-weight:900}.notice{background:#fff;border:1px solid rgba(214,0,0,.16);border-radius:22px;padding:22px}.site-footer{background:#11151C;color:#E7ECF3;margin-top:40px;padding:42px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer-brand img{max-height:50px;margin-bottom:14px}.site-footer a{display:block;color:#C9D2DE;margin:7px 0}.footer-note{border-top:1px solid rgba(231,236,243,.12);margin-top:26px;padding-top:18px;color:#AEB8C6;font-size:14px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);opacity:0;pointer-events:none;transition:.2s;z-index:10001}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;transform:translateX(-105%);transition:.25s;z-index:10002;box-shadow:18px 0 44px rgba(0,0,0,.16);overflow-y:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid rgba(20,28,40,.08)}.drawer-head img{height:42px}.drawer-close{border:0;background:#F4F5F7;border-radius:50%;width:34px;height:34px;font-size:22px}.drawer-nav{padding:12px}.drawer-nav a{display:block;padding:12px 14px;border-radius:12px;color:#1D222B}.drawer-nav a:hover{background:rgba(214,0,0,.08);color:#D60000}.mobile-bottom-nav{display:none}.muted{color:#5B6472}.small{color:#87909E;font-size:14px}@media (max-width: 980px){.nav-core,.floating-service{display:none}.menu-toggle{display:block}.header-inner{min-height:64px;gap:12px}.logo img{max-height:44px}.header-action .main-btn{padding:8px 15px}.banner-slider{height:205px;margin:18px auto 22px;border-radius:18px}.grid-4,.grid-3,.grid-2,.board,.ticker,.hero-intro,.footer-grid{grid-template-columns:1fr}.hero-intro{padding:20px}.section{padding:24px 0}.section-title{font-size:24px}.channel-scroll{width:max-content}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid rgba(20,28,40,.1);box-shadow:0 -10px 28px rgba(24,32,46,.08);padding:7px 0}.mobile-bottom-nav a{text-align:center;color:#5B6472;font-weight:700;font-size:13px}.mobile-bottom-nav a:hover,.mobile-bottom-nav a:first-child{color:#D60000}body{padding-bottom:58px}.zone-card img,.info-card img,.content-img{max-height:190px}.product-card img{height:130px}.step{padding-left:52px}.step:before{width:36px;height:36px}.slider-arrow{width:32px;height:32px}.prev{left:8px}.next{right:8px}}
