.customPage {
  min-height: 100px;
  overflow: hidden;
  background: #c10039;
  padding: 50px 0;
  padding-bottom: 0
}

.customPage a {
  color: inherit !important;
  text-decoration: none !important
}

.goodsList {
  width: 1200px;
  margin: auto;
  margin-bottom: 70px;
  min-height: 0;
  overflow: hidden;
}

.goodsList .title {
  text-align: center;
  color: #ffedc7;
  font-size: 44px;
  margin-bottom: 30px;
}

.goodsList .title b {
  padding: 0 10px
}


.goodsList ul li {
  width: 230px;
  height: 365px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.goodsList ul li:nth-child(5n) {
  margin-right: 0
}

.goodsList ul li .img {
  width: 210px;
  margin: auto;
  padding-top: 10px;
  margin-bottom: 2px
}

.goodsList ul li .img a {
  display: block
}

.goodsList ul li .img img {
  width: 100%;
  vertical-align: middle
}

.goodsList ul li h1 {
  font-size: 14px;
  color: #333333;
  padding: 10px;
  line-height: 20px;
  padding-bottom: 0;
  overflow: hidden;
  height: 50px;
}

.goodsList ul li .subtitle {
  padding: 0 10px;
  color: #ff6600;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}

.goodsList ul li .goods-price {
  width: 100%;
  height: 55px;
  background: url('../image/price-bg.jpg');
  position: absolute;
  bottom: 0
}

.goodsList ul li span {
  display: block;
  float: left;
}

.goodsList ul li span.span1 {
  width: 130px;
  color: #fff;
  line-height: 60px;
  font-size: 12px;
  text-indent: 10px
}

.goodsList ul li span.span1 b {
  font-size: 22px;
}

.goodsList ul li span.span2 {
  width: 100px;
  float: right;
  line-height: 65px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.goodsList ul li span.span2 s {
  font-size: 16px
}

.goodsList ul li .lable {
  width: 28px;
  height: 31px;
  background: url('../image/pc-a.png');
  position: absolute;
  right: 15px;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-size: 14px
}

.goodsList ul li span.addCart {
  color: #ffff00;
}

.activityImg{
  text-align: center;
  margin-bottom: 50px
}

@media (max-width: 1250px){
  .goodsList {
    width: 980px;
  }
  .goodsList .title{
    font-size: 40px
  }
  .goodsList ul{
    margin-left: 12px
  }
  .goodsList ul li:nth-child(5n) {
    margin-right: 12px;
  }
  .goodsList ul li:nth-child(4n) {
    margin-right: 0;
  }
  .activityImg img{
    width: 980px;
  }
}
