article {
  background-image: url(../images/pic_bg.jpg);
}

/* 产品详情 */
.pic-er {
}
.pic-er-line {
  display: flex;
  justify-content: space-between;
}
.pic-er-left {
  width: 3rem;
}
.pic-er-left i {
  display: block;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #007b2d;
}
.pic-er-left i img {
  width: 100%;
}
.pic-er-right {
  width: 3.2rem;
  padding: 0.1rem 0;
}

.pic-er-kind {
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #007b2d;
}
.pic-er-wc {
  font-size: 14px;
  line-height: 20px;
}
.pic-er-name {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.pic-er-weight {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.pic-er-ad {
  padding: 0.15rem 0;
}
.pic-er-ad img {
  width: 100%;
}
.pic-er-prev a,
.pic-er-next a {
  display: block;
  margin: 0.1rem 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
}

.pic-er-p {
  min-height: 100px;
  margin: 0.4rem 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
@media (min-width: 1200px) {
  .pic-er {
    padding: 0 12.5vw;
  }
  .pic-er-line {
    display: flex;
    justify-content: space-between;
  }
  .pic-er-left {
    width: 20vw;
  }
  .pic-er-left i {
    display: block;
    padding: 1vw;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #007b2d;
  }
  .pic-er-left i img {
    width: 100%;
  }
  .pic-er-right {
    width: 12vw;
    padding: 3.6vw 0 0;
  }

  .pic-er-kind {
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #007b2d;
  }
  .pic-er-wc {
    font-size: 0.9vw;
    line-height: 1.4vw;
  }
  .pic-er-name {
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #000;
  }
  .pic-er-weight {
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #000;
  }

  .pic-er-ad {
    padding: 2.4vw 0;
  }
  .pic-er-ad img {
    width: 100%;
  }
  .pic-er-prev a,
  .pic-er-next a {
    display: block;
    margin: 1vw 0 0;
    font-size: 0.8vw;
    line-height: 2.4vw;
    color: #000;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #000;
  }
  .pic-er-prev a:hover,
  .pic-er-next a:hover {
    color: #fff;
    background: #007b2d;
  }

  .pic-er-p {
    min-height: 100px;
    margin: 2vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
  }
}
