:root {
  --p37: #ef4444;
  --t1: #ffffff;
  --g30: #f9fafb;
  --z52: #1f2937;
  --h20: #6b7280;
  --k87: #e5e7eb;
  --k14: #ff8200;
  --p27: #010101;
  --g7: #0066ff;
  --b70: #fe2c55;
  --f99: #306cff;
  --d72: #00a1d6;
  --e62: #007722;
  --x50: 8px;
  --h24: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: var(--t1);
  color: var(--z52);
  line-height: 1.6;
  font-size: 14px;
}

a { color: var(--z52); text-decoration: none; transition: color .2s; }
a:hover { color: var(--p37); }

._n9rfj { max-width: 1200px; margin: 0 auto; padding: 0 var(--h24); }

._ifn1f {
  background: var(--p37);
  color: #fff;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  position: relative;
}
.wd-list {
  display: flex;
  animation: tickScroll 30s linear infinite;
  white-space: nowrap;
}
.wd-list span { padding: 0 40px; }
@keyframes tickScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--k87);
}
.top-nav h1 { font-size: 22px; font-weight: 700; }
.top-nav h1 em { font-style: normal; color: var(--p37); }
.nf-row { display: flex; gap: 20px; font-size: 14px; }
.nf-row a { color: var(--h20); }
.nf-row a:hover { color: var(--p37); }

.o5x7h8 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--h20);
  margin: 12px 0;
}
.v3b3r5 {
  width: 8px; height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.4); }
}

.d8a5d5 { display: flex; gap: 12px; flex-wrap: wrap; margin: 16px 0; }
.d8a5d5 a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border: 1px solid var(--k87);
  border-radius: 20px;
  font-size: 13px;
  color: var(--h20);
}
.d8a5d5 a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--p37); }
.d8a5d5 a:hover { border-color: var(--p37); color: var(--p37); }

.c1a7u3 {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 12px;
  padding-left: 10px;
  border-left: 3px solid var(--p37);
}

._k6idd { list-style: none; }
._k6idd li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--k87);
}
._k6idd li:last-child { border-bottom: none; }
._v1ia0 {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px;
  font-size: 13px; font-weight: 700;
  background: var(--g30);
  color: var(--h20);
  flex-shrink: 0;
}
.rank-num.wd-area { background: var(--p37); color: #fff; }
.rank-num._gmwbz { background: #f97316; color: #fff; }
.rank-num.o9b2d5 { background: #eab308; color: #fff; }

._k6idd ._g6s56 { flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.s9t3h9 {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  flex-shrink: 0;
}
._wx615 { background: var(--k14); }
._38yrt { background: var(--p27); }
.m6z2h6 { background: var(--g7); }
._5v94u { background: var(--b70); }
.sl-unit { background: var(--f99); }
._wfni7 { background: var(--d72); }
.pn-wrap { background: var(--e62); }

.bw-body { font-size: 12px; color: var(--p37); font-weight: 600; flex-shrink: 0; min-width: 60px; text-align: right; }
._tdonh { font-size: 12px; flex-shrink: 0; }

._x80m1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--h24);
  margin: 16px 0;
}
.h5i2u8 {
  background: var(--g30);
  border-radius: var(--x50);
  padding: 16px;
  border: 1px solid var(--k87);
}
.h5i2u8 h3 { font-size: 14px; font-weight: 600; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.h5i2u8 .bw-flow { list-style: none; }
.h5i2u8 .bw-flow li {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid var(--k87);
  font-size: 13px;
}
.h5i2u8 .bw-flow li:last-child { border-bottom: none; }
._jfugv { width: 20px; font-weight: 700; font-size: 12px; color: var(--p37); }
._xixlz { margin-left: auto; font-size: 11px; color: var(--h20); }

._or43w { margin: 24px 0; }
._dxtms { display: flex; align-items: flex-end; gap: 4px; height: 120px; padding: 0 8px; }
.jm-box {
  flex: 1;
  background: linear-gradient(to top, var(--p37), #fca5a5);
  border-radius: 3px 3px 0 0;
  position: relative;
  min-width: 12px;
}
.jm-box::after {
  content: attr(data-hour);
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: var(--h20);
}
._hm41o { font-size: 12px; color: var(--h20); margin-top: 24px; text-align: center; }

.b5b4a7 { margin: 24px 0; }
.gk-head { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--k87); }
.pn-item {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 600;
  flex-shrink: 0;
}
.dk-note { flex: 1; }
._8s16o { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.lq-item { font-size: 13px; font-weight: 600; }
.sl-item { font-size: 11px; color: var(--h20); }
.zt-mark { font-size: 13px; line-height: 1.5; color: #374151; }
._wuvr9 { display: flex; gap: 12px; margin-top: 6px; font-size: 11px; color: var(--h20); }

.y2f1k4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.q3z5f1 {
  background: var(--g30);
  border: 1px solid var(--k87);
  border-radius: var(--x50);
  padding: 16px;
  text-align: center;
}
.q3z5f1 .pn-item { width: 48px; height: 48px; margin: 0 auto 8px; font-size: 18px; }
.q3z5f1 .x9p6h6 { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.q3z5f1 .i6a6b1 { font-size: 11px; color: var(--p37); margin-bottom: 8px; }
.q3z5f1 .bx-flow { display: flex; justify-content: space-around; font-size: 11px; color: var(--h20); }
.q3z5f1 .bx-flow span strong { display: block; font-size: 13px; color: var(--z52); }

._qx9q2 {
  border-top: 1px solid var(--k87);
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  color: var(--h20);
}
._qx9q2 a { color: var(--h20); margin: 0 8px; }

.sl-slot { font-size: 12px; color: var(--h20); margin: 16px 0; }
.sl-slot a { color: var(--h20); }
.sl-slot span { margin: 0 4px; }

._jx3le { margin: 16px 0; }
._jx3le h1 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
._hxmiw { display: flex; gap: 16px; font-size: 12px; color: var(--h20); }

._aqgqs { margin: 20px 0; }
._aqgqs p { margin-bottom: 12px; font-size: 14px; line-height: 1.8; }

.z4j7e8 {
  width: 100%;
  height: 180px;
  border-radius: var(--x50);
  margin: 12px 0;
}

._b9wtb { list-style: none; margin: 16px 0; }
._b9wtb li { padding: 8px 0; border-bottom: 1px solid var(--k87); font-size: 13px; }
._b9wtb li:last-child { border-bottom: none; }

._98bxm { display: grid; grid-template-columns: 1fr 300px; gap: 24px; }
._98bxm .e9r5i9 { min-width: 0; }
._98bxm ._xtk6m { }

.g6f8x6 { margin: 16px 0; padding: 16px; background: var(--g30); border-radius: var(--x50); }
.g6f8x6 h3 { font-size: 15px; margin-bottom: 8px; }
.g6f8x6 p { font-size: 13px; color: #374151; line-height: 1.7; }

@media (max-width: 1024px) {
  ._98bxm { grid-template-columns: 1fr; }
  ._98bxm ._xtk6m { order: 2; }
}
@media (max-width: 768px) {
  ._x80m1 { grid-template-columns: 1fr; }
  .y2f1k4 { grid-template-columns: repeat(2, 1fr); }
  ._dxtms { height: 80px; }
  .top-nav { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .y2f1k4 { grid-template-columns: 1fr; }
  ._n9rfj { padding: 0 12px; }
}
