/* 产品详情 */
.pic-er {
}
.pic-er-line {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0;
}
.pic-er-left {
  width: 5.1rem;
}
.swiper-container {
  height: 100%;
  overflow: hidden;
}
.gallery img,
.thumbs img {
  width: 100%;
}
.pic-er-right {
  position: relative;
  width: 1.8rem;
  height: 2.96rem;
}

.thumbs {
  margin: -0.1rem 0;
}
.pic-er-right .swiper-slide {
  padding: 0.1rem 0;
}

.pic-er-prev,
.pic-er-next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.54rem;
  background: #cccccc;
  cursor: pointer;
}
.pic-er-prev img,
.pic-er-next img {
  width: 0.3rem;
}

.pic-er-title {
  padding-left: 0.4rem;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  background: url(../images/pic_er_arrow.png) no-repeat 0 center/0.3rem;
}
.pic-er-p {
  margin: 0.2rem 0 0;
  padding-left: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
@media (min-width: 1200px) {
  .pic-er {
  }
  .pic-er-line {
    display: flex;
    justify-content: space-between;
    padding: 3vw 0 1.5vw;
  }
  .pic-er-left {
    width: 50.6vw;
  }
  .swiper-container {
    height: 100%;
    overflow: hidden;
  }
  .gallery img,
  .thumbs img {
    width: 100%;
  }
  .pic-er-right {
    position: relative;
    width: 21.5vw;
    height: 33.8vw;
  }

  .thumbs {
    margin: -0.6vw 0;
  }
  .pic-er-right .swiper-slide {
    padding: 0.6vw 0;
  }

  .pic-er-prev,
  .pic-er-next {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.7vw;
    background: #cccccc;
    cursor: pointer;
  }
  .pic-er-prev img,
  .pic-er-next img {
    width: 1.5vw;
  }
  .pic-er-prev:hover,
  .pic-er-next:hover {
    background: #014099;
  }

  .pic-er-title {
    padding-left: 2vw;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #000;
    background: url(../images/pic_er_arrow.png) no-repeat 0 center/1.5vw;
  }
  .pic-er-p {
    margin: 1vw 0 0;
    padding-left: 2vw;
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
}
