﻿/* 黑客24小时在线查询 - 百变模板前缀 z4123b */
:root {
  --z4123bbg: #f3f6f4;
  --z4123bsurface: #ffffff;
  --z4123bink: #12201a;
  --z4123bmuted: #5a6b62;
  --z4123bline: #d5e0d9;
  --z4123bbrand: #0a4d3c;
  --z4123bbrand-deep: #063528;
  --z4123baccent: #c8f542;
  --z4123baccent-ink: #1a2e12;
  --z4123bbanner-from: #063528;
  --z4123bbanner-to: #0f6b52;
  --z4123bshadow: 0 18px 40px rgba(6, 53, 40, 0.12);
  --z4123bradius: 4px;
  --z4123bmax: 1120px;
  --z4123bheader-h: 68px;
  --z4123bfont-display: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --z4123bfont-body: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.z4123bbody {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: var(--z4123bfont-body);
  color: var(--z4123bink);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(200, 245, 66, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(10, 77, 60, 0.08), transparent 50%),
    var(--z4123bbg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.z4123bcontainer {
  width: 100%;
  max-width: var(--z4123bmax);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.z4123bbody ul.z4123bnav-list,
.z4123bbody ul.z4123bcontact-list,
.z4123bbody ul.z4123bscope-list,
.z4123bbody ul.z4123bflink-list,
.z4123bbody ol.z4123bsteps,
.z4123bbody ol.z4123bcontact-tips {
  list-style-position: outside;
}

.z4123bbody .z4123bnav-list li,
.z4123bbody .z4123bflink-list li,
.z4123bbody .z4123bfeature,
.z4123bbody .z4123bbanner-visual,
.z4123bbody .z4123bbanner-img {
  float: none;
}

.z4123bbody .z4123bbanner-img {
  max-width: 100% !important;
  height: auto !important;
}

/* ========== 顶部导航 ========== */
.z4123bheader {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--z4123bline);
}

.z4123bheader-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: var(--z4123bheader-h);
  gap: 12px;
}

.z4123blogo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 55%;
}

.z4123blogo-mark {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: var(--z4123bbrand);
  color: var(--z4123baccent);
  font-size: 0.75rem;
  font-family: var(--z4123bfont-display);
  border-radius: var(--z4123bradius);
}

.z4123blogo-text {
  font-size: 1.05rem;
  color: var(--z4123bbrand-deep);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z4123bnav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.z4123bnav-btn {
  display: none;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  gap: 5px;
  cursor: pointer;
  border: 1px solid var(--z4123bline);
  border-radius: var(--z4123bradius);
  background: var(--z4123bsurface);
}

.z4123bnav-btn-bar {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--z4123bbrand);
}

/* PC 默认横排导航 */
.z4123bnav {
  position: static;
  max-height: none;
  overflow: visible;
  background: transparent;
  border: 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.z4123bnav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.z4123bnav-link {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  font-size: 0.95rem;
  color: var(--z4123bmuted);
  border-radius: var(--z4123bradius);
  transition: color 0.2s ease, background 0.2s ease;
}

.z4123bnav-link:hover,
.z4123bnav-link-active {
  color: var(--z4123bbrand);
  background: rgba(10, 77, 60, 0.06);
}

.z4123bnav-cta {
  margin-left: 0.35rem;
  background: var(--z4123bbrand) !important;
  color: #fff !important;
}

.z4123bnav-cta:hover {
  background: var(--z4123bbrand-deep) !important;
}

/* ========== 主横幅 ========== */
.z4123bbanner {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: block;
  overflow: hidden;
  color: #f5faf7;
  background-color: #063528;
  background-image:
    linear-gradient(125deg, rgba(6, 53, 40, 0.94) 0%, rgba(15, 107, 82, 0.82) 48%, rgba(6, 53, 40, 0.9) 100%),
    radial-gradient(circle at 78% 35%, rgba(200, 245, 66, 0.18), transparent 42%),
    linear-gradient(160deg, #063528, #0f6b52);
}

.z4123bbanner::before {
  content: "";
  position: absolute;
  left: 45%;
  right: 0;
  bottom: -20%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(200, 245, 66, 0.14), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.z4123bbanner-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 24px 32px;
  padding-top: 48px;
  padding-bottom: 56px;
  width: 100%;
  max-width: var(--z4123bmax);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.z4123bbanner-content {
  max-width: 540px;
  min-width: 0;
  width: 100%;
}

.z4123bbanner-brand {
  margin: 0 0 1rem;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--z4123baccent);
  font-family: var(--z4123bfont-display);
}

.z4123bbanner-title {
  margin: 0 0 1.1rem;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.z4123bbanner-desc {
  margin: 0 0 1.75rem;
  font-size: 16px;
  color: rgba(245, 250, 247, 0.88);
  max-width: 32rem;
}

.z4123bbanner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.z4123bbanner-visual {
  position: relative;
  justify-self: stretch;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  margin-left: auto;
  overflow: hidden;
}

.z4123bbanner-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ========== 按钮 ========== */
.z4123bbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--z4123bradius);
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.z4123bbtn:hover {
  transform: translateY(-1px);
}

.z4123bbtn-primary {
  background: var(--z4123baccent);
  color: var(--z4123baccent-ink);
}

.z4123bbtn-primary:hover {
  background: #d6ff5c;
}

.z4123bbtn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.z4123bbtn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.z4123bbtn-block {
  width: 100%;
  margin-top: 1.25rem;
}

/* ========== 通用板块 ========== */
.z4123bsection {
  padding: 4.5rem 0;
}

.z4123bsection-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.75rem;
}

.z4123bsection-head-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 34rem;
}

.z4123bsection-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
  color: var(--z4123bbrand-deep);
  letter-spacing: -0.01em;
}

.z4123bsection-desc {
  margin: 0;
  color: var(--z4123bmuted);
  font-size: 1rem;
}

.z4123bgrid {
  display: grid;
  gap: 1.25rem;
}

.z4123bgrid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.z4123bfeature {
  padding: 1.6rem 1.4rem 1.7rem;
  background: var(--z4123bsurface);
  border: 1px solid var(--z4123bline);
  border-radius: var(--z4123bradius);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.z4123bfeature:hover {
  border-color: rgba(10, 77, 60, 0.35);
  box-shadow: var(--z4123bshadow);
}

.z4123bfeature-icon {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--z4123bbrand);
  border-bottom: 2px solid var(--z4123baccent);
  padding-bottom: 0.2rem;
}

.z4123bfeature-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--z4123bink);
}

.z4123bfeature-text {
  margin: 0;
  color: var(--z4123bmuted);
  font-size: 0.95rem;
}

/* ========== 服务范围 ========== */
.z4123bscope {
  background: var(--z4123bsurface);
  border-block: 1px solid var(--z4123bline);
}

.z4123bscope-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.z4123bscope-col {
  padding: 1.6rem 1.5rem 1.7rem;
  border-radius: var(--z4123bradius);
  border: 1px solid var(--z4123bline);
}

.z4123bscope-yes {
  background: linear-gradient(165deg, rgba(10, 77, 60, 0.06), transparent 60%);
  border-color: rgba(10, 77, 60, 0.22);
}

.z4123bscope-no {
  background: linear-gradient(165deg, rgba(120, 40, 40, 0.05), transparent 60%);
  border-color: rgba(120, 40, 40, 0.18);
}

.z4123bscope-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: var(--z4123bbrand-deep);
}

.z4123bscope-no .z4123bscope-title {
  color: #6b2e2e;
}

.z4123bscope-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.65rem;
  color: var(--z4123bmuted);
  font-size: 0.95rem;
}

.z4123bscope-yes .z4123bscope-list li::marker {
  color: var(--z4123bbrand);
}

.z4123bscope-no .z4123bscope-list li::marker {
  color: #a05a5a;
}

/* ========== 咨询流程 ========== */
.z4123bsteps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: none;
}

.z4123bstep {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem 1.2rem 1.5rem;
  background: var(--z4123bsurface);
  border: 1px solid var(--z4123bline);
  border-radius: var(--z4123bradius);
  position: relative;
}

.z4123bstep-num {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  background: var(--z4123bbrand);
  color: var(--z4123baccent);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--z4123bradius);
}

.z4123bstep-title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--z4123bink);
}

.z4123bstep-text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--z4123bmuted);
}

/* ========== 常见问题 ========== */
.z4123bfaq-list {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.z4123bfaq-item {
  background: var(--z4123bsurface);
  border: 1px solid var(--z4123bline);
  border-radius: var(--z4123bradius);
  padding: 0;
  overflow: hidden;
}

.z4123bfaq-q {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.25rem;
  font-weight: 650;
  color: var(--z4123bbrand-deep);
  font-size: 1rem;
}

.z4123bfaq-q::-webkit-details-marker {
  display: none;
}

.z4123bfaq-q::after {
  content: "+";
  float: right;
  color: var(--z4123bbrand);
  font-weight: 700;
}

.z4123bfaq-item[open] .z4123bfaq-q::after {
  content: "–";
}

.z4123bfaq-a {
  padding: 0 1.25rem 1.15rem;
  border-top: 1px solid var(--z4123bline);
}

.z4123bfaq-a p {
  margin: 0.9rem 0 0;
  color: var(--z4123bmuted);
  font-size: 0.95rem;
}

/* ========== 联系方式（核心） ========== */
.z4123bcontact {
  background:
    linear-gradient(180deg, rgba(10, 77, 60, 0.04), transparent 40%),
    var(--z4123bbg);
}

.z4123bcontact-wrap {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 1.5rem;
  align-items: stretch;
}

.z4123bcontact-panel,
.z4123bcontact-aside {
  background: var(--z4123bsurface);
  border: 1px solid var(--z4123bline);
  border-radius: var(--z4123bradius);
  padding: 1.75rem 1.6rem;
}

.z4123bcontact-panel {
  box-shadow: var(--z4123bshadow);
}

.z4123bcontact-panel-title,
.z4123bcontact-aside-title {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  color: var(--z4123bbrand-deep);
}

.z4123bcontact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.z4123bcontact-item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--z4123bline);
}

.z4123bcontact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.z4123bcontact-item:first-child {
  padding-top: 0;
}

.z4123bcontact-label {
  font-size: 0.9rem;
  color: var(--z4123bmuted);
}

.z4123bcontact-value {
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--z4123bbrand);
  word-break: break-all;
}

a.z4123bcontact-value:hover {
  color: var(--z4123bbrand-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.z4123bcontact-aside {
  background: linear-gradient(165deg, var(--z4123bbrand-deep), var(--z4123bbrand));
  color: #f5faf7;
  border-color: transparent;
}

.z4123bcontact-aside-title {
  color: var(--z4123baccent);
}

.z4123bcontact-tips {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.75rem;
  color: rgba(245, 250, 247, 0.88);
  font-size: 0.95rem;
}

.z4123bcontact-tip::marker {
  color: var(--z4123baccent);
}

.z4123bcontact-aside .z4123bbtn-primary {
  color: var(--z4123baccent-ink);
}

/* ========== 关于 ========== */
.z4123babout {
  padding-top: 2rem;
}

.z4123babout-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  background: var(--z4123bsurface);
  border: 1px solid var(--z4123bline);
  border-radius: var(--z4123bradius);
}

.z4123babout .z4123bsection-head {
  margin-bottom: 0;
}

.z4123babout-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.z4123bstat {
  text-align: center;
  padding: 1.1rem 0.5rem;
  border-left: 1px solid var(--z4123bline);
}

.z4123bstat:first-child {
  border-left: 0;
}

.z4123bstat-num {
  display: block;
  font-size: 1.45rem;
  font-weight: 750;
  color: var(--z4123bbrand);
  margin-bottom: 0.25rem;
}

.z4123bstat-label {
  font-size: 0.85rem;
  color: var(--z4123bmuted);
}

.z4123babout-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.z4123babout-card {
  padding: 1.4rem 1.25rem;
  background: var(--z4123bsurface);
  border: 1px solid var(--z4123bline);
  border-radius: var(--z4123bradius);
}

.z4123babout-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--z4123bbrand-deep);
}

.z4123babout-card-text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--z4123bmuted);
}

/* ========== 页脚 ========== */
.z4123bfooter {
  background: var(--z4123bbrand-deep);
  color: rgba(245, 250, 247, 0.78);
  padding: 2.25rem 0;
  margin-top: 3rem;
}

.z4123bfooter-inner {
  text-align: center;
}

.z4123bfooter-brand {
  margin: 0 0 0.75rem;
  color: var(--z4123baccent);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.z4123bfooter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.1rem;
  margin-bottom: 0.85rem;
}

.z4123bfooter-link {
  font-size: 0.9rem;
  color: rgba(245, 250, 247, 0.85);
}

.z4123bfooter-link:hover {
  color: var(--z4123baccent);
}

.z4123bfooter-copy,
.z4123bfooter-note {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
}

.z4123bfooter-note {
  opacity: 0.75;
}

.z4123bfooter-power {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: rgba(245, 250, 247, 0.72);
}

.z4123bfooter-power p {
  margin: 0.35rem 0 0;
}

.z4123bfooter-power a {
  color: var(--z4123baccent);
}

.z4123bfooter-power a:hover {
  text-decoration: underline;
}

/* ========== 广告位 ========== */
.z4123bad {
  padding: 1.25rem 0 0;
}

.z4123bad-banner {
  text-align: center;
}

/* ========== 友情链接 ========== */
.z4123bflink {
  padding-top: 2rem;
}

.z4123bflink-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  justify-content: center;
}

.z4123bflink-link {
  display: inline-block;
  padding: 0.35rem 0.15rem;
  color: var(--z4123bmuted);
  font-size: 0.95rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.z4123bflink-link:hover {
  color: var(--z4123bbrand);
  border-bottom-color: var(--z4123baccent);
}

/* ========== 响应式 ========== */

/* 大屏导航略收紧 */
@media (max-width: 1100px) {
  .z4123bnav-link {
    padding: 0.45rem 0.55rem;
    font-size: 0.88rem;
  }

  .z4123bbanner-title {
    font-size: 36px;
  }

  .z4123bbanner-brand {
    font-size: 24px;
  }
}

/* 平板：折叠导航 + 横幅单列 */
@media (max-width: 992px) {
  .z4123bnav-btn {
    display: grid;
  }

  .z4123bnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    flex: none;
    background: #ffffff;
    border-bottom: 1px solid var(--z4123bline);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 200;
  }

  .z4123bnav-toggle:checked ~ .z4123bnav {
    max-height: 520px;
  }

  .z4123bnav-list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px 16px 16px;
    gap: 4px;
  }

  .z4123bnav-link {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
  }

  .z4123bnav-cta {
    margin-left: 0;
    text-align: center;
  }

  .z4123bbanner {
    min-height: 0;
  }

  .z4123bbanner-inner {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 40px;
    gap: 20px;
  }

  .z4123bbanner-content {
    max-width: none;
  }

  .z4123bbanner-visual {
    margin-left: 0;
    max-width: 420px;
    justify-self: center;
  }

  .z4123bgrid-3,
  .z4123bsteps,
  .z4123babout-extra,
  .z4123bscope-wrap,
  .z4123bcontact-wrap,
  .z4123babout-inner {
    grid-template-columns: 1fr;
  }

  .z4123bsection {
    padding: 48px 0;
  }

  .z4123bcontact-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .z4123babout-inner {
    padding: 20px;
  }

  .z4123babout-stats {
    border-top: 1px solid var(--z4123bline);
    padding-top: 12px;
  }

  .z4123bstat {
    border-left: 0;
    border-top: 1px solid var(--z4123bline);
  }

  .z4123bstat:first-child {
    border-top: 0;
  }
}

/* 小平板：服务两列 */
@media (min-width: 641px) and (max-width: 992px) {
  .z4123bgrid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .z4123bsteps {
    grid-template-columns: 1fr 1fr;
  }
}

/* 手机 */
@media (max-width: 768px) {
  .z4123bbanner-title {
    font-size: 28px;
  }

  .z4123bbanner-brand {
    font-size: 20px;
  }

  .z4123bbanner-desc {
    font-size: 15px;
  }

  .z4123bbanner-actions {
    flex-direction: column;
  }

  .z4123bbanner-actions .z4123bbtn {
    width: 100%;
  }

  .z4123bbanner-visual {
    max-width: 100%;
  }

  .z4123blogo {
    max-width: 70%;
  }
}

@media (max-width: 480px) {
  .z4123bcontainer,
  .z4123bbanner-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .z4123bbanner-title {
    font-size: 24px;
  }

  .z4123blogo-text {
    font-size: 15px;
  }

  .z4123bgrid-3,
  .z4123bsteps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .z4123bbanner::before {
    animation: none;
  }
}
