/* 走势图长图出图页：逻辑宽 1641px */
html, body {
  margin: 0;
  padding: 0;
  background: #e8eef5;
  font-family: "Microsoft YaHei", "PingFang SC", SimHei, sans-serif;
  color: #1a1a1a;
}
body.zst-auto { background: #fff; }
body.zst-page {
  background: #f5f6f8;
  color: #1a1d26;
}
body.zst-page.zst-auto {
  background: #fff;
}
body.zst-auto .site-header,
body.zst-auto .site-footer,
body.zst-auto .side-float-rail,
body.zst-auto .zst-page-hero,
body.zst-auto .zst-all-gallery,
body.zst-auto .zst-toolbar,
body.zst-auto .zst-lb {
  display: none !important;
}
body.zst-auto .zst-page-main {
  max-width: none;
  padding: 0;
  margin: 0;
}
/* 浏览态：离屏出图，不缩放 DOM，避免连线错位 */
.zst-paint-bench {
  position: fixed;
  left: -12000px;
  top: 0;
  width: max-content;
  pointer-events: none;
  z-index: -1;
}
body.zst-auto .zst-paint-bench {
  position: static;
  left: auto;
  pointer-events: auto;
  margin: 0 auto 24px;
  z-index: auto;
}

.zst-page-main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 0 40px;
  box-sizing: border-box;
}
.zst-page-hero {
  margin: 0 12px 12px;
  padding: 18px 18px 16px;
  background: #fff;
  border: 1px solid #e2e5eb;
  border-radius: 12px;
  border-left: 4px solid #c41e24;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.zst-hero-kicker {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c41e24;
}
.zst-page-title {
  margin: 0 0 6px;
  font-size: 1.45rem;
  font-weight: 800;
  color: #1a1d26;
}
.zst-page-shops {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #7a1414;
  line-height: 1.45;
}
.zst-page-sub {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.5;
}
.zst-share-hint {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  background: #fff8f0;
  border: 1px solid #f0d9b8;
  border-radius: 10px;
}
html.is-wechat .zst-share-hint {
  display: block;
}
.zst-share-hint p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #7a4a12;
}
.zst-share-hint-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.zst-share-qr-btn,
.zst-share-img-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: #c41e24;
}
.zst-share-img-btn {
  background: #1a1d26;
}
.zst-share-qr {
  margin-top: 10px;
  text-align: center;
}
.zst-share-qr img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
}
.zst-share-qr p {
  margin-top: 6px;
}

.zst-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  max-width: none;
  margin: 0 0 12px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  background: linear-gradient(180deg, #fff 0%, #faf7f7 100%);
  border: 0;
  border-top: 1px solid #f0e4e4;
  border-bottom: 1px solid #f0e4e4;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(122, 20, 20, 0.06);
}
.zst-toolbar a.btn {
  appearance: none;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 10px;
  padding: 12px 6px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  color: #7a1414;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #f0d5d5;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.zst-toolbar a.btn:hover,
.zst-toolbar a.btn:focus-visible {
  background: #c41e24;
  color: #fff;
  border-color: #c41e24;
  box-shadow: 0 4px 10px rgba(196, 30, 36, 0.25);
  outline: none;
}
.zst-toolbar a.btn:active {
  transform: translateY(1px);
}
body.zst-auto .zst-toolbar { display: none; }

.zst-status {
  max-width: none;
  margin: 0 12px 14px;
  padding: 0 2px;
  font-size: 13px;
  color: #6b7280;
}
body.zst-auto .zst-status { display: none; }

.zst-all-gallery {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 12px;
  box-sizing: border-box;
}
.zst-block {
  background: #fff;
  border: 1px solid #e2e5eb;
  border-radius: 12px;
  padding: 14px 12px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.zst-block-title {
  margin: 0 0 12px;
  padding: 0 4px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a1d26;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zst-block-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #c41e24;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
/* 公众号图文宽展示 PNG */
.zst-stage-frame {
  width: 100%;
  max-width: 677px;
  margin: 0 auto;
}
.zst-view-img {
  display: block;
  width: 100%;
  max-width: 677px;
  height: auto;
  margin: 0 auto 12px;
  background: #fff;
}
.zst-view-img:last-child { margin-bottom: 0; }
.zst-thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.zst-thumb-btn {
  appearance: none;
  border: 1px solid #e2e5eb;
  background: #f8fafc;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
}
.zst-thumb-btn:hover,
.zst-thumb-btn:focus-visible {
  border-color: #c41e24;
  outline: none;
  box-shadow: 0 0 0 2px rgba(196, 30, 36, 0.15);
}
.zst-thumb-btn img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}
.zst-thumb-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  pointer-events: none;
}
.zst-empty {
  margin: 8px 4px;
  padding: 14px 12px;
  font-size: 0.9rem;
  color: #6b7280;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px dashed #e2e5eb;
}
.zst-issue {
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 650;
  color: #6b7280;
}

/* 原图灯箱 */
.zst-lb[hidden] { display: none !important; }
.zst-lb {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  overscroll-behavior: none;
}
.zst-lb-stage {
  position: relative;
  max-width: min(96vw, 900px);
  max-height: 92vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #000;
}
.zst-lb-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.zst-lb-img.is-shown {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.zst-lb-img.zst-lb-loading.is-shown {
  opacity: 0.98;
}
.zst-lb-close,
.zst-lb-nav {
  appearance: none;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.zst-lb-close {
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #111;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  z-index: 10006;
}
.zst-lb-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 64px;
  border-radius: 10px;
  font-size: 32px;
  line-height: 1;
}
.zst-lb-prev { left: 10px; }
.zst-lb-next { right: 10px; }
.zst-lb-counter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,.85);
  font-size: 0.85rem;
  z-index: 2;
}
.zst-lb-zoom {
  display: none;
  position: fixed;
  right: 12px;
  bottom: calc(52px + env(safe-area-inset-bottom, 0px));
  z-index: 10005;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
}
.zst-lb-zoom button {
  appearance: none;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.zst-lb-zoom span {
  min-width: 3.2em;
  text-align: center;
  color: #fff;
  font-size: 0.78rem;
}
.zst-lb.zst-lb-native .zst-lb-zoom,
.zst-lb:not([hidden]) .zst-lb-zoom {
  display: flex;
}
.zst-lb-hint {
  display: none;
  position: fixed;
  left: 50%;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 10004;
  margin: 0;
  padding: 6px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.9);
  font-size: 0.78rem;
  pointer-events: none;
  white-space: nowrap;
}

/* 移动端：无控件，系统长按存图 + 滑动手势 */
.zst-lb.zst-lb-native .zst-lb-chrome {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.zst-lb.zst-lb-native .zst-lb-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  pointer-events: auto !important;
}
.zst-lb.zst-lb-native {
  display: block;
  align-items: stretch;
  justify-content: stretch;
}
.zst-lb.zst-lb-native .zst-lb-hint { display: block; }
.zst-lb.zst-lb-native .zst-lb-stage {
  position: absolute;
  inset: 0;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  overflow: auto;
  display: block;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  -webkit-touch-callout: default !important;
  padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}
.zst-lb.zst-lb-native .zst-lb-img.is-shown {
  display: block;
  width: 100%;
  max-width: none !important;
  max-height: none;
  height: auto !important;
  object-fit: unset;
  -webkit-touch-callout: default !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: auto !important;
}
html.is-wechat .zst-lb.zst-lb-native .zst-lb-img.is-shown {
  -webkit-touch-callout: default !important;
}

@media (max-width: 720px) {
  .zst-thumb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zst-lb-nav { width: 40px; height: 52px; }
}
.zst-stage {
  width: 1641px;
  min-width: 1641px;
  margin: 0;
  overflow: visible;
}
.zst-poster,
#zst-poster {
  width: 1641px;
  min-width: 1641px;
  box-sizing: border-box;
  background: #ffffff;
}

@media (max-width: 720px) {
  .zst-page-main { padding: 8px 0 32px; }
  .zst-page-title { font-size: 1.25rem; }
  .zst-block { padding: 12px 8px 14px; border-radius: 10px; }
  .zst-toolbar { padding: 8px 6px; gap: 6px; }
  .zst-toolbar a.btn { font-size: 14px; min-height: 44px; padding: 10px 4px; }
}

/* ========== 双色球 100% 还原（肚肚走势图式） ========== */
.zst-ssq {
  width: 1641px;
  background: #fff;
  box-sizing: border-box;
}
.zst-ssq-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 14px;
  background: #e60012;
  box-sizing: border-box;
}
.zst-ssq-banner-top { border-bottom: 1px solid #b0000e; }
.zst-ssq-banner-bot { border-top: 1px solid #b0000e; }
.zst-ssq-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
  min-width: 280px;
}
.zst-ssq-brand.zst-until {
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-width: 170px;
  opacity: 1;
}
.zst-ssq-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  flex-shrink: 0;
}
.zst-ssq-title {
  flex: 1;
  text-align: center;
  color: #ffe600;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.zst-ssq-banner-bot .zst-ssq-title {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  flex: 1;
}
.zst-ssq-banner-bot .zst-ssq-brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-width: 320px;
  justify-content: flex-end;
}
.zst-ssq-grid-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #e60012;
}
.zst-ssq-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.zst-ssq-table th,
.zst-ssq-table td {
  border: 0.5px solid #c5d4e4;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.zst-ssq-table thead .grp th {
  height: 30px;
  line-height: 30px;
  background: #eef3f9;
  color: #1565c0;
  font-size: 22px;
  font-weight: 800;
}
.zst-ssq-table thead .nums th {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 800;
  background: #fff;
}
.zst-ssq-table thead .nums .n-red { color: #e60012; }
.zst-ssq-table thead .nums .n-blue { color: #1565c0; }
.zst-ssq-table .col-issue {
  width: 54px;
  background: #e8f5e9;
  font-size: 26px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.5px;
  border-right: 3px solid #1565c0;
}
.zst-ssq-table thead .col-issue {
  font-size: 18px;
  line-height: inherit;
}
.zst-ssq-table .col-issue.mark10 {
  color: #e60012;
}
.zst-ssq-table tbody td {
  height: 33px;
  min-height: 33px;
  line-height: 33px;
}
.zst-ssq-table tbody tr.zst-ssq-blank td {
  height: 33px;
  min-height: 33px;
  line-height: 33px;
}
.zst-ssq-table .z-a { background: #e8f5e9; }
.zst-ssq-table .z-b { background: #fff9c4; }
.zst-ssq-table .z-c { background: #fce4ec; }
.zst-ssq-table .z-blue { background: #e3f2fd; }

.zst-ssq.theme-cream .z-a,
.zst-ssq.theme-cream .z-b,
.zst-ssq.theme-cream .z-c { background: #f3f0d2; }
.zst-ssq.theme-cream .z-blue { background: #b8eff4; }

.zst-ssq.theme-pink .z-a,
.zst-ssq.theme-pink .z-b,
.zst-ssq.theme-pink .z-c { background: #ecc9c0; }
.zst-ssq.theme-pink .z-blue { background: #b8eff4; }
.zst-ssq-table .hit-red {
  color: #111;
  font-weight: 900;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -1px;
}
.zst-ssq-table .hit-red.is-hot {
  color: #e60012;
  font-weight: 900;
}
.zst-ssq-table .hit-blue {
  color: #1565c0;
  font-weight: 900;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -1px;
  position: relative;
  z-index: 2;
}
.zst-ssq-sep {
  width: 3px !important;
  padding: 0 !important;
  background: #1565c0 !important;
  border: 1px solid #1565c0 !important;
}
.zst-ssq-blue-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.zst-ssq-blue-line path {
  fill: none;
  stroke: #1e88e5;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
}

/* ========== 3D 开奖号码表 / 和值跨度表 ========== */
.zst-3d {
  width: 1641px;
  background: #fff;
  box-sizing: border-box;
}
.zst-3d-grid-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #e60012;
}
.zst-3d-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.zst-3d-table th,
.zst-3d-table td {
  border: 0.5px solid #c5d4e4;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.zst-3d-table thead .grp th {
  height: 28px;
  line-height: 28px;
  background: #eef3f9;
  color: #1565c0;
  font-size: 22px;
  font-weight: 800;
}
.zst-3d-table thead .nums th {
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  font-weight: 800;
  background: #fff;
  color: #e60012;
}
.zst-3d.layout-hz thead .nums th {
  font-size: 16px;
  letter-spacing: -1px;
}
.zst-3d-table .col-issue {
  width: 50px;
  background: #f7f4e8;
  font-size: 28px;
  font-weight: 800;
  color: #111;
  letter-spacing: -1px;
}
.zst-3d-table thead .col-issue {
  font-size: 18px;
  line-height: inherit;
}
.zst-3d-table .col-issue.mark10 { color: #e60012; }
.zst-3d-table .col-code {
  width: 70px;
  background: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #111;
}
.zst-3d-table .col-code .code-digit {
  display: inline-block;
  letter-spacing: -1px;
}
.zst-3d-table .col-code .code-pair { color: #e60012; }
.zst-3d-table thead .col-code { font-size: 18px; letter-spacing: 0; }
.zst-3d-table .col-sumv {
  width: 40px;
  background: #fff;
  font-size: 28px;
  font-weight: 800;
  color: #111;
  letter-spacing: -1px;
}
.zst-3d-table thead .col-sumv { font-size: 18px; }
.zst-3d-table tbody td {
  height: 33px;
  min-height: 33px;
  line-height: 33px;
}
.zst-3d-sep {
  width: 3px !important;
  padding: 0 !important;
  background: #1565c0 !important;
  border: 1px solid #1565c0 !important;
}
.zst-3d-table .z-dist { background: #f0d8d0; }
.zst-3d-table .z-bai { background: #ffffff; }
.zst-3d-table .z-shi { background: #c8f4f6; }
.zst-3d-table .z-ge { background: #ffffff; }
.zst-3d-table .z-tail { background: #c8f4f6; }
.zst-3d-table .z-span { background: #ffffff; }
.zst-3d-table .z-sum { background: #b8eff4; }
.zst-3d-table .z-htail { background: #c8ecd0; }
.zst-3d-table .z-hspan { background: #d4d4f0; }

.zst-3d.theme-pastel .z-dist { background: #cfead6; }
.zst-3d.theme-pastel .z-bai { background: #f4f1e4; }
.zst-3d.theme-pastel .z-shi { background: #f6d0e0; }
.zst-3d.theme-pastel .z-ge { background: #d0e8dc; }
.zst-3d.theme-pastel .z-tail { background: #c4d6f6; }
.zst-3d.theme-pastel .z-span { background: #efd4d0; }

.zst-3d-table .hit-num {
  position: relative;
  z-index: 2;
  color: #111;
  font-weight: 900;
  font-size: 32px;
  line-height: 33px;
  letter-spacing: -1px;
}
.zst-3d-table .hit-num.is-red { color: #e60012; }
.zst-3d-table .col-sumv.is-red { color: #e60012; }
.zst-3d.layout-hz .z-sum.hit-num {
  font-size: 26px;
  letter-spacing: -2px;
}
.zst-3d-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.zst-3d-line path {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
}

/* ========== 七乐彩开奖号码表 ========== */
.zst-qlc {
  width: 1641px;
  background: #fff;
  box-sizing: border-box;
}
.zst-qlc .qlc-bot-title { color: #fff; }
.zst-qlc-grid-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #e60012;
}
.zst-qlc-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.zst-qlc-table th,
.zst-qlc-table td {
  border: 0.5px solid #c5d4e4;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.zst-qlc-table thead .grp th {
  height: 30px;
  line-height: 30px;
  background: #d8eef2;
  color: #1565c0;
  font-size: 22px;
  font-weight: 800;
}
.zst-qlc-table thead .nums th {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 800;
  background: #fff;
  color: #e60012;
}
.zst-qlc-table .col-issue {
  width: 54px;
  background: #eef6d8;
  font-size: 28px;
  font-weight: 800;
  color: #1aa3a8;
  letter-spacing: -0.5px;
}
.zst-qlc-table thead .col-issue {
  font-size: 18px;
  color: #e60012;
  line-height: inherit;
}
.zst-qlc-table .col-issue.mark10 { color: #e60012; }
.zst-qlc-table tbody td {
  height: 33px;
  min-height: 33px;
  line-height: 33px;
}
.zst-qlc-sep {
  width: 3px !important;
  padding: 0 !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}
.zst-qlc-table .z-q1 { background: #f3f0d2; }
.zst-qlc-table .z-q2 { background: #d0f0e0; }
.zst-qlc-table .z-q3 { background: #c4f4f6; }
.zst-qlc-table .hit-num {
  color: #111;
  font-weight: 900;
  font-size: 32px;
  line-height: 33px;
  letter-spacing: -1px;
}
.zst-qlc-table .hit-num.is-hot { color: #e60012; }
.zst-qlc-table .hit-num.hit-special {
  background: #1565c0 !important;
  color: #fff !important;
}
.zst-qlc.layout-special .col-special {
  width: 68px;
  background: #d6e6f8;
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  line-height: 33px;
  letter-spacing: -1px;
}
.zst-qlc.layout-special thead .col-special {
  font-size: 18px;
  letter-spacing: 0;
  line-height: inherit;
  background: #1565c0;
  color: #fff;
}

/* ========== 快乐8 开奖号码表 ========== */
.zst-kl8 {
  width: 2630px;
  background: #fff;
  box-sizing: border-box;
}
.zst-kl8 .qlc-bot-title { color: #fff; }
.zst-kl8-grid-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #e60012;
}
.zst-kl8-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.zst-kl8-table th,
.zst-kl8-table td {
  border: 0.5px solid #c5d4e4;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.zst-kl8-table thead .grp th {
  height: 28px;
  line-height: 28px;
  background: #d8eef2;
  color: #1565c0;
  font-size: 18px;
  font-weight: 800;
}
.zst-kl8-table thead .nums th {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 800;
  background: #fff;
  color: #e60012;
}
.zst-kl8-table .col-issue {
  width: 52px;
  background: #eef6d8;
  font-size: 26px;
  font-weight: 800;
  color: #1aa3a8;
  letter-spacing: -0.5px;
}
.zst-kl8-table thead .col-issue {
  font-size: 16px;
  color: #e60012;
  line-height: inherit;
}
.zst-kl8-table .col-issue.mark10 { color: #e60012; }
.zst-kl8-table tbody td {
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.zst-kl8-sep {
  width: 3px !important;
  padding: 0 !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}
.zst-kl8-table .z-k1 { background: #f3f0d2; }
.zst-kl8-table .z-k2 { background: #f8d4cc; }
.zst-kl8-table .z-k3 { background: #cfeee0; }
.zst-kl8-table .z-k4 { background: #c4f4f6; }
.zst-kl8.theme-pastel .z-k1 { background: #f3f0d2; }
.zst-kl8.theme-pastel .z-k2 { background: #cfeee0; }
.zst-kl8.theme-pastel .z-k3 { background: #c4f4f6; }
.zst-kl8.theme-pastel .z-k4 { background: #dcdcf8; }
.zst-kl8-table .hit-num {
  color: #111;
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1px;
}
.zst-kl8-table .hit-num.is-hot { color: #1565c0; }
.zst-kl8.theme-pastel .hit-num.is-hot { color: #e60012; }

/* ========== 其它玩法（暂保留通用表） ========== */
.zst-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 10px;
  border-bottom: 2px solid #1d4ed8;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.zst-head h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #0f172a;
}
.zst-head .meta {
  text-align: right;
  font-size: 14px;
  color: #475569;
  line-height: 1.45;
}
.zst-head .meta strong { color: #1d4ed8; font-size: 18px; }
.zst-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 8px 18px;
  font-size: 12px;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
.zst-legend i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: -1px;
}
.zst-table-wrap { width: 100%; overflow: hidden; }
.zst-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 11px;
}
.zst-table th,
.zst-table td {
  border: 1px solid #dbe3ef;
  text-align: center;
  padding: 0;
  height: 111px;
  line-height: 111px;
  vertical-align: middle;
  box-sizing: border-box;
}
.zst-table thead th {
  background: #f1f5f9;
  font-weight: 700;
  color: #334155;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.zst-table .col-issue {
  width: 86px;
  font-weight: 700;
  background: #f8fafc;
  color: #0f172a;
  font-size: 15px;
}
.zst-table thead .col-red { color: #b91c1c; }
.zst-table thead .col-blue { color: #1d4ed8; }
.zst-table thead .col-green { color: #047857; }
.zst-table thead .sep { background: #cbd5e1; width: 4px; padding: 0; }
.zst-cell { position: relative; font-variant-numeric: tabular-nums; }
.zst-cell.miss { color: #94a3b8; font-size: 14px; }
.zst-cell.miss.l1 { background: #fff7ed; color: #c2410c; }
.zst-cell.miss.l2 { background: #fef3c7; color: #a16207; }
.zst-cell.miss.l3 { background: #fee2e2; color: #b91c1c; }
.zst-cell.miss.l4 { background: #ede9fe; color: #6d28d9; }
.zst-cell.hit { font-weight: 800; color: #fff !important; font-size: 16px; }
.zst-cell.hit.red { background: #dc2626; }
.zst-cell.hit.blue { background: #2563eb; }
.zst-cell.hit.green { background: #059669; }
.zst-cell.hit.orange { background: #ea580c; }
.zst-foot {
  padding: 10px 18px 14px;
  font-size: 12px;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
