.product-container-con {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.product-container-con .header-con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--nav-height) + 0.2rem);
  width: var(--nav-width);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.product-container-con .header-con .breadcrumb-ul > li {
  color: #ffffff;
}
.product-container-con .header-con .breadcrumb-ul > li:after {
  color: #ffffff;
}
.product-container-con .header-con .breadcrumb-ul .icon {
  color: #ffffff;
}
.product-container-con .header-con .breadcrumb-ul a {
  color: #ffffff;
}
.product-container-con .header-con .breadcrumb-ul a:hover {
  color: #ffffff;
}
.product-container-con .header-con .type-nav-list-ul {
  display: flex;
  gap: 0.4rem;
  font-size: 0.18rem;
}
.product-container-con .header-con .type-nav-list-ul > li {
  padding-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.product-container-con .header-con .type-nav-list-ul > li.active {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.product-container-con .swiper-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-container-con .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-container-con .banner-text-con {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding-top: 30vh;
  position: relative;
  width: var(--nav-width);
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.product-container-con .banner-text-con .name {
  font-size: var(--fz-lg);
  font-family: "FZZDHJW";
}
.product-container-con .banner-text-con .sub-name {
  margin-top: 0.1rem;
  font-size: 0.24rem;
}
.product-container-con .banner-text-con .text {
  width: 6.6rem;
  height: 2.2rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  text-align: justify;
}
.product-container-con .banner-text-con .detail-button {
  margin-top: 0;
}
.product-container-con .banner-text-con .list-ul > li {
  position: relative;
  margin-top: 0.2rem;
  padding-left: 0.38rem;
  text-align: justify;
  -moz-text-align-last: justify;
  /* Firefox */
  -ms-text-align-last: justify;
  /* IE/Edge */
  width: 6.6rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.product-container-con .banner-text-con .list-ul > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.24rem;
  height: 0.24rem;
  content: "";
  background-image: url("/static/1/pc/content/images/about-us/about-us-13.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
}
.product-container-con .footer-nav-con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  width: var(--nav-width);
  z-index: 2;
}
.product-container-con .footer-nav-con .pre-con,
.product-container-con .footer-nav-con .next-con {
  position: absolute;
  top: -0.75rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.5rem;
  font-family: 'iconfont';
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.28);
}
.product-container-con .footer-nav-con .pre-con:hover,
.product-container-con .footer-nav-con .next-con:hover {
  background-color: var(--active-color);
}
.product-container-con .footer-nav-con .pre-con {
  right: 1rem;
}
.product-container-con .footer-nav-con .next-con {
  right: 0;
}
.product-container-con .content-list {
  width: 100%;
  overflow: hidden;
  height: 1.7rem;
}
.product-container-con .content-list .swiper-wrapper {
  align-items: end;
}
.product-container-con .content-list .swiper-slide {
  width: 3rem;
  height: 1.5rem;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: height 0.5s ease-in-out;
}
.product-container-con .content-list .swiper-slide:nth-child(1) .abs-text-con:after {
  display: none;
}
.product-container-con .content-list .swiper-slide.active,
.product-container-con .content-list .swiper-slide:hover {
  height: 1.7rem;
}
.product-container-con .content-list .swiper-slide.active .abs-play,
.product-container-con .content-list .swiper-slide:hover .abs-play {
  opacity: 1;
}
.product-container-con .content-list .swiper-slide.active .abs-text-con,
.product-container-con .content-list .swiper-slide:hover .abs-text-con {
  font-size: 0.24rem;
  font-weight: bold;
}
.product-container-con .content-list .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.product-container-con .content-list .swiper-slide .abs-text-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  display: flex;
  transition: all 0.5s ease-in-out;
  font-size: 0.18rem;
  color: #ffffff;
}
.product-container-con .content-list .swiper-slide .abs-text-con:after {
  position: absolute;
  bottom: 0.12rem;
  right: 0.2rem;
  display: block;
  background-image: url("/static/1/pc/content/images/arrow-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.27rem;
  height: 0.16rem;
  content: "";
}
.product-mobile-con {
  width: 100%;
  margin: 0 auto;
  padding-top: var(--nav-height);
  overflow: hidden;
  display: none;
}
.product-mobile-con .product-item-con {
  position: relative;
  width: 100%;
}
.product-mobile-con .product-item-con > img {
  width: 100%;
  height: auto;
}
.product-mobile-con .product-item-con .abs-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0.3rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.product-mobile-con .product-item-con .abs-info .title-con {
  margin-top: 0.8rem;
  font-size: 0.32rem;
  font-family: "FZZDHJW";
}
.product-mobile-con .product-item-con .text-detail {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.product-mobile-con .product-item-con .abs-info .detail-button {
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #11234d;
  }
  .product-container-con {
    display: none;
  }
  .product-container-con .header-con {
    display: none;
  }
  .product-container-con .banner-text-con {
    text-align: center;
  }
  .product-container-con .banner-text-con .text {
    text-align: center;
  }
  .product-container-con .banner-text-con .detail-button {
    margin-left: auto;
    margin-right: auto;
  }
  .product-mobile-con {
    display: block;
  }
}
