html,
body {
  width: 100%;
  overflow-x: hidden;
  background: #e9725e;
}
.salesreward:hover .slider-prev,
.salesreward:hover .slider-next {
  display: block!important;
}
.sales_promotion:hover .slider-prev,
.sales_promotion:hover .slider-next {
  display: block!important;
}
header {
  height: 624px;
  background: url('../images/banner.jpg') center top no-repeat;
}

.bx {
  width: 1199px;
  margin: 30px auto;
  position: relative;
  padding-bottom: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.bg {
  background: url('../images/bg.jpg') center bottom repeat;
}
.salesreward {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}

.salesreward_title {
  height: 105px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-top: 40px;
  text-align: center;
}

.salesreward_title .salesreward_title_wz,
.salespromotion_title .salespromote_title_wz  {
  display: inline;
  font-size: 34px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 105px;
  font-family: "PingFang SC";
  z-index: 73;
  background-color: #d03b22;
  padding: 3px 40px;
  border-radius: 30px;
}

/* 商家优惠 */
.box-list-container {
  position: relative;
  width: 940px;
  height: auto;
  margin: 0 auto;
}

.hot-store .box-list-container {
  margin: 20px auto 0;
}

.salesreward .slider-prev {
  background-image: url("../images/icon-left.png");
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  left: 0%;
  margin-top: -44px;
  z-index: 20;
}

.salesreward .slider-next {
  background-image: url("../images/icon-right.png");
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  right: -80px;
  margin-top: -44px;
  z-index: 20;
  cursor: pointer;
}

.salesreward .slider-prev {
  background-image: url("../images/icon-left.png");
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  margin-top: -44px;
  z-index: 20;
  left: -80px;
  cursor: pointer;
}

.sales_promotion .slider-next {
  background-image: url("../images/icon-right.png");
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  margin-top: -44px;
  z-index: 20;
  right: -70px;
}

.sales_promotion .slider-prev {
  background-image: url("../images/icon-left.png");
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  margin-top: -44px;
  z-index: 20;
  left: -76px;
}

.salesreward ul.move-box {
  position: relative;
  width: 10000px;
  overflow: hidden;
  margin-bottom: 15px;
  /* padding-top: 20px; */
  /*    padding-left:92px;*/

}

.salesreward ul.move-box li {
  float: left;
  width: 1060px;
  height: auto;
  overflow: hidden;
    /*width: 875px;
    height: auto;
    float: left;
    overflow: hidden; */
}

/* 遮罩层*/
.salesreward ul.move-box li a {
  float: left;
  display: block;
  width: 180px;
  height: 120px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}

.salesreward ul.move-box li a .icon_img {
  /* background-image: url("../images/image1.png");     */
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 14px auto;
}

.salesreward ul.move-box li a .sales_discount {
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 32px;
  background: #a00e14;
  line-height: 32px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

/* 商家促销 */

.salespromotion_title {
  width: 858px;
  height: 105px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}

.salespromote_title_wz {
  font-size: 40px;
  color: #ffeeb6;
  font-weight: bold;
  text-align: center;
  line-height: 105px;
}

.sales_promotion {
  width: 1093px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}

.sales_promotion .sales_promotionUl {
  padding: 70px 70px;
  width: 890px;
}

.sales_promotion .sales_promotionUl li a {
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.sales_promotion ul li a {
  width: 460px;
  height: 170px;
  display: inline-block;
  margin: 2px;
}

.sales_promotion ul li a:nth-child(2n) {
  margin-right: 0px;
}

.sales_promotion .sales_promotionUl li img {
  width: 422px;
  height: 144px;
  display: block;
}


.sales_promotion ul.move-box {
  position: relative;
  width: 10000px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 20px;
  /*    padding-left:72px;
    margin: 50px 10px 10px 0;*/

}

.sales_promotion ul.move-box li {
  float: left;
  width: 1015px;
  height: auto;
  overflow: hidden;
}

.sales_promotion ul.move-box li .product-item img {
  width: 460px;
  height: 170px;
}

.float-menu {
  position: fixed;
  background: url("../images/float-menu.png") no-repeat;
  width: 173px;
  height: 390px;
  right: 20px;
  bottom: 250px;
  overflow: hidden;
  z-index: 99;
}

.float-menu ul {
  margin: 260px auto 0;
}

.float-menu ul li {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: "PingFang SC";
  height: 40px;
  line-height: 40px;
  margin: 0 15px 20px 13px;
  text-align: center;
  cursor: pointer;
  background-color: #d03b22;
  border-radius: 30px;
}
.float-menu ul li.cur {
  font-weight: bold;
  background-color: #fe8672;
}
.float-menu .top-btn {
  height: 78px;
  background: none;
}

.bubble {
  width: 97px;
  height: 194px;
}

.bubble1 {
  position: absolute;
  bottom: 90px;
  left: 0px;
}

.bubble2 {
  position: absolute;
  top: 1600px;
  right: 0px;
}
.salesreward_title_wz img,
.salespromote_title_wz img {
  width: 100%;
}

.page {
  margin-bottom: 40px;
}























