/* 欧易 OKX 下载落地页 · 百变模板前缀 z299b1 · 分层高级配色 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  background: #e8edf3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}

/* 页面壳：中性冷灰底，与下方各区块形成层次 */
.z299b1page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(37, 99, 235, 0.06), transparent 58%),
    linear-gradient(180deg, #f1f4f8 0%, #e8edf3 45%, #e2e8f0 100%);
}

/* 锚点跳转时避开 sticky 顶栏；刘海屏由 safe-area 补偿 */
[id^="z299b1"] {
  scroll-margin-top: calc(80px + env(safe-area-inset-top, 0px));
}

.z299b1container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.z299b1container_narrow {
  max-width: 800px;
}

/* 顶栏：净白 + 轻阴影，与内容区明确区分 */
.z299b1header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: env(safe-area-inset-top, 0px);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.z299b1nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.z299b1nav_brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

.z299b1logo_img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.z299b1nav_brand_text {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #0891b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.z299b1nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.z299b1nav_item {
  margin: 0;
}

.z299b1nav_link {
  color: #475569;
  text-decoration: none;
  font-size: 0.9375rem;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.z299b1nav_link:hover,
.z299b1nav_link:focus-visible {
  color: #1d4ed8;
  border-bottom-color: rgba(29, 78, 216, 0.35);
  outline: none;
}

.z299b1nav_toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.z299b1nav_burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
}

.z299b1nav_burger_line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e3a8a, #2563eb, #0891b2);
}

.z299b1nav_menu {
  display: block;
}

.z299b1main {
  flex: 1;
}

/* 主横幅：深蓝夜渐变 + 青蓝高光，独立成「品牌首屏」 */
.z299b1hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 64px;
  background: linear-gradient(
    135deg,
    #070d18 0%,
    #0f172a 26%,
    #172554 52%,
    #1e3a5f 78%,
    #1d4ed8 100%
  );
}

.z299b1hero_bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 65% at 88% 8%, rgba(59, 130, 246, 0.45), transparent 52%),
    radial-gradient(ellipse 55% 45% at 12% 92%, rgba(34, 211, 238, 0.14), transparent 48%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, transparent 42%);
  pointer-events: none;
}

.z299b1hero_shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.z299b1shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
}

.z299b1shape_1 {
  width: 340px;
  height: 340px;
  background: #2563eb;
  top: -100px;
  right: -40px;
}

.z299b1shape_2 {
  width: 260px;
  height: 260px;
  background: #0891b2;
  bottom: 5%;
  left: -100px;
  opacity: 0.35;
}

.z299b1shape_3 {
  width: 200px;
  height: 200px;
  background: #6366f1;
  top: 35%;
  right: 20%;
  opacity: 0.28;
}

.z299b1hero_inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  min-width: 0;
}

.z299b1hero_copy {
  min-width: 0;
}

.z299b1hero_kicker,
.z299b1hero_title,
.z299b1hero_desc,
.z299b1hero_sub {
  overflow-wrap: anywhere;
}

.z299b1hero_kicker {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d4c08a;
}

.z299b1hero_title {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.z299b1hero_desc {
  margin: 0 0 12px;
  color: #cbd5e1;
  font-size: 1rem;
  max-width: 36em;
}

.z299b1hero_sub {
  margin: 0 0 28px;
  color: #94a3b8;
  font-size: 0.9375rem;
  line-height: 1.65;
  max-width: 40em;
}

.z299b1hero_sub strong {
  color: #e2e8f0;
  font-weight: 600;
}

.z299b1hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.z299b1hero_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.z299b1hero_stat {
  margin: 0;
  padding: 8px 14px;
  font-size: 0.8125rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.z299b1btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

.z299b1btn_app {
  min-width: 170px;
  height: 46px;
  padding: 0 18px;
}

.z299b1btn_apple {
  color: #0b3a67;
  background: linear-gradient(135deg, #e0f2fe 0%, #eff6ff 45%, #ffffff 100%);
  border: 1px solid rgba(37, 99, 235, 0.22);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.10);
}

.z299b1btn_apple:hover,
.z299b1btn_apple:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.18);
  outline: none;
}

.z299b1btn_android {
  color: #ffffff;
  background: linear-gradient(135deg, #22c55e 0%, #0ea5e9 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(34, 197, 94, 0.22);
}

.z299b1btn_android:hover,
.z299b1btn_android:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(34, 197, 94, 0.28);
  outline: none;
}

.z299b1btn_primary {
  color: #0f172a;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.z299b1btn_primary:hover,
.z299b1btn_primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  outline: none;
}

.z299b1btn_ghost {
  color: #f1f5f9;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.z299b1btn_ghost:hover,
.z299b1btn_ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.z299b1hero_media {
  position: relative;
  min-width: 0;
}

.z299b1figure {
  margin: 0;
}

.z299b1figure_hero .z299b1img {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.z299b1hero .z299b1caption {
  color: #94a3b8;
}

.z299b1caption {
  margin-top: 12px;
  font-size: 0.8125rem;
  color: #64748b;
}

.z299b1section {
  padding: 56px 0;
}

/* 下载区：浅灰蓝底，与纯白/深带形成对比 */
.z299b1section_alt {
  background: linear-gradient(180deg, #eef2f6 0%, #e8edf3 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

/* 欧易官网下载 × 欧易交易所下载：板块框架与双栏布局 */
.z299b1section_head_download {
  margin-bottom: 36px;
}

.z299b1section_head_download .z299b1section_title {
  position: relative;
  padding-bottom: 4px;
}

.z299b1section_head_download .z299b1section_title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #2563eb, #0d9488);
}

.z299b1download_label {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.z299b1download_framework {
  width: 100%;
  min-width: 0;
}

/* 下载区：主横卡 + 侧栏补充，打破双卡雷同 */
.z299b1download_split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
  min-width: 0;
}

.z299b1download_main {
  overflow: hidden;
}

.z299b1download_main_inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  flex: 1;
}

.z299b1download_main_media {
  flex-shrink: 0;
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
  padding: 10px 10px 0;
}

.z299b1download_main_media .z299b1img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  display: block;
}

.z299b1download_main_body {
  padding: 18px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.z299b1download_main_body .z299b1card_title {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
}

.z299b1download_main_body .z299b1card_text {
  margin: 0;
}

.z299b1download_chip {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.z299b1download_chip_teal {
  color: #0f766e;
  background: rgba(13, 148, 136, 0.1);
  border-color: rgba(13, 148, 136, 0.22);
}

.z299b1download_side {
  min-width: 0;
}

.z299b1download_sidecard {
  height: 100%;
}

.z299b1download_sidecard .z299b1card_download_body .z299b1card_title {
  margin-top: 4px;
}

.z299b1download_sidecard .z299b1card_download_body {
  padding-top: 16px;
}

.z299b1card.z299b1card_download {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-left: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.z299b1card.z299b1card_download:hover {
  border-left-color: transparent;
}

.z299b1card.z299b1card_download_site {
  border-top: 3px solid #2563eb;
}

.z299b1card.z299b1card_download_exch {
  border-top: 3px solid #0d9488;
}

.z299b1card_download_tag {
  flex-shrink: 0;
  padding: 10px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #475569;
  background: #f1f5f9;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.z299b1card_download_site .z299b1card_download_tag {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
}

.z299b1card_download_exch .z299b1card_download_tag {
  color: #0f766e;
  background: rgba(13, 148, 136, 0.08);
}

.z299b1card_download_media {
  flex-shrink: 0;
  background: #f8fafc;
  padding: 6px;
}

.z299b1figure_download {
  margin: 0;
  line-height: 0;
}

.z299b1card_download_media .z299b1img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.z299b1card_download_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 22px 22px;
  min-height: 0;
}

.z299b1card_download_body .z299b1card_title {
  margin: 0 0 10px;
}

.z299b1card_download_body .z299b1card_text {
  margin: 0;
  flex: 1;
}

.z299b1section_head {
  text-align: center;
  margin-bottom: 40px;
}

.z299b1section_title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #0f172a;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.z299b1section_title_light {
  color: #0f172a;
}

.z299b1section_lead {
  margin: 0 auto;
  max-width: 640px;
  color: #64748b;
  font-size: 1rem;
}

.z299b1prose {
  max-width: 720px;
  margin: 0 auto 32px;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.75;
  text-align: center;
}

.z299b1prose p {
  margin: 0 0 14px;
}

.z299b1prose p:last-child {
  margin-bottom: 0;
}

.z299b1grid {
  display: grid;
  gap: 28px;
}

.z299b1grid_2 {
  grid-template-columns: 1fr;
}

.z299b1grid_3 {
  grid-template-columns: 1fr;
}

.z299b1grid_4 {
  grid-template-columns: 1fr;
}

/* 卡片：白底 + 左侧品牌色条 + 柔和投影 */
.z299b1card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 22px 22px 22px 24px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  border-left: 3px solid #2563eb;
  transition: border-color 0.2s, box-shadow 0.25s, transform 0.2s;
}

.z299b1card:hover {
  border-left-color: #1d4ed8;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.z299b1card .z299b1img {
  border-radius: 14px;
  width: 100%;
}

.z299b1card_title {
  margin: 20px 0 10px;
  font-size: 1.2rem;
  color: #0f172a;
}

.z299b1card_text {
  margin: 0;
  color: #475569;
  font-size: 0.9375rem;
}

.z299b1card_text + .z299b1card_text {
  margin-top: 12px;
}

/* 欧易下载多端版本：框架外壳 + 分组条 + 系统卡 */
.z299b1section_head_platform {
  margin-bottom: 32px;
}

.z299b1section_head_platform .z299b1section_title {
  padding-bottom: 4px;
}

.z299b1section_head_platform .z299b1section_title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}

.z299b1platform_label {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.z299b1platform_framework {
  width: 100%;
  min-width: 0;
}

.z299b1platform_board {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 28%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.z299b1platform_intro {
  margin: 0 auto 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  max-width: 52rem;
}

.z299b1platform_rows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.z299b1platform_panel {
  position: relative;
  overflow: hidden;
}

.z299b1platform_panel_desk {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.z299b1platform_panel_desk::before {
  content: "桌面端";
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1d4ed8;
  text-transform: uppercase;
  opacity: 0.85;
}

.z299b1platform_panel_mob {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 0;
  border-radius: 14px;
  background: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, 0.28);
}

.z299b1platform_panel_mob .z299b1platform_media {
  padding: 14px 14px 0;
  margin: 0;
}

.z299b1platform_panel_mob .z299b1platform_media .z299b1img {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
}

.z299b1platform_panel_mob .z299b1platform_copy {
  padding: 0 16px 18px;
  background: #ffffff;
  margin: 0 10px 10px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.z299b1platform_panel_mob::before {
  content: "移动端";
  display: block;
  padding: 12px 18px 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #047857;
  text-transform: uppercase;
}

.z299b1platform_row {
  margin: 0;
}

.z299b1platform_row_desktop {
  border-left: none;
}

.z299b1platform_row_mobile {
  border-left: none;
}

.z299b1platform_panel_desk .z299b1platform_copy {
  padding-right: 4.5rem;
}

@media (max-width: 767px) {
  .z299b1platform_panel_desk .z299b1platform_copy {
    padding-right: 0;
    padding-top: 2.25rem;
  }

  .z299b1platform_panel_desk::before {
    top: 10px;
    right: 12px;
  }
}

.z299b1platform_copy {
  min-width: 0;
}

.z299b1platform_copy .z299b1hero_actions {
  margin-top: 16px;
}

.z299b1platform_kicker {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.z299b1platform_title {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.3;
  color: #0f172a;
}

.z299b1platform_text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #475569;
}

.z299b1platform_media {
  width: 100%;
}

.z299b1platform_media .z299b1img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  display: block;
}

.z299b1features_layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}

.z299b1features_framework {
  width: 100%;
  min-width: 0;
}

.z299b1features_shell {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  padding: 18px;
}

.z299b1features_top {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  margin-bottom: 20px;
  padding-bottom: 18px;
}

.z299b1features_layout_frame {
  gap: 24px;
  align-items: center;
}

.z299b1subhead {
  margin: 40px 0 20px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
}

.z299b1subhead:first-child {
  margin-top: 0;
}

.z299b1mini_cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 8px;
}

.z299b1mini_card {
  padding: 18px 20px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.z299b1mini_index {
  display: block;
  width: fit-content;
  margin: 0 0 10px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #94a3b8;
}

.z299b1mini_card_lead .z299b1mini_index {
  color: #1d4ed8;
}

.z299b1mini_card:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.z299b1mini_title {
  margin: 0 0 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1d4ed8;
}

.z299b1mini_text {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
}

.z299b1flow {
  counter-reset: z299b1flow;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.z299b1flow > li {
  list-style: none;
}

.z299b1flow_item {
  position: relative;
  counter-increment: z299b1flow;
  padding: 0 0 24px 52px;
  border-left: 2px solid rgba(37, 99, 235, 0.2);
  margin-left: 16px;
}

.z299b1flow_item:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.z299b1flow_item::before {
  content: counter(z299b1flow);
  position: absolute;
  left: -17px;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.z299b1flow_title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
}

.z299b1flow_text {
  margin: 0;
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.65;
}

/* 获取流程：框架结构 */
.z299b1flow_framework {
  width: 100%;
  min-width: 0;
}

.z299b1flow_shell {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  padding: 20px;
  overflow: hidden;
}

.z299b1flow_shell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 26px;
  bottom: 26px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, 0.35), rgba(13, 148, 136, 0.35), rgba(13, 148, 136, 0));
  pointer-events: none;
}

.z299b1flow_grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.z299b1flow_card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.z299b1flow_card::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 26px;
  width: 22px;
  height: 2px;
  background: rgba(37, 99, 235, 0.28);
}

.z299b1flow_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.z299b1flow_icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 0 10px 8px;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.2);
  vertical-align: middle;
}

.z299b1flow_icon svg {
  display: block;
}

/* 首页流程：纵向时间轴式步骤 */
#z299b1flow .z299b1flow_shell {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}

#z299b1flow .z299b1flow_shell::before {
  display: none;
}

#z299b1flow .z299b1flow_grid {
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
}

#z299b1flow .z299b1flow_card {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 6px;
  align-items: start;
  padding: 18px 20px 20px 18px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
}

#z299b1flow .z299b1flow_card:last-child {
  border-bottom: none;
}

#z299b1flow .z299b1flow_card::after {
  display: none;
}

#z299b1flow .z299b1flow_num {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  align-self: center;
  justify-self: center;
}

#z299b1flow .z299b1flow_icon {
  grid-column: 1;
  grid-row: 2;
  margin: 4px 0 0;
  justify-self: center;
  align-self: start;
}

#z299b1flow .z299b1flow_title {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 4px;
}

#z299b1flow .z299b1flow_text {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}

#z299b1flow .z299b1flow_card:nth-child(even) .z299b1flow_num {
  background: linear-gradient(135deg, #0d9488, #0f766e);
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.3);
}

#z299b1flow .z299b1flow_card:nth-child(even) .z299b1flow_icon {
  color: #0f766e;
  background: rgba(13, 148, 136, 0.1);
  border-color: rgba(13, 148, 136, 0.24);
}

.z299b1security_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.z299b1security_item {
  padding: 22px 24px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.z299b1security_title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}

.z299b1security_text {
  margin: 0;
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.65;
}

.z299b1bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.z299b1bullet {
  position: relative;
  padding-left: 22px;
  margin-bottom: 18px;
  color: #334155;
  font-size: 0.9375rem;
}

.z299b1bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #0891b2);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.z299b1strong {
  color: #1d4ed8;
  font-weight: 600;
}

.z299b1figure_tall {
  max-width: min(400px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.z299b1figure_tall .z299b1img {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.z299b1figure_features {
  margin-left: 0;
  margin-right: auto;
  max-width: min(260px, 100%);
  width: 100%;
  transform: translateX(-60px);
}

@media (max-width: 767px) {
  .z299b1figure_features {
    max-width: min(240px, 100%);
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 功能亮点：净白区块 */
section#z299b1features {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

/* 带状区：深色「品质带」+ 顶部金线点缀 */
.z299b1section_band {
  position: relative;
  background: linear-gradient(145deg, #0c1524 0%, #111c2e 45%, #152447 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(212, 192, 138, 0.35);
}

.z299b1section_band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a96e, #d4c08a, #c9a96e, transparent);
  opacity: 0.85;
  pointer-events: none;
}

.z299b1band_inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.z299b1section_band .z299b1section_title,
.z299b1section_band .z299b1section_title_light {
  color: #f8fafc;
}

.z299b1band_lead {
  margin: 0 0 20px;
  font-size: 0.9375rem;
  color: #94a3b8;
  line-height: 1.65;
  max-width: 36em;
}

.z299b1steps {
  margin: 20px 0 0;
  padding-left: 1.25em;
  color: #334155;
}

.z299b1section_band .z299b1steps,
.z299b1section_band .z299b1step {
  color: #cbd5e1;
}

.z299b1step {
  margin-bottom: 10px;
  padding-left: 4px;
}

.z299b1section_band .z299b1step::marker {
  color: #d4c08a;
}

.z299b1figure_band .z299b1img {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.z299b1section_band .z299b1caption_light {
  color: #94a3b8;
}

.z299b1caption_light {
  color: #475569;
}

.z299b1faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* FAQ：浅石板底，与上下白/灰区区分 */
section#z299b1faq {
  background: #f1f5f9;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

section#z299b1articles {
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

section#z299b1platform {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

section#z299b1flow {
  background: linear-gradient(180deg, #eef2f6 0%, #e8edf3 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

section#z299b1security {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.z299b1faq_item {
  padding: 22px 24px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.z299b1faq_q {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: #0f172a;
  font-weight: 600;
}

.z299b1faq_q {
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 36px;
}

.z299b1faq_q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-weight: 800;
  color: #1d4ed8;
  transition: transform 0.2s ease;
}

.z299b1faq_toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.z299b1faq_a_wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.z299b1faq_toggle:checked ~ .z299b1faq_a_wrap {
  max-height: min(72vh, 520px);
}

.z299b1faq_toggle:checked + .z299b1faq_q::after {
  transform: translateY(-50%) rotate(45deg);
}

.z299b1faq_a {
  margin: 0;
  color: #64748b;
  font-size: 0.9375rem;
}

/* 页脚：近黑底收束，与上方浅色形成收边 */
.z299b1footer {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #0a0f1a 0%, #06090f 100%);
}

.z299b1footer_text {
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  color: #64748b;
  letter-spacing: 0.02em;
}

.z299b1footer_link {
  color: #e2e8f0;
  text-decoration: none;
  border-bottom: 1px solid rgba(226, 232, 240, 0.25);
}

.z299b1footer_link:hover,
.z299b1footer_link:focus-visible {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
  outline: none;
}

.z299b1links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.z299b1links_item {
  margin: 0;
}

.z299b1links_a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.15s, box-shadow 0.2s, border-color 0.2s;
}

.z299b1links_a:hover,
.z299b1links_a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  outline: none;
}

.z299b1ad {
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .z299b1links {
    grid-template-columns: 1fr;
  }
}

/* 底部收口 CTA */
.z299b1final_section {
  padding: 44px 0;
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(37, 99, 235, 0.42), transparent 55%),
    linear-gradient(135deg, #070d18 0%, #0f172a 42%, #0b2a5b 100%);
  border-top: 1px solid rgba(37, 99, 235, 0.22);
}

.z299b1final_inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.z299b1final_title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.z299b1final_text {
  margin: 0 auto 22px;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.z299b1final_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.z299b1final_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 170px;
  height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s, background 0.2s, border-color 0.2s;
}

.z299b1final_btn:hover,
.z299b1final_btn:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  outline: none;
}

.z299b1final_btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
}

.z299b1final_btn_pc {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(148, 163, 184, 0.14);
}

.z299b1final_btn_apple {
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(56, 189, 248, 0.18);
}

.z299b1final_btn_android {
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.16);
}

@media (max-width: 767px) {
  .z299b1final_section {
    padding: 34px 0;
  }

  .z299b1final_text {
    margin-bottom: 18px;
    font-size: 0.95rem;
  }

  .z299b1final_buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .z299b1final_btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .z299b1section {
    padding: 40px 0;
  }

  .z299b1hero {
    padding: 36px 0 48px;
  }

  .z299b1section_head {
    margin-bottom: 28px;
  }

  .z299b1inner_main {
    padding: 20px 0 36px;
  }

  .z299b1container,
  .z299b1container_narrow {
    padding-left: 16px;
    padding-right: 16px;
  }

  .z299b1nav_brand {
    max-width: calc(100% - 56px);
    min-width: 0;
  }

  .z299b1nav_brand_text {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .z299b1nav_burger {
    display: inline-flex;
    flex-shrink: 0;
  }

  .z299b1nav_menu {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 101;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.14);
    padding: 0;
    transition: opacity 0.2s ease, max-height 0.25s ease, visibility 0.2s ease;
  }

  .z299b1nav_toggle:checked ~ .z299b1nav_menu {
    visibility: visible;
    opacity: 1;
    max-height: min(78vh, 720px);
    pointer-events: auto;
    padding: 12px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .z299b1nav_list {
    width: 100%;
    flex-direction: column;
    gap: 4px;
  }

  .z299b1nav_link {
    display: block;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    padding: 12px 10px;
    border-bottom: 0;
    border-radius: 12px;
  }

  .z299b1nav_link:hover,
  .z299b1nav_link:focus-visible {
    background: rgba(37, 99, 235, 0.08);
    border-bottom-color: transparent;
  }

  .z299b1platform_copy .z299b1hero_actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .z299b1platform_copy .z299b1hero_actions .z299b1btn_app {
    width: 100%;
    min-width: 0;
  }

  .z299b1faq_item {
    padding: 16px 18px;
  }

  .z299b1security_item {
    padding: 18px 16px;
  }

  .z299b1pagebar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .z299b1article_h1 {
    overflow-wrap: anywhere;
  }

  .z299b1hero_actions {
    flex-direction: column;
    align-items: stretch;
  }

  .z299b1btn_app {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .z299b1home_articles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .z299b1home_article_title {
    font-size: 0.875rem;
  }

  .z299b1download_main_body {
    padding: 16px 16px 18px;
  }

  .z299b1card_download_body {
    padding: 16px 16px 18px;
  }

  .z299b1section_title {
    font-size: clamp(1.15rem, 5.5vw, 1.45rem);
  }

  .z299b1hero_title {
    font-size: clamp(1.35rem, 6.5vw, 1.9rem);
  }

  .z299b1features_shell {
    padding: 14px;
  }

  .z299b1mini_card {
    padding: 14px 16px;
  }
}

@media (min-width: 768px) {
  .z299b1nav_burger {
    display: none;
  }

  .z299b1nav_menu {
    display: block;
    position: static;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .z299b1hero_inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .z299b1download_split {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    gap: 24px;
    align-items: stretch;
  }

  .z299b1download_side {
    position: sticky;
    top: 88px;
    align-self: start;
  }

  .z299b1download_main_inner {
    flex-direction: row;
    align-items: stretch;
    min-height: 260px;
  }

  .z299b1download_main_media {
    flex: 0 0 42%;
    max-width: 42%;
    padding: 16px 0 16px 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), transparent);
    display: flex;
    align-items: center;
  }

  .z299b1download_main_media .z299b1img {
    border-radius: 14px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    min-height: 200px;
  }

  .z299b1download_main_body {
    flex: 1;
    padding: 22px 22px 22px 8px;
    justify-content: center;
  }

  .z299b1platform_panel_desk {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 24px 22px 24px 22px;
    align-items: center;
  }

  .z299b1platform_rows {
    gap: 20px;
  }

  .z299b1platform_panel_mob {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 20px;
    align-items: center;
    padding: 20px 22px;
  }

  .z299b1platform_panel_mob::before {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: 0 0 8px;
  }

  .z299b1platform_panel_mob .z299b1platform_media {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }

  .z299b1platform_panel_mob .z299b1platform_copy {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    padding: 18px 20px;
  }

  .z299b1grid_2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .z299b1grid_3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .z299b1grid_4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .z299b1mini_cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .z299b1security_grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
  }

  .z299b1security_item:nth-child(1) {
    grid-column: 1 / -1;
    padding: 24px 26px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .z299b1security_item:nth-child(2) {
    grid-column: 1 / span 3;
  }

  .z299b1security_item:nth-child(3) {
    grid-column: 4 / span 3;
  }

  .z299b1security_item:nth-child(4) {
    grid-column: 2 / span 4;
    justify-self: center;
    width: 100%;
    max-width: 720px;
    margin: 0;
  }

  .z299b1features_layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .z299b1features_shell {
    padding: 22px;
  }

  .z299b1flow_shell {
    padding: 24px;
  }

  #z299b1flow .z299b1flow_shell {
    padding: 0;
  }

  .z299b1flow_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 26px;
  }

  #z299b1flow .z299b1flow_grid {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .z299b1flow_card:nth-child(2n) {
    transform: translateY(20px);
    border-color: rgba(13, 148, 136, 0.18);
  }

  #z299b1flow .z299b1flow_card:nth-child(2n) {
    transform: none;
    border-color: transparent;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .z299b1flow_card:nth-child(2n) .z299b1flow_num {
    background: linear-gradient(135deg, #0d9488, #0f766e);
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.3);
  }

  .z299b1flow_card:nth-child(2n) .z299b1flow_icon {
    color: #0f766e;
    background: rgba(13, 148, 136, 0.1);
    border-color: rgba(13, 148, 136, 0.24);
  }

  .z299b1flow_card:nth-child(2n)::after {
    left: -11px;
    right: auto;
    background: rgba(13, 148, 136, 0.28);
  }

  #z299b1flow .z299b1flow_card:nth-child(2n)::after {
    display: none;
  }

  .z299b1figure_tall {
    margin-left: 0;
    margin-right: 0;
    justify-self: end;
  }

  .z299b1band_inner {
    grid-template-columns: 1fr 1fr;
  }

  .z299b1home_articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 当前导航高亮（首页 {jz:show} 与栏目 currentcss） */
.z299b1nav_item.z299b1this .z299b1nav_link {
  color: #1d4ed8;
  font-weight: 600;
  border-bottom-color: rgba(29, 78, 216, 0.45);
}

/* 首页文章资讯：两行 × 五条（大屏） */
.z299b1home_articles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.z299b1home_article_card {
  margin: 0;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.z299b1home_article_card:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.z299b1home_article_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.z299b1home_article_thumb {
  position: relative;
  background: #f1f5f9;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.z299b1home_article_imgwrap {
  display: block;
  width: 100%;
  height: 100%;
}

.z299b1home_article_imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z299b1home_article_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z299b1home_article_body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
}

.z299b1home_article_title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 内页：主栏 + 侧栏 */
.z299b1inner_main {
  padding: 28px 0 48px;
}

.z299b1inner_layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.z299b1inner_primary {
  min-width: 0;
}

.z299b1inner_aside {
  min-width: 0;
}

.z299b1article_head {
  margin-bottom: 20px;
}

.z299b1article_kicker {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.z299b1article_catlink {
  color: #1d4ed8;
  text-decoration: none;
}

.z299b1article_catlink:hover,
.z299b1article_catlink:focus-visible {
  text-decoration: underline;
  outline: none;
}

.z299b1article_h1 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.3;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.z299b1article_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 0.875rem;
  color: #64748b;
}

.z299b1article_meta_item small {
  color: #94a3b8;
  font-weight: 500;
}

.z299b1article_banner_slot {
  margin-bottom: 18px;
}

.z299b1article_litpic {
  margin: 0 0 22px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.z299b1article_litpic img[src=""],
.z299b1article_litpic img:not([src]) {
  display: none;
}

/* 非正文图片：统一按缩略图展示（标签 litpic / imgwidth+image；正文 .z299b1article_content 内不受影响） */
.z299b1thumb_img,
.z299b1article_litpic .z299b1thumb_img,
.z299b1home_article_imgwrap img,
.z299b1list_thumb img,
.z299b1side_thumb_link img,
.z299b1like_thumb img,
.z299b1article_banner_slot img {
  object-fit: cover;
}

.z299b1article_litpic .z299b1thumb_img {
  width: 100%;
  max-height: min(56vw, 420px);
}

.z299b1article_banner_slot img {
  max-width: 100%;
  max-height: 380px;
}

.z299b1article_content img {
  object-fit: initial;
  max-height: none;
}

.z299b1images_gallery .z299b1thumb_img {
  width: 100%;
  max-height: min(48vw, 360px);
}

.z299b1prose_inner {
  max-width: none;
  margin: 0 0 28px;
  text-align: left;
  color: #334155;
  font-size: 1rem;
  line-height: 1.85;
}

.z299b1prose_inner p {
  margin: 0 0 14px;
}

.z299b1prose_inner table,
.z299b1article_content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.z299b1prose_inner pre,
.z299b1article_content pre {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.z299b1prose_inner img,
.z299b1article_content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.z299b1images_gallery {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.z299b1images_item {
  margin: 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.z299b1diyfield {
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px dashed rgba(37, 99, 235, 0.22);
  font-size: 0.9375rem;
  color: #475569;
}

.z299b1meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.z299b1meta-tags_compact {
  margin-bottom: 0;
}

.z299b1tagitem a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.z299b1tagitem a:hover,
.z299b1tagitem a:focus-visible {
  background: rgba(37, 99, 235, 0.14);
  outline: none;
}

.z299b1side_tags a {
  margin-right: 8px;
}

.z299b1prenext {
  display: block;
  margin: 8px 0 28px;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
}

.z299b1prenext_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9375rem;
  color: #475569;
}

.z299b1prenext_inner a {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600;
}

.z299b1prenext_inner a:hover,
.z299b1prenext_inner a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.z299b1prenext_inner p,
.z299b1prenext_inner li {
  margin: 0;
}

.z299b1like_section {
  margin-top: 8px;
}

.z299b1like_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.z299b1like_item {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.z299b1like_item_media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
}

.z299b1like_thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.z299b1like_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.z299b1like_body {
  min-width: 0;
}

.z299b1like_link {
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}

.z299b1like_link:hover,
.z299b1like_link:focus-visible {
  color: #1d4ed8;
  outline: none;
}

.z299b1like_desc {
  margin: 8px 0 0;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
}

.z299b1side_block {
  margin-bottom: 20px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.z299b1side_title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.z299b1side_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.z299b1side_list_thumb {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.z299b1side_li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  align-items: start;
}

@media (max-width: 420px) {
  .z299b1side_li {
    grid-template-columns: 72px 1fr;
    gap: 8px;
  }
}

.z299b1side_thumb_link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.z299b1side_thumb_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 3;
}

.z299b1side_title_a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  line-height: 1.45;
}

.z299b1side_title_a:hover,
.z299b1side_title_a:focus-visible {
  color: #1d4ed8;
  outline: none;
}

.z299b1side_desc {
  margin: 4px 0 0;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.5;
}

.z299b1channelart_card {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.05);
  margin-bottom: 10px;
}

.z299b1channelart_parent {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1d4ed8;
  text-decoration: none;
}

.z299b1channelart_sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.z299b1channelart_li {
  margin: 0 0 6px;
  font-size: 0.875rem;
}

.z299b1channelart_li a {
  color: #475569;
  text-decoration: none;
}

.z299b1channelart_li a:hover,
.z299b1channelart_li a:focus-visible {
  color: #1d4ed8;
  outline: none;
}

.z299b1side_type_line {
  margin: 0;
  font-size: 0.9375rem;
}

.z299b1side_type_a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

/* 列表页 */
.z299b1list_head {
  margin-bottom: 18px;
}

.z299b1list_lead {
  margin: 0;
  max-width: 52em;
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.z299b1listbox {
  margin-bottom: 24px;
}

.z299b1list_items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.z299b1list_item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.z299b1list_media {
  min-width: 0;
}

.z299b1list_thumb {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.z299b1list_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.z299b1list_body {
  min-width: 0;
}

.z299b1list_typeline {
  margin: 0 0 6px;
  font-size: 0.8125rem;
}

.z299b1list_typelink {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600;
}

.z299b1list_title {
  margin: 0 0 8px;
  font-size: 1.125rem;
  line-height: 1.35;
}

.z299b1list_title_a {
  color: #0f172a;
  text-decoration: none;
}

.z299b1list_title_a:hover,
.z299b1list_title_a:focus-visible {
  color: #1d4ed8;
  outline: none;
}

.z299b1list_intro {
  margin: 0 0 10px;
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.65;
}

.z299b1list_info {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 0.8125rem;
  color: #64748b;
}

.z299b1list_info_item small {
  color: #94a3b8;
}

/* 分页：左 / 中 / 右 三列 */
.z299b1pagebar {
  margin-top: 8px;
  padding: 14px 12px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
}

.z299b1pagebar_lr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}

.z299b1pagebar_side .pagelist,
.z299b1pagebar_center .pagelist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.z299b1pagebar_side_left .pagelist {
  justify-content: flex-start;
}

.z299b1pagebar_center .pagelist {
  justify-content: center;
}

.z299b1pagebar_side_right .pagelist {
  justify-content: flex-end;
}

.z299b1pagebar .pagelist li,
.z299b1pagebar .pagelist span,
.z299b1pagebar .pagelist a {
  font-size: 0.875rem;
}

.z299b1pagebar .pagelist a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.z299b1pagebar .pagelist a:hover,
.z299b1pagebar .pagelist a:focus-visible {
  border-color: rgba(37, 99, 235, 0.35);
  color: #1d4ed8;
  outline: none;
}

@media (min-width: 768px) {
  .z299b1inner_layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
  }

  .z299b1inner_aside {
    position: sticky;
    top: 84px;
  }

  .z299b1list_item {
    grid-template-columns: minmax(200px, 280px) 1fr;
    align-items: start;
  }

  .z299b1prenext {
    display: block;
  }

  .z299b1like_item_media {
    grid-template-columns: 140px 1fr;
  }

  .z299b1like_thumb img {
    aspect-ratio: 1;
    max-height: 120px;
  }

  .z299b1pagebar_lr {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 10px 16px;
  }

  .z299b1pagebar_center {
    justify-self: center;
  }

  .z299b1pagebar_side_left {
    justify-self: start;
  }

  .z299b1pagebar_side_right {
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .z299b1home_articles {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .z299b1inner_layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .z299b1grid_4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .z299b1platform_rows {
    gap: 34px;
  }

  .z299b1platform_panel_desk {
    padding: 28px 30px;
  }

  .z299b1platform_panel_mob {
    padding: 24px 26px;
  }

  .z299b1mini_cards {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px 16px;
    align-items: stretch;
  }

  .z299b1mini_card_lead {
    grid-row: 1 / span 2;
    grid-column: 1;
    padding: 22px 22px;
    background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }

  .z299b1mini_card:not(.z299b1mini_card_lead) {
    grid-column: 2;
  }

  .z299b1mini_card:nth-child(2) {
    grid-row: 1;
  }

  .z299b1mini_card:nth-child(3) {
    grid-row: 2;
  }

  .z299b1hero {
    padding: 64px 0 80px;
  }

  .z299b1section {
    padding: 72px 0;
  }
}
