*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 10px 28px rgba(56,92,138,.08)}.header-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 22px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:20px;white-space:nowrap;flex-wrap:nowrap}.nav a,.nav button{border:0;background:transparent;color:#4E5F7A;font:600 15px/1 "Microsoft YaHei",Arial,sans-serif;cursor:pointer;padding:26px 0}.nav a:hover,.nav a.active,.nav button:hover{color:#289CFF}.nav a.active{box-shadow:inset 0 -3px 0 #289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:180px;background:#FFFFFF;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;padding:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.18s ease}.more-menu{right:0;left:auto}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu,.dropdown:focus-within .dropdown-menu,.more-dropdown:focus-within .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:12px 16px;color:#4E5F7A;white-space:nowrap;border-radius:10px;box-shadow:none}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.main-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF;border-radius:999px;padding:12px 22px;font-weight:700;box-shadow:0 12px 26px rgba(36,155,255,.24)}.main-btn.small{padding:10px 22px}.ghost-link{color:#289CFF;font-weight:700}.site-main{padding-top:0}.section{max-width:1200px;margin:0 auto 34px;padding:0 22px}.section-box,.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}.section-box{padding:34px}.section-head{max-width:760px;margin:0 0 24px}.section-label{display:inline-block;color:#289CFF;background:rgba(40,156,255,.10);border:1px solid rgba(40,156,255,.14);padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700}.section-title,h1,h2,h3{color:#289CFF;line-height:1.3;margin:0 0 14px}h1{font-size:42px}h2{font-size:30px}h3{font-size:20px}p{margin:0 0 14px}.muted{color:#66788A}.tiny{color:#8A9AAF;font-size:14px}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card{padding:24px}.content-img,.zone-card img,.app-section img{width:100%;height:auto;object-fit:contain;background:#FFFFFF;border-radius:18px;margin-bottom:16px}.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;border:1px solid rgba(40,156,255,.14)}.slides{position:relative}.slide{display:none}.slide.active{display:grid;grid-template-columns:1.4fr .9fr;align-items:center;gap:20px;padding:24px}.slide-img{height:430px;display:flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:16px;overflow:hidden}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#FFFFFF}.slide-text{padding:18px 22px}.slide-text h1,.slide-text h2{font-size:36px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#289CFF;font-size:24px;cursor:pointer;box-shadow:0 8px 22px rgba(56,92,138,.18);z-index:5}.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:8px;z-index:6}.dots button{width:10px;height:10px;border:0;border-radius:50%;background:#DDE4EE;cursor:pointer}.dots button.active{background:#289CFF}.hero-note{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.pill{display:inline-flex;color:#289CFF;background:#EEF2F7;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:700}.feature-list{display:grid;gap:12px;margin-top:16px}.feature{display:flex;gap:12px;align-items:flex-start}.feature b,.step-num{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:50%;background:rgba(40,156,255,.12);color:#289CFF}.steps{counter-reset:step;display:grid;gap:16px}.step{display:grid;grid-template-columns:46px 1fr;gap:16px;align-items:start;padding:18px;border-radius:18px;background:#F5F7FB;border:1px solid rgba(40,156,255,.12)}.step-num{font-weight:800}.faq-list{display:grid;gap:14px}.faq-item{padding:20px}.notice-box{padding:24px;background:#EEF2F7}.site-footer{background:#243447;color:#EAF3FF;margin-top:44px}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px;padding:42px 22px}.footer-brand img{max-height:52px;margin-bottom:14px}.site-footer h3{color:#EAF3FF;font-size:18px}.site-footer a{display:block;color:#EAF3FF;opacity:.9;margin:8px 0}.site-footer p{color:#DCEBFA}.footer-link{color:#7FD4FF!important}.footer-bottom{text-align:center;border-top:1px solid rgba(234,243,255,.14);padding:18px 22px;color:#DCEBFA}.menu-toggle{display:none;background:transparent;border:0;width:44px;height:44px;padding:8px}.menu-toggle span{display:block;height:2px;background:#4E5F7A;margin:7px 0;border-radius:3px}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.42);z-index:10000;opacity:0;visibility:hidden;transition:.22s}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#FFFFFF;z-index:10001;transform:translateX(-105%);transition:.25s ease;box-shadow:18px 0 38px rgba(56,92,138,.18);overflow-y:auto}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-head img{max-height:46px}.drawer-close{border:0;background:#EEF2F7;color:#289CFF;border-radius:50%;width:36px;height:36px;font-size:24px}.drawer-links{padding:12px}.drawer-links a{display:block;padding:13px 14px;border-radius:12px;color:#4E5F7A;font-weight:700}.drawer-links a:hover{background:#EEF2F7;color:#289CFF}.page-hero{max-width:1200px;margin:28px auto 28px;padding:0 22px}.page-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center;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:24px;padding:34px}.page-hero img{border-radius:20px;background:#FFFFFF;object-fit:contain;width:100%;height:auto}.link-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}@media(max-width:1080px){.nav{gap:14px}.nav a,.nav button{font-size:14px}.slide-img{height:360px}.grid.four{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.header-inner{min-height:66px;gap:10px;padding:0 12px}.menu-toggle{display:block;flex:0 0 auto}.nav-wrap{display:none}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:44px}.main-btn.small{padding:8px 16px}.banner-slider{margin:18px 12px 28px;border-radius:18px}.slide.active{display:block;padding:12px 12px 56px}.slide-img{height:auto;min-height:210px;max-height:none}.slide-img img{height:auto;object-fit:contain}.slide-text{position:static;background:#F5F7FB;border-radius:16px;margin-top:12px;padding:18px}.slide-text h1,.slide-text h2{font-size:27px}.slider-arrow{width:36px;height:36px;font-size:20px;top:34%}.dots{bottom:18px}.section{padding:0 12px;margin-bottom:24px}.section-box{padding:22px}.grid.two,.grid.three,.grid.four,.page-hero-inner{grid-template-columns:1fr}.page-hero{padding:0 12px;margin-top:18px}.page-hero-inner{padding:22px}.footer-grid{grid-template-columns:1fr;padding:32px 22px}h1{font-size:32px}h2{font-size:25px}h3{font-size:19px}.step{grid-template-columns:1fr;gap:10px}.step-num{width:38px;height:38px;min-width:38px;margin-bottom:2px}.feature{align-items:flex-start}.feature b{margin-top:2px}}@media(max-width:390px){.main-btn.small{padding:7px 13px}.logo img{max-height:40px}.slide-text h1,.slide-text h2{font-size:24px}}

.grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1080px){.grid.five{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.grid.five{grid-template-columns:1fr}}
