@import url("https://static.jsss999.com/upload/zrsite/program/HarmonyOS_Sans.css");

.zr-program-page {
  --zr-program-shell-width: 1500px;
  --zr-program-line: #3b3b3b;
  --zr-program-text: #111111;
  --zr-program-muted: #4b5563;
  --zr-program-callout-bg: rgba(118, 128, 145, 0.68);
  --zr-program-callout-border: rgba(255, 255, 255, 0.28);
  width: 100%;
  background: #ffffff;
  color: var(--zr-program-text);
  font-family: "HarmonyOS Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.zr-program-page,
.zr-program-page * {
  box-sizing: border-box;
}

.zr-program-page img {
  display: block;
  max-width: 100%;
}

.zr-program-page p:empty {
  display: none !important;
  margin: 0 !important;
}

.zr-program-page + br {
  display: none !important;
}

.zr-program-page > p,
.zr-program-shell > p,
.zr-program-hero-shell > p,
.zr-program-case-card > p,
.zr-program-advantage-card > p {
  margin: 0 !important;
  padding: 0 !important;
}

.zr-program-shell {
  width: min(var(--zr-program-shell-width), calc(100vw - 32px));
  margin: 0 auto;
}

.zr-program-hero {
  background:
    linear-gradient(180deg, rgba(8, 18, 38, 0.12), rgba(8, 18, 38, 0.18)),
    url("https://static.jsss999.com/upload/zrsite/program/6037de2710d1498499e16741338b773c~tplv-tb4s082cfz-aigc_resize_2400_2400.webp") center center / cover no-repeat;
}

.zr-program-hero-shell {
  position: relative;
  min-height: 869px;
}

.zr-program-hero-copy {
  position: absolute;
  top: 112px;
  left: 50%;
  width: min(1040px, calc(100vw - 120px));
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  z-index: 3;
}

.zr-program-hero-copy h1 {
  margin: 0;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 4px;
  color: #ffffff !important;
  font-family: "HarmonyOSSansCNBlack", "HarmonyOS Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.zr-program-hero-copy p {
  margin: 18px auto 0;
  max-width: 1020px;
  font-size: 21px;
  line-height: 1.6;
  color: #ffffff !important;
  font-family: "HarmonyOSSansCNRegular", "HarmonyOS Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
}

.zr-program-hero-visual {
  position: absolute;
  top: 306px;
  left: 50%;
  width: min(1500px, 100%);
  transform: translateX(-50%);
  z-index: 1;
}

.zr-program-page .zr-program-callout {
  position: absolute;
  z-index: 2;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff !important;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  font-family: "HarmonyOSSansCNMedium", "HarmonyOS Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 500;
}

.zr-program-callout-web {
  top: 335px;
  left: 0;
  width: 362px;
}

.zr-program-callout-ai {
  top: 334px;
  left: 1005px;
  width: 397px;
}

.zr-program-callout-panorama {
  top: 600px;
  left: 77px;
  width: 272px;
}

.zr-program-callout-landing {
  top: 624px;
  left: 1007px;
  width: 490px;
}

.zr-program-section {
  padding: 80px 0 0;
}

.zr-program-section-head {
  width: min(920px, calc(100vw - 80px));
  margin: 0 auto 40px;
  text-align: center;
}

.zr-program-section-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.zr-program-section-head p {
  margin: 20px auto 0;
  font-size: 23px;
  line-height: 39px;
  color: var(--zr-program-muted);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
}

.zr-program-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 58px;
  row-gap: 44px;
}

.zr-program-case-card h3,
.zr-program-advantage-card h3 {
  margin: 18px 0 0;
  text-align: center;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zr-program-case-card h3 {
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
  color: #000000;
}

.zr-program-media {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.zr-program-media .zr-program-media-image {
  max-width: none;
}

.zr-program-media-large::before {
  content: "";
  display: block;
  padding-top: calc(422 / 715 * 100%);
}

.zr-program-media-small::before {
  content: "";
  display: block;
  padding-top: calc(246 / 354 * 100%);
}

.zr-program-media-image {
  position: absolute;
  display: block;
}

.zr-program-media-image--wide-left {
  top: 0;
  left: -18px;
  width: auto;
  height: 100%;
}

.zr-program-media-image--small-top {
  top: -10px;
  left: 0;
  width: 100%;
  height: auto;
}

.zr-program-media-image--small-left {
  top: 0;
  left: -41px;
  width: auto;
  height: 100%;
}

.zr-program-advantages {
  padding-top: 78px;
  padding-bottom: 0;
}

.zr-program-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 42px;
}

.zr-program-advantage-card h3 {
  font-size: 18px;
  line-height: 39px;
  font-weight: 700;
  color: #434343;
}

.zr-program-advantage-card:nth-child(4) h3 {
  font-size: 17px;
}

@media (max-width: 1280px) {
  .zr-program-hero-shell {
    min-height: 780px;
  }

  .zr-program-hero-copy h1 {
    font-size: 36px;
  }

  .zr-program-hero-copy p {
    font-size: 18px;
  }

  .zr-program-hero-visual {
    top: 294px;
    width: min(1280px, 100%);
  }

  .zr-program-callout {
    font-size: 20px;
  }

  .zr-program-callout-web {
    left: 12px;
  }

  .zr-program-callout-ai {
    right: 6px;
  }

  .zr-program-callout-panorama {
    left: 36px;
  }

  .zr-program-callout-landing {
    right: 0;
  }

  .zr-program-advantage-grid {
    column-gap: 18px;
  }
}

@media (max-width: 960px) {
  .zr-program-shell {
    width: min(var(--zr-program-shell-width), calc(100vw - 24px));
  }

  .zr-program-hero-shell {
    min-height: auto;
    padding: 72px 0 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .zr-program-hero-copy {
    position: static;
    width: 100%;
    transform: none;
    padding: 0 12px;
  }

  .zr-program-hero-copy h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .zr-program-hero-copy p {
    font-size: 16px;
    line-height: 1.8;
  }

  .zr-program-hero-visual {
    position: static;
    width: min(100%, 780px);
    margin-top: 30px;
    transform: none;
  }

  .zr-program-callout {
    height: auto;
    position: static;
    width: min(100%, 680px);
    margin-top: 16px;
    padding: 12px 18px;
    border: 1px solid var(--zr-program-callout-border);
    border-radius: 14px;
    background: var(--zr-program-callout-bg);
    font-size: 18px;
    line-height: 1.3;
    backdrop-filter: blur(8px);
  }

  .zr-program-section {
    padding-top: 66px;
  }

  .zr-program-section-head {
    width: 100%;
    margin-bottom: 30px;
  }

  .zr-program-section-head h2 {
    font-size: 28px;
  }

  .zr-program-section-head p {
    margin-top: 14px;
    font-size: 16px;
  }

  .zr-program-case-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .zr-program-case-card h3 {
    font-size: 20px;
  }

  .zr-program-advantages {
    padding-top: 62px;
    padding-bottom: 0;
  }

  .zr-program-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .zr-program-advantage-card h3 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .zr-program-advantage-grid {
    grid-template-columns: 1fr;
  }
}
