﻿/* Template 2 — 值班窗 Desk Window */
:root {
  --green: #0c3b2e;
  --green-m: #1a5c48;
  --sand: #efe8d8;
  --sand-d: #e2d7c0;
  --ink: #1c2a24;
  --mute: #5a6b62;
  --line: #d4cbb8;
  --white: #fffaf3;
}
html { scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
body.z25034body {
  font-family: "Georgia", "Songti SC", "SimSun", "Microsoft YaHei", serif;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.75;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }

.z25034container {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}

.z25034header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 2px solid var(--green);
}
.z25034bar {
  display: flex; align-items: center; min-height: 60px; gap: 10px;
}
.z25034logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; max-width: 36%; flex-shrink: 0;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034logoicon {
  width: 36px; height: 36px;
  background: var(--green); color: var(--sand);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
  border-radius: 50%;
}
.z25034logotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z25034navtog { position: absolute; left: -9999px; opacity: 0; }
.z25034navbtn { display: none; margin-left: auto; padding: 10px; cursor: pointer; }
.z25034navbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--green); }
.z25034nav { margin-left: auto; }
.z25034nav ul {
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034nav a { color: var(--mute); font-size: 14px; }
.z25034nav a:hover { color: var(--green); }
.z25034navcta {
  padding: 8px 14px !important;
  background: var(--green) !important;
  color: var(--sand) !important;
  border-radius: 2px;
  font-weight: 700;
}
.z25034navcta:hover { background: var(--green-m) !important; }

.z25034btn {
  display: inline-block;
  padding: 12px 22px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px; font-weight: 700;
  border-radius: 2px;
  border: 2px solid transparent;
  text-align: center;
}
.z25034btnfill { background: var(--sand); color: var(--green) !important; }
.z25034btnfill:hover { background: #fff; }
.z25034btnline { border-color: rgba(239,232,216,.55); color: var(--sand) !important; }
.z25034btnline:hover { background: rgba(255,255,255,.12); }
.z25034btnblock { width: 100%; }

/* Full-bleed banner */
.z25034banner {
  position: relative;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.z25034bannerbg {
  position: absolute; inset: 0; z-index: 0;
}
.z25034bannerbg img {
  width: 100%; height: 100%; object-fit: cover;
}
.z25034bannerveil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(12,59,46,.78) 0%, rgba(12,59,46,.88) 55%, rgba(12,59,46,.95) 100%);
}
.z25034bannercenter {
  position: relative; z-index: 2;
  text-align: center;
  padding: 80px 16px 60px;
  max-width: 820px;
}
.z25034bannerlabel {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b8d4c8;
  margin-bottom: 16px;
}
.z25034banner h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 700;
}
.z25034bannerdesc {
  font-size: 17px;
  color: #d5e6dd;
  margin-bottom: 28px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034bannerbtns {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.z25034metricbar {
  position: relative; z-index: 2;
  margin-top: auto;
  background: rgba(0,0,0,.28);
  border-top: 1px solid rgba(239,232,216,.15);
}
.z25034metricrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 18px 16px;
  text-align: center;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034metricrow strong {
  display: block; font-size: 20px; color: var(--sand); margin-bottom: 2px;
}
.z25034metricrow span { font-size: 12px; color: #a8c4b6; }

.z25034ad { padding: 12px 0; background: var(--sand-d); }

.z25034sec { padding: 68px 0; background: var(--white); }
.z25034secalt { background: var(--sand); }
.z25034sechead { text-align: center; margin-bottom: 36px; }
.z25034sechead.z25034left { text-align: left; }
.z25034sechead h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 10px;
}
.z25034sechead p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--mute); max-width: 34em; margin: 0 auto;
}
.z25034sechead.z25034left p { margin: 0; }

/* Ability as stacked rows */
.z25034abilitylist { display: flex; flex-direction: column; gap: 0; }
.z25034abilitylist article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034abilitylist article:last-child { border-bottom: 0; }
.z25034abilitylist span {
  font-size: 28px; font-weight: 800; color: var(--green);
  line-height: 1; font-family: Georgia, serif;
}
.z25034abilitylist h3 { font-size: 18px; margin-bottom: 6px; font-family: Georgia, "Songti SC", serif; }
.z25034abilitylist p { color: var(--mute); font-size: 14px; }

.z25034boundgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--green);
  overflow: hidden;
}
.z25034boundyes, .z25034boundno { padding: 28px 24px; }
.z25034boundyes { background: var(--white); }
.z25034boundno { background: var(--green); color: var(--sand); }
.z25034boundgrid h3 {
  font-size: 20px; margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  opacity: 0.9;
}
.z25034boundyes ul li,
.z25034boundno ul li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 14px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034boundyes ul li:before,
.z25034boundno ul li:before {
  content: "·";
  position: absolute; left: 0; top: 8px;
  font-weight: 700;
}

.z25034stepwrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.z25034spine { position: relative; }
.z25034spine:before {
  content: "";
  position: absolute;
  left: 17px; top: 8px; bottom: 8px;
  width: 2px;
  background: var(--line);
}
.z25034spine li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  margin-bottom: 28px;
  position: relative;
}
.z25034spine li:last-child { margin-bottom: 0; }
.z25034spine span {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: var(--sand);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  z-index: 1;
}
.z25034spine h3 { font-size: 18px; margin-bottom: 6px; }
.z25034spine p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px; color: var(--mute);
}

.z25034channelwrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}
.z25034channellist, .z25034channelaside {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px 24px;
}
.z25034channellist h3, .z25034channelaside h3 {
  margin-bottom: 16px; font-size: 18px;
}
.z25034channellist li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
.z25034channellist li span { color: var(--mute); }
.z25034channellist a { color: var(--green); font-weight: 700; }
.z25034channelaside {
  background: var(--green); color: var(--sand); border-color: var(--green);
}
.z25034channelaside ol {
  list-style: decimal;
  padding-left: 18px;
  margin-bottom: 20px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
.z25034channelaside li { margin-bottom: 8px; }
.z25034channelaside .z25034btnfill {
  background: var(--sand); color: var(--green) !important;
}

.z25034qalist details {
  background: var(--white);
  border: 1px solid var(--line);
  margin-bottom: 10px;
  padding: 0;
}
.z25034qalist summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  list-style: none;
}
.z25034qalist summary::-webkit-details-marker { display: none; }
.z25034qalist details[open] summary { border-bottom: 1px solid var(--line); color: var(--green); }
.z25034qalist p {
  padding: 14px 20px 18px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px; color: var(--mute);
}

.z25034about { background: var(--green); color: var(--sand); }
.z25034aboutband {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
  align-items: center;
}
.z25034aboutband h2 { font-size: 28px; margin-bottom: 12px; }
.z25034aboutband > div > p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  color: #b8d4c8; font-size: 15px;
}
.z25034aboutstats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.z25034aboutstats div {
  text-align: center;
  padding: 16px 8px;
  border: 1px solid rgba(239,232,216,.25);
}
.z25034aboutstats span {
  display: block; font-size: 22px; font-weight: 800; margin-bottom: 4px;
  font-family: "Segoe UI", sans-serif;
}
.z25034aboutstats em {
  font-style: normal; font-size: 12px; color: #a8c4b6;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034aboutcards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.z25034aboutcards article {
  padding: 20px 18px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(239,232,216,.15);
}
.z25034aboutcards h3 { font-size: 16px; margin-bottom: 8px; }
.z25034aboutcards p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 13px; color: #b8d4c8;
}

.z25034flinklist {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  justify-content: center;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034flinklist a {
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
}
.z25034flinklist a:hover { border-color: var(--green); color: var(--green); }

.z25034footer {
  background: #081f18;
  color: #8fa89c;
  padding: 36px 0;
  text-align: center;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z25034footbrand {
  color: var(--sand); font-size: 18px; font-weight: 700; margin-bottom: 14px;
  font-family: Georgia, serif;
}
.z25034footnav {
  display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center;
  margin-bottom: 18px; font-size: 13px;
}
.z25034footnav a:hover { color: var(--sand); }
.z25034footpower { font-size: 12px; }
.z25034footpower a { color: #b8d4c8; }

@media (max-width: 900px) {
  .z25034boundgrid,
  .z25034stepwrap,
  .z25034channelwrap,
  .z25034aboutband,
  .z25034aboutcards { grid-template-columns: 1fr; }
  .z25034metricrow { grid-template-columns: 1fr 1fr; }
  .z25034nav { display: none; }
  .z25034navbtn { display: block; }
  .z25034bar { position: relative; }
  .z25034navtog:checked ~ .z25034nav {
    display: block;
    position: absolute;
    left: 0; right: 0; top: 60px;
    background: var(--white);
    padding: 16px 20px 20px;
    border-bottom: 2px solid var(--green);
    z-index: 101;
  }
  .z25034navtog:checked ~ .z25034nav ul {
    flex-direction: column; align-items: flex-start; gap: 12px;
  }
}
@media (max-width: 560px) {
  .z25034metricrow,
  .z25034aboutstats { grid-template-columns: 1fr; }
  .z25034banner { min-height: 70vh; }
  .z25034abilitylist article { grid-template-columns: 48px 1fr; }
  .z25034sec { padding: 48px 0; }
}
