@charset "UTF-8";

:root {
  color-scheme: light;
  --m51: #20242b;
  --p85: #69717d;
  --d37: #f5f7fa;
  --w40: #ffffff;
  --p29: #e7ebf0;
  --f45: #08bfd0;
  --w76: #4375e6;
  --m58: #2659c7;
  --a54: linear-gradient(100deg, #4d72df 0%, #13cbd2 100%);
  --e12: 0 12px 36px rgba(29, 50, 84, 0.08);
  --z20: 2px;
  --e86: cubic-bezier(0.23, 1, 0.32, 1);
  --y36: 1320px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --m51: #edf1f7;
  --p85: #a6aebb;
  --d37: #151a22;
  --w40: #10151c;
  --p29: #28303b;
  --w76: #6e92f0;
  --m58: #8ba8f4;
  --e12: 0 16px 40px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--w40);
  color: var(--m51);
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: rgba(8, 191, 208, 0.24); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--m58); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.gk-list { width: min(calc(100% - 40px), var(--y36)); margin-inline: auto; }

.v3w5f9 { height: 34px; background: var(--d37); border-bottom: 1px solid var(--p29); color: var(--p85); font-size: 13px; }
.n4w9y3 { height: 100%; display: flex; align-items: center; gap: 14px; overflow: hidden; }
.hp-unit { flex: 0 0 auto; }
.e5a4l7 { color: #aab1bc; }
._t3z5y { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.y3d1n6 { display: grid; grid-template-columns: 300px minmax(320px, 560px) 1fr; align-items: center; gap: 28px; min-height: 114px; }
._58ogp { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: #2e8ada; font-size: clamp(28px, 3vw, 42px); font-weight: 900; letter-spacing: -0.05em; line-height: 1; }
.m1p8z6 { width: 38px; height: 38px; border-radius: 50% 50% 50% 14%; background: var(--a54); transform: rotate(-8deg); position: relative; box-shadow: 0 7px 18px rgba(45, 125, 214, 0.25); }
.m1p8z6::after { content: ""; position: absolute; inset: 10px; border: 4px solid #fff; border-left-color: transparent; border-radius: 50%; }
.rp-zone { white-space: nowrap; }

.q2l4n2 { display: grid; grid-template-columns: 1fr 58px; background: var(--d37); border: 1px solid transparent; border-radius: 999px; overflow: hidden; transition: border-color 180ms var(--e86), box-shadow 180ms var(--e86); }
.q2l4n2:focus-within { border-color: rgba(8, 191, 208, 0.6); box-shadow: 0 0 0 4px rgba(8, 191, 208, 0.1); }
.q2l4n2 input { width: 100%; border: 0; outline: 0; padding: 13px 20px; color: var(--m51); background: transparent; }
.q2l4n2 button { border: 0; background: var(--a54); color: #fff; cursor: pointer; font-size: 22px; transition: transform 160ms var(--e86), filter 160ms var(--e86); }
.q2l4n2 button:hover { filter: brightness(1.05); }
.q2l4n2 button:active { transform: scale(0.96); }
.g7e6x5 { display: flex; justify-content: flex-end; gap: 10px; }
._30yet { width: 40px; height: 40px; border: 1px solid var(--p29); border-radius: 50%; background: var(--d37); display: grid; place-items: center; cursor: pointer; transition: transform 160ms var(--e86), color 160ms var(--e86), border-color 160ms var(--e86); }
._30yet:hover { color: var(--w76); border-color: var(--w76); }
._30yet:active { transform: scale(0.94); }

._qtanm { position: sticky; top: 0; z-index: 20; background: var(--a54); box-shadow: 0 6px 20px rgba(27, 96, 177, 0.16); }
.vw-mark { display: flex; align-items: stretch; min-height: 54px; }
._qtanm a { display: grid; place-items: center; flex: 1 1 auto; min-width: 92px; padding: 0 14px; color: rgba(255, 255, 255, 0.92); font-size: 16px; font-weight: 700; white-space: nowrap; position: relative; transition: background 180ms var(--e86), color 180ms var(--e86); }
._qtanm a:hover, ._qtanm a[aria-current="page"] { color: #fff; background: rgba(23, 62, 142, 0.2); }
._qtanm a[aria-current="page"]::after { content: ""; position: absolute; left: 24%; right: 24%; bottom: 0; height: 3px; background: #fff; }
._2nsvd { display: none; }
.s8p1p6 { padding-block: 24px 56px; }

.dk-item { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.3fr) minmax(250px, 0.68fr); align-items: start; gap: 24px; }
._53as4, .xz-head, .h2l3a5, .nf-card, .h2j2z3 { background: var(--w40); }
._b5gbl { position: relative; min-height: 330px; overflow: hidden; background: #2b2f37; box-shadow: var(--e12); }
._b5gbl img { width: 100%; height: 330px; object-fit: cover; object-position: center 23%; filter: saturate(0.94) contrast(1.02); transition: transform 420ms var(--e86); }
._b5gbl:hover img { transform: scale(1.025); }
._b5gbl::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8, 18, 27, 0.03) 28%, rgba(8, 18, 27, 0.88) 100%); }
.g5q9p4 { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; }
.bx-row { display: inline-block; margin-bottom: 8px; color: #a9f8ff; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; }
._b5gbl h1 { margin: 0; font-size: clamp(23px, 2.15vw, 32px); line-height: 1.28; letter-spacing: -0.02em; }
._b5gbl p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 14px; }

._aps93 { display: flex; align-items: end; justify-content: space-between; gap: 16px; min-height: 54px; border-bottom: 1px solid var(--p29); }
._aps93 h2, ._aps93 h3 { margin: 0; padding-bottom: 10px; font-size: 20px; line-height: 1.2; position: relative; }
._aps93 h2::after, ._aps93 h3::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 58px; height: 3px; background: var(--a54); }
._aps93 a { padding-bottom: 10px; color: var(--p85); font-size: 13px; }
._jlk3e { margin-top: 20px; }
._h5grv { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 18px; }
.xz-pan { min-width: 0; }
.sl-pill { aspect-ratio: 1.55; overflow: hidden; background: var(--d37); }
.sl-pill img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 300ms var(--e86); }
.xz-pan:hover img { transform: scale(1.035); }
.xz-pan h3 { margin: 8px 0 0; font-size: 14px; font-weight: 500; line-height: 1.55; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.cy-zone { padding: 0 2px; }
._nrrvi { padding: 0 0 18px; margin-bottom: 14px; border-bottom: 1px dashed var(--p29); }
._nrrvi:last-child { margin-bottom: 0; border-bottom: 0; }
.qr-grid { display: block; margin-bottom: 9px; font-size: 19px; font-weight: 800; line-height: 1.45; }
._nrrvi ul { list-style: none; padding: 0; margin: 0; }
._nrrvi li { position: relative; padding: 5px 0 5px 14px; color: #444b55; line-height: 1.45; }
html[data-theme="dark"] ._nrrvi li { color: #c7ced8; }
._nrrvi li::before { content: ""; position: absolute; left: 1px; top: 15px; width: 4px; height: 4px; border-radius: 50%; background: #b9c0ca; }

.right-rail { display: grid; gap: 20px; }
.xz-head { border: 1px solid var(--p29); padding: 18px; box-shadow: 0 8px 28px rgba(32, 50, 73, 0.04); }
._v7h93 { counter-reset: rank; list-style: none; padding: 14px 0 0; margin: 0; }
._v7h93 li { counter-increment: rank; display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--p29); font-size: 14px; line-height: 1.45; }
._v7h93 li:last-child { border-bottom: 0; }
._v7h93 li::before { content: counter(rank); width: 23px; height: 23px; display: grid; place-items: center; background: #dfe4ea; color: #657080; font-weight: 800; font-size: 12px; }
._v7h93 li:nth-child(1)::before { background: #ff4b30; color: #fff; }
._v7h93 li:nth-child(2)::before { background: #f5a623; color: #fff; }
._v7h93 li:nth-child(3)::before { background: #10b7bb; color: #fff; }
.hp-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding-top: 16px; }
.hp-box a { aspect-ratio: 1; display: grid; place-items: center; text-align: center; padding: 8px 4px; color: #fff; font-size: 13px; line-height: 1.25; transition: transform 160ms var(--e86), filter 160ms var(--e86); }
.hp-box a:nth-child(1) { background: #7779e3; }
.hp-box a:nth-child(2) { background: #379ed8; }
.hp-box a:nth-child(3) { background: #11b7a7; }
.hp-box a:nth-child(4) { background: #e5b64c; }
.hp-box a:nth-child(5) { background: #83b735; }
.hp-box a:nth-child(6) { background: #ee7a55; }
.hp-box a:hover { color: #fff; filter: brightness(1.05); transform: translateY(-2px); }
.a6e6d7 { margin-top: 20px; padding: 16px 18px; background: linear-gradient(135deg, rgba(67,117,230,.08), rgba(8,191,208,.08)); color: var(--p85); font-size: 13px; border-left: 3px solid var(--f45); }

._neziw { margin-top: 44px; }
._wlinq { display: grid; grid-template-columns: minmax(300px, 0.95fr) minmax(420px, 1.2fr) minmax(230px, 0.65fr); gap: 24px; padding-top: 20px; }
._ws78o { height: 270px; overflow: hidden; background: var(--d37); }
._ws78o img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 360ms var(--e86); }
._zy4d0:hover img { transform: scale(1.025); }
._zy4d0 h3 { margin: 13px 0 6px; font-size: 19px; line-height: 1.42; }
._zy4d0 p { margin: 0; color: var(--p85); font-size: 14px; }
._f96j6 { display: grid; gap: 15px; }
._ninja { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--p29); }
._ninja:last-child { border-bottom: 0; }
._ninja img { width: 150px; height: 94px; object-fit: cover; object-position: center 22%; }
._ninja h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.42; }
._ninja p { margin: 0; color: var(--p85); font-size: 13px; line-height: 1.5; }
.pn-note { list-style: none; padding: 0; margin: 0; }
.pn-note li { border-bottom: 1px dashed var(--p29); }
.pn-note a { display: block; padding: 10px 0 10px 13px; position: relative; font-size: 14px; line-height: 1.48; }
.pn-note a::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; background: var(--f45); }

.rp-chip { margin: 0 0 24px; padding: 22px 24px; background: linear-gradient(105deg, rgba(67,117,230,.1), rgba(8,191,208,.08)); border-left: 4px solid var(--f45); }
.rp-chip h1 { margin: 0; font-size: 28px; line-height: 1.3; }
.rp-chip p { margin: 7px 0 0; color: var(--p85); }
.mv-mark { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 28px; }
.nf-card { border-top: 2px solid var(--m51); }
.tx-card { display: grid; grid-template-columns: 245px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--p29); }
.gk-pan { height: 160px; overflow: hidden; background: var(--d37); }
.gk-pan img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform 300ms var(--e86); }
.tx-card:hover img { transform: scale(1.03); }
.jm-mark { display: flex; gap: 10px; color: var(--p85); font-size: 12px; }
.tx-card h2 { margin: 5px 0 8px; font-size: 21px; line-height: 1.4; }
.tx-card p { margin: 0; color: var(--p85); font-size: 14px; }
.hp-flow { margin-top: 12px; color: var(--m58); font-size: 12px; }
._83a8t { padding: 18px; border: 1px solid var(--p29); background: var(--d37); }
._83a8t h3 { margin: 0 0 8px; font-size: 17px; }
._83a8t p { margin: 0; color: var(--p85); font-size: 13px; }
.nf-note { margin-bottom: 24px; }
.r2w1h6 { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--p29); }
.r2w1h6 input { border: 0; outline: 0; padding: 14px 16px; background: var(--w40); color: var(--m51); }
.r2w1h6 button { border: 0; padding: 0 24px; color: #fff; background: var(--a54); cursor: pointer; }
.hp-grid { margin-top: 12px; color: var(--p85); font-size: 14px; }
._phwzp { padding: 64px 20px; text-align: center; color: var(--p85); border: 1px dashed var(--p29); }

.v3j7n2 { display: grid; grid-template-columns: minmax(0, 900px) 300px; justify-content: center; gap: 34px; }
.h2j2z3 { min-width: 0; }
._49bbo { color: var(--p85); font-size: 13px; margin-bottom: 16px; }
.u1y9e9 { padding-bottom: 20px; border-bottom: 1px solid var(--p29); }
.n8h7k7 { color: var(--f45); font-weight: 800; font-size: 13px; letter-spacing: .08em; }
.u1y9e9 h1 { margin: 9px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.23; letter-spacing: -0.035em; }
.k9v7b3 { margin: 0 0 14px; color: var(--p85); font-size: 18px; }
._97qgy { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--p85); font-size: 13px; }
._97qgy a { color: var(--m58); }
.j9c4q9 { margin: 28px 0 12px; }
.j9c4q9 img { width: 100%; max-height: 640px; object-fit: cover; object-position: center 20%; }
.j9c4q9 figcaption { padding: 9px 0; color: var(--p85); font-size: 12px; border-bottom: 1px solid var(--p29); }
.j9c4q9 figcaption a { color: var(--m58); }
._tc8we { max-width: 790px; margin-inline: auto; padding-top: 12px; }
._tc8we p { margin: 0 0 22px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 18px; line-height: 1.95; }
.k9k3m8 { margin: 26px 0; padding: 20px 24px; background: var(--d37); border-left: 4px solid var(--w76); }
.k9k3m8 h2 { margin: 0 0 10px; font-size: 18px; }
.k9k3m8 ul { margin: 0; padding-left: 20px; }
.k9k3m8 li { margin: 6px 0; }
.n8b8u1 { margin-top: 32px; padding: 22px; border: 1px solid var(--p29); }
.n8b8u1 h2 { margin: 0 0 10px; font-size: 19px; }
.n8b8u1 ul { margin: 0; padding-left: 20px; }
.n8b8u1 a { color: var(--m58); text-decoration: underline; text-underline-offset: 3px; }
._gsghm { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
._gsghm a { padding: 4px 10px; background: var(--d37); color: var(--p85); font-size: 12px; }
.f5q8e7 { list-style: none; padding: 0; margin: 14px 0 0; }
.f5q8e7 li { padding: 10px 0; border-bottom: 1px dashed var(--p29); font-size: 14px; }

._5tng7 { margin-top: 32px; padding: 34px 0 44px; background: #171c24; color: #9ca6b4; font-size: 13px; }
.m6h5o6 { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
._5tng7 strong { display: block; margin-bottom: 6px; color: #fff; font-size: 18px; }
._5tng7 p { margin: 4px 0; }
._5tng7 a { color: #cbd2dc; }
._5tng7 a:hover { color: #fff; }
._lu7hs { position: fixed; right: 22px; bottom: 22px; width: 42px; height: 42px; border: 0; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--a54); box-shadow: var(--e12); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 180ms var(--e86), transform 180ms var(--e86); }
.back-top.tx-wrap { opacity: 1; pointer-events: auto; transform: translateY(0); }
._lu7hs:active { transform: scale(0.95); }

@media (max-width: 1120px) {
  :root { --y36: 980px; }
  .y3d1n6 { grid-template-columns: 250px 1fr auto; }
  .dk-item { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  .right-rail { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  ._wlinq { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  ._wlinq > .pn-note { grid-column: 1 / -1; columns: 2; column-gap: 28px; }
  .v3j7n2 { grid-template-columns: minmax(0, 1fr) 260px; }
}
@media (max-width: 820px) {
  .gk-list { width: min(calc(100% - 28px), var(--y36)); }
  .e5a4l7 { display: none; }
  .y3d1n6 { min-height: 94px; grid-template-columns: 1fr auto; gap: 16px; }
  ._58ogp { font-size: 30px; }
  .m1p8z6 { width: 32px; height: 32px; }
  .q2l4n2 { grid-column: 1 / -1; grid-row: 2; margin-bottom: 18px; }
  .g7e6x5 { grid-column: 2; grid-row: 1; }
  ._2nsvd { display: grid; }
  .vw-mark { overflow-x: auto; scrollbar-width: none; }
  .vw-mark::-webkit-scrollbar { display: none; }
  ._qtanm a { flex: 0 0 auto; min-width: 98px; }
  .dk-item, ._wlinq, .mv-mark, .v3j7n2 { grid-template-columns: 1fr; }
  .right-rail { grid-column: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  ._wlinq > .pn-note { grid-column: auto; columns: 1; }
  .mv-mark > aside, .v3j7n2 > aside { order: 2; }
  ._tc8we { max-width: 100%; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .gk-list { width: min(calc(100% - 22px), var(--y36)); }
  .v3w5f9 { height: 31px; font-size: 12px; }
  .hp-unit { display: none; }
  .y3d1n6 { min-height: 80px; }
  ._58ogp { font-size: 25px; }
  .m1p8z6 { width: 29px; height: 29px; }
  ._30yet { width: 37px; height: 37px; }
  .g7e6x5 ._422nu { display: none; }
  .vw-mark { min-height: 48px; }
  ._qtanm a { min-width: 84px; padding-inline: 11px; font-size: 14px; }
  .s8p1p6 { padding-top: 15px; }
  ._b5gbl, ._b5gbl img { min-height: 310px; height: 310px; }
  .g5q9p4 { left: 18px; right: 18px; bottom: 18px; }
  ._b5gbl h1 { font-size: 24px; }
  ._h5grv { gap: 12px; }
  .xz-pan h3 { font-size: 13px; }
  .qr-grid { font-size: 18px; }
  ._nrrvi li { font-size: 14px; }
  .right-rail { grid-template-columns: 1fr; }
  ._neziw { margin-top: 34px; }
  ._ws78o { height: 240px; }
  ._ninja { grid-template-columns: 118px 1fr; gap: 12px; }
  ._ninja img { width: 118px; height: 84px; }
  ._ninja p { display: none; }
  .tx-card { grid-template-columns: 112px 1fr; gap: 13px; padding: 16px 0; }
  .gk-pan { height: 92px; }
  .tx-card h2 { margin: 3px 0 0; font-size: 16px; }
  .tx-card p, .hp-flow { display: none; }
  .rp-chip { padding: 18px; }
  .rp-chip h1 { font-size: 24px; }
  .u1y9e9 h1 { font-size: 30px; }
  .k9v7b3 { font-size: 16px; }
  ._tc8we p { font-size: 17px; line-height: 1.9; }
  .j9c4q9 { margin-inline: -11px; }
  .j9c4q9 figcaption { padding-inline: 11px; }
  .m6h5o6 { grid-template-columns: 1fr; }
  ._lu7hs { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: no-preference) {
  ._b5gbl, ._nrrvi, .xz-head, ._neziw { animation: rise-in 420ms var(--e86) both; }
  ._nrrvi:nth-child(2) { animation-delay: 45ms; }
  ._nrrvi:nth-child(3) { animation-delay: 90ms; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
