@charset "UTF-8";.st-nav{backdrop-filter:saturate(1.2) blur(10px);-webkit-backdrop-filter:saturate(1.2) blur(10px);background:hsla(0,0%,100%,.92);border:1px solid transparent;border-radius:0;left:0;position:fixed;right:0;top:0;transition:top .35s cubic-bezier(.16,1,.3,1),left .35s cubic-bezier(.16,1,.3,1),right .35s cubic-bezier(.16,1,.3,1),border-radius .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease,background-color .3s ease;z-index:1030}.st-nav-scrolled{background:hsla(0,0%,100%,.96);border-color:rgba(29,36,43,.12);border-radius:999px;box-shadow:0 2px 6px rgba(29,36,43,.05),0 14px 36px rgba(29,36,43,.1);left:max(14px,(100vw - 1120px)/2);right:max(14px,(100vw - 1120px)/2);top:10px}.st-nav-inner{align-items:center;display:flex;height:64px;justify-content:space-between;margin:0 auto;max-width:1080px;padding:0 24px;transition:height .35s cubic-bezier(.16,1,.3,1)}.st-nav-scrolled .st-nav-inner{height:54px;padding:0 26px}.st-nav-logo{align-items:baseline;cursor:pointer;display:flex;gap:9px}.st-nav-logo-main{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:19px;font-weight:900;letter-spacing:.02em}.st-nav-logo-dot{color:#ffb600;font-weight:900}.st-nav-logo-sub{color:#93a0ab;font-size:10.5px;letter-spacing:.2em}.st-nav-links{align-items:center;display:flex;gap:26px}.st-nav-item{padding:20px 0;position:relative}.st-nav-link{color:#5f6b76;cursor:pointer;font-size:14px;position:relative;transition:color .2s}.st-nav-link:hover{color:#1d242b}.st-nav-link-active{color:#1d242b}.st-nav-link::after{background:#4587d9;border-radius:1px;bottom:-7px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left center;transition:transform .3s cubic-bezier(.16,1,.3,1)}.st-nav-link-active::after,.st-nav-link:hover::after{transform:scaleX(1)}.st-nav-cta{align-items:center;background:#2d3e4c;border-radius:6px;box-shadow:inset 0 -2px 0 rgba(255,182,0,.9);cursor:pointer;display:inline-flex;min-height:36px;padding:0 20px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,background-color .25s}.st-nav-cta:hover{background:#24313d;box-shadow:inset 0 -2px 0 #ffb600,0 5px 12px rgba(29,36,43,.16);transform:translateY(-1px)}.st-nav-cta-text{color:#f2f5f8;font-size:13.5px;font-weight:700;letter-spacing:.06em}.st-nav-cta-item{padding:14px 0}.st-dropdown{animation:stDropIn .28s cubic-bezier(.16,1,.3,1);background:#fff;border:1px solid rgba(29,36,43,.12);border-radius:6px;box-shadow:0 2px 6px rgba(29,36,43,.05),0 14px 34px rgba(29,36,43,.1);display:none;min-width:240px;padding:10px;position:absolute;right:0;top:100%;z-index:1031}@keyframes stDropIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.st-nav-item.st-open .st-dropdown,.st-nav-item:hover .st-dropdown{display:block}.st-nav-item.st-open .st-dropdown-grid,.st-nav-item:hover .st-dropdown-grid{display:grid}.st-dropdown-item{align-items:baseline;border-radius:4px;cursor:pointer;display:flex;gap:18px;justify-content:space-between;padding:11px 12px;transition:background-color .2s}.st-dropdown-item:hover{background:rgba(69,135,217,.1)}.st-dropdown-title{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:14.5px;font-weight:700}.st-dropdown-sub{color:#93a0ab;font-size:11.5px;white-space:nowrap}.st-dropdown-grid{gap:2px;grid-template-columns:repeat(4,1fr);min-width:380px}.st-dropdown-type{border-radius:4px;cursor:pointer;padding:9px 6px;text-align:center;transition:background-color .2s}.st-dropdown-type:hover{background:rgba(69,135,217,.1)}.st-dropdown-code{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:14px;font-weight:900}.st-dropdown-cn{color:#93a0ab;display:block;font-size:10.5px;margin-top:2px}.st-nav-burger{cursor:pointer;display:none;flex-direction:column;gap:6px;padding:10px 4px}.st-burger-bar{background:#1d242b;border-radius:1px;height:2px;transition:transform .3s cubic-bezier(.16,1,.3,1);width:22px}.st-burger-x1{transform:translateY(4px) rotate(45deg)}.st-burger-x2{transform:translateY(-4px) rotate(-45deg)}.st-menu{animation:stDropIn .3s cubic-bezier(.16,1,.3,1);background:#fff;border-top:1px solid rgba(29,36,43,.12);box-shadow:0 24px 40px rgba(29,36,43,.12);display:flex;flex-direction:column;gap:4px;max-height:calc(100vh - 64px);overflow-y:auto;padding:18px 24px 26px}.st-menu-link{border-bottom:1px solid rgba(29,36,43,.12);color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:21px;font-weight:900;padding:10px 0}.st-menu-types{display:grid;gap:6px;grid-template-columns:repeat(4,1fr);padding-top:16px}.st-menu-type{border:1px solid rgba(29,36,43,.12);border-radius:2px;color:#5f6b76;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:14px;font-weight:700;padding:9px 0;text-align:center}@media (max-width:860px){.st-nav-links{display:none}.st-nav-burger{display:flex}}.st-nav-cta{overflow:hidden;position:relative}.st-nav-cta::before{background:linear-gradient(105deg,transparent,hsla(0,0%,100%,.5),transparent);bottom:0;content:"";left:-80%;pointer-events:none;position:absolute;top:0;transform:skewX(-18deg);transition:left .55s ease;width:55%}.st-nav-cta:hover::before{left:125%}.st-menu-funcs .st-menu-type{font-size:12.5px}.st-nav-logo-mark{align-self:center;flex:none;height:24px;width:34px}.st-nav-logo{align-items:center;gap:11px}.st-dropdown-lang{min-width:150px}.st-dropdown-item-on .st-dropdown-title{color:#4587d9}.st-menu-langs{display:flex;flex-wrap:wrap;gap:8px;padding-top:16px}.st-menu-lang{border:1px solid rgba(29,36,43,.12);border-radius:999px;color:#5f6b76;font-size:13px;padding:6px 14px}.st-menu-lang-on{background:#4587d9;border-color:#4587d9;color:#1d242b;font-weight:700}.st-dropdown-rule{background:rgba(29,36,43,.12);grid-column:1/-1;height:1px;margin:6px 0}.st-nav-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;border-bottom:1px solid hsla(0,0%,100%,.14)}.st-nav-overlay .st-nav-logo-mark{filter:brightness(0) invert(1)}.st-nav-overlay .st-nav-logo-main{color:#fff}.st-nav-overlay .st-nav-logo-dot{color:#ffb600}.st-nav-overlay .st-nav-link{color:hsla(0,0%,100%,.78)}.st-nav-overlay .st-nav-link:hover{color:#fff}.st-nav-overlay .st-nav-link-active{color:#fff}.st-nav-overlay .st-nav-link::after{background:#ffb600}.st-nav-overlay .st-nav-cta{background:#fff;box-shadow:none}.st-nav-overlay .st-nav-cta:hover{background:#ffb600;box-shadow:none}.st-nav-overlay .st-nav-cta-text{color:#2d3e4c}.st-nav-overlay .st-burger-bar{background:#fff}taro-button-core,taro-image-core,taro-input-core,taro-rich-text-core,taro-scroll-view-core,taro-text-core,taro-view-core{box-sizing:border-box}.taro_page,page{background:#fff;color:#1d242b;font-family:-apple-system,PingFang SC,Hiragino Sans GB,Source Sans Pro,Microsoft YaHei,sans-serif;font-size:15.68px;line-height:1.5em;-webkit-font-smoothing:antialiased}taro-button-core::after{border:none}@keyframes hmRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.hm-pressed{opacity:.82;transform:scale(.98);transition:opacity .12s cubic-bezier(.16,1,.3,1),transform .12s cubic-bezier(.16,1,.3,1)}.hm-skel{background:#f4f7fa;border-radius:4px;overflow:hidden;position:relative}.hm-skel::after{animation:hmShimmer 1.6s cubic-bezier(.16,1,.3,1) infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 50%,hsla(0,0%,100%,0));bottom:0;content:"";left:-60%;position:absolute;top:0;width:60%}@keyframes hmShimmer{to{transform:translateX(270%)}}*,*::after,*::before{box-sizing:border-box}#app,body,html{background:#faf8f3;margin:0;padding:0}.taro_page,.taro_router{background:#faf8f3}.lm-mask{align-items:center;background:rgba(29,36,43,.45);display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1200}.lm-dialog{background:#fff;border:1px solid rgba(29,36,43,.12);border-radius:4px;box-shadow:0 24px 60px rgba(29,36,43,.25);max-width:92vw;padding:30px 30px 26px;position:relative;text-align:center;width:380px}.lm-dialog::before{background:#4587d9;content:"";height:3px;left:0;position:absolute;top:0;width:48px}.lm-close{color:#93a0ab;cursor:pointer;font-size:26px;line-height:1;position:absolute;right:16px;top:10px}.lm-kicker{color:#4587d9;display:block;font-size:10.5px;letter-spacing:.38em;margin-bottom:10px}.lm-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:21px;font-weight:700;margin-bottom:16px}.lm-qr{align-items:center;display:flex;justify-content:center;min-height:340px}.lm-qr iframe{border:0}.lm-hint{color:#93a0ab;display:block;font-size:12px;line-height:1.8;margin-top:8px}.st-page{background:#fff;color:#1d242b;font-family:-apple-system,PingFang SC,Hiragino Sans GB,Source Sans Pro,Microsoft YaHei,sans-serif;min-height:100vh;position:relative;-webkit-font-smoothing:antialiased}.st-page .rv{opacity:0;transform:translateY(22px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.st-page .rv-in{opacity:1;transform:none}.st-page .rv-d1{transition-delay:.1s}.st-page .rv-d2{transition-delay:.2s}.st-page .rv-d3{transition-delay:.3s}@media (prefers-reduced-motion:reduce){.st-page .rv{opacity:1;transform:none;transition:none}}.st-page::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='2' type='fractalNoise'/%3E%3C/filter%3E%3Cpath d='M0 0h240v240H0z' filter='url(%23a)'/%3E%3C/svg%3E");content:"";inset:0;opacity:.035;pointer-events:none;position:fixed;z-index:60}.st-nav-spacer{height:64px}.st-page-flush .st-nav-spacer{height:0}.st-footer{background:#24313d;margin-top:90px;padding:48px 24px 56px;text-align:center}.st-footer-mark{color:#fff;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15px;font-weight:900;letter-spacing:.1em;margin-bottom:10px}.st-footer-claim{color:hsla(0,0%,100%,.55);display:block;font-size:12px;letter-spacing:.14em;margin-bottom:8px}.st-footer-text{color:hsla(0,0%,100%,.35);display:block;font-size:12px;letter-spacing:.06em}.st-section{margin:0 auto;max-width:780px;padding:72px 24px 0}.st-kicker{color:#4587d9;display:block;font-size:11px;letter-spacing:.4em;margin-bottom:14px}.st-h2{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:clamp(24px,3.6vw,32px);font-weight:700;margin-bottom:30px}.st-para{color:#5f6b76;display:block;font-size:15.5px;letter-spacing:.02em;line-height:2.1;margin-bottom:22px;text-align:justify}.st-btn{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;justify-content:center;min-height:46px;padding:0 32px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s}.st-btn-text{color:#1d242b;font-size:15.5px;font-weight:600;letter-spacing:.08em}.st-btn-gold{background:#2d3e4c;box-shadow:inset 0 -2px 0 rgba(255,182,0,.9)}.st-btn-gold .st-btn-text{color:#fff}.st-btn-gold:hover{background:#24313d;box-shadow:inset 0 -2px 0 #ffb600,0 6px 16px rgba(29,36,43,.16);transform:translateY(-1px)}.st-btn-gold:active{box-shadow:inset 0 -2px 0 rgba(255,182,0,.9);transform:translateY(1px)}.st-btn-ghost{border:1px solid rgba(29,36,43,.12)}.st-btn-ghost .st-btn-text{color:#5f6b76;font-weight:500}.st-btn-ghost:hover{border-color:rgba(29,36,43,.3);transform:translateY(-2px)}@media (max-width:768px){.st-section{padding:56px 22px 0}.st-footer{margin-top:64px}}.st-btn-gold{overflow:hidden;position:relative}.st-btn-gold::before{background:linear-gradient(105deg,transparent,hsla(41,38%,92%,.16),transparent);bottom:0;content:"";left:-80%;pointer-events:none;position:absolute;top:0;transform:skewX(-18deg);transition:left .55s ease;width:55%}.st-btn-gold:hover::before{left:125%}.st-footer-logo{display:block;height:44px;margin:0 auto 14px;opacity:.94;width:236px}@keyframes sthRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes sthKen{from{transform:scale(1.05)}to{transform:none}}.sth{background:#fff;color:#1d242b}.sth-hero{background:#0d141a;overflow:hidden;padding:112px 24px 168px;position:relative;text-align:center}@media (min-width:769px){.sth-hero{box-sizing:border-box;min-height:700px;padding:208px 24px 150px;text-align:left}}.sth-hero-photo{animation:sthKen 2.8s cubic-bezier(.16,1,.3,1) both;height:100%;inset:0;position:absolute;width:100%}@media (min-width:769px){.sth-hero-photo{left:22%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 22%);mask-image:linear-gradient(90deg,transparent,#000 22%);width:100%}}.sth-hero-photo img{height:100%;object-fit:cover;object-position:center 40%;width:100%}.sth-hero-shade{background:linear-gradient(180deg,rgba(13,20,26,.72),rgba(13,20,26,.46) 46%,rgba(13,20,26,.74));inset:0;position:absolute}@media (min-width:769px){.sth-hero-shade{background:linear-gradient(90deg,rgba(13,20,26,.92),rgba(13,20,26,.62) 38%,rgba(13,20,26,.18) 62%,rgba(13,20,26,.05))}}.sth-hero-content{margin:0 auto;max-width:880px;position:relative;z-index:1}@media (min-width:769px){.sth-hero-content{max-width:1180px}}.sth-eyebrow-row{align-items:center;animation:sthRise .9s cubic-bezier(.16,1,.3,1) .1s both;display:flex;gap:18px;justify-content:center;margin-bottom:30px}@media (min-width:769px){.sth-eyebrow-row{justify-content:flex-start}}.sth-eyebrow-rule{background:rgba(255,182,0,.55);display:none;flex:none;height:1px}@media (min-width:769px){.sth-eyebrow-rule{display:block;width:34px}}.sth-eyebrow{color:rgba(255,182,0,.92);display:block;font-size:11px;letter-spacing:.2em;white-space:nowrap}@media (min-width:769px){.sth-eyebrow{font-size:12px;letter-spacing:.34em}}.sth-h1{margin-bottom:30px}.sth-h1-line{animation:sthRise 1s cubic-bezier(.16,1,.3,1) both;color:#fff;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:40px;font-weight:900;line-height:1.26}.sth-h1-line:nth-child(1){animation-delay:.24s}.sth-h1-line:nth-child(2){animation-delay:.38s}.sth-h1-line:nth-child(3){animation-delay:.52s}@media (min-width:769px){.sth-h1-line{font-size:72px;letter-spacing:.02em;line-height:1.16}}.sth-h1-em{color:#ffb600;font-weight:900}.sth-sub{animation:sthRise .9s cubic-bezier(.16,1,.3,1) .68s both;color:hsla(0,0%,100%,.82);display:block;font-size:16px;line-height:1.9;margin:0 auto 40px;max-width:560px}@media (min-width:769px){.sth-sub{font-size:17px;margin:0 0 44px;max-width:440px}}.sth-cta-row{animation:sthRise .9s cubic-bezier(.16,1,.3,1) .82s both;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:22px}@media (min-width:769px){.sth-cta-row{justify-content:flex-start}}.sth-btn{align-items:center;border-radius:5px;cursor:pointer;display:inline-flex;height:54px;justify-content:center;padding:0 36px;transition:all .18s ease}.sth-btn-primary{background:#ffb600;box-shadow:0 8px 26px rgba(0,0,0,.35)}.sth-btn-primary:hover{background:#ffc42e;transform:translateY(-1px)}.sth-btn-primary-text{color:#33270a;font-size:16px;font-weight:700}.sth-btn-ghost{border:1px solid hsla(0,0%,100%,.55)}.sth-btn-ghost:hover{background:hsla(0,0%,100%,.08);border-color:#fff}.sth-btn-ghost-text{color:#fff;font-size:16px}.sth-foot{animation:sthRise .9s cubic-bezier(.16,1,.3,1) .96s both;color:hsla(0,0%,100%,.55);display:block;font-size:12.5px;letter-spacing:.06em}.sth-hero-caption{display:none}@media (min-width:769px){.sth-hero-caption{animation:sthRise 1.2s cubic-bezier(.16,1,.3,1) 1.3s both;bottom:34px;color:hsla(0,0%,100%,.42);display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:13px;letter-spacing:.4em;position:absolute;right:40px;z-index:1}}.sth-ticker{background:#2d3e4c;border-top:1px solid hsla(0,0%,100%,.06);overflow:hidden;padding:24px 0}@media (min-width:769px){.sth-ticker{padding:30px 0}}.sth-ticker-track{align-items:baseline;animation:sthTicker 56s linear infinite;display:flex;width:max-content}.sth-ticker-track:hover{animation-play-state:paused}@keyframes sthTicker{to{transform:translateX(-50%)}}.sth-ticker-item{align-items:baseline;cursor:pointer;display:flex;gap:12px}.sth-ticker-item:hover .sth-ticker-code{color:#ffb600}.sth-ticker-code{color:hsla(0,0%,100%,.94);font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:18px;font-weight:700;letter-spacing:.08em;transition:color .15s ease}.sth-ticker-cn{color:hsla(0,0%,100%,.48);font-size:12.5px;letter-spacing:.04em}.sth-ticker-dot{color:rgba(255,182,0,.55);font-size:14px;margin:0 26px}.sth-stats{border-bottom:1px solid rgba(29,36,43,.12);display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1120px;padding:56px 24px;row-gap:36px}@media (min-width:769px){.sth-stats{grid-template-columns:repeat(4,1fr);padding:78px 24px}}.sth-stat{text-align:center}@media (min-width:769px){.sth-stat + .sth-stat{border-left:1px solid rgba(29,36,43,.12)}}.sth-stat-n{color:#2d3e4c;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:34px;font-weight:900}@media (min-width:769px){.sth-stat-n{font-size:46px}}.sth-stat-l{color:#93a0ab;display:block;font-size:13px;letter-spacing:.08em;margin-top:8px}.sth-section{margin:0 auto;max-width:1120px;padding:72px 24px}@media (min-width:769px){.sth-section{padding:108px 24px}}.sth-kicker{color:#4587d9;display:block;font-size:11.5px;letter-spacing:.3em;margin-bottom:14px}.sth-h2{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:28px;font-weight:900}@media (min-width:769px){.sth-h2{font-size:40px}}.sth-lead{color:#5f6b76;display:block;font-size:15px;line-height:2;margin-top:20px}.sth-more{color:#2d3e4c;cursor:pointer;display:block;font-size:14px;margin-top:26px}.sth-more:hover{color:#4587d9}@media (min-width:769px){.sth-eight-grid{align-items:start;display:grid;gap:80px;grid-template-columns:5fr 7fr}}.sth-eight-head{margin-bottom:40px}@media (min-width:769px){.sth-eight-head{margin-bottom:0;position:sticky;top:100px}}.sth-eight-list{display:grid;gap:24px 64px}@media (min-width:769px){.sth-eight-list{gap:34px 72px;grid-template-columns:1fr 1fr}}.sth-func{align-items:baseline;cursor:pointer;display:flex;gap:18px}.sth-func:hover .sth-func-code{color:#4587d9}.sth-func:hover .sth-func-main{border-color:rgba(69,135,217,.45)}.sth-func-code{color:#2d3e4c;flex:none;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:30px;font-weight:900;letter-spacing:.01em;transition:color .15s ease;width:54px}.sth-func-main{border-bottom:1px solid rgba(29,36,43,.12);flex:1;min-width:0;padding-bottom:16px;transition:border-color .15s ease}.sth-func-head{align-items:baseline;display:flex;justify-content:space-between}.sth-func-name{color:#1d242b;font-size:15px;font-weight:700}.sth-func-no{color:#93a0ab;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:12px;letter-spacing:.1em}.sth-func-line{color:#5f6b76;display:block;font-size:13px;margin-top:5px}.sth-quote{background:#24313d;overflow:hidden;padding:78px 24px;position:relative;text-align:center}@media (min-width:769px){.sth-quote{padding:100px 24px}}.sth-quote-photo{filter:saturate(.5);height:100%;inset:0;opacity:.16;position:absolute;width:100%}.sth-quote-photo img{height:100%;object-fit:cover;object-position:center 62%;width:100%}.sth-quote-ghost{color:hsla(0,0%,100%,.045);font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:200px;left:50%;line-height:1;pointer-events:none;position:absolute;top:6px;transform:translateX(-50%)}.sth-quote-body{position:relative}.sth-quote-text{color:#f2f5f8;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:20px;font-weight:700;letter-spacing:.06em;line-height:1.9}@media (min-width:769px){.sth-quote-text{display:inline;font-size:30px}}.sth-quote-rule{background:#ffb600;height:3px;margin:30px auto 22px;position:relative;width:44px}.sth-quote-cite{color:hsla(0,0%,100%,.5);display:block;font-size:13px;letter-spacing:.2em;position:relative}.sth-tests-head{margin-bottom:48px;text-align:center}.sth-tests-head .sth-kicker{margin-bottom:12px}.sth-tests-grid{display:grid;gap:24px;margin:0 auto;max-width:880px}@media (min-width:769px){.sth-tests-grid{grid-template-columns:1fr 1fr}}.sth-card{background:#fff;border:1px solid rgba(29,36,43,.12);border-radius:8px;cursor:pointer;padding:34px 30px 26px;position:relative;transition:all .2s ease}.sth-card:hover{border-color:rgba(45,62,76,.5);box-shadow:0 14px 34px rgba(45,62,76,.1);transform:translateY(-3px)}.sth-card-tag{background:#ffb600;border-radius:3px;color:#3a2c00;font-size:11.5px;font-weight:700;left:28px;letter-spacing:.12em;padding:4px 12px;position:absolute;top:-11px}.sth-card-title{color:#2d3e4c;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:22px;font-weight:900;margin-bottom:14px}.sth-card-desc{color:#5f6b76;display:block;font-size:14px;line-height:1.9;min-height:78px}.sth-card-foot{align-items:center;border-top:1px solid rgba(29,36,43,.12);display:flex;justify-content:space-between;margin-top:22px;padding-top:18px}.sth-card-time{color:#93a0ab;font-size:12.5px}.sth-card-go{color:#4587d9;font-size:14px;font-weight:700}.sth-recover{border:1px solid rgba(29,36,43,.12);border-radius:8px;margin:24px auto 0;max-width:880px;padding:20px 28px;transition:border-color .18s ease}.sth-recover:hover{border-color:rgba(45,62,76,.3)}.sth-recover-head{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.sth-recover-title{color:#1d242b;font-size:14px}.sth-recover-toggle{color:#4587d9;font-size:13.5px;font-weight:700}.sth-recover-body{border-top:1px solid rgba(29,36,43,.12);margin-top:18px;padding-top:18px}.sth-recover-hint{color:#93a0ab;display:block;font-size:12.5px}.sth-recover-row{display:flex;margin-top:14px}.sth-recover-input{background:#fff;border:1px solid rgba(29,36,43,.12);border-radius:6px 0 0 6px;border-right:none;box-sizing:border-box;color:#1d242b;flex:1;font-size:14px;height:48px;padding:0 16px}.sth-recover-btn{align-items:center;background:#2d3e4c;border-radius:0 6px 6px 0;cursor:pointer;display:inline-flex;flex:none;height:48px;justify-content:center;padding:0 30px}.sth-recover-btn:hover{background:#24313d}.sth-recover-btn-text{color:#fff;font-size:14.5px;font-weight:700}.sth-mp{background:#f4f7fa;border-bottom:1px solid rgba(29,36,43,.12);border-top:1px solid rgba(29,36,43,.12)}.sth-mp-inner{display:flex;flex-direction:column;gap:18px;margin:0 auto;max-width:1120px;padding:34px 24px}@media (min-width:769px){.sth-mp-inner{align-items:center;flex-direction:row;justify-content:space-between}}.sth-mp-title{color:#2d3e4c;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:17px;font-weight:900}.sth-mp-text{color:#5f6b76;display:block;font-size:13.5px;margin-top:6px}.sth-mp-btn{align-items:center;align-self:flex-start;border:1px solid #2d3e4c;border-radius:5px;cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:0 26px;transition:all .15s ease}@media (min-width:769px){.sth-mp-btn{align-self:center}}.sth-mp-btn:hover{background:#2d3e4c}.sth-mp-btn:hover .sth-mp-btn-text{color:#fff}.sth-mp-btn-text{color:#2d3e4c;font-size:14px;transition:color .15s ease}.sth-mani{max-width:720px;text-align:center}.sth-mani-kicker{color:#b57f00}.sth-mani-body{margin-top:36px;text-align:left}.sth-mani-p{color:#3c4650;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15.5px;line-height:2.15;margin-bottom:26px}.sth-mani-sign{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:10px}.sth-mani-sign-text{color:#93a0ab;font-size:13px;letter-spacing:.06em}.sth-mani-seal{align-items:center;border:1.5px solid #2d3e4c;border-radius:4px;display:flex;height:40px;justify-content:center;width:40px}.sth-mani-seal-text{color:#2d3e4c;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:13px;font-weight:700;letter-spacing:.08em;writing-mode:vertical-rl}@media (prefers-reduced-motion:reduce){.sth-cta-row,.sth-eyebrow-row,.sth-foot,.sth-h1-line,.sth-hero-caption,.sth-hero-photo,.sth-sub,.sth-ticker-track{animation:none!important}}.st-quiz{margin:0 auto;max-width:680px;padding:0 24px}.st-quiz-status{align-items:center;display:flex;justify-content:center;min-height:46vh}.st-quiz-status-text{color:#93a0ab;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15px;letter-spacing:.3em}.st-quiz-start{padding-top:64px}.st-quiz-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:38px;font-size:clamp(30px,5.4vw,42px);font-weight:900;line-height:1.5;margin-bottom:12px}.st-quiz-subtitle{color:#93a0ab;display:block;font-size:15px;letter-spacing:.05em;margin-bottom:40px}.st-quiz-prose{color:#5f6b76;display:block;margin-bottom:48px}.st-quiz-prose p{color:#5f6b76;font-size:15.5px;letter-spacing:.02em;line-height:2.05;margin:0 0 20px;text-align:justify}.st-quiz-prose-p{color:#5f6b76;display:block;font-size:15.5px;letter-spacing:.02em;line-height:2.05;text-align:justify}.st-quiz-start-cta{align-items:center;display:flex;flex-wrap:wrap;gap:22px;padding-bottom:10px}.st-quiz-start-hint{color:#93a0ab;font-size:12.5px;font-variant-numeric:tabular-nums;letter-spacing:.14em}.st-quiz-quiz{padding-top:26px}.st-quiz-progress{align-items:center;background:#fff;display:flex;gap:14px;padding:18px 0 14px;position:sticky;position:-webkit-sticky;top:0;z-index:40}.st-quiz-h5 .st-quiz-progress{top:64px}.st-quiz-progress-track{background:rgba(29,36,43,.12);flex:1;height:2px}.st-quiz-progress-fill{background:#4587d9;height:2px;transition:width .5s cubic-bezier(.16,1,.3,1)}.st-quiz-progress-num{color:#93a0ab;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.1em;white-space:nowrap}.st-quiz-q{animation:stqIn .3s cubic-bezier(.16,1,.3,1) both;padding:40px 0 8px}@keyframes stqIn{from{opacity:0;transform:translateX(26px)}to{opacity:1;transform:none}}.st-quiz-no{color:#4587d9;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.12em;margin-bottom:16px}.st-quiz-question{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:23px;font-size:clamp(20px,3vw,26px);font-weight:700;line-height:1.9;margin-bottom:36px;text-align:left}.st-quiz-opts{display:flex;flex-direction:column;gap:12px}.st-quiz-opt{align-items:center;background:transparent;border:1px solid rgba(29,36,43,.12);border-radius:2px;cursor:pointer;display:flex;gap:16px;min-height:60px;padding:10px 20px;transition:border-color .25s,background-color .25s}@media (hover:hover){.st-quiz-opt:hover{background:rgba(69,135,217,.05);border-color:rgba(69,135,217,.6)}}.st-quiz-opt:active{transform:scale(.99)}.st-quiz-opt-checked{background:rgba(69,135,217,.07);border-color:#4587d9}.st-quiz-radio{align-items:center;border:1.5px solid rgba(29,36,43,.35);border-radius:50%;display:flex;flex:none;height:22px;justify-content:center;transition:border-color .2s,background-color .2s;width:22px}.st-quiz-opt-checked .st-quiz-radio{animation:stqPop .3s cubic-bezier(.16,1,.3,1);background:#4587d9;border-color:#4587d9}.st-quiz-radio-dot{background:#fff;border-radius:50%;height:8px;width:8px}@keyframes stqPop{0%{transform:scale(.8)}60%{transform:scale(1.12)}100%{transform:scale(1)}}.st-quiz-opt-text{color:#5f6b76;font-size:15.5px;letter-spacing:.02em;line-height:1.7}.st-quiz-opt-checked .st-quiz-opt-text{color:#1d242b}.st-quiz-back{color:#93a0ab;cursor:pointer;display:inline-block;font-size:13.5px;letter-spacing:.06em;margin-top:30px;transition:color .2s}.st-quiz-back:hover{color:#1d242b}.st-quiz-name{padding-top:96px;text-align:center}.st-quiz-name-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:25px;font-size:clamp(22px,3.4vw,28px);font-weight:900;line-height:1.6;margin-bottom:44px}.st-quiz-input{border-bottom:1px solid rgba(29,36,43,.12);margin:0 auto 46px;max-width:320px;padding:4px 0 10px;transition:border-color .3s cubic-bezier(.16,1,.3,1)}.st-quiz-input-focus{border-bottom-color:#4587d9}.st-quiz-input-el{background:transparent;border:none;color:#1d242b;font-size:17px;height:36px;letter-spacing:.04em;outline:none;text-align:center;width:100%}.st-quiz-input-el::placeholder{color:#93a0ab}.st-quiz-submit{align-items:center;background:#2d3e4c;border:none;border-radius:6px;box-shadow:inset 0 -2px 0 rgba(255,182,0,.9);color:#fff;cursor:pointer;display:inline-flex;font-size:15.5px;font-weight:600;justify-content:center;letter-spacing:.08em;line-height:1;min-height:50px;padding:0 40px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,background-color .25s;width:auto}.st-quiz-submit::after{border:none;display:none}@media (hover:hover){.st-quiz-submit:hover{background:#24313d;box-shadow:inset 0 -2px 0 #ffb600,0 6px 16px rgba(29,36,43,.16);transform:translateY(-2px)}}.st-quiz-submit:active{box-shadow:inset 0 -2px 0 rgba(255,182,0,.9);transform:translateY(1px)}.st-quiz-skip{color:#93a0ab;cursor:pointer;display:block;font-size:13.5px;letter-spacing:.1em;margin-top:24px;transition:color .2s}.st-quiz-skip:hover{color:#1d242b}.st-quiz-name-back{margin-top:40px}.st-quiz-submitting{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;min-height:52vh;padding-top:30px}.st-quiz-oct{animation:stqBreath 2.8s ease-in-out 1.2s infinite}.st-quiz-oct .oct-draw{animation:stqDraw 1.2s cubic-bezier(.16,1,.3,1) forwards;stroke-dasharray:400;stroke-dashoffset:400}@keyframes stqDraw{to{stroke-dashoffset:0}}@keyframes stqBreath{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.94)}}.st-quiz-submitting-text{color:#5f6b76;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:16px;letter-spacing:.34em}@media (max-width:768px){.st-quiz{padding:0 22px}.st-quiz-start{padding-top:40px}.st-quiz-subtitle{margin-bottom:32px}.st-quiz-prose{margin-bottom:40px}.st-quiz-start-cta{gap:18px}.st-quiz-start-cta .st-btn{max-width:340px;width:100%}.st-quiz-quiz{padding-top:0}.st-quiz-progress{padding:10px 0 8px}.st-quiz-q{padding-top:14px}.st-quiz-no{font-size:13px;margin-bottom:6px}.st-quiz-question{font-size:17px;line-height:1.7;margin-bottom:16px}.st-quiz-opts{gap:8px}.st-quiz-opt{gap:14px;min-height:50px;padding:7px 14px}.st-quiz-name{padding-top:56px}}@media (prefers-reduced-motion:reduce){.st-quiz-oct,.st-quiz-oct .oct-draw,.st-quiz-opt-checked .st-quiz-radio,.st-quiz-q{animation:none}.st-quiz-oct .oct-draw{stroke-dashoffset:0}.st-quiz-opt,.st-quiz-progress-fill,.st-quiz-submit{transition:none}}.st-quiz-em{color:#4587d9;font-weight:700}.st-quiz-login{align-items:center;border-bottom:1px solid rgba(29,36,43,.12);border-top:1px solid rgba(29,36,43,.12);display:flex;gap:20px;margin-top:34px;max-width:560px;padding:16px 2px;text-align:left}.st-quiz-login-text{color:#5f6b76;flex:1;font-size:13px;line-height:1.9}.st-quiz-login-btn{align-items:center;border:1px solid rgba(69,135,217,.45);border-radius:6px;cursor:pointer;display:inline-flex;flex:none;min-height:38px;padding:0 20px;transition:background-color .2s,border-color .2s}.st-quiz-login-btn:hover{background:rgba(69,135,217,.1);border-color:#4587d9}.st-quiz-login-btn-text{color:#4587d9;font-size:13px;font-weight:600;white-space:nowrap}@media (max-width:768px){.st-quiz-login{align-items:stretch;flex-direction:column;gap:12px}.st-quiz-login-btn{align-self:flex-start}}.sc-card{align-items:center;background:transparent;border-bottom:1px solid rgba(29,36,43,.12);border-radius:0;border-top:1px solid rgba(29,36,43,.12);display:flex;gap:28px;padding:30px 2px;position:relative}.sc-card::before{background:#4587d9;content:"";height:3px;left:0;position:absolute;top:-1px;width:48px}.sc-main{flex:1}.sc-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:20px;font-weight:700;margin-bottom:10px}.sc-text{color:#5f6b76;display:block;font-size:13.5px;line-height:1.9}.sc-actions{display:flex;flex:none;flex-direction:column;gap:10px}.sc-btn{align-items:center;background:transparent;border:1px solid rgba(29,36,43,.25);border-radius:999px;cursor:pointer;display:inline-flex;justify-content:center;min-height:42px;padding:0 22px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s}.sc-btn:hover{box-shadow:0 4px 10px rgba(29,36,43,.08);transform:translateY(-1px)}.sc-btn-gold{background:#1d242b;border-color:transparent;box-shadow:inset 0 -2px 0 rgba(255,182,0,.9)}.sc-btn-gold:hover{background:#24313d;box-shadow:0 6px 16px rgba(29,36,43,.16)}.sc-btn-gold .sc-btn-text{color:#f2f5f8}.sc-btn-text{color:#1d242b;font-size:13.5px;font-weight:600}.sc-mask{align-items:center;background:rgba(29,36,43,.45);bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:24px;position:fixed;right:0;top:0;z-index:1050}.sc-dialog{animation:scHelpIn .3s cubic-bezier(.16,1,.3,1);background:#fff;border:1px solid rgba(29,36,43,.12);border-radius:6px;box-shadow:0 2px 6px rgba(29,36,43,.06),0 24px 60px rgba(29,36,43,.22);max-width:100%;padding:34px 32px 30px;position:relative;text-align:center;width:400px}@keyframes scHelpIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.sc-close{color:#93a0ab;cursor:pointer;font-size:24px;line-height:1;padding:6px;position:absolute;right:16px;top:10px}.sc-close:hover{color:#1d242b}.sc-dialog-kicker{color:#4587d9;display:block;font-size:10.5px;letter-spacing:.4em;margin-bottom:10px}.sc-dialog-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:21px;font-weight:900;margin-bottom:14px}.sc-dialog-text{color:#5f6b76;display:block;font-size:13.5px;line-height:1.9;text-align:left}.sc-dialog-gold{color:#4587d9;font-weight:700}.sc-dialog-qr{border-radius:10px;height:180px;margin:20px auto 0;width:180px}.sc-dialog-note{color:#93a0ab;display:block;font-size:11.5px;letter-spacing:.14em;margin-top:12px}@media (max-width:768px){.sc-card{align-items:stretch;flex-direction:column;gap:18px;padding:24px 20px}.sc-actions{flex-direction:row}.sc-btn{flex:1;padding:0 10px}}.st-prose{display:block}.st-prose p{color:#5f6b76;display:block;font-size:15.5px;letter-spacing:.02em;line-height:2.1;margin:0 0 22px;text-align:justify}.st-prose .pr{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:1.125em;font-weight:700;line-height:2}.st-prose p:has(> .pr){border-left:3px solid #4587d9;margin-bottom:26px;padding-left:20px;text-align:left}.ts-img{background:#f4f7fa;border:1px solid rgba(29,36,43,.12);border-radius:4px;margin:26px auto 0;max-width:460px;overflow:hidden}.ts-img-el{display:block;height:auto!important;width:100%}.ts-quote{background:#2d3e4c;margin-top:84px;padding:88px 24px}.ts-quote-inner{align-items:center;display:flex;flex-direction:row-reverse;gap:30px;justify-content:center;margin:0 auto;max-width:780px}.ts-quote-mark{align-self:flex-start;color:#4587d9;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:72px;line-height:1}.ts-quote-body{display:flex;flex-direction:row-reverse;gap:24px;height:calc(var(--q-chars, 8)*32px + 8px)}.ts-quote-text{color:#f2f5f8;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:24px;font-weight:700;letter-spacing:.3em;writing-mode:vertical-rl}.ts-quote-cite{align-self:flex-end;color:hsla(41,38%,92%,.55);font-size:12.5px;letter-spacing:.26em;writing-mode:vertical-rl}.ts-figure-list{display:flex;flex-direction:column}.ts-figure{align-items:flex-start;border-top:1px solid rgba(29,36,43,.12);display:flex;gap:22px;padding:26px 0}.ts-figure:last-child{border-bottom:1px solid rgba(29,36,43,.12)}.ts-figure-no{color:#4587d9;flex:none;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:14px;font-weight:700;padding-top:5px}.ts-figure-main{flex:1}.ts-figure-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:8px}.ts-figure-name{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:19px;font-weight:700}.ts-figure-title{color:#93a0ab;font-size:12.5px;letter-spacing:.08em}.ts-figure-dictum{color:#5f6b76;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15px;line-height:1.9}.ts-figure-avatar{background:#f4f7fa;border:1px solid rgba(29,36,43,.12);border-radius:10px;flex:none;height:56px;overflow:hidden;width:56px}.ts-shelf{align-items:flex-end;display:flex;flex-wrap:wrap;gap:14px;padding:0 6px 12px;position:relative}.ts-spine{align-items:flex-start;border-radius:3px 3px 2px 2px;box-shadow:inset -3px 0 6px rgba(0,0,0,.25),0 6px 14px rgba(29,36,43,.18);display:flex;height:188px;justify-content:center;padding-top:18px;position:relative;width:46px}.ts-spine:nth-child(4n+2){height:200px}.ts-spine:nth-child(4n+3){height:176px}.ts-spine:nth-child(4n+4){height:192px}.ts-spine-name{color:hsla(43,41%,97%,.92);font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:13.5px;font-weight:700;letter-spacing:.22em;writing-mode:vertical-rl}.ts-spine-band{background:#4587d9;bottom:12px;height:2px;left:8px;opacity:.75;position:absolute;right:8px}.ts-shelf-line{background:rgba(29,36,43,.55);border-radius:2px;bottom:0;height:3px;left:0;position:absolute;right:0}@media (max-width:768px){.st-prose p{font-size:15px}.ts-quote{margin-top:64px;padding:64px 22px}.ts-quote-mark{font-size:48px}.ts-quote-body{gap:16px;height:calc(var(--q-chars, 8)*26px + 6px)}.ts-quote-text{font-size:19px}.ts-figure{gap:14px}.ts-figure-avatar{height:48px;width:48px}.ts-shelf{justify-content:center}}.ts-stack-lead{color:#5f6b76;display:block;font-size:14.5px;line-height:2;margin-bottom:28px;max-width:620px}.ts-stack-list{border-top:1px solid rgba(29,36,43,.12)}.ts-stack-row{border-bottom:1px solid rgba(29,36,43,.12);display:flex;gap:22px;padding:22px 2px}.ts-stack-role{flex:none;padding-top:3px;width:86px}.ts-stack-role-cn{color:#4587d9;display:block;font-size:13px;font-weight:700;letter-spacing:.18em}.ts-stack-role-en{color:#93a0ab;display:block;font-size:9.5px;letter-spacing:.16em;margin-top:3px}.ts-stack-main{flex:1}.ts-stack-head{align-items:baseline;display:flex;gap:10px;margin-bottom:6px}.ts-stack-code{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:21px;font-weight:700}.ts-stack-name{color:#93a0ab;font-size:12.5px;letter-spacing:.05em}.ts-stack-val{color:#4587d9;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700;margin-left:auto}.ts-stack-use{color:#5f6b76;display:block;font-size:13.5px;line-height:1.8}.ts-stack-desc{color:#93a0ab;display:block;font-size:12.5px;line-height:1.9;margin-top:4px}.ts-career-fields{display:flex;flex-wrap:wrap;gap:10px 0;margin-bottom:20px}.ts-career-field{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:16px;font-weight:700}.ts-career-field:not(:last-child)::after{color:#4587d9;content:"·";font-weight:900;margin:0 14px}.ts-career-advice{border-left:3px solid #4587d9;color:#5f6b76;display:block;font-size:14.5px;line-height:2.05;max-width:640px;padding-left:18px}.ts-rel-grid{display:grid;gap:44px;grid-template-columns:1fr 1fr;margin-bottom:34px}.ts-rel-title{border-bottom:1px solid rgba(29,36,43,.12);color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:16px;font-weight:700;margin-bottom:14px;padding-bottom:10px}.ts-rel-title-warn{color:#8a4b2f}.ts-rel-item{display:flex;gap:10px;padding:6px 0}.ts-rel-tick{color:#4587d9;flex:none;font-weight:700}.ts-rel-tick-warn{color:#b06a45}.ts-rel-text{color:#5f6b76;font-size:14px;line-height:1.9}.ts-rel-derived{border-top:1px solid rgba(29,36,43,.12);padding-top:6px}.ts-rel-drow{align-items:baseline;border-bottom:1px solid rgba(29,36,43,.12);display:flex;flex-wrap:wrap;gap:10px 14px;padding:13px 2px}.ts-rel-dlabel{color:#4587d9;flex:none;font-size:12.5px;font-weight:700;letter-spacing:.12em;width:72px}.ts-rel-dchips{display:flex;flex-wrap:wrap;gap:8px}.ts-rel-dchip{border-bottom:2px solid rgba(69,135,217,.55);color:#1d242b;cursor:pointer;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:14px;font-weight:700;transition:color .2s}.ts-rel-dchip:hover{color:#4587d9}.ts-rel-dwhy{color:#93a0ab;flex-basis:100%;font-size:12.5px;line-height:1.8}.ts-books-hint{color:#93a0ab;display:block;font-size:13px;margin:-16px 0 24px}.ts-spine{cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1)}.ts-spine:hover{transform:translateY(-8px)}.ts-book-mask{align-items:center;background:rgba(29,36,43,.45);bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:24px;position:fixed;right:0;top:0;z-index:1050}.ts-book-dialog{animation:tsBookIn .3s cubic-bezier(.16,1,.3,1);background:#fff;border:1px solid rgba(29,36,43,.12);border-radius:6px;box-shadow:0 2px 6px rgba(29,36,43,.06),0 24px 60px rgba(29,36,43,.22);max-height:86vh;max-width:100%;overflow-y:auto;padding:30px 30px 28px;position:relative;width:420px}@keyframes tsBookIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.ts-book-close{color:#93a0ab;cursor:pointer;font-size:24px;line-height:1;padding:6px;position:absolute;right:14px;top:8px;z-index:2}.ts-book-close:hover{color:#1d242b}.ts-book-cover{background:#f4f7fa;border:1px solid rgba(29,36,43,.12);border-radius:3px;margin:0 auto 20px;max-width:200px;overflow:hidden}.ts-book-cover-el{display:block;height:auto!important;width:100%}.ts-book-name{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:19px;font-weight:700;margin-bottom:12px;text-align:center}.ts-book-note{color:#5f6b76;display:block;font-size:14px;line-height:2;margin-bottom:16px}.ts-book-fit{border-top:1px solid rgba(29,36,43,.12);padding-top:14px}.ts-book-fit-label{color:#4587d9;display:block;font-size:11.5px;font-weight:700;letter-spacing:.2em;margin-bottom:6px}.ts-book-fit-text{color:#5f6b76;display:block;font-size:14px;line-height:2}@media (max-width:768px){.ts-stack-row{gap:14px}.ts-stack-role{width:64px}.ts-rel-grid{gap:26px;grid-template-columns:1fr;margin-bottom:26px}.ts-career-field{font-size:15px}.ts-career-field:not(:last-child)::after{margin:0 10px}}.ts-rel-dgroup{display:flex;flex:1;flex-direction:column;gap:8px;min-width:240px}.ts-rel-dentry{align-items:baseline;display:flex;gap:12px}.ts-rel-dentry .ts-rel-dwhy{flex-basis:auto;flex:1}.ts-rel-dlabel-warn{color:#8a4b2f}.ts-rel-note{color:#93a0ab;display:block;font-size:12px;line-height:1.9;padding:14px 2px 2px}.ts-stack-code-link{border-bottom:2px solid rgba(69,135,217,.55);cursor:pointer;transition:color .2s,border-color .2s}.ts-stack-code-link:hover{border-color:#4587d9;color:#4587d9}.rp .rp-intro{align-items:center;background:#fff;display:flex;flex-direction:column;gap:22px;inset:0;justify-content:center;position:fixed;transition:opacity .6s cubic-bezier(.16,1,.3,1),visibility .6s;z-index:100}.rp .rp-intro-out{opacity:0;pointer-events:none;visibility:hidden}.rp .rp-intro-oct .oct-draw{animation:rpDraw 1.2s cubic-bezier(.16,1,.3,1) forwards;stroke-dasharray:400;stroke-dashoffset:400}.rp .rp-intro-text{color:#5f6b76;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:16px;letter-spacing:.34em}.rp .rp-error{align-items:center;display:flex;justify-content:center;min-height:46vh;padding:24px}.rp .rp-error-text{color:#5f6b76;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:17px;letter-spacing:.2em}.rp .st-skeleton{background:rgba(29,36,43,.07);border-radius:3px;overflow:hidden;position:relative}.rp .st-skeleton::after{animation:rpShimmer 1.4s infinite;background:linear-gradient(90deg,transparent,rgba(255,253,248,.75),transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}.rp .rp-skel{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:780px;padding:66px 24px 40px}.rp .rp-skel-eyebrow{height:12px;margin-bottom:26px;width:220px}.rp .rp-skel-code{height:110px;margin-bottom:22px;max-width:80%;width:300px}.rp .rp-skel-sub{height:18px;margin-bottom:48px;width:160px}.rp .rp-skel-radar{border-radius:50%;height:320px;margin-bottom:56px;max-width:100%;width:320px}.rp .rp-skel-line{height:14px;margin-bottom:20px;width:100%}.rp .rp-head{margin:0 auto;max-width:880px;padding:66px 24px 30px;text-align:center}.rp .rp-eyebrow{color:#4587d9;display:block;font-size:11.5px;letter-spacing:.42em;margin-bottom:12px}.rp .rp-meta{color:#93a0ab;display:block;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.16em;margin-bottom:28px}.rp .rp-code{display:flex;gap:6px;justify-content:center}.rp .rp-code-letter{font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:clamp(60px,11vw,92px);font-weight:900;letter-spacing:.04em;line-height:1.05;opacity:0;position:relative}.rp .rp-code-on .rp-code-letter{animation:rpStamp .5s cubic-bezier(.18,1.35,.32,1) forwards}.rp .rp-code-letter::after{background:radial-gradient(circle,rgba(255,182,0,.14) 0,rgba(255,182,0,0) 68%);border-radius:50%;bottom:.02em;content:"";height:.5em;left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%) scale(0);width:.5em}.rp .rp-code-on .rp-code-letter::after{animation:rpImpact .55s ease-out forwards;animation-delay:inherit}.rp .rp-code-caret{align-self:center;background:#4587d9;font-size:clamp(60px,11vw,92px);height:.82em;margin-left:.08em;opacity:0;width:5px}.rp .rp-code-on .rp-code-caret{animation:rpCaret .42s steps(2,jump-none) 5,rpCaretOut .4s ease 2.1s forwards}.rp .rp-title-row{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:22px}.rp .rp-title-rule{background:rgba(29,36,43,.25);height:1px;width:52px}.rp .rp-cn{font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:25px;font-weight:700;letter-spacing:.34em;text-indent:.34em}.rp .rp-tagline{color:#5f6b76;display:block;font-size:13.5px;letter-spacing:.14em;margin-top:16px}.rp .rp-keywords{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px}.rp .rp-kw{color:#5f6b76;font-size:13px;letter-spacing:.14em}.rp .rp-kw:not(:last-child)::after{color:#4587d9;content:"·";margin-left:12px}.rp .rp-radar-wrap{max-width:560px;padding-top:30px;text-align:center}.rp .rp-radar{margin:0 auto;max-width:460px}.rp .rp-radar-svg svg{overflow:visible}.rp .rp-radar-svg .rd-poly{opacity:0;transform:scale(.1);transform-box:fill-box;transform-origin:center;transition:transform 1.1s cubic-bezier(.16,1,.3,1) .15s,opacity .5s ease .15s}.rp .rp-radar-on .rp-radar-svg .rd-poly{opacity:1;transform:scale(1)}.rp .rp-radar-svg .rd-dot{opacity:0;transition:opacity .4s ease}.rp .rp-radar-on .rp-radar-svg .rd-dot{opacity:1}.rp .rp-radar-on .rp-radar-svg .rd-dot-0{transition-delay:.55s}.rp .rp-radar-on .rp-radar-svg .rd-dot-1{transition-delay:.62s}.rp .rp-radar-on .rp-radar-svg .rd-dot-2{transition-delay:.69s}.rp .rp-radar-on .rp-radar-svg .rd-dot-3{transition-delay:.76s}.rp .rp-radar-on .rp-radar-svg .rd-dot-4{transition-delay:.83s}.rp .rp-radar-on .rp-radar-svg .rd-dot-5{transition-delay:.9s}.rp .rp-radar-on .rp-radar-svg .rd-dot-6{transition-delay:.97s}.rp .rp-radar-on .rp-radar-svg .rd-dot-7{transition-delay:1.04s}.rp .rp-radar-svg .rd-label{font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif}.rp .rp-radar-note{color:#93a0ab;display:block;font-size:12.5px;letter-spacing:.22em;margin-top:22px}.rp .rp-radar-fallback{background:rgba(69,135,217,.1);border-radius:16px;height:320px}.rp .rp-score-list{display:flex;flex-direction:column;gap:18px}.rp .rp-score-row{align-items:center;display:flex;gap:18px}.rp .rp-score-name{align-items:baseline;display:flex;flex:none;gap:8px;width:190px}.rp .rp-score-role{border:1px solid rgba(69,135,217,.5);border-radius:4px;color:#4587d9;font-size:10.5px;font-weight:700;letter-spacing:.1em;padding:1px 6px;white-space:nowrap}.rp .rp-score-line{color:#93a0ab;display:block;font-size:12.5px;letter-spacing:.04em;margin-top:6px}.rp .rp-score-code{font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:19px;font-weight:900}.rp .rp-score-cn{color:#93a0ab;font-size:11.5px}.rp .rp-score-track{background:rgba(29,36,43,.08);border-radius:3px;flex:1;height:6px;overflow:hidden}.rp .rp-score-fill{background:#5f6b76;border-radius:3px;height:100%}.rp .rp-score-val{color:#1d242b;flex:none;font-size:14.5px;font-variant-numeric:tabular-nums;font-weight:700;text-align:right;width:44px}.rp .rp-alt-grid{border-top:1px solid rgba(29,36,43,.12);display:grid;grid-template-columns:1fr}.rp .rp-alt-card{align-items:baseline;background:transparent;border:0;border-bottom:1px solid rgba(29,36,43,.12);border-radius:0;cursor:pointer;display:flex;gap:18px;padding:24px 2px;transition:opacity .8s cubic-bezier(.16,1,.3,1)}.rp .rp-alt-card:hover .rp-alt-go{transform:translateX(4px)}.rp .rp-alt-code{flex:none;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:26px;font-weight:700;width:96px}.rp .rp-alt-cn{color:#5f6b76;flex:1;font-size:14px;letter-spacing:.2em}.rp .rp-alt-go{color:#4587d9;display:inline-block;font-size:13px;font-weight:700;transition:transform .25s cubic-bezier(.16,1,.3,1)}.rp .rp-cta{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;padding:84px 24px 0}.rp .rp-share-btn{align-items:center;background:#2d3e4c;border:none;border-radius:6px;box-shadow:inset 0 -2px 0 rgba(255,182,0,.9);cursor:pointer;display:inline-flex;justify-content:center;line-height:1;margin:0;min-height:54px;padding:0 40px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,background-color .25s;width:auto}.rp .rp-share-btn::after{border:none;display:none}.rp .rp-share-btn:hover{background:#24313d;box-shadow:inset 0 -2px 0 #ffb600,0 6px 16px rgba(29,36,43,.16);transform:translateY(-2px)}.rp .rp-share-btn:active{box-shadow:inset 0 -2px 0 rgba(255,182,0,.9);transform:translateY(1px)}.rp .rp-share-text{color:#f2f5f8;font-size:15.5px;font-weight:600;letter-spacing:.08em}@keyframes rpDraw{to{stroke-dashoffset:0}}@keyframes rpStamp{0%{filter:blur(12px);opacity:0;transform:scale(2.6) translateY(-.05em)}55%{filter:blur(0);opacity:1;transform:scale(.94) translateY(.01em)}100%{filter:blur(0);opacity:1;transform:scale(1) translateY(0)}}@keyframes rpShimmer{100%{transform:translateX(100%)}}@media (max-width:768px){.rp .rp-head{padding:48px 22px 20px}.rp .rp-score-row{gap:12px}.rp .rp-score-name{width:128px}.rp .rp-score-cn{display:none}.rp .rp-alt-grid{gap:10px;grid-template-columns:1fr 1fr}.rp .rp-alt-card{padding:20px 16px}.rp .rp-alt-code{font-size:24px}.rp .rp-cta{flex-direction:column;padding-top:64px}.rp .rp-cta .st-btn,.rp .rp-share-btn{max-width:340px;width:100%}}.rp-double-rule{margin:30px auto 0;max-width:320px}.rp-rule-thick{background:#2d3e4c;height:3px;opacity:.85}.rp-rule-thin{background:#2d3e4c;height:1px;margin-top:3px;opacity:.5}.rp-subtype-card{border-bottom:1px solid rgba(29,36,43,.12);border-top:1px solid rgba(29,36,43,.12);padding:26px 2px;position:relative}.rp-subtype-card::before{background:#4587d9;content:"";height:3px;left:0;position:absolute;top:-1px;width:48px}.rp-subtype-label{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:21px;font-weight:700;margin-bottom:12px}.rp-subtype-headline{color:#1d242b;display:block;font-size:15px;line-height:2;margin-bottom:10px}.rp-subtype-detail{color:#5f6b76;display:block;font-size:14px;line-height:2.05;margin-bottom:14px}.rp-subtype-grip{border-left:3px solid rgba(176,106,69,.6);color:#93a0ab;display:block;font-size:13px;line-height:1.9;padding-left:14px}@keyframes rpImpact{0%{opacity:0;transform:translateX(-50%) scale(0)}45%{opacity:0}60%{opacity:1;transform:translateX(-50%) scale(1.4)}100%{opacity:0;transform:translateX(-50%) scale(2.6)}}@keyframes rpCaret{0%{opacity:1}100%{opacity:0}}@keyframes rpCaretOut{to{opacity:0}}@media (prefers-reduced-motion:reduce){.rp-code-on .rp-code-letter{animation:none;opacity:1}.rp-code-on .rp-code-caret,.rp-code-on .rp-code-letter::after{animation:none;opacity:0}}.rp-radar-on .rp-radar-svg .rd-poly{animation:rpBreathe 5.5s ease-in-out 1.8s infinite}@keyframes rpBreathe{0%,100%{transform:scale(1)}50%{transform:scale(1.014)}}.rp-radar-on .rp-radar-svg .rd-dot{animation:rpTwinkle 3.2s ease-in-out infinite}.rp-radar-on .rp-radar-svg .rd-dot-0{animation-delay:2s}.rp-radar-on .rp-radar-svg .rd-dot-1{animation-delay:2.35s}.rp-radar-on .rp-radar-svg .rd-dot-2{animation-delay:2.7s}.rp-radar-on .rp-radar-svg .rd-dot-3{animation-delay:3.05s}.rp-radar-on .rp-radar-svg .rd-dot-4{animation-delay:3.4s}.rp-radar-on .rp-radar-svg .rd-dot-5{animation-delay:3.75s}.rp-radar-on .rp-radar-svg .rd-dot-6{animation-delay:4.1s}.rp-radar-on .rp-radar-svg .rd-dot-7{animation-delay:4.45s}@keyframes rpTwinkle{0%,100%{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.rp-radar-on .rp-radar-svg .rd-dot,.rp-radar-on .rp-radar-svg .rd-poly{animation:none}}.rp-saved-note{color:#4587d9;cursor:pointer;display:block;font-size:13px;margin-bottom:18px;text-align:center}.rp-poster-mask{align-items:center;animation:rpPosterIn .35s cubic-bezier(.16,1,.3,1) both;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:rgba(24,22,18,.86);display:flex;flex-direction:column;inset:0;justify-content:center;padding:28px 24px;position:fixed;z-index:200}.rp-poster-body{align-items:center;display:flex;flex-direction:column;max-width:100%}.rp-poster-img{animation:rpPosterUp .5s cubic-bezier(.16,1,.3,1) both;border-radius:6px;box-shadow:0 24px 64px rgba(0,0,0,.5);display:block;height:auto;max-height:calc(100vh - 170px);max-width:min(86vw,360px);width:auto}.rp-poster-hint{color:hsla(41,38%,92%,.88);font-size:13px;letter-spacing:.12em;margin-top:16px;text-align:center}.rp-poster-close{align-items:center;border:1px solid hsla(41,38%,92%,.4);border-radius:50%;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;right:20px;top:20px;width:38px}.rp-poster-close-x{color:hsla(41,38%,92%,.88);font-size:22px;line-height:1}@keyframes rpPosterIn{from{opacity:0}to{opacity:1}}@keyframes rpPosterUp{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.tpg .tpg-error{align-items:center;display:flex;justify-content:center;min-height:46vh;padding:24px}.tpg .tpg-error-text{color:#5f6b76;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:17px;letter-spacing:.2em}.tpg .st-skeleton{background:rgba(29,36,43,.07);border-radius:3px;overflow:hidden;position:relative}.tpg .st-skeleton::after{animation:tpgShimmer 1.4s infinite;background:linear-gradient(90deg,transparent,rgba(255,253,248,.75),transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}.tpg .tpg-skel{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:780px;padding:66px 24px 40px}.tpg .tpg-skel-eyebrow{height:12px;margin-bottom:26px;width:200px}.tpg .tpg-skel-code{height:110px;margin-bottom:22px;max-width:80%;width:300px}.tpg .tpg-skel-sub{height:18px;margin-bottom:48px;width:160px}.tpg .tpg-skel-line{height:14px;margin-bottom:20px;width:100%}.tpg .tpg-head{margin:0 auto;max-width:880px;padding:66px 24px 0;text-align:center}.tpg .tpg-eyebrow{color:#4587d9;display:block;font-size:11.5px;letter-spacing:.42em;margin-bottom:28px}.tpg .tpg-code{display:flex;gap:6px;justify-content:center}.tpg .tpg-code-letter{animation:tpgStamp .5s cubic-bezier(.18,1.35,.32,1) forwards;color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:clamp(60px,11vw,92px);font-weight:900;letter-spacing:.04em;line-height:1.05;opacity:0;position:relative}.tpg .tpg-code-letter::after{animation:tpgImpact .55s ease-out forwards;animation-delay:inherit;background:radial-gradient(circle,rgba(255,182,0,.14) 0,rgba(255,182,0,0) 68%);border-radius:50%;bottom:.02em;content:"";height:.5em;left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%) scale(0);width:.5em}.tpg .tpg-code-caret{align-self:center;animation:tpgCaret .42s steps(2,jump-none) 5,tpgCaretOut .4s ease 2s forwards;background:#4587d9;font-size:clamp(60px,11vw,92px);height:.82em;margin-left:.08em;opacity:0;width:5px}.tpg .tpg-title-row{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:22px}.tpg .tpg-title-rule{background:rgba(29,36,43,.25);height:1px;width:52px}.tpg .tpg-cn{font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:25px;font-weight:700;letter-spacing:.34em;text-indent:.34em}.tpg .tpg-tagline{color:#5f6b76;display:block;font-size:13.5px;letter-spacing:.14em;margin-top:16px}.tpg .tpg-keywords{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px}.tpg .tpg-kw{color:#5f6b76;font-size:13px;letter-spacing:.14em}.tpg .tpg-kw:not(:last-child)::after{color:#4587d9;content:"·";margin-left:12px}.tpg .tpg-cta{display:flex;justify-content:center;padding:84px 24px 0}@keyframes tpgShimmer{100%{transform:translateX(100%)}}@media (max-width:768px){.tpg .tpg-head{padding:48px 22px 0}.tpg .tpg-cta{padding-top:64px}.tpg .tpg-cta .st-btn{max-width:340px;width:100%}}@keyframes tpgStamp{0%{filter:blur(12px);opacity:0;transform:scale(2.6) translateY(-.05em)}55%{filter:blur(0);opacity:1;transform:scale(.94) translateY(.01em)}100%{filter:blur(0);opacity:1;transform:scale(1) translateY(0)}}@keyframes tpgImpact{0%{opacity:0;transform:translateX(-50%) scale(0)}45%{opacity:0}60%{opacity:1;transform:translateX(-50%) scale(1.4)}100%{opacity:0;transform:translateX(-50%) scale(2.6)}}@keyframes tpgCaret{0%{opacity:1}100%{opacity:0}}@keyframes tpgCaretOut{to{opacity:0}}@media (prefers-reduced-motion:reduce){.tpg .tpg-code-letter{animation:none;opacity:1}.tpg .tpg-code-caret,.tpg .tpg-code-letter::after{animation:none;opacity:0}}.stv{margin:0 auto;max-width:680px;padding:76px 24px 0;text-align:center}.stv-kicker{color:#4587d9;display:block;font-size:11px;letter-spacing:.4em;margin-bottom:18px}.stv-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:clamp(26px,4.6vw,40px);font-weight:700;line-height:1.5;margin-bottom:20px}.stv-sub{color:#5f6b76;display:block;font-size:15.5px;line-height:2.05;margin:0 auto 40px;max-width:520px}.stv-card{border:1px solid rgba(29,36,43,.12);border-radius:4px;box-shadow:none;margin:0 auto 40px;max-width:460px;overflow:hidden}.stv-og{display:block;height:auto!important;width:100%}.stv-cta{align-items:center;display:flex;flex-direction:column;gap:14px}.stv-hint{color:#93a0ab;font-size:12.5px}@media (max-width:768px){.stv{padding-top:52px}}.stp .stp-head{margin:0 auto;max-width:780px;padding:66px 24px 0}.stp .stp-kicker{color:#4587d9;display:block;font-size:11.5px;letter-spacing:.42em;margin-bottom:18px}.stp .stp-h1{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:clamp(34px,5.4vw,48px);font-weight:700;line-height:1.4;margin-bottom:18px}.stp .stp-lead{color:#5f6b76;display:block;font-size:15px;line-height:2.05;max-width:640px}.stp .stp-sec{max-width:780px}.stp .stp-note{color:#93a0ab;display:block;font-size:13.5px;line-height:1.95;margin:-12px 0 26px;max-width:620px}.stp .stp-bars{display:flex;flex-direction:column;gap:14px}.stp .stp-bar-row{align-items:center;display:flex;gap:14px}.stp .stp-bar-name{align-items:baseline;display:flex;flex:none;gap:8px;width:118px}.stp .stp-bar-code{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:18px;font-weight:700}.stp .stp-bar-cn{color:#93a0ab;font-size:11.5px}.stp .stp-bar-track{background:rgba(29,36,43,.08);border-radius:3px;flex:1;height:6px;overflow:hidden}.stp .stp-bar-fill{background:#5f6b76;border-radius:3px;height:100%;transition:width .7s cubic-bezier(.16,1,.3,1)}.stp .stp-bar-val{color:#1d242b;flex:none;font-size:13.5px;font-variant-numeric:tabular-nums;font-weight:700;text-align:right;width:42px}.stp .stp-bar-delta{flex:none;font-size:12px;font-variant-numeric:tabular-nums;width:52px}.stp .stp-up{color:#4587d9}.stp .stp-down{color:#93a0ab}.stp .stp-axis{border-top:1px solid rgba(29,36,43,.12);padding:24px 0 10px}.stp .stp-axis-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:18px;font-weight:700;margin-bottom:16px}.stp .stp-axis-grid{display:grid;gap:40px;grid-template-columns:1fr 1fr}.stp .stp-axis-label{border-bottom:1px solid rgba(29,36,43,.12);color:#4587d9;display:block;font-size:12.5px;font-weight:700;letter-spacing:.1em;margin-bottom:6px;padding-bottom:8px}.stp .stp-axis-label-alt{color:#8a6a4b}.stp .stp-axis-row{align-items:baseline;display:flex;gap:10px;padding:7px 0}.stp .stp-axis-no{color:#4587d9;flex:none;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:13px;font-weight:700;width:16px}.stp .stp-axis-no-alt{color:#8a6a4b}.stp .stp-axis-name{color:#5f6b76;flex:1;font-size:14px}.stp .stp-axis-val{color:#93a0ab;font-size:12.5px;font-variant-numeric:tabular-nums}.stp .stp-prov-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.stp .stp-prov-chip{border:1px solid rgba(29,36,43,.12);border-radius:999px;color:#5f6b76;cursor:pointer;font-size:13px;padding:6px 14px;transition:border-color .2s,background-color .2s,color .2s}.stp .stp-prov-chip:hover{border-color:rgba(69,135,217,.5)}.stp .stp-prov-chip-on{background:#4587d9;border-color:#4587d9;color:#f2f5f8;font-weight:700}.stp .stp-prov-panel{animation:stpIn .35s cubic-bezier(.16,1,.3,1);border-top:1px solid rgba(29,36,43,.12);padding-top:24px}.stp .stp-prov-title{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:24px;font-weight:700;margin-bottom:16px}.stp .stp-prov-axes{display:grid;gap:10px 32px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.stp .stp-prov-axis{align-items:baseline;border-bottom:1px solid rgba(29,36,43,.12);display:flex;gap:12px;justify-content:space-between;padding:8px 0}.stp .stp-prov-axis-name{color:#5f6b76;font-size:13px}.stp .stp-prov-axis-rank{color:#93a0ab;font-size:12.5px;font-variant-numeric:tabular-nums;white-space:nowrap}.stp .stp-prov-axis-rankno{color:#4587d9;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15px;font-weight:700}.stp .stp-prov-foot{color:#93a0ab;display:block;font-size:12px;margin-top:14px}.stp .stp-world{border-top:1px solid rgba(29,36,43,.12)}.stp .stp-world-row{align-items:baseline;border-bottom:1px solid rgba(29,36,43,.12);display:flex;flex-wrap:wrap;gap:8px 24px;padding:16px 2px}.stp .stp-world-axis{color:#1d242b;flex:none;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15px;font-weight:700;width:170px}.stp .stp-world-top{color:#5f6b76;flex:1;font-size:13.5px}.stp .stp-world-cn{color:#5f6b76;font-size:13.5px}.stp .stp-world-strong{color:#4587d9;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-weight:700}.stp .stp-caveat-wrap{padding-top:40px}.stp .stp-caveat{border-top:1px solid rgba(29,36,43,.12);color:#93a0ab;display:block;font-size:12px;line-height:1.9;padding-top:16px}@keyframes stpIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (max-width:768px){.stp .stp-head{padding-top:46px}.stp .stp-axis-grid{gap:18px;grid-template-columns:1fr}.stp .stp-prov-axes{grid-template-columns:1fr}.stp .stp-bar-name{width:96px}.stp .stp-bar-cn{display:none}.stp .stp-bar-delta{width:46px}.stp .stp-world-axis{width:100%}}.stp .stp-map-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.stp .stp-map{height:560px;width:100%}.stp .stp-map-hint{color:#93a0ab;display:block;font-size:12.5px;margin-top:6px}@media (max-width:768px){.stp .stp-map{height:400px}}.stp .stp-map-retry{color:#4587d9;cursor:pointer;font-weight:700;margin-left:6px;text-decoration:underline}.fpg .fpg-head{margin:0 auto;max-width:880px;padding:66px 24px 0;text-align:center}.fpg .fpg-eyebrow{color:#4587d9;display:block;font-size:11.5px;letter-spacing:.42em;margin-bottom:28px}.fpg .fpg-code{display:flex;gap:6px;justify-content:center}.fpg .fpg-code-letter{animation:fpgStamp .5s cubic-bezier(.18,1.35,.32,1) forwards;color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:clamp(60px,11vw,92px);font-weight:900;letter-spacing:.04em;line-height:1.05;opacity:0;position:relative}.fpg .fpg-code-letter::after{animation:fpgImpact .55s ease-out forwards;animation-delay:inherit;background:radial-gradient(circle,rgba(255,182,0,.14) 0,rgba(255,182,0,0) 68%);border-radius:50%;bottom:.02em;content:"";height:.5em;left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%) scale(0);width:.5em}.fpg .fpg-code-caret{align-self:center;animation:fpgCaret .42s steps(2,jump-none) 3,fpgCaretOut .4s ease 1.3s forwards;background:#4587d9;font-size:clamp(60px,11vw,92px);height:.82em;margin-left:.08em;opacity:0;width:5px}.fpg .fpg-title-row{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:22px}.fpg .fpg-title-rule{background:rgba(29,36,43,.25);height:1px;width:52px}.fpg .fpg-cn{font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:25px;font-weight:700;letter-spacing:.34em;text-indent:.34em}.fpg .fpg-en{color:#93a0ab;display:block;font-size:11.5px;letter-spacing:.34em;margin-top:14px}.fpg .fpg-tagline{color:#5f6b76;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:16px;letter-spacing:.06em;margin-top:18px}.fpg .fpg-sec{max-width:780px}.fpg .fpg-note{color:#93a0ab;display:block;font-size:13.5px;line-height:1.95;margin:-12px 0 26px;max-width:620px}.fpg .fpg-abilities{display:flex;flex-direction:column}.fpg .fpg-ability{align-items:baseline;border-bottom:1px solid rgba(29,36,43,.12);display:flex;gap:18px;padding:20px 2px;transition:padding-left .3s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.fpg .fpg-ability:hover{padding-left:12px}.fpg .fpg-ability:first-child{border-top:1px solid rgba(29,36,43,.12)}.fpg .fpg-ability-no{color:#4587d9;flex:none;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:14px;font-weight:700}.fpg .fpg-ability-name{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:17.5px;font-weight:700;margin-bottom:8px}.fpg .fpg-ability-desc{color:#5f6b76;display:block;font-size:14px;line-height:2}.fpg .fpg-sw-grid{display:grid;gap:40px;grid-template-columns:1fr 1fr}.fpg .fpg-sw-label{border-bottom:1px solid rgba(29,36,43,.12);color:#4587d9;display:block;font-size:12.5px;font-weight:700;letter-spacing:.1em;margin-bottom:8px;padding-bottom:10px}.fpg .fpg-sw-label-warn{color:#8a4b2f}.fpg .fpg-sw-row{align-items:baseline;display:flex;gap:10px;padding:8px 0}.fpg .fpg-sw-tick{color:#4587d9;flex:none;font-weight:900}.fpg .fpg-sw-tick-warn{color:#b07a5a}.fpg .fpg-sw-text{color:#5f6b76;font-size:14px;line-height:1.9}.fpg .fpg-pair{border-top:1px solid rgba(29,36,43,.12);padding:20px 2px}.fpg .fpg-pair:last-child{border-bottom:1px solid rgba(29,36,43,.12)}.fpg .fpg-pair-head{align-items:baseline;display:flex;gap:14px;margin-bottom:10px}.fpg .fpg-pair-label{color:#93a0ab;font-size:12.5px;font-weight:700;letter-spacing:.1em}.fpg .fpg-pair-chip{border-bottom:2px solid #4587d9;color:#1d242b;cursor:pointer;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:16px;font-weight:700;transition:color .2s}.fpg .fpg-pair-chip:hover{color:#4587d9}.fpg .fpg-pair-text{color:#5f6b76;display:block;font-size:14px;line-height:2.05}.fpg .fpg-brain{background:#2d3e4c;border-radius:3px;padding:30px 32px;position:relative}.fpg .fpg-brain::before{background:#4587d9;content:"";height:3px;left:0;position:absolute;top:0;width:48px}.fpg .fpg-brain-label{color:rgba(255,253,248,.55);display:block;font-size:11px;letter-spacing:.32em;margin-bottom:14px}.fpg .fpg-brain-text{color:#fff;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15px;line-height:2.1}.fpg .fpg-users-row{align-items:baseline;border-bottom:1px solid rgba(29,36,43,.12);display:flex;gap:22px;padding:16px 2px}.fpg .fpg-users-row:first-child{border-top:1px solid rgba(29,36,43,.12)}.fpg .fpg-users-label{color:#93a0ab;flex:none;font-size:13px;width:96px}.fpg .fpg-users-chips{display:flex;flex-wrap:wrap;gap:10px 22px}.fpg .fpg-users-chip{border-bottom:2px solid #4587d9;color:#1d242b;cursor:pointer;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:15.5px;font-weight:700;transition:color .2s}.fpg .fpg-users-chip:hover{color:#4587d9}.fpg .fpg-others{display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}.fpg .fpg-other{border:1px solid rgba(29,36,43,.12);border-radius:3px;cursor:pointer;padding:14px 6px;text-align:center;transition:border-color .2s,background-color .2s}.fpg .fpg-other:hover{background:rgba(69,135,217,.1);border-color:rgba(69,135,217,.5)}.fpg .fpg-other-code{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:17px;font-weight:900}.fpg .fpg-other-cn{color:#93a0ab;display:block;font-size:11px;margin-top:4px}.fpg .fpg-cta{display:flex;justify-content:center;padding:64px 24px 0}@keyframes fpgStamp{0%{filter:blur(12px);opacity:0;transform:scale(2.6) translateY(-.05em)}55%{filter:blur(0);opacity:1;transform:scale(.94) translateY(.01em)}100%{filter:blur(0);opacity:1;transform:scale(1) translateY(0)}}@keyframes fpgImpact{0%{opacity:0;transform:translateX(-50%) scale(0)}45%{opacity:0}60%{opacity:1;transform:translateX(-50%) scale(1.4)}100%{opacity:0;transform:translateX(-50%) scale(2.6)}}@keyframes fpgCaret{0%{opacity:1}100%{opacity:0}}@keyframes fpgCaretOut{to{opacity:0}}@media (prefers-reduced-motion:reduce){.fpg .fpg-code-letter{animation:none;opacity:1}.fpg .fpg-code-caret,.fpg .fpg-code-letter::after{animation:none;opacity:0}}@media (max-width:768px){.fpg .fpg-head{padding:48px 22px 0}.fpg .fpg-sw-grid{gap:22px;grid-template-columns:1fr}.fpg .fpg-others{grid-template-columns:repeat(4,1fr)}.fpg .fpg-users-label{width:84px}.fpg .fpg-cta .st-btn{max-width:340px;width:100%}}.mep .mep-head{margin:0 auto;max-width:780px;padding:66px 24px 0}.mep .mep-kicker{color:#4587d9;display:block;font-size:11.5px;letter-spacing:.42em;margin-bottom:18px}.mep .mep-h1{color:#1d242b;display:block;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:clamp(34px,5.4vw,48px);font-weight:700;line-height:1.4;margin-bottom:14px}.mep .mep-lead{color:#5f6b76;display:block;font-size:14.5px;line-height:2;max-width:620px}.mep .mep-sec{max-width:780px}.mep .mep-guest{border-top:1px solid rgba(29,36,43,.12);padding-top:30px}.mep .mep-guest-text{color:#5f6b76;display:block;font-size:14.5px;line-height:2.05;margin-bottom:24px;max-width:560px}.mep .mep-guest-btn{display:inline-flex}.mep .mep-guest-alt{color:#4587d9;cursor:pointer;display:block;font-size:13.5px;margin-top:18px}.mep .mep-status{color:#93a0ab;display:block;font-size:14px;padding:40px 0}.mep .mep-list{border-top:1px solid rgba(29,36,43,.12)}.mep .mep-row{align-items:baseline;border-bottom:1px solid rgba(29,36,43,.12);cursor:pointer;display:flex;gap:16px;padding:18px 2px;transition:padding-left .3s cubic-bezier(.16,1,.3,1)}.mep .mep-row:hover{padding-left:12px}.mep .mep-row-no{color:#4587d9;flex:none;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:13px;font-weight:700}.mep .mep-row-main{align-items:baseline;display:flex;flex:1;gap:10px}.mep .mep-row-code{color:#1d242b;font-family:"Noto Serif SC","Source Serif 4",Songti SC,STSong,SimSun,serif;font-size:20px;font-weight:900}.mep .mep-row-cn{color:#93a0ab;font-size:13px}.mep .mep-row-date{color:#93a0ab;flex:none;font-size:12.5px;font-variant-numeric:tabular-nums}.mep .mep-row-go{color:#4587d9;flex:none;opacity:0;transition:opacity .25s}.mep .mep-row:hover .mep-row-go{opacity:1}.mep .mep-more{color:#4587d9;cursor:pointer;display:block;font-size:13.5px;font-weight:600;padding:18px 0;text-align:center}.mep .mep-endnote{color:#93a0ab;display:block;font-size:12.5px;padding:18px 0;text-align:center}@media (max-width:768px){.mep .mep-head{padding-top:46px}.mep .mep-row-date{font-size:11px}.mep .mep-row-go{opacity:1}}.ink-field{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.ink-canvas{height:100%;width:100%}.ink-fallback{background:radial-gradient(circle,rgba(32,30,26,.1) 0,rgba(32,30,26,.04) 45%,rgba(32,30,26,0) 70%);border-radius:50%;height:320px;left:62%;margin:-160px 0 0 -160px;position:absolute;top:40%;width:320px}.inkd{background:#fff;height:100vh;position:relative}.inkd-fps{color:#93a0ab;font-size:12px;left:16px;position:absolute;top:16px;z-index:2}.inkd-switch{color:#4587d9;font-size:13px;position:absolute;right:16px;top:16px;z-index:2}