/** WC26 WXL — /zixun/ 赛讯列表 dlab-zx */
/* ========== /zixun/ 赛讯列表 · dlab-zx（DOM 独立于 agp-mzd-zx） ========== */
body.layout-wc26-datalab .dlab-zx {
  --zx-line: rgba(45, 212, 191, 0.22);
  --zx-ink: #042f2e;
  --zx-muted: #115e59;
  padding-bottom: 48px;
  color: var(--zx-ink);
  background: transparent;
  overflow-x: clip;
}
body.layout-wc26-datalab .dlab-zx [id] {
  scroll-margin-top: clamp(72px, 12vh, 104px);
}

body.layout-wc26-datalab .dlab-zx__bar {
  border-bottom: 1px solid var(--zx-line);
  background: rgba(4, 47, 46, 0.92);
  backdrop-filter: blur(12px);
}
body.layout-wc26-datalab .dlab-zx__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 12px 0;
}
body.layout-wc26-datalab .dlab-zx__crumb {
  padding: 0;
  font-size: 13px;
  font-weight: 700;
}
body.layout-wc26-datalab .dlab-zx__crumb a {
  color: #99f6e4;
  text-decoration: none;
}
body.layout-wc26-datalab .dlab-zx__crumb a:hover {
  text-decoration: underline;
}
body.layout-wc26-datalab .dlab-zx__crumb-sep {
  margin: 0 8px;
  opacity: 0.45;
  color: #cbd5e1;
}
body.layout-wc26-datalab .dlab-zx__crumb-here {
  color: #f0fdfa;
  font-weight: 800;
}
body.layout-wc26-datalab .dlab-zx__crumb-page {
  color: rgba(226, 232, 240, 0.85);
  font-weight: 600;
}
body.layout-wc26-datalab .dlab-zx__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.layout-wc26-datalab .dlab-zx__chip {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  color: #ecfeff;
  border: 1px solid rgba(94, 234, 212, 0.25);
  background: rgba(15, 118, 110, 0.35);
  transition: background 0.15s ease, border-color 0.15s ease;
}
body.layout-wc26-datalab .dlab-zx__chip:hover {
  background: rgba(20, 184, 166, 0.35);
}
body.layout-wc26-datalab .dlab-zx__chip--on {
  background: linear-gradient(135deg, #5eead4, #14b8a6);
  color: #042f2e;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(20, 184, 166, 0.35);
}

body.layout-wc26-datalab .dlab-zx__mast {
  padding: clamp(24px, 4vw, 40px) 0 clamp(16px, 3vw, 28px);
  border-bottom: 0;
  border-radius: 0 0 22px 22px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #042f2e 0%, #0f766e 55%, #115e59 100%);
}
body.layout-wc26-datalab .dlab-zx__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #99f6e4;
}
body.layout-wc26-datalab .dlab-zx__title {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #ccfbf1;
}
body.layout-wc26-datalab .dlab-zx__lede {
  margin: 0 0 18px;
  max-width: 62ch;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.65;
  color: rgba(236, 253, 245, 0.88);
}
body.layout-wc26-datalab .dlab-zx__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.layout-wc26-datalab .dlab-zx__pill {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(236, 253, 245, 0.88);
  background: rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(94, 234, 212, 0.22);
}
body.layout-wc26-datalab .dlab-zx__pill strong {
  color: #5eead4;
}

body.layout-wc26-datalab .dlab-zx__spotlight {
  margin: clamp(20px, 3vw, 32px) 0;
}
body.layout-wc26-datalab .dlab-zx__spotlight-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--zx-line);
  background: #fff;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
body.layout-wc26-datalab .dlab-zx__spotlight-card:hover {
  border-color: rgba(20, 184, 166, 0.45);
  box-shadow: 0 20px 48px rgba(20, 184, 166, 0.15);
}
body.layout-wc26-datalab .dlab-zx__spotlight-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  min-height: 200px;
  background: #f1f5f9;
}
@media (max-width: 720px) {
  body.layout-wc26-datalab .dlab-zx__spotlight-visual {
    aspect-ratio: 16 / 10;
    min-height: 180px;
  }
}
body.layout-wc26-datalab .dlab-zx__spotlight-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.layout-wc26-datalab .dlab-zx__spotlight-body {
  padding: clamp(18px, 3vw, 28px);
}
body.layout-wc26-datalab .dlab-zx__spotlight-flag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  border-radius: 8px;
}
body.layout-wc26-datalab .dlab-zx__spotlight-h {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--zx-ink);
}
body.layout-wc26-datalab .dlab-zx__spotlight-sum {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--zx-muted);
  max-width: 60ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.layout-wc26-datalab .dlab-zx__spotlight-time {
  font-size: 13px;
  font-weight: 700;
  color: #0d9488;
}

body.layout-wc26-datalab .dlab-zx__mosaic-wrap {
  margin-bottom: clamp(8px, 2vw, 16px);
}
body.layout-wc26-datalab .dlab-zx-sec {
  margin-bottom: clamp(8px, 2vw, 16px);
}
body.layout-wc26-datalab .dlab-zx-sec--alt {
  margin-bottom: 0;
}
body.layout-wc26-datalab .dlab-zx__sec-head {
  margin-bottom: 22px;
}
body.layout-wc26-datalab .dlab-zx__sec-head--tl {
  margin-top: 8px;
}
body.layout-wc26-datalab .dlab-zx__sec-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #14b8a6;
}
body.layout-wc26-datalab .dlab-zx__sec-h {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 900;
  color: var(--zx-ink);
}
body.layout-wc26-datalab .dlab-zx__sec-lead {
  margin: 0;
  font-size: 14px;
  color: var(--zx-muted);
  line-height: 1.55;
}

body.layout-wc26-datalab .dlab-zx__mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(140px, 1fr));
  gap: 14px;
  min-height: 280px;
}
@media (max-width: 1024px) {
  body.layout-wc26-datalab .dlab-zx__mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  body.layout-wc26-datalab .dlab-zx__cell--wide {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
  body.layout-wc26-datalab .dlab-zx__cell--tall {
    grid-row: auto !important;
  }
}
@media (max-width: 560px) {
  body.layout-wc26-datalab .dlab-zx__mosaic {
    grid-template-columns: 1fr;
  }
}

body.layout-wc26-datalab .dlab-zx__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--zx-line);
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  text-decoration: none;
  color: inherit;
  min-height: 0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
body.layout-wc26-datalab .dlab-zx__cell:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 184, 166, 0.45);
  box-shadow: 0 14px 32px rgba(20, 184, 166, 0.12);
}
body.layout-wc26-datalab .dlab-zx__cell--wide {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
body.layout-wc26-datalab .dlab-zx__cell--tall {
  grid-row: 1 / 3;
}
body.layout-wc26-datalab .dlab-zx__cell-num {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  border-radius: 6px;
}
body.layout-wc26-datalab .dlab-zx__cell-img {
  flex: 1;
  min-height: 120px;
  position: relative;
  overflow: hidden;
  background: #f1f5f9;
}
body.layout-wc26-datalab .dlab-zx__cell--wide .dlab-zx__cell-img {
  min-height: 180px;
}
body.layout-wc26-datalab .dlab-zx__cell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.layout-wc26-datalab .dlab-zx__cell-body {
  padding: 12px 14px 14px;
  background: rgba(255, 255, 255, 0.92);
}
body.layout-wc26-datalab .dlab-zx__cell-body time {
  font-size: 11px;
  font-weight: 800;
  color: #0d9488;
}
body.layout-wc26-datalab .dlab-zx__cell-h {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--zx-ink);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.layout-wc26-datalab .dlab-zx__cell--wide .dlab-zx__cell-h {
  font-size: clamp(15px, 1.6vw, 18px);
  -webkit-line-clamp: 4;
}

body.layout-wc26-datalab .dlab-zx__hotband {
  margin-bottom: clamp(8px, 2vw, 16px);
  padding: clamp(24px, 4vw, 36px) 0;
  border-top: 1px solid var(--zx-line);
  border-bottom: 1px solid var(--zx-line);
  background: #fff;
}
body.layout-wc26-datalab .dlab-zx__hotband-title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #14b8a6;
}
body.layout-wc26-datalab .dlab-zx__hot-scroll {
  overflow-x: auto;
  margin: 0 -16px;
  padding: 4px 16px 12px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
body.layout-wc26-datalab .dlab-zx__hot-list {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.layout-wc26-datalab .dlab-zx__hot-item {
  flex: 0 0 min(260px, 78vw);
  scroll-snap-align: start;
}
body.layout-wc26-datalab .dlab-zx__hot-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--zx-line);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.layout-wc26-datalab .dlab-zx__hot-card:hover {
  border-color: rgba(20, 184, 166, 0.45);
  box-shadow: 0 10px 28px rgba(20, 184, 166, 0.12);
}
body.layout-wc26-datalab .dlab-zx__hot-fig {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f5f9;
}
body.layout-wc26-datalab .dlab-zx__hot-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.layout-wc26-datalab .dlab-zx__hot-cap {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--zx-ink);
}

body.layout-wc26-datalab .dlab-zx__timeline-wrap {
  margin-bottom: 28px;
}
body.layout-wc26-datalab .dlab-zx__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-left: 2px solid rgba(20, 184, 166, 0.35);
  margin-left: 10px;
}
body.layout-wc26-datalab .dlab-zx__tl {
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}
body.layout-wc26-datalab .dlab-zx__tl + .dlab-zx__tl {
  margin-top: 8px;
}
body.layout-wc26-datalab .dlab-zx__tl-link {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--zx-line);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.layout-wc26-datalab .dlab-zx__tl-link:hover {
  border-color: rgba(20, 184, 166, 0.45);
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.1);
}
@media (max-width: 640px) {
  body.layout-wc26-datalab .dlab-zx__tl-link {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  body.layout-wc26-datalab .dlab-zx__tl-thumb {
    display: none;
  }
  body.layout-wc26-datalab .dlab-zx__tl-num {
    display: none;
  }
}
body.layout-wc26-datalab .dlab-zx__tl-mark {
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
}
body.layout-wc26-datalab .dlab-zx__tl-num {
  font-size: 11px;
  font-weight: 900;
  color: #0d9488;
  min-width: 2rem;
}
body.layout-wc26-datalab .dlab-zx__tl-thumb {
  width: 120px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f1f5f9;
}
body.layout-wc26-datalab .dlab-zx__tl-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.layout-wc26-datalab .dlab-zx__tl-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.layout-wc26-datalab .dlab-zx__tl-time {
  font-size: 12px;
  font-weight: 700;
  color: #0d9488;
}
body.layout-wc26-datalab .dlab-zx__tl-h {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--zx-ink);
}
body.layout-wc26-datalab .dlab-zx__tl-sum {
  font-size: 13px;
  color: var(--zx-muted);
  line-height: 1.45;
}
body.layout-wc26-datalab .dlab-zx__tl-go {
  font-size: 18px;
  font-weight: 700;
  color: #14b8a6;
}

body.layout-wc26-datalab .dlab-zx__empty-wrap {
  padding: 40px 0;
}
body.layout-wc26-datalab .dlab-zx__empty {
  margin: 0;
  padding: 32px;
  text-align: center;
  border-radius: 16px;
  border: 1px dashed rgba(20, 184, 166, 0.4);
  color: var(--zx-muted);
  background: #ecfdf5;
}
body.layout-wc26-datalab .dlab-zx__empty a {
  color: #0f766e;
  font-weight: 800;
}

body.layout-wc26-datalab .dlab-zx__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 36px;
  padding: 16px 0;
  border-top: 1px solid var(--zx-line);
}
body.layout-wc26-datalab .dlab-zx__pager-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}
body.layout-wc26-datalab .dlab-zx__pager-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.layout-wc26-datalab .dlab-zx__pg {
  min-width: 40px;
  padding: 8px 11px;
  text-align: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  color: var(--zx-muted);
  border: 1px solid var(--zx-line);
  background: #fff;
  transition: border-color 0.15s ease, color 0.15s ease;
}
body.layout-wc26-datalab .dlab-zx__pg:hover {
  color: #0f766e;
  border-color: rgba(20, 184, 166, 0.45);
}
body.layout-wc26-datalab .dlab-zx__pg.is-active {
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  color: #fff;
  border-color: transparent;
}

body.layout-wc26-datalab .dlab-zx__foot {
  padding: 28px 0 8px;
  border-top: 1px solid var(--zx-line);
  background: linear-gradient(180deg, #fff 0%, #ecfdf5 100%);
}
body.layout-wc26-datalab .dlab-zx__foot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 860px) {
  body.layout-wc26-datalab .dlab-zx__foot-grid {
    grid-template-columns: 1fr;
  }
}
body.layout-wc26-datalab .dlab-zx__foot-card {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid var(--zx-line);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
body.layout-wc26-datalab .dlab-zx__foot-card--cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.layout-wc26-datalab .dlab-zx__foot-h {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
  color: var(--zx-ink);
}
body.layout-wc26-datalab .dlab-zx__foot-p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--zx-muted);
}
body.layout-wc26-datalab .dlab-zx__foot-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  box-shadow: 0 4px 14px rgba(20, 184, 166, 0.3);
}
body.layout-wc26-datalab .dlab-zx__foot-a:hover {
  filter: brightness(1.06);
}
body.layout-wc26-datalab .dlab-zx__foot-a--ghost {
  color: #0f766e;
  background: #fff;
  border: 2px solid rgba(20, 184, 166, 0.45);
  box-shadow: none;
}
body.layout-wc26-datalab .dlab-zx__foot-a--ghost:hover {
  background: #ecfdf5;
}

/* H5：赛讯列表顶区 — 面包屑与 Chip 纵向排列，mast 与摘要/标签不打叠 */
@media (max-width: 720px) {
  body.layout-wc26-datalab .dlab-zx__bar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-bottom: 14px;
  }
  body.layout-wc26-datalab .dlab-zx__crumb {
    width: 100%;
    flex: 0 0 auto;
    line-height: 1.45;
    word-break: break-word;
  }
  body.layout-wc26-datalab .dlab-zx__chips {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
  }
  body.layout-wc26-datalab .dlab-zx__chip {
    padding: 6px 11px;
    font-size: 11px;
  }
  body.layout-wc26-datalab .dlab-zx__mast {
    position: relative;
    z-index: 0;
    margin-top: 0;
    padding: 18px 0 16px;
    border-radius: 0 0 18px 18px;
  }
  body.layout-wc26-datalab .dlab-zx__bar {
    position: relative;
    z-index: 1;
  }
  body.layout-wc26-datalab .dlab-zx__title {
    font-size: clamp(1.32rem, 6vw, 1.72rem);
    line-height: 1.2;
  }
  body.layout-wc26-datalab .dlab-zx__lede {
    max-width: none;
    margin-bottom: 14px;
  }
  body.layout-wc26-datalab .dlab-zx__meta-row {
    gap: 8px;
    row-gap: 10px;
    align-items: flex-start;
  }
  body.layout-wc26-datalab .dlab-zx__pill {
    flex: 0 1 auto;
    max-width: 100%;
    line-height: 1.35;
    word-break: break-word;
  }
}

/** WC26 WXL — /tiyu/redian/ 热点列表 dlab-rd */
