.fiveUltimate {
  background-color: #000000;
}
.fiveUltimate-idea {
  max-width: 1024px;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  padding: 24px 0 176px;
  opacity: 0.8;
}
.fiveUltimate-bg1 {
  height: 384px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fiveUltimate-title {
  font-family: MiSansVF_Bold;
  font-size: 56px;
  color: #ffffff;
  line-height: 68px;
  text-align: center;
  font-style: normal;
  margin-bottom: 16px;
}
.fiveUltimate-desc {
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  font-style: normal;
}
.fiveUltimate-reliability {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 104px 0 40px;
}
.right-reliability,
.left-reliability {
  width: 100%;
  max-width: 588px;
}
.left-reliability {
  margin-right: 24px;
}
.reliability-bg {
  position: relative;
  margin-bottom: 24px;
}
.reliability-bg:last-child {
  margin-bottom: 0;
}
.reliability-text {
  color: #ffffff;
  position: absolute;
  bottom: 40px;
  margin: 0 40px;
}
.reliability-number {
  font-size: 54px;
  color: #ffffff;
  line-height: 74px;
  text-align: left;
  font-family: MiSansVF_Bold;
  font-style: normal;
}
.reliability-title {
  font-size: 28px;
  color: #ffffff;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  font-family: MiSansVF_Bold;
  margin: 8px 0;
}
.reliability-desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  opacity: 0.8;
}
.global-banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.global-banner img {
  width: 100%;
}
.global-title {
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  color: #ffffff;
  line-height: 58px;
  font-family: MiSansVF_Bold;
  text-align: center;
  font-style: normal;
  /* background: linear-gradient(76deg, #28c8f9 0%, #f86969 100%); */
  background: linear-gradient(45deg, #9ee9ff 0%, #ffd8d8 100%);
  -webkit-background-clip: text; /* 将背景剪切应用到文本 */
  background-clip: text;
  color: transparent; /* 设置文本颜色为透明，以显示背景 */
  -webkit-text-fill-color: transparent;
  padding: 40px 0 16px;
}
.global-desc {
  width: 96%;
  max-width: 960px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  padding-bottom: 144px;
  opacity: 0.8;
}
.halfscreen {
  height: auto;
  max-width: 90%;
  transform-origin: center bottom;
}
.fullscreen {
  height: auto;
  max-width: 100%;
  transform-origin: center bottom;
}
.mask {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgb(0, 0, 0),
    rgb(0, 0, 0) 15%,
    transparent
  );
  height: 40vh;
}
.global-video,
.manufacturing-video {
  position: relative;
  width: 100%;
  height: 1600px;
  padding-bottom: 160px;
  /* padding-top: 200px; */
  display: flex;
  justify-content: center;
  align-items: start;
}
.video-box,
.manufacturing-video-box {
  position: sticky;
  width: 100%;
  max-width: 1200px;
  top: 0;
  margin: 0 auto;
  opacity: 1;
  transition: max-width 1s ease-in-out;
}

.video-box.halfscreen,
.manufacturing-video-box.halfscreen {
  width: 90%;
  max-width: 90% !important;
  padding-top: 0;
}
.video-box.fullscreen,
.manufacturing-video-box.fullscreen {
  width: 100%;
  max-width: 100% !important;
  padding-top: 0;
}
#videoPlayer,
.manufacturing-video-box {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.replay-bakcground {
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255, 0.3);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 48px;
  right: 24px;
  cursor: pointer;
  /* opacity: 0.3; */
}
.plug-video-box {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: flex;
  margin: 0 auto;
}
.plug-video {
  width: 100%;
}
.plug-replay {
  max-width: 20px;
  height: 20px;
  font-size: 20px !important;
  color: #ffffff;
  /* padding: 10px; */
  /* opacity: 1; */
}
.description {
  position: fixed;
  top: calc(50% - 32px);
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  font-size: 56px;
  color: #ffffff;
  line-height: 68px;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-family: MiSansVF_Bold;
}
.fiveUltimate-bold {
  font-size: 56px;
  color: #333333;
  line-height: 68px;
  text-align: center;
  font-style: normal;
  margin-bottom: 16px;
  font-family: MiSansVF_Bold;
}
.fiveUltimate-desc-bg2 {
  max-width: 752px;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-style: normal;
}
.tab-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.tab-list #spirtSwiper {
  display: none;
}
.tab-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 104px 0 160px;
  display: none;
}
.tab-box.active {
  display: block; /* 只显示带有active类的.tab-box */
}
.tab-box .tab-box-img {
  width: 100%;
  height: 560px;
  border-radius: 16px;
}

.tab {
  position: absolute;
  top: 685px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  margin-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tab-li {
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  margin-right: 48px;
  padding-bottom: 17px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.6s ease-in-out;
}
.active-li {
  /* font-weight: bold; */
  border-bottom: 1px solid #fff;
  opacity: 1;
}
.tab-li:last-child {
  margin-right: 0;
}
.tab-text {
  width: 100%;
  max-width: 960px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  padding-top: 117px;
  opacity: 0.8;
}
.plug-title {
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  /* background: linear-gradient(76deg, #28c8f9 0%, #f86969 100%); */
  background: linear-gradient(45deg, #9ee9ff 0%, #ffd8d8 100%);
  -webkit-background-clip: text; /* 将背景剪切应用到文本 */
  background-clip: text;
  color: transparent; /* 设置文本颜色为透明，以显示背景 */
  -webkit-text-fill-color: transparent;
  padding: 104px 0 16px;
  font-family: MiSansVF_Bold;
}
.plug-text {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  padding-bottom: 40px;
}
.plug-video {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 24px;
  border-radius: 16px;
}
.plug-video video {
  width: 100%;
}
.plug-img {
  height: 588px;
  margin-top: 24px;
  padding: 136px 0 0 64px;
  padding-bottom: 200px;
  /* max-width: 1200px; */
  /* margin: 104px 0 16px; */
}
.plug-box-mobile {
  display: none;
}
.plug-img-title {
  width: fit-content;
  font-size: 42px;
  color: #ffffff;
  line-height: 58px;
  text-align: left;
  font-style: normal;
  background: linear-gradient(45deg, #9ee9ff 0%, #ffd8d8 100%);
  -webkit-background-clip: text; /* 将背景剪切应用到文本 */
  background-clip: text;
  color: transparent; /* 设置文本颜色为透明，以显示背景 */
  -webkit-text-fill-color: transparent;
  font-family: MiSansVF_Bold;
  margin-top: 40px;
}
.plug-img-desc {
  max-width: 492px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin: 20px 0 48px;
}
.plug-button {
  background: #ffffff;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.performance-img {
  width: 100%;
  margin-bottom: 48px;
}
.performance-box {
  padding: 124px 0 0;
}
.performance-ul {
  display: flex;
  padding-bottom: 160px;
}
.performance-li {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  background: #222222;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 48px 40px;
}
.performance-li:last-child {
  margin-right: 0;
}
.performance-li .iconfont {
  font-size: 64px;
  background: linear-gradient(45deg, #9ee9ff 0%, #ffd8d8 100%);
  -webkit-background-clip: text; /* 将背景剪切应用到文本 */
  background-clip: text;
  color: transparent; /* 设置文本颜色为透明，以显示背景 */
  -webkit-text-fill-color: transparent;
  margin-right: 16px;
}
.performance-li span {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.performance-li-left {
  width: 100%;
  max-width: 64px;
  margin-right: 16px;
}
.manufacturing-box {
  padding-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.manufacturing {
  padding: 104px 0 160px;
}
.manufacturing-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.manufacturing-box .manufacturing-tetxarea {
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  padding: 88px 48px 64px;
  background: #222222;
  border-radius: 16px;
  position: relative;
}
.manufacturing-box:nth-child(even) .manufacturing-tetxarea {
  margin-right: 0;
  margin-left: 24px;
}
.manufacturing-box:last-child {
  padding-bottom: 0;
}
.manufacturing-title {
  /* width: fit-content; */
  width: 280px;
  font-size: 42px;
  color: #ffffff;
  line-height: 58px;
  text-align: left;
  font-style: normal;
  /* background: linear-gradient(76deg, #28c8f9 0%, #f86969 100%); */
  background: linear-gradient(45deg, #9ee9ff 0%, #ffd8d8 100%);
  -webkit-background-clip: text; /* 将背景剪切应用到文本 */
  background-clip: text;
  color: transparent; /* 设置文本颜色为透明，以显示背景 */
  -webkit-text-fill-color: transparent;
  font-family: MiSansVF_Bold;
}
.manufacturing-desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-top: 24px;
  padding-bottom: 32px;
}
.manufacturing-img {
  width: calc(100% - 24px);
}
.manufacturing-img img {
  width: 100%;
}
.manufacturing-address {
  font-family: MiSansVF;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  display: flex;
  position: absolute;
  bottom: 64px;
}
.manufacturing-address .iconfont {
  font-size: 20px;
  margin-right: 12px;
}
.swiper {
  --swiper-pagination-color: #21a13b;
  --swiper-pagination-bullet-inactive-color: #d8d8d8;
  --swiper-pagination-bottom: 0px;
}
.swiper {
  width: 100%;
  height: auto;
  /* margin-top: 40px; */
  position: relative;
  border-radius: 24px;
  /* overflow: visible; */
}
.swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 1200px;
  /* height: 560px; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 宽度与 .masked-div 相同 */
  height: 100%; /* 高度与 .masked-div 相同 */
  background-color: rgba(0, 0, 0, 0.7); /* 半透明黑色遮罩 */
}
.swiper .swiper-wrapper .swiper-slide-active::after {
  display: none;
}
.swiper .swiper-wrapper .swiper-slide .rotterdam {
  display: none;
  width: 100%;
  max-width: 1200px;
  padding: 0 0 160px;
}
.swiper .swiper-wrapper .swiper-slide-active .rotterdam {
  display: block;
  display: flex;
}
.swiper .swiper-wrapper .swiper-slide video {
  /* width: 100%;
  height: 100%; */
  border-radius: 16px;
  object-fit: cover;
  height: 560px;
  margin-bottom: 40px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8d8d8;
  margin: 0 10px;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s;
}

.swiper
  .swiper-pagination
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  background-color: #21a13b !important;
}
.carousel {
  padding: 104px 0 0;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  width: 64px;
  height: 64px;
  /* padding: 22px; */
  top: 409px;
  color: #000;
  transform: translateY(-50%);
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-control-prev {
  padding: 15px 8px 6px 19px;
}
.carousel-control-next {
  padding: 20px;
}
.carousel img {
}
.carousel .carousel-control-prev {
  color: #fff;
  left: 13.5%;
  font-size: 48px;
}
.play-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-45%);
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}
.carousel .carousel-control-next {
  color: #fff;
  font-size: 48px;
  right: 13.5%;
}
.rotterdam-title {
  font-size: 30px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  font-style: normal;
  padding-bottom: 12px;
  font-family: MiSansVF_Bold;
}
.rotterdam-desc {
  width: calc(100% - 160px);
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  opacity: 0.8;
  font-weight: normal;
}
.rotterdam-text-box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
.rotterdam-text-box img {
  width: 40px;
  height: 40px;
  margin-right: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.rotterdam-text-box img:last-child {
  margin-right: 0;
  margin-left: 40px;
  right: 0;
  left: auto;
}
.rotterdam {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 160px;
}
.rotterdam a {
  background: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.rotterdam span {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  font-style: normal;
}
.bottom-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-img .bottom-title {
  font-size: 56px;
  color: #ffffff;
  line-height: 68px;
  text-align: center;
  font-style: normal;
  margin-bottom: 24px;
  font-family: MiSansVF_Bold;
}
.bottom-img .bottom-desc {
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  font-style: normal;
  margin-bottom: 80px;
  font-family: MiSansVF;
}
.bottom-img a {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px 32px;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  text-align: center;
  font-style: normal;
}
.rotterdam a:hover span,
.bottom-img a:hover {
  color: #21a13b;
}
.plug-img {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 1324px) {
  .global-video,
  .manufacturing-video {
    height: 1300px;
  }
  .manufacturing-box .manufacturing-tetxarea {
    width: 35%;
  }
}
@media screen and (max-width: 1200px) {
  .swiper .swiper-wrapper .swiper-slide {
    max-width: 92%;
  }
  #spirtSwiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mask {
    display: none;
  }
  .video-box,
  .manufacturing-video-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
  }

  .global-video,
  .manufacturing-video {
    position: relative;
    width: 92%;

    height: auto !important;
    padding-bottom: 48px;
    /* padding-top: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .description {
    position: relative;
    opacity: 1;
    padding-top: 32px;
    font-size: 32px;
    line-height: 32px;
  }
  .plug-video-box {
    img {
      width: 92%;
    }
  }
}
@media screen and (max-width: 978px) {
  .performance-ul {
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
  }
  .performance-li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .performance-li:last-child {
    margin-bottom: 0;
  }
  .manufacturing {
    padding-bottom: 32px;
  }
  .manufacturing-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .manufacturing-box:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
  }
  .manufacturing-desc {
    font-family: MiSansVF;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-style: normal;
  }
  .manufacturing-address {
    font-family: MiSansVF;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-style: normal;
  }
  .manufacturing-address .iconfont {
    font-size: 18px;
  }
  .manufacturing-title {
    display: block;
    text-align: left;
    font-style: normal;
    font-family: MiSansVF_Bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
  }
  .manufacturing-box .manufacturing-tetxarea {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 8px;
    padding: 24px 16px 32px;
  }
  .manufacturing-box:nth-child(even) .manufacturing-tetxarea {
    margin-left: 0;
  }
  .manufacturing-address {
    bottom: 32px;
  }
  .manufacturing-img {
    width: 100%;
  }
  .manufacturing-img img {
    width: 100%;
  }
  .manufacturing-video-box {
    padding-top: 0;
  }
  .swiper .swiper-wrapper .swiper-slide video {
    height: 400px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 35%;
  }
  .tab {
    width: 96%;
    overflow: auto;
    justify-content: start;
  }
  .play-btn {
    top: 28%;
  }
}

@media screen and (max-width: 768px) {
  .fiveUltimate-banner {
    height: 667px !important;
  }
  .fiveUltimate-idea {
    width: 92%;
    font-family: MiSansVF_Medium;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    padding: 8px 0 88px;
  }
  .fiveUltimate-bg1 {
    height: 322px;
  }
  .fiveUltimate-desc {
    width: 90%;
  }
  .fiveUltimate-title,
  .global-title,
  .manufacturing-title,
  .bottom-img p,
  .description {
    font-family: MiSansVF_Bold;
    font-size: 28px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    /* text-transform: uppercase; */
  }
  .manufacturing-title {
    text-align: left;
  }
  .plug-title {
    font-family: MiSansVF_Bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    padding: 40px 0 8px;
  }
  .swiper .swiper-wrapper .swiper-slide video {
    height: 200px;
    margin-bottom: 24px;
  }
  .rotterdam-title {
    font-family: MiSansVF_Bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    font-style: normal;
    padding-bottom: 8px;
    text-align: center;
  }
  .play-btn {
    top: 112px;
  }
  .fiveUltimate-bold {
    font-family: MiSansVF_Bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    /* text-transform: uppercase; */
  }
  .fiveUltimate-reliability {
    flex-direction: column;
    padding: 16px 0 24px;
  }
  .left-reliability,
  .reliability-bg {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .reliability-bg {
    height: 278px !important;
    border-radius: 12px;
  }
  .left-reliability,
  .right-reliability {
    margin: 0 auto;
  }
  .reliability-number {
    font-family: MiSansVF_Bold;
    font-size: 42px;
    color: #ffffff;
    line-height: 56px;
    text-align: left;
    font-style: normal;
  }
  .plug-img {
    display: none;
    /* padding: 32px 22px; */
  }
  .plug-box-mobile {
    width: 100% !important;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }
  .plug-button {
    margin-bottom: 28px;
  }
  .plug-img-title {
    font-family: MiSansVF_Bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    font-style: normal;
  }
  .plug-img-title:nth-child(2) {
    margin-top: 40px;
  }
  .plug-img-desc {
    font-family: MiSansVF;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-style: normal;
  }
  .plug-button {
    font-family: MiSansVF_Bold;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
  }
  .plug-img-title,
  .plug-img-desc,
  .plug-button {
    text-align: center;
    width: fit-content;
  }
  .plug-img-desc {
    margin: 8px 16px 16px;
  }
  .plug-box-mobile img {
    width: 100%;
    margin: 0 16px;
  }
  .performance-li span {
    font-family: MiSansVF_Bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-style: normal;
  }
  .performance-li-left {
    max-width: 56px;
  }
  .fiveUltimate-desc {
    width: 92%;
    max-width: 343px;
    font-family: MiSansVF_Medium;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-style: normal;
  }
  .fiveUltimate-desc-bg2 {
    font-family: MiSansVF_Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    font-style: normal;
  }
  .tab-list .tab,
  .tab-list .tab-box {
    display: none;
  }
  .tab-list #spirtSwiper {
    display: block;
    margin-top: 0;
    margin-bottom: 48px;
  }
  .tab-list #spirtSwiper .tab-box-img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    margin-bottom: 38px;
  }
  .carousel {
    padding-top: 40px;
  }
  .tab-list #spirtSwiper .tab-text {
    font-family: MiSansVF;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    padding-top: 0;
  }
  .tab-list #spirtSwiper .tab-title {
    font-family: MiSansVF_Bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    padding: 0 0 8px;
    font-style: normal;
  }
  .tab-list #spirtSwiper .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 216px !important;
    height: fit-content;
  }
  .tab-list #spirtSwiper .tab-list #spirtSwiper {
    transition: all 0.5s ease-in-out;
  }
  .tab-list #spirtSwiper .swiper-pagination-bullet-active {
    background-color: #21a13b !important;
  }
  .tab-list #spirtSwiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    opacity: 1;
  }
  .global-desc {
    width: 92%;
    font-family: MiSansVF;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    padding-bottom: 40px;
  }
  .plug-text {
    font-family: MiSansVF;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    padding-bottom: 24px;
    margin: 0 16px;
  }
  .plug-video-box {
    width: 92%;
  }
  .plug-video {
    padding-bottom: 40px;
  }
  .reliability-text {
    width: 100%;
    margin: 0 4%;
  }
  .reliability-number,
  .reliability-title,
  .reliability-desc {
    width: 96%;
  }
  .manufacturing {
    padding: 40px 0;
  }
  .performance-img {
    width: fit-content;
    margin-bottom: 16px;
  }
  .carousel .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .rotterdam-text-box img {
    display: none;
  }
  .performance-box {
    overflow-x: auto;
    /* padding: 124px 0 0; */
  }
  .performance-li {
    padding: 28px 20px;
  }
  .swiper .swiper-wrapper .swiper-slide .rotterdam {
    padding-bottom: 48px;
    margin: 0 1px;
    width: 100%;
  }
  .swiper .swiper-wrapper .swiper-slide video {
    width: 92%;
  }
  .rotterdam-desc {
    width: 100%;
    font-family: MiSansVF;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-style: normal;
  }
  .rotterdam span {
    font-family: MiSansVF_Bold;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
  }
  .global-banner {
    width: 92%;
    border-radius: 12px;
  }
  .global-title {
    padding: 24px 0 8px;
    font-size: 24px;
    font-family: MiSansVF_Bold;
    line-height: 32px;
  }
  .reliability-title {
    font-family: MiSansVF_Bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    text-align: left;
    font-style: normal;
  }
  .plug-img {
    margin-bottom: 24px !important;
  }
  .reliability-desc {
    font-family: MiSansVF;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: left;
    font-style: normal;
  }
  .video-box {
    padding-top: 0;
  }
  .description {
    font-size: 18px;
  }
  .global-video,
  .manufacturing-video {
    width: 92%;
    margin: 0 auto;
  }
  .description {
    display: none;
  }
  .bottom-img {
    height: 667px !important;
  }
  .bottom-img .bottom-title {
    margin: 0 16px;
    font-family: MiSansVF_Bold;
    font-size: 28px;
    color: #ffffff;
    line-height: 38px;
    font-style: normal;
    /* text-transform: uppercase; */
  }
  .bottom-img .bottom-desc {
    font-family: MiSansVF_Medium;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-style: normal;
    margin: 24px 16px 40px;
  }
  .bottom-img a {
    font-family: MiSansVF_Bold;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
  }
  .rotterdam-text-box {
    padding-bottom: 24px;
  }
  .rotterdam {
    padding-bottom: 48px;
  }
}
