/* 产品详情 */
.pic-er {
}

.pic-er-left {
  margin: 0 auto;
}
.pic-er-left i {
  display: block;
  padding: 0.2rem 1rem;
  border: 1px solid #d20202;
  border-radius: 3px;
}
.pic-er-left img {
  width: 100%;
}
.pic-er-right {
  padding: 0.1rem 0;
}
.pic-er-name {
  font-size: 18px;
  line-height: 30px;
  color: #d20202;
}
.pic-er-weight {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.pic-er-ad {
  margin: 0.2rem 0;
}
.pic-er-ad img {
  width: 2rem;
}

.pic-er-page {
  display: flex;
  justify-content: space-between;
}
.pic-er-page a {
  width: 48%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #333;
  border-radius: 5px;
}

.pic-er-p {
  min-height: 120px;
  margin: 0.2rem 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
@media (min-width: 1200px) {
  .pic-er {
  }
  .pic-er-line {
    display: flex;
    justify-content: space-between;
    padding: 0 3vw;
  }
  .pic-er-left {
    width: 24vw;
    margin: 0;
  }
  .pic-er-left i {
    display: block;
    padding: 1vw 2vw;
    border: 2px solid #d20202;
    border-radius: 3px;
  }
  .pic-er-left img {
    width: 100%;
  }
  .pic-er-right {
    width: 26vw;
    padding: 2vw 0 0 1.2vw;
    background: url(../images/arrow-r.png) no-repeat 0 2.8vw;
  }
  .pic-er-name {
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #d20202;
  }
  .pic-er-weight {
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #333;
  }
  .pic-er-ad {
    margin: 3vw 0 5vw;
  }
  .pic-er-ad img {
    width: 9vw;
  }

  .pic-er-page {
    display: flex;
    justify-content: space-between;
  }
  .pic-er-page a {
    width: 12vw;
    padding: 0 0.2vw;
    font-size: 0.8vw;
    line-height: 2vw;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #333;
    border-radius: 5px;
  }
  .pic-er-page a:hover {
    color: #fff;
    background: #d20202;
    border-color: #d20202;
  }

  .pic-er-p {
    min-height: 120px;
    margin: 3vw 3vw 0;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
}
