:root{--bg:#f5f6f8;--surface:#ffffff;--soft:#eefaf5;--ink:#1f2430;--muted:#697386;--line:#e7e9ee;--brand:#20b486;--brand-dark:#169f78;--orange:#34c99a;--blue:#2d6cdf;--green:#20a36b;--shadow:0 12px 28px rgba(35, 43, 62, 0.08);--radius:6px;font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC","Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh;margin:0;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.55}#app{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto;width:100%}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}.site-header{position:sticky;top:0;z-index:30;background:linear-gradient(180deg,#f4fffb 0,rgba(255,255,255,.98) 100%);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.content-wrap,.header-main,.layout,.site-footer{width:min(1200px,calc(100% - 32px));margin:0 auto}.header-main{height:82px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.brand>strong{color:var(--brand);font-size:24px;font-weight:600;line-height:1;letter-spacing:0}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--orange));color:#fff;font-size:22px;font-weight:700}.brand-logo{width:42px;height:42px;object-fit:contain;border-radius:8px;background:#fff}.brand-copy{display:grid;line-height:1.2}.brand-copy strong{color:#20b486;font-size:24px;font-weight:700;letter-spacing:0}.desktop-nav{display:flex;align-items:center;gap:22px;flex:1;min-width:0;align-self:stretch}.desktop-nav a{position:relative;height:100%;display:inline-flex;align-items:center;padding:0 2px;color:#303846;font-size:16px;font-weight:500;white-space:nowrap;transition:color .18s ease}.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:17px;height:3px;border-radius:999px;background:var(--brand);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.desktop-nav .active,.desktop-nav a:hover{color:var(--brand)}.desktop-nav .active::after,.desktop-nav a:hover::after{transform:scaleX(1)}.header-tools{display:flex;align-items:center;gap:12px}.header-learn-link{position:relative;height:40px;display:inline-flex;align-items:center;flex:0 0 auto;padding:0 9px;color:#303846;font-size:15px;font-weight:500;white-space:nowrap;transition:color .18s ease}.header-learn-link span{line-height:1}.header-learn-link em{position:absolute;right:-11px;top:2px;min-width:25px;height:14px;padding:0 4px;border-radius:2px;background:#ff4d4f;color:#fff;font-size:10px;font-style:normal;font-weight:700;line-height:14px;text-align:center;transform:scale(.92)}.header-learn-link.active,.header-learn-link:hover{color:var(--brand)}.login-required-page{min-height:calc(100vh - 430px);display:grid;place-items:center;padding:72px 0}.login-required-card{width:min(520px,100%);padding:38px 42px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:center;box-shadow:0 16px 40px rgba(22,32,48,.08)}.login-required-card>span{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:4px;background:var(--soft);color:var(--brand);font-size:13px}.login-required-card h1{margin:18px 0 10px;color:var(--ink);font-size:24px;font-weight:500}.login-required-card p{margin-bottom:24px;color:var(--muted);line-height:1.8}.login-required-card div{display:flex;justify-content:center;gap:14px}.login-required-card .auth-submit,.login-required-card a{width:auto;min-width:112px;height:38px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0 18px;border-radius:6px;font-size:14px}.login-required-card a{border:1px solid var(--line);color:#303846;background:#fff}.search-box{width:316px;height:40px;display:flex;align-items:center;overflow:hidden;border:1px solid #d9d9d9;border-radius:var(--radius);background:#fff;color:var(--muted);transition:border-color .18s ease,box-shadow .18s ease}.search-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 2px rgba(32,180,134,.12)}.search-icon{position:relative;width:38px;height:100%;flex:0 0 38px}.search-icon::before{content:"";position:absolute;left:14px;top:12px;width:11px;height:11px;border:2px solid #8c8c8c;border-radius:50%}.search-icon::after{content:"";position:absolute;left:25px;top:25px;width:8px;height:2px;border-radius:999px;background:#8c8c8c;transform:rotate(45deg);transform-origin:left center}.search-box input{width:100%;min-width:0;height:100%;border:0;outline:0;background:0 0;color:var(--ink);font:inherit}.search-box input::placeholder{color:#bfbfbf}.search-box button{width:68px;height:100%;flex:0 0 68px;border:0;border-left:1px solid #d9d9d9;background:#fafafa;color:#303846;font:inherit;font-weight:500;cursor:pointer;transition:color .18s ease,background .18s ease}.search-box button:hover{background:#f5f5f5;color:var(--brand)}.account-entry{min-width:92px;height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:0;border-radius:var(--radius);background:var(--brand);color:#fff;font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}.account-entry.logged-in{min-width:0;max-width:150px;background:#eefaf5;color:var(--brand)}.account-menu{position:relative;display:inline-flex;align-items:center}.account-entry.logged-in span:last-child{overflow:hidden;text-overflow:ellipsis}.account-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:80;width:236px;padding:12px;border:1px solid #e8ecef;border-radius:14px;background:#fff;box-shadow:0 22px 52px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s}.account-dropdown::before{content:"";position:absolute;top:-10px;right:18px;width:100%;height:10px}.account-dropdown a{height:44px;display:flex;align-items:center;gap:10px;padding:0 11px;border-radius:10px;color:#303846;font-size:14px;font-weight:600;transition:color .16s ease,background .16s ease}.account-dropdown a:hover{background:#eefaf5;color:var(--brand)}.account-dropdown-head{display:flex;align-items:center;gap:11px;padding:4px 4px 12px;margin-bottom:8px;border-bottom:1px solid #edf1f3}.account-dropdown-head .account-avatar,.account-dropdown-head .account-avatar-fallback{width:38px;height:38px;flex-basis:38px}.account-dropdown-head span,.account-dropdown-head strong{display:block}.account-dropdown-head strong{max-width:150px;overflow:hidden;color:var(--ink);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.account-dropdown-head span{margin-top:2px;color:var(--muted);font-size:12px}.account-dropdown-list{display:grid;gap:4px}.account-dropdown-icon,.profile-menu-icon{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-dropdown-icon{padding:6px;box-sizing:content-box;border-radius:10px}.account-dropdown-icon--school,.profile-menu-icon--school{background:#eafaf3;color:#16a374}.account-dropdown-icon--major,.profile-menu-icon--major{background:#edf5ff;color:#2563eb}.account-dropdown-icon--answer,.profile-menu-icon--answer{background:#fff5e6;color:#f08a16}.account-dropdown-icon--wrong,.profile-menu-icon--wrong{background:#fff0f0;color:#e5484d}.account-menu:focus-within .account-dropdown,.account-menu:hover .account-dropdown{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.account-avatar,.account-avatar-fallback{width:24px;height:24px;flex:0 0 24px;border-radius:50%}.account-avatar{object-fit:cover}.account-avatar-fallback{display:grid;place-items:center;background:var(--brand);color:#fff;font-size:13px;font-weight:600}.menu-button,.mobile-nav{display:none}.mobile-nav-lock{overflow:hidden}.portal-top{padding:24px 0 18px;background:linear-gradient(180deg,#f4fffb 0,#fff 54%,#f5f6f8 100%)}.layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:16px}.portal-top .layout{height:390px;align-items:stretch}.banner-card,.category-panel,.module{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.category-panel{overflow:hidden}.portal-top .category-panel{display:flex;min-height:0;flex-direction:column}.category-panel h2{margin:0;padding:16px 18px;background:var(--brand);color:#fff;font-size:18px;font-weight:600}.portal-top .category-panel h2{flex:0 0 50px;display:grid;place-items:center;padding:0 18px;text-align:center}.portal-top .category-panel a{min-height:0;flex:1 1 0;gap:11px;padding:8px 16px}.portal-top .category-panel strong{font-size:15px}.portal-top .category-panel small{margin-top:1px;font-size:11px}.portal-top .category-panel .service-icon{width:38px;height:38px}.portal-top .category-panel .service-icon svg{width:21px;height:21px}.category-panel a{position:relative;display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid var(--line);transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.category-panel a:hover{z-index:1;background:#eefaf5;box-shadow:inset 4px 0 0 var(--brand),0 8px 18px rgba(32,180,134,.12);transform:translateX(4px)}.category-panel a:hover strong{color:var(--brand)}.category-panel a:hover .service-icon{box-shadow:0 8px 18px rgba(32,180,134,.22);transform:scale(1.06)}.category-panel a:last-child{border-bottom:0}.category-panel strong{display:block;font-size:16px;font-weight:600}.category-panel small{display:block;margin-top:2px;color:var(--muted);font-size:13px}.calendar-list span,.category-panel span,.material-grid span,.paper-list span,.product-list span{color:var(--muted)}.service-icon{flex:0 0 auto;display:grid;place-items:center;border-radius:10px;color:#fff;font-style:normal}.service-icon{width:38px;height:38px;transition:box-shadow .18s ease,transform .18s ease}.service-icon svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.icon-news{background:linear-gradient(135deg,#20b486,#34c99a)}.icon-school{background:linear-gradient(135deg,#2d6cdf,#4aa3ff)}.icon-major{background:linear-gradient(135deg,#14b8a6,#22c55e)}.icon-question{background:linear-gradient(135deg,#20a36b,#44c489)}.icon-material{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.icon-mall{background:linear-gradient(135deg,#f59e0b,#f97316)}.banner-card{position:relative;height:100%;min-height:0;overflow:hidden;background:#fff}.section-head span{display:inline-flex;margin-bottom:8px;color:var(--brand);font-size:13px;font-weight:600;text-transform:uppercase}.banner-slide,.banner-slide img,.banner-track{width:100%;height:100%}.banner-track{position:absolute;inset:0}.banner-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.banner-slide.active{opacity:1;z-index:1}.banner-slide img{width:100%;height:100%;object-fit:cover;object-position:center center;background:#fff}.banner-control{position:absolute;top:50%;z-index:3;display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:50%;color:#fff;background:rgba(0,0,0,.22);box-shadow:0 8px 20px rgba(0,0,0,.12);font-size:30px;line-height:1;cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .2s ease,background .2s ease,transform .2s ease}.banner-card:hover .banner-control,.banner-control:focus-visible{opacity:1}.banner-control:hover{background:rgba(0,0,0,.36);transform:translateY(-50%) scale(1.04)}.banner-control-prev{left:18px}.banner-control-next{right:18px}.banner-dots{position:absolute;z-index:2;left:50%;bottom:16px;display:flex;gap:8px;transform:translateX(-50%)}.banner-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.68);cursor:pointer}.banner-dots button.active{width:24px;border-radius:999px;background:#fff}.module-head,.panel-title,.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-title{margin-bottom:12px}.module-head h2,.panel-title h2,.section-head h2{margin:0;font-size:22px;line-height:1.25;font-weight:600}.module-head a,.panel-title a,.section-head a{color:var(--brand);font-size:13px;font-weight:500;white-space:nowrap}.module-head a::after,.panel-title a::after,.portal-column-head a::after,.portal-section-head a::after,.section-head a::after{content:">";display:inline-block;margin-left:5px;font-size:12px;transform:translateY(-1px)}.home-news{margin-top:6px;margin-bottom:18px}.home-news-list{display:grid;grid-template-columns:1.15fr 1fr;gap:12px}.home-news-item,.home-news-lead{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.home-news-lead{min-height:248px;display:grid;align-content:end;padding:22px;background:linear-gradient(135deg,rgba(240,68,56,.08),rgba(32,180,134,.1)),#fff}.home-news-lead span{width:fit-content;margin-bottom:12px;padding:4px 9px;border-radius:999px;background:var(--soft);color:var(--brand);font-size:12px;font-weight:600}.home-news-title-line{min-width:0;display:flex;align-items:baseline;gap:12px}.home-news-lead strong{flex:1;min-width:0;margin-bottom:0;color:var(--ink);font-size:22px;line-height:1.35}.home-news-lead p{margin-bottom:14px;color:var(--muted)}.home-news-item time,.home-news-lead time{color:var(--brand);font-size:13px;font-weight:600}.home-news-side{display:grid;gap:12px}.home-news-item{min-height:72px;display:grid;align-content:center;gap:8px;padding:14px 16px}.home-news-item strong{flex:1;min-width:0;color:var(--ink);font-size:16px;line-height:1.38}.exam-path{margin-top:4px;margin-bottom:20px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,rgba(240,68,56,.08),rgba(32,180,134,.08)),#fff;box-shadow:0 8px 20px rgba(35,43,62,.06)}.section-head{margin-bottom:14px}.path-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.path-grid a{position:relative;min-height:132px;padding:18px 16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden;box-shadow:0 10px 22px rgba(35,43,62,.06)}.path-grid a::after{content:"";position:absolute;right:-24px;bottom:-24px;width:82px;height:82px;border-radius:50%;background:rgba(32,180,134,.1)}.path-grid em,.path-grid span,.path-grid strong{display:block}.path-grid em{width:34px;height:34px;display:grid;place-items:center;margin-bottom:12px;border-radius:50%;background:#20b486;color:#fff;font-style:normal;font-weight:600}.path-grid strong{margin-bottom:6px;font-size:17px}.path-grid span{color:var(--muted);font-size:13px}.dual-grid,.main-grid{display:grid;gap:16px}.main-grid{grid-template-columns:minmax(0,1fr) 320px;margin-bottom:16px}.dual-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.lower-grid{align-items:start}.module{padding:20px}.module-head{margin-bottom:16px}.ant-home-card,.ant-module{border:1px solid #f0f0f0;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ant-home-card:hover{border-color:#d9d9d9;box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.ant-module{box-shadow:0 1px 2px rgba(0,0,0,.03)}.ant-module .module-head{margin:-2px -2px 18px;padding-bottom:14px;border-bottom:1px solid #f0f0f0}.ant-module .module-head h2{font-size:20px;font-weight:600}.ant-tagish{width:fit-content;min-height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid #bcebdd;border-radius:4px;background:#eefaf5;color:#169f78;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.ant-tagish.hot{border-color:#bcebdd;background:#eefaf5;color:#169f78}.home-news-lead .ant-tagish.hot.headline-mark{min-height:30px;padding:2px 15px 4px;border:0;border-radius:999px 999px 999px 4px;background:linear-gradient(135deg,#ff6b35 0,#ff3d2e 42%,var(--brand) 100%);color:#fff;font-family:KaiTi,STKaiti,FangSong,serif;font-size:20px;font-style:italic;font-weight:700;letter-spacing:0;line-height:1.1;box-shadow:0 9px 18px rgba(255,86,48,.2);transform:skewX(-8deg)}.ant-tagish.green{border-color:#b7eb8f;background:#f6ffed;color:#389e0d}.ant-carouselish{border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.ant-carouselish .banner-dots button{width:18px;height:3px;border-radius:999px;background:rgba(0,0,0,.22)}.ant-carouselish .banner-dots button.active{width:28px;background:var(--brand)}.home-news .module-head{margin-bottom:18px}.home-news-list{align-items:stretch;gap:16px}.home-news-lead{min-height:270px;padding:24px;background:linear-gradient(135deg,rgba(240,68,56,.08),rgba(22,119,255,.08)),#fff}.home-news-lead strong{display:block;margin:0;font-size:24px;font-weight:600}.home-news-side{gap:0;border:1px solid #f0f0f0;border-radius:8px;background:#fff}.home-news-item{min-height:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:15px 16px;border:0;border-bottom:1px solid #f0f0f0;border-radius:0}.home-news-item:first-child{border-radius:8px 8px 0 0}.home-news-item:last-child{border-bottom:0;border-radius:0 0 8px 8px}.home-news-item:hover{background:#fafafa}.home-news-item strong{overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.home-news-item time{color:#8c8c8c;white-space:nowrap}.home-card-grid{display:grid;gap:14px}.material-home-grid,.question-home-grid,.school-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.goods-home-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.school-home-card{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;min-height:122px;padding:14px}.school-home-card img{width:68px;height:68px;border:1px solid #f0f0f0;border-radius:8px;object-fit:contain;background:#fafafa}.goods-home-title,.material-home-card strong,.school-home-card strong{display:block;color:var(--ink);font-weight:400;line-height:1.38}.material-home-card p,.school-home-card p{margin:6px 0 8px;color:#8c8c8c;font-size:13px;line-height:1.45}.school-home-card span{display:flex;flex-wrap:wrap;gap:6px}.goods-home-card,.material-home-card,.question-home-card{padding:14px}.material-home-card,.question-home-card{display:grid;gap:10px;min-height:196px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.material-home-card:hover,.question-home-card:hover{border-color:rgba(32,180,134,.28);box-shadow:0 12px 28px rgba(32,180,134,.12);transform:translateY(-3px)}.goods-home-card{display:grid;grid-template-rows:auto minmax(42px,auto) auto;gap:10px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.goods-home-card:hover{border-color:rgba(32,180,134,.26);box-shadow:0 12px 28px rgba(32,180,134,.12);transform:translateY(-3px)}.material-home-card img,.question-home-card img{width:100%;height:128px;margin-bottom:12px;border:1px solid #f0f0f0;border-radius:8px;object-fit:contain;background:#fafafa}.question-home-card img{margin-bottom:0;object-fit:cover}.question-home-card strong{display:block;color:var(--ink);font-size:14px;font-weight:400;line-height:1.4}.question-home-card p{margin:0;color:#8c8c8c;font-size:13px}.material-home-card:hover strong,.question-home-card:hover strong{color:var(--brand)}.goods-home-media{display:block;overflow:hidden;border-radius:8px;background:#fafafa}.goods-home-card img{width:100%;aspect-ratio:1/1;display:block;object-fit:cover;transition:transform .22s ease}.goods-home-card:hover img{transform:scale(1.04)}.goods-home-title{font-size:13px;min-height:36px;line-height:1.4}.goods-home-title:hover{color:var(--brand)}.goods-home-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.goods-home-bottom span{color:#20b486;font-size:18px;font-weight:600}.goods-buy-button{flex:0 0 auto;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:var(--brand);color:#fff;font-size:13px;font-weight:500;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.goods-buy-button:hover{background:var(--brand-dark);color:#fff;box-shadow:0 8px 18px rgba(32,180,134,.22);transform:translateY(-1px)}.portal-board{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;margin-top:8px;margin-bottom:16px}.portal-column,.portal-goods-strip,.portal-main-news,.portal-resource-panel,.portal-side-box{border:1px solid #e7e9ee;border-radius:8px;background:#fff}.portal-goods-strip,.portal-main-news,.portal-resource-panel,.portal-side-box{padding:18px}.portal-side-box{background:linear-gradient(180deg,#fff 0,#f8fffc 100%)}.portal-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.portal-column-head h3,.portal-section-head h2{margin:0;color:#1f2430;font-size:20px;font-weight:600}.portal-column-head h3::before,.portal-section-head h2::before{content:"";display:inline-block;width:4px;height:16px;margin-right:8px;border-radius:999px;background:var(--brand);vertical-align:-2px}.portal-column-head a,.portal-section-head a{color:#697386;font-size:13px;font-weight:500;white-space:nowrap}.portal-column-head a:hover,.portal-section-head a:hover{color:var(--brand)}.portal-headline{display:block;margin-bottom:12px;padding:0 0 14px;border-bottom:1px dashed #e7e9ee}.portal-headline-title{display:flex;align-items:baseline;gap:10px;min-width:0}.portal-headline span{flex:0 0 auto;display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:6px;background:#eefaf5;color:#169f78;font-size:14px;font-weight:500}.portal-headline .portal-headline-mark{height:26px;padding:0 10px;border:0;border-radius:4px;background:var(--brand);color:#fff;font-family:inherit;font-size:15px;font-style:italic;font-weight:700;line-height:26px;box-shadow:none;transform:none}.portal-headline strong{flex:1;min-width:0;overflow:hidden;color:#1f2430;font-size:20px;line-height:1.42;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.portal-headline-title time{flex:0 0 auto;color:#8c8c8c;font-size:13px;white-space:nowrap}.portal-headline p{margin:10px 0 0;color:#697386;line-height:1.7}.portal-news-list{display:grid}.portal-news-row{display:grid;grid-template-columns:14px minmax(0,1fr) 58px;gap:10px;align-items:center;min-height:38px;border-bottom:1px dashed #eef0f4}.portal-news-row:last-child{border-bottom:0}.portal-news-row em{width:5px;height:5px;display:block;border-radius:50%;background:#c8ced8}.portal-news-row strong{overflow:hidden;color:#303846;font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.portal-news-row time{color:#8c8c8c;font-size:13px;text-align:right}.portal-news-row:hover strong{color:var(--brand)}.portal-step-list{position:relative;display:grid;gap:12px}.portal-step-list::before{content:"";position:absolute;top:28px;bottom:28px;left:27px;width:1px;background:linear-gradient(180deg,rgba(32,180,134,.36),rgba(32,180,134,.04))}.portal-step-list a{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;min-height:60px;padding:11px 12px;border:1px solid #e4f3ed;border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(35,43,62,.04);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.portal-step-list a:hover{border-color:rgba(32,180,134,.38);box-shadow:0 12px 26px rgba(32,180,134,.12);transform:translateY(-2px)}.portal-step-list em{width:40px;height:40px;display:grid;place-items:center;border:2px solid #d8f4eb;border-radius:12px;background:linear-gradient(135deg,#20b486,#34c99a);color:#fff;font-style:normal;font-weight:600;box-shadow:0 8px 16px rgba(32,180,134,.18)}.portal-step-list small,.portal-step-list strong{display:block}.portal-step-list strong{color:#1f2430;font-size:15px;font-weight:500}.portal-step-list small{margin-top:3px;color:#697386;font-size:13px}.portal-step-list a:hover strong{color:var(--brand)}.portal-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:16px}.portal-column{min-height:262px;padding:16px}.portal-column-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.portal-column-head h3{font-size:18px}.portal-resource-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:16px;margin-bottom:16px}.portal-school-marquee{position:relative;height:330px;overflow:hidden}.portal-school-marquee::after,.portal-school-marquee::before{content:"";position:absolute;left:0;right:0;z-index:2;height:22px;pointer-events:none}.portal-school-marquee::before{top:0;background:linear-gradient(180deg,#fff,rgba(255,255,255,0))}.portal-school-marquee::after{bottom:0;background:linear-gradient(0deg,#fff,rgba(255,255,255,0))}.portal-school-track{display:grid;animation:school-marquee-up 22s linear infinite}.portal-school-marquee:hover .portal-school-track{animation-play-state:paused}.portal-school-row{display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;align-items:center;padding:10px 0;border-bottom:1px dashed #eef0f4}.portal-school-row:last-child{border-bottom:0}.portal-school-row img{width:46px;height:46px;border:1px solid #f0f0f0;border-radius:8px;object-fit:contain;background:#fafafa}.portal-school-row small,.portal-school-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-school-row strong{color:#303846;font-weight:500}.portal-school-row small{color:#8c8c8c}@keyframes school-marquee-up{from{transform:translateY(0)}to{transform:translateY(-50%)}}.portal-paper-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 10px;border-bottom:1px dashed #eef0f4;border-radius:8px;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.portal-paper-row:last-child{border-bottom:0}.portal-paper-row strong{overflow:hidden;color:#303846;font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.portal-paper-row span{color:#8c8c8c;font-size:13px;white-space:nowrap}.portal-paper-row:hover{background:#f7fffb;box-shadow:0 8px 18px rgba(32,180,134,.1);transform:translateY(-2px)}.portal-paper-row:hover strong{color:var(--brand)}.portal-paper-row:hover span{color:var(--brand-dark)}.portal-goods-strip{margin-bottom:24px}.portal-goods-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.lead-news{display:grid;grid-template-columns:260px 1fr;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}.lead-news img{width:100%;height:156px;object-fit:cover;border-radius:var(--radius)}.lead-news span,.text-list span{color:var(--brand);font-size:13px;font-weight:600}.lead-news h3{margin:8px 0;font-size:22px}.lead-news p{margin-bottom:0;color:var(--muted)}.text-list{display:grid}.text-list a{display:grid;grid-template-columns:82px 1fr 54px;gap:10px;align-items:center;padding:13px 0;border-bottom:1px dashed var(--line)}.text-list a:last-child{border-bottom:0}.text-list time{color:var(--muted);text-align:right}.calendar-list{display:grid;gap:12px}.calendar-list a{display:grid;grid-template-columns:58px 1fr;gap:8px 12px;padding:13px;border-radius:var(--radius);background:#fafbfc}.calendar-list time{grid-row:span 2;display:grid;place-items:center;border-radius:var(--radius);background:var(--soft);color:var(--brand);font-weight:600}.filter-row,.tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.filter-row a,.filter-row span,.tabs button{height:30px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fafbfc;color:#424b5b;font:inherit;font-size:13px;font-weight:700}.tabs button.active{border-color:var(--brand);background:var(--soft);color:var(--brand)}.filter-row a.active{border-color:var(--brand);background:var(--soft);color:var(--brand)}.material-grid,.paper-list,.product-list,.school-list{display:grid;gap:12px}.material-grid a,.paper-list a,.product-list a,.school-list a{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.school-list a{padding:15px}.material-grid strong,.paper-list strong,.product-list strong,.school-list strong{display:block;margin-bottom:5px;font-size:16px}.school-list p{margin-bottom:7px;color:var(--muted)}.school-list span{color:var(--brand);font-size:13px;font-weight:600}.paper-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px}.paper-list span{white-space:nowrap}.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.material-grid a{min-height:102px;padding:16px}.product-list a{display:grid;grid-template-columns:116px 1fr;gap:14px;overflow:hidden}.product-list img{width:116px;height:116px;object-fit:cover}.product-list div{padding:14px 14px 14px 0}.product-list em{display:block;margin-top:8px;color:var(--brand);font-size:18px;font-style:normal;font-weight:600}.site-footer{display:grid;width:100%;max-width:none;margin-top:10px;padding:26px 0 22px;padding-left:max(16px,calc((100% - 1200px)/ 2));padding-right:max(16px,calc((100% - 1200px)/ 2));border-top:1px solid rgba(31,185,134,.24);background:radial-gradient(circle at 18% 0,rgba(31,185,134,.12),transparent 28%),linear-gradient(180deg,#2a2a2a 0,#202020 100%);color:rgba(255,255,255,.64)}main+.site-footer{width:100%}.footer-shell{display:grid;gap:18px;width:100%}.footer-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-content:space-between;gap:36px}.footer-content{display:grid;gap:10px;min-width:0}.footer-slogan{display:block;width:min(430px,100%);line-height:0;justify-self:start}.footer-slogan img{display:block;width:100%;height:auto;object-position:left center}.footer-brand-line{display:inline-flex;align-items:center;gap:12px;width:fit-content;padding:0;border:0;border-radius:0;background:0 0}.footer-logo{width:44px;height:44px;flex:0 0 auto;border-radius:10px;object-fit:contain;background:0 0}.footer-brand-line span{color:#fff;font-size:22px;font-weight:400;line-height:1.2}.footer-info{display:grid;gap:8px}.footer-bottom p,.footer-info p,.site-footer a{margin:0;color:rgba(255,255,255,.64);font-size:13px;font-weight:400;line-height:1.65}.footer-info a,.footer-info p{line-height:1.95}.footer-info p:first-child{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.site-footer a{display:inline-flex}.site-footer a:hover{color:#fff}.footer-side{display:grid;grid-template-columns:repeat(3,104px);align-items:start;justify-content:flex-end;gap:14px;flex:0 0 auto}.footer-qr{display:grid;justify-items:center;gap:9px;padding:0;border:0;border-radius:0;background:0 0;box-shadow:none}.footer-qr-box,.footer-qr-image{width:88px;height:88px;display:block;border-radius:0;background:0 0;object-fit:cover}.footer-qr span{margin:0;color:#fff;font-size:13px;font-weight:400;line-height:1.65}.footer-bottom{display:grid;gap:4px;justify-items:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom p{color:rgba(255,255,255,.54);font-size:12px;line-height:1.6;text-align:center}.footer-qr-box{display:grid;place-items:center;border:7px solid #111;color:#111;font-size:14px;font-weight:400}.footer-qr-image{object-fit:cover}@media (max-width:1160px){.header-main{gap:14px}.desktop-nav{gap:14px}.desktop-nav a{padding:0 1px;font-size:15px}.search-box{width:250px}.layout{grid-template-columns:220px minmax(0,1fr)}.loading-top{grid-template-columns:220px minmax(0,1fr)}.path-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-news-list{grid-template-columns:1fr}.home-news-lead{min-height:180px}.loading-news-grid{grid-template-columns:1fr}.portal-board,.portal-resource-grid{grid-template-columns:1fr}.portal-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.goods-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dual-grid,.main-grid{grid-template-columns:1fr}.footer-main{align-items:flex-start}}@media (max-width:820px){body,html{width:100%;overflow-x:hidden}.header-main{width:min(100% - 24px,1200px);height:64px;gap:8px}.brand{gap:8px}.brand>strong{font-size:22px}.content-wrap,.layout,.site-footer{width:calc(100% - 24px);max-width:calc(100% - 24px)}.desktop-nav,.header-tools{display:none}.search-box{display:none}.header-learn-link{margin-left:auto;padding:0 6px;font-size:14px}.header-learn-link em{right:-8px}.account-entry{min-width:84px;padding:0 10px}.menu-button{width:42px;height:42px;display:block;flex:0 0 42px;margin-left:0;border:1px solid var(--line);border-radius:var(--radius);background:#fff;cursor:pointer}.menu-button span{display:block;width:18px;height:2px;margin:5px auto;background:var(--ink)}.mobile-nav{position:fixed;inset:0;z-index:120;display:block;pointer-events:none}.mobile-nav[hidden]{display:none}.mobile-nav.open{pointer-events:auto}.mobile-nav-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.62);opacity:0;transition:opacity .18s ease}.mobile-nav.open .mobile-nav-backdrop{opacity:1}.mobile-nav-panel{position:absolute;inset:0;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr;gap:14px;padding:18px 18px 28px;background:rgba(255,255,255,.94);box-shadow:none;opacity:0;transform:scale(.98);transition:opacity .2s ease,transform .2s ease}.mobile-nav.open .mobile-nav-panel{opacity:1;transform:scale(1)}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line)}.mobile-nav-head strong{color:var(--ink);font-size:18px;font-weight:600}.mobile-nav-head button{width:36px;height:36px;border:0;border-radius:50%;background:#f4f7f6;color:#4a5568;font-size:24px;line-height:1;cursor:pointer}.mobile-nav-links{display:grid;align-content:start;gap:10px;padding-top:10px}.mobile-nav-links a{min-height:50px;display:flex;align-items:center;justify-content:center;padding:0 16px;border-radius:8px;background:rgba(255,255,255,.82);border:1px solid rgba(231,233,238,.9);color:#303846;font-size:16px;font-weight:600}.mobile-nav-links .active,.mobile-nav-links a:hover{background:var(--soft);color:var(--brand)}.portal-top{padding-top:14px}.layout,.lead-news,.loading-top,.product-list a{grid-template-columns:1fr}.ant-home-card,.ant-module,.goods-home-card,.home-card-grid,.material-home-card,.portal-board,.portal-category-grid,.portal-column,.portal-goods-strip,.portal-main-news,.portal-resource-grid,.portal-resource-panel,.portal-side-box,.portal-top,.question-home-card,.school-home-card{min-width:0}.banner-card{height:auto;min-height:190px}.portal-top .layout{height:auto}.portal-top .banner-card{order:1}.portal-top .category-panel{order:2}.portal-top .category-panel a,.portal-top .category-panel h2{flex:none}.portal-top .category-panel a{padding:12px 16px}.banner-control{width:32px;height:32px;font-size:24px;opacity:1}.banner-control-prev{left:10px}.banner-control-next{right:10px}.banner-dots{bottom:14px}.goods-home-grid,.loading-card-row,.material-grid,.material-home-grid,.path-grid,.portal-category-grid,.portal-goods-list,.school-home-grid{grid-template-columns:1fr}.footer-main{align-items:flex-start}.portal-goods-strip,.portal-main-news,.portal-resource-panel,.portal-side-box{padding:14px}.goods-home-bottom,.module-head,.portal-column-head,.portal-headline-title,.portal-section-head{min-width:0}.goods-home-title,.material-home-card strong,.module-head h2,.portal-column-head h3,.portal-headline strong,.portal-news-row strong,.portal-section-head h2,.portal-step-list strong,.question-home-card strong,.school-home-card strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-head h2,.portal-column-head h3,.portal-section-head h2{flex:1 1 auto}.portal-headline-title{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center}.portal-headline-title time{display:none}.portal-headline p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.portal-headline strong{font-size:20px}.portal-news-row{grid-template-columns:14px minmax(0,1fr)}.portal-news-row time{grid-column:2;text-align:left}.home-news-item{grid-template-columns:1fr auto}.school-home-card{grid-template-columns:56px minmax(0,1fr);gap:10px}.school-home-card img{width:56px;height:56px}.material-home-card p,.question-home-card p,.school-home-card p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.goods-home-bottom span{min-width:0;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.home-news-item .ant-tagish{grid-column:1/-1}.text-list a{grid-template-columns:72px 1fr}.text-list time{grid-column:2;text-align:left}.paper-list a{align-items:flex-start;flex-direction:column}.product-list img{width:100%;height:150px}.product-list div{padding:0 14px 14px}.site-footer{gap:24px}}.sub-hero{padding:32px 0;background:linear-gradient(180deg,#fff 0,#f5f6f8 100%);border-bottom:1px solid var(--line)}.sub-hero span{display:inline-flex;margin-bottom:8px;color:var(--brand);font-size:13px;font-weight:600;text-transform:uppercase}.sub-hero h1{margin-bottom:8px;font-size:34px;line-height:1.18}.sub-hero p{width:min(720px,100%);margin-bottom:0;color:var(--muted);font-size:16px}.top-filter{display:flex;align-items:flex-start;gap:22px;margin-top:26px;margin-bottom:16px;padding:20px 22px;border:1px solid rgba(32,180,134,.16);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.98),#fff),radial-gradient(circle at 0 0,rgba(32,180,134,.1),transparent 32%);box-shadow:0 14px 34px rgba(35,43,62,.08)}.top-filter.compact{margin-top:0}.top-filter>span{position:relative;flex:0 0 auto;min-width:76px;height:36px;display:inline-flex;align-items:center;padding-left:12px;color:var(--ink);font-size:15px;font-weight:500}.top-filter>span::before{content:"";position:absolute;left:0;width:4px;height:18px;border-radius:999px;background:var(--brand)}.top-filter>div{display:flex;flex:1;flex-wrap:wrap;gap:10px 12px}.top-filter a{min-height:36px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid #edf0f4;border-radius:999px;background:#f8fafb;color:#3d4654;font-size:14px;font-weight:400;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.top-filter a.active,.top-filter a:hover{border-color:rgba(32,180,134,.28);background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(32,180,134,.18);transform:translateY(-1px)}.material-browser{margin-top:22px;align-items:flex-start}[data-material-browser]{transition:opacity .18s ease}[data-material-browser].is-loading{opacity:.62;pointer-events:none}[data-mall-browser]{transition:opacity .18s ease}[data-mall-browser].is-loading{opacity:.62;pointer-events:none}.material-filter-panel{display:grid;gap:14px}.material-filter-panel .module-head{margin-bottom:0}.material-filter-panel .module-head span,.material-result-module .module-head span{color:var(--muted);font-size:13px}.material-filter-row{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;padding-top:14px;border-top:1px solid var(--line)}.material-filter-row>span{position:relative;padding-left:12px;color:var(--ink);font-size:14px;font-weight:600;line-height:34px}.material-filter-row>span::before{content:"";position:absolute;left:0;top:8px;width:4px;height:18px;border-radius:999px;background:var(--brand)}.material-filter-row>div{display:flex;flex-wrap:wrap;gap:10px}.material-filter-row a{min-height:34px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid #edf0f4;border-radius:999px;background:#f8fafb;color:#3d4654;font-size:14px;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.material-filter-row a.active,.material-filter-row a:hover{border-color:rgba(32,180,134,.28);background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(32,180,134,.18);transform:translateY(-1px)}.material-path{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:0 4px;color:var(--muted);font-size:13px}.material-path span{color:#7c8798}.material-path a{color:var(--brand);font-weight:600}.material-path i{color:#c2c8d2;font-style:normal}.material-list-layout{display:grid;gap:16px}.material-list-layout.has-fourth{grid-template-columns:220px minmax(0,1fr);align-items:start}.material-fourth-panel{position:sticky;top:96px;padding:16px}.material-fourth-panel .module-head{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--line)}.material-fourth-panel .module-head h2{font-size:16px}.material-fourth-list{display:grid;gap:8px;max-height:620px;overflow:auto;padding-right:4px;scrollbar-width:none;-ms-overflow-style:none}.material-fourth-list::-webkit-scrollbar{display:none}.material-fourth-list a{display:block;padding:10px 12px;border:1px solid transparent;border-radius:8px;background:#f8fafb;color:#3d4654;font-size:14px;line-height:1.45;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.material-fourth-list a.active,.material-fourth-list a:hover{border-color:rgba(32,180,134,.28);background:#eefaf5;color:var(--brand);transform:translateX(2px)}.material-list-card .news-card-body{padding-top:2px}.material-free-tag{width:fit-content;margin-top:14px;padding:5px 10px;border-radius:999px;background:rgba(32,180,134,.1);color:var(--brand);font-size:13px;font-style:normal;font-weight:600}.combined-filter{display:grid;gap:14px;margin-top:26px;margin-bottom:16px;padding:18px 22px;border:1px solid rgba(32,180,134,.16);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.98),#fff),radial-gradient(circle at 0 0,rgba(32,180,134,.1),transparent 32%);box-shadow:0 14px 34px rgba(35,43,62,.08)}.combined-filter.compact{margin-top:0}.combined-filter .filter-row{display:flex;align-items:flex-start;gap:22px}.combined-filter .filter-row>span{position:relative;flex:0 0 auto;min-width:76px;height:auto;display:inline-flex;align-items:center;padding:0 0 0 12px;border:0;border-radius:0;background:0 0;color:var(--ink);font-size:15px;font-weight:500}.combined-filter .filter-row>span::before{content:"";position:absolute;left:0;width:4px;height:18px;border-radius:999px;background:var(--brand)}.combined-filter .filter-row>div{display:flex;flex:1;flex-wrap:wrap;gap:10px 12px}.combined-filter a{min-height:36px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid #edf0f4;border-radius:999px;background:#f8fafb;color:#3d4654;font-size:14px;font-weight:400;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.combined-filter a.active,.combined-filter a:hover{border-color:rgba(32,180,134,.28);background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(32,180,134,.18);transform:translateY(-1px)}.page-main{margin-top:26px;margin-bottom:28px}.learning-tabs{width:fit-content;display:inline-flex;gap:4px;padding:5px;border:1px solid rgba(32,180,134,.16);border-radius:10px;background:#f4fbf8;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72)}.learning-tabs a{min-width:116px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:0;border-radius:7px;background:0 0;color:#506073;font-size:15px;font-weight:500;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.learning-tabs a.active,.learning-tabs a:hover{background:linear-gradient(135deg,#20b486,#139b76);color:#fff;box-shadow:0 8px 18px rgba(32,180,134,.22)}.learning-page{display:grid;gap:14px;margin-top:26px;margin-bottom:28px}.learning-page>.combined-filter{width:100%;max-width:none;margin:0}.learning-result-module{min-width:0}.learning-page.is-loading{opacity:.68;pointer-events:none;transition:opacity .18s ease}.news-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.page-left-stack{display:grid;gap:10px;min-width:0}.page-left-stack>.combined-filter,.page-left-stack>.top-filter{margin-bottom:0}.page-left-stack>.content-wrap{width:100%;max-width:none;margin-left:0;margin-right:0}.list-module{padding:18px}.list-module.is-loading{opacity:.58;pointer-events:none;transition:opacity .18s ease}.page-left-stack.is-loading{opacity:.68;pointer-events:none;transition:opacity .18s ease}.news-side{position:static;align-self:start;display:grid;gap:14px}.news-side .category-panel{padding:0}.category-panel.compact h2{padding:16px 18px;font-size:18px}.category-panel.compact a{min-height:62px;padding:12px 18px}.category-panel.compact strong{font-size:15px}.student-group-card{overflow:hidden;position:relative;display:grid;justify-items:center;gap:14px;padding:20px 18px 18px;border-color:rgba(32,180,134,.2);background:radial-gradient(circle at 16% 0,rgba(32,180,134,.18),transparent 34%),linear-gradient(180deg,#f2fff9 0,#fff 62%);text-align:center}.student-group-card::after{content:"";position:absolute;right:-34px;top:-34px;width:92px;height:92px;border-radius:50%;background:rgba(32,180,134,.1)}.student-group-card figure,.student-group-card p,.student-group-card>div{position:relative;z-index:1}.student-group-card em{display:inline-flex;align-items:center;height:22px;margin-bottom:8px;padding:0 9px;border-radius:999px;background:rgba(32,180,134,.12);color:var(--brand);font-size:11px;font-style:normal;letter-spacing:.6px}.student-group-card strong{display:block;color:var(--ink);font-size:20px;font-weight:500;line-height:1.25}.student-group-card span{display:block;margin-top:6px;color:var(--muted);font-size:13px}.student-group-card figure{margin:0;padding:10px;border:1px solid rgba(32,180,134,.16);border-radius:10px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.08)}.student-group-card img{width:142px;height:142px;border-radius:4px;object-fit:cover}.student-group-card p{margin:0;padding:8px 10px;border-radius:6px;background:rgba(32,180,134,.08);color:#356554;font-size:12px;line-height:1.45}.page-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;margin-top:24px;margin-bottom:28px}.side-filter{align-self:start;display:grid;gap:8px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.side-filter strong{padding:8px 8px 4px;color:var(--ink);font-size:14px}.side-filter a{display:block;padding:9px 10px;border-radius:var(--radius);color:#445066;font-weight:700}.side-filter a.active,.side-filter a:hover{background:var(--soft);color:var(--brand)}.card-stack{display:grid;gap:14px}.goods-card,.list-card,.paper-card,.school-result{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.list-card{display:grid;grid-template-columns:170px 1fr;gap:16px;padding:14px;overflow:hidden;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}.news-card-body{min-width:0;display:flex;flex-direction:column;padding-top:6px}.news-thumb-wrap{display:block;width:170px;height:108px;overflow:hidden;border-radius:var(--radius);background:#f8fafc}.list-card img{width:170px;height:108px;border-radius:var(--radius);object-fit:cover}.news-thumb{transition:transform .65s ease,filter .65s ease;will-change:transform}.school-news-list-card .news-thumb{object-fit:contain;background:#f8fafc}.list-card img.material-cover{object-fit:contain;background:#f8fafc;border:1px solid var(--line)}.goods-card strong,.list-card strong,.paper-card strong,.school-result strong{display:block;color:var(--ink);font-size:15px;line-height:1.35;font-weight:500}.news-card-body strong{font-size:16px;line-height:1.45;transition:color .24s ease,transform .24s ease}.list-card:hover{border-color:rgba(32,180,134,.32);box-shadow:0 14px 34px rgba(35,43,62,.09);transform:translateY(-2px)}.list-card:hover .news-thumb{filter:saturate(1.06) brightness(1.03);transform:scale(1.08)}.list-card:hover .news-card-body strong{color:var(--brand);transform:translateX(6px)}.list-card p{margin:8px 0;color:var(--muted)}.list-card-meta{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:auto;padding-top:14px;color:var(--muted);font-size:14px;line-height:1.5}.list-card span{color:var(--brand);font-size:13px;font-weight:600}.list-card .list-card-meta span{display:inline-flex;align-items:center;gap:6px;color:inherit;font-size:inherit;font-weight:400}.list-card-meta svg{width:16px;height:16px;flex:0 0 auto;fill:currentColor;color:#8a94a6}.school-result{display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;position:relative;overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background .22s ease}.school-result::before{content:"";position:absolute;inset:0;border-left:4px solid transparent;pointer-events:none;transition:border-color .22s ease}.school-result:hover{border-color:rgba(32,180,134,.42);background:linear-gradient(90deg,rgba(32,180,134,.055),#fff 42%);box-shadow:0 18px 42px rgba(15,23,42,.12);transform:translateY(-4px)}.school-result:hover::before{border-left-color:var(--brand)}.school-result img{width:88px;height:88px;object-fit:contain;border-radius:0;background:0 0;border:0;transition:transform .24s ease,filter .24s ease}.school-result:hover img{filter:saturate(1.08) brightness(1.03);transform:scale(1.06)}.school-result p{margin:6px 0;color:var(--muted)}.school-result-body{min-width:0}.school-result-body strong{transition:color .22s ease,transform .22s ease}.school-result:hover .school-result-body strong{color:var(--brand);transform:translateX(4px)}.school-result em{display:inline-flex;margin:0 6px 4px 0;padding:3px 8px;border-radius:999px;background:var(--soft);color:var(--brand);font-size:12px;font-style:normal;font-weight:600;transition:background .22s ease,color .22s ease}.school-result:hover em{background:rgba(32,180,134,.14)}.school-target-btn{height:34px;min-width:88px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border:1px solid var(--brand);border-radius:999px;background:var(--brand);color:#fff;font-size:14px;font-weight:400;white-space:nowrap;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.school-target-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.school-target-btn:hover{box-shadow:0 8px 18px rgba(32,180,134,.18);transform:translateY(-1px)}.school-result:hover .school-target-btn:not(.is-active){box-shadow:0 10px 20px rgba(32,180,134,.2);transform:translateY(-1px)}.school-target-btn.is-active{border-color:rgba(32,180,134,.24);background:var(--soft);color:var(--brand)}.school-target-btn.is-loading{opacity:.72;pointer-events:none}.major-browser{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px}.major-group-list{align-self:start;display:grid;gap:6px;max-height:calc(100vh - 150px);overflow:auto;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fafbfc;scrollbar-width:none;-ms-overflow-style:none}.major-group-list::-webkit-scrollbar{display:none}.major-group-list a{min-height:36px;display:flex;align-items:center;padding:8px 10px;border-radius:var(--radius);color:#445066;font-size:14px;line-height:1.35;transition:background .18s ease,color .18s ease,transform .18s ease}.major-group-list a.active,.major-group-list a:hover{background:#20b486;color:#fff;transform:translateX(2px)}.major-group-list a.active{background:#169f78}.major-category-list{display:grid;gap:10px}.major-category{padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.major-category h2{margin-bottom:12px;font-size:17px;font-weight:500}.major-subcategory+.major-subcategory{margin-top:18px;padding-top:16px;border-top:1px dashed var(--line)}.major-subcategory h3{margin-bottom:10px}.major-tags{display:flex;flex-wrap:wrap;gap:7px}.major-tags a,.major-tags span{min-height:32px;display:inline-flex;align-items:center;padding:6px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#424b5b;font-size:13px;line-height:1.35;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.major-tags a:hover{border-color:#169f78;background:#169f78;color:#fff;box-shadow:0 8px 18px rgba(32,180,134,.18);transform:translateY(-1px)}.major-search-result{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.major-search-result a{min-height:86px;display:grid;align-content:center;gap:8px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.major-search-result strong{color:var(--ink);font-size:15px;font-weight:500}.major-search-result span{color:var(--muted);font-size:13px}.search-page{display:grid;gap:16px;padding-top:22px;padding-bottom:32px}.search-summary{padding:22px 24px}.search-summary span{display:inline-flex;margin-bottom:8px;color:var(--brand);font-size:13px;font-weight:500}.search-summary h1{margin:0 0 8px;color:var(--ink);font-size:28px;line-height:1.25;font-weight:500}.search-summary p{margin:0;color:var(--muted);font-size:14px}.search-section{padding:18px}.major-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start;margin-top:24px;margin-bottom:30px}.major-detail-main{margin:0}.major-detail-main section+section{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.major-detail-main h2,.major-school-panel h2{margin-bottom:12px;font-size:19px;font-weight:500}.major-school-panel{padding:16px}.major-school-panel .school-result{grid-template-columns:1fr;align-items:start}.major-school-panel .school-result img{display:none}.compact-target-panel .school-result{min-height:112px;padding:18px 116px 18px 18px}.compact-target-panel .school-target-btn{position:absolute;top:14px;right:14px;z-index:2;height:28px;min-width:78px;padding:0 10px;gap:4px;font-size:12px}.compact-target-panel .school-target-btn svg{width:13px;height:13px}.paper-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.learning-paper-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.paper-card{min-height:0;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.paper-card:hover{border-color:rgba(32,180,134,.36);box-shadow:0 12px 28px rgba(35,43,62,.09);transform:translateY(-2px)}.paper-card img{width:100%;aspect-ratio:16/9;display:block;object-fit:cover;background:#f8fafc}.paper-card div{padding:14px 16px 16px}.learning-paper-card{min-height:158px;display:grid;align-content:space-between;gap:14px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.learning-paper-card:hover{border-color:rgba(32,180,134,.45);box-shadow:0 12px 28px rgba(32,180,134,.12);transform:translateY(-3px)}.learning-paper-card strong{color:var(--text);font-size:16px;line-height:1.5;font-weight:500}.learning-paper-card div{display:flex;flex-wrap:wrap;gap:8px}.learning-paper-card span{display:inline-flex;align-items:center;height:26px;padding:0 9px;border-radius:999px;background:var(--soft);color:var(--brand);font-size:13px}.learning-paper-card em{width:fit-content;min-width:104px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:6px;background:var(--brand);color:#fff;font-style:normal;font-size:15px;font-weight:500;box-shadow:0 10px 20px rgba(32,180,134,.18);transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.learning-paper-card:hover em{background:#139b76;box-shadow:0 12px 24px rgba(32,180,134,.24);transform:translateX(2px)}.paper-card span{display:block;margin-top:12px;color:var(--muted)}.learning-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.learning-course-card{overflow:hidden;display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;min-height:150px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.learning-course-card:hover{border-color:rgba(32,180,134,.45);box-shadow:0 12px 28px rgba(32,180,134,.12);transform:translateY(-3px)}.learning-course-card img{width:132px;height:122px;border-radius:8px;object-fit:cover;background:#f8fafc}.learning-course-card div{min-width:0;display:grid;align-content:start;gap:8px}.learning-course-card strong{color:var(--text);font-size:16px;line-height:1.45;font-weight:500;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.learning-course-card p{color:var(--muted);font-size:14px;line-height:1.55}.learning-course-card span{color:var(--brand);font-size:15px}.goods-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.goods-card{overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.goods-card:hover{border-color:rgba(32,180,134,.45);box-shadow:0 12px 28px rgba(32,180,134,.12);transform:translateY(-3px)}.goods-card img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .22s ease}.goods-card:hover img{transform:scale(1.04)}.goods-card strong{min-height:42px;max-height:42px;margin:12px 12px 8px;font-size:15px;line-height:1.4;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.goods-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 12px 14px;margin-top:auto}.goods-card-bottom span{color:var(--brand);font-size:18px;font-weight:600}.goods-card-bottom em{flex:0 0 auto;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:var(--brand);color:#fff;font-size:13px;font-style:normal;font-weight:500;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.goods-card:hover .goods-card-bottom em{background:var(--brand-dark);box-shadow:0 8px 18px rgba(32,180,134,.22);transform:translateY(-1px)}.detail-page{margin-top:8px;margin-bottom:30px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.detail-page h1{margin-bottom:12px;font-size:32px;line-height:1.24}.detail-meta{margin-bottom:18px;color:var(--muted)}.rich-text{color:#303846}.rich-text img{max-width:100%;height:auto}.rich-text p{margin-bottom:14px}.detail-cover{width:min(520px,100%);max-height:340px;margin-bottom:20px;border:1px solid var(--line);border-radius:var(--radius);object-fit:contain;background:#f8fafc}.ghost-button,.primary-action-inline{min-width:132px;height:38px;display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:0 18px;border-radius:var(--radius);font:inherit;font-weight:600;cursor:pointer}.primary-action-inline{border:1px solid var(--brand);background:var(--brand);color:#fff}.ghost-button{border:1px solid var(--line);background:#fff;color:var(--brand)}.typed-detail{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start;margin-top:12px;margin-bottom:34px}.typed-detail-news{grid-template-columns:minmax(0,1fr) 280px}.typed-detail-main{min-width:0;display:grid;gap:6px}.typed-detail-side{position:static;min-width:0}.detail-title-card{padding:24px 26px}.detail-title-card>span,.resource-detail-card>div>span,.school-detail-card>div>span{display:inline-flex;margin-bottom:10px;color:var(--brand);font-size:14px;font-weight:500}.detail-title-card h1,.resource-detail-card h1,.school-detail-card h1{font-size:28px;line-height:1.38;font-weight:500}.question-title-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.question-title-main{min-width:0}.question-title-card .question-download-button{margin-top:0}.detail-stat-row{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:16px;color:var(--muted);font-size:14px}.detail-stat-row em{display:inline-flex;align-items:center;gap:6px;font-style:normal}.detail-stat-row svg{width:18px;height:18px;fill:currentColor}.resource-detail-card,.school-detail-card{position:relative;display:grid;grid-template-columns:148px minmax(0,1fr);gap:22px;align-items:center;padding:24px}.school-detail-card>div:last-child{padding-right:132px}.school-detail-target{position:absolute;top:22px;right:22px;z-index:1}.school-detail-card-plain{grid-template-columns:minmax(0,1fr)}.school-detail-logo{width:148px;height:148px;display:grid;place-items:center}.school-detail-logo img{max-width:100%;max-height:100%;object-fit:contain}.school-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.school-detail-tags em{padding:4px 10px;border-radius:999px;background:var(--soft);color:var(--brand);font-style:normal;font-size:13px}.school-detail-card p{margin-top:12px;color:var(--muted)}.school-detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.school-detail-actions a,.school-detail-actions button{height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:4px;font-size:14px}.school-detail-actions button{border:1px solid var(--brand);background:var(--brand);color:#fff;font:inherit;cursor:pointer}.school-detail-actions .school-target-btn{gap:6px;border-radius:999px}.school-detail-actions a{border:1px solid rgba(32,180,134,.28);background:var(--soft);color:var(--brand)}.school-detail-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0;overflow:hidden}.school-detail-nav a{height:48px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-right:1px solid var(--line);color:#526078;font-size:15px;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.school-detail-nav a:last-child{border-right:0}.school-detail-nav a.active,.school-detail-nav a:hover{background:var(--soft);color:var(--brand);box-shadow:inset 0 -3px 0 var(--brand)}.school-detail-panel{position:relative;min-height:520px}.school-detail-panel::after,.school-guide-content::after,.school-major-content::after{content:"加载中...";position:absolute;inset:0;display:none;align-items:flex-start;justify-content:center;padding-top:90px;background:rgba(245,246,248,.62);color:var(--brand);font-size:14px;backdrop-filter:blur(1px)}.school-detail-panel.is-loading::after,.school-guide-content.is-loading::after,.school-major-content.is-loading::after{display:flex}.school-module{padding:24px}.school-module .module-head{margin-bottom:16px}.school-module .module-head h2{font-size:20px;font-weight:500}.school-guide-module,.school-major-module{display:grid;gap:18px}.school-sub-filter{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:start;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}.school-sub-filter>span{position:relative;padding-left:10px;color:var(--ink);font-size:15px;line-height:34px}.school-sub-filter>span::before{content:"";position:absolute;left:0;top:9px;width:3px;height:16px;border-radius:99px;background:var(--brand)}.school-sub-filter div{display:flex;flex-wrap:wrap;gap:8px 18px}.school-sub-filter a{height:34px;display:inline-flex;align-items:center;border-bottom:2px solid transparent;color:#526078;font-size:14px;transition:color .18s ease,border-color .18s ease}.school-sub-filter a.active,.school-sub-filter a:hover{border-color:var(--brand);color:var(--brand)}.school-guide-content,.school-major-content{position:relative;min-height:260px}.school-major-tree{display:grid;gap:14px}.school-major-group{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.school-major-group h3{margin:0;padding:13px 16px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(32,180,134,.1),rgba(255,255,255,0));color:var(--ink);font-size:16px;font-weight:500}.school-major-branches{display:grid}.school-major-branch{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;padding:13px 16px;border-bottom:1px dashed var(--line)}.school-major-branch:last-child{border-bottom:0}.school-major-branch h4{margin:0;color:#526078;font-size:14px;font-weight:500;line-height:32px}.school-major-branch div{display:flex;flex-wrap:wrap;gap:8px}.school-major-branch a{min-height:32px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid #e8edf1;border-radius:6px;background:#f8fafb;color:#3d4654;font-size:13px;transition:border-color .18s ease,background .18s ease,color .18s ease}.school-major-branch a:hover{border-color:rgba(32,180,134,.35);background:var(--soft);color:var(--brand)}.school-goods-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.school-goods-card{min-width:0;display:grid;gap:8px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.school-goods-card:hover{border-color:rgba(32,180,134,.35);box-shadow:0 12px 24px rgba(15,23,42,.07);transform:translateY(-2px)}.school-goods-card img{width:100%;aspect-ratio:1/1;border-radius:6px;object-fit:cover;background:#f8fafc}.school-goods-card strong{display:-webkit-box;overflow:hidden;min-height:40px;color:var(--ink);font-size:14px;line-height:1.45;font-weight:400;-webkit-line-clamp:2;-webkit-box-orient:vertical}.school-goods-card span{color:var(--brand);font-size:15px}.school-text-list{display:grid;gap:10px}.school-text-list button{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease}.school-text-list button:hover{border-color:rgba(32,180,134,.32);background:#fbfffd}.school-text-list strong{overflow:hidden;color:var(--ink);font-size:15px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.school-text-list time{color:var(--muted);font-size:13px}.resource-detail-card{grid-template-columns:180px minmax(0,1fr)}.resource-detail-card>img{width:180px;height:124px;border-radius:var(--radius);object-fit:cover;background:#f8fafc}.resource-detail-card .ghost-button{margin-top:18px}.major-detail-sections{display:grid;gap:12px}.major-title-hero{overflow:hidden;position:relative;background:linear-gradient(135deg,rgba(32,180,134,.12),rgba(255,255,255,0) 58%),#fff}.major-title-hero::after{content:"";position:absolute;right:-54px;top:-54px;width:170px;height:170px;border-radius:50%;background:rgba(32,180,134,.08)}.major-detail-section,.major-info-card{padding:22px 24px}.major-detail-section h2,.major-info-card h2{position:relative;margin-bottom:14px;padding-left:12px;color:var(--ink);font-size:20px;font-weight:500;line-height:1.35}.major-detail-section h2::before,.major-info-card h2::before{content:"";position:absolute;left:0;top:50%;width:4px;height:18px;border-radius:99px;background:var(--brand);transform:translateY(-50%)}.major-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.major-info-grid div{min-width:0;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#fbfdfc}.major-info-grid span{display:block;margin-bottom:6px;color:var(--muted);font-size:13px}.major-info-grid strong{color:var(--ink);font-size:16px;font-weight:500;line-height:1.5}.major-detail-section .rich-text{color:#3d4654;font-size:15px;line-height:1.85}.major-detail-section .rich-text p:last-child{margin-bottom:0}.detail-article{padding:26px}.article-neighbor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.article-neighbor-item{min-width:0;display:grid;gap:7px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#fbfdfc;transition:border-color .2s ease,background .2s ease,transform .2s ease}.article-neighbor-item:hover{border-color:rgba(32,180,134,.36);background:var(--soft);transform:translateY(-1px)}.article-neighbor-item em{color:var(--brand);font-size:13px;font-style:normal}.article-neighbor-item strong{overflow:hidden;color:var(--ink);font-size:15px;font-weight:400;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}.article-neighbor-item.disabled{background:#f8fafc;color:var(--muted)}.article-neighbor-item.disabled em,.article-neighbor-item.disabled strong{color:var(--muted)}.news-comments{padding:22px 24px 24px}.comment-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.comment-head h2{position:relative;padding-left:12px;color:var(--ink);font-size:20px;font-weight:500}.comment-head h2::before{content:"";position:absolute;left:0;top:50%;width:4px;height:18px;border-radius:99px;background:var(--brand);transform:translateY(-50%)}.comment-head span{color:var(--muted);font-size:13px}.comment-form{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfdfc}.comment-form textarea{width:100%;resize:vertical;min-height:78px;border:0;outline:0;background:0 0;color:var(--ink);font:inherit;line-height:1.6}.comment-form button{justify-self:end;height:34px;padding:0 16px;border:0;border-radius:5px;background:var(--brand);color:#fff;font:inherit;cursor:pointer}.comment-action-row button:disabled,.comment-form button:disabled{cursor:not-allowed;opacity:.62}.comment-list{display:grid;gap:18px;margin-top:22px}.comment-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line)}.comment-item:last-child{padding-bottom:0;border-bottom:0}.comment-item>img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:var(--soft)}.comment-body{min-width:0}.comment-meta{display:flex;align-items:center;gap:12px}.comment-meta strong{color:var(--ink);font-size:14px;font-weight:500}.comment-meta time{color:var(--muted);font-size:13px}.comment-body p{margin-top:8px;color:#3d4654;font-size:15px;line-height:1.7}.comment-action-row{display:flex;justify-content:flex-end;margin-top:8px}.comment-action-row button{display:inline-flex;align-items:center;gap:5px;border:0;background:0 0;color:var(--muted);font:inherit;font-size:13px;cursor:pointer}.comment-action-row button.active,.comment-action-row button:hover{color:var(--brand)}.comment-action-row svg{width:16px;height:16px;fill:currentColor}.comment-replies{display:grid;gap:8px;margin-top:10px;padding:10px 12px;border-radius:6px;background:#f8fafc}.comment-reply{color:#526078;font-size:14px;line-height:1.6}.comment-reply strong{margin-right:6px;color:var(--ink);font-weight:500}.detail-media{padding:22px}.detail-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.detail-media-grid figure{margin:0}.detail-media-grid img{width:100%;aspect-ratio:4/3;border:1px solid var(--line);border-radius:var(--radius);object-fit:contain;background:#f8fafc}.detail-media-grid figcaption{margin-top:6px;color:var(--muted);font-size:13px;text-align:center}.detail-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.detail-action-row button{height:34px;padding:0 14px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--brand);font:inherit;cursor:pointer}.question-audio-panel p{color:var(--muted);font-size:14px;line-height:1.7}.detail-fields{padding:22px}.online-answer{padding:28px}.typed-detail-learning-question{grid-template-columns:minmax(0,1fr);margin-top:18px}.typed-detail-learning-question .typed-detail-main{gap:0}.typed-detail-learning-question .online-answer{min-height:620px;padding:34px;overflow:hidden;border:1px solid rgba(32,180,134,.16);border-radius:10px;background:linear-gradient(180deg,rgba(32,180,134,.08),rgba(255,255,255,0) 180px),#fff;box-shadow:0 18px 44px rgba(15,23,42,.08)}.online-answer-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}.typed-detail-learning-question .online-answer-head{align-items:center;margin-bottom:18px;padding:0 0 20px;border-bottom-color:rgba(32,180,134,.16)}.online-answer-head span{display:block;margin-bottom:6px;color:var(--brand);font-size:14px}.typed-detail-learning-question .online-answer-head span{width:fit-content;padding:4px 10px;border-radius:999px;background:rgba(32,180,134,.12);font-size:13px}.online-answer-head h2{font-size:22px;line-height:1.35;font-weight:500}.typed-detail-learning-question .online-answer-head h2{color:var(--ink);font-size:28px}.online-answer-head em{color:var(--muted);font-style:normal;font-size:14px}.typed-detail-learning-question .online-answer-head em{min-width:102px;display:inline-flex;justify-content:center;padding:8px 12px;border-radius:999px;background:#fff;color:#445066;box-shadow:inset 0 0 0 1px rgba(32,180,134,.18)}.online-answer-form{display:grid;gap:16px}.answer-question{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.typed-detail-learning-question .answer-question{min-height:380px;padding:30px;border-color:rgba(32,180,134,.14);border-radius:10px;background:rgba(255,255,255,.92)}.answer-question:hover{border-color:rgba(32,180,134,.35);box-shadow:0 10px 24px rgba(15,23,42,.06);transform:translateY(-1px)}.answer-question.is-right{border-color:rgba(32,180,134,.55);background:#f4fffa}.answer-question.is-wrong{border-color:rgba(239,68,68,.45);background:#fff7f7}.answer-question.is-missing{border-color:rgba(245,158,11,.45);background:#fffaf0}.answer-question-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}.answer-question-title>em{flex:0 0 auto;min-width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--brand);color:#fff;font-style:normal;font-size:14px}.typed-detail-learning-question .answer-question-title>em{min-width:38px;height:38px;border-radius:10px;font-size:16px;box-shadow:0 8px 18px rgba(32,180,134,.2)}.answer-question-title span{display:inline-block;margin-bottom:6px;padding:3px 9px;border-radius:999px;background:var(--soft);color:var(--brand);font-size:13px}.answer-question-title h3{flex:1 1 auto;padding-top:1px;color:var(--text);font-size:17px;line-height:1.65;font-weight:500}.typed-detail-learning-question .answer-question-title h3{font-size:21px;line-height:1.72;font-weight:500}.answer-options{display:grid;gap:10px}.answer-option{min-height:44px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd;cursor:pointer;transition:border-color .2s ease,background .2s ease}.typed-detail-learning-question .answer-option{min-height:50px;padding:12px 14px;background:#fff}.answer-option:hover{border-color:rgba(32,180,134,.4);background:#f7fffb}.answer-option input{accent-color:var(--brand)}.answer-option strong{flex:0 0 auto;min-width:26px;color:var(--brand);font-weight:500}.answer-option span{min-width:0;flex:1;color:var(--text);line-height:1.55}.answer-option img{max-width:140px;max-height:90px;object-fit:contain;border-radius:6px;background:#fff}.answer-analysis{display:none;margin-top:14px;padding:14px;border-radius:8px;background:rgba(255,255,255,.72);color:var(--muted);line-height:1.7}.answer-question.is-missing .answer-analysis,.answer-question.is-right .answer-analysis,.answer-question.is-wrong .answer-analysis{display:block}.answer-analysis>span{display:block;margin-bottom:8px;color:var(--text)}.answer-result{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;padding:14px 16px;border-radius:var(--radius);background:var(--soft);color:var(--text)}.answer-result strong{color:var(--brand);font-size:18px;font-weight:500}.answer-result em,.answer-result span{color:var(--muted);font-style:normal}.answer-toolbar{display:flex;justify-content:flex-end;gap:10px;align-items:center;flex-wrap:wrap}.answer-toolbar .ghost-button,.answer-toolbar .primary-action-inline{margin-top:0}.detail-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-field-grid div{min-width:0;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfd}.detail-field-grid span,.detail-field-grid strong{display:block}.detail-field-grid span{margin-bottom:6px;color:var(--muted);font-size:13px}.detail-field-grid strong{color:var(--text);font-size:14px;font-weight:400;line-height:1.55;word-break:break-word}.goods-detail-extra{margin-top:-10px;margin-bottom:34px}.page-breadcrumb{display:flex;align-items:center;gap:8px;margin-top:22px;color:var(--muted);font-size:14px}.page-breadcrumb a{color:var(--text)}.page-breadcrumb a:hover{color:var(--brand)}.goods-detail{display:grid;grid-template-columns:420px 1fr;gap:20px;margin:0}.goods-detail-gallery{min-width:0}.goods-detail-gallery>img{width:100%;aspect-ratio:1/1;border-radius:var(--radius);object-fit:cover;background:#fff;border:1px solid var(--line)}.goods-detail-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px}.goods-detail-thumbs img{width:100%;aspect-ratio:1/1;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;background:#fff}.goods-detail-info{min-width:0;display:grid;align-content:start;gap:14px;padding-top:4px}.goods-detail h1{font-size:24px;line-height:1.42;font-weight:500}.goods-detail p{color:var(--muted)}.goods-detail strong{display:block;color:var(--brand);font-size:26px}.goods-detail-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:var(--muted);font-size:14px}.goods-detail-buy{width:132px;height:38px;display:inline-flex;align-items:center;justify-content:center;margin-top:4px;border:1px solid var(--brand);border-radius:4px;background:var(--brand);color:#fff;font:inherit;font-size:15px;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.goods-detail-buy:hover{background:var(--brand-dark);box-shadow:0 8px 18px rgba(35,181,139,.18);transform:translateY(-1px)}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px;margin-bottom:30px}.profile-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:18px;margin-top:28px;margin-bottom:34px}.profile-menu,.profile-panel{min-width:0}.profile-menu{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.profile-summary{display:grid;justify-items:center;gap:8px;padding:8px 0 18px;text-align:center;border-bottom:1px solid var(--line)}.profile-avatar{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#eefaf5;color:var(--brand);object-fit:cover;font-size:24px;font-weight:600}.profile-summary strong{max-width:100%;overflow:hidden;color:var(--ink);font-size:18px;text-overflow:ellipsis;white-space:nowrap}.profile-summary small{color:var(--muted);line-height:1.5}.profile-menu nav{display:grid;gap:8px;margin:16px 0}.logout-button,.profile-menu nav button{width:100%;height:46px;display:flex;align-items:center;gap:11px;padding:0 12px;border:1px solid transparent;border-radius:var(--radius);background:0 0;color:#4b5563;font:inherit;font-weight:600;text-align:left;cursor:pointer}.profile-menu nav button.active,.profile-menu nav button:hover{background:#eefaf5;color:var(--brand);border-color:#cdeee3}.profile-menu-icon{padding:7px;box-sizing:content-box;border-radius:10px;transition:background .18s ease,color .18s ease,transform .18s ease}.profile-menu nav button.active .profile-menu-icon,.profile-menu nav button:hover .profile-menu-icon{transform:translateY(-1px)}.logout-button{display:block;color:#ef4444;text-align:center;border-color:#fee2e2;background:#fff7f7}.profile-panel h1{margin-bottom:8px;font-size:26px}.profile-panel p{color:var(--muted)}.profile-record-list{display:grid;gap:12px;margin-top:18px}.profile-record-card{display:block;padding:15px 16px;border:1px solid var(--line);border-radius:var(--radius);background:#fafbfc;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.profile-record-card:hover{border-color:rgba(32,180,134,.28);box-shadow:0 10px 22px rgba(15,23,42,.06);transform:translateY(-1px)}.profile-record-card strong{display:block;color:var(--ink);font-size:16px;font-weight:600}.profile-record-card p{margin:7px 0 0;color:var(--muted);line-height:1.6}.profile-record-card span{display:inline-flex;margin-top:10px;color:var(--brand);font-size:13px;font-weight:600}.profile-empty{display:grid;justify-items:center;gap:10px;margin-top:18px;padding:34px 18px;border:1px dashed #dce4e8;border-radius:var(--radius);background:#fafdfb;text-align:center}.profile-empty span{width:42px;height:42px;border-radius:50%;background:#eefaf5}.profile-empty strong{color:var(--ink);font-size:17px}.profile-empty p{max-width:420px;margin:0}.profile-empty a,.profile-empty button{min-width:104px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:0;border-radius:var(--radius);background:var(--brand);color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.login-form{display:grid;gap:14px;margin-top:16px}.login-form label{display:grid;gap:7px;color:var(--muted);font-weight:400}.login-form label>span{color:#4b5563;font-size:14px;line-height:1.2}.login-form input{height:40px;padding:0 11px;border:1px solid #d9d9d9;border-radius:var(--radius);background:#fff;color:var(--ink);font:inherit;transition:border-color .18s ease,box-shadow .18s ease}.login-form input:hover{border-color:var(--brand)}.login-form input:focus{border-color:var(--brand);outline:0;box-shadow:0 0 0 2px rgba(32,180,134,.12)}.login-form input::placeholder{color:#bfbfbf}.login-form [data-login-status]{min-height:22px;color:var(--brand);font-size:13px;font-weight:400}.loading-state{margin-top:28px;min-height:360px}.home-loading{min-height:980px;padding:24px 0 30px}.loading-top{display:grid;grid-template-columns:240px minmax(0,1fr);gap:16px;margin-bottom:18px}.loading-line,.loading-list span,.loading-panel{position:relative;overflow:hidden;border-radius:8px;background:#eef0f4}.loading-line::after,.loading-list span::after,.loading-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);transform:translateX(-100%);animation:loading-shimmer 1.25s infinite}.loading-panel.side{height:326px}.loading-panel.banner{height:326px}.loading-module{min-height:330px;margin-bottom:18px;padding:20px;border:1px solid #f0f0f0;border-radius:8px;background:#fff}.loading-line{height:18px;margin-bottom:14px}.loading-line.title{width:160px;height:24px}.loading-line.short{width:48%}.loading-news-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:16px}.loading-panel.lead{height:252px}.loading-list{display:grid;gap:12px}.loading-list span{height:54px}.loading-card-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.loading-panel.card{height:188px}.loading-page{min-height:680px;padding-top:22px;padding-bottom:32px}.loading-filter-bar{display:flex;align-items:flex-start;gap:14px;margin-bottom:12px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 8px 20px rgba(35,43,62,.06)}.loading-line.filter-label{flex:0 0 82px;width:82px;height:30px;margin-bottom:0}.loading-filter-items{display:flex;flex:1;flex-wrap:wrap;gap:8px}.loading-filter-items span{position:relative;overflow:hidden;width:84px;height:30px;border-radius:999px;background:#eef0f4}.loading-card-skeleton::after,.loading-filter-items span::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);transform:translateX(-100%);animation:loading-shimmer 1.25s infinite}.loading-list-module{min-height:520px}.loading-card-grid{display:grid;gap:12px}.loading-card-grid.goods{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.loading-card-grid.paper{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.loading-card-skeleton{position:relative;overflow:hidden;display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.loading-card-skeleton.list,.loading-card-skeleton.school{grid-template-columns:128px minmax(0,1fr);align-items:center;min-height:112px}.loading-card-skeleton.paper{min-height:142px}.loading-card-skeleton.goods{min-height:250px}.loading-panel.thumb{width:100%;height:86px}.loading-card-skeleton.goods .loading-panel.thumb{height:150px}.loading-card-lines{display:grid;align-content:center;gap:12px}.loading-card-lines .loading-line{margin-bottom:0}.loading-detail-page{display:grid;gap:14px}.loading-line.detail-title{width:min(520px,70%);height:34px;margin-bottom:0}.loading-panel.detail-cover{width:min(520px,100%);height:220px}.loading-detail-body{min-height:320px;margin-bottom:0}.loading-profile-page{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px}.loading-profile-content,.loading-profile-menu{min-height:420px}@keyframes loading-shimmer{to{transform:translateX(100%)}}.app-modal[hidden],.auth-modal[hidden]{display:none}.site-toast{position:fixed;left:50%;top:96px;z-index:120;max-width:min(420px,calc(100vw - 32px));padding:10px 16px;border-radius:999px;background:rgba(17,24,39,.92);color:#fff;font-size:14px;line-height:1.5;opacity:0;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .2s ease,transform .2s ease;box-shadow:0 14px 34px rgba(15,23,42,.18)}.site-toast.show{opacity:1;transform:translate(-50%,0)}.site-toast.success{background:rgba(32,180,134,.96)}.site-toast.error{background:rgba(220,38,38,.94)}.app-modal,.auth-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:rgba(24,30,42,.42)}.app-modal-box,.auth-modal-box{position:relative;width:min(360px,100%);padding:28px;border-radius:8px;background:#fff;text-align:center;box-shadow:0 24px 64px rgba(24,30,42,.22)}.app-modal-box>button,.modal-close{position:absolute;top:14px;right:16px;z-index:2;width:28px;height:28px;border:0;border-radius:50%;background:0 0;color:#8c8c8c;font-size:22px;line-height:1;cursor:pointer}.modal-close:hover{background:#f5f5f5;color:#4b5563}.app-modal-box h3{margin-bottom:8px;font-size:22px}.app-modal-box p{color:var(--muted)}.qr-box{width:148px;height:148px;display:grid;place-items:center;margin:18px auto 0;border:10px solid #111827;border-radius:4px;color:var(--ink);font-weight:600;line-height:1.35}.qr-image{width:168px;height:168px;display:block;margin:18px auto 0;border-radius:4px;object-fit:cover}.platform-guide{position:fixed;right:max(72px,calc((100vw - 1200px)/ 4 - 31px));bottom:92px;z-index:60;width:62px;display:grid;gap:0;border:1px solid rgba(32,180,134,.16);border-radius:12px;background:rgba(255,255,255,.98);box-shadow:0 12px 32px rgba(15,23,42,.14);backdrop-filter:blur(8px)}.platform-close{position:absolute;top:-9px;right:-9px;width:20px;height:20px;display:grid;place-items:center;border:1px solid #e5e7eb;border-radius:50%;background:#fff;color:#8c8c8c;font-size:15px;line-height:1;cursor:pointer;box-shadow:0 6px 14px rgba(15,23,42,.1)}.platform-close:hover{color:var(--brand)}.platform-item{position:relative}.platform-action{width:60px;min-height:66px;display:grid;justify-items:center;align-content:center;gap:4px;padding:8px 4px;border:0;border-bottom:1px solid #eef0f4;background:0 0;color:#4b5563;cursor:pointer;transition:color .18s ease,background .18s ease}.platform-item:last-child .platform-action,.platform-item:last-of-type .platform-action{border-bottom:0}.platform-action:hover,.platform-item:hover .platform-action{background:#f4fffb;color:var(--brand)}.platform-item:nth-child(2) .platform-action{color:#17a57d}.platform-item:nth-child(3) .platform-action{color:#3378d8}.platform-item:nth-child(4) .platform-action{color:#f08a24}.platform-item:nth-child(2):hover .platform-action{background:#f1fffa}.platform-item:nth-child(3):hover .platform-action{background:#f2f7ff}.platform-item:nth-child(4):hover .platform-action{background:#fff7ef}.platform-action svg{width:25px;height:25px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.platform-action span{font-size:12px;line-height:1.1}.platform-popover{position:absolute;top:50%;right:calc(100% + 10px);width:130px;display:grid;justify-items:center;gap:8px;padding:10px;border:1px solid #e8ecef;border-radius:10px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.16);opacity:0;pointer-events:none;transform:translate(8px,-50%);transition:opacity .16s ease,transform .16s ease}.platform-popover::after{content:"";position:absolute;top:50%;right:-6px;width:10px;height:10px;border-top:1px solid #e8ecef;border-right:1px solid #e8ecef;background:#fff;transform:translateY(-50%) rotate(45deg)}.platform-item:focus-within .platform-popover,.platform-item:hover .platform-popover{opacity:1;pointer-events:auto;transform:translate(0,-50%)}.platform-qr,.platform-qr-placeholder{width:96px;height:96px;border-radius:6px}.platform-qr{object-fit:cover}.platform-qr-placeholder{display:grid;place-items:center;border:8px solid #111;color:#111;font-size:15px;font-weight:700}.platform-popover strong{color:#333;font-size:12px;font-weight:500}.back-top-rocket{position:absolute;left:50%;bottom:calc(100% + 12px);width:40px;height:58px;display:grid;place-items:start center;padding:0;border:0;background:0 0;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;filter:none;transform:translate(-50%,10px) scale(.62);transition:opacity .22s ease,transform .22s ease,filter .2s ease,visibility 0s linear .22s}.back-top-rocket.is-visible{opacity:1;visibility:visible;pointer-events:auto;filter:drop-shadow(0 8px 10px rgba(15, 23, 42, .14));transform:translate(-50%,0) scale(.9);transition-delay:0s;animation:rocket-float 2.4s ease-in-out infinite}.back-top-rocket:hover{filter:drop-shadow(0 12px 16px rgba(32, 180, 134, .24))}.back-top-rocket::after{content:"回顶部";position:absolute;top:50%;right:calc(100% + 10px);min-width:56px;padding:6px 9px;border-radius:999px;background:rgba(17,24,39,.9);color:#fff;font-size:12px;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(8px,-50%);transition:opacity .16s ease,transform .16s ease}.back-top-rocket:focus-visible::after,.back-top-rocket:hover::after{opacity:1;transform:translate(0,-50%)}.back-top-rocket.is-launching{animation:rocket-launch .72s ease-in forwards}.back-top-rocket svg{position:relative;z-index:1;width:38px;height:54px;display:block;overflow:visible}.rocket-body{fill:#fff;stroke:var(--brand);stroke-width:3.1;stroke-linejoin:round}.rocket-fin{fill:#e8fbf4;stroke:var(--brand-dark);stroke-width:2.8;stroke-linejoin:round}.rocket-window{fill:#def7ef;stroke:#169f78;stroke-width:2.8}.rocket-line,.rocket-shadow{fill:none;stroke:#169f78;stroke-width:2.7;stroke-linecap:round}.rocket-shadow{opacity:.35}.rocket-flame{position:absolute;left:50%;bottom:0;width:9px;height:12px;border-radius:50% 50% 48% 48%;background:linear-gradient(180deg,#fff4b8 0,#4fe0ae 46%,rgba(32,180,134,0) 100%);opacity:.62;transform:translateX(-50%) scaleY(.82);transform-origin:50% 0;animation:rocket-flame .52s ease-in-out infinite alternate}.back-top-rocket.is-launching .rocket-flame,.back-top-rocket:hover .rocket-flame{height:20px;opacity:.88}@keyframes rocket-float{0%,100%{transform:translate(-50%,0) scale(1)}50%{transform:translate(-50%,-7px) scale(1.02)}}@keyframes rocket-flame{from{transform:translateX(-50%) scaleY(.72) scaleX(.86)}to{transform:translateX(-50%) scaleY(1.08) scaleX(1.06)}}@keyframes rocket-launch{0%{opacity:1;transform:translate(-50%,0) scale(1)}42%{opacity:1;transform:translate(-50%,-30px) scale(1.08)}100%{opacity:0;transform:translate(-50%,-96px) scale(.82)}}.auth-modal-box{width:min(420px,100%);padding:0;overflow:hidden;border-radius:10px;text-align:left;box-shadow:0 18px 52px rgba(15,23,42,.18)}.auth-modal-head{padding:22px 28px 8px;text-align:center}.auth-modal-head h3{margin:0;color:#1f2430;font-size:20px;font-weight:600}.auth-modal-head p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.auth-form{margin:0;padding:14px 28px 28px}.auth-field{display:grid;gap:7px;margin-bottom:14px;color:#445066;font-size:13px;font-weight:400}.auth-field input{width:100%;height:40px;padding:0 12px;border:1px solid #d9d9d9;border-radius:var(--radius);background:#fff;color:var(--ink);font:inherit;outline:0;transition:border-color .18s ease,box-shadow .18s ease}.auth-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(32,180,134,.12)}.code-row{display:grid;grid-template-columns:minmax(0,1fr) 122px;gap:10px;align-items:end}.code-row .auth-field{margin-bottom:0}.code-row button{height:40px;border:1px solid var(--brand);border-radius:var(--radius);background:#fff;color:var(--brand);font:inherit;font-weight:500;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.code-row button:hover{background:#eefaf5}.code-row button:disabled{opacity:.55;cursor:not-allowed}.auth-agreement{display:flex;align-items:flex-start;gap:8px;margin:12px 0 2px;color:#667085;font-size:12px;line-height:1.6}.auth-agreement input{width:15px;height:15px;flex:0 0 15px;margin-top:2px;position:relative;appearance:none;border:1px solid #cfd8dc;border-radius:4px;background:#fff;cursor:pointer;transition:border-color .16s ease,background .16s ease}.auth-agreement input:checked{border-color:var(--brand);background:var(--brand)}.auth-agreement input:checked::after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-agreement a{color:var(--brand);font-weight:600}.auth-agreement a:hover{color:var(--brand-dark)}.auth-form [data-login-status]{min-height:22px;color:var(--brand);font-size:13px;font-weight:400}.auth-submit{width:100%;height:40px;margin-top:4px;border:0;border-radius:var(--radius);background:var(--brand);color:#fff;font:inherit;font-weight:500;cursor:pointer;box-shadow:0 4px 12px rgba(32,180,134,.22);transition:background .18s ease,box-shadow .18s ease}.auth-submit:hover{background:var(--brand-dark);box-shadow:0 6px 16px rgba(32,180,134,.28)}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:18px}.pager-numbers{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:6px}.pagination a,.pagination span{min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);font-style:normal;font-size:14px;font-weight:500}.pagination a{color:#526078;transition:border-color .18s ease,background .18s ease,color .18s ease}.pagination a:hover,.pagination span.active{border-color:rgba(32,180,134,.28);background:var(--soft);color:var(--brand)}.pagination .pager-arrow{min-width:68px}.pagination .disabled{color:#b6beca;cursor:not-allowed}.pagination .ellipsis{min-width:24px;padding:0 2px;border-color:transparent;background:0 0;color:#9aa4b2}.empty-state{padding:30px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);text-align:center}@media (max-width:980px){.footer-main{grid-template-columns:1fr}.footer-side{justify-content:flex-start}.account-grid,.goods-detail,.major-browser,.major-detail-layout,.news-page-layout,.page-layout,.profile-layout,.typed-detail,.typed-detail-news{grid-template-columns:1fr}.news-side{display:none}.typed-detail-side{position:static}.top-filter{flex-direction:column;gap:10px;margin-top:14px;padding:12px}.top-filter>span{height:auto}.combined-filter{margin-top:14px;padding:12px}.combined-filter .filter-row{display:grid;gap:10px}.combined-filter .filter-row>span{min-width:0;height:auto}.material-filter-row{grid-template-columns:1fr;gap:8px}.material-list-layout.has-fourth{grid-template-columns:1fr}.material-fourth-panel{position:static}.material-fourth-list{max-height:none}.side-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-field-grid,.detail-media-grid,.goods-grid,.learning-course-grid,.learning-paper-grid,.major-search-result,.paper-grid,.school-goods-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.platform-guide{display:none}.account-entry{min-width:74px;padding:0 10px;font-size:13px}.account-entry.logged-in{max-width:112px}.account-dropdown{right:-4px;width:min(236px,calc(100vw - 24px))}.auth-modal-box{width:min(100%,380px)}.auth-modal-head{padding:20px 20px 6px}.auth-form{padding:14px 20px 22px}.code-row{grid-template-columns:minmax(0,1fr) 104px}.profile-menu{padding:14px}.typed-detail-learning-question{width:min(100%,calc(100% - 20px))}.typed-detail-learning-question .online-answer{padding:18px}.typed-detail-learning-question .online-answer-head{align-items:flex-start;flex-direction:column;gap:12px}.typed-detail-learning-question .online-answer-head h2{font-size:22px}.typed-detail-learning-question .answer-question{padding:18px}.resource-detail-card,.school-detail-card{grid-template-columns:1fr}.school-detail-card>div:last-child{padding-right:108px}.school-detail-target{position:absolute;top:14px;right:14px;justify-self:auto}.school-detail-target .school-target-btn{height:30px;min-width:82px;padding:0 10px;gap:4px;font-size:12px}.school-detail-target .school-target-btn svg{width:13px;height:13px}.school-detail-nav{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.school-detail-nav::-webkit-scrollbar{display:none}.school-detail-nav a{flex:0 0 auto;min-width:92px;padding:0 12px;white-space:nowrap}.detail-title-card h1,.resource-detail-card h1,.school-detail-card h1{font-size:22px}.question-title-card{grid-template-columns:1fr}.question-title-card .question-download-button{justify-self:flex-start}.article-neighbor,.detail-field-grid,.detail-media-grid,.major-info-grid,.school-goods-grid{grid-template-columns:1fr}.school-major-branch{grid-template-columns:1fr;gap:8px}.school-major-branch h4{line-height:1.4}.school-text-list button{grid-template-columns:1fr;gap:4px}.learning-tabs{width:100%;flex-wrap:wrap}.learning-tabs a{flex:1 1 120px}.learning-course-grid,.learning-paper-grid{grid-template-columns:1fr}.learning-course-card{grid-template-columns:104px minmax(0,1fr)}.learning-course-card img{width:104px;height:96px}.footer-main,.footer-side{align-items:flex-start}.footer-slogan{font-size:22px}.footer-side{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.footer-qr-image{width:100%;max-width:80px;height:auto;aspect-ratio:1}.detail-page h1,.sub-hero h1{font-size:26px}.list-card,.school-result{grid-template-columns:1fr}.news-page-layout{margin-top:14px;margin-bottom:18px}.news-page-layout .page-left-stack{gap:12px}.news-page-layout .combined-filter{padding:14px;border-radius:8px}.news-page-layout .combined-filter .filter-row>div{gap:10px}.news-page-layout .combined-filter a{min-height:34px;padding:0 14px;font-size:14px}.news-page-layout .list-module{padding:12px;border-radius:8px}.news-page-layout .card-stack{gap:12px}.news-page-layout .list-card{gap:12px;padding:12px;border-radius:8px}.news-page-layout .news-thumb-wrap{width:100%;height:auto;aspect-ratio:16/9}.list-card img,.school-result img{width:100%;height:160px}.news-page-layout .list-card img.news-thumb{width:100%;height:100%}.news-page-layout .news-card-body{padding-top:0}.news-page-layout .news-card-body strong{display:-webkit-box;overflow:hidden;font-size:16px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-page-layout .list-card p{display:-webkit-box;overflow:hidden;margin:6px 0 0;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-page-layout .list-card-meta{gap:8px 14px;padding-top:12px;font-size:13px}.school-result img.school-logo{width:96px;height:96px;background:0 0;border:0;border-radius:0;object-fit:contain}.school-result{position:relative;padding:14px;padding-right:118px}.school-result .school-target-btn{position:absolute;top:12px;right:12px;z-index:2;height:30px;min-width:82px;padding:0 10px;gap:4px;font-size:12px;box-shadow:0 6px 14px rgba(32,180,134,.14)}.school-result .school-target-btn svg{width:13px;height:13px}.list-card img.material-cover{height:190px}.goods-grid,.major-search-result,.paper-grid,.side-filter{grid-template-columns:1fr}.detail-page{padding:20px}}