html.html-model-active {
  margin-right: var(--scrollbar-width);
}

html.html-model-active body {
  height: 100vh;
  overflow: hidden !important;
}

html.html-model-active #second-navigation-v4 .product-tabs__heading {
  margin-right: var(--scrollbar-width);
}

html[dir=rtl] .fancybox-close {
  right: auto !important;
}

#M-container {
  background: #FBFDFF;
  padding-bottom: 10.416667vw;
}
#M-container p,
#M-container span {
  line-height: 1.6;
}
#M-container.no-inline-video .inline-video {
  display: none;
}
#M-container.no-inline-video .slide-control {
  display: none;
}
#M-container .video-fallback {
  display: none;
}
#M-container.no-inline-video .video-fallback {
  display: block;
}
#M-container .inline-video video {
  mix-blend-mode: darken;
}
#M-container .showIe,
#M-container .wx-img {
  display: none;
}
#M-container .blur-up {
  filter: blur(5px);
  transition: filter 0.4s;
  -moz-transition: -webkit-filter 0.4s;
  -ms-transition: -webkit-filter 0.4s;
  -o-transition: -webkit-filter 0.4s;
}
#M-container .blur-up.lazyloaded {
  filter: blur(0);
}
#M-container * {
  box-sizing: border-box;
}
#M-container picture,
#M-container img,
#M-container video,
#M-container svg,
#M-container canvas {
  display: block;
  width: 100%;
}
#M-container sup {
  font-size: 0.6em;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#M-container .h2,
#M-container .h3,
#M-container .h4,
#M-container .h5,
#M-container .h6 {
  line-height: 1.25;
  color: #1b2533;
}
#M-container .h2 span,
#M-container .h3 span,
#M-container .h4 span,
#M-container .h5 span,
#M-container .h6 span {
  line-height: 1.25;
}
#M-container p {
  font-size: 1.145833vw;
  color: #8A9098;
}
#M-container p b {
  font-weight: 500;
}
#M-container .size-txt-bold {
  font-weight: bold;
}
#M-container .will-change .will-change-tf {
  will-change: transform;
}
#M-container .will-change .will-change-op {
  will-change: opacity;
}
#M-container .will-change .will-change-tf-op {
  will-change: transform, opacity;
}
#M-container .hid-pc {
  display: none;
}
#M-container .hid-pad {
  display: none;
}
#M-container .nowrap {
  white-space: nowrap;
}
#M-container .sticky-wrapper {
  position: relative;
}
#M-container .sticky-content {
  position: sticky;
  top: 0;
}
#M-container .no-sticky .sticky-wrapper {
  height: auto !important;
  min-height: auto !important;
}
#M-container .no-sticky .sticky-content {
  position: relative;
}
#M-container .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#M-container .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#M-container .no-object-fit .object-fit,
#M-container .no-object-fit .cover {
  height: auto;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  #M-container .gradient-text {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
#M-container .no-gradient-text .gradient-text {
  background-image: none !important;
  background-color: transparent !important;
}
#M-container .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  #M-container .backdrop-filter {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
  }
}
#M-container .size-txt-bg-s {
  background-image: -webkit-linear-gradient(left, #ffffff, #8b909d);
}
#M-container .radius-16 {
  border-radius: 0.833333vw;
  overflow: hidden;
}
#M-container section {
  position: relative;
  margin-bottom: 10.416667vw;
}
#M-container section .section-title .title-slogan {
  color: #9bc0db;
  font-weight: 500;
  font-size: 1.458333vw;
  margin-bottom: 0.520833vw;
}
#M-container section .section-title .h3 {
  font-size: 3.333333vw;
  font-weight: 500;
  color: #1b2533;
}
#M-container section .section-title .section-page {
  color: #8a9098;
  font-size: 1.145833vw;
}
#M-container section .section-title .section-page .black-page {
  color: #1b2533;
}
#M-container section .section-title-type1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#M-container section .section-title-type2 .title-content {
  margin-bottom: 1.666667vw;
}
#M-container section .section-mid-title {
  width: 50.666667vw;
  margin: 0 auto 3.333333vw;
  text-align: center;
}
#M-container section .slide-control {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
}
@media (any-hover: hover) {
  #M-container section .slide-control {
    transition: 0.3s opacity ease;
  }
  #M-container section .slide-control:hover {
    opacity: 0.8;
  }
}
#M-container section .common-nav-wrapper {
  height: 3.333333vw;
  margin: 0 auto;
  border-radius: 2.083333vw;
  overflow: hidden;
  background-color: #f8fcff;
}
#M-container section .common-nav-wrapper .list {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 0.416667vw;
  background: #F0F7FE;
}
#M-container section .common-nav-wrapper .list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.416667vw;
  left: 0.416667vw;
  height: 2.5vw;
  background-image: linear-gradient(to bottom, #c0e7fb 0%, #6ea6c4 100%);
  border-radius: 1.927083vw;
  overflow: hidden;
  transition: transform 0.8s ease;
}
#M-container section .common-nav-wrapper .list .nav-item {
  line-height: 2.5vw;
  position: relative;
  z-index: 2;
  font-size: 1.041667vw;
  color: #a0bed4;
  cursor: pointer;
  text-align: center;
  transition: color 0.8s ease;
}
#M-container section .common-nav-wrapper[data-active="0"] .list::after {
  transform: translate(0);
}
#M-container section .common-nav-wrapper[data-active="0"] .nav-item:nth-child(1) {
  color: white;
}
#M-container section .common-nav-wrapper[data-active="1"] .nav-item:nth-child(2) {
  color: white;
}
#M-container section .common-nav-wrapper[data-active="2"] .nav-item:nth-child(3) {
  color: white;
}
#M-container section .common-nav-wrapper[data-active="3"] .nav-item:nth-child(4) {
  color: white;
}
#M-container section .common-swiper-controller {
  width: 6.25vw;
  display: flex;
  margin: 2.5vw auto 0 77.5vw;
  justify-content: space-between;
}
#M-container section .common-swiper-controller .arrownav-item {
  width: 2.5vw;
  height: 2.5vw;
  outline: none;
  transition: 0.3s opacity ease;
  cursor: pointer;
}
#M-container section .common-swiper-controller .arrownav-item:hover {
  opacity: 0.6;
}
#M-container section .common-swiper-controller .arrownav-item svg {
  width: 100%;
  height: 100%;
}
#M-container section .common-swiper-controller .arrownav-item.arrownav-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
#M-container section .normal-border-content {
  position: relative;
}
#M-container section .normal-border-content .normal-border {
  width: 100%;
  position: relative;
  z-index: 5;
  transform: translateZ(1px);
  will-change: transform;
}
#M-container section .normal-border-content .border-inside {
  width: 63.41%;
  position: absolute;
  top: 1.341217%;
  left: 2.534359%;
  z-index: 2;
  border-radius: 0.833333vw;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(1px);
}
#M-container section .normal-border-content .border-inside .inline-video {
  border-radius: 1.302083vw;
  overflow: hidden;
}
@media (max-aspect-ratio: 11/10) {
  #M-container section {
    position: relative;
    margin-bottom: 27.777778vw;
  }
  #M-container section .normal-border-content .border-inside {
    border-radius: 2.222222vw;
  }
  #M-container section .normal-border-content .border-inside .inline-video {
    border-radius: 2.222222vw;
  }
  #M-container section .section-title .title-slogan {
    color: #9bc0db;
    font-weight: 500;
    font-size: 4.444444vw;
    margin-bottom: 2.222222vw;
  }
  #M-container section .section-title .h3 {
    font-size: 11.111111vw;
  }
  #M-container section .section-title .section-page {
    font-size: 4.444444vw;
  }
  #M-container section .section-title-type1 {
    display: block;
    width: 82.222222vw;
    margin: 0 auto;
  }
  #M-container section .section-title-type1 .title-content {
    margin-bottom: 5.555556vw;
  }
  #M-container section .section-title-type2 {
    width: 82.222222vw;
    margin: 0 auto;
  }
  #M-container section .section-title-type2 .title-content {
    margin-bottom: 5.555556vw;
  }
  #M-container section .section-mid-title {
    width: 82.222222vw;
    margin: 0 auto 8.888889vw;
    text-align: left;
  }
  #M-container section .slide-control {
    bottom: 3.333333vw;
    right: 3.333333vw;
    width: 11.111111vw;
    height: 11.111111vw;
    cursor: pointer;
  }
  #M-container section .scroll-nav-wrapper {
    position: relative;
    z-index: 3;
    border-radius: 6.666667vw;
    overflow: hidden;
  }
  #M-container section .scroll-nav-wrapper .list {
    border-radius: 6.666667vw;
    overflow: hidden;
  }
  #M-container section .scroll-nav-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 13.333333vw;
    height: 100%;
    z-index: 5;
    background-image: linear-gradient(to right, rgb(240, 247, 254) 0%, rgba(240, 247, 254, 0) 100%);
    pointer-events: none;
    opacity: 0;
    transition: 0.2s opacity ease;
  }
  #M-container section .scroll-nav-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13.333333vw;
    height: 100%;
    z-index: 5;
    background-image: linear-gradient(to right, rgba(240, 247, 254, 0) 0%, rgb(240, 247, 254) 100%);
    pointer-events: none;
    opacity: 0;
    transition: 0.2s opacity ease;
  }
  #M-container section .scroll-nav-wrapper[data-active="0"]::before {
    opacity: 0;
  }
  #M-container section .scroll-nav-wrapper[data-active="0"]::after {
    opacity: 1;
  }
  #M-container section .scroll-nav-wrapper[data-active="1"]::before {
    opacity: 1;
  }
  #M-container section .scroll-nav-wrapper[data-active="1"]::after {
    opacity: 1;
  }
  #M-container section .scroll-nav-wrapper[data-active="2"]::before {
    opacity: 1;
  }
  #M-container section .scroll-nav-wrapper[data-active="2"]::after {
    opacity: 0;
  }
  #M-container section .common-nav-wrapper {
    height: 13.333333vw;
    border-radius: 6.666667vw;
  }
  #M-container section .common-nav-wrapper .list {
    width: 100%;
    height: 100%;
    padding: 0 1.388889vw;
  }
  #M-container section .common-nav-wrapper .list::after {
    top: 1.388889vw;
    left: 1.388889vw;
    height: 10.555556vw;
    border-radius: 5.277778vw;
  }
  #M-container section .common-nav-wrapper .list .nav-item {
    line-height: 10.555556vw;
    position: relative;
    z-index: 2;
    font-size: 3.888889vw;
  }
  #M-container section .common-swiper-controller {
    width: 27.777778vw;
    margin: 11.111111vw auto 0 64.722222vw;
  }
  #M-container section .common-swiper-controller .arrownav-item {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #M-container section .common-swiper-controller .arrownav-item:hover {
    opacity: 1;
  }
}
#M-container .section-title-shine {
  margin-bottom: -1.166667vw;
  display: flex;
  align-items: baseline;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 32.0625vw;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/nova14-pro/images/icons/title-shine-bg.png);
  background-size: 100% 100%;
}
#M-container .section-title-shine svg {
  width: 37.5vw;
  height: auto;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-title-shine {
    height: 73.055556vw;
    background-image: unset;
    margin-bottom: 6vw;
  }
  #M-container .section-title-shine svg {
    width: 100%;
    height: auto;
  }
}
#M-container .section-title-shine-1 {
  margin-bottom: 0;
  background-image: linear-gradient(to bottom, #d7ecff 0%, #fbfdff);
  height: 29.395833vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-title-shine-1 {
    height: 73.055556vw;
  }
}
#M-container .section-footnote {
  width: 67.135417vw;
  margin: 3.125vw auto;
  line-height: 1.6;
  font-size: 0.625vw;
  font-size: max(0.625vw, 12px);
}
#M-container .section-footnote ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#M-container .section-footnote li {
  padding-top: 120px;
  margin-bottom: -120px;
  font-size: 0.625vw;
  font-size: max(0.625vw, 12px);
  color: #797979;
  line-height: 1.6;
}
#M-container .section-footnote li a {
  color: #2997ff;
  word-wrap: break-word;
}
#M-container .section-footnote li:last-child {
  padding-top: 120px;
  margin-bottom: 0;
}
#M-container .section-footnote .price {
  list-style-type: "* ";
}
#M-container .section-footnote .list-hidden {
  list-style-type: "**";
}
#M-container .section-footnote span {
  color: inherit;
}
#M-container .section-footnote .current {
  color: black;
}
#M-container .kv-content-price-container .huawei-product-buy-btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#M-container .kv-content-price-container .huawei-product-buy-btn-container .huawei-product-buy-btn-price {
  color: #000;
  font-size: 1.46vw;
  font-weight: 400;
  line-height: 1.25;
}
#M-container .kv-content-price-container .huawei-product-buy-btn-container .huawei-product-buy-btn-price a {
  cursor: pointer;
}
#M-container .kv-content-price-container .huawei-product-buy-btn-container .huawei-product-buy-btn-price span {
  font-size: 0.677083vw;
  font-weight: 500;
  color: 0;
}
#M-container .kv-content-price-container .huawei-product-buy-btn-container .huawei-product-buy-btn {
  color: white;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #000;
  background-color: #000;
  transition: 0.3s ease-out;
  margin-top: 24px;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
}
#M-container .kv-content-price-container .huawei-product-buy-btn-container .huawei-product-buy-btn:hover {
  opacity: 0.8;
}
#M-container .section-kv {
  width: 100%;
  background: white;
  margin-bottom: 0;
  padding-bottom: 1.041667vw;
}
#M-container .section-kv .kv-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0.7825vw auto 0;
  position: relative;
}
@media (min-aspect-ratio: 11/10) and (max-width: 1250px) {
  #M-container .section-kv .kv-title {
    height: 11vw;
  }
}
#M-container .section-kv .kv-title .kv-content-price-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#M-container .section-kv .kv-title .kv-slogan {
  text-align: center;
  margin-right: 9.375vw;
}
#M-container .section-kv .kv-title .kv-slogan .h3 {
  font-size: 3.802083vw;
  letter-spacing: 0.720833vw;
  white-space: nowrap;
  font-weight: 500;
  transform: translateX(0.16vw);
  color: #000000;
}
#M-container .section-kv .kv-title .kv-slogan p {
  color: #000000;
  font-size: 0.9375vw;
}
#M-container .section-kv .kv-title .kv-icons {
  width: 31.09375vw;
  margin-left: 9.375vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-kv {
    padding-bottom: 11.111111vw;
  }
  #M-container .section-kv .kv-title {
    width: 72.222222vw;
    flex-wrap: wrap;
    justify-content: center;
    margin: 11.111111vw auto 0;
    text-align: center;
  }
  #M-container .section-kv .kv-title .kv-icons {
    width: 100%;
    margin: 0 auto;
  }
  #M-container .section-kv .kv-title .kv-slogan {
    width: 59.722222vw;
    order: 2;
    margin: 4.166667vw auto 0;
  }
  #M-container .section-kv .kv-title .kv-slogan .h3 {
    font-size: 9.583333vw;
    margin: 0;
    letter-spacing: 1.920833vw;
    transform: translateX(-0.56vw);
    color: #000000;
  }
  #M-container .section-kv .kv-title .kv-slogan p {
    font-size: 2.361111vw;
  }
  #M-container .section-kv .kv-title .kv-content-price-container {
    order: 3;
    position: static;
    transform: translate(0, 0);
  }
}
#M-container .kv-bottom-des {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.625vw;
  line-height: 1.6;
  margin: 1.041667vw 4.583333vw 1.458333vw auto;
  color: #8A9098;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .kv-bottom-des {
    text-align: center;
    margin: 3.055556vw auto 0;
    font-size: 2.222222vw;
  }
}
#M-container .section-2 {
  overflow: hidden;
  padding-bottom: 6.770833vw;
  background-image: linear-gradient(to top, #d7ecff 0%, #fbfdff);
  margin-bottom: 0;
  z-index: 3;
  padding-top: 6.770833vw;
}
#M-container .section-2 .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#M-container .section-2 .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#M-container .section-2 .swiper {
  width: 67.5vw;
  overflow: visible;
}
#M-container .section-2 .swiper .slide-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#M-container .section-2 .swiper .slide-bg .inline-video {
  border-radius: 0.833333vw;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#M-container .section-2 .caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  color: #ffffff;
}
#M-container .section-2 .caption.black {
  color: #1b2533;
}
#M-container .section-2 .controls-container {
  display: flex;
  justify-content: center;
  margin-top: 2.083333vw;
}
#M-container .section-2 .controls-wrapper {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
  background: #f0f7fe;
}
#M-container .section-2 .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  transition: opacity 0.3s;
  outline: 0;
}
#M-container .section-2 .arrownav-item:hover {
  opacity: 0.6;
}
#M-container .section-2 .arrownav-disabled {
  cursor: default;
  opacity: 0.3 !important;
}
#M-container .section-2 .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}
#M-container .section-2 .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.520833vw;
  height: 0.520833vw;
  margin-right: 0.260417vw;
  margin-left: 0.260417vw;
  cursor: pointer;
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0.2;
  border-radius: 100%;
  outline: 0;
  background-color: #a0bed4;
}
#M-container .section-2 .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}
#M-container .section-2 .dotnav-item.current {
  cursor: default;
  opacity: 1;
}
#M-container .section-2 .autoplay-trigger {
  position: absolute;
  top: 80%;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-2 {
    padding-top: 22.222222vw;
    padding-bottom: 8.916667vw;
  }
  #M-container .section-2 .caption {
    width: 62.5vw;
    margin: 6.666667vw auto 8.055556vw;
    position: relative;
    color: black;
    text-align: center;
    font-size: 5.555556vw;
  }
  #M-container .section-2 .swiper {
    width: 83.333333vw;
  }
  #M-container .section-2 .swiper .slide-bg {
    border-radius: 2.222222vw;
  }
  #M-container .section-2 .swiper .slide-bg .inline-video {
    border-radius: 2.222222vw;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  #M-container .section-2 .controls-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }
  #M-container .section-2 .arrownav-item {
    width: 13.333333vw;
  }
  #M-container .section-2 .arrownav-item:hover {
    opacity: 1;
  }
  #M-container .section-2 .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }
  #M-container .section-2 .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #M-container .section-2 .dotnav-item::before {
    padding: 1.111111vw;
  }
}
#M-container .section-3 {
  position: relative;
  width: 100%;
}
#M-container .section-3 .section-bg {
  width: 100%;
  transform-origin: 50% 0%;
  transform: scale(0.8125);
}
#M-container .section-3 .txt-video-btn {
  position: absolute;
  width: 2.916667vw;
  height: 2.916667vw;
  right: 4.583333vw;
  top: 50vw;
  z-index: 2;
  background-color: rgba(83, 113, 136, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}
@media (any-hover: hover) {
  #M-container .section-3 .txt-video-btn {
    transition: 0.3s opacity ease;
  }
  #M-container .section-3 .txt-video-btn:hover {
    opacity: 0.8;
  }
}
#M-container .section-3 .txt-video-btn svg {
  width: 100%;
  height: 100%;
}
#M-container .section-3 .bottom-des {
  margin: 3.333333vw auto 0;
  text-align: center;
  width: 50vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-3 .txt-video-btn {
    width: 11.111111vw;
    height: 11.111111vw;
    right: 4.583333vw;
    top: 132.222222vw;
  }
  #M-container .section-3 .bottom-des {
    margin: 6.944444vw auto 0;
    width: 69.444444vw;
  }
}
#M-container .section-4 {
  width: 81.25vw;
  margin: 0 auto 4.166667vw;
}
#M-container .section-4 .nav-wrapper {
  position: sticky;
  width: 21.770833vw;
  z-index: 4;
  height: auto;
  bottom: 1.5625vw;
  pointer-events: none;
  margin: 0 auto;
}
@media (min-aspect-ratio: 11/10) and (max-width: 1250px) {
  #M-container .section-4 .nav-wrapper {
    bottom: 2.5vw;
  }
}
#M-container .section-4 .nav-wrapper p {
  opacity: 0;
  transition: 0.8s opacity ease;
  pointer-events: none;
}
#M-container .section-4 .nav-wrapper p:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  left: 0;
}
#M-container .section-4 .nav-wrapper.active .list {
  width: 100%;
}
#M-container .section-4 .nav-wrapper.active .nav-wrapper-text {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s opacity 0.5s;
}
#M-container .section-4 .nav-wrapper.active .dotnav-list {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s opacity 0.5s;
}
#M-container .section-4 .list {
  position: relative;
  width: 0;
  height: 3.333333vw;
  border-radius: 1.666667vw;
  pointer-events: all;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s background-color ease, 0.5s width ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 0 auto;
}
#M-container .section-4 .list .nav-wrapper-text {
  opacity: 0;
  position: relative;
  white-space: nowrap;
  margin-right: 2.5vw;
  transition: 0.2s opacity;
  pointer-events: none;
}
#M-container .section-4 .list .nav-wrapper-text p:nth-child(1) {
  position: relative;
}
#M-container .section-4 .list .nav-wrapper-text p {
  font-size: 1.5625vw;
  position: absolute;
  opacity: 0;
  color: black;
}
#M-container .section-4 .list .dotnav-list {
  width: 11.25vw;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.2s opacity;
  pointer-events: none;
}
#M-container .section-4 .list .dotnav-list li {
  width: 2.1875vw;
  height: 2.1875vw;
  position: relative;
  cursor: pointer;
  outline: none;
}
#M-container .section-4 .list .dotnav-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#M-container .section-4 .list .dotnav-list li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  top: 0;
  opacity: 0.7;
  opacity: 0;
  transition: 0.8s opacity ease;
}
#M-container .section-4 .list .dotnav-list li.current::after {
  opacity: 1;
}
#M-container .section-4 .list .dotnav-list li:nth-child(1)::before {
  background-image: linear-gradient(120deg, #e1eef6 0%, #a7d0e2 100%);
  border: 1.5px solid #C4DDEB;
}
#M-container .section-4 .list .dotnav-list li:nth-child(1)::after {
  background-image: radial-gradient(closest-side, rgba(255, 255, 255, 0) 0, rgba(243, 251, 254, 0.5) 75%, rgba(179, 213, 232, 0.55) 100%);
}
#M-container .section-4 .list .dotnav-list li:nth-child(2)::before {
  background-image: linear-gradient(120deg, #ffe4fb 0%, #d58bc9 100%);
  border: 1.5px solid #F1D8F2;
}
#M-container .section-4 .list .dotnav-list li:nth-child(2)::after {
  background-image: radial-gradient(closest-side, rgba(255, 255, 255, 0) 0, rgba(243, 251, 254, 0.5) 75%, rgba(245, 196, 238, 0.8) 100%);
}
#M-container .section-4 .list .dotnav-list li:nth-child(3)::before {
  background-image: linear-gradient(120deg, #ffffff 0%, #d0d1d5 100%);
  border: 1.5px solid #E7E8E9;
}
#M-container .section-4 .list .dotnav-list li:nth-child(3)::after {
  background-image: radial-gradient(closest-side, rgba(255, 255, 255, 0) 0, rgba(243, 251, 254, 0.5) 75%, rgba(213, 213, 213, 0.8) 100%);
}
#M-container .section-4 .list .dotnav-list li:nth-child(4)::before {
  background-image: linear-gradient(120deg, #717171 0%, #0d0d0d 100%);
  border: 1.5px solid #787878;
}
#M-container .section-4 .list .dotnav-list li:nth-child(4)::after {
  background-image: radial-gradient(closest-side, rgba(255, 255, 255, 0) 0, rgba(243, 251, 254, 0.5) 75%, rgba(81, 81, 81, 0.8) 100%);
}
#M-container .section-4 .s4-top-swiper {
  margin-bottom: 12.083333vw;
}
#M-container .section-4 .bottom-swiper-content {
  position: relative;
  margin-bottom: 3.333333vw;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper-content {
  transition: 0.8s opacity ease;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container {
  cursor: none;
  width: 100%;
  overflow: hidden;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="0"] .s4-thumb-bg .s4-thumb-bg-1 {
  opacity: 1;
  z-index: 2;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="0"] .s4-thumb-swiper .swiper-slide .slide-all-bg .slide-bg-1 {
  opacity: 1;
  z-index: 3;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="1"] .s4-thumb-bg .s4-thumb-bg-2 {
  opacity: 1;
  z-index: 2;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="1"] .s4-thumb-swiper .swiper-slide .slide-all-bg .slide-bg-2 {
  opacity: 1;
  z-index: 3;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="2"] .s4-thumb-bg .s4-thumb-bg-3 {
  opacity: 1;
  z-index: 2;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="2"] .s4-thumb-swiper .swiper-slide .slide-all-bg .slide-bg-3 {
  opacity: 1;
  z-index: 3;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="3"] .s4-thumb-bg .s4-thumb-bg-4 {
  opacity: 1;
  z-index: 2;
}
#M-container .section-4 .bottom-swiper-content .s4-all-thumb-container[data-active="3"] .s4-thumb-swiper .swiper-slide .slide-all-bg .slide-bg-4 {
  opacity: 1;
  z-index: 3;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-bg .thumb-image {
  opacity: 0;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-bg .s4-thumb-bg-2, #M-container .section-4 .bottom-swiper-content .s4-thumb-bg .s4-thumb-bg-3, #M-container .section-4 .bottom-swiper-content .s4-thumb-bg .s4-thumb-bg-4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.833333vw;
  overflow: hidden;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .swiper-slide {
  height: 40.625vw;
  overflow: hidden;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .swiper-slide .slide-all-bg {
  width: 100%;
  position: relative;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .swiper-slide .slide-bg-1 {
  width: 100%;
  position: relative;
  opacity: 0;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .swiper-slide .slide-bg-2,
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .swiper-slide .slide-bg-3,
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .swiper-slide .slide-bg-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .s4-thumb-slide-1 {
  width: 56.510417vw;
  padding-top: 8.125vw;
  padding-left: 24.739583vw;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .s4-thumb-slide-2 {
  width: 85.416667vw;
  padding-top: 17.708333vw;
  padding-left: 17.708333vw;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .s4-thumb-slide-3 {
  width: 41.458333vw;
  padding-top: 6.979167vw;
  padding-left: 17.708333vw;
}
#M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .s4-thumb-slide-4 {
  padding-top: 8.645833vw;
  width: 91.916667vw;
  padding-left: 17.708333vw;
  padding-right: 6.5vw;
}
#M-container .section-4 .bottom-swiper-content .click-icon {
  --x: 64.479167vw;
  --y: 7.135417vw;
  position: absolute;
  width: 3.75vw;
  height: 3.75vw;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  transform: translate(var(--x), var(--y));
}
#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  padding: 0 .729167vw;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  border: 2px solid;
  will-change: transform;
  z-index: 3;
  transform: translateZ(10px);
}
#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  top: 0;
}
#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon .nav-prev,
#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon .nav-next {
  position: relative;
  will-change: transform;
  z-index: 3;
  transform: translateZ(10px);
  transition: opacity 0.3s ease , transform 0.3s ease;
}

#M-container .section-4 .bottom-swiper-content .click-icon.touch .thumb-click-icon .nav-prev{
  transform: translate3d(-.260417vw, 0, 10px);
}
#M-container .section-4 .bottom-swiper-content .click-icon.touch .thumb-click-icon .nav-next {
  transform: translate3d(.260417vw, 0, 10px);
}

#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon .nav-prev.arrownav-disabled,
#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon .nav-next.arrownav-disabled {
  opacity: 0.3 !important;
}
#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon .nav-prev svg,
#M-container .section-4 .bottom-swiper-content .click-icon .thumb-click-icon .nav-next svg {
  width: .729167vw;
  height: 1.25vw;
}
#M-container .section-4[data-active="0"] .click-icon .thumb-click-icon {
  /* border-color: #8EB4C7; */
  border-color: rgba(142,180,199,0.4);
}
#M-container .section-4[data-active="0"] .click-icon .thumb-click-icon .click-icon-change {
  fill: #477C97;
}
#M-container .section-4[data-active="0"] .nav-wrapper .list {
  background-color: rgba(228, 241, 255, 0.8);
}
#M-container .section-4[data-active="0"] .nav-wrapper p:nth-child(1) {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-4[data-active="1"] .click-icon .thumb-click-icon {
  /* border-color: #E3CEDA; */
  border-color: rgba(227,206,218,0.4);
}
#M-container .section-4[data-active="1"] .click-icon .thumb-click-icon .click-icon-change {
  fill: #B589AB;
}
#M-container .section-4[data-active="1"] .nav-wrapper .list {
  background-color: rgba(249, 237, 247, 0.8);
}
#M-container .section-4[data-active="1"] .nav-wrapper p:nth-child(2) {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-4[data-active="2"] .click-icon .thumb-click-icon {
  /* border-color: #E6E6E6; */
   border-color: rgba(132,132,132,0.4);
}
#M-container .section-4[data-active="2"] .click-icon .thumb-click-icon .click-icon-change {
  fill: #818181;
}
#M-container .section-4[data-active="2"] .nav-wrapper .list {
  background-color: rgba(239, 239, 239, 0.8);
}
#M-container .section-4[data-active="2"] .nav-wrapper p:nth-child(3) {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-4[data-active="3"] .click-icon .thumb-click-icon {
  border-color: rgba(132,132,132,0.4);
}
#M-container .section-4[data-active="3"] .click-icon .thumb-click-icon .click-icon-change {
  fill: #000000;
}
#M-container .section-4[data-active="3"] .nav-wrapper .list {
  background-color: rgba(196, 196, 196, 0.8);
}
#M-container .section-4[data-active="3"] .nav-wrapper p:nth-child(4) {
  opacity: 1;
  pointer-events: all;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-4 {
    width: 100%;
    margin: 0 auto 13.888889vw;
  }
  #M-container .section-4 .nav-wrapper {
    width: 77.777778vw;
    height: auto;
    pointer-events: none;
    bottom: 5.555556vw;
  }
  #M-container .section-4 .list {
    height: 13.333333vw;
    border-radius: 6.666667vw;
    left: 0;
    position: relative;
    top: 0;
  }
  #M-container .section-4 .list .nav-wrapper-text {
    margin-right: 5.555556vw;
  }
  #M-container .section-4 .list .nav-wrapper-text p {
    font-size: 4.444444vw;
  }
  #M-container .section-4 .list .dotnav-list {
    width: 48.194444vw;
    display: flex;
    justify-content: space-between;
  }
  #M-container .section-4 .list .dotnav-list li {
    width: 10.277778vw;
    height: 10.277778vw;
    position: relative;
  }
  #M-container .section-4 .list .dotnav-list li::before {
    width: 7.777778vw;
    height: 7.777778vw;
  }
  #M-container .section-4 .s4-top-swiper {
    margin-bottom: 36.25vw;
    border-radius: 0;
  }
  #M-container .section-4 .s4-all-thumb-container {
    height: 116.666667vw;
  }
  #M-container .section-4 .bottom-swiper-content {
    width: 100%;
    margin-bottom: 8.888889vw;
  }
  #M-container .section-4 .bottom-swiper-content .s4-thumb-bg {
    display: none;
  }
  #M-container .section-4 .bottom-swiper-content .s4-thumb-swiper {
    width: 100%;
    overflow: hidden;
    padding-left: 8.333333vw;
    padding-right: 8.333333vw;
    border-radius: 0;
  }
  #M-container .section-4 .bottom-swiper-content .s4-thumb-swiper .swiper-slide {
    width: 82.222222vw !important;
    height: 116.666667vw;
    border-radius: 2.222222vw;
    overflow: hidden;
    padding: 0 !important;
  }
  #M-container .section-4 .bottom-swiper-content .click-icon {
    display: none;
  }
}
#M-container .section-5 {
  position: relative;
  width: 100%;
  --mt:10.416667vw;
  margin-bottom: var(--mt);
}
#M-container .section-5 .section-bg {
  width: 100%;
  transform-origin: 50% 0%;
  transform: scale(0.8125);
}
#M-container .section-5 .txt-video-btn {
  position: absolute;
  width: 2.916667vw;
  height: 2.916667vw;
  right: 4.583333vw;
  top: 50vw;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}
#M-container .section-5 .txt-video-btn svg {
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-5 {
    --mt:27.777778vw;
    margin-bottom: var(--mt);
  }
  #M-container .section-5 .txt-video-btn {
    width: 11.111111vw;
    height: 11.111111vw;
    right: 4.583333vw;
    top: 132.222222vw;
  }
}
#M-container .section-6 {
  width: 100%;
  position: relative;
  height: 200vh;
  --mt:10.416667vw;
  margin-bottom: var(--mt);
}
#M-container .section-6 .section-sticky {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
}
#M-container .section-6 .section-sticky .sticky-bg {
  width: 36.458333vw;
  height: 38.541667vw;
  position: absolute;
  left: 14.0625vw;
}
#M-container .section-6 .section-sticky .sticky-bg canvas {
  width: 100%;
  height: 100%;
}
#M-container .section-6 .section-sticky .title-flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
}
#M-container .section-6 .section-sticky .title-flex-content .gradient-text {
  background-image: linear-gradient(to bottom, #acd1e8 0%, #669bb5 60%, #669bb5 100%);
  font-size: 1.5625vw;
  margin-bottom: 0.833333vw;
}
#M-container .section-6 .section-sticky .title-flex-content1 {
  width: 35.15625vw;
  left: 49.791667vw;
  top: 50%;
  opacity: 0;
}
#M-container .section-6 .section-sticky .title-flex-content1 .title-content {
  margin-bottom: 2.291667vw;
}
#M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(1), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(3), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(5) {
  width: 47%;
}
#M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(2), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(4), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(6) {
  width: 43.857%;
}
#M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(5), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(6) {
  margin-bottom: 0;
}
#M-container .section-6 .section-sticky .title-flex-content1.active1 {
  transform: translateY(-50%);
  opacity: 1;
}
#M-container .section-6 .section-sticky .title-flex-content1.active1.active2 {
  transform: translateY(-100vh);
  opacity: 0;
}
#M-container .section-6 .section-sticky .title-flex-content2 {
  width: 18.229167vw;
  left: 55.729167vw;
  top: 50%;
  opacity: 0;
}
#M-container .section-6 .section-sticky .title-flex-content2 .title-content:nth-child(1) {
  margin-bottom: 3.125vw;
}
#M-container .section-6 .section-sticky .title-flex-content2.active2 {
  transform: translateY(-50%);
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-6 {
    height: 160vh;
    --maxh:7.638889vw;
    --mt:27.777778vw;
    margin-bottom: var(--mt);
  }
  #M-container .section-6 .section-sticky {
    align-items: unset;
  }
  #M-container .section-6 .section-sticky .sticky-bg {
    width: 85.555556vw;
    height: 73.611111vw;
    position: absolute;
    left: auto;
    right: -2px;
    bottom: 8.333333vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content .gradient-text {
    font-size: 4.444444vw;
    margin-bottom: 2.777778vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content p {
    font-size: 3.333333vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 {
    width: 84.166667vw;
    left: 50%;
    top: var(--maxh);
    transform: translate(-50%, 50%);
    opacity: 0;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content {
    margin-bottom: 5vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(4), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(5) {
    margin-bottom: 0;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(1) {
    order: 1;
    width: 55%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(2) {
    order: 2;
    width: 45%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(3) {
    order: 3;
    width: 55%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(4) {
    order: 5;
    width: 55%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(5) {
    order: 4;
    width: 45%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(6) {
    order: 6;
    width: 45%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(1), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(3), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(4) {
    width: 55%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  #M-container .section-6 .section-sticky .title-flex-content1.active2 {
    transform: translate(-50%, -50vh);
    opacity: 0;
  }
  #M-container .section-6 .section-sticky .title-flex-content2 {
    width: 84.027778vw;
    left: 50%;
    top: var(--maxh);
    transform: translate(-50%, 20vh);
    opacity: 0;
    display: flex;
    justify-content: space-between;
  }
  #M-container .section-6 .section-sticky .title-flex-content2 .title-content {
    width: 45%;
  }
  #M-container .section-6 .section-sticky .title-flex-content2 .title-content:nth-child(2) {
    margin-bottom: 0;
  }
  #M-container .section-6 .section-sticky .title-flex-content2.active1 {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
  #M-container .section-6 {
    height: 160vh;
    --maxh:7.638889vw;
    --mt:27.777778vw;
    margin-bottom: var(--mt);
  }
  #M-container .section-6 .hid-pad {
    display: block;
  }
  #M-container .section-6 .section-sticky {
    align-items: unset;
  }
  #M-container .section-6 .section-sticky .sticky-bg {
    width: 83.333333vw;
    height: 48.611111vw;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 8.333333vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content .gradient-text {
    font-size: 3.194444vw;
    margin-bottom: 1.111111vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content p {
    font-size: 1.666667vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 {
    width: 84.722222vw;
    left: 50%;
    top: var(--maxh);
    transform: translate(-50%, 50%);
    opacity: 0;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content {
    margin-bottom: 4.444444vw;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(3), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(4), #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(5) {
    margin-bottom: 0;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(1) {
    order: 1;
    width: 33%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(2) {
    order: 2;
    width: 33%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(3) {
    order: 4;
    width: 33%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(4) {
    order: 5;
    width: 33%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(5) {
    order: 3;
    width: 33%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 .title-content:nth-child(6) {
    order: 6;
    width: 33%;
  }
  #M-container .section-6 .section-sticky .title-flex-content1 {
    transform: translate(-50%, 0%);
    opacity: 1;
    justify-content: flex-start;
  }
  #M-container .section-6 .section-sticky .title-flex-content1.active2 {
    transform: translate(-50%, -50vh);
    opacity: 0;
  }
  #M-container .section-6 .section-sticky .title-flex-content2 {
    width: 54.166667vw;
    left: 50%;
    top: var(--maxh);
    transform: translate(-50%, 20vh);
    opacity: 0;
    display: flex;
    justify-content: space-between;
  }
  #M-container .section-6 .section-sticky .title-flex-content2 .title-content {
    width: 65%;
  }
  #M-container .section-6 .section-sticky .title-flex-content2 .title-content:nth-child(2) {
    margin-bottom: 0;
    width: 35%;
  }
  #M-container .section-6 .section-sticky .title-flex-content2.active1 {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
#M-container .section-7 {
  width: 67.5vw;
  margin: 0 auto 10.416667vw;
}
#M-container .section-7 .section-title .section-page {
  width: 33.75vw;
}
#M-container .section-7 .section-bg {
  margin-top: 3.333333vw;
  position: relative;
  overflow: hidden;
}
#M-container .section-7 .section-bg .top-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0, 0);
}
#M-container .section-7 .section-bg .top-shadow img {
  transform: translate(0, 0);
}
#M-container .section-7 .section-bg .move-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.895833vw;
  height: 37.447917vw;
  transform: translate(0, -50%);
  z-index: 5;
  opacity: 0;
}
#M-container .section-7 .section-bg .move-line svg {
  width: 4.895833vw;
  height: 37.447917vw;
}
#M-container .section-7 .section-bg.active .top-shadow {
  transform: translate(67.5vw, 0);
  will-change: transform;
  transition: 1s transform linear;
}
#M-container .section-7 .section-bg.active .top-shadow img {
  transform: translate(-67.5vw, 0);
  will-change: transform;
  transition: 1s transform linear;
}
#M-container .section-7 .section-bg.active .move-line {
  opacity: 1;
  transform: translate(67.5vw, -50%);
  will-change: transform;
  transition: 1s transform linear, 0.2s opacity linear;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-7 {
    width: 82.222222vw;
    margin: 0 auto 27.777778vw;
  }
  #M-container .section-7 .section-title {
    display: block;
  }
  #M-container .section-7 .section-title .section-page {
    width: 100%;
  }
  #M-container .section-7 .section-bg {
    margin-top: 8.888889vw;
  }
  #M-container .section-7 .section-bg .move-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15.895833vw;
    height: 124.447917vw;
    transform: translate(0, -50%);
    z-index: 5;
  }
  #M-container .section-7 .section-bg .move-line svg {
    width: 15.895833vw;
    height: 124.447917vw;
  }
  #M-container .section-7 .section-bg.active .top-shadow {
    transform: translate(82.222222vw, 0);
    transition: 1s transform linear;
  }
  #M-container .section-7 .section-bg.active .top-shadow img {
    transform: translate(-82.222222vw, 0);
    transition: 1s transform linear;
  }
  #M-container .section-7 .section-bg.active .move-line {
    transform: translate(82.222222vw, -50%);
    transition: 1s transform linear;
  }
}
#M-container .special-bg {
  position: relative;
}
#M-container .special-bg .s8-bg {
  position: absolute;
  width: 100%;
  top: 29.427083vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .special-bg .s8-bg {
    display: none;
  }
}
#M-container .section-8 {
  overflow: hidden;
  z-index: 2;
}
#M-container .section-8 .s8-swiper {
  width: 44.791667vw;
  margin: 0 auto;
  overflow: visible;
}
#M-container .section-8 .s8-swiper .swiper-slide {
  width: 44.791667vw;
  height: 30.208333vw;
  display: flex;
  align-items: end;
}
#M-container .section-8 .s8-swiper .slide-bg {
  width: 44.791667vw;
  height: 30.208333vw;
  border-radius: 0.833333vw;
  overflow: hidden;
  will-change: transform, width, height;
  position: relative;
}
#M-container .section-8 .s8-swiper .slide-bg picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
#M-container .section-8 .s8-swiper .slide-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
}
#M-container .section-8 .s8-swiper .slide-bg .top-icon {
  position: absolute;
  top: 1.25vw;
  left: 1.25vw;
  width: 4.479167vw;
  height: 2.5vw;
  border-radius: 1.666667vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform-origin: 0% 0%;
}
#M-container .section-8 .s8-swiper .slide-bg .top-icon p {
  font-size: 1.145833vw;
  color: white;
}
#M-container .section-8 .s8-swiper-pagination {
  position: static;
  width: 2.916667vw;
  margin: 0.625vw auto 0;
  transform: translate(0, 0);
  display: flex;
  justify-content: space-between;
}
#M-container .section-8 .s8-swiper-pagination .swiper-pagination-bullet {
  width: 0.416667vw;
  height: 0.416667vw;
  background-color: #A0BED4;
  opacity: 0.4;
  outline: none;
  transition: 0.6s opacity ease;
  margin: 0;
}
#M-container .section-8 .s8-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#M-container .section-8 .section-change-page {
  width: 41.666667vw;
  margin: 1.458333vw auto 0;
  text-align: center;
  position: relative;
}
#M-container .section-8 .section-change-page p {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
#M-container .section-8 .section-change-page p:not(:nth-child(1)) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#M-container .section-8 .section-change-page[data-active="0"] p:nth-child(1) {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-8 .section-change-page[data-active="1"] p:nth-child(2) {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-8 .section-change-page[data-active="2"] p:nth-child(3) {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-8 .section-change-page[data-active="3"] p:nth-child(4) {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-8 .common-swiper-controller {
  margin: 2.5vw auto 0;
}
#M-container .section-8 .arrownav-prev.no-move,
#M-container .section-8 .arrownav-next.no-move {
  opacity: 0.3 !important;
  pointer-events: none !important;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-8 .s8-swiper {
    width: 82.222222vw;
    overflow: hidden;
  }
  #M-container .section-8 .s8-swiper .swiper-slide {
    width: 100%;
    height: auto;
    border-radius: 2.222222vw;
    overflow: hidden;
  }
  #M-container .section-8 .s8-swiper .slide-bg {
    width: 100%;
    height: auto;
    border-radius: 0;
    transform-origin: 50% 50%;
    transition: 0.8s transform ease;
  }
  #M-container .section-8 .s8-swiper .slide-bg picture {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  #M-container .section-8 .s8-swiper .slide-bg img {
    width: 100%;
    height: auto;
  }
  #M-container .section-8 .common-nav-wrapper {
    width: 66.111111vw;
    margin-top: 6.944444vw;
  }
  #M-container .section-8 .common-nav-wrapper .list::after {
    width: 15.833333vw;
  }
  #M-container .section-8 .common-nav-wrapper .list .nav-item {
    width: 15.833333vw;
  }
  #M-container .section-8 .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(15.833333vw);
  }
  #M-container .section-8 .common-nav-wrapper[data-active="2"] .list::after {
    transform: translate(31.666667vw);
  }
  #M-container .section-8 .common-nav-wrapper[data-active="3"] .list::after {
    transform: translate(47.5vw);
  }
  #M-container .section-8 .section-change-page {
    width: 82.222222vw;
    margin: 6.666667vw auto 0;
    text-align: center;
  }
}
#M-container .section-9 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8.333333vw;
  z-index: 2;
}
#M-container .section-9 .s9-container {
  width: 100vw;
}
#M-container .section-9 .section-title {
  margin-left: 16.25vw;
  margin-bottom: 3.333333vw;
}
#M-container .section-9 .s9-swiper {
  width: 67.5vw;
  margin: 0 auto;
  overflow: visible;
}
#M-container .section-9 .s9-swiper .swiper-slide .slide-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
}
#M-container .section-9 .s9-swiper .swiper-slide .top-icon {
  position: absolute;
  top: 1.25vw;
  left: 1.25vw;
  width: 4.479167vw;
  height: 2.5vw;
  border-radius: 1.666667vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#M-container .section-9 .s9-swiper .swiper-slide .top-icon p {
  font-size: 1.145833vw;
  color: white;
}
#M-container .section-9 .s9-swiper .swiper-slide .slide-bottom-page {
  margin-top: 2.083333vw;
  font-size: 1.041667vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-9 {
    margin-bottom: 22.222222vw;
  }
  #M-container .section-9 .s9-container {
    width: 100%;
  }
  #M-container .section-9 .section-title {
    margin-left: auto;
    margin-bottom: 8.888889vw;
  }
  #M-container .section-9 .s9-swiper {
    width: 82.222222vw;
    margin: 0 auto;
    overflow: hidden;
  }
  #M-container .section-9 .s9-swiper .swiper-slide {
    border-radius: 2.222222vw;
    overflow: hidden;
  }
  #M-container .section-9 .s9-swiper .swiper-slide .slide-bg {
    border-radius: 2.222222vw;
    overflow: hidden;
    transform-origin: 50% 50%;
    transition: 0.8s transform ease;
  }
  #M-container .section-9 .s9-swiper .swiper-slide .top-icon {
    display: none;
  }
  #M-container .section-9 .s9-swiper .swiper-slide .slide-bottom-page {
    display: none;
  }
  #M-container .section-9 .common-nav-wrapper {
    width: 50.277778vw;
    margin-top: 6.666667vw;
  }
  #M-container .section-9 .common-nav-wrapper .list::after {
    width: 15.833333vw;
  }
  #M-container .section-9 .common-nav-wrapper .list .nav-item {
    width: 15.833333vw;
  }
  #M-container .section-9 .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(15.833333vw);
  }
  #M-container .section-9 .common-nav-wrapper[data-active="2"] .list::after {
    transform: translate(31.666667vw);
  }
  #M-container .section-9 .section-change-page {
    width: 82.222222vw;
    margin: 6.666667vw auto 0;
    text-align: center;
    position: relative;
  }
  #M-container .section-9 .section-change-page p {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
  }
  #M-container .section-9 .section-change-page p:not(:nth-child(1)) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  #M-container .section-9 .section-change-page[data-active="0"] p:nth-child(1) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-9 .section-change-page[data-active="1"] p:nth-child(2) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-9 .section-change-page[data-active="2"] p:nth-child(3) {
    opacity: 1;
    pointer-events: all;
  }
}
#M-container .section-10 {
  width: 100%;
  position: relative;
  height: 390vh;
  margin-bottom: 0;
}
#M-container .section-10 .section-sticky {
  width: 100%;
  height: 100vh;
  top: 0;
  position: sticky;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
#M-container .section-10 .sticky-concent {
  position: relative;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
}
#M-container .section-10 .sticky-concent .conteng-change-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#M-container .section-10 .sticky-concent .conteng-change-title .mob-sticky {
  width: 100%;
  height: 100%;
}
#M-container .section-10 .sticky-concent .conteng-change-title .change-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-3%) scale(30);
  transform-origin: 50% 53%;
  opacity: 0;
}
#M-container .section-10 .sticky-concent .conteng-change-title .change-title .text-change {
  font-size: 5.208333vw;
}
#M-container .section-10 .sticky-concent .conteng-change-title .change-title-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
  position: relative;
  will-change: transform;
}
#M-container .section-10 .sticky-concent .conteng-change-title .change-title-bg picture {
  height: 100%;
}
#M-container .section-10 .sticky-concent .conteng-change-title .change-title-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#M-container .section-10 .sticky-concent .sticky-move-content {
  width: 100vw;
  overflow: hidden;
  height: auto;
  --startY:0;
  transform: translateY(var(--startY));
  opacity: 0;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-auto-content {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content {
  display: inline-block;
  white-space: nowrap;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
  height: 32.8125vw;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-1 {
  width: 67.5vw;
  margin-left: 16.25vw;
  display: inline-block;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-1 .move-content-bg {
  transform-origin: 100% 50%;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-2 {
  width: 67.5vw;
  margin-left: 3.333333vw;
  display: inline-block;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-2 .move-content-bg {
  transform-origin: 0% 50%;
  opacity: 0.5;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-2 .bottom-page {
  opacity: 0;
}
#M-container .section-10 .sticky-concent .sticky-move-content .s10-swiper1 .bottom-page {
  width: 46.875vw;
  font-size: 1.041667vw;
  margin: 2.5vw auto 0;
  color: #7e878e;
  text-align: center;
}
#M-container .section-10 .sticky-concent .sticky-move-content .s10-swiper1 .bottom-page span {
  color: white;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 {
  width: 90.625vw;
  margin-left: 3.333333vw;
  padding-right: 9.375vw;
  overflow: hidden;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 {
  width: 81.25vw;
  opacity: 0.5;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide {
  width: 26.25vw;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide .slide-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
  height: 33.125vw;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide .top-icon {
  position: absolute;
  top: 1.25vw;
  left: 1.25vw;
  width: 4.479167vw;
  height: 2.5vw;
  border-radius: 1.666667vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide .top-icon p {
  font-size: 1.145833vw;
  color: white;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide:not(:nth-last-child(1)) {
  margin-right: 1.25vw;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .section-change-page {
  width: 46.875vw;
  margin: 2.5vw auto 0;
  text-align: center;
  position: relative;
  opacity: 0;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .section-change-page p {
  font-size: 1.041667vw;
  color: #7e878e;
}
#M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .section-change-page p span {
  color: white;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-10 {
    height: auto;
    margin-bottom: 0;
  }
  #M-container .section-10 .section-sticky {
    height: auto;
    position: relative;
    background: rgb(0, 0, 0);
    overflow: unset;
  }
  #M-container .section-10 .sticky-concent {
    position: relative;
    width: 100vw;
    height: auto;
    display: block;
  }
  #M-container .section-10 .sticky-concent .conteng-change-title {
    position: relative;
    width: 100%;
    height: 140vh;
    overflow: visible;
    display: block;
  }
  #M-container .section-10 .sticky-concent .conteng-change-title .mob-sticky {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  #M-container .section-10 .sticky-concent .conteng-change-title .change-title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: scale(15);
    transform-origin: 50% 50%;
    opacity: 0;
  }
  #M-container .section-10 .sticky-concent .conteng-change-title .change-title .text-change {
    font-size: 11.111111vw;
  }
  #M-container .section-10 .sticky-concent .conteng-change-title .change-title-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background: white;
  }
  #M-container .section-10 .sticky-concent .conteng-change-title .change-title-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content {
    width: 100vw;
    overflow: hidden;
    height: auto;
    transform: translateY(0);
    margin-top: calc(-50vh + 41.666667vw);
    position: relative;
    z-index: 3;
    opacity: 0;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-auto-content {
    width: 100%;
    height: auto;
    display: block;
    flex-wrap: nowrap;
    align-items: center;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content {
    display: block;
    white-space: normal;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .s10-swiper1 {
    width: 82.222222vw;
    margin: 0 auto;
    overflow: visible;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .s10-swiper1 .bottom-page {
    opacity: 0;
    transition: 0.8s opacity ease;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .s10-swiper1 .swiper-slide-active .bottom-page {
    opacity: 1;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-bg {
    border-radius: 2.222222vw;
    overflow: hidden;
    height: 111.111111vw;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-1 {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-1 .move-content-bg {
    transform-origin: 100% 50%;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-2 {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-2 .move-content-bg {
    transform-origin: 50% 50%;
    transform: scale(1);
    opacity: 1;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-2 .bottom-page {
    opacity: 0;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .s10-swiper1 .bottom-page {
    width: 75vw;
    font-size: 3.888889vw;
    margin: 5.555556vw auto 0 0;
    color: #7e878e;
    text-align: left;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .s10-swiper1 .bottom-page span {
    color: white;
    display: block;
    line-height: 1.25;
    font-size: 5.555556vw;
    margin-bottom: 2.777778vw;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 {
    width: 82.222222vw;
    margin: 27.777778vw auto 0;
    padding-right: 0;
    overflow: hidden;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 {
    width: 100%;
    opacity: 1;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide {
    width: 100%;
    border-radius: 2.222222vw;
    overflow: hidden;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide .slide-bg {
    border-radius: 0;
    transform-origin: 50% 50%;
    transition: 0.8s transform ease;
    height: 111.111111vw;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide .top-icon {
    display: none;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .s10-swiper2 .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 0;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .common-nav-wrapper {
    background-color: unset;
    width: 50.277778vw;
    margin-top: 6.666667vw;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .common-nav-wrapper .list {
    background-color: #202D40;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .common-nav-wrapper .list::after {
    width: 15.833333vw;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .common-nav-wrapper .list .nav-item {
    width: 15.833333vw;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(15.833333vw);
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .common-nav-wrapper[data-active="2"] .list::after {
    transform: translate(31.666667vw);
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .section-change-page {
    width: 82.222222vw;
    margin: 6.666667vw auto 0;
    text-align: left;
    position: relative;
    opacity: 1;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .section-change-page .h6 {
    color: #fff;
    font-size: 5.555556vw;
    margin-bottom: 2.222222vw;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .section-change-page p {
    font-size: 4.444444vw;
    color: #8A9098;
    opacity: 1;
    pointer-events: none;
  }
  #M-container .section-10 .sticky-concent .sticky-move-content .move-content-3 .section-change-page p span {
    color: white;
  }
}
#M-container .section-11 {
  padding-top: 8.333333vw;
  background: rgb(0, 0, 0);
}
#M-container .section-11 .section-main {
  width: 100%;
  display: flex;
  align-items: center;
}
#M-container .section-11 .section-title {
  width: 22.5vw;
  margin: 0 6.458333vw 0 16.25vw;
}
#M-container .section-11 .common-nav-wrapper {
  width: 10.416667vw;
  margin-top: 2.083333vw;
  margin-left: 60.3125vw;
}
#M-container .section-11 .common-nav-wrapper .list::after {
  width: 4.583333vw;
}
#M-container .section-11 .common-nav-wrapper .list .nav-item {
  width: 4.583333vw;
}
#M-container .section-11 .common-nav-wrapper[data-active="1"] .list::after {
  transform: translate(5vw);
}
#M-container .section-11 .section-change-bg {
  width: 38.541667vw;
  position: relative;
  padding-left: 2.083333vw;
}
#M-container .section-11 .section-change-bg .change-bg-content .change-img:not(:nth-child(3)) {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#M-container .section-11 .section-change-bg .change-bg-content .change-img {
  opacity: 0;
  border-radius: 0.833333vw;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#M-container .section-11 .section-change-bg .change-bg-content .change-img:nth-child(1) {
  width: 32.291667vw;
  z-index: 1;
  top: 2.083333vw;
  left: 0;
  opacity: 1;
}
#M-container .section-11 .section-change-bg .change-bg-content .change-img:nth-child(2) {
  width: 34.375vw;
  top: 1.041667vw;
  left: 1.041667vw;
  z-index: 2;
}
#M-container .section-11 .section-change-bg .change-bg-content .change-img:nth-child(3) {
  width: 100%;
  position: relative;
  z-index: 3;
}
#M-container .section-11 .section-change-bg .change-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  padding-left: 2.083333vw;
}
#M-container .section-11 .section-change-bg.active[data-active="0"] .change-bg-1 .change-img:nth-child(1) {
  animation: 0.8s img1shine 1 ease forwards;
}
#M-container .section-11 .section-change-bg.active[data-active="0"] .change-bg-1 .change-img:nth-child(2) {
  animation: 0.8s img2shine 1 ease 0.4s forwards;
}
#M-container .section-11 .section-change-bg.active[data-active="0"] .change-bg-1 .change-img:nth-child(3) {
  opacity: 1;
  transition: 0.4s opacity ease 0.8s;
}
#M-container .section-11 .section-change-bg.active[data-active="1"] .change-bg-1 {
  opacity: 0;
}
#M-container .section-11 .section-change-bg.active[data-active="1"] .change-bg-2 {
  opacity: 1;
}
#M-container .section-11 .section-change-bg.active[data-active="1"] .change-bg-2 .change-img:nth-child(1) {
  animation: 0.8s img1shine 1 ease forwards;
}
#M-container .section-11 .section-change-bg.active[data-active="1"] .change-bg-2 .change-img:nth-child(2) {
  animation: 0.8s img2shine 1 ease 0.4s forwards;
}
#M-container .section-11 .section-change-bg.active[data-active="1"] .change-bg-2 .change-img:nth-child(3) {
  opacity: 1;
  transition: 0.4s opacity ease 0.8s;
}
@keyframes img1shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes img2shine {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-11 {
    padding-top: 27.777778vw;
    background: rgb(0, 0, 0);
  }
  #M-container .section-11 .section-main {
    width: 100%;
    display: block;
  }
  #M-container .section-11 .section-title {
    width: 82.222222vw;
    margin: 0 auto 8.888889vw;
  }
  #M-container .section-11 .section-title .h3 {
    color: white;
  }
  #M-container .section-11 .section-title .section-page .black-page {
    color: white;
  }
  #M-container .section-11 .common-nav-wrapper {
    width: 35vw;
    margin: 6.666667vw auto 0;
  }
  #M-container .section-11 .common-nav-wrapper .list::after {
    width: 16.111111vw;
  }
  #M-container .section-11 .common-nav-wrapper .list .nav-item {
    width: 16.111111vw;
  }
  #M-container .section-11 .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(16.111111vw);
  }
  #M-container .section-11 .section-change-bg {
    width: 87.222222vw;
    padding-left: 5vw;
    margin-left: 3.888889vw;
  }
  #M-container .section-11 .section-change-bg .change-bg-content .change-img {
    border-radius: 2.222222vw;
  }
  #M-container .section-11 .section-change-bg .change-bg-content .change-img:nth-child(1) {
    width: 72.222222vw;
    top: 5vw;
  }
  #M-container .section-11 .section-change-bg .change-bg-content .change-img:nth-child(2) {
    width: 77.222222vw;
    top: 2.5vw;
    left: 2.5vw;
  }
  #M-container .section-11 .section-change-bg .change-bg-2 {
    padding-left: 5vw;
  }
}
#M-container .section-12 {
  width: 100%;
  overflow: hidden;
}
#M-container .section-12 .s12-swiper {
  width: 100vw;
}
#M-container .section-12 .section-change-bg {
  width: 100vw;
  transform-origin: 50% 0%;
}
#M-container .section-12 .scroll-nav-wrapper {
  width: 30.572917vw;
  margin: 2.083333vw auto 0;
}
#M-container .section-12 .common-nav-wrapper {
  width: 100%;
  opacity: 0;
}
#M-container .section-12 .common-nav-wrapper .list::after {
  width: 6.666667vw;
  transition: transform 0.8s ease, width 0.8s ease;
}
#M-container .section-12 .common-nav-wrapper .list .nav-item {
  width: 6.666667vw;
}
#M-container .section-12 .common-nav-wrapper .list .nav-item:nth-child(1) {
  width: 9.739583vw;
}
#M-container .section-12 .common-nav-wrapper[data-active="0"] .list::after {
  width: 9.739583vw;
  transform: translate(0);
}
#M-container .section-12 .common-nav-wrapper[data-active="1"] .list::after {
  transform: translate(9.739583vw);
}
#M-container .section-12 .common-nav-wrapper[data-active="2"] .list::after {
  transform: translate(16.40625vw);
}
#M-container .section-12 .common-nav-wrapper[data-active="3"] .list::after {
  transform: translate(23.072917vw);
}
#M-container .section-12.active .section-change-bg {
  transform: translate(0, 0) scale(1) !important;
  transition: 0.8s transform ease;
}
#M-container .section-12.active .common-nav-wrapper {
  opacity: 1;
  transition: 0.3s opacity 0.8s ease;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-12 {
    width: 100%;
    overflow: unset;
  }
  #M-container .section-12 .s12-swiper {
    width: 91.111111vw;
    margin: 0 auto;
    overflow: hidden;
  }
  #M-container .section-12 .section-change-bg {
    width: 100%;
    transform-origin: 50% 50%;
  }
  #M-container .section-12 .scroll-nav-wrapper {
    width: 83.333333vw;
    margin-top: 7.5vw;
    margin-bottom: 5vw;
    position: sticky;
    bottom: 8.333333vw;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #M-container .section-12.show-nav .scroll-nav-wrapper {
    opacity: 1;
  }
  #M-container .section-12 .common-nav-wrapper {
    z-index: 3;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 1;
  }
  #M-container .section-12 .common-nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  #M-container .section-12 .common-nav-wrapper .list {
    width: -moz-fit-content;
    width: fit-content;
    will-change: transform;
  }
  #M-container .section-12 .common-nav-wrapper .list::after {
    width: 27.777778vw;
    transition: transform 0.8s ease, width 0.8s ease;
  }
  #M-container .section-12 .common-nav-wrapper .list .nav-item {
    width: 27.777778vw;
  }
  #M-container .section-12 .common-nav-wrapper .list .nav-item:nth-child(1) {
    width: 33.333333vw;
  }
  #M-container .section-12 .common-nav-wrapper[data-active="0"] .list::after {
    width: 33.333333vw;
    transform: translate(0);
  }
  #M-container .section-12 .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(33.333333vw);
  }
  #M-container .section-12 .common-nav-wrapper[data-active="2"] .list::after {
    transform: translate(61.111111vw);
  }
  #M-container .section-12 .common-nav-wrapper[data-active="3"] .list::after {
    transform: translate(88.888889vw);
  }
}
#M-container .section-13 {
  display: flex;
  z-index: 2;
  margin-bottom: -1vw;
}
#M-container .section-13 .section-left {
  width: 26.041667vw;
  margin: 8.333333vw 8.802083vw 0 23.125vw;
  order: 1;
}
#M-container .section-13 .left-controller {
  padding-left: 2.083333vw;
  position: relative;
  margin-top: 6.25vw;
}
#M-container .section-13 .left-controller .left-controller-line {
  position: absolute;
  width: 0.208333vw;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.104167vw;
  overflow: hidden;
  background: #e1ebf5;
}
#M-container .section-13 .left-controller .left-controller-line .controller-bar {
  width: 100%;
  height: 5.208333vw;
  background: linear-gradient(to right, #c0e7fb 0%, #6ea6c4 100%);
  border-radius: 0.104167vw;
  overflow: hidden;
  transition: 0.5s transform ease;
}
#M-container .section-13 .left-controller .left-controller-page {
  margin-bottom: 2.083333vw;
}
#M-container .section-13 .left-controller .left-controller-page .click-page {
  font-size: 1.666667vw;
  padding-bottom: 0.833333vw;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
#M-container .section-13 .left-controller .left-controller-page .bottom-page {
  transition: 0.5s height ease, 0.3s opacity ease;
  will-change: height;
}
#M-container .section-13 .left-controller .left-controller-page .last-bottom-page {
  padding-bottom: 0;
}
#M-container .section-13 .left-controller .left-controller-page:nth-last-child(1) {
  margin-bottom: 0;
}
#M-container .section-13 .section-right {
  width: 28.125vw;
  order: 2;
  overflow: hidden;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-13 {
    display: block;
    margin-bottom: 11.777778vw;
    overflow: hidden;
  }
  #M-container .section-13 .section-title-type2 {
    margin: 0 auto 8.888889vw;
  }
  #M-container .section-13 .section-left {
    width: 82.222222vw;
    margin: 0 auto;
  }
  #M-container .section-13 .left-controller {
    padding-left: 0;
    position: relative;
    margin-top: 0;
  }
  #M-container .section-13 .left-controller .left-controller-content {
    position: relative;
  }
  #M-container .section-13 .left-controller .common-nav-wrapper {
    width: 60vw;
    margin-top: -19.444444vw;
    z-index: 3;
    position: relative;
    margin-bottom: 6.666667vw;
  }
  #M-container .section-13 .left-controller .common-nav-wrapper .list::after {
    width: 28.611111vw;
  }
  #M-container .section-13 .left-controller .common-nav-wrapper .list .nav-item {
    width: 28.611111vw;
  }
  #M-container .section-13 .left-controller .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(28.611111vw);
  }
  #M-container .section-13 .left-controller .left-controller-page {
    margin-bottom: 0;
  }
  #M-container .section-13 .left-controller .left-controller-page .bottom-page {
    padding-bottom: 0;
    transition: 0.5s opacity ease;
    text-align: center;
  }
  #M-container .section-13 .left-controller .left-controller-page:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  #M-container .section-13 .left-controller[data-active="0"] .left-controller-page:nth-child(1) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-13 .left-controller[data-active="0"] .left-controller-page:nth-child(2) {
    opacity: 0;
    pointer-events: none;
  }
  #M-container .section-13 .left-controller[data-active="1"] .left-controller-page:nth-child(1) {
    opacity: 0;
    pointer-events: none;
  }
  #M-container .section-13 .left-controller[data-active="1"] .left-controller-page:nth-child(2) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-13 .section-right {
    width: 96.944444vw;
    margin: 0;
    margin-left: 16.666667vw;
  }
}
#M-container .section-14 {
  width: 100%;
  position: relative;
}
#M-container .section-14 .section-top {
  position: relative;
  width: 67.5vw;
  margin: 0 auto;
}
#M-container .section-14 .section-top .section-title {
  width: 31.770833vw;
  position: absolute;
  top: 2.916667vw;
  left: 3.333333vw;
  z-index: 2;
}
#M-container .section-14 .section-top .section-title .h3 {
  color: white;
}
#M-container .section-14 .section-top .section-title .section-page {
  width: 25vw;
  color: #ffffff;
  opacity: 0.6;
}
#M-container .section-14 .section-bottom {
  width: 67.5vw;
  display: flex;
  margin: 3.333333vw auto 0;
  justify-content: space-between;
}
#M-container .section-14 .section-bottom .section-bottom-content {
  width: 21.666667vw;
  border-radius: 0.833333vw;
  overflow: hidden;
  background: #f0f7fe;
  padding: 2.083333vw;
}
#M-container .section-14 .section-bottom .section-bottom-content img {
  width: 3.333333vw;
  height: 3.333333vw;
}
#M-container .section-14 .section-bottom .section-bottom-content .h6 {
  font-size: 1.25vw;
  margin: 1.25vw 0 0.833333vw;
}
#M-container .section-14 .section-bottom .section-bottom-content p {
  font-size: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-14 .section-top {
    position: relative;
    width: 82.222222vw;
    margin: 0 auto;
  }
  #M-container .section-14 .section-top .section-title {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 8.888889vw;
  }
  #M-container .section-14 .section-top .section-title .h3 {
    color: #1B2533;
  }
  #M-container .section-14 .section-top .section-title .section-page {
    width: 100%;
    color: #8A9098;
    opacity: 1;
  }
  #M-container .section-14 .section-bottom {
    width: 82.222222vw;
    display: flex;
    margin: 8.888889vw auto 0;
    flex-wrap: wrap;
  }
  #M-container .section-14 .section-bottom .section-bottom-content:not(:nth-last-child(1)) {
    margin-bottom: 8.888889vw;
  }
  #M-container .section-14 .section-bottom .section-bottom-content {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: unset;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #M-container .section-14 .section-bottom .section-bottom-content img {
    width: 13.888889vw;
    height: 13.888889vw;
    margin-right: 5.555556vw;
  }
  #M-container .section-14 .section-bottom .section-bottom-content .h6 {
    font-size: 4.444444vw;
    margin: 0 0 2.222222vw;
  }
  #M-container .section-14 .section-bottom .section-bottom-content p {
    font-size: 3.333333vw;
  }
}
#M-container .section-15 {
  margin-bottom: 3.645833vw;
}
#M-container .section-15 .section-main {
  width: 70.3125vw;
  margin: 0 auto;
  position: relative;
}
#M-container .section-15 .section-main .section-mid-page {
  width: 58.75vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.1875vw;
  display: flex;
  justify-content: center;
  text-align: center;
}
#M-container .section-15 .section-main .section-mid-page .section-mid-page-content .gradient-text {
  background-image: linear-gradient(to bottom, #acd1e8 0%, #669bb5 60%, #669bb5 100%);
  font-size: 2.5vw;
  white-space: nowrap;
  text-align: center;
}
#M-container .section-15 .section-main .section-mid-page .section-mid-page-content p {
  white-space: nowrap;
  margin-top: 0.520833vw;
}
#M-container .section-15 .section-main .section-mid-page .section-mid-page-content:not(:nth-last-child(1)) {
  margin-right: 3.75vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-15 {
    margin-bottom: 27.777778vw;
  }
  #M-container .section-15 .section-main {
    width: 96.527778vw;
    margin: 0 auto;
    position: relative;
  }
  #M-container .section-15 .section-main .section-mid-page {
    width: 79.722222vw;
    margin: 0 auto;
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin-top: -12.5vw;
    z-index: 3;
  }
  #M-container .section-15 .section-main .section-mid-page .section-mid-page-content {
    width: 50%;
  }
  #M-container .section-15 .section-main .section-mid-page .section-mid-page-content .gradient-text {
    font-size: 6.666667vw;
    white-space: nowrap;
  }
  #M-container .section-15 .section-main .section-mid-page .section-mid-page-content p {
    font-size: 3.333333vw;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.520833vw;
  }
  #M-container .section-15 .section-main .section-mid-page .section-mid-page-content:not(:nth-last-child(1)) {
    margin-right: 0;
  }
  #M-container .section-15 .section-main .section-mid-page .section-mid-page-content:nth-child(1), #M-container .section-15 .section-main .section-mid-page .section-mid-page-content:nth-child(3) {
    width: 40%;
  }
  #M-container .section-15 .section-main .section-mid-page .section-mid-page-content:nth-child(1), #M-container .section-15 .section-main .section-mid-page .section-mid-page-content:nth-child(2) {
    margin-bottom: 6.666667vw;
  }
}
#M-container .section-16 {
  width: 100%;
  overflow: hidden;
}
#M-container .section-16 .s16-swiper {
  width: 67.5vw;
  margin: 0 auto;
  overflow: visible;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-content {
  position: absolute;
  top: 6.927083vw;
  left: 6.25vw;
  width: 22.395833vw;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-content .h5 {
  font-size: 1.666667vw;
  color: white;
  margin-bottom: 0.833333vw;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-title p {
  font-size: 1.041667vw;
  margin-bottom: 5.208333vw;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon:nth-child(1) {
  margin-bottom: 1.25vw;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon {
  display: flex;
  align-items: center;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .left-icon {
  width: 3.333333vw;
  height: 3.333333vw;
  margin-right: 1.041667vw;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .icon-page {
  line-height: 1;
  transform: translateY(2px);
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .icon-page img {
  width: 7.291667vw;
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .icon-page .gradient-text {
  font-size: 1.041667vw;
  background-image: linear-gradient(to bottom, #acd1e8 0%, #669bb5 60%, #669bb5 100%);
}
#M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .icon-page .text-mt {
  margin-top: 0.416667vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-16 .s16-swiper {
    width: 82.222222vw;
    margin: 0 auto;
    overflow: visible;
  }
  #M-container .section-16 .s16-swiper .swiper-slide {
    overflow: hidden;
    cursor: pointer;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-bg {
    border-radius: 2.222222vw;
    overflow: hidden;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2.222222vw;
    overflow: hidden;
    transition: 0.5s background-color ease, 0.5s opacity ease;
    opacity: 0;
    pointer-events: none;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .click-icon {
    width: 11.111111vw;
    height: 11.111111vw;
    position: absolute;
    top: 4.444444vw;
    right: 4.444444vw;
    z-index: 4;
    transition: 0.5s transform ease;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    pointer-events: none;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .click-icon img {
    width: 100%;
    height: 100%;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-content {
    position: absolute;
    top: 12.916667vw;
    left: 6.666667vw;
    width: 68.333333vw;
    z-index: 3;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-content .h5 {
    font-size: 5.555556vw;
    margin-bottom: 4.444444vw;
    transform: translateY(-6.944444vw);
    transition: 0.5s transform ease;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-title {
    transform: translateY(6.944444vw);
    opacity: 0;
    transition: 0.5s transform ease, 0.5s opacity ease;
    pointer-events: none;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-title p {
    font-size: 3.888889vw;
    color: #8A9098;
    opacity: 1;
    margin-bottom: 8.333333vw;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon:nth-child(1) {
    margin-bottom: 2.222222vw;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .left-icon {
    width: 10.555556vw;
    height: 10.555556vw;
    margin-right: 2.222222vw;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .icon-page img {
    width: 24.305556vw;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .icon-page .gradient-text {
    font-size: 3.333333vw;
  }
  #M-container .section-16 .s16-swiper .swiper-slide .slide-mid-icon-content .slide-mid-icon .icon-page .text-mt {
    margin-top: 0.555556vw;
  }
  #M-container .section-16 .s16-swiper .swiper-slide.active .slide-shadow {
    background-color: rgb(0, 0, 0);
    opacity: 1;
    will-change: opacity, background-color;
  }
  #M-container .section-16 .s16-swiper .swiper-slide.active .slide-mid-content .h5 {
    transform: translateY(0);
    will-change: transform;
  }
  #M-container .section-16 .s16-swiper .swiper-slide.active .slide-mid-title {
    transform: translateY(0);
    opacity: 1;
    will-change: transform, opacity;
    pointer-events: all;
  }
  #M-container .section-16 .s16-swiper .swiper-slide.active .click-icon {
    transform: rotate(45deg);
    will-change: transform;
  }
}
#M-container .section-17 {
  display: flex;
  align-items: center;
  margin-bottom: 4.5625vw;
  z-index: 2;
}
#M-container .section-17 .section-left {
  width: 25vw;
  margin-left: 21.614583vw;
  margin-right: 0.833333vw;
}
#M-container .section-17 .section-left .section-title-bottom {
  display: flex;
  margin-top: 1.25vw;
}
#M-container .section-17 .section-left .section-title-bottom .title-bottom-content {
  text-align: center;
}
#M-container .section-17 .section-left .section-title-bottom .title-bottom-content p {
  font-size: 1.458333vw;
}
#M-container .section-17 .section-left .section-title-bottom .title-bottom-content .gradient-text {
  font-size: 2.5vw;
  background-image: linear-gradient(to bottom, #acd1e8 0%, #669bb5 60%, #669bb5 100%);
}
#M-container .section-17 .section-bg {
  width: 44.583333vw;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-17 {
    display: block;
    margin-bottom: 11.777778vw;
    z-index: 2;
  }
  #M-container .section-17 .section-left {
    width: 82.222222vw;
    margin: 0 auto 5.555556vw;
  }
  #M-container .section-17 .section-bg {
    width: 100%;
  }
  #M-container .section-17 .title-bottom-content {
    width: 83.333333vw;
    text-align: center;
    margin: 6.944444vw auto 0;
  }
  #M-container .section-17 .title-bottom-content p {
    font-size: 4.444444vw;
  }
  #M-container .section-17 .title-bottom-content .gradient-text {
    font-size: 6.666667vw;
    background-image: linear-gradient(to bottom, #acd1e8 0%, #669bb5 60%, #669bb5 100%);
  }
}
#M-container .section-18 .section-title {
  width: 56.25vw;
  margin: 0 auto 3.333333vw;
}
#M-container .section-18 .section-title .section-page {
  width: 33.333333vw;
}
#M-container .section-18 .select-content {
  width: 73.385417vw;
  margin-left: 16.40625vw;
  overflow: hidden;
  position: relative;
}
#M-container .section-18 .select-content .swiper {
  width: 100%;
}
#M-container .section-18 .select-content .swiper .swiper-slide {
  width: 20vw;
}
#M-container .section-18 .select-content .swiper .swiper-slide:not(:nth-last-child(1)) {
  margin-right: -2.1875vw;
}
#M-container .section-18 .select-content .swiper .swiper-slide:nth-child(2) {
  z-index: 2;
}
#M-container .section-18 .select-content .swiper .swiper-slide:nth-child(3) {
  z-index: 3;
}
#M-container .section-18 .select-content .swiper .swiper-slide:nth-child(4) {
  z-index: 4;
}
#M-container .section-18 .select-content .s18-swiper1,
#M-container .section-18 .select-content .s18-swiper2,
#M-container .section-18 .select-content .s18-swiper3 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
#M-container .section-18 .select-content .s18-swiper2,
#M-container .section-18 .select-content .s18-swiper3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#M-container .section-18 .select-content .s18-swiper3 {
  z-index: 3;
}
#M-container .section-18 .select-content[data-active="0"] .s18-swiper1 {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-18 .select-content[data-active="0"] .s18-swiper2 {
  opacity: 0;
  pointer-events: none;
}
#M-container .section-18 .select-content[data-active="0"] .s18-swiper3 {
  opacity: 0;
  pointer-events: none;
}
#M-container .section-18 .select-content[data-active="1"] .s18-swiper1 {
  opacity: 0;
  pointer-events: none;
}
#M-container .section-18 .select-content[data-active="1"] .s18-swiper2 {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-18 .select-content[data-active="1"] .s18-swiper3 {
  opacity: 0;
  pointer-events: none;
}
#M-container .section-18 .select-content[data-active="2"] .s18-swiper1 {
  opacity: 0;
  pointer-events: none;
}
#M-container .section-18 .select-content[data-active="2"] .s18-swiper2 {
  opacity: 0;
  pointer-events: none;
}
#M-container .section-18 .select-content[data-active="2"] .s18-swiper3 {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-18 .scroll-nav-wrapper {
  width: 27.083333vw;
  margin: -2.760417vw auto 0;
}
#M-container .section-18 .common-nav-wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
}
#M-container .section-18 .common-nav-wrapper .list::after {
  width: 8.75vw;
}
#M-container .section-18 .common-nav-wrapper .list .nav-item {
  width: 8.75vw;
}
#M-container .section-18 .common-nav-wrapper[data-active="1"] .list::after {
  transform: translate(8.75vw);
}
#M-container .section-18 .common-nav-wrapper[data-active="2"] .list::after {
  transform: translate(17.5vw);
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-18 {
    width: 100%;
    overflow: hidden;
  }
  #M-container .section-18 .section-title {
    width: 82.222222vw;
    margin: 0 auto 8.888889vw;
  }
  #M-container .section-18 .section-title .section-page {
    width: 100%;
  }
  #M-container .section-18 .select-content {
    width: 100%;
    margin-left: 0;
  }
  #M-container .section-18 .select-content .swiper {
    width: 100%;
    padding-left: 26.666667vw;
    padding-right: 15.277778vw;
  }
  #M-container .section-18 .select-content .swiper .swiper-slide {
    width: 68.055556vw;
  }
  #M-container .section-18 .select-content .swiper .swiper-slide .normal-border-content {
    opacity: 0.3;
    transition: 0.6s all ease;
  }
  #M-container .section-18 .select-content .swiper .swiper-slide-active .normal-border-content {
    opacity: 1;
  }
  #M-container .section-18 .select-content .swiper .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 0;
  }
  #M-container .section-18 .scroll-nav-wrapper {
    width: 83.333333vw;
    margin-top: -11.111111vw;
  }
  #M-container .section-18 .common-nav-wrapper {
    position: relative;
    z-index: 3;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #M-container .section-18 .common-nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  #M-container .section-18 .common-nav-wrapper .list {
    width: -moz-fit-content;
    width: fit-content;
    will-change: transform;
  }
  #M-container .section-18 .common-nav-wrapper .list::after {
    width: 31.666667vw;
  }
  #M-container .section-18 .common-nav-wrapper .list .nav-item {
    width: 31.666667vw;
  }
  #M-container .section-18 .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(31.666667vw);
  }
  #M-container .section-18 .common-nav-wrapper[data-active="2"] .list::after {
    transform: translate(63.333333vw);
  }
}
#M-container .section-19 {
  width: 100%;
  overflow: hidden;
}
#M-container .section-19 .s19-container {
  width: 100vw;
}
#M-container .section-19 .s19-swiper {
  width: 67.5vw;
  margin: 0 auto;
  overflow: visible;
}
#M-container .section-19 .s19-swiper .swiper-slide .slide-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
  position: relative;
}
#M-container .section-19 .s19-swiper .swiper-slide .slide-bg .slide-control {
  background-color: rgba(255, 255, 255, 0.2);
}
#M-container .section-19 .s19-swiper .swiper-slide .slide-bg .slide-control img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s opacity ease;
}
#M-container .section-19 .s19-swiper .swiper-slide .slide-bg.play .icon-pause {
  opacity: 1;
}
#M-container .section-19 .s19-swiper .swiper-slide .slide-bg.pause .icon-play {
  opacity: 1;
}
#M-container .section-19 .s19-swiper .swiper-slide .slide-bg.end .icon-replay {
  opacity: 1;
}
#M-container .section-19 .s19-swiper .swiper-slide .h6 {
  font-size: 1.666667vw;
  margin: 1.875vw 0 0.833333vw;
}
#M-container .section-19 .s19-swiper .swiper-slide .slide-bottom-page {
  width: 27.083333vw;
  font-size: 1.041667vw;
}
#M-container .section-19 .s19-swiper .swiper-slide .bottom-des {
  font-size: 0.625vw;
  width: 20.833333vw;
  position: absolute;
  bottom: 1.25vw;
  left: 1.25vw;
  color: #FBFDFF;
  line-height: 1.25;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-19 .s19-swiper {
    width: 82.222222vw;
  }
  #M-container .section-19 .s19-swiper .swiper-slide .slide-bg {
    border-radius: 2.222222vw;
    overflow: hidden;
  }
  #M-container .section-19 .s19-swiper .swiper-slide .slide-bg .slide-control {
    width: 11.111111vw;
    height: 11.111111vw;
    right: 5.555556vw;
    bottom: 5.555556vw;
  }
  #M-container .section-19 .s19-swiper .swiper-slide .h6 {
    font-size: 5.555556vw;
    margin: 5.555556vw 0 2.777778vw;
    opacity: 0;
    transition: 0.8s opacity ease;
  }
  #M-container .section-19 .s19-swiper .swiper-slide .slide-bottom-page {
    font-size: 3.888889vw;
    opacity: 0;
    transition: 0.8s opacity ease;
    width: 100%;
  }
  #M-container .section-19 .s19-swiper .swiper-slide .bottom-des {
    font-size: 2.222222vw;
    width: 55.555556vw;
    bottom: 2.777778vw;
    left: 2.777778vw;
  }
  #M-container .section-19 .s19-swiper .swiper-slide-active .h6 {
    opacity: 1;
  }
  #M-container .section-19 .s19-swiper .swiper-slide-active .slide-bottom-page {
    opacity: 1;
  }
}
#M-container .section-20 .section-main {
  display: flex;
  align-items: center;
}
#M-container .section-20 .section-left {
  width: 25.5vw;
  margin: 0 8.333333vw 0 21.875vw;
}
#M-container .section-20 .left-controller {
  padding-left: 2.083333vw;
  position: relative;
  margin-top: 2.916667vw;
}
#M-container .section-20 .left-controller .left-controller-line {
  position: absolute;
  width: 0.208333vw;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.104167vw;
  overflow: hidden;
  background: #e1ebf5;
}
#M-container .section-20 .left-controller .left-controller-line .controller-bar {
  width: 100%;
  height: 5.208333vw;
  background: linear-gradient(to right, #c0e7fb 0%, #6ea6c4 100%);
  border-radius: 0.104167vw;
  overflow: hidden;
  transition: 0.5s transform ease;
}
#M-container .section-20 .left-controller .left-controller-page {
  margin-bottom: 2.083333vw;
}
#M-container .section-20 .left-controller .left-controller-page .click-page {
  font-size: 1.666667vw;
  padding-bottom: 0.833333vw;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
#M-container .section-20 .left-controller .left-controller-page .bottom-page {
  transition: 0.5s height ease, 0.3s opacity ease;
  will-change: height;
}
#M-container .section-20 .left-controller .left-controller-page .last-bottom-page {
  padding-bottom: 0;
}
#M-container .section-20 .left-controller .left-controller-page:nth-last-child(1) {
  margin-bottom: 0;
}
#M-container .section-20 .section-right {
  width: 38.020833vw;
  order: 2;
  overflow: hidden;
}
@media (max-aspect-ratio: 11/10) {
  #M-container .section-20 .section-main {
    display: block;
    align-items: center;
  }
  #M-container .section-20 .section-left {
    width: 82.222222vw;
    margin: 0 auto;
  }
  #M-container .section-20 .left-controller {
    padding-left: 0;
    position: relative;
    margin-top: 0;
  }
  #M-container .section-20 .left-controller .left-controller-content {
    position: relative;
  }
  #M-container .section-20 .left-controller .scroll-nav-wrapper {
    width: 83.333333vw;
    margin-top: 7.5vw;
    margin-bottom: 5vw;
  }
  #M-container .section-20 .left-controller .common-nav-wrapper {
    z-index: 3;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #M-container .section-20 .left-controller .common-nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  #M-container .section-20 .left-controller .common-nav-wrapper .list {
    width: -moz-fit-content;
    width: fit-content;
    will-change: transform;
  }
  #M-container .section-20 .left-controller .common-nav-wrapper .list::after {
    width: 27.777778vw;
  }
  #M-container .section-20 .left-controller .common-nav-wrapper .list .nav-item {
    width: 27.777778vw;
  }
  #M-container .section-20 .left-controller .common-nav-wrapper[data-active="1"] .list::after {
    transform: translate(27.777778vw);
  }
  #M-container .section-20 .left-controller .common-nav-wrapper[data-active="2"] .list::after {
    transform: translate(55.555556vw);
  }
  #M-container .section-20 .left-controller .common-nav-wrapper[data-active="3"] .list::after {
    transform: translate(83.333333vw);
  }
  #M-container .section-20 .left-controller .left-controller-page {
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0;
  }
  #M-container .section-20 .left-controller .left-controller-page .bottom-page {
    padding-bottom: 0;
    transition: 0.5s opacity ease;
    text-align: center;
  }
  #M-container .section-20 .left-controller .left-controller-page:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #M-container .section-20 .left-controller[data-active="0"] .left-controller-page:nth-child(1) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-20 .left-controller[data-active="1"] .left-controller-page:nth-child(2) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-20 .left-controller[data-active="2"] .left-controller-page:nth-child(3) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-20 .left-controller[data-active="3"] .left-controller-page:nth-child(4) {
    opacity: 1;
    pointer-events: all;
  }
  #M-container .section-20 .section-right {
    width: 100%;
    margin: 0;
  }
}
#M-container .section-21 {
  margin-bottom: 5.208333vw;
}
#M-container .section-21 .s21-swiper {
  width: 67.5vw;
  margin: 0 auto;
}
#M-container .section-21 .s21-swiper .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .slide-bg {
  border-radius: 0.833333vw;
  overflow: hidden;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .mid-content {
  position: absolute;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .mid-content .h5 {
  font-size: 1.666667vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .mid-content p {
  margin-top: 0.833333vw;
  font-size: 1.041667vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  margin-bottom: 1.25vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .mid-content {
  width: 18.229167vw;
  left: 5.104167vw;
  top: 50%;
  transform: translateY(-50%);
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page p {
  margin-top: 3.125vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page .bottom-page-title {
  display: flex;
  align-items: center;
  margin-top: 0.416667vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page .bottom-page-title .gradient-text {
  font-size: 2.5vw;
  background-image: linear-gradient(to bottom, #acd1e8 0%, #669bb5 60%, #669bb5 100%);
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page .bottom-page-title img {
  width: 1.302083vw;
  height: 1.979167vw;
  margin-left: 0.625vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(2), #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  width: 33.125vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(2) .mid-content, #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(3) .mid-content {
  width: 23.4375vw;
  top: 1.875vw;
  left: 2.083333vw;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(3) .slide-control {
  background-color: rgba(83, 113, 136, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  top: 29.375vw;
  bottom: auto;
}
#M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(3) .slide-bg.active .slide-control {
  opacity: 1;
  pointer-events: all;
}
#M-container .section-21 .bottom-des {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.625vw;
  text-align: right;
  margin-top: 1.145833vw;
  color: #8A9098;
  line-height: 1.6;
  margin-right: 16.25vw;
  margin-left: auto;
}
#M-container section .inline-video{
          border-radius: 0.833333vw;
          /* border-radius: 2.222222vw; */
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
}

@media (max-aspect-ratio: 11/10) {

    #M-container section  .inline-video{
          /* border-radius: 0.833333vw; */
          border-radius: 2.222222vw;
} 

  #M-container .section-21 {
    overflow: hidden;
    margin-bottom: 5.208333vw;
  }
  #M-container .section-21 .s21-swiper {
    width: 82.222222vw;
    margin: 0 auto;
    overflow: visible;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: unset;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .slide-bg {
    border-radius: 2.222222vw;
    overflow: hidden;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .mid-content {
    position: static;
    margin-top: 5.555556vw;
    opacity: 0;
    transition: 0.8s opacity ease;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .mid-content .h5 {
    font-size: 5.555556vw;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .mid-content p {
    margin-top: 2.777778vw;
    font-size: 3.888889vw;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide .bottom-des {
    opacity: 0;
    transition: 0.8s opacity ease;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide-active .mid-content {
    opacity: 1;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide-active .bottom-des {
    opacity: 1;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) {
    margin-bottom: 0;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .mid-content {
    width: 90%;
    transform: translateY(0);
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page {
    position: absolute;
    top: 67.777778vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page p {
    margin-top: 0;
    font-size: 4.722222vw;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page .bottom-page-title {
    display: flex;
    align-items: center;
    margin-top: 1.111111vw;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page .bottom-page-title .gradient-text {
    font-size: 11.111111vw;
    background-image: linear-gradient(to bottom, #acd1e8 0%, #669bb5 60%, #669bb5 100%);
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(1) .bottom-page .bottom-page-title img {
    width: 5.416667vw;
    height: 8.333333vw;
    margin-left: 2.222222vw;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(2), #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
    width: 100%;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(2) .mid-content, #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(3) .mid-content {
    width: 90%;
  }
  #M-container .section-21 .s21-swiper .swiper-wrapper .swiper-slide:nth-child(3) .slide-control {
    top: 82.777778vw;
    bottom: auto;
  }
  #M-container .section-21 .bottom-des {
    font-size: 3.333333vw;
    width: 82.222222vw;
    text-align: right;
    margin: 0 auto;
    margin-top: 11.111111vw;
  }
}
@media (min-aspect-ratio: 11/10) {
  #M-container .hid-pc {
    display: none !important;
  }
}
@media screen and (max-aspect-ratio: 11/10) {
  #M-container {
    padding-bottom: 27.777778vw;
  }
  #M-container .hid-pc {
    display: block;
  }
  #M-container .hid-mob {
    display: none !important;
  }
  #M-container .h2 span.hid-pc,
  #M-container .h3 span.hid-pc,
  #M-container .h4 span.hid-pc,
  #M-container .h5 span.hid-pc,
  #M-container .h6 span.hid-pc {
    display: inline;
    color: inherit;
  }
  #M-container p {
    font-size: 4.444444vw;
  }
  #M-container .radius-16 {
    border-radius: 2.222222vw;
  }
  #M-container .section-footnote {
    width: 82.222222vw;
    margin: 0 auto;
    padding-right: 0;
    line-height: 1.6;
    font-size: 3.33333vw;
  }
  #M-container .section-footnote ol {
    list-style-type: decimal;
    padding-left: 1em;
  }
  #M-container .section-footnote li {
    font-size: 3.333333vw;
  }
  #M-container .section-footnote #footnote-1 {
    padding-top: 27.777778vw;
  }
  #M-container .kv-content-price-container {
    margin-top: 8.888889vw;
  }
  #M-container .kv-content-price-container .huawei-product-buy-btn-container {
    flex-wrap: wrap;
  }
  #M-container .kv-content-price-container .huawei-product-buy-btn-container .huawei-product-buy-btn-price {
    font-size: 5.555556vw;
    width: 100%;
    text-align: center;
  }
  #M-container .kv-content-price-container .huawei-product-buy-btn-container .huawei-product-buy-btn-price span {
    font-size: 3.611111111vw;
  }
}/*# sourceMappingURL=index.css.map */