*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:Arial,"Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20000;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 8px 24px rgba(56,92,138,.08)}.header-inner{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;padding:0 20px}.logo{flex:0 0 auto}.logo img{display:block;max-height:46px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav>a,.dropdown>button{border:0;background:none;color:#4E5F7A;font:inherit;padding:22px 0;cursor:pointer}.nav>a:hover,.nav>a.active,.dropdown>button:hover{color:#289CFF}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:180px;background:#fff;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:30000;padding:8px}.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:10px 12px;color:#4E5F7A;border-radius:9px}.dropdown-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.header-action{flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:10px 20px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff;font-weight:700;box-shadow:0 10px 20px rgba(36,155,255,.22)}.menu-toggle{display:none;background:none;border:0;width:38px;padding:7px}.menu-toggle span{display:block;height:2px;background:#4E5F7A;margin:5px 0}.drawer-mask{position:fixed;inset:0;background:rgba(20,40,65,.35);z-index:30000;opacity:0;visibility:hidden;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:31000;transform:translateX(-105%);transition:.28s;overflow:auto;box-shadow:18px 0 38px rgba(30,62,98,.2)}.drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e7edf5}.drawer-head img{max-height:40px;max-width:150px}.drawer-head button{border:0;background:none;font-size:30px;color:#4E5F7A}.drawer nav{padding:10px}.drawer nav a{display:block;padding:11px 12px;border-radius:10px;color:#4E5F7A}.drawer nav a:hover{background:#EEF2F7;color:#289CFF}.no-scroll{overflow:hidden}.container{max-width:1200px;margin:auto;padding:0 20px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slides{position:relative}.slide{display:none}.slide.active{display:block}.slide img{display:block;width:100%;height:440px;object-fit:contain;background:#fff}.banner-copy{position:absolute;left:40px;bottom:40px;max-width:410px;background:rgba(255,255,255,.93);padding:22px;border-radius:16px;box-shadow:0 14px 30px rgba(36,68,104,.16)}.banner-copy h1{margin:0 0 8px;font-size:28px;color:#289CFF}.banner-copy p{margin:0;color:#4E5F7A}.slider-arrow{position:absolute;top:45%;width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:#289CFF;font-size:25px;cursor:pointer;box-shadow:0 8px 20px rgba(56,92,138,.18)}.prev{left:16px}.next{right:16px}.dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:#c7d8e8;cursor:pointer}.dot.active{background:#289CFF}.mobile-banner-info{display:none}.section{padding:34px 0}.section-title{font-size:28px;margin:0 0 10px;color:#289CFF}.section-lead{color:#66788A;margin:0 0 24px}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:18px;padding:24px}.grid{display:grid;gap:20px}.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 h3,.zone-card h3,.info-card h3{color:#289CFF;margin-top:0}.text-link{color:#289CFF;font-weight:700}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.content-img{width:100%;height:auto;display:block;border-radius:18px;background:#fff;object-fit:contain}.step-list{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{position:relative;padding:26px 20px 20px 58px;background:#fff;border-radius:16px;border:1px solid rgba(40,156,255,.14)}.step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:24px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#289CFF;color:#fff;font-weight:700}.review-card p{margin:0}.faq details{background:#fff;border:1px solid rgba(40,156,255,.14);border-radius:14px;padding:16px 18px;margin-bottom:12px}.faq summary{cursor:pointer;font-weight:700;color:#289CFF}.page-hero{padding:58px 0 24px}.page-hero h1{font-size:38px;margin:0 0 8px;color:#289CFF}.page-hero p{color:#66788A;max-width:760px}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:12px;padding:18px 20px}.tag{display:inline-block;color:#289CFF;background:rgba(40,156,255,.1);padding:5px 10px;border-radius:999px;font-size:14px}footer{background:#243447;color:#EAF3FF;margin-top:50px}.footer-inner{max-width:1200px;margin:auto;padding:40px 20px;display:flex;justify-content:space-between;gap:30px}.footer-brand img{max-height:44px;max-width:160px}.footer-brand p{max-width:520px;color:#cfe0ef}.footer-links{display:flex;gap:18px;flex-wrap:wrap;align-content:flex-start}.footer-note{border-top:1px solid rgba(255,255,255,.12);padding:18px 20px;text-align:center;color:#c6d7e7;font-size:14px}
@media(max-width:1080px){.nav{gap:12px}.nav>a:nth-of-type(2),.nav>a:nth-of-type(3){display:none}}
@media(max-width:760px){.header-inner{min-height:64px;padding:0 12px;display:grid;grid-template-columns:52px 1fr auto}.menu-toggle{display:block}.nav-wrap{display:none}.logo{justify-self:center}.logo img{max-height:38px;max-width:130px}.main-btn{min-width:68px;padding:8px 14px}.banner-slider{margin:14px 12px 28px;border-radius:16px}.slide img{height:220px}.banner-copy{display:none}.mobile-banner-info{display:block;background:#fff;padding:18px;border-top:1px solid #e8eef5}.mobile-banner-info h1{font-size:24px;margin:0 0 6px;color:#289CFF}.slider-arrow{width:38px;height:38px;font-size:21px}.dots{bottom:8px}.section{padding:26px 0}.section-title{font-size:24px}.grid-2,.grid-3,.grid-4,.split,.step-list{grid-template-columns:1fr}.step{padding-left:60px}.page-hero{padding-top:36px}.page-hero h1{font-size:30px}.footer-inner{flex-direction:column}.content-img{max-height:320px}.header-action{justify-self:end}}
