@charset "UTF-8";

:root {
  color-scheme: light;
  --z87: #20242b;
  --x93: #69717d;
  --t79: #f5f7fa;
  --q40: #ffffff;
  --g20: #e7ebf0;
  --f82: #08bfd0;
  --x51: #4375e6;
  --h63: #2659c7;
  --g19: linear-gradient(100deg, #4d72df 0%, #13cbd2 100%);
  --k81: 0 12px 36px rgba(29, 50, 84, 0.08);
  --z20: 2px;
  --g62: cubic-bezier(0.23, 1, 0.32, 1);
  --z73: 1320px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --z87: #edf1f7;
  --x93: #a6aebb;
  --t79: #151a22;
  --q40: #10151c;
  --g20: #28303b;
  --x51: #6e92f0;
  --h63: #8ba8f4;
  --k81: 0 16px 40px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--q40);
  color: var(--z87);
  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(--h63); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.wd-card { width: min(calc(100% - 40px), var(--z73)); margin-inline: auto; }

.k4u6e4 { height: 34px; background: var(--t79); border-bottom: 1px solid var(--g20); color: var(--x93); font-size: 13px; }
.e8b1e8 { height: 100%; display: flex; align-items: center; gap: 14px; overflow: hidden; }
._8upw6 { flex: 0 0 auto; }
.h4o7t3 { color: #aab1bc; }
.cy-col { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

._d0n6b { display: grid; grid-template-columns: 300px minmax(320px, 560px) 1fr; align-items: center; gap: 28px; min-height: 114px; }
.jm-list { 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; }
._s7w5o { width: 38px; height: 38px; border-radius: 50% 50% 50% 14%; background: var(--g19); transform: rotate(-8deg); position: relative; box-shadow: 0 7px 18px rgba(45, 125, 214, 0.25); }
._s7w5o::after { content: ""; position: absolute; inset: 10px; border: 4px solid #fff; border-left-color: transparent; border-radius: 50%; }
.zt-body { white-space: nowrap; }

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

.s2k6m8 { position: sticky; top: 0; z-index: 20; background: var(--g19); box-shadow: 0 6px 20px rgba(27, 96, 177, 0.16); }
.bw-pill { display: flex; align-items: stretch; min-height: 54px; }
.s2k6m8 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(--g62), color 180ms var(--g62); }
.s2k6m8 a:hover, .s2k6m8 a[aria-current="page"] { color: #fff; background: rgba(23, 62, 142, 0.2); }
.s2k6m8 a[aria-current="page"]::after { content: ""; position: absolute; left: 24%; right: 24%; bottom: 0; height: 3px; background: #fff; }
.bx-unit { display: none; }
.fn-list { padding-block: 24px 56px; }

._a2hwx { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.3fr) minmax(250px, 0.68fr); align-items: start; gap: 24px; }
.mv-area, .mv-foot, .pn-chip, .nf-card, .sl-cell { background: var(--q40); }
.bw-row { position: relative; min-height: 330px; overflow: hidden; background: #2b2f37; box-shadow: var(--k81); }
.bw-row img { width: 100%; height: 330px; object-fit: cover; object-position: center 23%; filter: saturate(0.94) contrast(1.02); transition: transform 420ms var(--g62); }
.bw-row:hover img { transform: scale(1.025); }
.bw-row::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%); }
.cy-body { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; }
.f6o5c8 { display: inline-block; margin-bottom: 8px; color: #a9f8ff; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; }
.bw-row h1 { margin: 0; font-size: clamp(23px, 2.15vw, 32px); line-height: 1.28; letter-spacing: -0.02em; }
.bw-row p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 14px; }

.mv-row { display: flex; align-items: end; justify-content: space-between; gap: 16px; min-height: 54px; border-bottom: 1px solid var(--g20); }
.mv-row h2, .mv-row h3 { margin: 0; padding-bottom: 10px; font-size: 20px; line-height: 1.2; position: relative; }
.mv-row h2::after, .mv-row h3::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 58px; height: 3px; background: var(--g19); }
.mv-row a { padding-bottom: 10px; color: var(--x93); font-size: 13px; }
.h7y5o4 { margin-top: 20px; }
.sl-area { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 18px; }
.lq-slot { min-width: 0; }
._i6qd0 { aspect-ratio: 1.55; overflow: hidden; background: var(--t79); }
._i6qd0 img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 300ms var(--g62); }
.lq-slot:hover img { transform: scale(1.035); }
.lq-slot 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; }

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

.right-rail { display: grid; gap: 20px; }
.mv-foot { border: 1px solid var(--g20); padding: 18px; box-shadow: 0 8px 28px rgba(32, 50, 73, 0.04); }
.fn-cell { counter-reset: rank; list-style: none; padding: 14px 0 0; margin: 0; }
.fn-cell li { counter-increment: rank; display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--g20); font-size: 14px; line-height: 1.45; }
.fn-cell li:last-child { border-bottom: 0; }
.fn-cell li::before { content: counter(rank); width: 23px; height: 23px; display: grid; place-items: center; background: #dfe4ea; color: #657080; font-weight: 800; font-size: 12px; }
.fn-cell li:nth-child(1)::before { background: #ff4b30; color: #fff; }
.fn-cell li:nth-child(2)::before { background: #f5a623; color: #fff; }
.fn-cell li:nth-child(3)::before { background: #10b7bb; color: #fff; }
.mv-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding-top: 16px; }
.mv-col 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(--g62), filter 160ms var(--g62); }
.mv-col a:nth-child(1) { background: #7779e3; }
.mv-col a:nth-child(2) { background: #379ed8; }
.mv-col a:nth-child(3) { background: #11b7a7; }
.mv-col a:nth-child(4) { background: #e5b64c; }
.mv-col a:nth-child(5) { background: #83b735; }
.mv-col a:nth-child(6) { background: #ee7a55; }
.mv-col a:hover { color: #fff; filter: brightness(1.05); transform: translateY(-2px); }
.cy-mark { margin-top: 20px; padding: 16px 18px; background: linear-gradient(135deg, rgba(67,117,230,.08), rgba(8,191,208,.08)); color: var(--x93); font-size: 13px; border-left: 3px solid var(--f82); }

.w6u3r1 { margin-top: 44px; }
._aqf8l { display: grid; grid-template-columns: minmax(300px, 0.95fr) minmax(420px, 1.2fr) minmax(230px, 0.65fr); gap: 24px; padding-top: 20px; }
.z2n2z2 { height: 270px; overflow: hidden; background: var(--t79); }
.z2n2z2 img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 360ms var(--g62); }
.x3x8h5:hover img { transform: scale(1.025); }
.x3x8h5 h3 { margin: 13px 0 6px; font-size: 19px; line-height: 1.42; }
.x3x8h5 p { margin: 0; color: var(--x93); font-size: 14px; }
.xz-area { display: grid; gap: 15px; }
.hp-slot { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--g20); }
.hp-slot:last-child { border-bottom: 0; }
.hp-slot img { width: 150px; height: 94px; object-fit: cover; object-position: center 22%; }
.hp-slot h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.42; }
.hp-slot p { margin: 0; color: var(--x93); font-size: 13px; line-height: 1.5; }
.h7q1u7 { list-style: none; padding: 0; margin: 0; }
.h7q1u7 li { border-bottom: 1px dashed var(--g20); }
.h7q1u7 a { display: block; padding: 10px 0 10px 13px; position: relative; font-size: 14px; line-height: 1.48; }
.h7q1u7 a::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; background: var(--f82); }

.c9b3z8 { 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(--f82); }
.c9b3z8 h1 { margin: 0; font-size: 28px; line-height: 1.3; }
.c9b3z8 p { margin: 7px 0 0; color: var(--x93); }
.s1i2a9 { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 28px; }
.nf-card { border-top: 2px solid var(--z87); }
.qr-row { display: grid; grid-template-columns: 245px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--g20); }
.pn-tag { height: 160px; overflow: hidden; background: var(--t79); }
.pn-tag img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform 300ms var(--g62); }
.qr-row:hover img { transform: scale(1.03); }
.bw-foot { display: flex; gap: 10px; color: var(--x93); font-size: 12px; }
.qr-row h2 { margin: 5px 0 8px; font-size: 21px; line-height: 1.4; }
.qr-row p { margin: 0; color: var(--x93); font-size: 14px; }
.r4f3u9 { margin-top: 12px; color: var(--h63); font-size: 12px; }
.jm-head { padding: 18px; border: 1px solid var(--g20); background: var(--t79); }
.jm-head h3 { margin: 0 0 8px; font-size: 17px; }
.jm-head p { margin: 0; color: var(--x93); font-size: 13px; }
._i5dzc { margin-bottom: 24px; }
.vw-pill { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--g20); }
.vw-pill input { border: 0; outline: 0; padding: 14px 16px; background: var(--q40); color: var(--z87); }
.vw-pill button { border: 0; padding: 0 24px; color: #fff; background: var(--g19); cursor: pointer; }
.dk-area { margin-top: 12px; color: var(--x93); font-size: 14px; }
.h1d6p3 { padding: 64px 20px; text-align: center; color: var(--x93); border: 1px dashed var(--g20); }

.r7n6b2 { display: grid; grid-template-columns: minmax(0, 900px) 300px; justify-content: center; gap: 34px; }
.sl-cell { min-width: 0; }
._g5dgn { color: var(--x93); font-size: 13px; margin-bottom: 16px; }
.hp-zone { padding-bottom: 20px; border-bottom: 1px solid var(--g20); }
.wd-tag { color: var(--f82); font-weight: 800; font-size: 13px; letter-spacing: .08em; }
.hp-zone h1 { margin: 9px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.23; letter-spacing: -0.035em; }
.sl-line { margin: 0 0 14px; color: var(--x93); font-size: 18px; }
.bx-foot { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--x93); font-size: 13px; }
.bx-foot a { color: var(--h63); }
.cy-grid { margin: 28px 0 12px; }
.cy-grid img { width: 100%; max-height: 640px; object-fit: cover; object-position: center 20%; }
.cy-grid figcaption { padding: 9px 0; color: var(--x93); font-size: 12px; border-bottom: 1px solid var(--g20); }
.cy-grid figcaption a { color: var(--h63); }
.g2g3n7 { max-width: 790px; margin-inline: auto; padding-top: 12px; }
.g2g3n7 p { margin: 0 0 22px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 18px; line-height: 1.95; }
._b0n5h { margin: 26px 0; padding: 20px 24px; background: var(--t79); border-left: 4px solid var(--x51); }
._b0n5h h2 { margin: 0 0 10px; font-size: 18px; }
._b0n5h ul { margin: 0; padding-left: 20px; }
._b0n5h li { margin: 6px 0; }
.y9y5l7 { margin-top: 32px; padding: 22px; border: 1px solid var(--g20); }
.y9y5l7 h2 { margin: 0 0 10px; font-size: 19px; }
.y9y5l7 ul { margin: 0; padding-left: 20px; }
.y9y5l7 a { color: var(--h63); text-decoration: underline; text-underline-offset: 3px; }
.n7t9g8 { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.n7t9g8 a { padding: 4px 10px; background: var(--t79); color: var(--x93); font-size: 12px; }
.gk-tag { list-style: none; padding: 0; margin: 14px 0 0; }
.gk-tag li { padding: 10px 0; border-bottom: 1px dashed var(--g20); font-size: 14px; }

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

@media (max-width: 1120px) {
  :root { --z73: 980px; }
  ._d0n6b { grid-template-columns: 250px 1fr auto; }
  ._a2hwx { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  .right-rail { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  ._aqf8l { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  ._aqf8l > .h7q1u7 { grid-column: 1 / -1; columns: 2; column-gap: 28px; }
  .r7n6b2 { grid-template-columns: minmax(0, 1fr) 260px; }
}
@media (max-width: 820px) {
  .wd-card { width: min(calc(100% - 28px), var(--z73)); }
  .h4o7t3 { display: none; }
  ._d0n6b { min-height: 94px; grid-template-columns: 1fr auto; gap: 16px; }
  .jm-list { font-size: 30px; }
  ._s7w5o { width: 32px; height: 32px; }
  .e7e3w9 { grid-column: 1 / -1; grid-row: 2; margin-bottom: 18px; }
  .e4b3z9 { grid-column: 2; grid-row: 1; }
  .bx-unit { display: grid; }
  .bw-pill { overflow-x: auto; scrollbar-width: none; }
  .bw-pill::-webkit-scrollbar { display: none; }
  .s2k6m8 a { flex: 0 0 auto; min-width: 98px; }
  ._a2hwx, ._aqf8l, .s1i2a9, .r7n6b2 { grid-template-columns: 1fr; }
  .right-rail { grid-column: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  ._aqf8l > .h7q1u7 { grid-column: auto; columns: 1; }
  .s1i2a9 > aside, .r7n6b2 > aside { order: 2; }
  .g2g3n7 { max-width: 100%; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .wd-card { width: min(calc(100% - 22px), var(--z73)); }
  .k4u6e4 { height: 31px; font-size: 12px; }
  ._8upw6 { display: none; }
  ._d0n6b { min-height: 80px; }
  .jm-list { font-size: 25px; }
  ._s7w5o { width: 29px; height: 29px; }
  .nf-note { width: 37px; height: 37px; }
  .e4b3z9 ._qbd5e { display: none; }
  .bw-pill { min-height: 48px; }
  .s2k6m8 a { min-width: 84px; padding-inline: 11px; font-size: 14px; }
  .fn-list { padding-top: 15px; }
  .bw-row, .bw-row img { min-height: 310px; height: 310px; }
  .cy-body { left: 18px; right: 18px; bottom: 18px; }
  .bw-row h1 { font-size: 24px; }
  .sl-area { gap: 12px; }
  .lq-slot h3 { font-size: 13px; }
  .x9z1g4 { font-size: 18px; }
  ._cwd3e li { font-size: 14px; }
  .right-rail { grid-template-columns: 1fr; }
  .w6u3r1 { margin-top: 34px; }
  .z2n2z2 { height: 240px; }
  .hp-slot { grid-template-columns: 118px 1fr; gap: 12px; }
  .hp-slot img { width: 118px; height: 84px; }
  .hp-slot p { display: none; }
  .qr-row { grid-template-columns: 112px 1fr; gap: 13px; padding: 16px 0; }
  .pn-tag { height: 92px; }
  .qr-row h2 { margin: 3px 0 0; font-size: 16px; }
  .qr-row p, .r4f3u9 { display: none; }
  .c9b3z8 { padding: 18px; }
  .c9b3z8 h1 { font-size: 24px; }
  .hp-zone h1 { font-size: 30px; }
  .sl-line { font-size: 16px; }
  .g2g3n7 p { font-size: 17px; line-height: 1.9; }
  .cy-grid { margin-inline: -11px; }
  .cy-grid figcaption { padding-inline: 11px; }
  ._1grir { grid-template-columns: 1fr; }
  .b1p9d6 { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: no-preference) {
  .bw-row, ._cwd3e, .mv-foot, .w6u3r1 { animation: rise-in 420ms var(--g62) both; }
  ._cwd3e:nth-child(2) { animation-delay: 45ms; }
  ._cwd3e:nth-child(3) { animation-delay: 90ms; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
