.pic-er {
  padding: 10px;
}

.pic-er-box {
  display: block;
}
.pic-er-left {
  position: relative;
  padding: 10px;
  background: #ebebeb;
}

.pic-banner-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pic-button-prev {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 50%;
}
.pic-button-next {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 50%;
}
.pic-banner-btn img {
  width: 24px;
  transform: translate3d(0, -20px, 0);
  cursor: pointer;
}

.pic-banner-gallery i {
  display: block;
}
.pic-banner-gallery img {
  width: 100%;
}

.pic-banner-thumb {
  width: 100%;
  margin: 10px 0 0;
  overflow: hidden;
}
.pic-banner-thumb i {
  display: block;
}
.pic-banner-thumb i img {
  width: 100%;
}

.pic-er-right {
  display: none;
}

.pic-er-name {
  padding: 15px 0 5px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.pic-er-attr {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.pic-er-p {
  min-height: 100px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

@media (min-width: 1200px) {
  .pic-er-box {
    position: relative;
    padding-right: 1.28vw;
    width: 62.4vw;
    margin: 0 auto;
  }

  .pic-er-left {
    width: 48vw;
  }

  .pic-er-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 12.8vw;
    height: 100%;
    padding: 3vw 0 2vw;
  }
  .recommend-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 2.4vw;
    text-align: center;
    background: #ebebeb;
  }

  .pic-banner-recommend {
    height: 100%;
    text-align: center;
  }
  .pic-banner-recommend i {
    display: block;
  }
  .pic-banner-recommend i img {
    width: 100%;
  }

  .recommend-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2vw;
    background: #ebebeb;
  }
  .recommend-btn div {
    padding: 0 0.2vw;
    cursor: pointer;
  }

  .pic-er-bottom {
    width: 62.4vw;
    margin: 0 auto;
  }

  .pic-er-name {
    padding: 1vw 0;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  .pic-er-p {
    font-size: 16px;
    line-height: 30px;
  }
}
