/* 夜班档案室：新粗野主义编辑排版、真实纪实摄影、证据黄索引与克制红章。 */
@charset "UTF-8";

:root {
  --z87: #080909;
  --v28: #101111;
  --g42: #151616;
  --f67: #f2efe6;
  --a94: #aaa89f;
  --q50: #f2c94c;
  --e87: #b99b32;
  --n98: #e73e37;
  --b17: #313230;
  --v10: #5b5748;
  --e53: #47c987;
  --u61: 8px 8px 0 rgba(0, 0, 0, .48);
  --h30: cubic-bezier(.23, 1, .32, 1);
  --p69: cubic-bezier(.77, 0, .175, 1);
  --y90: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--z87);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--f67);
  background:
    radial-gradient(circle at 86% 8%, rgba(242, 201, 76, .065), transparent 28rem),
    linear-gradient(180deg, #070808 0%, #0a0b0b 45%, #070808 100%);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

::selection {
  color: var(--z87);
  background: var(--q50);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--q50);
  outline-offset: 4px;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

.g7b6n5 {
  width: min(calc(100% - 40px), var(--y90));
  margin-inline: auto;
}

.r6y2m8 {
  position: relative;
  z-index: 20;
  height: 37px;
  overflow: hidden;
  color: #111;
  border-bottom: 1px solid #90771c;
  background: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.t1g6k3 {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: ticker-run 32s linear infinite;
}

.r6y2m8:hover .t1g6k3 {
  animation-play-state: paused;
}

.k5z6v7 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  white-space: nowrap;
}

.k5z6v7::before {
  width: 6px;
  height: 6px;
  background: #111;
  content: "";
  transform: rotate(45deg);
}

@keyframes ticker-run {
  to { transform: translateX(-50%); }
}

._6vyot {
  position: sticky;
  z-index: 18;
  top: 0;
  border-bottom: 1px solid rgba(242, 201, 76, .28);
  background: rgba(8, 9, 9, .93);
  backdrop-filter: blur(18px);
}

.h2d4e1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 32px;
}

.bx-tag {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 13px;
}

.p1k5k9 {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  border: 1px solid var(--q50);
  background: #0a0b0b;
  clip-path: polygon(0 0, 100% 0, 100% 79%, 79% 100%, 0 100%);
}

.p1k5k9::before {
  position: absolute;
  top: 7px;
  left: -1px;
  width: 4px;
  height: 4px;
  background: var(--q50);
  box-shadow: 0 9px 0 var(--q50), 0 18px 0 var(--q50), 0 27px 0 var(--q50);
  content: "";
}

.dk-area {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.u7b6m8 {
  display: grid;
  line-height: 1;
}

.u7b6m8 strong {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  color: var(--f67);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u7b6m8 strong::after {
  display: inline-block;
  width: 26px;
  height: 8px;
  margin-left: 9px;
  background: repeating-linear-gradient(90deg, var(--q50) 0 4px, transparent 4px 7px);
  content: "";
  transform: translateY(-2px);
}

.u7b6m8 small {
  margin-top: 7px;
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.t5o1w6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.t5o1w6 a,
.mv-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: #d4d1c7;
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms var(--h30), background 180ms var(--h30), transform 140ms var(--h30);
}

.t5o1w6 a::after {
  position: absolute;
  right: 14px;
  bottom: 7px;
  left: 14px;
  height: 2px;
  background: var(--q50);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--h30);
}

.t5o1w6 a:hover,
.mv-tag:hover {
  color: var(--f67);
  background: rgba(242, 201, 76, .08);
}

.t5o1w6 a:hover::after,
.t5o1w6 a[aria-current="page"]::after {
  transform: scaleX(1);
}

.t5o1w6 a[aria-current="page"] {
  color: var(--q50);
}

.mv-tag {
  margin-left: 8px;
  border: 1px solid var(--b17);
}

.mv-tag:active,
.j7u4w2:active,
.fn-body:active,
.o7h2e8:active {
  transform: scale(.97);
}

.o7h2e8 {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--b17);
  background: var(--g42);
  transition: transform 140ms var(--h30);
}

.o7h2e8 span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--q50);
}

.lq-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  gap: 20px;
  color: var(--a94);
  border-bottom: 1px solid var(--b17);
  font-size: 12px;
}

.t4n9c7 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

._1wzat {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--e53);
  box-shadow: 0 0 0 0 rgba(71, 201, 135, .5);
  animation: pulse-status 2.4s infinite;
}

@keyframes pulse-status {
  60% { box-shadow: 0 0 0 8px rgba(71, 201, 135, 0); }
  100% { box-shadow: 0 0 0 0 rgba(71, 201, 135, 0); }
}

.m7w8i4 {
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cy-wrap {
  display: grid;
  grid-template-columns: 148px minmax(0, 1.5fr) minmax(300px, .68fr);
  gap: 2px;
  padding: 32px 0 22px;
}

.t2h4h8 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--b17);
  background: #0b0c0c;
}

.dk-pan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px;
  color: var(--q50);
  border-bottom: 1px solid var(--b17);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.dk-pan b {
  color: var(--a94);
}

.l6c5m7 {
  display: grid;
  gap: 2px;
  padding: 16px 12px;
  border-bottom: 1px solid var(--b17);
  transition: color 160ms var(--h30), background 160ms var(--h30), padding-left 160ms var(--h30);
}

.l6c5m7 b {
  color: var(--f67);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.l6c5m7 span {
  color: var(--q50);
  font-size: 9px;
  font-weight: 800;
}

.l6c5m7 time {
  color: var(--a94);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: .08em;
}

.l6c5m7:hover {
  padding-left: 17px;
  color: #111;
  background: var(--q50);
}

.l6c5m7:hover b,
.l6c5m7:hover span,
.l6c5m7:hover time {
  color: #111;
}

.vw-note {
  margin: auto 10px 12px;
  padding: 11px 8px;
  color: #ff6f67;
  border: 2px solid rgba(231, 62, 55, .72);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  text-align: center;
  transform: rotate(-2deg);
}

.vw-area {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--b17);
  background: #050505;
}

._fzn5y,
._lji2e,
.x9g6l9 img,
.jm-foot img,
._hyf6j img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._fzn5y {
  position: absolute;
  inset: 0;
  opacity: .82;
  filter: saturate(.78) contrast(1.08);
  transition: opacity 220ms var(--h30), transform 700ms var(--p69);
}

.vw-area:hover ._fzn5y {
  opacity: .92;
  transform: scale(1.015);
}

.vw-area::before,
.sl-body::before,
.x9g6l9::before,
._hyf6j::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  pointer-events: none;
  border: 1px solid rgba(242, 239, 230, .28);
  content: "";
  clip-path: polygon(0 0, 17px 0, 17px 1px, 1px 1px, 1px 17px, 0 17px, 0 0, 100% 0, 100% 17px, calc(100% - 1px) 17px, calc(100% - 1px) 1px, calc(100% - 17px) 1px, calc(100% - 17px) 0, 100% 0, 100% 100%, calc(100% - 17px) 100%, calc(100% - 17px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 17px), 100% calc(100% - 17px), 100% 100%, 0 100%, 0 calc(100% - 17px), 1px calc(100% - 17px), 1px calc(100% - 1px), 17px calc(100% - 1px), 17px 100%, 0 100%);
}

.zt-mark {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .34) 62%, rgba(0, 0, 0, .06) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .92) 0%, transparent 58%);
}

.k4g9p2 {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 7%;
  left: 6%;
  max-width: 770px;
}

._bx3mj,
.d2y8d9,
._ws6sm,
._9dtwn {
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.u7v6l2 {
  max-width: 730px;
  margin: 12px 0 18px;
  font-size: clamp(34px, 5.1vw, 72px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.b8b6l4 {
  margin: -5px 0 15px;
  color: var(--q50);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.o4s9y4 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(19px, 2.2vw, 30px);
  line-height: 1.3;
  letter-spacing: -.025em;
}

.o4s9y4 a:hover {
  color: var(--q50);
}

.p2l2x5,
._zhoqt,
.qr-foot,
._3yj8a,
.nf-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: var(--a94);
  font-size: 12px;
}

.p2l2x5 strong,
._zhoqt strong {
  color: var(--f67);
}

.p1e6e7 {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 10px;
  color: #fff;
  border: 2px solid #ff6f67;
  background: rgba(184, 23, 18, .82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  transform: rotate(-2deg);
}

.n1i9b3 {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 16px;
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

.n1i9b3 b {
  font-size: 28px;
  line-height: 1;
}

.n1i9b3 small {
  color: var(--a94);
  font-size: 11px;
  letter-spacing: .08em;
}

.m2o6x7 {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
}

.sl-body {
  position: relative;
  display: grid;
  min-height: 202px;
  overflow: hidden;
  border: 1px solid var(--b17);
  background: var(--v28);
  transition: border-color 180ms var(--h30), transform 180ms var(--h30);
}

.sl-body:hover,
.brief-card._ovjrz {
  z-index: 3;
  border-color: var(--q50);
  transform: translateX(-6px);
}

._lji2e {
  position: absolute;
  inset: 0;
  opacity: .4;
  filter: saturate(.65);
}

.qr-unit {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #090a0a 3%, rgba(9, 10, 10, .8) 47%, rgba(9, 10, 10, .25));
}

._k8h4w {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: 28px;
}

._k8h4w h2 {
  max-width: 460px;
  margin: 8px 0 12px;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.a1e2n8 {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  margin: 14px 0 80px;
  border-top: 1px solid var(--e87);
  border-bottom: 1px solid var(--e87);
  background: rgba(242, 201, 76, .035);
}

._gowkb {
  min-height: 120px;
  padding: 23px 24px;
  border-right: 1px solid var(--b17);
}

._gowkb:last-child {
  border-right: 0;
}

._gowkb small {
  display: block;
  color: var(--a94);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

._gowkb strong {
  display: block;
  margin-top: 8px;
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

._gowkb p {
  margin: 8px 0 0;
  color: var(--a94);
  font-size: 12px;
}

.xz-grid {
  margin: 0 0 92px;
}

._jkmdk {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--b17);
}

._jkmdk h2,
._jkmdk h1 {
  margin: 5px 0 0;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.045em;
}

._jkmdk p {
  max-width: 490px;
  margin: 0;
  color: var(--a94);
  font-size: 13px;
}

._j5sl9 {
  color: var(--v10);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.jm-pan {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--b17);
}

._stfil {
  position: relative;
  min-height: 184px;
  padding: 26px;
  overflow: hidden;
  border-right: 1px solid var(--b17);
  background: var(--v28);
  transition: background 200ms var(--h30), color 200ms var(--h30);
}

._stfil:last-child {
  border-right: 0;
}

._stfil::after {
  position: absolute;
  right: -20px;
  bottom: -44px;
  color: rgba(242, 201, 76, .055);
  content: attr(data-code);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  transition: transform 240ms var(--h30), color 240ms var(--h30);
}

._stfil:hover {
  color: #111;
  background: var(--q50);
}

._stfil:hover::after {
  color: rgba(0, 0, 0, .09);
  transform: translate(-10px, -8px);
}

.q8h2r2 {
  font-size: 26px;
}

._stfil b {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 35px;
  font-size: 18px;
}

._stfil small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 7px;
  color: var(--a94);
  font-size: 11px;
}

._stfil:hover small {
  color: rgba(0, 0, 0, .66);
}

.wd-unit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 38px;
}

.vw-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 18px;
}

._xlntt {
  position: relative;
  min-width: 0;
  border-bottom: 1px solid var(--b17);
  background: linear-gradient(180deg, rgba(255,255,255,.025), transparent);
  transition: transform 200ms var(--h30), border-color 200ms var(--h30);
}

._xlntt:nth-child(4n + 2) {
  margin-top: 38px;
}

._xlntt:nth-child(5n) {
  margin-top: 16px;
}

._xlntt:hover {
  border-color: var(--q50);
  transform: translateY(-7px);
}

.x9g6l9 {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #050505;
}

.x9g6l9 img {
  filter: saturate(.72) contrast(1.04);
  transition: transform 450ms var(--p69), filter 250ms var(--h30);
}

._xlntt:hover .x9g6l9 img {
  filter: saturate(.92) contrast(1.08);
  transform: scale(1.035);
}

.sl-tag {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  padding: 34px 18px 14px;
  color: var(--f67);
  background: linear-gradient(0deg, rgba(0,0,0,.86), transparent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.qr-flow {
  padding: 18px 4px 22px;
}

.qr-flow h3 {
  display: -webkit-box;
  min-height: 54px;
  margin: 8px 0 14px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.025em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.qr-flow h3 a:hover {
  color: var(--q50);
}

.bx-chip {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 2px 7px;
  color: var(--q50);
  border: 1px solid var(--e87);
  font-size: 10px;
  font-weight: 800;
}

._khfv3 {
  color: #85837b;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: .08em;
}

.cy-pan {
  margin-left: auto;
  color: var(--q50);
  letter-spacing: -.08em;
}

.k6d8c7 {
  position: sticky;
  top: 118px;
  padding-left: 24px;
  border-left: 1px solid var(--b17);
}

._udgvy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--q50);
  font-size: 14px;
}

._udgvy span {
  color: var(--n98);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
}

._8b5tu {
  height: 342px;
  overflow: hidden;
}

.dk-wrap {
  animation: feed-rise 28s linear infinite;
}

._8b5tu:hover .dk-wrap {
  animation-play-state: paused;
}

@keyframes feed-rise {
  to { transform: translateY(-50%); }
}

.sl-card {
  padding: 13px 0;
  color: #d7d3c7;
  border-bottom: 1px dashed var(--b17);
  font-size: 12px;
}

.sl-card time {
  display: block;
  margin-bottom: 3px;
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
}

.lq-mark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--b17);
  border-left: 1px solid var(--b17);
}

._vmg7m {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  min-height: 145px;
  gap: 17px;
  padding: 24px;
  border-right: 1px solid var(--b17);
  border-bottom: 1px solid var(--b17);
  background: rgba(255, 255, 255, .018);
  transition: background 180ms var(--h30), transform 180ms var(--h30);
}

._vmg7m:hover {
  z-index: 2;
  background: rgba(242, 201, 76, .08);
  transform: translate(-4px, -4px);
}

._l5w2q {
  width: 64px;
  height: 64px;
  border: 2px solid var(--q50);
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
}

.f3j8v7 b {
  display: block;
  font-size: 16px;
}

._c16co {
  display: inline-block;
  margin-top: 4px;
  color: var(--q50);
  font-size: 10px;
  font-weight: 800;
}

.f4s3m3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
  color: var(--a94);
  font-size: 10px;
}

._hqehn {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  border: 1px solid var(--b17);
}

.hp-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

._203il {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 86px;
  align-items: center;
  min-height: 66px;
  gap: 16px;
  padding: 10px 22px;
  border-bottom: 1px solid var(--b17);
  transition: background 180ms var(--h30), padding-left 180ms var(--h30);
}

._203il:last-child {
  border-bottom: 0;
}

._203il:hover {
  padding-left: 28px;
  background: rgba(242, 201, 76, .055);
}

.bx-wrap {
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

._203il:nth-child(-n + 3) .bx-wrap {
  color: var(--n98);
}

._gw9l8 {
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._7ehtl {
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-align: right;
}

.e1a5g8 {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid var(--b17);
  background: #0d0e0e;
}

.e1a5g8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  filter: saturate(.6);
}

._993gu {
  position: absolute;
  inset: auto 28px 28px;
}

._993gu strong {
  display: block;
  max-width: 310px;
  font-size: 28px;
  line-height: 1.2;
}

._993gu p {
  margin: 10px 0 0;
  color: var(--a94);
  font-size: 12px;
}

.tx-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--b17);
  border-left: 1px solid var(--b17);
}

._s226v {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--b17);
  border-bottom: 1px solid var(--b17);
}

._s226v ._l5w2q {
  width: 44px;
  height: 44px;
  border-width: 1px;
}

.vw-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._g2xjh {
  margin-left: auto;
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.vw-body b {
  font-size: 13px;
}

._s226v p {
  margin: 9px 0 13px;
  color: #d4d1c7;
  font-size: 13px;
  line-height: 1.75;
}

.fn-body {
  padding: 0;
  color: var(--a94);
  border: 0;
  background: transparent;
  font-size: 11px;
  transition: color 160ms var(--h30), transform 140ms var(--h30);
}

.fn-body:hover,
.like-button.m8y7j7 {
  color: var(--q50);
}

.dk-chip {
  position: relative;
  padding: 72px 0 52px;
  border-bottom: 1px solid var(--b17);
}

.dk-chip::after {
  position: absolute;
  right: 2%;
  bottom: -24px;
  color: rgba(242, 201, 76, .055);
  content: attr(data-index);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(110px, 19vw, 260px);
  font-weight: 700;
  line-height: .7;
  pointer-events: none;
}

.q8z6p7 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
  color: var(--a94);
  font-size: 11px;
}

.q8z6p7 a:hover {
  color: var(--q50);
}

.dk-chip h1 {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0;
  font-size: clamp(40px, 7vw, 88px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.06em;
}

.dk-chip p {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--a94);
  font-size: 15px;
}

._oym11 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 50px;
  padding: 46px 0 90px;
}

._hyf6j {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 32px;
  background: #050505;
}

._hyf6j img {
  filter: saturate(.72) contrast(1.06);
}

.rp-body {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 22px;
  padding: 5px 9px;
  color: var(--q50);
  background: rgba(0, 0, 0, .72);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: .13em;
}

._3yj8a {
  justify-content: space-between;
  padding: 14px 0 18px;
  border-top: 1px solid var(--b17);
  border-bottom: 1px solid var(--b17);
}

.w3k7z9 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.w3k7z9 ._l5w2q {
  width: 36px;
  height: 36px;
}

.hp-col {
  color: #ddd9cf;
  font-size: 17px;
  line-height: 2;
}

.hp-col p {
  margin: 26px 0;
}

.hp-col p:first-child::first-letter {
  float: left;
  margin: 10px 10px 0 0;
  color: var(--q50);
  font-family: "Noto Sans SC", sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: .75;
}

.sl-slot {
  margin: 34px 0;
  padding: 22px 24px;
  color: #d5d0c3;
  border-left: 4px solid var(--q50);
  background: rgba(242, 201, 76, .07);
  font-size: 13px;
}

.sl-slot strong {
  color: var(--q50);
}

.l6c9a1 {
  margin: 38px 0 48px;
  padding: 0;
  list-style: none;
}

.l6c9a1 li {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 0 0 32px 30px;
  border-left: 1px solid var(--v10);
}

.l6c9a1 li:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.l6c9a1 li::before {
  position: absolute;
  top: 2px;
  left: -6px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--z87);
  background: var(--q50);
  content: "";
  transform: rotate(45deg);
}

.l6c9a1 time {
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.l6c9a1 strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.l6c9a1 p {
  margin: 0;
  color: var(--a94);
  font-size: 13px;
}

._hnanl {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 4px;
  margin: 34px 0 48px;
}

.jm-foot {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #050505;
}

.jm-foot:first-child {
  grid-row: span 2;
  min-height: 484px;
}

.jm-foot img {
  filter: saturate(.62) contrast(1.08);
  transition: transform 500ms var(--p69), filter 250ms var(--h30);
}

.jm-foot:hover img {
  filter: saturate(.88) contrast(1.03);
  transform: scale(1.025);
}

.jm-foot figcaption {
  position: absolute;
  inset: auto 14px 14px;
  padding: 8px 10px;
  color: var(--f67);
  background: rgba(0, 0, 0, .78);
  font-size: 10px;
}

.k3b9y8 {
  position: sticky;
  top: 118px;
}

.qr-cell {
  padding: 26px;
  color: #121212;
  background: var(--q50);
}

.qr-cell small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.qr-cell strong {
  display: block;
  margin: 8px 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 62px;
  line-height: 1;
}

.qr-cell p {
  margin: 0;
  font-size: 12px;
}

.b3w3m1 {
  margin-top: 18px;
  border: 1px solid var(--b17);
}

.b3w3m1 h3 {
  margin: 0;
  padding: 15px 17px;
  border-bottom: 1px solid var(--b17);
  font-size: 13px;
}

.b3w3m1 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b3w3m1 li {
  border-bottom: 1px solid var(--b17);
}

.b3w3m1 li:last-child {
  border-bottom: 0;
}

.b3w3m1 a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  padding: 14px 16px;
  color: #cfcbc0;
  font-size: 11px;
  line-height: 1.55;
  transition: color 170ms var(--h30), background 170ms var(--h30);
}

.b3w3m1 a span {
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

.b3w3m1 a:hover {
  color: var(--q50);
  background: rgba(242, 201, 76, .05);
}

.cy-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.vw-mark {
  position: relative;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--e87);
  background: rgba(242, 201, 76, .05);
}

.vw-mark::before {
  position: absolute;
  top: -11px;
  left: 18px;
  padding: 2px 8px;
  color: #111;
  background: var(--q50);
  content: "神评";
  font-size: 10px;
  font-weight: 900;
}

.vw-mark ._l5w2q {
  width: 42px;
  height: 42px;
}

.vw-mark p {
  color: #dedacf;
  font-size: 13px;
}

._b8vkx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rp-box {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: end;
  gap: 34px;
  padding: 58px 0 40px;
  border-bottom: 1px solid var(--b17);
}

.rp-box ._l5w2q {
  width: 180px;
  height: 180px;
  border-width: 4px;
}

.rp-box h1,
.rp-box h2 {
  margin: 6px 0 12px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1;
  letter-spacing: -.055em;
}

.rp-box p {
  max-width: 710px;
  margin: 0;
  color: var(--a94);
}

._926qt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 62px;
  border: 1px solid var(--b17);
}

._binql {
  padding: 28px;
  border-right: 1px solid var(--b17);
}

._binql:last-child {
  border-right: 0;
}

._binql strong {
  display: block;
  color: var(--q50);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 42px;
  line-height: 1;
}

._binql small {
  color: var(--a94);
  font-size: 11px;
}

.n4d4a7 {
  border-top: 1px solid var(--b17);
}

._l9ut7 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px 100px;
  align-items: center;
  gap: 20px;
  min-height: 74px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--b17);
  transition: background 180ms var(--h30), padding-left 180ms var(--h30);
}

._l9ut7:hover {
  padding-left: 25px;
  background: rgba(242, 201, 76, .05);
}

._l9ut7 b {
  font-size: 14px;
}

._l9ut7 span,
._l9ut7 time {
  color: var(--a94);
  font-size: 11px;
  text-align: right;
}

.z9n3v7 {
  max-width: 980px;
  margin: 40px 0 80px;
}

.qr-pill {
  border-top: 1px solid var(--b17);
}

.qr-pill:last-child {
  border-bottom: 1px solid var(--b17);
}

.qr-pill summary {
  position: relative;
  padding: 24px 50px 24px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.qr-pill summary::after {
  position: absolute;
  top: 24px;
  right: 4px;
  color: var(--q50);
  content: "+";
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 26px;
  transition: transform 180ms var(--h30);
}

.qr-pill[open] summary::after {
  transform: rotate(45deg);
}

.qr-pill p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 28px;
  color: var(--a94);
}

._c1dim {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  padding: 50px 0 90px;
}

.b9f1z1 {
  position: sticky;
  top: 128px;
  align-self: start;
  min-height: 510px;
  padding: 34px;
  overflow: hidden;
  color: #111;
  background: var(--q50);
}

.b9f1z1::after {
  position: absolute;
  right: -32px;
  bottom: -40px;
  color: rgba(0, 0, 0, .11);
  content: "FILE";
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 170px;
  font-weight: 700;
}

.b9f1z1 strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 330px;
  font-size: 42px;
  line-height: 1.12;
}

.bx-row h2 {
  margin: 0 0 18px;
  font-size: 32px;
}

.bx-row p {
  margin: 0 0 25px;
  color: #d5d1c6;
}

._g6r44 {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 2px;
  margin: 48px 0 90px;
  border: 1px solid var(--b17);
}

._8s9o7 {
  padding: clamp(28px, 6vw, 72px);
  background: var(--v28);
}

._8s9o7 h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.08;
}

._8s9o7 p {
  color: var(--a94);
}

.j7u4w2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 22px;
  color: #111;
  border: 0;
  background: var(--q50);
  font-size: 13px;
  font-weight: 900;
  transition: background 180ms var(--h30), transform 140ms var(--h30);
}

.j7u4w2:hover {
  background: #ffe173;
}

._llt1u {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

._llt1u img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.64);
}

.o9b7x9 {
  margin-top: 85px;
  padding: 42px 0;
  border-top: 1px solid var(--b17);
}

.o9b7x9 h2 {
  margin: 0 0 22px;
  font-size: 18px;
}

.zt-col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 22px;
}

.zt-col a {
  color: var(--a94);
  font-size: 11px;
  transition: color 160ms var(--h30);
}

.zt-col a:hover {
  color: var(--q50);
}

._5a9en {
  margin-top: 40px;
  padding: 52px 0 34px;
  border-top: 4px solid var(--q50);
  background: #050606;
}

.q5o2v7 {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 45px;
}

._41pt6 p {
  max-width: 430px;
  color: var(--a94);
  font-size: 12px;
}

.e4s9m3 strong {
  display: block;
  margin-bottom: 13px;
  color: var(--q50);
  font-size: 12px;
}

.e4s9m3 a {
  display: block;
  margin: 8px 0;
  color: var(--a94);
  font-size: 11px;
}

.e4s9m3 a:hover {
  color: var(--f67);
}

.v2t4p3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
  color: var(--q50);
  border-top: 1px solid #2c2c28;
  border-left: 1px solid #2c2c28;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
}

.v2t4p3 span {
  padding: 10px 12px;
  border-right: 1px solid #2c2c28;
  border-bottom: 1px solid #2c2c28;
}

.w9q3e1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 22px;
  color: #77766f;
  border-top: 1px solid #202120;
  font-size: 10px;
}

.jm-card {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  background: rgba(0, 0, 0, .82);
  pointer-events: none;
  transition: visibility 220ms;
}

.search-sheet.a5b1w9 {
  visibility: visible;
  pointer-events: auto;
}

.wd-chip {
  width: min(100%, 760px);
  padding: 30px;
  border: 1px solid var(--q50);
  background: #0d0e0e;
  box-shadow: var(--u61);
  transform: translateY(12px) scale(.98);
  transition: transform 220ms var(--h30);
}

.search-sheet.a5b1w9 .wd-chip {
  transform: translateY(0) scale(1);
}

.wd-chip label {
  display: block;
  margin-bottom: 12px;
  color: var(--q50);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.xz-box {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 8px;
}

.xz-box input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--f67);
  border: 1px solid var(--b17);
  border-radius: 0;
  background: #080909;
}

.xz-box button,
.lq-card {
  border: 0;
  background: var(--q50);
  color: #111;
  font-weight: 900;
}

.lq-card {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.l4d6v7 {
  position: fixed;
  z-index: 70;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  padding: 14px 18px;
  color: #111;
  background: var(--q50);
  font-size: 12px;
  font-weight: 800;
  box-shadow: var(--u61);
  visibility: hidden;
  transform: translateY(16px);
  transition: transform 180ms var(--h30), visibility 180ms;
}

.toast-note.k2j8v6 {
  visibility: visible;
  transform: translateY(0);
}

._g8s0r {
  transform: translateY(18px);
  transition: transform 480ms var(--h30);
}

.reveal-unit.k2j8v6 {
  transform: translateY(0);
}

.l2z7h1 {
  grid-column: 1 / -1;
  padding: 50px;
  color: var(--a94);
  border: 1px solid var(--b17);
  text-align: center;
}

@media (max-width: 1024px) {
  .h2d4e1 { min-height: 76px; }
  .o7h2e8 { display: block; }
  .t5o1w6 {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: grid;
    padding: 12px;
    visibility: hidden;
    border: 1px solid var(--b17);
    background: #0d0e0e;
    box-shadow: var(--u61);
    transform: translateY(-10px);
    transition: transform 200ms var(--h30), visibility 200ms;
  }
  .nav-cluster.a5b1w9 { visibility: visible; transform: translateY(0); }
  .t5o1w6 a, .mv-tag { justify-content: flex-start; margin: 0; }
  .cy-wrap { grid-template-columns: 1fr; }
  .t2h4h8 { display: grid; grid-template-columns: repeat(5, 1fr); }
  .dk-pan { grid-column: 1 / -1; }
  .l6c5m7 { border-right: 1px solid var(--b17); }
  .vw-note { display: none; }
  .m2o6x7 { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .vw-area { min-height: 560px; }
  .sl-body { min-height: 230px; }
  ._k8h4w { padding: 22px; }
  ._k8h4w h2 { font-size: 17px; }
  .a1e2n8 { grid-template-columns: repeat(2, 1fr); }
  ._gowkb:nth-child(2) { border-right: 0; }
  ._gowkb:nth-child(-n + 2) { border-bottom: 1px solid var(--b17); }
  .jm-pan { grid-template-columns: repeat(3, 1fr); }
  ._stfil:nth-child(3) { border-right: 0; }
  ._stfil:nth-child(-n + 3) { border-bottom: 1px solid var(--b17); }
  .wd-unit { grid-template-columns: 1fr; }
  .k6d8c7 { position: static; padding: 0; border-left: 0; }
  .vw-card { grid-template-columns: repeat(2, 1fr); }
  .lq-mark { grid-template-columns: repeat(2, 1fr); }
  ._oym11 { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; }
  .cy-area { grid-template-columns: 1fr; }
  ._b8vkx { grid-template-columns: repeat(2, 1fr); }
  .zt-col { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .g7b6n5 { width: min(calc(100% - 28px), var(--y90)); }
  .lq-box { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding: 10px 0; }
  .cy-wrap { padding-top: 18px; }
  .t2h4h8 { grid-template-columns: repeat(2, 1fr); }
  .l6c5m7:nth-of-type(6) { grid-column: 1 / -1; }
  .vw-area { min-height: 510px; }
  .k4g9p2 { right: 22px; bottom: 25px; left: 22px; }
  .u7v6l2 { font-size: clamp(34px, 9.6vw, 54px); }
  .m2o6x7 { grid-template-columns: 1fr; }
  .sl-body { min-height: 190px; }
  .sl-body:hover, .brief-card._ovjrz { transform: translateX(0); }
  .a1e2n8 { margin-bottom: 62px; }
  .xz-grid { margin-bottom: 68px; }
  ._jkmdk { align-items: flex-start; flex-direction: column; gap: 12px; }
  ._j5sl9 { display: none; }
  .jm-pan { grid-template-columns: repeat(2, 1fr); }
  ._stfil, ._stfil:nth-child(3) { border-right: 1px solid var(--b17); border-bottom: 1px solid var(--b17); }
  ._stfil:nth-child(even) { border-right: 0; }
  ._stfil:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .vw-card { grid-template-columns: 1fr 1fr; }
  ._xlntt:nth-child(n) { margin-top: 0; }
  .lq-mark { grid-template-columns: 1fr 1fr; }
  ._hqehn { grid-template-columns: 1fr; }
  .e1a5g8 { min-height: 330px; border-top: 1px solid var(--b17); border-left: 0; }
  .tx-head { grid-template-columns: 1fr; }
  .dk-chip { padding: 52px 0 42px; }
  ._oym11 { grid-template-columns: 1fr; }
  .k3b9y8 { position: static; }
  ._hnanl { grid-template-columns: 1fr 1fr; }
  .jm-foot:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
  ._b8vkx { grid-template-columns: 1fr 1fr; }
  .rp-box { grid-template-columns: 120px 1fr; gap: 22px; }
  .rp-box ._l5w2q { width: 120px; height: 120px; }
  ._l9ut7 { grid-template-columns: 1fr 80px; }
  ._l9ut7 time { display: none; }
  ._c1dim { grid-template-columns: 1fr; gap: 38px; }
  .b9f1z1 { position: relative; top: auto; min-height: 340px; }
  ._g6r44 { grid-template-columns: 1fr; }
  ._llt1u { min-height: 340px; }
  .zt-col { grid-template-columns: repeat(3, 1fr); }
  .q5o2v7 { grid-template-columns: 1.5fr 1fr 1fr; }
  ._41pt6 { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  body { font-size: 15px; }
  .u7b6m8 strong { max-width: 190px; font-size: 17px; }
  .p1k5k9 { width: 42px; height: 42px; }
  .dk-area { width: 34px; height: 34px; }
  .u7b6m8 strong::after { display: none; }
  .vw-area { min-height: 470px; }
  .p2l2x5 { gap: 5px 9px; }
  .p2l2x5 span:nth-last-child(-n + 2) { display: none; }
  .a1e2n8 { grid-template-columns: 1fr; }
  ._gowkb { min-height: 104px; border-right: 0; border-bottom: 1px solid var(--b17); }
  ._gowkb:last-child { border-bottom: 0; }
  .jm-pan { grid-template-columns: 1fr; }
  ._stfil, ._stfil:nth-child(n) { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--b17); }
  ._stfil:last-child { grid-column: auto; border-bottom: 0; }
  .vw-card { grid-template-columns: 1fr; }
  .lq-mark { grid-template-columns: 1fr; }
  ._203il { grid-template-columns: 40px 1fr 62px; gap: 8px; padding-inline: 12px; }
  ._s226v { grid-template-columns: 38px 1fr; padding: 18px 14px; }
  ._s226v ._l5w2q { width: 38px; height: 38px; }
  .dk-chip h1 { font-size: clamp(36px, 12vw, 54px); }
  .hp-col { font-size: 16px; }
  .l6c9a1 li { grid-template-columns: 1fr; gap: 4px; }
  ._hnanl { grid-template-columns: 1fr; }
  .jm-foot:first-child { grid-column: auto; min-height: 280px; }
  .jm-foot { min-height: 240px; }
  ._b8vkx { grid-template-columns: 1fr; }
  .rp-box { grid-template-columns: 1fr; }
  .rp-box ._l5w2q { width: 104px; height: 104px; }
  ._926qt { grid-template-columns: 1fr; }
  ._binql { border-right: 0; border-bottom: 1px solid var(--b17); }
  ._binql:last-child { border-bottom: 0; }
  ._l9ut7 { grid-template-columns: 1fr; gap: 3px; }
  ._l9ut7 span { text-align: left; }
  .xz-box { grid-template-columns: 1fr; }
  .zt-col { grid-template-columns: repeat(2, 1fr); }
  .q5o2v7 { grid-template-columns: 1fr 1fr; }
  ._41pt6 { grid-column: 1 / -1; }
  .w9q3e1 { align-items: flex-start; flex-direction: column; }
  .v2t4p3 { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  ._g8s0r { transform: none; }
}
