@charset "UTF-8";

:root {
  color-scheme: light;
  --b53: #20242b;
  --y24: #69717d;
  --y48: #f5f7fa;
  --b3: #ffffff;
  --b12: #e7ebf0;
  --m83: #08bfd0;
  --u39: #4375e6;
  --m35: #2659c7;
  --t93: linear-gradient(100deg, #4d72df 0%, #13cbd2 100%);
  --u91: 0 12px 36px rgba(29, 50, 84, 0.08);
  --n95: 2px;
  --m27: cubic-bezier(0.23, 1, 0.32, 1);
  --q91: 1320px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --b53: #edf1f7;
  --y24: #a6aebb;
  --y48: #151a22;
  --b3: #10151c;
  --b12: #28303b;
  --u39: #6e92f0;
  --m35: #8ba8f4;
  --u91: 0 16px 40px rgba(0, 0, 0, 0.28);
}

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

._1gikc { height: 34px; background: var(--y48); border-bottom: 1px solid var(--b12); color: var(--y24); font-size: 13px; }
._1n1py { height: 100%; display: flex; align-items: center; gap: 14px; overflow: hidden; }
.g8z3q7 { flex: 0 0 auto; }
._le29l { color: #aab1bc; }
.gk-head { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

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

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

.b2k2v7 { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.3fr) minmax(250px, 0.68fr); align-items: start; gap: 24px; }
._k9qja, .g6i9z8, .y6z5b6, ._ccxvz, .t1m3a2 { background: var(--b3); }
._ma5he { position: relative; min-height: 330px; overflow: hidden; background: #2b2f37; box-shadow: var(--u91); }
._ma5he img { width: 100%; height: 330px; object-fit: cover; object-position: center 23%; filter: saturate(0.94) contrast(1.02); transition: transform 420ms var(--m27); }
._ma5he:hover img { transform: scale(1.025); }
._ma5he::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%); }
.g2k9j4 { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; }
.bx-mark { display: inline-block; margin-bottom: 8px; color: #a9f8ff; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; }
._ma5he h1 { margin: 0; font-size: clamp(23px, 2.15vw, 32px); line-height: 1.28; letter-spacing: -0.02em; }
._ma5he p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 14px; }

.bw-area { display: flex; align-items: end; justify-content: space-between; gap: 16px; min-height: 54px; border-bottom: 1px solid var(--b12); }
.bw-area h2, .bw-area h3 { margin: 0; padding-bottom: 10px; font-size: 20px; line-height: 1.2; position: relative; }
.bw-area h2::after, .bw-area h3::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 58px; height: 3px; background: var(--t93); }
.bw-area a { padding-bottom: 10px; color: var(--y24); font-size: 13px; }
.nf-card { margin-top: 20px; }
._2y4ff { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 18px; }
.a2n5w3 { min-width: 0; }
._pghzo { aspect-ratio: 1.55; overflow: hidden; background: var(--y48); }
._pghzo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 300ms var(--m27); }
.a2n5w3:hover img { transform: scale(1.035); }
.a2n5w3 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; }

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

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

._mqwuv { margin-top: 44px; }
.r7o9g8 { display: grid; grid-template-columns: minmax(300px, 0.95fr) minmax(420px, 1.2fr) minmax(230px, 0.65fr); gap: 24px; padding-top: 20px; }
.vw-flow { height: 270px; overflow: hidden; background: var(--y48); }
.vw-flow img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 360ms var(--m27); }
.jm-line:hover img { transform: scale(1.025); }
.jm-line h3 { margin: 13px 0 6px; font-size: 19px; line-height: 1.42; }
.jm-line p { margin: 0; color: var(--y24); font-size: 14px; }
.u2d6g5 { display: grid; gap: 15px; }
.l8x9p5 { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--b12); }
.l8x9p5:last-child { border-bottom: 0; }
.l8x9p5 img { width: 150px; height: 94px; object-fit: cover; object-position: center 22%; }
.l8x9p5 h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.42; }
.l8x9p5 p { margin: 0; color: var(--y24); font-size: 13px; line-height: 1.5; }
.zt-note { list-style: none; padding: 0; margin: 0; }
.zt-note li { border-bottom: 1px dashed var(--b12); }
.zt-note a { display: block; padding: 10px 0 10px 13px; position: relative; font-size: 14px; line-height: 1.48; }
.zt-note a::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; background: var(--m83); }

.u9j6h3 { 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(--m83); }
.u9j6h3 h1 { margin: 0; font-size: 28px; line-height: 1.3; }
.u9j6h3 p { margin: 7px 0 0; color: var(--y24); }
.zt-unit { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 28px; }
._ccxvz { border-top: 2px solid var(--b53); }
._zrfti { display: grid; grid-template-columns: 245px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--b12); }
.nf-zone { height: 160px; overflow: hidden; background: var(--y48); }
.nf-zone img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform 300ms var(--m27); }
._zrfti:hover img { transform: scale(1.03); }
._akr7y { display: flex; gap: 10px; color: var(--y24); font-size: 12px; }
._zrfti h2 { margin: 5px 0 8px; font-size: 21px; line-height: 1.4; }
._zrfti p { margin: 0; color: var(--y24); font-size: 14px; }
.u2r4c8 { margin-top: 12px; color: var(--m35); font-size: 12px; }
.s1k9m5 { padding: 18px; border: 1px solid var(--b12); background: var(--y48); }
.s1k9m5 h3 { margin: 0 0 8px; font-size: 17px; }
.s1k9m5 p { margin: 0; color: var(--y24); font-size: 13px; }
._i1rla { margin-bottom: 24px; }
._9c7p5 { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--b12); }
._9c7p5 input { border: 0; outline: 0; padding: 14px 16px; background: var(--b3); color: var(--b53); }
._9c7p5 button { border: 0; padding: 0 24px; color: #fff; background: var(--t93); cursor: pointer; }
.xz-box { margin-top: 12px; color: var(--y24); font-size: 14px; }
.o3j6f9 { padding: 64px 20px; text-align: center; color: var(--y24); border: 1px dashed var(--b12); }

._ep1zi { display: grid; grid-template-columns: minmax(0, 900px) 300px; justify-content: center; gap: 34px; }
.t1m3a2 { min-width: 0; }
._zstrm { color: var(--y24); font-size: 13px; margin-bottom: 16px; }
._45j7s { padding-bottom: 20px; border-bottom: 1px solid var(--b12); }
._7nmo6 { color: var(--m83); font-weight: 800; font-size: 13px; letter-spacing: .08em; }
._45j7s h1 { margin: 9px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.23; letter-spacing: -0.035em; }
.j1y8z9 { margin: 0 0 14px; color: var(--y24); font-size: 18px; }
.wd-mark { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--y24); font-size: 13px; }
.wd-mark a { color: var(--m35); }
.qr-head { margin: 28px 0 12px; }
.qr-head img { width: 100%; max-height: 640px; object-fit: cover; object-position: center 20%; }
.qr-head figcaption { padding: 9px 0; color: var(--y24); font-size: 12px; border-bottom: 1px solid var(--b12); }
.qr-head figcaption a { color: var(--m35); }
._22mol { max-width: 790px; margin-inline: auto; padding-top: 12px; }
._22mol p { margin: 0 0 22px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 18px; line-height: 1.95; }
._od88k { margin: 26px 0; padding: 20px 24px; background: var(--y48); border-left: 4px solid var(--u39); }
._od88k h2 { margin: 0 0 10px; font-size: 18px; }
._od88k ul { margin: 0; padding-left: 20px; }
._od88k li { margin: 6px 0; }
.cy-mark { margin-top: 32px; padding: 22px; border: 1px solid var(--b12); }
.cy-mark h2 { margin: 0 0 10px; font-size: 19px; }
.cy-mark ul { margin: 0; padding-left: 20px; }
.cy-mark a { color: var(--m35); text-decoration: underline; text-underline-offset: 3px; }
.cy-unit { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.cy-unit a { padding: 4px 10px; background: var(--y48); color: var(--y24); font-size: 12px; }
._7biiq { list-style: none; padding: 0; margin: 14px 0 0; }
._7biiq li { padding: 10px 0; border-bottom: 1px dashed var(--b12); font-size: 14px; }

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

@media (max-width: 1120px) {
  :root { --q91: 980px; }
  .s6q5y4 { grid-template-columns: 250px 1fr auto; }
  .b2k2v7 { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  .right-rail { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r7o9g8 { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  .r7o9g8 > .zt-note { grid-column: 1 / -1; columns: 2; column-gap: 28px; }
  ._ep1zi { grid-template-columns: minmax(0, 1fr) 260px; }
}
@media (max-width: 820px) {
  ._bprpq { width: min(calc(100% - 28px), var(--q91)); }
  ._le29l { display: none; }
  .s6q5y4 { min-height: 94px; grid-template-columns: 1fr auto; gap: 16px; }
  ._9b9rk { font-size: 30px; }
  ._0tlak { width: 32px; height: 32px; }
  .v1d4l6 { grid-column: 1 / -1; grid-row: 2; margin-bottom: 18px; }
  ._91i10 { grid-column: 2; grid-row: 1; }
  ._ngahs { display: grid; }
  .r3n8p7 { overflow-x: auto; scrollbar-width: none; }
  .r3n8p7::-webkit-scrollbar { display: none; }
  .r1y1n2 a { flex: 0 0 auto; min-width: 98px; }
  .b2k2v7, .r7o9g8, .zt-unit, ._ep1zi { grid-template-columns: 1fr; }
  .right-rail { grid-column: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r7o9g8 > .zt-note { grid-column: auto; columns: 1; }
  .zt-unit > aside, ._ep1zi > aside { order: 2; }
  ._22mol { max-width: 100%; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  ._bprpq { width: min(calc(100% - 22px), var(--q91)); }
  ._1gikc { height: 31px; font-size: 12px; }
  .g8z3q7 { display: none; }
  .s6q5y4 { min-height: 80px; }
  ._9b9rk { font-size: 25px; }
  ._0tlak { width: 29px; height: 29px; }
  ._t2gxw { width: 37px; height: 37px; }
  ._91i10 .t4i4x3 { display: none; }
  .r3n8p7 { min-height: 48px; }
  .r1y1n2 a { min-width: 84px; padding-inline: 11px; font-size: 14px; }
  .hp-line { padding-top: 15px; }
  ._ma5he, ._ma5he img { min-height: 310px; height: 310px; }
  .g2k9j4 { left: 18px; right: 18px; bottom: 18px; }
  ._ma5he h1 { font-size: 24px; }
  ._2y4ff { gap: 12px; }
  .a2n5w3 h3 { font-size: 13px; }
  .qr-item { font-size: 18px; }
  ._kis0r li { font-size: 14px; }
  .right-rail { grid-template-columns: 1fr; }
  ._mqwuv { margin-top: 34px; }
  .vw-flow { height: 240px; }
  .l8x9p5 { grid-template-columns: 118px 1fr; gap: 12px; }
  .l8x9p5 img { width: 118px; height: 84px; }
  .l8x9p5 p { display: none; }
  ._zrfti { grid-template-columns: 112px 1fr; gap: 13px; padding: 16px 0; }
  .nf-zone { height: 92px; }
  ._zrfti h2 { margin: 3px 0 0; font-size: 16px; }
  ._zrfti p, .u2r4c8 { display: none; }
  .u9j6h3 { padding: 18px; }
  .u9j6h3 h1 { font-size: 24px; }
  ._45j7s h1 { font-size: 30px; }
  .j1y8z9 { font-size: 16px; }
  ._22mol p { font-size: 17px; line-height: 1.9; }
  .qr-head { margin-inline: -11px; }
  .qr-head figcaption { padding-inline: 11px; }
  ._71cbl { grid-template-columns: 1fr; }
  .vw-pan { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: no-preference) {
  ._ma5he, ._kis0r, .g6i9z8, ._mqwuv { animation: rise-in 420ms var(--m27) both; }
  ._kis0r:nth-child(2) { animation-delay: 45ms; }
  ._kis0r:nth-child(3) { animation-delay: 90ms; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
