﻿/* 黑客24小时在线查询 - 百变模板前缀 z64266 */
:root {
  --z64266bg: #f3f6f4;
  --z64266surface: #ffffff;
  --z64266ink: #12201a;
  --z64266muted: #5a6b62;
  --z64266line: #d5e0d9;
  --z64266brand: #0a4d3c;
  --z64266brand-deep: #063528;
  --z64266accent: #c8f542;
  --z64266accent-ink: #1a2e12;
  --z64266banner-from: #063528;
  --z64266banner-to: #0f6b52;
  --z64266shadow: 0 18px 40px rgba(6, 53, 40, 0.12);
  --z64266radius: 4px;
  --z64266max: 1120px;
  --z64266header-h: 68px;
  --z64266font-display: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --z64266font-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%;
}

.z64266body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: var(--z64266font-body);
  color: var(--z64266ink);
  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(--z64266bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.z64266container {
  width: 100%;
  max-width: var(--z64266max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.z64266body ul.z64266nav-list,
.z64266body ul.z64266contact-list,
.z64266body ul.z64266scope-list,
.z64266body ul.z64266flink-list,
.z64266body ol.z64266steps,
.z64266body ol.z64266contact-tips {
  list-style-position: outside;
}

.z64266body .z64266nav-list li,
.z64266body .z64266flink-list li,
.z64266body .z64266feature,
.z64266body .z64266banner-visual,
.z64266body .z64266banner-img {
  float: none;
}

.z64266body .z64266banner-img {
  max-width: 100% !important;
  height: auto !important;
}

/* ========== 顶部导航 ========== */
.z64266header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--z64266line);
}

.z64266header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: var(--z64266header-h);
  gap: 12px;
}

.z64266logo {
  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%;
}

.z64266logo-mark {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: var(--z64266brand);
  color: var(--z64266accent);
  font-size: 0.75rem;
  font-family: var(--z64266font-display);
  border-radius: var(--z64266radius);
}

.z64266logo-text {
  font-size: 1.05rem;
  color: var(--z64266brand-deep);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z64266nav-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;
}

.z64266nav-btn {
  display: none;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  gap: 5px;
  cursor: pointer;
  border: 1px solid var(--z64266line);
  border-radius: var(--z64266radius);
  background: var(--z64266surface);
}

.z64266nav-btn-bar {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--z64266brand);
}

/* PC 默认横排导航 */
.z64266nav {
  position: static;
  max-height: none;
  overflow: visible;
  background: transparent;
  border: 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.z64266nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.z64266nav-link {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  font-size: 0.95rem;
  color: var(--z64266muted);
  border-radius: var(--z64266radius);
  transition: color 0.2s ease, background 0.2s ease;
}

.z64266nav-link:hover,
.z64266nav-link-active {
  color: var(--z64266brand);
  background: rgba(10, 77, 60, 0.06);
}

.z64266nav-cta {
  margin-left: 0.35rem;
  background: var(--z64266brand) !important;
  color: #fff !important;
}

.z64266nav-cta:hover {
  background: var(--z64266brand-deep) !important;
}

/* ========== 主横幅 ========== */
.z64266banner {
  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);
}

.z64266banner::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;
}

.z64266banner-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(--z64266max);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.z64266banner-content {
  max-width: 540px;
  min-width: 0;
  width: 100%;
}

.z64266banner-brand {
  margin: 0 0 1rem;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--z64266accent);
  font-family: var(--z64266font-display);
}

.z64266banner-title {
  margin: 0 0 1.1rem;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.z64266banner-desc {
  margin: 0 0 1.75rem;
  font-size: 16px;
  color: rgba(245, 250, 247, 0.88);
  max-width: 32rem;
}

.z64266banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.z64266banner-visual {
  position: relative;
  justify-self: stretch;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  margin-left: auto;
  overflow: hidden;
}

.z64266banner-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ========== 按钮 ========== */
.z64266btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--z64266radius);
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.z64266btn:hover {
  transform: translateY(-1px);
}

.z64266btn-primary {
  background: var(--z64266accent);
  color: var(--z64266accent-ink);
}

.z64266btn-primary:hover {
  background: #d6ff5c;
}

.z64266btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.z64266btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.z64266btn-block {
  width: 100%;
  margin-top: 1.25rem;
}

/* ========== 通用板块 ========== */
.z64266section {
  padding: 4.5rem 0;
}

.z64266section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.75rem;
}

.z64266section-head-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 34rem;
}

.z64266section-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
  color: var(--z64266brand-deep);
  letter-spacing: -0.01em;
}

.z64266section-desc {
  margin: 0;
  color: var(--z64266muted);
  font-size: 1rem;
}

.z64266grid {
  display: grid;
  gap: 1.25rem;
}

.z64266grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.z64266feature {
  padding: 1.6rem 1.4rem 1.7rem;
  background: var(--z64266surface);
  border: 1px solid var(--z64266line);
  border-radius: var(--z64266radius);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.z64266feature:hover {
  border-color: rgba(10, 77, 60, 0.35);
  box-shadow: var(--z64266shadow);
}

.z64266feature-icon {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--z64266brand);
  border-bottom: 2px solid var(--z64266accent);
  padding-bottom: 0.2rem;
}

.z64266feature-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--z64266ink);
}

.z64266feature-text {
  margin: 0;
  color: var(--z64266muted);
  font-size: 0.95rem;
}

/* ========== 服务范围 ========== */
.z64266scope {
  background: var(--z64266surface);
  border-block: 1px solid var(--z64266line);
}

.z64266scope-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.z64266scope-col {
  padding: 1.6rem 1.5rem 1.7rem;
  border-radius: var(--z64266radius);
  border: 1px solid var(--z64266line);
}

.z64266scope-yes {
  background: linear-gradient(165deg, rgba(10, 77, 60, 0.06), transparent 60%);
  border-color: rgba(10, 77, 60, 0.22);
}

.z64266scope-no {
  background: linear-gradient(165deg, rgba(120, 40, 40, 0.05), transparent 60%);
  border-color: rgba(120, 40, 40, 0.18);
}

.z64266scope-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: var(--z64266brand-deep);
}

.z64266scope-no .z64266scope-title {
  color: #6b2e2e;
}

.z64266scope-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.65rem;
  color: var(--z64266muted);
  font-size: 0.95rem;
}

.z64266scope-yes .z64266scope-list li::marker {
  color: var(--z64266brand);
}

.z64266scope-no .z64266scope-list li::marker {
  color: #a05a5a;
}

/* ========== 咨询流程 ========== */
.z64266steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: none;
}

.z64266step {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem 1.2rem 1.5rem;
  background: var(--z64266surface);
  border: 1px solid var(--z64266line);
  border-radius: var(--z64266radius);
  position: relative;
}

.z64266step-num {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  background: var(--z64266brand);
  color: var(--z64266accent);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--z64266radius);
}

.z64266step-title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--z64266ink);
}

.z64266step-text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--z64266muted);
}

/* ========== 常见问题 ========== */
.z64266faq-list {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.z64266faq-item {
  background: var(--z64266surface);
  border: 1px solid var(--z64266line);
  border-radius: var(--z64266radius);
  padding: 0;
  overflow: hidden;
}

.z64266faq-q {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.25rem;
  font-weight: 650;
  color: var(--z64266brand-deep);
  font-size: 1rem;
}

.z64266faq-q::-webkit-details-marker {
  display: none;
}

.z64266faq-q::after {
  content: "+";
  float: right;
  color: var(--z64266brand);
  font-weight: 700;
}

.z64266faq-item[open] .z64266faq-q::after {
  content: "–";
}

.z64266faq-a {
  padding: 0 1.25rem 1.15rem;
  border-top: 1px solid var(--z64266line);
}

.z64266faq-a p {
  margin: 0.9rem 0 0;
  color: var(--z64266muted);
  font-size: 0.95rem;
}

/* ========== 联系方式（核心） ========== */
.z64266contact {
  background:
    linear-gradient(180deg, rgba(10, 77, 60, 0.04), transparent 40%),
    var(--z64266bg);
}

.z64266contact-wrap {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 1.5rem;
  align-items: stretch;
}

.z64266contact-panel,
.z64266contact-aside {
  background: var(--z64266surface);
  border: 1px solid var(--z64266line);
  border-radius: var(--z64266radius);
  padding: 1.75rem 1.6rem;
}

.z64266contact-panel {
  box-shadow: var(--z64266shadow);
}

.z64266contact-panel-title,
.z64266contact-aside-title {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  color: var(--z64266brand-deep);
}

.z64266contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.z64266contact-item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--z64266line);
}

.z64266contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.z64266contact-item:first-child {
  padding-top: 0;
}

.z64266contact-label {
  font-size: 0.9rem;
  color: var(--z64266muted);
}

.z64266contact-value {
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--z64266brand);
  word-break: break-all;
}

a.z64266contact-value:hover {
  color: var(--z64266brand-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.z64266contact-aside {
  background: linear-gradient(165deg, var(--z64266brand-deep), var(--z64266brand));
  color: #f5faf7;
  border-color: transparent;
}

.z64266contact-aside-title {
  color: var(--z64266accent);
}

.z64266contact-tips {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.75rem;
  color: rgba(245, 250, 247, 0.88);
  font-size: 0.95rem;
}

.z64266contact-tip::marker {
  color: var(--z64266accent);
}

.z64266contact-aside .z64266btn-primary {
  color: var(--z64266accent-ink);
}

/* ========== 关于 ========== */
.z64266about {
  padding-top: 2rem;
}

.z64266about-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  background: var(--z64266surface);
  border: 1px solid var(--z64266line);
  border-radius: var(--z64266radius);
}

.z64266about .z64266section-head {
  margin-bottom: 0;
}

.z64266about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.z64266stat {
  text-align: center;
  padding: 1.1rem 0.5rem;
  border-left: 1px solid var(--z64266line);
}

.z64266stat:first-child {
  border-left: 0;
}

.z64266stat-num {
  display: block;
  font-size: 1.45rem;
  font-weight: 750;
  color: var(--z64266brand);
  margin-bottom: 0.25rem;
}

.z64266stat-label {
  font-size: 0.85rem;
  color: var(--z64266muted);
}

.z64266about-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.z64266about-card {
  padding: 1.4rem 1.25rem;
  background: var(--z64266surface);
  border: 1px solid var(--z64266line);
  border-radius: var(--z64266radius);
}

.z64266about-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--z64266brand-deep);
}

.z64266about-card-text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--z64266muted);
}

/* ========== 页脚 ========== */
.z64266footer {
  background: var(--z64266brand-deep);
  color: rgba(245, 250, 247, 0.78);
  padding: 2.25rem 0;
  margin-top: 3rem;
}

.z64266footer-inner {
  text-align: center;
}

.z64266footer-brand {
  margin: 0 0 0.75rem;
  color: var(--z64266accent);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.z64266footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.1rem;
  margin-bottom: 0.85rem;
}

.z64266footer-link {
  font-size: 0.9rem;
  color: rgba(245, 250, 247, 0.85);
}

.z64266footer-link:hover {
  color: var(--z64266accent);
}

.z64266footer-copy,
.z64266footer-note {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
}

.z64266footer-note {
  opacity: 0.75;
}

.z64266footer-power {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: rgba(245, 250, 247, 0.72);
}

.z64266footer-power p {
  margin: 0.35rem 0 0;
}

.z64266footer-power a {
  color: var(--z64266accent);
}

.z64266footer-power a:hover {
  text-decoration: underline;
}

/* ========== 广告位 ========== */
.z64266ad {
  padding: 1.25rem 0 0;
}

.z64266ad-banner {
  text-align: center;
}

/* ========== 友情链接 ========== */
.z64266flink {
  padding-top: 2rem;
}

.z64266flink-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  justify-content: center;
}

.z64266flink-link {
  display: inline-block;
  padding: 0.35rem 0.15rem;
  color: var(--z64266muted);
  font-size: 0.95rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.z64266flink-link:hover {
  color: var(--z64266brand);
  border-bottom-color: var(--z64266accent);
}

/* ========== 响应式 ========== */

/* 大屏导航略收紧 */
@media (max-width: 1100px) {
  .z64266nav-link {
    padding: 0.45rem 0.55rem;
    font-size: 0.88rem;
  }

  .z64266banner-title {
    font-size: 36px;
  }

  .z64266banner-brand {
    font-size: 24px;
  }
}

/* 平板：折叠导航 + 横幅单列 */
@media (max-width: 992px) {
  .z64266nav-btn {
    display: grid;
  }

  .z64266nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    flex: none;
    background: #ffffff;
    border-bottom: 1px solid var(--z64266line);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 200;
  }

  .z64266nav-toggle:checked ~ .z64266nav {
    max-height: 520px;
  }

  .z64266nav-list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px 16px 16px;
    gap: 4px;
  }

  .z64266nav-link {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
  }

  .z64266nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .z64266banner {
    min-height: 0;
  }

  .z64266banner-inner {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 40px;
    gap: 20px;
  }

  .z64266banner-content {
    max-width: none;
  }

  .z64266banner-visual {
    margin-left: 0;
    max-width: 420px;
    justify-self: center;
  }

  .z64266grid-3,
  .z64266steps,
  .z64266about-extra,
  .z64266scope-wrap,
  .z64266contact-wrap,
  .z64266about-inner {
    grid-template-columns: 1fr;
  }

  .z64266section {
    padding: 48px 0;
  }

  .z64266contact-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .z64266about-inner {
    padding: 20px;
  }

  .z64266about-stats {
    border-top: 1px solid var(--z64266line);
    padding-top: 12px;
  }

  .z64266stat {
    border-left: 0;
    border-top: 1px solid var(--z64266line);
  }

  .z64266stat:first-child {
    border-top: 0;
  }
}

/* 小平板：服务两列 */
@media (min-width: 641px) and (max-width: 992px) {
  .z64266grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .z64266steps {
    grid-template-columns: 1fr 1fr;
  }
}

/* 手机 */
@media (max-width: 768px) {
  .z64266banner-title {
    font-size: 28px;
  }

  .z64266banner-brand {
    font-size: 20px;
  }

  .z64266banner-desc {
    font-size: 15px;
  }

  .z64266banner-actions {
    flex-direction: column;
  }

  .z64266banner-actions .z64266btn {
    width: 100%;
  }

  .z64266banner-visual {
    max-width: 100%;
  }

  .z64266logo {
    max-width: 70%;
  }
}

@media (max-width: 480px) {
  .z64266container,
  .z64266banner-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .z64266banner-title {
    font-size: 24px;
  }

  .z64266logo-text {
    font-size: 15px;
  }

  .z64266grid-3,
  .z64266steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .z64266banner::before {
    animation: none;
  }
}
