/* 产品详情 */
.pic-er {
  padding: 10px 0;
}

.pic-er-img {
  position: relative;
  padding: 1px;
  border: 2px solid #f5f5f5;
}
.pic-er-img i {
  display: block;
}
.pic-er-img i img {
  width: 100%;
}
.pic-er-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
}
.pic-er-shop a {
  display: flex;
  margin: 0 5px;
  background: #93713b;
  border-radius: 10px;
}
.pic-er-shop i {
  display: block;
  width: 30px;
}
.pic-er-shop img {
  width: 100%;
}
.pic-er-shop p {
  width: 80px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.pic-er-mark {
  padding: 0.2rem 0;
}

.pic-er-mark img {
  width: 1.2rem;
}

.pic-er-name {
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #000;
}
.pic-er-weight {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.pic-er-ad {
  padding: 0.2rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.pic-er-page {
  display: flex;
  justify-content: space-between;
}
.pic-er-page a {
  width: 49%;
  display: block;
  margin: 0.2rem 0 0;
  padding: 0 5px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
}

.pic-er-p {
  margin: 0.2rem 0 0;
}
.pic-er-p p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.pic-er-p p img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .pic-er {
    padding: 0 9.8vw;
    background: none;
  }
  .pic-er-line {
    display: flex;
    justify-content: space-between;
  }
  .pic-er-img {
    position: relative;
    width: 21vw;
    padding: 1px;
    border: 4px solid #f5f5f5;
  }
  .pic-er-img i {
    display: block;
  }
  .pic-er-img i img {
    width: 100%;
  }
  .pic-er-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 1vw;
    width: 100%;
  }
  .pic-er-shop a {
    display: flex;
    margin: 0 0.5vw;
    background: #93713b;
    border-radius: 14px;
  }
  .pic-er-shop i {
    display: block;
    width: 2.4vw;
  }
  .pic-er-shop img {
    width: 100%;
  }
  .pic-er-shop p {
    width: 4.5vw;
    font-size: 0.8vw;
    line-height: 2.4vw;
    color: #fff;
    text-align: center;
  }

  .pic-er-content {
    width: 13.8vw;
  }

  .pic-er-mark {
    padding: 4vw 0 1vw;
  }

  .pic-er-mark img {
    width: 7vw;
  }

  .pic-er-name {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #000;
  }
  .pic-er-weight {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }

  .pic-er-ad {
    padding: 2vw 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }

  .pic-er-page {
    display: block;
  }
  .pic-er-page a {
    display: block;
    width: 100%;
    margin: 1vw 0 0;
    font-size: 0.8vw;
    line-height: 2.4vw;
    color: #000;
    text-align: center;
    border: 2px solid #000;
    border-radius: 5px;
  }
  .pic-er-page a:hover {
    color: #fff;
    background: #000;
  }

  .pic-er-p {
    margin: 2vw 0 0;
  }
  .pic-er-p p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
  .pic-er-p p img {
    max-width: 100%;
  }
}
