html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #ffbed3;
}
.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: 586px;
  background: url('../images/banner.jpg') center top no-repeat;
}

.bx {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  left: 20px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.bg {}
.salesreward {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}

.salesreward_title {
  width: 858px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-top: 40px;
}

.salesreward_title .salesreward_title_wz,
.salespromotion_title .salespromote_title_wz  {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 105px;
  font-family: "PingFang SC";
  color: rgb(255, 255, 255);
  z-index: 73;
}

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

.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: -43px;
  margin-top: -44px;
  z-index: 20;
}

.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;
}

.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: -38px;
}

.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: 172px;
  height: 126px;
  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: #bc1f2b;
  width: 100%;
  height: 32px;
  background: #ffd9b7;
  line-height: 32px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

/* 商家促销 */

.salespromotion_title {
  width: 858px;
  height: 105px;
  margin: 0 auto;
  margin-top: 56px;
}

.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;
}

.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: 444px;
  height: 157px;
  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: 444px;
  height: 157px;
}

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

.float-menu ul {
    width: 242px;
    height: 204px;
    margin: 197px 15px 0;
}
.float-menu ul li {
  color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "PingFang SC";
    height: 83px;
    line-height: 48px;
    margin: 0 2px 10px 1px;
    text-align: center;
    cursor: pointer;
}
.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,
.salespromote_title {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 20px;
}
.title {
  font-size: 44px;
  color: #ffd6c9;
  font-family: 'sourcehanserifcn';
  text-align: center;
  padding: 6px 60px;
  letter-spacing: 5px;
  font-weight: lighter;
}























