
*{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:#DDE0F4;color:#2E2E3A;line-height:1.72;overflow-x:hidden}a{text-decoration:none;color:#8c6de6}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 22px}.site-header{position:sticky;top:0;z-index:9999;background:rgba(221,224,244,.92);backdrop-filter:blur(10px);box-shadow:0 6px 18px rgba(140,109,230,.08)}.desktop-header{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand-logo img{width:154px;max-height:52px;object-fit:contain}.nav-core{display:flex;gap:10px;align-items:center;white-space:nowrap}.nav-core a{color:#554B7A;background:rgba(255,255,255,.55);border-radius:999px;padding:10px 18px;font-weight:700;border:1px solid rgba(140,109,230,.12)}.nav-core a:hover,.nav-core a.active{color:#8c6de6;background:#fff;box-shadow:0 8px 18px rgba(140,109,230,.12)}.header-actions{display:flex;gap:12px;align-items:center}.panel-open{border:1px solid rgba(140,109,230,.18);background:rgba(255,255,255,.7);color:#554B7A;border-radius:999px;padding:10px 18px;font-weight:700;cursor:pointer}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#8c6de6;color:#fff!important;border-radius:999px;padding:11px 22px;font-weight:800;box-shadow:0 10px 22px rgba(140,109,230,.22);transition:.2s}.main-btn:hover{background:#7E5DDD;transform:translateY(-1px)}.mobile-header{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 14px}.mobile-menu-btn{width:42px;height:42px;border:0;background:#fff;border-radius:14px;box-shadow:0 8px 18px rgba(140,109,230,.12);display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 11px}.mobile-menu-btn span{height:2px;background:#8c6de6;border-radius:9px}.mobile-logo img{width:128px;max-height:44px;object-fit:contain}.mobile-register{padding:9px 14px;font-size:14px}.overlay{position:fixed;inset:0;background:rgba(46,46,58,.32);z-index:9998;opacity:0;visibility:hidden;transition:.25s}.panel-on .overlay,.drawer-on .overlay{opacity:1;visibility:visible}.category-panel{position:fixed;top:0;right:0;width:390px;max-width:92vw;height:100vh;background:#fff;box-shadow:0 18px 48px rgba(140,109,230,.14);z-index:10000;transform:translateX(105%);transition:.28s;padding:22px;overflow:auto}.panel-on .category-panel{transform:translateX(0)}.panel-head,.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-head strong{font-size:22px;color:#8c6de6}.panel-head button,.drawer-head button{border:0;background:#EEF0FA;color:#8c6de6;border-radius:50%;width:38px;height:38px;font-size:24px;cursor:pointer}.panel-group{margin:18px 0}.panel-group h3{color:#8c6de6;margin:0 0 10px}.panel-group a{display:block;padding:12px 14px;margin:8px 0;border:1px solid rgba(140,109,230,.14);border-radius:16px;background:#F7F7FC;color:#2E2E3A}.panel-group a span{display:block;font-weight:800}.panel-group a em{font-style:normal;color:#66667A;font-size:13px}.panel-group a:hover span{color:#8c6de6}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:linear-gradient(180deg,#fff,#F7F7FC);z-index:10000;transform:translateX(-105%);transition:.28s;padding:18px;overflow:auto}.drawer-on .mobile-drawer{transform:translateX(0)}.drawer-head img{width:138px;max-height:46px;object-fit:contain}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(140,109,230,.13);color:#554B7A;font-weight:700}.mobile-bottom{display:none}.section{padding:42px 0}.section.tight{padding:28px 0}.page-hero{padding:54px 0 26px}.hero-card,.card,.zone-card,.info-card,.glass-bar,.content-card{background:rgba(255,255,255,.92);border:1px solid rgba(140,109,230,.16);box-shadow:0 14px 36px rgba(140,109,230,.10);border-radius:24px}.hero-card{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;padding:34px}.hero-card h1,.page-hero h1,h1,h2,h3,.section-title{color:#8c6de6}.hero-card h1,.page-hero h1{font-size:42px;line-height:1.18;margin:0 0 16px}.lead{font-size:18px;color:#55546c}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tag,.label,.num,.badge,.section-kicker{color:#8c6de6}.tag{background:#EEF0FA;border:1px solid rgba(140,109,230,.16);padding:7px 12px;border-radius:999px;font-weight:700}.hero-visual img,.content-img{width:100%;max-height:300px;object-fit:contain;border-radius:20px;background:#F7F7FC}.banner-slider{max-width:1200px;height:390px;margin:28px auto 36px;border-radius:24px;background:#fff;box-shadow:0 18px 40px rgba(140,109,230,.10);overflow:hidden;position:relative;z-index:1}.banner-slider .slide{display:none;width:100%;height:100%}.banner-slider .slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:1px solid rgba(140,109,230,.18);border-radius:999px;background:rgba(255,255,255,.75);color:#8c6de6;box-shadow:0 10px 22px rgba(140,109,230,.12);width:44px;height:44px;font-size:26px;cursor:pointer}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(140,109,230,.25);cursor:pointer}.slider-dots button.active{background:#8c6de6}.glass-bar{padding:24px 28px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(238,240,250,.88))}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.zone-card,.info-card,.content-card{padding:24px}.zone-card img,.card img{width:100%;height:180px;object-fit:contain;background:#F7F7FC;border-radius:18px;margin-bottom:16px}.feature-list{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}.feature-list li{padding-left:18px;position:relative;color:#55546c}.feature-list li:before{content:"";width:7px;height:7px;border-radius:50%;background:#8c6de6;position:absolute;left:0;top:12px}.quick-pills{display:flex;gap:14px;overflow-x:auto;padding:5px 0 12px}.quick-pills a{min-width:140px;background:rgba(255,255,255,.86);border:1px solid rgba(140,109,230,.16);border-radius:999px;padding:13px 18px;color:#2E2E3A}.quick-pills b{display:block;color:#8c6de6}.quick-pills span{display:block;font-size:13px;color:#66667A}.quick-pills a:hover{border-color:#8c6de6}.text-link{font-weight:800;color:#8c6de6}.review{font-size:15px;color:#55546c}.faq-item{padding:18px 0;border-bottom:1px solid rgba(140,109,230,.13)}.faq-item h3{margin:0 0 8px;font-size:18px}.notice{border-left:4px solid #8c6de6;padding:18px 20px;background:#fff;border-radius:16px;color:#55546c}.site-footer{background:#4B4A6B;color:#F3F2FB;margin-top:48px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:28px;padding:42px 22px}.footer-brand img{width:145px;max-height:52px;object-fit:contain;margin-bottom:14px}.site-footer h3{color:#fff;margin-top:0}.site-footer a{display:block;color:#F3F2FB;margin:7px 0}.site-footer p{color:#dddaf0}.footer-copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:16px;color:#dddaf0}.content-flow{display:grid;gap:24px}.content-card h2{margin-top:0}.mini-table{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.mini-table div{background:#F7F7FC;border-radius:16px;padding:16px;border:1px solid rgba(140,109,230,.12)}@media(max-width:980px){.desktop-header{display:none}.mobile-header{display:flex}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;height:58px;background:#fff;border-top:1px solid rgba(140,109,230,.16);display:grid;grid-template-columns:repeat(4,1fr);z-index:9997}.mobile-bottom a{display:flex;align-items:center;justify-content:center;color:#554B7A;font-weight:800}.mobile-bottom a:hover{color:#8c6de6}body{padding-bottom:62px}.banner-slider{height:280px;margin:18px 14px 26px}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}.grid-2,.hero-card{grid-template-columns:1fr}.hero-card{padding:24px}.hero-card h1,.page-hero h1{font-size:32px}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:30px 0}.container{padding:0 16px}}@media(max-width:560px){.banner-slider{height:210px;border-radius:18px}.slider-arrow{width:36px;height:36px;font-size:21px}.grid-4,.mini-table{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero-card h1,.page-hero h1{font-size:28px}.lead{font-size:16px}.zone-card img,.card img{height:150px}.hero-visual img,.content-img{max-height:230px}.quick-pills a{min-width:132px}.card,.zone-card,.info-card,.content-card{padding:20px}.mobile-logo img{width:112px}.mobile-register{padding:8px 10px}}
