[v-clock] { display: none; }
ul, li { padding: 0; margin: 0; list-style: none; }
html,
body {
  width: 100%;
  font-family: 'PingFang SC';
  background-color: #161211;
}
.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-banner {}
.header-banner img {
  width: 100%;
  display: block;
}
.bx-wrap {
  background: url('../images/bg.jpg') center top no-repeat;
  background-size: 100%;
}
.bx {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hide {
  display: none;
}

.show {
  display: block;
}
.salesreward {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}
/* 商家优惠 */
.box-list-container {
  position: relative;
  height: auto;
  margin: 0 auto;
  border: 1px solid #d8b374;
}
.salesreward .swiper-button-next::after, 
.salesreward .swiper-button-prev::after {
  content: '';
  outline: none;
}
.salesreward .swiper-button-next {
  background-image: url("../images/icon-left.png");
  position: absolute;
  width: 19px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  right: 5px;
  z-index: 20;
  display: block!important;
  outline: none;
  transform: rotate(180deg);
}
.swiper-container {
  border-radius: 20px;
  border: 6px solid #efcc8a;
}
.salesreward .swiper-button-prev {
  background-image: url("../images/icon-left.png");
  position: absolute;
  width: 19px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  left: 5px;
  z-index: 20;
  display: block !important;
  outline: none;
}
.swiper-slide img {
  width: 100%;
  display: block;
}
.title {
  text-align: center;
  font-size: 40px;
  color: #dbc195;
  margin-bottom: 20px;
}
.re-list {
  width: 1210px;
  overflow: hidden;
  margin-bottom: 40px;
}
.re-item {
  width: 210px;
  height: 230px;
  /* border: 1px solid #dbc195; */
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.re-logo {
  height: 99px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* margin-bottom: 15px; */
  margin-top: 25px;
}
.re-title {
  height: 24px;
  line-height: 24px;
  font-size: 17px;
  color: #686868;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.re-btn span {
  display: block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  font-size: 21px;
  color: #ffffff;
  background-color: #2a1814;
  border-radius: 4px;
}

.hot-list {
  width: 1200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.hot-item {
  width: 290px;
  /* border: 1px solid #dbc195; */
  float: left;
  margin: 0 10px 10px 0;
  /* padding: 10px; */
  background-color: #fff;
  border-radius: 5px;
}

.hot-logo {
  height: 240px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  border-radius: 4px 4px 0 0;
}

.hot-title {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #ae5a33;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  padding: 0 15px;
}
.hot-desc {
  height: 37px;
  font-size: 14px;
  color: #191919;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 15px;
}

.hot-btn span {
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  font-size: 21px;
  color: #fff;
  background-color: #2a1814;
  border-radius: 4px;
}
.get-more {
  text-align: center;
  font-size: 16px;
  padding-bottom: 50px;
}
.pagination {
  padding: 10px 0 100px;
}
.paging {
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-family: Tahoma;
  font-size: 14px;
  white-space: nowrap;
  border: 1px solid #D1E5EC;
  background: #EEF7FC;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.paging li.active {
  border: 1px solid #b947f5;
  background: #b947f5;
  color: #fff;
}
.paging li.total {
  width: auto;
  padding: 0 10px;
}
.paging li.disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.hot-box {
  position: relative;
}

.loading {
  position: absolute;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  right: 0;
  bottom: 198px;
  left: 0;
}

.loading .shape-cont {
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loading .shape {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 1px;
}

.loading .shape.shape1 {
  left: 0;
  background-color: #5C6BC0;
}

.loading .shape.shape2 {
  right: 0;
  background-color: #8BC34A;
}

.loading .shape.shape3 {
  bottom: 0;
  background-color: #FFB74D;
}

.loading .shape.shape4 {
  bottom: 0;
  right: 0;
  background-color: #F44336;
}

.loading .shape1 {
  animation: animation5shape1 2s ease 0s infinite reverse;
}

@-webkit-keyframes animation5shape1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  50% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }

  75% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

@keyframes animation5shape1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  50% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }

  75% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

.loading .shape2 {
  animation: animation5shape2 2s ease 0s infinite reverse;
}

@-webkit-keyframes animation5shape2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }

  50% {
    -webkit-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px);
  }

  75% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

@keyframes animation5shape2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }

  50% {
    -webkit-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px);
  }

  75% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

.loading .shape3 {
  animation: animation5shape3 2s ease 0s infinite reverse;
}

@-webkit-keyframes animation5shape3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }

  50% {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
  }

  75% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

@keyframes animation5shape3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }

  50% {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
  }

  75% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

.loading .shape4 {
  animation: animation5shape4 2s ease 0s infinite reverse;
}

@-webkit-keyframes animation5shape4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  50% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }

  75% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@keyframes animation5shape4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  50% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }

  75% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}
.detail-modal {}
.detail-modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999;
}
.detail-modal__content {
  position: fixed;
  width: 900px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -300px;
  /*transform: translate(-50%, -50%);*/
  background-color: #fff;
  z-index: 1000;
  border: 10px solid rgba(0, 0, 0, .5);
}
.detail-modal__title {
  height: 40px;
  line-height: 40px;
  padding: 5px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dbdbdb;
}
.detail-modal__title h5 {
  font-size: 16px;
  font-weight: bold;
}
.detail-modal__close {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 30px;
  color: #666;
  cursor: pointer;
}
.detail-modal__wrap {
  max-height: 480px;
  overflow-y: scroll;
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.mycoupon {
  font-weight: bold;
  color: #f79646;
}
.detail-modal__scroll li {
  padding-left: 10px;
}
.detail-modal__scroll p a {
  color: #4c36ff;
  padding: 0 5px;
  display: none;
}
.detail-modal__btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}
.detail-modal__btn a {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #2a1814;
  padding: 6px 30px;
  margin-right: 20px;
  border-radius: 4px;
}
.detail-modal__scroll > img {
  float: right;
  margin-left: 20px;
  padding: 6px;
  border: 1px solid #f3f3f3;
}
.detail-modal__scroll > div p {
  text-indent: 2em;
}
@media screen and (max-width: 768px) {
  .bx-wrap {
    padding: 15px;
  }
  .bx, .salesreward, .salesreward ul.move-box li, .re-list, .hot-list {
    width: 100%;
  }
  .salesreward {
    margin-bottom: 20px;
  }
  .title img {
    width: 70%;
  }
  .re-item, .hot-item {
    width: calc((100% - 90px) / 3);
  }
  .re-item:nth-child(3n), .hot-item:nth-child(3n) {
    margin-right: 0;
  }
  .hot-logo {
    height: 140px;
  }
  .re-btn span {
    width: 100%;
  }
  .hot-title, .hot-btn span, .re-btn span {
    font-size: 16px;
  }
  .detail-modal__content {
    width: 90%;
    height: 500px;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
  }
  .detail-modal__title {
    height: 30px;
    line-height: 30px;
  }
  .detail-modal__title h5 {
    font-size: 14px;
  }
  .detail-modal__wrap {
    max-height: 400px;
  }
  .detail-modal__scroll > img {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .detail-modal__btn {
    padding: 13px 0;
    text-align: center;
  }
  .detail-modal__btn a {
    font-size: 14px;
    margin: 0;
  }
  .detail-modal__close {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .detail-modal__title h5 {
    height: 30px;
    overflow: hidden;
    padding-right: 18px;
  }
  .swiper-container {
    border-radius: 10px;
    border-width: 3px;
  }
  .re-item, .hot-item {
    width: calc((100% - 50px) / 2);
  }
  .hot-item {
    width: calc((100% - 10px) / 2);
  }
  .title {
    margin-bottom: 10px;
  }
  .title img {
    width: 86%;
  }
  .re-item:nth-child(2n), .hot-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .hot-title, .hot-btn span, .re-btn span {
    font-size: 14px;
  }
}

.hot-btn {
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}