*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#222;font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:#1E63D6}img{max-width:100%}.site-header{position:sticky;top:0;z-index:9999;width:100%;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(16,43,106,.08)}.header-inner{max-width:1180px;min-height:70px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}.site-logo,.drawer-logo,.footer-logo{display:inline-flex;align-items:center;text-decoration:none}.site-logo img{display:block;height:40px;width:auto;max-width:168px;object-fit:contain}.logo-placeholder{display:inline-flex;align-items:center;justify-content:center;min-width:128px;height:40px;padding:0 16px;border-radius:12px;background:#F2F6FF;color:#102B6A;font-weight:800}.logo-placeholder.light{background:rgba(255,255,255,.1);color:#fff}.nav-core{display:flex;align-items:center;justify-content:center;gap:2px;min-width:0}.nav-core a{color:#102B6A;padding:8px 11px;font-weight:700;text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent}.nav-core a.is-current,.nav-core a:hover{color:#E8212E;border-bottom:2px solid #1E63D6}.main-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;min-width:96px;padding:0 20px;background:linear-gradient(135deg,#E8212E 0%,#D91838 42%,#1E63D6 100%);color:#fff;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 12px 26px rgba(232,33,46,.22);white-space:nowrap}.mobile-menu-btn{display:none}.channel-bar{background:#F6F8FF;border-bottom:1px solid rgba(30,99,214,.12)}.channel-inner{max-width:1180px;margin:0 auto;padding:0 18px;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}.channel-inner::-webkit-scrollbar{display:none}.channel-inner a{flex:0 0 auto;padding:12px 10px;color:#5F6472;text-decoration:none;font-size:14px;white-space:nowrap}.channel-inner a:hover,.channel-inner a.is-current{color:#E8212E}.site-main{min-height:60vh}.shell{width:min(1180px,calc(100% - 36px));margin:0 auto}.reading{width:min(820px,calc(100% - 36px));margin:0 auto}.section{padding:56px 0}.section.compact{padding:36px 0}.section-soft{background:#F6F8FF}.page-head{padding:54px 0 30px;background:linear-gradient(180deg,#F6F8FF 0%,#fff 100%)}.eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#FFF3F4;color:#B90018;font-size:13px;font-weight:800}.breadcrumb{font-size:14px;color:#5F6472;margin-bottom:14px}.breadcrumb a{text-decoration:none}h1,h2,h3{color:#102B6A;margin-top:0}h1{font-size:clamp(28px,4vw,44px);line-height:1.2;margin-bottom:18px}h2{font-size:clamp(23px,3vw,32px);line-height:1.32;margin-bottom:16px}h3{font-size:19px;line-height:1.45;margin-bottom:8px}p,li{font-size:17px;line-height:1.82}.lead{max-width:820px;color:#5F6472;font-size:18px;line-height:1.82}.grid-2,.grid-3,.grid-4{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.info-card{background:#fff;border:1px solid rgba(30,99,214,.12);border-radius:16px;padding:24px;box-shadow:0 16px 40px rgba(16,43,106,.08)}.info-card.soft{background:#F2F6FF;box-shadow:none}.info-card.red{background:#FFF3F4;box-shadow:none}.media{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:14px;background:#F6F8FF;aspect-ratio:16/9}.media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center;display:block}.media-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#F2F6FF,#fff);border:1px dashed rgba(30,99,214,.22);border-radius:14px}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:34px}.split.reverse .visual{order:2}.split.reverse .copy{order:1}.note-line{border-left:4px solid #1E63D6;background:#F2F6FF;padding:16px 18px;border-radius:0 14px 14px 0;color:#37415d}.steps{counter-reset:step;display:grid;gap:16px;margin-top:22px}.step{position:relative;padding:20px 22px 20px 66px;background:#fff;border:1px solid rgba(30,99,214,.12);border-radius:16px}.step::before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:19px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#1E63D6;color:#fff;font-weight:800}.link-list{display:grid;gap:10px}.link-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:12px;background:#F6F8FF;text-decoration:none;font-weight:700}.link-list a::after{content:"→"}.tag-row{display:flex;flex-wrap:wrap;gap:10px}.tag-row a{padding:9px 12px;border-radius:999px;background:#F2F6FF;text-decoration:none;font-weight:700}.link-arrow{display:inline-flex;align-items:center;gap:6px;font-weight:800;text-decoration:none}.link-arrow::after{content:"→"}.hero-slider{position:relative;width:min(1180px,calc(100% - 36px));height:330px;margin:28px auto 0;overflow:hidden;border-radius:16px;background:#F6F8FF}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;pointer-events:none}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide .media{height:100%;aspect-ratio:auto;border-radius:0}.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#102B6A;font-size:24px;cursor:pointer;box-shadow:0 8px 24px rgba(16,43,106,.14)}.hero-prev{left:14px}.hero-next{right:14px}.hero-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:4;display:flex;gap:8px}.hero-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(16,43,106,.3);cursor:pointer}.hero-dot.is-active{background:#E8212E;transform:scale(1.15)}.home-mag{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr);gap:24px}.mag-feature{padding:26px;background:#fff;border:1px solid rgba(30,99,214,.12);border-radius:16px;box-shadow:0 16px 40px rgba(16,43,106,.08)}.mag-feature .media{margin-top:20px}.mag-stack{display:grid;gap:16px}.topic-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.topic-item{padding:22px;background:#fff;border:1px solid rgba(30,99,214,.12);border-radius:16px}.flash-note{padding:20px 24px;border-radius:16px;background:#102B6A;color:#fff}.flash-note p{margin:0;color:#fff}.app-strip{display:grid;grid-template-columns:1.35fr .65fr;gap:26px;align-items:center;padding:28px;border-radius:16px;background:#F2F6FF}.table-wrap{overflow-x:auto;border:1px solid rgba(30,99,214,.12);border-radius:16px}.simple-table{width:100%;border-collapse:collapse;min-width:620px}.simple-table th,.simple-table td{padding:14px 16px;border-bottom:1px solid rgba(30,99,214,.12);text-align:left;vertical-align:top}.simple-table th{background:#F6F8FF;color:#102B6A}.faq-list{display:grid;gap:18px}.faq-item{padding:22px;border:1px solid rgba(30,99,214,.12);border-radius:16px;background:#fff}.faq-item h2{font-size:20px;margin-bottom:10px}.mobile-drawer,.drawer-mask{display:none}.side-float{position:fixed;right:14px;top:32%;z-index:8000;display:grid;gap:8px;width:104px}.side-float a,.side-float button{display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px 10px;border:1px solid rgba(30,99,214,.16);border-radius:10px;background:#fff;color:#1E63D6;text-decoration:none;font-size:13px;font-weight:700;box-shadow:0 8px 22px rgba(16,43,106,.08);cursor:pointer}.side-float .float-primary{background:linear-gradient(135deg,#E8212E 0%,#D91838 42%,#1E63D6 100%);color:#fff;border:0}.site-footer{background:#071A46;color:#EAF0FF;padding:52px 0 94px}.footer-grid{width:min(1180px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:28px}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer-grid strong{color:#fff}.footer-grid a{color:#EAF0FF;text-decoration:none}.footer-grid p{font-size:15px;line-height:1.7}.footer-logo img{height:40px;width:auto;max-width:168px;object-fit:contain}.footer-bottom{width:min(1180px,calc(100% - 36px));margin:32px auto 0;padding-top:22px;border-top:1px solid rgba(234,240,255,.16);display:flex;justify-content:space-between;gap:24px;color:#C9D5F1}.footer-bottom p{font-size:13px;line-height:1.7;margin:0}.mobile-bottom{display:none}
@media(max-width:1100px){.side-float{display:none}.nav-core a{padding:8px 7px;font-size:14px}}
@media(max-width:980px){.channel-bar,.nav-core{display:none}.header-inner{min-height:64px;display:grid;grid-template-columns:1fr auto 1fr;gap:8px}.site-logo{justify-self:center}.site-logo img{height:36px;max-width:148px}.header-action{justify-self:end;height:40px;min-width:88px;padding:0 14px;font-size:14px}.mobile-menu-btn{display:inline-flex;justify-self:start;width:42px;height:42px;border:0;border-radius:12px;background:#F2F6FF;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0;cursor:pointer}.mobile-menu-btn span{display:block;width:18px;height:2px;background:#102B6A}.mobile-drawer{display:block;position:fixed;inset:0 auto 0 0;width:min(84vw,320px);background:#fff;z-index:12000;transform:translateX(-105%);transition:transform .2s ease;box-shadow:18px 0 40px rgba(16,43,106,.18);overflow-y:auto;padding-bottom:24px}.mobile-drawer.is-open{transform:translateX(0)}.drawer-mask{display:none;position:fixed;inset:0;background:rgba(7,26,70,.42);z-index:11000;opacity:0;pointer-events:none;transition:opacity .18s ease}.drawer-mask.is-visible{display:block;opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(30,99,214,.12)}.drawer-logo img{height:36px;width:auto;max-width:148px;object-fit:contain}.drawer-close{width:40px;height:40px;border:0;border-radius:50%;background:#F2F6FF;color:#102B6A;font-size:28px;cursor:pointer}.drawer-group{padding:16px 18px 0;display:grid;gap:4px}.drawer-group strong{color:#102B6A;font-size:13px;margin:4px 0 5px}.drawer-group a{padding:10px 11px;border-radius:10px;text-decoration:none;color:#222}.split,.home-mag,.app-strip{grid-template-columns:1fr}.split.reverse .visual,.split.reverse .copy{order:initial}.grid-4,.topic-band{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:9000;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid rgba(30,99,214,.12);box-shadow:0 -8px 24px rgba(16,43,106,.08);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{min-height:58px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#102B6A;font-size:14px;font-weight:700}.site-footer{padding-bottom:92px}}
@media(max-width:700px){.shell,.reading{width:min(100% - 28px,1180px)}.section{padding:38px 0}.section.compact{padding:28px 0}.page-head{padding:36px 0 22px}p,li{font-size:16px;line-height:1.78}.lead{font-size:17px}.grid-2,.grid-3{grid-template-columns:1fr}.topic-band,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-slider{width:calc(100% - 28px);height:180px;margin-top:18px}.hero-prev,.hero-next{width:36px;height:36px;font-size:20px}.mag-feature,.info-card,.topic-item{padding:19px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom p+p{margin-top:10px}}
@media(max-width:430px){.header-inner{padding:0 12px}.header-action{min-width:82px;padding:0 12px}.site-logo img{height:32px;max-width:132px}.logo-placeholder{min-width:108px;height:34px;padding:0 10px}.topic-band,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.topic-item{padding:16px}.topic-item p{font-size:14px}.hero-slider{height:165px}}
@media(max-width:390px){.header-action{font-size:13px;min-width:78px;padding:0 10px}.mobile-menu-btn{width:38px;height:38px}.site-logo img{height:30px;max-width:124px}}
