/* 产品详情 */
.swiper-container {
  overflow: hidden;
}

.pic-er-img {
  position: relative;
  margin: 0.2rem 0 0;
  padding-right: 1.8rem;
}

.pic-er-name {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #e50213;
  background: #f6f6f6;
  border-top: 0.2vw solid #e50213;
}

#gallery {
  margin: 0;
}

#gallery .swiper-slide img {
  width: 100%;
}

#thumbs {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.7rem;
  height: 100%;
  margin: 0;
  padding: 0.5rem 0;
}

#thumbs .swiper-slide {
  display: flex;
  align-items: center;
}

#thumbs .swiper-slide img {
  width: 100%;
}

#thumbs .swiper-slide-thumb-active img {
  border-color: #04287e;
}

.pic-er-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 0.45rem;
  background: #00579d;
  cursor: pointer;
}

.pic-er-prev {
  top: 0;
}

.pic-er-next {
  bottom: 0;
}

.pic-er-btn img {
  width: 0.32rem;
}

/*  */

.pic-er-p {
  margin: 10px 0 0;
  min-height: 100px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.pic-er-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .pic-er {
    padding: 2.4vw 0 6vw;
  }
  .pic-er-name {
    width: 42.5vw;
    padding: 0 0.5vw;
    font-size: 1.2vw;
    line-height: 2.4vw;
    color: #e50213;
    background: #f6f6f6;
    border-top: 0.2vw solid #e50213;
  }
  .pic-er-img {
    position: relative;
    padding-right: 15.5vw;
  }
  #gallery {
    width: 42.5vw;
    margin: 0;
  }
  #gallery .swiper-slide img {
    width: 100%;
  }
  #thumbs {
    position: absolute;
    right: 0;
    top: 0;
    width: 16.8vw;
    height: 100%;
    margin: 0;
    padding: 3.4vw 0;
  }
  #thumbs .swiper-slide {
    display: flex;
    align-items: center;
  }
  #thumbs .swiper-slide img {
    width: 100%;
  }
  #thumbs .swiper-slide-thumb-active img {
    border-color: #04287e;
  }
  .pic-er-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 3.4vw;
    background: #00579d;
    cursor: pointer;
  }
  .pic-er-prev {
    top: 0;
  }
  .pic-er-next {
    bottom: 0;
  }
  .pic-er-btn img {
    width: 1.6vw;
  }
  .pic-er-btn:hover {
    background: #e50213;
  }

  .pic-er-p {
    margin: 1vw 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
}
