body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #f1f1f1;
  text-align: center;
  /*font-family: 'HarmonyOS-Regular';*/
}
/*
@font-face {
  font-family: 'HarmonyOS';
  src: url('/font-family/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'HarmonyOS-light';
  src: url('/font-family/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
  font-family: 'HarmonyOS-Bold';
  src: url('/font-family/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'HarmonyOS-Regular';
  src: url('/font-family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}
*/
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: black !important;
}

.middle {
  position: relative;
  width: 100vw;
  /* top: -2vw; */
  /*margin-top: 3vw;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  /*font-family: HarmonyOS Sans SC;*/
}

.topD8 {
  z-index: 9999;
  width: 100vw;
  height: 2.8vw;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
}

.topD8 .title {
  margin-left: 20.7vw;
  color: #383838;
  font-size: calc(18 / 1920 * 100vw);
 /* font-family: 'HarmonyOS';*/
  font-weight: 500;
}

.topD8 .aBox {
  display: flex;
  flex-direction: row;
  margin-right: calc(400 / 1920 * 100vw);
  gap: calc(20 / 1920 * 100vw);
}

.topD8 a {
  font-size: calc(18 / 1920 * 100vw);
  line-height: calc(18.75 / 1920 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(4 / 1920 * 100vw);
  font-weight: 400;
  /*font-family: 'HarmonyOS-Regular';*/
}

.bookButton {
  background-color: #10069f;
  color: #fff;
  padding: calc(6 / 1920 * 100vw) calc(14 / 1920 * 100vw) calc(5 / 1920 * 100vw)
    calc(10 / 1920 * 100vw);
}

.goButton {
  color: #10069f;
  border: calc(1 / 1920 * 100vw) solid #10069f;
  padding: calc(6 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(5 / 1920 * 100vw)
    calc(10 / 1920 * 100vw);
}

/* .middle img {
    width: 100%;
    position: relative;
    top: 7.3vw;
}

.middle a {
    position: absolute;
}

.middle p {
    position: absolute;
} */

.banner {
  /*margin-top: 2.8vw;*/
  width: 100%;
  height: 41.67vw;
  /* 16:9 比例 (9/16=0.5625) */
  background-image: url('/wp-content/themes/Divi/includes/T8_files/T8Banner.png');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.banner .content {
  width: auto;
  height: auto;
  float: right;
  margin-right: 20.83vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 12.5vw;
}

.banner .content .title {
  font-size: 2.3958vw;
  line-height: 2.8078vw;
  margin-bottom: 2.0833vw;
  font-weight: 700;
  text-shadow: 0rem 0.1429rem 0.3571rem rgba(7, 2, 79, 1);
  display: flex;
  align-items: center;
  font-style: italic;
}

.banner .content .title span {
  font-size: calc(24 / 1920 * 100vw);
  border-radius: 0.3281vw;
  border-width: 0.1vw;
  border-style: solid;
  border-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.7692vw;
  padding: calc(6 / 1920 * 100vw) calc(16 / 1920 * 100vw) calc(7 / 1920 * 100vw)
    calc(10 / 1920 * 100vw);
  line-height: calc(28.13 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  /*font-family: 'HarmonyOS-Regular';*/
  box-shadow:
    0px 2px 5px rgba(7, 2, 79, 0.7),
    inset 0px 2px 5px rgba(7, 2, 79, 0.5);
  text-shadow: 0px 2px 5px rgba(7, 2, 79, 1);
}

.banner .content .text {
  font-size: calc(26 / 1920 * 100vw);
  line-height: calc(30.47 / 1920 * 100vw);
  font-weight: 400;
  text-shadow: 0rem 0.1429rem 0.3571rem rgba(7, 2, 79, 1);
  margin-bottom: 6.25vw;
  /*font-family: 'HarmonyOS-Regular';*/
}

.banner .content a {
  color: #10069f;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.2563vw;
  font-size: calc(22 / 1920 * 100vw);
  line-height: calc(25.78 / 1920 * 100vw);
  font-weight: 400;
  /*font-family: 'HarmonyOS-Regular';*/
  padding: calc(3 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}

.section1 {
  width: 62.5vw;
  margin-top: 8.3333vw;
  color: #fff;
  position: relative;
}

.section1 .text {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
}

.section1 .text .title {
  font-size: calc(42 / 1920 * 100vw);
  line-height: calc(49.22 / 1920 * 100vw);
  margin-left: 2.0833vw;
  font-weight: 500;
  /*font-family: 'HarmonyOS';*/
  letter-spacing: -0.4px;
}

.section1 .text .brief {
  font-size: 0.9375vw;
  line-height: 1.4583vw;
  margin-right: 2.0833vw;
  width: 23.4375vw;
  font-weight: 300;
  /* text-align: justify; */
  /*font-family: 'HarmonyOS-light';*/
  display: flex;
  flex-direction: column;

  .imgTextTen {
    width: calc(364 / 1920 * 100vw);
    margin-top: calc(15 / 1920 * 100vw);
  }
}

.section1 video {
  width: 100%;
  margin-top: 4.1667vw;
  border-radius: 1.0417vw;
}

.section2 {
  margin-top: calc(200 / 1920 * 100vw);
  width: calc(1200 / 1920 * 100vw);
  height: calc(350 / 1920 * 100vw);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;

  .title {
    font-size: calc(40 / 1920 * 100vw);
    line-height: calc(49.22 / 1920 * 100vw);
    font-weight: 500;
    /*font-family: 'HarmonyOS-Bold';*/
    text-align: left;
    background: linear-gradient(
      90deg,
      rgba(16, 6, 159, 1) 0%,
      rgba(60, 95, 234, 1) 12.6%,
      rgba(145, 166, 250, 1) 100%
    );
    -webkit-background-clip: text;
    /* 让背景只显示在文字区域 */
    background-clip: text;
    color: transparent;
    letter-spacing: -0.4px;
    /* 文字透明，露出背景渐变 */
  }

  .contentText {
    width: calc(520 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(28 / 1920 * 100vw);
    font-weight: 300;
    /*font-family: 'HarmonyOS-Light';*/
    margin-top: calc(25 / 1920 * 100vw);
    text-align: left;
    z-index: 9;
  }

  img {
    height: 100%;
  }
}

.section3 {
  width: 100%;
  color: #383838;
  position: relative;
  margin-top: calc(200 / 1920 * 100vw);
}

.section3-content {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: calc(90 / 1920 * 100vw);
}

.section3-title {
  font-size: calc(52 / 1920 * 100vw);
  font-weight: 700;
  line-height: calc(60.94 / 1920 * 100vw);
  /*font-family: 'HarmonyOS-Bold';*/
}

.section3-text {
  font-size: calc(18 / 1920 * 100vw);
  font-weight: 300;
  line-height: calc(28 / 1920 * 100vw);
  margin-top: calc(40 / 1920 * 100vw);
  width: calc(1000 / 1920 * 100vw);
  text-align: justify;
  /*font-family: 'HarmonyOS-Light';*/

  span {
    font-weight: 700;
    /*font-family: 'HarmonyOS-Bold';*/
    /* 去掉和前面文本间隙 */
    margin-left: -0.25em;
  }
}

.section3-img {
  width: 100%;
}

.section4 {
  width: 100%;
  color: #fff;
  margin-top: calc(160 / 1920 * 100vw);
}

.section4-title {
  font-size: calc(52 / 1920 * 100vw);
  font-weight: 700;
  line-height: calc(60.94 / 1920 * 100vw);
  text-align: center;
  /*font-family: 'HarmonyOS-Bold';*/
}

.section4-text {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 300;
  line-height: calc(40 / 1920 * 100vw);
  margin-top: calc(60 / 1920 * 100vw);
  text-align: center;
  /*font-family: 'HarmonyOS-Light';*/

  .highlight {
    /*font-family: 'HarmonyOS-Bold';*/
  }
}

.section4-video {
  width: calc(1200 / 1920 * 100vw);
  margin-top: calc(120 / 1920 * 100vw);
  border-radius: calc(20 / 1920 * 100vw);
}

.section5 {
  width: 100%;
  color: #fff;
  margin-top: calc(200 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(200 / 1920 * 100vw);
}

.section5-title {
  font-size: calc(42 / 1920 * 100vw);
  font-weight: 500;
  line-height: calc(49.22 / 1920 * 100vw);
  text-align: center;
  /*font-family: 'HarmonyOS-Bold';*/
}

.section5-text {
  width: calc(800 / 1920 * 100vw);
  font-size: calc(18 / 1920 * 100vw);
  font-weight: 300;
  line-height: calc(28 / 1920 * 100vw);
  margin-top: calc(60 / 1920 * 100vw);
  text-align: left;
  /*font-family: 'HarmonyOS-Light';*/
}

.section5-img {
  width: calc(1200 / 1920 * 100vw);
  margin-top: calc(80 / 1920 * 100vw);
  border-radius: calc(20 / 1920 * 100vw);
}

.section6 {
  margin-top: calc(200 / 1920 * 100vw);
  width: calc(1200 / 1920 * 100vw);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;

  .title {
    font-size: calc(42 / 1920 * 100vw);
    line-height: calc(49.22 / 1920 * 100vw);
    font-weight: 500;
    /*font-family: 'HarmonyOS-Bold';*/
    margin-top: calc(80 / 1920 * 100vw);
    text-align: left;
  }

  .contentText {
    width: calc(420 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(28 / 1920 * 100vw);
    font-weight: 300;
    /*font-family: 'HarmonyOS-Light';*/
    margin-top: calc(60 / 1920 * 100vw);
    text-align: left;
  }

  .section6-video {
    width: calc(700 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }
}

.section7 {
  margin-top: calc(200 / 1920 * 100vw);
  width: calc(1200 / 1920 * 100vw);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;

  .title {
    font-size: calc(42 / 1920 * 100vw);
    font-weight: 500;
    /*font-family: 'HarmonyOS';*/
    /*margin-top: calc(20 / 1920 * 100vw);*/
    text-align: left;
    line-height: calc(49.22 / 1920 * 100vw);
  }

  .contentText {
    width: calc(530 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(28 / 1920 * 100vw);
    font-weight: 300;
    /*font-family: 'HarmonyOS-Light';*/
    margin-top: calc(60 / 1920 * 100vw);
    text-align: left;
  }

  .section7-video-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 1920 * 100vw);
  }

  .section7-video {
    width: calc(600 / 1920 * 100vw);
    height: calc(350 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }

  .section7-video-button-box {
    background-color: #383838;
    color: #fff;
    border-radius: calc(60 / 1920 * 100vw);
    display: flex;
  }

  .section7-video-button {
    font-size: calc(20 / 1920 * 100vw);
    font-weight: 400;
    line-height: calc(28 / 1920 * 100vw);
    padding: calc(15 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    /*font-family: 'HarmonyOS-Regular';*/
    cursor: pointer;
    border-radius: calc(60 / 1920 * 100vw);
  }

  .section7-video-button-box .active {
    background-color: #10069f;
  }
}

.section8 {
  margin-top: calc(200 / 1920 * 100vw);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section8-title {
  font-size: calc(42 / 1920 * 100vw);
  font-weight: 500;
  line-height: calc(49.22 / 1920 * 100vw);
}

/* 轮播视窗 — 负责裁切两边 */
.carousel-window {
  width: 100%;
  overflow: hidden;
  /* position: relative; */
}

.carousel-black-left {
  position: absolute;
  left: 0;
  width: calc(445 / 1920 * 100vw);
  height: calc(1000 / 1920 * 100vw);
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.carousel-black-right {
  position: absolute;
  right: 0;
  width: calc(445 / 1920 * 100vw);
  height: calc(1000 / 1920 * 100vw);
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

@media(max-width: 576px) {
  .section3-content {
    top: calc(180 / 1920 * 100vw);
  }

  .carousel-black-right {
    right: -14%;
  }
  .carousel-black-left {
    left: -14%;
  }
}

@media(max-width: 429px) {
  .section3-content {
    top: calc(130 / 1920 * 100vw);
  }
}

/* 轮播轨道 — 使用flex，无间隙 */
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  gap: calc(40 / 1920 * 100vw);
  margin-top: calc(80 / 1920 * 100vw);
}

/* 每个item宽度 960/1920 vw */
.carousel-item {
  display: block;
  margin-right: unset;
  flex: 0 0 auto;
  width: calc(960 / 1920 * 100vw);
  box-sizing: border-box;
}

video-with-progress {
  display: block;
  width: 100%;
  position: relative;
}

/* 视频本身 */
.carousel-video {
  width: 100%;
  display: block;
  border-radius: calc(20 / 1920 * 100vw);
}

.carousel-item video {
  width: 100%;
  display: block;
  border-radius: calc(20 / 1920 * 100vw);
}

/* 进度条容器 — slim样式，一直可见 */
.progress-slim {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 4px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.progress-fill {
  width: 0%;
  height: 100%;
  background: #10069f;
  border-radius: 2px;
  transition: width 0.1s linear;
}

.section8-text {
  font-size: calc(18 / 1920 * 100vw);
  font-weight: 300;
  line-height: calc(28 / 1920 * 100vw);
  /*font-family: 'HarmonyOS-Light';*/
  margin-top: calc(40 / 1920 * 100vw);
  width: calc(800 / 1920 * 100vw);
  text-align: left;
}

.section8-video-button-box {
  margin-top: calc(60 / 1920 * 100vw);
  background-color: #383838;
  color: #fff;
  border-radius: calc(60 / 1920 * 100vw);
  display: flex;
}

.section8-video-button {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 400;
  line-height: calc(28 / 1920 * 100vw);
  padding: calc(15 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  /*font-family: 'HarmonyOS-Regular';*/
  cursor: pointer;
  border-radius: calc(60 / 1920 * 100vw);
}

.section8-video-button-box .active {
  background-color: #10069f;
}

.section-frame {
  position: relative;
  height: 200vh;
  /* 控制滚动区域长度 */
  background: #000;
}

.section-frame img {
  position: sticky;
  top: 0;
  width: 100vw;
  /*height: 100vh;*/
  object-fit: contain;
}

.under {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
}

.under .img1 {
  width: calc(1200 / 1920 * 100vw);
  margin-top: calc(140 / 1920 * 100vw);
}

.under .content6 {
  width: calc(1200 / 1920 * 100vw);
  height: calc(512 / 1920 * 100vw);
  background-color: #fff;
  border-radius: calc(20 / 1920 * 100vw);
  margin-top: calc(122 / 1920 * 100vw);
  margin-bottom: calc(120 / 1920 * 100vw);
  display: flex;
  position: relative;
}

.under .content6 img {
  position: absolute;
  top: calc(-150 / 1920 * 100vw);
  left: calc(-270 / 1920 * 100vw);
  width: calc(1050 / 1920 * 100vw);
}

.under .content6 .line {
  position: absolute;
  top: calc(118 / 1920 * 100vw);
  left: calc(696 / 1920 * 100vw);
  width: calc(444 / 1920 * 100vw);
  height: 1px;
  background-color: #a6a6a6;
}

.under .content6 .textList {
  width: calc(444 / 1920 * 100vw);
  margin-top: calc(82 / 1920 * 100vw);
  margin-left: calc(696 / 1920 * 100vw);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
}

.under .content6 .textList .box {
  width: 10vw;
  display: flex;
  flex-direction: column;
  text-align: left;

  .topTitle {
    font-size: calc(22 / 1920 * 100vw);
    line-height: calc(25.78 / 1920 * 100vw);
    color: #383838;
    /*font-family: 'HarmonyOS-Bold';*/
    font-weight: 700;
  }

  .num {
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(21.1 / 1920 * 100vw);
    color: #10069f;
    /*font-family: 'HarmonyOS-Regular';*/
    font-weight: 400;
    margin-top: calc(20 / 1920 * 100vw);
  }

  .num:nth-child(2) {
    margin-top: calc(40 / 1920 * 100vw);
  }

  .numTitle {
    font-size: calc(14 / 1920 * 100vw);
    line-height: calc(16.41 / 1920 * 100vw);
    color: #383838;
    /*font-family: 'HarmonyOS-Light';*/
    font-weight: 300;
    margin-top: calc(5 / 1920 * 100vw);
  }
}

.under .content6 .textList .box:last-of-type {
  /* margin-right: calc(83 / 1920 * 100vw); */
}

.content6 .abox {
  width: calc(444 / 1920 * 100vw);
  position: absolute;
  bottom: calc(80 / 1920 * 100vw);
  left: calc(696 / 1920 * 100vw);
  display: flex;
  gap: calc(60 / 1920 * 100vw);
  z-index: 3;
}

.content6 .abox a {
  width: 10vw;
  height: 2.7083vw;
  font-size: 0.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125vw;
  border: 0.1042vw solid #10069f;
  margin-top: calc(60 / 1920 * 100vw);
}

.under .content6 .abox .a1 {
  color: #10069f;
}

.under .content6 .abox .a2 {
  color: #ffffff;
  background-color: #10069f;
}

#bottom {
  position: relative;
  /* top: 391vw; */
}

.floatText {
  position: absolute;
  font-size: calc(26 / 1920 * 100vw);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.leftText {
  left: calc(40 / 1920 * 100vw);
}

.rightText {
  right: calc(40 / 1920 * 100vw);
}
.et_pb_button:after {
    content: none;
}
}