﻿/* 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.z9029cbody {
  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; }

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

.z9029cheader {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 2px solid var(--green);
}
.z9029cbar {
  display: flex; align-items: center; min-height: 60px; gap: 10px;
}
.z9029clogo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; max-width: 36%; flex-shrink: 0;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z9029clogoicon {
  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%;
}
.z9029clogotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z9029cnavtog { position: absolute; left: -9999px; opacity: 0; }
.z9029cnavbtn { display: none; margin-left: auto; padding: 10px; cursor: pointer; }
.z9029cnavbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--green); }
.z9029cnav { margin-left: auto; }
.z9029cnav ul {
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z9029cnav a { color: var(--mute); font-size: 14px; }
.z9029cnav a:hover { color: var(--green); }
.z9029cnavcta {
  padding: 8px 14px !important;
  background: var(--green) !important;
  color: var(--sand) !important;
  border-radius: 2px;
  font-weight: 700;
}
.z9029cnavcta:hover { background: var(--green-m) !important; }

.z9029cbtn {
  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;
}
.z9029cbtnfill { background: var(--sand); color: var(--green) !important; }
.z9029cbtnfill:hover { background: #fff; }
.z9029cbtnline { border-color: rgba(239,232,216,.55); color: var(--sand) !important; }
.z9029cbtnline:hover { background: rgba(255,255,255,.12); }
.z9029cbtnblock { width: 100%; }

/* Full-bleed banner */
.z9029cbanner {
  position: relative;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.z9029cbannerbg {
  position: absolute; inset: 0; z-index: 0;
}
.z9029cbannerbg img {
  width: 100%; height: 100%; object-fit: cover;
}
.z9029cbannerveil {
  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%);
}
.z9029cbannercenter {
  position: relative; z-index: 2;
  text-align: center;
  padding: 80px 16px 60px;
  max-width: 820px;
}
.z9029cbannerlabel {
  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;
}
.z9029cbanner h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 700;
}
.z9029cbannerdesc {
  font-size: 17px;
  color: #d5e6dd;
  margin-bottom: 28px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z9029cbannerbtns {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.z9029cmetricbar {
  position: relative; z-index: 2;
  margin-top: auto;
  background: rgba(0,0,0,.28);
  border-top: 1px solid rgba(239,232,216,.15);
}
.z9029cmetricrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 18px 16px;
  text-align: center;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
}
.z9029cmetricrow strong {
  display: block; font-size: 20px; color: var(--sand); margin-bottom: 2px;
}
.z9029cmetricrow span { font-size: 12px; color: #a8c4b6; }

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

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

/* Ability as stacked rows */
.z9029cabilitylist { display: flex; flex-direction: column; gap: 0; }
.z9029cabilitylist 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;
}
.z9029cabilitylist article:last-child { border-bottom: 0; }
.z9029cabilitylist span {
  font-size: 28px; font-weight: 800; color: var(--green);
  line-height: 1; font-family: Georgia, serif;
}
.z9029cabilitylist h3 { font-size: 18px; margin-bottom: 6px; font-family: Georgia, "Songti SC", serif; }
.z9029cabilitylist p { color: var(--mute); font-size: 14px; }

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

.z9029cstepwrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.z9029cspine { position: relative; }
.z9029cspine:before {
  content: "";
  position: absolute;
  left: 17px; top: 8px; bottom: 8px;
  width: 2px;
  background: var(--line);
}
.z9029cspine li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  margin-bottom: 28px;
  position: relative;
}
.z9029cspine li:last-child { margin-bottom: 0; }
.z9029cspine 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;
}
.z9029cspine h3 { font-size: 18px; margin-bottom: 6px; }
.z9029cspine p {
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px; color: var(--mute);
}

.z9029cchannelwrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}
.z9029cchannellist, .z9029cchannelaside {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px 24px;
}
.z9029cchannellist h3, .z9029cchannelaside h3 {
  margin-bottom: 16px; font-size: 18px;
}
.z9029cchannellist 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;
}
.z9029cchannellist li span { color: var(--mute); }
.z9029cchannellist a { color: var(--green); font-weight: 700; }
.z9029cchannelaside {
  background: var(--green); color: var(--sand); border-color: var(--green);
}
.z9029cchannelaside ol {
  list-style: decimal;
  padding-left: 18px;
  margin-bottom: 20px;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
.z9029cchannelaside li { margin-bottom: 8px; }
.z9029cchannelaside .z9029cbtnfill {
  background: var(--sand); color: var(--green) !important;
}

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

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

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

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

@media (max-width: 900px) {
  .z9029cboundgrid,
  .z9029cstepwrap,
  .z9029cchannelwrap,
  .z9029caboutband,
  .z9029caboutcards { grid-template-columns: 1fr; }
  .z9029cmetricrow { grid-template-columns: 1fr 1fr; }
  .z9029cnav { display: none; }
  .z9029cnavbtn { display: block; }
  .z9029cbar { position: relative; }
  .z9029cnavtog:checked ~ .z9029cnav {
    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;
  }
  .z9029cnavtog:checked ~ .z9029cnav ul {
    flex-direction: column; align-items: flex-start; gap: 12px;
  }
}
@media (max-width: 560px) {
  .z9029cmetricrow,
  .z9029caboutstats { grid-template-columns: 1fr; }
  .z9029cbanner { min-height: 70vh; }
  .z9029cabilitylist article { grid-template-columns: 48px 1fr; }
  .z9029csec { padding: 48px 0; }
}
