/*增加*/
.about-box-3 .section {
  width: 100%;
}
.about-box-3 .tabs {
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-box-3 .tabs .about-title {
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.about-box-3 .tabs .about-title.active,
.about-box-3 .tabs .about-title:hover {
  text-decoration: underline;
}
.about-box-3 .tabs-container {
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
}
.about-box-3 .tabs-container .item {
  flex-shrink: 0;
  transition: all 0.5s;
  padding: 0 10px;
  width: 100%;
}
.about-box-3 .tabs-container .item img {
  width: 100%;
}
.about-box-3 .tabs-container .item.active {
  transform: translateX(-100%);
}
.privacy-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f7;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  display: flex;
  font-size: 14px;
  color: #333;
  z-index: 9;
}
.privacy-box a {
  color: #333;
}
.privacy-box .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.privacy-box .text {
  flex-basis: 90%;
}
.privacy-close {
  cursor: pointer;
}
.about-img .swiper-button-prev,
.about-img .swiper-button-next {
  background: #024287;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.about-img .swiper-button-prev::after,
.about-img .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
/*样式*/
.product-detail-8 {
  margin: 50px auto 20px;
}
.product-detail-8 .product-detail-8-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-detail-8 .item-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.product-detail-8 .item-list .item .imgBox {
  height: 0;
  padding-bottom: 100%;
}
.product-detail-8 .item-list .item .imgBox img {
  position: absolute;
}
.product-detail-8 .item-list .item .title {
  font-size: 16px;
  text-align: left;
  margin: 10px 0;
}
.product-detail-8 .item-list .item .number {
  font-size: 14px;
}
.banner .bannerVideo-box .text {
  opacity: 0;
}
.banner-video .zhezhao {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 3.2vw;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-video .zhezhao img {
  width: 1.5625vw;
  height: 100%;
  object-fit: contain;
  margin-right: 10px;
}
.banner-video .zhezhao span {
  font-size: 1.25vw;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.pup-up .video-box {
  height: 100vh;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.product-detail-box .product-detail-5 .item-last .imgBox {
  width: 50%;
}
.product-detail-box .product-detail-5 .item-last .text {
  width: 42%;
}
.product-detail-box .product-detail-3 .item-list .item:nth-child(1),
.product-detail-box .product-detail-3 .item-list .item:nth-child(2) {
  width: calc(50% - 10px);
}
.product-detail-box .product-detail-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
}
.product-detail-box .product-detail-2 .item .item-img {
  margin-top: 20px;
}
.product-detail-box .product-detail-2 .item.item-right .item-list {
  margin-bottom: 20px;
}
.product-detail-box .product-detail-2 .item.item-right .item-list:last-child {
  margin-bottom: 0;
}
.product-contrast .product-contrast-box .item-list .item.item-product-value img {
  width: 100%;
}
.product-contrast .product-contrast-box .item-list:first-child .item-product-list .item-product-value {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1440px) {
  .product-contrast .product-contrast-box .item-list .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail-8 .item-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  #member-header .headerRight {
    display: flex;
  }
  .about-box .about-box-1 {
    height: auto;
  }
  .about-box .about-box-1 .swiper-button-prev::after,
  .about-box .about-box-1 .swiper-button-next::after {
    font-size: 16px;
  }
  .about-box .about-box-3 .section .history-time {
    margin-top: 0;
  }
  .about-box-3 .tabs-container {
    margin-top: 30px;
  }
  .about-box .about-box-3 .section .history-box .swiper-slide .text {
    margin-bottom: 20px;
  }
  .product-detail-8 .item-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner .bannerVideo-box .banner-video {
    width: 46vw;
    height: 10.24vw;
  }
  .banner-video video {
    width: calc(100% + 2px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5.12vw;
  }
  .banner-video .zhezhao {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 3.2vw;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .banner-video .zhezhao img {
    width: 6.66666667vw;
    height: 6.4vw;
    margin: 0 auto;
  }
  .banner-video .zhezhao span {
    font-size: 4.26666667vw;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-right: auto;
  }
  .banner .bannerVideo-box .banner-video video {
    object-fit: cover;
  }
  .banner .bannerVideo-box {
    top: 20%;
  }
}
@media screen and (min-width: 769px) {
  .pup-up .video-box video {
    max-width: 80%;
    object-fit: contain;
    max-height: 80%;
    margin: auto;
    width: auto;
  }
}
.banner .bannerVideo-box {
  max-width: 1600px;
}
.banner .bannerVideo-box .banner-video {
  flex-basis: 40%;
  transform: translateX(0);
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 768px), (min-resolution: 120dpi) and (min-width: 768px) {
  .banner .bannerVideo-box .banner-video {
    flex-basis: 40%;
    transform: translate(0);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px), (min-resolution: 144dpi) and (min-width: 768px) {
  .banner .bannerVideo-box .banner-video {
    flex-basis: 40%;
    transform: translate(0);
  }
}
/*# sourceMappingURL=add.css.map */