/* 产品详情 */
.swiper-container {
  overflow: hidden;
}

article {
  background: #f4fbfd url(../images/com_circle.png) no-repeat right 0/1.6rem;
}
.pic-er {
  padding: 10px 0;
}

.pic-ad {
  text-align: center;
}
.pic-ad img {
  width: 100%;
}
.pic-er-line {
  margin: 10px 0 0;
  padding: 10px 0;
  border-top: 1px dashed #1a6082;
  border-bottom: 1px dashed #1a6082;
}
.pic-er-left {
  position: relative;
  padding-left: 80px;
}

#gallery .swiper-slide img {
  width: 100%;
}
.thumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 100%;
  margin: 0;
  padding: 30px 0;
}
#thumbs {
  height: 100%;
}
.thumbs .swiper-slide {
  padding: 2px 0;
}
.thumbs .swiper-slide i {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #1a6082;
}
.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: 24px;
  width: 24px;
  height: 24px;
  background: #d5e5e9;
  cursor: pointer;
  border-radius: 50%;
}
.pic-er-prev {
  top: 0;
}
.pic-er-next {
  bottom: 0;
}
.pic-er-btn img {
  width: 12px;
}

.pic-er-right {
  padding: 10px 0 0;
}
.pic-er-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #1a6082;
}
.pic-er-attr {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

/*  */
.pic-er-p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.pic-er-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  article {
    background: #f4fbfd url(../images/com_circle.png) no-repeat right 0/27vw;
  }
  .pic-er {
    padding: 2vw 0;
  }

  .pic-ad {
    text-align: center;
  }
  .pic-ad img {
    width: 51.4vw;
  }
  .pic-er-line {
    display: flex;
    justify-content: space-between;
    margin: 3vw 0 0;
    padding: 3vw 0;
    border-top: 1px dashed #1a6082;
    border-bottom: 1px dashed #1a6082;
  }
  .pic-er-left {
    position: relative;
    width: 37vw;
    padding-left: 8vw;
  }

  #gallery .swiper-slide img {
    width: 100%;
  }
  .thumbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 7.2vw;
    height: 100%;
    margin: 0;
    padding: 2.4vw 0;
  }
  #thumbs {
    height: 100%;
  }
  .thumbs .swiper-slide {
    padding: 2px 0;
  }
  .thumbs .swiper-slide i {
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #1a6082;
  }
  .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: 2.6vw;
    width: 2vw;
    height: 2vw;
    background: #d5e5e9;
    cursor: pointer;
    border-radius: 50%;
  }
  .pic-er-prev {
    top: 0;
  }
  .pic-er-next {
    bottom: 0;
  }
  .pic-er-btn img {
    width: 1vw;
  }
  .pic-er-btn:hover {
    background: #00579d;
  }

  .pic-er-right {
    width: 21vw;
    padding: 3vw 0 0;
  }
  .pic-er-name {
    font-weight: bold;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #1a6082;
  }
  .pic-er-attr {
    padding: 1vw 0 0;
    font-size: 0.9vw;
    line-height: 2.4vw;
    color: #333;
  }

  .pic-er-p {
    margin: 1vw 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
}
