*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Microsoft YaHei",sans-serif;background:#F3FBFF;color:#34465C;line-height:1.75}a{text-decoration:none;color:inherit}.container{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(34,174,234,.12)}.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{color:#34465C;font-weight:600;position:relative}.nav-core a:hover,.nav-core a.active{color:#22AEEA}.nav-core a.active:after{content:"";position:absolute;left:50%;bottom:-10px;width:22px;height:3px;border-radius:999px;background:#22AEEA;transform:translateX(-50%)}.main-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;background:linear-gradient(135deg,#45C9F5 0%,#22AEEA 52%,#168ED4 100%);color:#fff;border-radius:999px;font-weight:700;box-shadow:0 10px 24px rgba(34,174,234,.24)}.header-register{flex:0 0 auto}.channel-bar{background:#fff;border-top:1px solid rgba(34,174,234,.08);overflow-x:auto;white-space:nowrap}.channel-inner{display:flex;gap:4px}.channel-bar a{display:inline-flex;align-items:center;color:#5C6F82;padding:10px 14px;border-radius:999px}.channel-bar a:hover,.channel-bar a.active{color:#22AEEA;background:rgba(34,174,234,.1)}.menu-toggle{display:none;border:0;background:transparent;font-size:26px;color:#147FB8}.floating-service{position:fixed;right:18px;top:42%;z-index:50;display:flex;flex-direction:column;gap:8px}.floating-service a{background:#fff;color:#34465C;border:1px solid rgba(34,174,234,.12);box-shadow:0 12px 30px rgba(31,133,184,.12);border-radius:999px;padding:9px 12px}.floating-service .register-link{background:linear-gradient(135deg,#45C9F5 0%,#22AEEA 52%,#168ED4 100%);color:#fff}.banner-slider{max-width:1180px;margin:24px auto 34px;border-radius:24px;background:#F8FCFF;box-shadow:0 16px 38px rgba(31,133,184,.12);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:#F8FCFF}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#147FB8;font-size:24px;cursor:pointer}.prev{left:16px}.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;padding:0;border:0;border-radius:50%;background:rgba(20,127,184,.35)}.slider-dots button.active{background:#22AEEA}.section{padding:44px 0}.section.alt{background:#F8FCFF}.section-title{margin:0 0 12px;color:#22AEEA;font-size:30px}.section-title:after{content:"";display:block;width:48px;height:4px;margin-top:8px;border-radius:99px;background:#22AEEA}.lead{font-size:17px;color:#5C6F82}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.content-img{width:100%;max-height:280px;object-fit:contain;border-radius:20px;background:#fff}.ticker{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ticker-item,.panel,.product-card,.review-card,.faq-item{background:#fff;border:1px solid rgba(34,174,234,.12);box-shadow:0 16px 38px rgba(31,133,184,.12);border-radius:20px}.ticker-item{padding:18px}.ticker-item strong{display:block;color:#22AEEA;margin-bottom:6px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.panel{padding:24px}.panel h3,.product-card h3,.review-card h3{color:#22AEEA}.horizontal-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);overflow-x:auto;gap:18px;padding-bottom:8px}.product-card{padding:16px}.product-card img{width:100%;height:150px;object-fit:contain;background:#F8FCFF;border-radius:14px}.matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.review-card{padding:22px}.faq-list{display:grid;gap:14px}.faq-item{padding:20px}.notice{padding:24px;border-left:4px solid #22AEEA;background:#EAF8FE;border-radius:16px}.page-hero{padding:60px 0 30px}.page-hero h1{font-size:38px;color:#22AEEA;margin:0 0 10px}.page-content{padding:0 0 50px}.content-block{background:#fff;border:1px solid rgba(34,174,234,.12);border-radius:22px;padding:28px;margin-bottom:20px;box-shadow:0 16px 38px rgba(31,133,184,.09)}.content-block h2{color:#22AEEA}.content-block img{width:100%;max-height:280px;object-fit:contain;border-radius:18px;background:#F8FCFF}footer{background:#163B57;color:#EAF7FE;padding:46px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.footer-logo{max-height:50px}.footer-grid a{display:block;margin:7px 0;color:#EAF7FE}.footer-note{margin-top:30px;padding:18px 20px;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#CFEAF7}.mobile-drawer,.drawer-overlay,.mobile-bottom-nav{display:none}.mobile-drawer{position:fixed;inset:0 auto 0 0;width:84%;max-width:320px;background:#fff;z-index:120;transform:translateX(-100%);transition:.25s;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(15,51,74,.4);z-index:110}.drawer-overlay.open{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #E2F4FD}.drawer-head img{max-height:44px}.drawer-close{font-size:28px;border:0;background:transparent}.mobile-drawer nav a{display:block;padding:13px 18px;border-bottom:1px solid #EEF8FD}.no-scroll{overflow:hidden}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #E2F4FD;z-index:90;grid-template-columns:repeat(4,1fr);text-align:center}.mobile-bottom-nav a{padding:12px 4px;color:#5C6F82}.mobile-bottom-nav a:hover{color:#22AEEA}@media(max-width:900px){.nav-core{display:none}.menu-toggle{display:block}.floating-service{display:none}.split{grid-template-columns:1fr}.grid-3,.ticker,.matrix{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.banner-slider{height:230px}.mobile-drawer{display:block}}@media(max-width:600px){body{padding-bottom:58px}.header-inner{min-height:62px}.logo img{max-height:42px}.header-register{padding:9px 16px}.channel-inner{width:max-content}.banner-slider{height:185px;margin:16px auto 24px;border-radius:16px}.section{padding:30px 0}.section-title{font-size:24px}.ticker,.grid-3,.matrix,.reviews,.footer-grid{grid-template-columns:1fr}.product-card img{height:125px}.content-img,.content-block img{max-height:210px}.page-hero{padding:36px 0 20px}.page-hero h1{font-size:30px}.mobile-bottom-nav{display:grid}.slider-arrow{width:34px;height:34px;font-size:20px}}
