/**
 * 数字资产全寿命周期管理 szzcqsmzqgl — 蓝湖稿（通栏楼层）
 */

.szzc-page {
  overflow-x: hidden;
  background: #fff;
}

.szzc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.szzc-page-title {
  padding: 35px 0 10px;
  background: #fff;
}
.szzc-page-title h3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2257a7;
  line-height: 1.45;
}

/* 通栏楼层 */
.szzc-floor {
  width: 100%;
  box-sizing: border-box;
}

.szzc-floor__title {
  margin: 0 0 24px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a3d7c;
  line-height: 1.4;
  text-align: center;
}
.szzc-floor__sub {
  margin: -12px auto 28px;
  max-width: 900px;
  font-size: 0.875rem;
  color: #555;
  line-height: 1.75;
  text-align: center;
}

/* Hero 通栏 */
.szzc-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2880 / 600;
  min-height: 280px;
  max-height: 480px;
  overflow: hidden;
  background: #1a2e5a;
}
.szzc-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.szzc-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    ellipse 85% 120% at 50% 50%,
    rgba(15, 30, 69, 0.15) 0%,
    rgba(15, 30, 69, 0.42) 55%,
    rgba(15, 30, 69, 0.6) 100%
  );
  pointer-events: none;
}
.szzc-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.szzc-hero__title {
  max-width: 900px;
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
.szzc-hero__desc {
  max-width: 820px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.85;
  white-space: pre-line;
}
.szzc-hero__desc:empty {
  display: none;
}

/* 子页紧凑 Hero（保留 picture 方案） */
.szzc-floor--hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: #1a2e5a;
}
.szzc-hero__pic {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.szzc-hero__img {
  width: 100%;
  height: 100%;
  display: block;
}
.szzc-floor--hero .szzc-hero__inner {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 64px 24px 72px;
}

/* 服务范畴 通栏 — 蓝湖 168px + 整图背景 */
.szzc-floor--scope {
  padding: 48px 0 52px;
  background: #ffffff;
}
.szzc-floor--scope .szzc-floor__title {
  color: #1a3d7c;
  margin-bottom: 28px;
}
.szzc-scope {
  position: relative;
  height: 168px;
  min-height: 168px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(34, 87, 166, 0.14);
}
.szzc-scope__bg {
  position: absolute;
  inset: 0;
  background: url(/uploads/20260611/dc10ad6c961c5414879344f6486057e4.png) no-repeat center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
.szzc-scope__content,
.szzc-scope__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 74%;
  padding: 18px 36px;
  box-sizing: border-box;
}
.szzc-scope__lead,
.szzc-scope__foot {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.94);
}
.szzc-scope__foot {
  margin-top: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.88);
}
.szzc-scope__grid {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 28px;
  margin-top: 12px;
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  max-width: 100%;
}
.szzc-scope__item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  text-align: left;
  padding: 0;
}
.szzc-scope__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 0;
}
.szzc-scope__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.szzc-scope__name {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  white-space: nowrap;
}

/* 核心能力 通栏 — 白底 */
.szzc-floor--cap {
  padding: 48px 0 52px;
  background: #eef3fa;
}
.szzc-floor--cap .szzc-floor__sub {
  margin-top: -16px;
}
.szzc-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.szzc-cap-card {
  padding: 22px 18px 20px;
  border: 1px solid #e8ecf2;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 4px 16px rgba(34, 87, 166, 0.07);
}
.szzc-cap-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.szzc-cap-card__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.szzc-cap-card__title {
  margin: 0 0 10px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.45;
  text-align: center;
}
.szzc-cap-card__desc {
  margin: 0;
  font-size: 0.8125rem;
  color: #555;
  line-height: 1.65;
  text-align: center;
}

/* 价值体现 通栏 — 白底 + 整卡左右分栏 */
.szzc-floor--value {
  padding: 48px 0 52px;
  background: #fff;
}
.szzc-value-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(34, 87, 166, 0.08);
  border: 1px solid #e8ecf2;
  background: #f5f5f5;
}
.szzc-value-card__img {
  background: #e8ecf2;
  min-height: 240px;
}
.szzc-value-card__img img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}
.szzc-value-card__text {
  padding: 32px 36px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.szzc-value-card__text p {
  margin: 0;
  font-size: 0.875rem;
  color: #4a5568;
  line-height: 1.9;
}
.szzc-value-card__text p + p {
  margin-top: 12px;
}
.szzc-value__hl {
  color: #2257a6;
  font-weight: 700;
}

/* 卓越服务 通栏 — 浅蓝渐变 + 装饰圆 */
.szzc-floor--svc {
  position: relative;
  padding: 52px 0 60px;
  overflow: hidden;
  background: linear-gradient(180deg, #d4e4f8 0%, #e8f0fa 45%, #f5f9fd 100%);
}
.szzc-floor--svc::before,
.szzc-floor--svc::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.szzc-floor--svc::before {
  width: 320px;
  height: 320px;
  top: -80px;
  right: -60px;
}
.szzc-floor--svc::after {
  width: 240px;
  height: 240px;
  bottom: -40px;
  left: -50px;
}
.szzc-floor--svc .szzc-container {
  position: relative;
  z-index: 1;
}
.szzc-svc-intro {
  text-align: center;
  margin-bottom: 28px;
}
.szzc-svc-intro__arrow {
  display: block;
  width: 24px;
  height: 24px;
  margin: 14px auto 0;
  object-fit: contain;
  opacity: 0.85;
}
.szzc-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.szzc-svc-card {
  display: flex;
  flex-direction: column;
  padding: 18px 16px 14px;
  border: 1px solid #e8ecf2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(34, 87, 166, 0.05);
  text-decoration: none !important;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
  box-sizing: border-box;
}
.szzc-svc-card:hover {
  border-color: #c5d4ea;
  box-shadow: 0 6px 20px rgba(34, 87, 166, 0.1);
}
.szzc-svc-card__icon {
  margin-bottom: 12px;
}
.szzc-svc-card__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.szzc-svc-card__title {
  flex: 1;
  margin: 0 0 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
}
.szzc-svc-card__link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2257a6 !important;
}

/* 子栏目页：左侧服务导航 + 右侧主内容 */
.szzc-page--child .szzc-body {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 48px;
  box-sizing: border-box;
  align-items: start;
}
.szzc-sidebar {
  position: sticky;
  top: 88px;
}
.szzc-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #e8edf3;
}
.szzc-nav__parent {
  display: block;
  padding: 10px 16px 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2257a6 !important;
  border-bottom: 1px solid #e8edf3;
}
.szzc-nav__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #333 !important;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.15s ease;
}
.szzc-nav__item:hover {
  background: #eef4fb;
}
.szzc-nav__item--active {
  background: #e8f0fa;
  border-left-color: #2257a6;
  color: #2257a6 !important;
  font-weight: 600;
}
.szzc-nav__thumb {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.szzc-nav__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.szzc-nav__label {
  flex: 1;
  min-width: 0;
}
.szzc-main .szzc-floor {
  padding-left: 0;
  padding-right: 0;
}
.szzc-main .szzc-floor--hero-compact {
  min-height: 240px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.szzc-main .szzc-floor--hero-compact .szzc-hero__inner {
  padding: 40px 28px 48px;
}

@media (max-width: 1024px) {
  .szzc-page--child .szzc-body {
    grid-template-columns: 1fr;
  }
  .szzc-sidebar {
    position: static;
  }
  .szzc-scope__content,
  .szzc-scope__inner {
    max-width: 78%;
  }
  .szzc-cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .szzc-svc-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .szzc-value-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .szzc-hero {
    min-height: 260px;
    max-height: none;
  }
  .szzc-hero__inner {
    padding: 0 20px;
  }
  .szzc-hero__title {
    font-size: 1.5rem;
  }
  .szzc-floor--hero {
    min-height: 280px;
  }
  .szzc-floor--hero .szzc-hero__inner {
    padding: 48px 20px 56px;
  }
  .szzc-floor--scope,
  .szzc-floor--cap,
  .szzc-floor--value,
  .szzc-floor--svc {
    padding: 36px 0 40px;
  }
  .szzc-scope {
    height: auto;
    min-height: 0;
  }
  .szzc-scope__content,
  .szzc-scope__inner {
    max-width: 100%;
    height: auto;
    padding: 24px 20px;
  }
  .szzc-scope__grid {
    flex-wrap: wrap;
    gap: 12px 16px;
    width: 100%;
    padding: 14px 16px;
  }
  .szzc-scope__name {
    white-space: normal;
  }
  .szzc-svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .szzc-value-card__text {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  .szzc-cap-grid,
  .szzc-svc-grid {
    grid-template-columns: 1fr;
  }
}

/* --- scene_section03_ui — 图2：深蓝通栏 + 奇偶斜切错落 + 底部渐变叠字 --- */
.szsv-section03,
.szsv-section03.szsv-section--blue {
  background: #2257a7;
  padding: 48px 0 72px;
}
.szsv-section03 .szsv-section__title,
.szsv-section03.szsv-section--blue .szsv-section__title,
.szsv-section03 .szsv-scene-wrap .szsv-section__title {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0 0 36px;
  padding-top: 14px;
  font-size: 1.375rem;
}
.szsv-section03[data-num]::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  background: url(/uploads/20260614/f5e74337285679cc1e70876a1ee4500a.png) center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.szsv-section03 .szsv-scene-wrap {
  padding-top: 8px;
  padding-bottom: 48px;
}
.szsv-section03 .szsv-scene-grid {
  gap: 16px;
  padding-bottom: 56px;
}
.szsv-section03 .szsv-scene-wrap .szsv-scene-card {
  background: transparent;
  padding: 0;
}
.szsv-section03 .szsv-scene-wrap .szsv-scene-card:nth-child(even) {
  transform: translateY(28px);
}
.szsv-section03 .szsv-scene-wrap .szsv-scene-card__media img {
  width: 100%;
  height: auto;
  display: block;
}
.szsv-section03 .szsv-scene-wrap .szsv-scene-card__foot {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  margin: 0;
  padding: 72px 28px 10px 0px;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 500;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 768px) {
  .szsv-section03 .szsv-scene-wrap .szsv-scene-card:nth-child(odd),
  .szsv-section03 .szsv-scene-wrap .szsv-scene-card:nth-child(even) {
    transform: none;
  }
  .szsv-section03 .szsv-scene-wrap .szsv-scene-card:nth-child(odd) .szsv-scene-card__media,
  .szsv-section03 .szsv-scene-wrap .szsv-scene-card:nth-child(even) .szsv-scene-card__media {
    clip-path: none;
  }
  .szsv-section03 .szsv-scene-wrap .szsv-scene-card {
    width: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

