.vscoo-video{
  position: relative;
  width: 9.5rem;
  height: 5.3333rem;
  background-color: #808080;
  margin: .6rem auto .8rem;
}
.vscoo-video video{
  background-color: #262626;
  width: 9.5rem;
  height: 5.3333rem;
}
.video-play{
  cursor: pointer;
  position: absolute;
  left: 4.0667rem;
  top: 1.9333rem;
  width: 1.4667rem;
  height: 1.4667rem;
  background: url(../images/play.png) center no-repeat;
  background-size: 1.4667rem 1.4667rem;
}
.desc{
  color: #0e101a;
  font-size: .3733rem;
  width: 8.6667rem;
  margin: 0 auto;
}
.desc > p {
  font-size: .3733rem;
  padding: .5333rem 0 0;
  line-height: .4667rem;
}
.factory-part{
  background-color: #afdde0;
  margin-top: 1.3333rem;
  padding: .8rem .2rem;
  margin-bottom: 1rem;
}
.factory-swiper{
  padding-top: 55px;
  width: 9.3333rem;
  height: 6rem;
}
.swiper-comp-factory{
  position: relative;
  width: 9.3333rem;
  margin: 0 auto;
}

.f-swiper-slide{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: .6667rem;
  width: 9.28rem;
  height: 5.9467rem;
  border: .0267rem solid #ffffff;
  overflow: hidden;
}
.swiper-comp-factory-min{
  position: relative;
  width: 7.6rem;
  margin: .5333rem auto 0;

}
.f-swiper-slide-min{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 1.68rem;
  height: 1.0133rem;
  border-radius: .2667rem;
  border: .0267rem solid #ffffff;
  overflow: hidden;
}
.factory-swiper-min .swiper-slide{
  opacity: .4;
}
.factory-swiper-min .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
  width: .6667rem;
  height: .6667rem;
  box-sizing: border-box;
  border: 1px solid #0e101a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-top: 4.45rem;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next::after{
  content: "";
}
.swiper-button-prev::after{
  content: "";
}
.swiper-btn-icon{
  width: 13px;
  height: 19px;
}