﻿/* Template 4 — 斜切舱 Asymmetric Bay */
:root {
  --slate: #243447;
  --slate-d: #1a2633;
  --coral: #e85d4c;
  --coral-d: #c94636;
  --bg: #f5f3f0;
  --panel: #ffffff;
  --mute: #667788;
  --line: #dde2e8;
}
html { scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
body.za6bbabody {
  font-family: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--slate);
  background: var(--bg);
  line-height: 1.7;
  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, blockquote { margin: 0; }

.za6bbacontainer {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}

.za6bbaheader {
  position: sticky; top: 0; z-index: 100;
  background: var(--panel);
  box-shadow: 0 1px 0 var(--line);
}
.za6bbahbar {
  display: flex; align-items: center; min-height: 64px; gap: 10px;
}
.za6bbalogo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; max-width: 34%; flex-shrink: 0;
}
.za6bbalogomark {
  background: var(--coral); color: #fff;
  font-size: 11px; font-weight: 800;
  padding: 8px 8px; letter-spacing: 0.06em;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
}
.za6bbalogotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.za6bbant { position: absolute; left: -9999px; opacity: 0; }
.za6bbanbtn { display: none; margin-left: auto; padding: 10px; cursor: pointer; }
.za6bbanbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--slate); }
.za6bbanav { margin-left: auto; }
.za6bbanav ul { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.za6bbanav a { font-size: 14px; color: var(--mute); font-weight: 600; }
.za6bbanav a:hover { color: var(--coral); }
.za6bbahcta {
  flex-shrink: 0; margin-left: 6px;
  padding: 9px 16px;
  background: var(--coral); color: #fff !important;
  font-size: 13px; font-weight: 700;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.za6bbahcta:hover { background: var(--coral-d); }

.za6bbabtn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 14px; font-weight: 700;
  text-align: center;
  border: 2px solid transparent;
}
.za6bbabtnpri {
  background: var(--coral); color: #fff !important;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.za6bbabtnpri:hover { background: var(--coral-d); }
.za6bbabtnout { border-color: rgba(255,255,255,.45); color: #fff !important; }
.za6bbabtnout:hover { background: #fff; color: var(--slate) !important; }
.za6bbabtnblock { width: 100%; clip-path: none; }

/* Asymmetric diagonal banner */
.za6bbabanner { background: var(--slate); }
.za6bbabansplit {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 72vh;
}
.za6bbabanleft {
  background: linear-gradient(160deg, var(--slate) 0%, #2f455c 100%);
  color: #fff;
  display: flex; align-items: center;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  position: relative; z-index: 1;
}
.za6bbabaninner {
  padding: 64px 48px 64px 6vw;
  max-width: 640px;
}
.za6bbabantag {
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--coral);
  margin-bottom: 14px;
}
.za6bbabanleft h1 {
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.25;
  margin-bottom: 14px;
}
.za6bbabandesc { color: #b8c4d0; font-size: 15px; margin-bottom: 22px; }
.za6bbabanacts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.za6bbabanpoints {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
}
.za6bbabanpoints li {
  font-size: 13px; color: #9eb0c0;
  padding-left: 14px; position: relative;
}
.za6bbabanpoints li:before {
  content: "";
  position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; background: var(--coral);
}
.za6bbabanright {
  overflow: hidden;
  margin-left: -6%;
}
.za6bbabanright img {
  width: 100%; height: 100%; min-height: 72vh;
  object-fit: cover;
}

.za6bbastats {
  background: var(--coral);
  color: #fff;
  padding: 22px 0;
}
.za6bbastatsrow {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px; text-align: center;
}
.za6bbastatsrow strong { display: block; font-size: 24px; margin-bottom: 2px; }
.za6bbastatsrow span { font-size: 13px; opacity: 0.9; }

.za6bbasec { padding: 68px 0; }
.za6bbaalt { background: var(--panel); }
.za6bbahead { text-align: center; margin-bottom: 36px; }
.za6bbahead.za6bbaheadleft { text-align: left; }
.za6bbahead h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 8px; }
.za6bbahead p { color: var(--mute); }

.za6bbaaboutblock {
  max-width: 780px;
  border-left: 4px solid var(--coral);
  padding-left: 24px;
}
.za6bbaaboutblock h3 { font-size: 20px; margin-bottom: 12px; }
.za6bbaaboutblock > p { color: var(--mute); margin-bottom: 12px; font-size: 15px; }
.za6bbachips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.za6bbachips span {
  padding: 5px 12px;
  background: #ffe8e4;
  color: var(--coral-d);
  font-size: 12px; font-weight: 700;
}
.za6bbachecks li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px dashed var(--line);
}
.za6bbachecks li:before {
  content: "▸";
  position: absolute; left: 0; color: var(--coral);
}

.za6bbatilegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.za6bbatilegrid article {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 22px 18px;
  border-top: 3px solid var(--coral);
}
.za6bbaalt .za6bbatilegrid article { background: var(--bg); }
.za6bbatilegrid h3 { font-size: 17px; margin-bottom: 8px; }
.za6bbatilegrid p { font-size: 13px; color: var(--mute); margin-bottom: 10px; }
.za6bbatilegrid ul { display: flex; flex-wrap: wrap; gap: 4px 10px; }
.za6bbatilegrid li {
  font-size: 12px;
  background: var(--panel);
  padding: 3px 8px;
  color: var(--slate);
}

.za6bbalabgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.za6bbalabgrid article {
  display: flex; flex-direction: column; justify-content: center;
  min-height: 120px;
  padding: 22px 24px;
  background: var(--slate);
  color: #fff;
}
.za6bbalabgrid article:nth-child(even) {
  background: var(--panel);
  color: var(--slate);
  border: 1px solid var(--line);
}
.za6bbalabgrid h3 { font-size: 17px; margin-bottom: 8px; }
.za6bbalabgrid p { font-size: 14px; opacity: 0.85; }
.za6bbalabgrid article:nth-child(even) p { color: var(--mute); opacity: 1; }

.za6bbaboardgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.za6bbaboardgrid > div {
  padding: 20px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
}
.za6bbaboardgrid span {
  display: block;
  font-size: 12px; font-weight: 800;
  color: var(--coral);
  margin-bottom: 8px;
}
.za6bbaboardgrid h3 { font-size: 16px; margin-bottom: 6px; }
.za6bbaboardgrid p { font-size: 13px; color: var(--mute); }

.za6bbazig { max-width: 720px; margin: 0 auto; }
.za6bbazig li {
  display: flex; align-items: flex-start; gap: 18px;
  margin-bottom: 20px;
}
.za6bbazig li.za6bbazigr { flex-direction: row-reverse; text-align: right; }
.za6bbazig span {
  flex-shrink: 0;
  width: 42px; height: 42px;
  background: var(--coral); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
}
.za6bbazig h3 { font-size: 17px; margin-bottom: 4px; }
.za6bbazig p { font-size: 14px; color: var(--mute); }

.za6bbaquotes {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.za6bbaquotes blockquote {
  background: var(--bg);
  padding: 22px 18px;
  border-left: 3px solid var(--coral);
}
.za6bbaquotes p { font-size: 14px; margin-bottom: 12px; font-style: italic; }
.za6bbaquotes footer { font-size: 12px; color: var(--mute); }

.za6bbaindustries {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.za6bbaindustries li {
  padding: 10px 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  font-size: 14px; font-weight: 600;
}

.za6bbaasklist {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.za6bbaasklist article {
  padding: 18px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
}
.za6bbaasklist h3 { font-size: 15px; margin-bottom: 6px; }
.za6bbaasklist p { font-size: 13px; color: var(--mute); }

.za6bbaorderwrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 28px;
}
.za6bbaorderinfo h3 { margin-bottom: 14px; }
.za6bbaorderinfo li {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px;
}
.za6bbaorderinfo span { color: var(--mute); }
.za6bbaon { color: var(--coral-d); }
.za6bbaform label {
  display: block; font-size: 13px; font-weight: 700; margin-bottom: 12px;
}
.za6bbaform input, .za6bbaform select, .za6bbaform textarea {
  display: block; width: 100%; margin-top: 6px;
  padding: 10px 12px; border: 1px solid var(--line);
  font: inherit; background: var(--bg);
}
.za6bbaform input:focus, .za6bbaform select:focus, .za6bbaform textarea:focus {
  outline: 2px solid rgba(232,93,76,.3); border-color: var(--coral);
}

.za6bbafooter {
  background: var(--slate-d); color: #9aabbc; padding: 44px 0 20px;
}
.za6bbafgrid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px;
  margin-bottom: 24px;
}
.za6bbafooter h3 { color: #fff; font-size: 15px; margin-bottom: 10px; }
.za6bbafooter p, .za6bbafooter li { font-size: 13px; margin-bottom: 6px; }
.za6bbafooter a:hover { color: var(--coral); }
.za6bbaadbox { margin: 12px 0; }
.za6bbafbot {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 14px; font-size: 12px;
}
.za6bbafbot a { color: var(--coral); }

@media (max-width: 960px) {
  .za6bbabansplit { grid-template-columns: 1fr; min-height: auto; }
  .za6bbabanleft { clip-path: none; }
  .za6bbabaninner { padding: 48px 24px; max-width: none; }
  .za6bbabanright { margin-left: 0; }
  .za6bbabanright img { min-height: 240px; }
  .za6bbatilegrid { grid-template-columns: 1fr 1fr; }
  .za6bbaboardgrid { grid-template-columns: 1fr 1fr; }
  .za6bbaquotes, .za6bbaasklist, .za6bbaorderwrap, .za6bbafgrid { grid-template-columns: 1fr; }
  .za6bbastatsrow { grid-template-columns: 1fr 1fr; }
  .za6bbanav, .za6bbahcta { display: none; }
  .za6bbanbtn { display: block; }
  .za6bbahbar { position: relative; }
  .za6bbant:checked ~ .za6bbanav {
    display: block; position: absolute;
    left: 0; right: 0; top: 64px;
    background: #fff; padding: 16px 20px;
    border-bottom: 1px solid var(--line); z-index: 50;
  }
  .za6bbant:checked ~ .za6bbanav ul { flex-direction: column; gap: 12px; }
  .za6bbant:checked ~ .za6bbahcta {
    display: inline-block; position: absolute; right: 16px; top: 72px; z-index: 51;
  }
}
@media (max-width: 600px) {
  .za6bbatilegrid, .za6bbalabgrid, .za6bbaboardgrid, .za6bbastatsrow, .za6bbabanpoints { grid-template-columns: 1fr; }
  .za6bbazig li.za6bbazigr { flex-direction: row; text-align: left; }
  .za6bbasec { padding: 48px 0; }
}
