
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;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 26px rgba(56,92,138,.08)}.header-inner{max-width:1240px;margin:0 auto;padding:0 20px;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-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{color:#4E5F7A;font-weight:600;font-size:15px;padding:24px 0;position:relative}.nav a:hover,.nav a.active{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;border-radius:8px;background:#289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:10px 24px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff!important;font-weight:700;box-shadow:0 12px 24px rgba(36,155,255,.28)}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{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:10000;padding:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.mobile-menu-btn{display:none;background:transparent;border:0;width:42px;height:42px;padding:8px}.mobile-menu-btn span{display:block;height:2px;background:#4E5F7A;margin:6px 0;border-radius:5px}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.45);z-index:10001;display:none}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10002;transform:translateX(-105%);transition:.25s;box-shadow:18px 0 40px rgba(36,52,71,.18);padding:18px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-top img{height:48px}.drawer-top button{border:0;background:#EEF2F7;color:#289CFF;border-radius:50%;width:36px;height:36px;font-size:24px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 14px;background:#F5F7FB;color:#4E5F7A;border-radius:12px;font-weight:600}.no-scroll{overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;z-index:1}.slider-frame{position:relative;background:#fff;min-height:420px}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:420px;object-fit:contain;background:#fff}.slide-caption{position:absolute;left:34px;bottom:34px;max-width:410px;background:rgba(255,255,255,.86);backdrop-filter:blur(8px);border:1px solid rgba(40,156,255,.16);border-radius:18px;padding:22px;box-shadow:0 16px 34px rgba(56,92,138,.16)}.slide-caption h1,.slide-caption h2{margin:0 0 8px;color:#289CFF;line-height:1.25}.slide-caption p{margin:0;color:#243447}.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:#289CFF;font-size:24px;box-shadow:0 8px 22px rgba(56,92,138,.18);cursor:pointer}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.slider-dots button.active{width:24px;border-radius:999px;background:#289CFF}.mobile-slider-info{display:none;background:#fff;padding:18px 20px;border-top:1px solid rgba(40,156,255,.12)}.mobile-slider-info h1,.mobile-slider-info h2{margin:0 0 8px;color:#289CFF}.mobile-slider-info p{margin:0;color:#243447}.section{margin:36px auto}.section-head{margin-bottom:18px}.eyebrow{display:inline-block;color:#289CFF;font-weight:700;background:rgba(40,156,255,.1);padding:5px 12px;border-radius:999px;margin-bottom:8px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:30px;line-height:1.25;margin:0}.section-desc{color:#66788A;max-width:820px}.card,.zone-card,.info-card,.review-card,.hero-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: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 h3,.zone-card h3{margin-top:0}.card p,.zone-card p,.info-card p,.review-card p{color:#66788A}.text-link{color:#289CFF;font-weight:700}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:28px}.hero-card img,.content-img,.zone-card img,.app-section img{max-width:100%;height:auto;border-radius:16px;background:#fff}.tag-list{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.tag-list span{color:#289CFF;background:rgba(40,156,255,.09);border:1px solid rgba(40,156,255,.14);border-radius:999px;padding:6px 12px;font-weight:700}.steps{counter-reset:item;display:grid;gap:14px}.steps li{list-style:none;background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:16px;padding:16px;color:#66788A}.steps li:before{counter-increment:item;content:counter(item);display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;background:#289CFF;color:#fff;font-weight:700;margin-right:8px}.notice{background:#DDE4EE;border-left:4px solid #289CFF;color:#243447;border-radius:14px;padding:18px}.faq-item{background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:16px;padding:18px;margin-bottom:12px}.faq-item h3{margin:0 0 8px}.site-footer{background:#243447;color:#EAF3FF;margin-top:50px}.footer-inner{max-width:1200px;margin:0 auto;padding:34px 20px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.footer-brand img{height:48px;margin-bottom:12px}.footer-brand p{color:#EAF3FF}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.footer-links a{color:#EAF3FF;background:rgba(255,255,255,.08);padding:10px 12px;border-radius:10px}.footer-bottom{text-align:center;color:#EAF3FF;border-top:1px solid rgba(255,255,255,.12);padding:14px}.page-hero{max-width:1200px;margin:28px auto;background:#fff;border-radius:22px;padding:36px 32px;box-shadow:0 18px 40px rgba(56,92,138,.12)}.page-hero h1{margin:0 0 12px}.page-hero p{color:#66788A;max-width:860px}.contact-box{display:grid;gap:12px}.contact-box div{background:#EEF2F7;border-radius:14px;padding:14px;color:#243447}@media(max-width:1100px){.nav{gap:14px}.nav a{font-size:14px}.header-inner{gap:14px}.main-btn{padding:9px 18px}}@media(max-width:900px){.nav-wrap{display:none}.mobile-menu-btn{display:block}.header-inner{min-height:66px;display:grid;grid-template-columns:52px 1fr auto;gap:10px}.logo{justify-self:center}.logo img{max-height:46px}.grid-4,.grid-3,.grid-2,.hero-card,.footer-inner{grid-template-columns:1fr}.banner-slider{margin:18px 14px 26px;border-radius:16px}.slider-frame{min-height:0}.slide img{height:auto;min-height:220px;max-height:430px;object-fit:contain}.slide-caption{display:none}.mobile-slider-info{display:block}.slider-arrow{width:36px;height:36px;font-size:20px}.slider-dots{bottom:8px}.section-title{font-size:24px}.page-hero{margin:18px 14px;padding:26px 20px}.container{padding:0 14px}}@media(max-width:520px){.header-action .main-btn{padding:8px 16px}.slide img{min-height:190px}.card,.zone-card,.info-card,.review-card,.hero-card{padding:18px}.footer-links{grid-template-columns:1fr}}
