.empty-con {
  display: none;
}
.common-footer {
  margin-top: 0;
}
body {
  background-color: var(--theme-color);
}
.main-banner-con {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-banner-con .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner-con .video-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-banner-con .video-con .abs-pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-banner-con .video-con video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner-con .mobile-con {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
.main-banner-con .banner-text-con {
  position: relative;
  z-index: 3;
  margin-top: 35vh;
  text-align: center;
  color: #ffffff;
  font-size: 0.46rem;
}
.main-banner-con .banner-text-con .text {
  margin-top: 0.25rem;
}
.main-banner-con .process-con {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
  z-index: 2;
  justify-content: center;
}
.main-banner-con .process-con .line {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.2rem;
  cursor: pointer;
  position: relative;
}
.main-banner-con .process-con .active {
  width: 0.1rem;
  height: 0.1rem;
}
.main-banner-con .process-con .active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.product-banner-con {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.1s linear;
  transform: scale(0.5);
}
.product-banner-con .abs-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  opacity: 0;
}
.product-banner-con .abs-bg > img {
  margin-top: 30vh;
  max-width: 80%;
}
.product-banner-con .banner-body {
  width: var(--main-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.product-banner-con .content-con {
  width: 6rem;
  color: #ffffff;
}
.product-banner-con .hx-content {
  width: 7rem;
}
.product-banner-con .w100-content {
  width: 5.6rem;
}
.product-banner-con .product-name {
  font-size: 0.46rem;
}
.product-banner-con .chinese-name {
  font-size: 0.46rem;
  margin-top: 0.1rem;
}
.product-banner-con .desc-con {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
}
.product-banner-con .btn-con {
  display: flex;
  margin-top: 0.4rem;
}
.product-banner-con .btn-con .btn {
  position: relative;
  display: flex;
  width: 1.8rem;
  height: 0.4rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  font-size: 0.16rem;
  margin-right: 0.3rem;
  color: #ffffff;
  border-radius: 6px;
}
.product-banner-con .btn-con .btn::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--active-color);
  z-index: -1;
  transition: opacity 0.2s linear;
}
.product-banner-con .btn-con .btn:hover {
  border-color: var(--active-color);
}
.product-banner-con .btn-con .btn:hover::after {
  opacity: 1;
}
.app-container-con {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.app-container-con .abs-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  opacity: 0;
}
.app-container-con .video-con {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.app-container-con .video-con > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-container-con .banner-body {
  width: var(--main-width);
  margin: 0 auto;
  height: 100%;
}
.app-container-con .content-con {
  width: 60%;
  margin: 20vh auto 0 auto;
  color: #ffffff;
  text-align: center;
}
.app-container-con .title-con {
  font-size: 0.46rem;
}
.app-container-con .desc-con {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 768px) {
  .main-banner-con .mobile-con {
    opacity: 1;
  }
  .product-banner-con {
    transform: scale(1);
  }
  .product-banner-con .abs-bg {
    opacity: 1;
  }
  .product-banner-con .content-con {
    position: absolute;
    width: 100%;
    padding: 0 1.2rem;
    left: 0;
    bottom: 15vh;
  }
  .product-banner-con .hx-content {
    padding: 0 1rem;
  }
  .product-banner-con .w100-content {
    padding: 0 1.5rem;
  }
  .product-banner-con .chinese-name {
    font-size: 0.36rem;
  }
  .product-banner-con .btn-con {
    justify-content: center;
    align-items: center;
  }
  .app-container-con .abs-bg {
    opacity: 1;
  }
  .app-container-con .content-con {
    width: 100%;
    padding: 0 0.2rem;
  }
}
