.pic-er {
  position: relative;
  z-index: 1;
}

.pic-er-name {
  width: 4rem;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #7a5121;
}
.pic-er-box i {
  display: block;
}
.pic-er-box i img {
  width: 100%;
}

.pic-er-p {
  margin: 0.2rem 0 10px;
  min-height: 120px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.pic-er-p p img {
  width: 100%;
}
@media (min-width: 1200px) {
  .pic-er-box {
    padding: 0 5vw;
  }
  .pic-er-name {
    width: 40vw;
    font-size: 1.2vw;
    line-height: 4vw;
  }

  .pic-er-p {
    margin: 1vw 0;
    padding: 0 5vw;
  }
}
