.banner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
}
.main {
  width: 1200px;
  margin: auto;
  margin-bottom: 100px;
  overflow: hidden;
}
.main .subnav {
  width: 100%;
  height: 80px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background-color: #2f74ca;
}
.main .subnav .subnav-center {
  width: 1120px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.main .subnav .subnav-center .subnav-text1 {
  width: 186px;
  height: 80px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  position: relative;
}
.main .subnav .subnav-center .subnav-text1 .subnav-p1 {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 9999;
}
.main .subnav .subnav-center .subnav-text1 .subnav-p2 {
  width: 150px;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 9999;
}
.main .subnav .subnav-center .subnav-text1 .active {
  position: absolute;
  left: 0;
  top: -5px;
  display: none;
}
.main .subnav .subnav-left {
  width: 40px;
  height: 80px;
  font-size: 36px;
  text-align: center;
  line-height: 80px;
  float: left;
}
.main .subnav .subnav-right {
  width: 40px;
  height: 80px;
  font-size: 36px;
  text-align: center;
  line-height: 80px;
  float: right;
}
.main .stop-time {
  width: 520px;
  height: 100px;
  margin: auto;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
  margin-bottom: 20px;
}
.main .stop-time .day,
.main .stop-time .hour,
.main .stop-time .minute,
.main .stop-time .second {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #333333;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 10px;
}
.main .stop-time .day {
  margin-left: 20px;
}
.goods {
  margin-right: -15px;
  overflow: hidden;
}
.goods .wrap {
  width: 1200px;
  margin-right: -15px;
}
.goods .goods-first {
  width: 590px;
  height: 315px;
  border: 1px solid #b6b6b6;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}
.goods .goods-first .goods-logo {
  width: 100px;
  height: 40px;
  padding-left: 25px;
  padding-top: 15px;
}
.goods .goods-first .goods-big {
  width: 240px;
  height: 155px;
  position: absolute;
  top: 95px;
  left: 40px;
}
.goods .goods-first .first-p1 {
  position: absolute;
  right: 60px;
  top: 85px;
  font-size: 16px;
}
.goods .goods-first .first-p1 .jifen {
  font-size: 30px;
  color: #e72a32;
  padding-right: 30px;
  font-weight: bold;
}
.goods .goods-first .first-p2 {
  width: 168px;
  position: absolute;
  top: 135px;
  right: 45px;
}
.goods .goods-first .first-p3{
  color: #b6b6b6;
  display: block;
  padding-top: 5px;
}

.goods .goods-first .miaosha-btn {
  width: 175px;
  height: 35px;
  border: 1px solid #b6b6b6;
  font-size: 18px;
  background: #fff;
  color: #b6b6b6;
  position: absolute;
  right: 40px;
  top: 240px;
  cursor: pointer;
}
.goods .red {
  border-color: #e72a32;
}
.goods .red .miaosha-btn {
  border-color: #e72a32;
  color: #e72a32;
}
.hover-goods {
  display: none;
}
