html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #cae0ff;
}
.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: 540px;
}

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

.hide {
  display: none;
}

.show {
  display: block;
}

.bg {
  background: #cae0ff url('../images/bg.jpg') center top no-repeat;
}
.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: 1000px;
    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: -65px;
    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: -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: 1130px;
  height: auto;
  overflow: hidden;
    /*width: 875px;
    height: auto;
    float: left;
    overflow: hidden; */
}

/* 遮罩层*/
.salesreward ul.move-box li a {
  float: left;
    display: block;
    width: 189px;
    height: 139px;
    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: 30px auto;
}

.salesreward ul.move-box li a .sales_discount {
  font-size: 15px;
  color: #FFF;
  width: 100%;
  height: 32px;
  background: #e00300;
  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: 1200px;
  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: 490px;
  height: 166px;
  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: 1200px;
  height: auto;
  overflow: hidden;
}

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

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

.float-menu ul {
    width: 206px;
    height: 204px;
    margin: 100px 0;
}
.float-menu ul li {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  font-family: "PingFang SC";
  height: 55px;
  line-height: 48px;
  margin: 0 2px 10px 1px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
}
.float-menu ul li.cur {
  color: red;
}
.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;
}
.page {
  position: relative;
  left: -30px;
}