/* 产品列表 */
.pics {
  padding-top: 0;
}

.pics ul li {
  padding-top: 0.2rem;
}
.pics ul a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.3rem;
  background: rgba(197, 3, 25, 0.8);
}
.pics i {
  display: block;
  width: 3rem;
  text-align: center;
}
.pics i img {
  width: 2.2rem;
}

.pic-li-font {
  width: 3.6rem;
  padding: 0.3rem 0 0;
  color: #fff;
}
.pic-li-ad {
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.pic-li-name {
  font-size: 0.36rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic-li-weight {
  margin: 5px 0;
  font-size: 12px;
  line-height: 20px;
}
.pic-li-more {
  width: 100px;
  margin: 0.4rem 0 0;
  padding: 0 4px 0 8px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
}
.pic-li-more span {
  display: block;
  background: url(../images/more_arrow.png) no-repeat right center/18px;
}

@media (min-width: 1200px) {
  .common-nav ul li {
    padding-top: 3vw;
  }

  .common-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: -3.6vw;
    width: 100%;
    height: 3.6vw;
    background: no-repeat center 0 / auto 3.6vw;
  }
  .common-nav li:nth-child(1) a::after {
    background-image: url(../images/part3_nav1.png);
  }
  .common-nav li:nth-child(2) a::after {
    background-image: url(../images/part3_nav2.png);
  }
  .common-nav li:nth-child(3) a::after {
    background-image: url(../images/part3_nav3.png);
  }


  .pics ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1vw 1vw 0;
  }
  .pics ul li {
    width: 50%;
    padding: 5vw 1vw 0;
  }
  .pics ul a {
    display: block;
    position: relative;
    padding: 2.4vw;
    background: rgba(255, 255, 255, 0.8);
  }
  .pics li i {
    display: block;
    position: absolute;
    width: auto;
    left: 2.4vw;
    bottom: 2.4vw;
  }
  .pics li i img {
    width: 10vw;
  }

  .pic-li-font {
    width: auto;
    padding-top: 0;
    padding-left: 12vw;
    color: #000;
  }
  .pic-li-ad {
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #c50319;
  }
  .pic-li-name {
    font-size: 1.2vw;
    line-height: 1.8vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pic-li-weight {
    margin: 0.2vw 0 2vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
  }
  .pic-li-more {
    width: 120px;
    margin: 0;
    padding: 3px 6px 3px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    border: 1px solid #000;
    border-radius: 2vw;
  }
  .pic-li-more span {
    display: block;
    background: url(../images/more_arrow2.png) no-repeat right center;
  }

  .pics ul li:hover a {
    background: #c50319;
  }

  .pics ul li:hover .pic-li-font {
    color: #fff;
  }
  .pics ul li:hover .pic-li-ad {
    color: #fff;
  }
  .pics ul li:hover .pic-li-more {
    color: #fff;
    border-color: #fff;
  }
}

/* 产品详情 */
.pic-er {
}
.pic-er-line {
  padding: 1.2rem 0 0;
}
.pic-er-img {
  position: relative;
  height: 3.4rem;
  text-align: center;
  background: #c50319;
}
.pic-er-img i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 2vw;
  width: 100%;
  text-align: center;
}
.pic-er-img i img {
  width: 3rem;
}
.pic-er-box {
  position: relative;
  padding: 0.4rem;
  background: #c50319;
}
.pic-er-box i {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: url(../images/pic_er_bg.png) no-repeat right bottom/auto 100%;
}
.pic-er-font {
  position: relative;
  z-index: 10;
  color: #fff;
}
.pic-er-ad {
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.pic-er-name {
  font-size: 0.36rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic-er-weight {
  margin: 5px 0;
  font-size: 12px;
  line-height: 20px;
}
.pic-er-p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 1200px) {
  .pic-er {
    padding: 8vw 2vw 2vw;
  }
  .pic-er-line {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .pic-er-img {
    position: relative;
    width: 24vw;
    height: 17vw;
    text-align: center;
    background: #c50319;
  }
  .pic-er-img i {
    display: block;
    position: absolute;
    left: 0;
    bottom: 2vw;
  }
  .pic-er-img i img {
    width: 14vw;
  }
  .pic-er-box {
    position: relative;
    width: 32vw;
    height: 17vw;
    padding: 2vw;
    background: #c50319;
  }
  .pic-er-box i {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 25vw;
    background: url(../images/pic_er_bg.png) no-repeat right bottom/auto 100%;
  }
  .pic-er-font {
    color: #fff;
  }
  .pic-er-ad {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }
  .pic-er-name {
    font-size: 1.2vw;
    line-height: 1.8vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pic-er-weight {
    margin: 0.2vw 0 2.4vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
  }
  .pic-er-p {
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #fff;
  }
}
