section.banner {
  width: 100vw;
  overflow: hidden;
  height: 556px;
  height: min(max(556px, 148.26667vw), 720px);
  height: clamp(556px, 148.26667vw, 720px);
}

section.banner #mwcsBanner .carousel-item {
  position: relative;
}

section.banner #mwcsBanner .carousel-item > video,
section.banner #mwcsBanner .carousel-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.banner #mwcsBanner .carousel-indicators li {
  width: 8px;
  width: min(max(8px, 2.13333vw), 12px);
  width: clamp(8px, 2.13333vw, 12px);
  height: 8px;
  height: min(max(8px, 2.13333vw), 12px);
  height: clamp(8px, 2.13333vw, 12px);
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  border: 4px solid transparent;
  margin-right: 20px;
  margin-right: min(max(20px, 5.33333vw), 30px);
  margin-right: clamp(20px, 5.33333vw, 30px);
  opacity: unset !important;
}

section.banner #mwcsBanner .carousel-indicators li:last-of-type {
  margin-right: 0;
}

section.banner #mwcsBanner .carousel-indicators li.active {
  background-color: #cd010c;
  background-color: #cd010c;
  border: 4px solid #fff;
  border-width: clamp(3px, 0.8vw, 4px);
}

section.banner #mwcsBanner .carousel-control-prev,
section.banner #mwcsBanner .carousel-control-next {
  width: 44px !important;
  height: 80px !important;
  top: calc((100% - 80px) / 2);
  display: none;
  z-index: 10;
}

section.banner #mwcsBanner .carousel-control-prev > img,
section.banner #mwcsBanner .carousel-control-next > img {
  width: 100%;
  height: 100%;
}

section.banner #mwcsBanner .carousel-control-prev {
  left: 0;
}

section.banner #mwcsBanner .carousel-control-next {
  right: 0;
}

section.banner .content-wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.banner .content-wrapper .content {
  margin: 0 auto;
  margin-top: 118px;
  margin-top: min(max(118px, 31.46667vw), 150px);
  margin-top: clamp(118px, 31.46667vw, 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.banner .content-wrapper .content h1,
section.banner .content-wrapper .content h2 {
  text-align: center;
}

section.banner .content-wrapper .content h1 {
  font-size: 52px;
  line-height: 1.17308;
  font-weight: 700;
  font-family: HuaweiSans, HuaweiSans-Bold, sans-serif;
  color: #000;
  letter-spacing: -1;
  margin-bottom: 11px;
  margin-bottom: clamp(5px, 1.33333vw, 11px);
  text-align: center;
}

section.banner .content-wrapper .content h2 {
  font-size: 26px;
  font-size: min(max(26px, 6.93333vw), 60px);
  font-size: clamp(26px, 6.93333vw, 60px);
  color: #000;
  letter-spacing: 0;
  font-family: FZLTCHJW, sans-serif;
}

section.banner .content-wrapper .content .info {
  margin-top: 59px;
  margin-top: min(max(59px, 15.73333vw), 75px);
  margin-top: clamp(59px, 15.73333vw, 75px);
  margin-bottom: 81px;
  margin-bottom: min(max(81px, 21.6vw), 94px);
  margin-bottom: clamp(81px, 21.6vw, 94px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

section.banner .content-wrapper .content .info span {
  font-size: 16px;
  font-family: FZLTHJW, sans-serif;
  color: #000000;
  line-height: 1.125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.banner .content-wrapper .content .info span:first-of-type {
  margin-bottom: 17px;
}

section.banner .content-wrapper .content .info span img {
  width: 24px;
  margin-right: 3px;
}

section.banner .content-wrapper .content .register {
  width: 166px;
  width: min(max(166px, 44.26667vw), 184px);
  width: clamp(166px, 44.26667vw, 184px);
  height: 54px;
  height: min(max(54px, 14.4vw), 58px);
  height: clamp(54px, 14.4vw, 58px);
  background-color: #c7000b !important;
  border-radius: 29px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3889;
}

@media screen and (min-width: 1024px) {
  section.banner {
    position: relative;
  }
  section.banner #mwcsBanner .carousel-control-prev,
  section.banner #mwcsBanner .carousel-control-next {
    display: block;
  }
  section.banner .content-wrapper .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.banner .content-wrapper .content .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 28px;
    margin-bottom: 37px;
  }
  section.banner .content-wrapper .content .info span {
    margin-right: 26px;
  }
  section.banner .content-wrapper .content h1,
  section.banner .content-wrapper .content h2 {
    text-align: left;
  }
  section.banner .content-wrapper .content h1 {
    font-size: 60px;
    font-family: FZLTCHJW, sans-serif;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
