html,
body,
p,
span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
html div,
body div,
p div,
span div {
  box-sizing: border-box;
}

@font-face {
  font-family: "Harmony";
  font-weight: 400;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.ttf") format("truetype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Harmony";
  font-weight: 500;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.ttf") format("truetype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Bold.eot") format("embedded-opentype");
  font-display: swap;
}
/* Light */
@font-face {
  font-family: "Harmony";
  font-weight: 300;
  font-style: normal;
  src: url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.woff2") format("woff2"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.woff") format("woff"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.eot?#iefix") format("embedded-opentype"), url("/template/cn/public/assest/font/HarmonyOS/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 200;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Regular.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Light.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Light.woff") format("woff"), url("/template/cn/public/assest/font/Manrope/Manrope-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Medium.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-Bold.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  src: url("/template/cn/public/assest/font/Manrope/Manrope-ExtraBold.woff2") format("woff2"), url("/template/cn/public/assest/font/Manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
body.wiko .moyuan-container {
  font-family: "Manrope", "Harmony";
  font-weight: 300;
  background-color: #000;
}

body.fixed {
  overflow: hidden;
}

.moyuan-container {
  --navHeight: 80px;
}
.moyuan-container .showIe {
  display: none;
}
.moyuan-container img,
.moyuan-container video {
  display: block;
  width: 100%;
}
.moyuan-container sup {
  font-size: 0.6em;
}
.moyuan-container sup a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.moyuan-container .h2 {
  font-size: 3.125vw;
  line-height: 1.25;
}
.moyuan-container .h3 {
  font-size: 2.34375vw;
  line-height: 1.25;
}
.moyuan-container .h5 {
  font-size: 2.083333vw;
  line-height: 1.25;
}
.moyuan-container .h6 {
  font-size: 1.5625vw;
  line-height: 1.25;
}
.moyuan-container p {
  font-size: 1.25vw;
  line-height: 1.6;
}
.moyuan-container .pc {
  display: block;
}
.moyuan-container .mob {
  display: none;
}
.moyuan-container .gary {
  width: 100%;
  background: #f4f4f4;
  height: auto;
  color: black;
}
.moyuan-container .set-bg {
  width: 100%;
  height: 5vw;
  background: black;
}
.moyuan-container .black {
  width: 100%;
  background: black;
  height: auto;
  color: white;
}
.moyuan-container .white {
  width: 100%;
  background: white;
  height: auto;
  color: black;
}
.moyuan-container .header {
  position: sticky;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to right, black 0%, pink 60%, black 100%);
  top: 0;
  z-index: 99;
}
.moyuan-container .moyuan-section-kv {
  position: relative;
}
.moyuan-container .moyuan-section-kv .kv-img-wrap {
  width: 100%;
}
.moyuan-container .moyuan-section-kv .kv-right {
  width: 25vw;
  position: absolute;
  right: 11.5%;
  top: 44%;
  transform: translateY(-44%);
  color: white;
}
.moyuan-container .moyuan-section-kv .kv-right .kv-right-title .h6 {
  font-size: 2.953333vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  margin: 1.5625vw 0 1.822917vw;
}
.moyuan-container .moyuan-section-kv .kv-right .kv-right-title .h6 span {
  display: inline-block;
}
.moyuan-container .moyuan-section-kv .kv-right .kv-right-title p {
  font-size: 1.155vw;
  opacity: 1;
  white-space: nowrap;
  font-weight: 400;
}
.moyuan-container .moyuan-section-kv .kv-right .kv-right-title p span {
  display: inline-block;
  padding: 0 0.520833vw;
}
.moyuan-container .moyuan-section-kv .kv-bottom {
  position: absolute;
  width: 17.418vw;
  right: 1.5625vw;
  bottom: 1.5625vw;
}
.moyuan-container .moyuan-section-s1 {
  position: relative;
  background-color: #000;
}
.moyuan-container .moyuan-section-s1 .s1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 15vw 5vw 15vw;
}
.moyuan-container .moyuan-section-s1 .s1 .s1-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-top: 10vw;
}
.moyuan-container .moyuan-section-s1 .s1 .s1-content .title {
  width: 12vw;
  font-size: 2.825vw;
  font-weight: 500;
  background-image: linear-gradient(to right, #ffffff 0%, #F6F9FE 40%, #7C7F90 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.moyuan-container .moyuan-section-s1 .s1 .s1-content .description {
  font-size: 1.125vw;
  width: 28vw;
  color: #86868B;
  font-weight: 400;
  margin-top: 2vw;
}
.moyuan-container .moyuan-section-s1 .s1 .s1-content .description .b {
  font-weight: 500;
  color: #ffffff;
}
.moyuan-container .moyuan-section-s1 .s1 .s1-bg {
  width: 30vw;
  transform: translateY(70%);
  opacity: 0;
  transition: 0.2s all linear;
}
.moyuan-container .moyuan-section-s1 .s1 .s1-bg.active {
  transform: translateY(0);
  opacity: 1;
}
.moyuan-container .moyuan-section-s2 {
  position: relative;
  background-color: #000;
}
.moyuan-container .moyuan-section-s2 .s2 {
  margin-bottom: 3vw;
}
.moyuan-container .moyuan-section-s2 .s2 .s2-content {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 15vw 2vw 15vw;
}
.moyuan-container .moyuan-section-s2 .s2 .s2-content .title {
  width: 12vw;
  font-size: 2.825vw;
  font-weight: 500;
  background-image: linear-gradient(to right, #ffffff 0%, #F6F9FE 40%, #7C7F90 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.moyuan-container .moyuan-section-s2 .s2 .s2-content .description {
  font-size: 1.125vw;
  width: 30vw;
  color: #86868B;
  font-weight: 400;
  margin-right: 5vw;
}
.moyuan-container .moyuan-section-s3 {
  position: relative;
  background-color: #000;
}
.moyuan-container .moyuan-section-s3 .s3 {
  margin: 0 10vw;
}
.moyuan-container .moyuan-section-s3 .s3 .s3-content {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 5vw 2vw 5vw;
}
.moyuan-container .moyuan-section-s3 .s3 .s3-content .title {
  width: 12vw;
  font-size: 2.825vw;
  font-weight: 500;
  background-image: linear-gradient(to right, #ffffff 0%, #F6F9FE 40%, #7C7F90 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.moyuan-container .moyuan-section-s3 .s3 .s3-content .description {
  font-size: 1.125vw;
  width: 30vw;
  color: #86868B;
  font-weight: 400;
  margin-right: 5vw;
}
.moyuan-container .moyuan-section-s3 .s3 .s3-content .description .b {
  font-weight: 500;
  color: #ffffff;
}
.moyuan-container .moyuan-section-s4 {
  position: relative;
  background-color: #000;
}
.moyuan-container .moyuan-section-s4 .s4 {
  margin: 3vw 10vw;
}
.moyuan-container .moyuan-section-s4 .s4 .s4-content {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 5vw 2vw 5vw;
  padding-top: 5vw;
}
.moyuan-container .moyuan-section-s4 .s4 .s4-content .title {
  width: 12vw;
  font-size: 2.825vw;
  font-weight: 500;
  background-image: linear-gradient(to right, #ffffff 0%, #F6F9FE 40%, #7C7F90 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.moyuan-container .moyuan-section-s4 .s4 .s4-content .description {
  font-size: 1.125vw;
  width: 34vw;
  color: #86868B;
  font-weight: 400;
  margin-right: 5vw;
}
.moyuan-container .moyuan-section-s4 .s4 .s4-content .description .b {
  font-weight: 500;
  color: #ffffff;
}
.moyuan-container .moyuan-section-s5 {
  position: relative;
  background-color: #000;
}
.moyuan-container .moyuan-section-s5 .s5 {
  margin: 0 10vw;
}
.moyuan-container .moyuan-section-s5 .s5 .s5-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5vw 2vw 5vw;
  padding-top: 5vw;
}
.moyuan-container .moyuan-section-s5 .s5 .s5-content .title {
  font-size: 2.825vw;
  font-weight: 500;
  background-image: linear-gradient(to right, #ffffff 0%, #F6F9FE 40%, #7C7F90 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.moyuan-container .moyuan-section-s5 .s5 .s5-content .description {
  font-size: 1.125vw;
  width: 50vw;
  color: #86868B;
  font-weight: 400;
  margin: 2vw auto;
}
.moyuan-container .moyuan-section-s5 .s5 .s5-content .description .b {
  font-weight: 500;
  color: #ffffff;
}
.moyuan-container .moyuan-section-s6 {
  position: relative;
  background-color: #000;
}
.moyuan-container .moyuan-section-s6 .s6 .s6-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 8vw;
  left: 15vw;
}
.moyuan-container .moyuan-section-s6 .s6 .s6-content .title {
  width: 12vw;
  font-size: 2.825vw;
  font-weight: 500;
  background-image: linear-gradient(to right, #ffffff 0%, #F6F9FE 40%, #7C7F90 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.moyuan-container .moyuan-section-s6 .s6 .s6-content .description {
  font-size: 1.125vw;
  width: 28vw;
  color: #86868B;
  font-weight: 400;
  margin-top: 2vw;
}
.moyuan-container .moyuan-section-s6 .s6 .s6-content .description .b {
  font-weight: 500;
  color: #ffffff;
}
.moyuan-container .moyuan-section-s7 {
  position: relative;
  background-color: #fff;
}
.moyuan-container .moyuan-section-s7 .s7-video-wrap .s7-video {
  overflow: hidden;
}
.moyuan-container .moyuan-section-s7 .s7-video-wrap .open {
  position: absolute;
  width: 11.458333vw;
  font-size: 1.9vw;
  right: 10vw;
  bottom: 5vw;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-weight: 500;
}
.moyuan-container .moyuan-section-s7 .s7-video-wrap .open span {
  border-bottom: 1px solid;
}
.moyuan-container .moyuan-section-s8 {
  position: relative;
  background-color: #fff;
}
.moyuan-container .moyuan-section-s8 .s8 {
  padding: 10vw;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-title {
  width: 30vw;
  text-align: center;
  margin: auto;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-title .title {
  font-size: 2.825vw;
  font-weight: 500;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-title .sub-title {
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 3.6;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5vw;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list .description {
  width: 20vw;
  font-size: 1.125vw;
  margin-left: 5vw;
  font-weight: 400;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list .description .number {
  font-size: 1.525vw;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list .animation {
  width: 40vw;
}
.moyuan-container .moyuan-section-s8 .s8 .s8-content .two, .moyuan-container .moyuan-section-s8 .s8 .s8-content .four {
  flex-direction: row-reverse;
}
.moyuan-container .alert-video {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  background: rgb(0, 0, 0);
  position: fixed;
  top: var(--navHeight);
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
}
.moyuan-container .alert-video .video-wrap {
  width: 83.333333vw;
  height: 46.875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  scroll-snap-type: y mandatory;
}
.moyuan-container .alert-video .video-wrap video {
  scroll-snap-align: start;
  margin: auto;
  transform: scale(0.95);
}
.moyuan-container .alert-video .video-wrap .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1.1vw;
  right: 2vw;
  cursor: pointer;
}
.moyuan-container .alert-video.active {
  display: block;
}
.moyuan-container .section-footnote {
  width: 100%;
  height: 13vw;
  background-color: #ffffff;
  color: #000000;
}
.moyuan-container .section-footnote .section-content {
  width: 75vw;
  margin: auto;
}
.moyuan-container .section-footnote .section-content ol {
  padding: 0;
  margin: 0;
}
.moyuan-container .section-footnote .section-content li {
  font-size: 0.78125vw;
  line-height: 1.6;
  opacity: 0.8;
  list-style: decimal;
}
.moyuan-container .section-footnote .section-content li.current {
  opacity: 1;
}
.moyuan-container .section-footnote .section-content .footnote-last {
  list-style: none;
  transform: translateX(-1.3vw);
  opacity: 0.6;
}
@media screen and (max-aspect-ratio: 51/50) {
  .moyuan-container .h2 {
    font-size: 8vw;
  }
  .moyuan-container .h3 {
    font-size: 4.666667vw;
  }
  .moyuan-container .h5 {
    font-size: 4.666667vw;
  }
  .moyuan-container .h6 {
    font-size: 4vw;
  }
  .moyuan-container p {
    font-size: 4vw;
  }
  .moyuan-container .pc {
    display: none;
  }
  .moyuan-container .mob {
    display: block;
  }
  .moyuan-container .moyuan-section-kv {
    position: relative;
  }
  .moyuan-container .moyuan-section-kv .kv-img-wrap {
    width: 100%;
  }
  .moyuan-container .moyuan-section-kv .kv-right {
    width: 78.5vw;
    position: absolute;
    right: 50%;
    top: 15vw;
    transform: translateX(50%);
    height: 30vw;
    color: white;
  }
  .moyuan-container .moyuan-section-kv .kv-right img {
    width: 58.5vw;
    margin: auto;
  }
  .moyuan-container .moyuan-section-kv .kv-right .kv-right-title .h6 {
    font-size: 10.283333vw;
    width: 58.5vw;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    margin: 5vw auto 7vw auto;
    text-align: center;
  }
  .moyuan-container .moyuan-section-kv .kv-right .kv-right-title .h6 span {
    display: inline-block;
  }
  .moyuan-container .moyuan-section-kv .kv-right .kv-right-title p {
    font-size: 3.65vw;
    opacity: 1;
    white-space: nowrap;
  }
  .moyuan-container .moyuan-section-kv .kv-right .kv-right-title p span {
    padding: 0 1vw;
  }
  .moyuan-container .moyuan-section-s1 .s1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5vw;
  }
  .moyuan-container .moyuan-section-s1 .s1 .s1-content .title {
    width: 38vw;
    font-size: 9.25vw;
  }
  .moyuan-container .moyuan-section-s1 .s1 .s1-content .description {
    font-size: 4.125vw;
    width: auto;
    line-height: 1.6;
  }
  .moyuan-container .moyuan-section-s1 .s1 .s1-bg {
    width: auto;
  }
  .moyuan-container .moyuan-section-s1 .s1 .s1-bg.active {
    transform: translateY(0);
  }
  .moyuan-container .moyuan-section-s2 .s2 .s2-content {
    margin: 0 5vw;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25vw;
  }
  .moyuan-container .moyuan-section-s2 .s2 .s2-content .title {
    width: 38vw;
    font-size: 9.25vw;
  }
  .moyuan-container .moyuan-section-s2 .s2 .s2-content .description {
    font-size: 4.125vw;
    width: 100%;
    line-height: 1.6;
    margin: 5vw auto;
  }
  .moyuan-container .moyuan-section-s2 .s2 .s2-bg {
    width: auto;
  }
  .moyuan-container .moyuan-section-s3 .s3 {
    margin: initial;
  }
  .moyuan-container .moyuan-section-s3 .s3 .s3-content {
    margin: 0 5vw;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25vw;
  }
  .moyuan-container .moyuan-section-s3 .s3 .s3-content .title {
    width: 38vw;
    font-size: 9.25vw;
  }
  .moyuan-container .moyuan-section-s3 .s3 .s3-content .description {
    font-size: 4.125vw;
    width: 100%;
    line-height: 1.6;
    margin: 5vw auto;
  }
  .moyuan-container .moyuan-section-s3 .s3 .s3-bg {
    width: auto;
  }
  .moyuan-container .moyuan-section-s4 .s4 {
    margin: initial;
  }
  .moyuan-container .moyuan-section-s4 .s4 .s4-content {
    margin: 0 5vw;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25vw;
  }
  .moyuan-container .moyuan-section-s4 .s4 .s4-content .title {
    width: 38vw;
    font-size: 9.25vw;
  }
  .moyuan-container .moyuan-section-s4 .s4 .s4-content .description {
    font-size: 4.125vw;
    width: 100%;
    line-height: 1.6;
    margin: 5vw auto;
  }
  .moyuan-container .moyuan-section-s4 .s4 .s4-bg {
    width: auto;
  }
  .moyuan-container .moyuan-section-s5 .s5 {
    margin: initial;
  }
  .moyuan-container .moyuan-section-s5 .s5 .s5-content {
    margin: 0 5vw;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25vw;
  }
  .moyuan-container .moyuan-section-s5 .s5 .s5-content .title {
    width: 38vw;
    font-size: 9.25vw;
  }
  .moyuan-container .moyuan-section-s5 .s5 .s5-content .description {
    font-size: 4.125vw;
    width: 100%;
    line-height: 1.6;
    margin: 5vw auto;
  }
  .moyuan-container .moyuan-section-s5 .s5 .s5-bg {
    width: auto;
    margin: 0 5vw;
  }
  .moyuan-container .moyuan-section-s6 .s6 {
    margin: initial;
  }
  .moyuan-container .moyuan-section-s6 .s6 .s6-content {
    margin: 0 5vw;
    flex-direction: column;
    align-items: flex-start;
    position: initial;
    padding-top: 25vw;
  }
  .moyuan-container .moyuan-section-s6 .s6 .s6-content .title {
    width: 38vw;
    font-size: 9.25vw;
  }
  .moyuan-container .moyuan-section-s6 .s6 .s6-content .description {
    font-size: 4.125vw;
    width: 100%;
    line-height: 1.6;
    margin: 5vw auto;
  }
  .moyuan-container .moyuan-section-s6 .s6 .s6-bg {
    width: auto;
  }
  .moyuan-container .moyuan-section-s7 .s7-video-wrap .open {
    position: relative;
    width: 100%;
    font-size: 3.9vw;
    background-color: #ffffff;
    cursor: pointer;
    color: #000;
    text-align: center;
    line-height: 2.5;
    font-weight: 500;
    right: auto;
    bottom: auto;
  }
  .moyuan-container .moyuan-section-s7 .s7-video-wrap .open span {
    border-bottom: none;
  }
  .moyuan-container .moyuan-section-s8 .s8 {
    padding-top: 15vw;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-title {
    width: 100%;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-title .title {
    font-size: 7.25vw;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-title .sub-title {
    font-size: 4.125vw;
    font-weight: 400;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-content {
    text-align: center;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10vw auto;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list .description {
    width: 100%;
    font-size: 4.125vw;
    margin-left: auto;
    font-weight: 400;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list .description .number {
    font-size: 4.525vw;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-content .s8-content-list .animation {
    width: 100%;
  }
  .moyuan-container .moyuan-section-s8 .s8 .s8-content .two, .moyuan-container .moyuan-section-s8 .s8 .s8-content .four {
    flex-direction: column;
  }
  .moyuan-container .section-footnote {
    width: 100%;
    height: 65vw;
  }
  .moyuan-container .section-footnote .section-content {
    width: 83.333333vw;
  }
  .moyuan-container .section-footnote .section-content li {
    font-size: 2.525vw;
    line-height: 1.4;
    opacity: 0.7;
  }
  .moyuan-container .section-footnote .section-content .footnote-last {
    margin-top: 4vw;
    list-style: none;
  }
}

@keyframes s2-animate {
  0% {
    transform: translateY(70%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=moyuan.css.map */