/* 产品列表 */
.pics {
}

.pics ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.pics ul li {
  width: 50%;
  padding: 3px;
}
.pics ul a {
  display: block;
  padding: 0.2rem;
  text-align: center;
  background: #eaeaea;
  border: 1px solid #333;
}
.pics ul i {
  display: block;
  border: 1px solid #333;
}
.pics ul i img {
  width: 100%;
}
.pics ul p {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #333;
  text-align: center;
}
.pics ul p span {
  padding: 0 0.2rem;
}

@media (min-width: 1200px) {
  .pics {
  }

  .pics ul {
    display: flex;
    margin: 0 -1.2vw;
  }
  .pics ul li {
    width: 33.33%;
    padding: 1.2vw;
  }
  .pics ul a {
    display: block;
    padding: 0.6vw;
    text-align: center;
    background: #eaeaea;
    border: 1px solid #333;
  }
  .pics ul i {
    display: block;
    border: 1px solid #333;
  }
  .pics ul i img {
    width: 100%;
  }
  .pics ul p {
    display: flex;
    justify-content: center;
    margin-top: 0.5vw;
    font-size: 0.9vw;
    line-height: 2.4vw;
    color: #333;
    text-align: center;
  }
  .pics ul p span {
    padding: 0 1vw;
  }
  .pics ul a:hover {
    background: #cc1028;
  }
  .pics ul a:hover p {
    justify-content: flex-start;
    color: #fff;
    background: url(../images/pic-li-logo.png) no-repeat right center/8vw;
  }
  .pics ul a:hover p span {
    display: block;
    padding-left: 0;
    background: url(../images/arrow-w.png) no-repeat right center;
  }
}

/* 产品详情 */
.pic-er {
}

.pic-er-name {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

.pic-er-line {
  position: relative;
  margin: 0.3rem 0;
}

.pic-er-box {
  padding-right: 1.6rem;
  overflow: hidden;
}
.pic-er-slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.6rem;
  height: 100%;
  padding: 20px 0;
}

.pic-er-line i {
  display: block;
  border: 1px solid #e8e2d6;
}
.pic-er-line i img {
  width: 100%;
}
#thumbs {
  height: 100%;
}

.pic-er-btn {
  position: absolute;
  z-index: 20;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff;
  border: 1px solid #e8e2d6;
  cursor: pointer;
}

.pic-er-prev span,
.pic-er-next span {
  display: block;
  text-align: center;
}
.pic-er-prev span img,
.pic-er-next span img {
  width: 12px;
}
.pic-er-prev {
  top: 0;
}
.pic-er-next {
  bottom: 0;
}

.pic-er-detail {
  width: 2rem;
  margin: 0.1rem 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #c30d23;
}

.pic-er-info {
  min-height: 120px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.pic-er-page {
  display: flex;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.pic-er-page a {
  max-width: 48%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic-er-page a:nth-child(1) {
  padding-left: 20px;
  background: url(../images/page-prev.png) no-repeat 0 center;
}
.pic-er-page a:nth-child(2) {
  padding-right: 20px;
  background: url(../images/page-next.png) no-repeat right center;
}
@media (min-width: 1200px) {
  .pic-er {
  }

  .pic-er-name {
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #333;
  }

  .pic-er-line {
    position: relative;
    width: 31vw;
    margin: 3vw auto 5vw;
  }

  .pic-er-box {
    position: relative;
    padding-right: 7vw;
    overflow: hidden;
  }
  .pic-er-slide {
    position: absolute;
    right: 0;
    top: 0;
    width: 6.8vw;
    height: 100%;
    padding: 1.4vw 0;
  }

  .pic-er-line i {
    display: block;
    background: #fff;
    border: 2px solid #e8e2d6;
  }
  .pic-er-line i img {
    width: 100%;
  }
  #thumbs {
    height: 100%;
  }

  .pic-er-btn {
    position: absolute;
    z-index: 20;
    left: 0;
    width: 100%;
    height: 1.2vw;
    background: #fff;
    border: 1px solid #e8e2d6;
    cursor: pointer;
  }

  .pic-er-prev span,
  .pic-er-next span {
    display: block;
    text-align: center;
  }
  .pic-er-prev span img,
  .pic-er-next span img {
    width: 1.2vw;
  }
  .pic-er-prev {
    top: 0;
  }
  .pic-er-next {
    bottom: 0;
  }

  .pic-er-detail {
    width: 8vw;
    margin: 2.4vw 0;
    font-size: 1.2vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #c30d23;
  }

  .pic-er-info {
    min-height: 120px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
}
