.indexBanner {
  /*margin-top: -3.33333333rem;*/
}
.indexBanner img {
  display: block;
  width: 100%;
}
.navBar{ border-top:1px solid #ddd;}
.navBar li {
  float: left;
  width: 25%;
  background: #ffffff;
}
.navBar li a {
  display: block;
  box-sizing: border-box;
  height: 5.83333333rem;
  padding-top: 0.83333333rem;
}
.navBar li img {
  display: block;
  margin: 0 auto;
  width: 2.91666667rem;
}
.navBar li span {
  display: block;
  text-align: center;
  color: #353e4c;
  font-size: 1rem;
  line-height: 1.83333333rem;
}

.secondKill {
  margin-top: 0.66666667rem;
}
.secondKill .timeCounting {
  float: right;
  height: 1.875rem;
  line-height: 1.875rem;
  margin-top: 1.0625rem;
  font-size: 0.91666667rem;
  color: #565f6d;
}
.secondKill .timeCounting span {
  font-size: 0;
}
.secondKill .timeCounting i {
  display: inline-block;
  width: 1.45833333rem;
  height: 1.875rem;
  font-size: 1.33333333rem;
  text-align: center;
  background: #fa6d6d;
  color: #fff;
  margin-left: 0.16666667rem;
  vertical-align: top;
  border-radius: 0.25rem;
}
.secondKill .timeCounting .mh {
  background: none;
  color: #c7c7c7;
  width: 0.625rem;
}
.goodsList01 li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.goodsList01 li:nth-child(odd) {
  padding-right: 0.20833333rem;
}
.goodsList01 li:nth-child(even) {
  padding-left: 0.20833333rem;
}
.goodsList01 li a {
  display: block;
  background: #ffffff;
}
.goodsList01 .soldout:before {
  position: absolute;
  content: "";
  z-index: 5;
  background: rgba(49, 53, 71, 0.2);
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
.goodsList01 .soldout:after {
  position: absolute;
  content: "已抢完";
  z-index: 8;
  background: rgba(49, 53, 71, 0.4);
  width: 4.41666667rem;
  height: 4.41666667rem;
  line-height: 4.41666667rem;
  color: #fff;
  text-align: center;
  font-size: 1.16666667rem;
  top: 50%;
  left: 50%;
  margin: -2.3125rem 0 0 -2.3125rem;
  border-radius: 50%;
}
.goodsList01 .soldout:nth-child(odd):before {
  padding-right: 0.20833333rem;
  left: 0;
  right: 0.20833333rem;
}
.goodsList01 .soldout:nth-child(even):before {
  padding-left: 0.20833333rem;
  right: 0;
  left: 0.20833333rem;
}
.goodsList01 .imgArea {
  position: relative;
}
.goodsList01 .imgArea img {
  width: 100%;
  display: block;
}
.goodsList01 .imgArea .lBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 0;
}
.goodsList01 .imgArea .lBox span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 1.33333333rem;
  padding: 0 0.33333333rem;
  font-size: 0.75rem;
  line-height: 1.33333333rem;
  text-align: center;
  color: #fff;
}
.goodsList01 .imgArea .lBox .pink {
  background: #fa6d6d;
}
.goodsList01 .imgArea .lBox .blue {
  background: #27a4e5;
}
.goodsList01 .imgArea .rBox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.goodsList01 .imgArea .rBox span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 1.33333333rem;
  padding: 0 0.33333333rem;
  font-size: 0.75rem;
  line-height: 1.33333333rem;
  text-align: center;
  color: #fefefe;
  background: rgba(37, 41, 58, 0.5);
}
.goodsList01 .txtArea {
  padding: 0.41666667rem 0.83333333rem;
}
.goodsList01 .txtArea h3 {
  font-size: 1.08333333rem;
  line-height: 1.41666667rem;
  color: #353e4c;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goodsList01 .txtArea .desc {
  font-size: 0.91666667rem;
  line-height: 1.33333333rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #565f6d;
  margin: 0.20833333rem 0 0;
}
.goodsList01 .txtArea .evaluate {
  font-size: 0.83333333rem;
  line-height: 0.91666667rem;
  color: #27a4e5;
  margin-top: 0.625rem;
}
.goodsList01 .txtArea .price {
  height: 1.75rem;
  line-height: 1.75rem;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #565f6d;
}
.goodsList01 .txtArea .price strong {
  color: #ff4444;
  font-size: 1.33333333rem;
}
.goodsList01 .txtArea .price .delete {
  text-decoration: line-through;
  margin-left: 0.41666667rem;
}
.theme {
  margin: 0.625rem 0;
}


.indexmore{ width:100%;}
.indexmore a{ display:block; width:100%; height:3rem; line-height:3rem; background:#eee; color:#333; font-size:1.2rem; text-align:center;}
