* {
box-sizing: border-box;
}
html,
body {
margin: 0;
min-height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
html.drawer-open,
html.drawer-open body {
overflow: hidden;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
background: #EEF4FF url('bg.webp') center top / cover fixed no-repeat;
color: #35405A;
padding-top: 72px;
line-height: 1.78;
}
a {
color: inherit;
}
img {
max-width: 100%;
height: auto;
display: block;
}
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
background: rgba(255,255,255,0.94);
backdrop-filter: blur(12px);
box-shadow: 0 8px 24px rgba(126,140,255,0.16);
}
.header-inner {
max-width: 1280px;
margin: 0 auto;
min-height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
overflow: visible;
padding: 0 22px;
}
.brand-logo,
.drawer-logo,
.footer-logo {
display: inline-flex;
align-items: center;
text-decoration: none;
flex-shrink: 0;
}
.brand-logo img,
.drawer-logo img,
.footer-logo img {
max-width: 148px;
max-height: 46px;
object-fit: contain;
}
.nav-core {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: nowrap;
min-width: 0;
}
.nav-core a {
white-space: nowrap;
color: #35405A;
text-decoration: none;
font-size: 15px;
padding: 8px 9px;
border-radius: 999px;
}
.nav-core a:hover,
.nav-core a.active,
.more-dropdown a:hover,
.more-dropdown a.active,
.drawer-links a.active {
color: #8A7CFF;
background: rgba(138,124,255,0.08);
}
.header-actions {
display: flex;
align-items: center;
gap: 12px;
flex-shrink: 0;
}
.more-menu {
position: relative;
flex-shrink: 0;
}
.more-toggle {
border: 1px solid rgba(126,140,255,0.18);
background: #FFFFFF;
color: #35405A;
border-radius: 999px;
padding: 8px 16px;
font-size: 15px;
cursor: pointer;
white-space: nowrap;
}
.more-dropdown {
position: absolute;
right: 0;
top: calc(100% + 12px);
min-width: 220px;
background: #FFFFFF;
border: 1px solid rgba(126,140,255,0.18);
box-shadow: 0 18px 42px rgba(126,140,255,0.18);
z-index: 100000;
border-radius: 18px;
padding: 12px;
display: none;
grid-template-columns: 1fr;
gap: 3px;
}
.more-menu:hover .more-dropdown,
.more-menu.open .more-dropdown {
display: grid;
}
.more-dropdown a {
text-decoration: none;
color: #35405A;
padding: 9px 12px;
border-radius: 12px;
white-space: nowrap;
}
.main-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #A7C2FF 0%, #9D91FF 55%, #8B7BFF 100%);
color: #FFFFFF;
text-decoration: none;
border-radius: 999px;
padding: 10px 22px;
font-weight: 700;
box-shadow: 0 12px 28px rgba(138,124,255,0.26);
transition: transform .18s ease, box-shadow .18s ease;
white-space: nowrap;
border: 0;
}
.main-btn:hover {
transform: translateY(-2px);
box-shadow: 0 18px 32px rgba(138,124,255,0.32);
}
.mobile-menu-btn,
.mobile-logo {
display: none;
}
main {
position: relative;
z-index: 1;
}
.container,
.section,
.notice-bar,
.sub-hero,
.banner-slider {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
.banner-slider {
max-width: 1280px;
margin: 24px auto 30px;
border-radius: 18px;
background: #FFFFFF;
box-shadow: 0 14px 36px rgba(126,140,255,0.16);
overflow: hidden;
position: relative;
z-index: 1;
aspect-ratio: 16 / 6.4;
}
.slides,
.slide {
width: 100%;
height: 100%;
}
.slide {
position: absolute;
inset: 0;
opacity: 0;
transition: opacity .45s ease;
}
.slide.active {
opacity: 1;
position: relative;
}
.banner-slider img {
width: 100%;
height: 100%;
object-fit: contain;
background: #EEF4FF;
}
.slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 42px;
height: 42px;
border: 0;
border-radius: 50%;
background: rgba(255,255,255,0.82);
color: #8A7CFF;
font-size: 30px;
line-height: 1;
cursor: pointer;
box-shadow: 0 10px 22px rgba(126,140,255,0.18);
}
.slider-prev { left: 16px; }
.slider-next { right: 16px; }
.slider-dots {
position: absolute;
left: 0;
right: 0;
bottom: 14px;
display: flex;
justify-content: center;
gap: 8px;
}
.slider-dot {
width: 10px;
height: 10px;
border-radius: 50%;
border: 0;
background: rgba(126,140,255,0.34);
cursor: pointer;
}
.slider-dot.active {
width: 24px;
border-radius: 999px;
background: #8A7CFF;
}
.notice-bar {
margin-top: 0;
background: rgba(255,255,255,0.92);
border: 1px solid rgba(126,140,255,0.18);
box-shadow: 0 14px 36px rgba(126,140,255,0.12);
border-radius: 18px;
padding: 14px 20px;
display: flex;
gap: 12px;
align-items: center;
}
.notice-bar strong,
.eyebrow,
.badge,
.card .num {
color: #8A7CFF;
font-weight: 800;
}
.section {
padding: 54px 22px 0;
}
.section:first-child {
padding-top: 32px;
}
.section-head {
max-width: 820px;
margin-bottom: 24px;
}
h1,
h2,
h3,
.section-title {
color: #7E8CFF;
line-height: 1.25;
margin: 0 0 14px;
}
h1 {
font-size: clamp(32px, 5vw, 54px);
}
h2,
.section-title {
font-size: clamp(26px, 3.5vw, 38px);
}
h3 {
font-size: 22px;
}
p {
margin: 0 0 14px;
color: #68728A;
}
.lead {
font-size: 18px;
color: #35405A;
}
.text-link {
color: #8A7CFF;
text-decoration: none;
font-weight: 700;
}
.text-link:hover {
text-decoration: underline;
}
.card,
.zone-card,
.info-card,
.review-card,
.faq-card {
background: rgba(255,255,255,0.92);
border: 1px solid rgba(126,140,255,0.18);
box-shadow: 0 14px 36px rgba(126,140,255,0.16);
border-radius: 22px;
}
.card,
.info-card,
.review-card,
.faq-card {
padding: 24px;
}
.grid-2,
.grid-3,
.grid-4,
.channel-grid,
.review-grid,
.faq-grid {
display: grid;
gap: 20px;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4,
.channel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.two-col {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
gap: 28px;
align-items: center;
}
.content-img,
.zone-card img,
.app-section img,
.banner-slider img {
max-width: 100%;
height: auto;
}
.content-img {
width: 100%;
max-height: 420px;
object-fit: contain;
background: #F4F8FF;
border-radius: 22px;
box-shadow: 0 14px 36px rgba(126,140,255,0.12);
padding: 8px;
}
.zone-card {
overflow: hidden;
}
.zone-card img {
width: 100%;
height: 230px;
object-fit: contain;
background: #F4F8FF;
padding: 10px;
}
.zone-card .zone-content {
padding: 24px;
}
.soft-panel {
background: linear-gradient(135deg, rgba(244,248,255,0.92), rgba(242,240,255,0.92));
border: 1px solid rgba(126,140,255,0.18);
border-radius: 26px;
padding: 30px;
box-shadow: 0 14px 36px rgba(126,140,255,0.12);
}
.tag-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 18px 0;
}
.tag-row span {
background: #F2F0FF;
color: #8A7CFF;
border: 1px solid rgba(126,140,255,0.18);
border-radius: 999px;
padding: 7px 12px;
font-size: 14px;
}
.sub-page {
padding-bottom: 64px;
}
.sub-hero {
margin-top: 28px;
padding: 42px 22px 0;
}
.sub-hero .soft-panel {
padding: 42px;
}
.page-section {
max-width: 1280px;
margin: 0 auto;
padding: 44px 22px 0;
}
.page-section .copy {
background: rgba(255,255,255,0.92);
border: 1px solid rgba(126,140,255,0.18);
border-radius: 24px;
padding: 30px;
box-shadow: 0 14px 36px rgba(126,140,255,0.12);
}
.check-list {
margin: 0;
padding: 0;
list-style: none;
display: grid;
gap: 14px;
}
.check-list li {
background: #F4F8FF;
border: 1px solid rgba(126,140,255,0.14);
border-radius: 18px;
padding: 16px 18px;
color: #35405A;
}
.check-list li strong {
color: #8A7CFF;
}
.faq-card h3,
.review-card h3,
.info-card h3,
.card h3 {
font-size: 20px;
}
.site-footer {
background: #27304A;
color: #EEF4FF;
margin-top: 64px;
padding: 44px 22px;
}
.footer-inner {
max-width: 1280px;
margin: 0 auto;
display: grid;
grid-template-columns: 1.3fr 1fr 1.1fr;
gap: 30px;
align-items: start;
}
.site-footer p,
.site-footer a {
color: #EEF4FF;
}
.footer-links {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.footer-links a {
text-decoration: none;
background: rgba(255,255,255,0.08);
padding: 10px 12px;
border-radius: 12px;
}
.mobile-drawer,
.drawer-mask {
z-index: 100000;
}
.drawer-mask {
position: fixed;
inset: 0;
background: rgba(39,48,74,0.42);
opacity: 0;
pointer-events: none;
transition: opacity .22s ease;
}
.drawer-mask.show {
opacity: 1;
pointer-events: auto;
}
.mobile-drawer {
position: fixed;
top: 0;
left: 0;
width: min(84vw, 340px);
height: 100vh;
background: #FFFFFF;
box-shadow: 16px 0 36px rgba(39,48,74,0.22);
transform: translateX(-105%);
transition: transform .24s ease;
padding: 18px;
overflow-y: auto;
}
.mobile-drawer.open {
transform: translateX(0);
}
.drawer-head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 18px;
}
.drawer-close {
width: 36px;
height: 36px;
border: 0;
border-radius: 50%;
background: #F2F0FF;
color: #8A7CFF;
font-size: 26px;
cursor: pointer;
}
.drawer-links {
display: grid;
gap: 8px;
}
.drawer-links a {
text-decoration: none;
color: #35405A;
background: #F4F8FF;
border: 1px solid rgba(126,140,255,0.12);
border-radius: 14px;
padding: 12px 14px;
}
.mobile-quick {
display: none;
}
@media (max-width: 1120px) {
.nav-core {
display: none;
}
.more-menu {
display: none;
}
.mobile-menu-btn,
.mobile-logo {
display: inline-flex;
}
.desktop-logo {
display: none;
}
.header-inner {
justify-content: space-between;
}
.mobile-menu-btn {
width: 42px;
height: 42px;
border: 0;
border-radius: 14px;
background: #F2F0FF;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
flex-shrink: 0;
}
.mobile-menu-btn span {
width: 20px;
height: 2px;
border-radius: 999px;
background: #8A7CFF;
}
.header-actions {
margin-left: 0;
}
.header-actions .more-menu { display: none; }
}
@media (max-width: 1024px) {
.grid-4,
.channel-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3,
.review-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-inner {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
body {
padding-top: 64px;
padding-bottom: 62px;
}
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.header-inner {
min-height: 64px;
padding: 0 14px;
gap: 10px;
}
.mobile-drawer,
.drawer-mask {
z-index: 100000;
}
.brand-logo img,
.drawer-logo img,
.footer-logo img {
max-width: 118px;
max-height: 38px;
}
.header-btn {
padding: 8px 15px;
font-size: 14px;
}
.mobile-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.banner-slider {
margin: 16px 12px 18px;
border-radius: 14px;
aspect-ratio: 16 / 8.4;
}
.slider-arrow {
width: 34px;
height: 34px;
font-size: 24px;
}
.notice-bar {
margin-left: 12px;
margin-right: 12px;
font-size: 14px;
flex-direction: column;
align-items: flex-start;
}
.section,
.page-section,
.sub-hero {
padding-left: 14px;
padding-right: 14px;
}
.two-col,
.grid-2,
.grid-3,
.grid-4,
.channel-grid,
.review-grid,
.faq-grid {
grid-template-columns: 1fr;
}
.sub-hero .soft-panel,
.soft-panel,
.page-section .copy {
padding: 22px;
}
.content-img {
max-height: 310px;
}
.zone-card img {
height: 200px;
}
.mobile-quick {
position: fixed;
left: 10px;
right: 10px;
bottom: 10px;
z-index: 99998;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
background: rgba(255,255,255,0.94);
box-shadow: 0 12px 30px rgba(126,140,255,0.18);
border: 1px solid rgba(126,140,255,0.18);
border-radius: 20px;
padding: 8px;
backdrop-filter: blur(12px);
}
.mobile-quick a {
text-align: center;
text-decoration: none;
color: #8A7CFF;
font-size: 13px;
font-weight: 700;
padding: 6px 0;
}
.site-footer {
padding-bottom: 92px;
}
}
@media (max-width: 420px) {
.header-btn {
padding: 7px 12px;
}
.mobile-menu-btn {
width: 38px;
height: 38px;
}
h1 {
font-size: 30px;
}
}
