@charset "UTF-8";

:root {
  color-scheme: light;
  --d89: #20242b;
  --e48: #69717d;
  --y56: #f5f7fa;
  --n86: #ffffff;
  --y94: #e7ebf0;
  --h24: #08bfd0;
  --g85: #4375e6;
  --j35: #2659c7;
  --k40: linear-gradient(100deg, #4d72df 0%, #13cbd2 100%);
  --q7: 0 12px 36px rgba(29, 50, 84, 0.08);
  --p28: 2px;
  --b62: cubic-bezier(0.23, 1, 0.32, 1);
  --q72: 1320px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --d89: #edf1f7;
  --e48: #a6aebb;
  --y56: #151a22;
  --n86: #10151c;
  --y94: #28303b;
  --g85: #6e92f0;
  --j35: #8ba8f4;
  --q7: 0 16px 40px rgba(0, 0, 0, 0.28);
}

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

.l4w4z8 { height: 34px; background: var(--y56); border-bottom: 1px solid var(--y94); color: var(--e48); font-size: 13px; }
.mv-col { height: 100%; display: flex; align-items: center; gap: 14px; overflow: hidden; }
._7n961 { flex: 0 0 auto; }
._u6l9o { color: #aab1bc; }
.gk-pill { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

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

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

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

.t5v8v2 { display: flex; align-items: end; justify-content: space-between; gap: 16px; min-height: 54px; border-bottom: 1px solid var(--y94); }
.t5v8v2 h2, .t5v8v2 h3 { margin: 0; padding-bottom: 10px; font-size: 20px; line-height: 1.2; position: relative; }
.t5v8v2 h2::after, .t5v8v2 h3::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 58px; height: 3px; background: var(--k40); }
.t5v8v2 a { padding-bottom: 10px; color: var(--e48); font-size: 13px; }
.gk-body { margin-top: 20px; }
.gk-note { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 18px; }
.a6u6r4 { min-width: 0; }
._judv4 { aspect-ratio: 1.55; overflow: hidden; background: var(--y56); }
._judv4 img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 300ms var(--b62); }
.a6u6r4:hover img { transform: scale(1.035); }
.a6u6r4 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; }

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

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

.hp-mark { margin-top: 44px; }
._hyg86 { display: grid; grid-template-columns: minmax(300px, 0.95fr) minmax(420px, 1.2fr) minmax(230px, 0.65fr); gap: 24px; padding-top: 20px; }
._kkn8f { height: 270px; overflow: hidden; background: var(--y56); }
._kkn8f img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform 360ms var(--b62); }
.wd-item:hover img { transform: scale(1.025); }
.wd-item h3 { margin: 13px 0 6px; font-size: 19px; line-height: 1.42; }
.wd-item p { margin: 0; color: var(--e48); font-size: 14px; }
.m2f8x5 { display: grid; gap: 15px; }
.u7l6j9 { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--y94); }
.u7l6j9:last-child { border-bottom: 0; }
.u7l6j9 img { width: 150px; height: 94px; object-fit: cover; object-position: center 22%; }
.u7l6j9 h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.42; }
.u7l6j9 p { margin: 0; color: var(--e48); font-size: 13px; line-height: 1.5; }
.mv-mark { list-style: none; padding: 0; margin: 0; }
.mv-mark li { border-bottom: 1px dashed var(--y94); }
.mv-mark a { display: block; padding: 10px 0 10px 13px; position: relative; font-size: 14px; line-height: 1.48; }
.mv-mark a::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; background: var(--h24); }

.fn-box { 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(--h24); }
.fn-box h1 { margin: 0; font-size: 28px; line-height: 1.3; }
.fn-box p { margin: 7px 0 0; color: var(--e48); }
._skiel { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 28px; }
.j1e8k7 { border-top: 2px solid var(--d89); }
.q8w6s1 { display: grid; grid-template-columns: 245px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--y94); }
._da12p { height: 160px; overflow: hidden; background: var(--y56); }
._da12p img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform 300ms var(--b62); }
.q8w6s1:hover img { transform: scale(1.03); }
._uzdei { display: flex; gap: 10px; color: var(--e48); font-size: 12px; }
.q8w6s1 h2 { margin: 5px 0 8px; font-size: 21px; line-height: 1.4; }
.q8w6s1 p { margin: 0; color: var(--e48); font-size: 14px; }
._or0vw { margin-top: 12px; color: var(--j35); font-size: 12px; }
.d3y5t7 { padding: 18px; border: 1px solid var(--y94); background: var(--y56); }
.d3y5t7 h3 { margin: 0 0 8px; font-size: 17px; }
.d3y5t7 p { margin: 0; color: var(--e48); font-size: 13px; }
.u1a8r6 { margin-bottom: 24px; }
.j2b3q7 { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--y94); }
.j2b3q7 input { border: 0; outline: 0; padding: 14px 16px; background: var(--n86); color: var(--d89); }
.j2b3q7 button { border: 0; padding: 0 24px; color: #fff; background: var(--k40); cursor: pointer; }
._jbbz2 { margin-top: 12px; color: var(--e48); font-size: 14px; }
._gwfe2 { padding: 64px 20px; text-align: center; color: var(--e48); border: 1px dashed var(--y94); }

.dk-wrap { display: grid; grid-template-columns: minmax(0, 900px) 300px; justify-content: center; gap: 34px; }
._gfg22 { min-width: 0; }
.p9l1r7 { color: var(--e48); font-size: 13px; margin-bottom: 16px; }
.qr-col { padding-bottom: 20px; border-bottom: 1px solid var(--y94); }
.bx-foot { color: var(--h24); font-weight: 800; font-size: 13px; letter-spacing: .08em; }
.qr-col h1 { margin: 9px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.23; letter-spacing: -0.035em; }
._g53o6 { margin: 0 0 14px; color: var(--e48); font-size: 18px; }
.sl-list { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--e48); font-size: 13px; }
.sl-list a { color: var(--j35); }
.c8r2e7 { margin: 28px 0 12px; }
.c8r2e7 img { width: 100%; max-height: 640px; object-fit: cover; object-position: center 20%; }
.c8r2e7 figcaption { padding: 9px 0; color: var(--e48); font-size: 12px; border-bottom: 1px solid var(--y94); }
.c8r2e7 figcaption a { color: var(--j35); }
.qr-box { max-width: 790px; margin-inline: auto; padding-top: 12px; }
.qr-box p { margin: 0 0 22px; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 18px; line-height: 1.95; }
.n5u3t5 { margin: 26px 0; padding: 20px 24px; background: var(--y56); border-left: 4px solid var(--g85); }
.n5u3t5 h2 { margin: 0 0 10px; font-size: 18px; }
.n5u3t5 ul { margin: 0; padding-left: 20px; }
.n5u3t5 li { margin: 6px 0; }
.p5e7n6 { margin-top: 32px; padding: 22px; border: 1px solid var(--y94); }
.p5e7n6 h2 { margin: 0 0 10px; font-size: 19px; }
.p5e7n6 ul { margin: 0; padding-left: 20px; }
.p5e7n6 a { color: var(--j35); text-decoration: underline; text-underline-offset: 3px; }
.cy-pill { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.cy-pill a { padding: 4px 10px; background: var(--y56); color: var(--e48); font-size: 12px; }
.xz-col { list-style: none; padding: 0; margin: 14px 0 0; }
.xz-col li { padding: 10px 0; border-bottom: 1px dashed var(--y94); font-size: 14px; }

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

@media (max-width: 1120px) {
  :root { --q72: 980px; }
  .hp-wrap { grid-template-columns: 250px 1fr auto; }
  ._r1q2o { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  .right-rail { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  ._hyg86 { grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.2fr); }
  ._hyg86 > .mv-mark { grid-column: 1 / -1; columns: 2; column-gap: 28px; }
  .dk-wrap { grid-template-columns: minmax(0, 1fr) 260px; }
}
@media (max-width: 820px) {
  .pn-body { width: min(calc(100% - 28px), var(--q72)); }
  ._u6l9o { display: none; }
  .hp-wrap { min-height: 94px; grid-template-columns: 1fr auto; gap: 16px; }
  .jm-wrap { font-size: 30px; }
  ._jsbxx { width: 32px; height: 32px; }
  ._k8qxm { grid-column: 1 / -1; grid-row: 2; margin-bottom: 18px; }
  ._mncw5 { grid-column: 2; grid-row: 1; }
  .dk-note { display: grid; }
  .t3y9p3 { overflow-x: auto; scrollbar-width: none; }
  .t3y9p3::-webkit-scrollbar { display: none; }
  .y9f2d1 a { flex: 0 0 auto; min-width: 98px; }
  ._r1q2o, ._hyg86, ._skiel, .dk-wrap { grid-template-columns: 1fr; }
  .right-rail { grid-column: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  ._hyg86 > .mv-mark { grid-column: auto; columns: 1; }
  ._skiel > aside, .dk-wrap > aside { order: 2; }
  .qr-box { max-width: 100%; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .pn-body { width: min(calc(100% - 22px), var(--q72)); }
  .l4w4z8 { height: 31px; font-size: 12px; }
  ._7n961 { display: none; }
  .hp-wrap { min-height: 80px; }
  .jm-wrap { font-size: 25px; }
  ._jsbxx { width: 29px; height: 29px; }
  ._5rsh5 { width: 37px; height: 37px; }
  ._mncw5 .jm-cell { display: none; }
  .t3y9p3 { min-height: 48px; }
  .y9f2d1 a { min-width: 84px; padding-inline: 11px; font-size: 14px; }
  .cy-tag { padding-top: 15px; }
  ._4kq6b, ._4kq6b img { min-height: 310px; height: 310px; }
  .p4r7c4 { left: 18px; right: 18px; bottom: 18px; }
  ._4kq6b h1 { font-size: 24px; }
  .gk-note { gap: 12px; }
  .a6u6r4 h3 { font-size: 13px; }
  .s9i1q9 { font-size: 18px; }
  .g6p5d5 li { font-size: 14px; }
  .right-rail { grid-template-columns: 1fr; }
  .hp-mark { margin-top: 34px; }
  ._kkn8f { height: 240px; }
  .u7l6j9 { grid-template-columns: 118px 1fr; gap: 12px; }
  .u7l6j9 img { width: 118px; height: 84px; }
  .u7l6j9 p { display: none; }
  .q8w6s1 { grid-template-columns: 112px 1fr; gap: 13px; padding: 16px 0; }
  ._da12p { height: 92px; }
  .q8w6s1 h2 { margin: 3px 0 0; font-size: 16px; }
  .q8w6s1 p, ._or0vw { display: none; }
  .fn-box { padding: 18px; }
  .fn-box h1 { font-size: 24px; }
  .qr-col h1 { font-size: 30px; }
  ._g53o6 { font-size: 16px; }
  .qr-box p { font-size: 17px; line-height: 1.9; }
  .c8r2e7 { margin-inline: -11px; }
  .c8r2e7 figcaption { padding-inline: 11px; }
  .vw-foot { grid-template-columns: 1fr; }
  .gk-box { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: no-preference) {
  ._4kq6b, .g6p5d5, ._0f04d, .hp-mark { animation: rise-in 420ms var(--b62) both; }
  .g6p5d5:nth-child(2) { animation-delay: 45ms; }
  .g6p5d5:nth-child(3) { animation-delay: 90ms; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
