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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 900px) {
  .za741dboundgrid,
  .za741dstepwrap,
  .za741dchannelwrap,
  .za741daboutband,
  .za741daboutcards { grid-template-columns: 1fr; }
  .za741dmetricrow { grid-template-columns: 1fr 1fr; }
  .za741dnav { display: none; }
  .za741dnavbtn { display: block; }
  .za741dbar { position: relative; }
  .za741dnavtog:checked ~ .za741dnav {
    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;
  }
  .za741dnavtog:checked ~ .za741dnav ul {
    flex-direction: column; align-items: flex-start; gap: 12px;
  }
}
@media (max-width: 560px) {
  .za741dmetricrow,
  .za741daboutstats { grid-template-columns: 1fr; }
  .za741dbanner { min-height: 70vh; }
  .za741dabilitylist article { grid-template-columns: 48px 1fr; }
  .za741dsec { padding: 48px 0; }
}
