
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.75}a{text-decoration:none;color:#289CFF}img{max-width:100%;height:auto}.wrap{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,.10)}.desktop-head{height:76px;display:flex;align-items:center;gap:20px}.brand-logo img{width:138px;display:block}.nav{flex:1;display:flex;align-items:center;gap:14px;justify-content:center;white-space:nowrap}.nav a{position:relative;color:#4E5F7A;font-size:14px;font-weight:700;padding:24px 0}.nav a.active,.nav a:hover{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;border-radius:999px;background:#289CFF}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF;border-radius:999px;box-shadow:0 10px 24px rgba(36,155,255,.25);font-weight:700;border:0;padding:10px 24px;transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px);color:#fff}.header-btn{flex:0 0 auto}.mobile-head{height:66px;display:none;align-items:center;justify-content:space-between;padding:0 14px}.menu-toggle{width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{width:24px;height:2px;background:#4E5F7A;border-radius:9px}.mobile-logo img{height:42px;width:auto;display:block}.mobile-reg{padding:8px 16px;font-size:14px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10000;display:none}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#FFFFFF;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:14px 0 36px rgba(36,52,71,.22);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.16)}.drawer-logo img{height:42px;width:auto}.drawer-close{border:0;background:#EEF2F7;color:#243447;width:36px;height:36px;border-radius:50%;font-size:24px}.drawer-nav{display:flex;flex-direction:column;padding:14px}.drawer-nav a{padding:12px 14px;border-radius:14px;color:#4E5F7A;font-weight:800}.drawer-nav a.active,.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.no-scroll{overflow:hidden}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#FFFFFF}.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:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);box-shadow:0 10px 24px rgba(36,52,71,.18);color:#289CFF;font-size:26px;cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.78);box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer}.dot.active{background:#289CFF}.section{padding:42px 0}.section.tight{padding-top:20px}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{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:22px}.hero-card{padding:34px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.hero-card p,.section-lead,p{color:#243447}.eyebrow,.tag,.num{color:#289CFF;font-weight:900}.section-title,h1,h2,h3{color:#289CFF;line-height:1.3}h1{font-size:38px;margin:0 0 16px}h2{font-size:28px;margin:0 0 16px}h3{font-size:20px;margin:0 0 10px}.section-head{max-width:760px;margin:0 0 22px}.section-head.center{text-align:center;margin:0 auto 26px}.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,.info-card,.review-card,.faq-item{padding:24px}.zone-card{display:flex;flex-direction:column;height:100%;padding:22px}.zone-card img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#FFFFFF;margin-bottom:18px}.zone-card a{margin-top:auto;font-weight:800}.content-img{width:100%;border-radius:20px;background:#fff;display:block;object-fit:contain}.app-section img{max-width:100%;height:auto}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.pill{background:#EEF2F7;color:#289CFF;border:1px solid rgba(40,156,255,.18);border-radius:999px;padding:8px 14px;font-weight:800}.steps{counter-reset:step}.step{position:relative;padding-left:54px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:24px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#EEF2F7;color:#289CFF;font-weight:900}.notice-box{padding:26px;background:#DDE4EE}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.page-hero{padding:54px 0 26px}.page-hero .hero-card{grid-template-columns:1fr}.text-link{font-weight:900}.site-footer{margin-top:48px;background:#243447;color:#EAF3FF}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px;padding:42px 20px}.footer-brand img{height:48px;width:auto;margin-bottom:14px}.site-footer h3{color:#EAF3FF}.site-footer a{display:block;color:#EAF3FF;margin:8px 0;opacity:.92}.footer-bottom{border-top:1px solid rgba(234,243,255,.16);padding:16px 20px 24px;color:#EAF3FF;font-size:14px}.table-like{display:grid;gap:12px}.table-like div{background:#F5F7FB;border-radius:14px;padding:14px 16px}.content-img,.app-section img,.banner-slider img{max-width:100%;height:auto}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain}.zone-card img{width:100%;height:260px;display:block;object-fit:contain;object-position:center}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card a{margin-top:auto}@media(max-width:1100px){.desktop-head{display:none}.mobile-head{display:flex}.nav{display:none}.wrap{padding:0 16px}h1{font-size:30px}.hero-card{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.section{padding:30px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.zone-card img{height:220px}.hero-card{padding:24px}.slider-arrow{width:36px;height:36px}.footer-grid{grid-template-columns:1fr}.banner-slider{margin:18px 12px 28px;border-radius:16px}h1{font-size:26px}h2{font-size:24px}}
