@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica.ttf");
}
@font-face {
  font-family: helvetica-light;
  src: url("../fonts/helvetica-light.ttf");
}
@font-face {
  font-family: Helvetica-Bold;
  src: url("../fonts/Helvetica-Bold.ttf");
}
@font-face {
  font-family: Helvetica-Oblique;
  src: url("../fonts/Helvetica-Oblique.ttf");
}
@font-face {
  font-family: Helvetica-BoldOblique;
  src: url("../fonts/Helvetica-BoldOblique.ttf");
}
.discount-item {
  position: relative;
}

.discount-item .discount-item-content {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.discount-item .discount-item-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 4px;
  width: 29%;
}

.discount-item .discount-item-avatar-img {
  max-height: 100px;
  overflow: hidden;
  width: auto;
}

.discount-item .discount-item-avatar-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 11px;
  line-height: 16px;
  margin-top: 4px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.discount-item .discount-item-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  font-size: 13px;
  height: 100%;
  line-height: 12px;
  padding: 10px 8px;
}

.discount-item .discount-item-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.discount-item .discount-item-row.middle {
  margin-top: 4px;
}

.discount-item .discount-item-row.bottom {
  align-items: flex-end;
  margin-top: auto;
}

.discount-item .discount-item-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  font-family: Helvetica-Bold;
}

.discount-item .discount-item-countdown {
  font-size: 11px;
  font-weight: 600;
  font-family: Helvetica-Bold;
}

.brand-hot-promotion-swiper .BrandCard {
  background: none;
}

.discount-item .discount-item-tootip-icon {
  color: #da2543;
  cursor: pointer;
  font-size: 18px;
}

.discount-item {
  color: #222222;
}

.discount-item .discount-item-total {
  color: #b8b5ad;
  padding-top: 4px;
}

.discount-item .discount-item-total span {
  background-color: #f8d3d9;
  color: #B61F38;
  padding: 2px 4px;
  border-radius: 4px;
}

.discount-item .discount-item-save-btn {
  background: #bf1e2e;
  border: unset;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  outline: unset !important;
  padding: 6px 7px;
}

.discount-item .discount-item-save-btn:hover {
  box-shadow: 1px 2px 0px 0px #861225;
  transition: 1s all;
}

.discount-item .discount-item-save-btn.notsave {
  background: #000;
}

.discount-item .discount-item-background {
  position: relative;
  z-index: 5;
}

.discount-item .discount-item-background-img {
  width: 100%;
}

.discount-item .discount-item-time {
  color: #b8b5ad;
}

.discount-item.is-disable {
  cursor: not-allowed;
  opacity: 0.5;
}

.discount-item.is-disable .discount-item-save-btn {
  pointer-events: none;
}

.discount-section {
  font-family: Helvetica;
  overflow: auto;
}

.discount-section .discount-block {
  margin-top: 40px;
}

.discount-section .discount-block-head {
  position: relative;
  text-align: center;
}

#couponby {
  margin-bottom: 50px;
}

#coupon {
  margin-top: 50px;
}

.discount-section .discount-block-head-title {
  background: #B61F38;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  padding: 12px 40px 16px 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  font-family: Helvetica-Bold;
  box-shadow: 0px 4px 0px 0px #861225;
}

.discount-section .discount-sub-group {
  margin-top: 40px;
}

.discount-section .sub-group-head {
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

.discount-section .sub-group-body {
  margin-top: 24px;
}

.discount-section .point-vouchers-list {
  grid-gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 1px;
}

.discount-section .discount-list.limit-height {
  max-height: 248px;
  overflow: hidden;
}

.discount-section .view-more {
  margin-top: 24px;
  text-align: center;
}

.discount-section .sub-group-banner {
  margin-top: 40px;
}

.hot_promotion h2 {
  color: #fff;
  position: absolute;
  padding-top: 12px;
  font-size: 22px;
  font-family: Helvetica-Bold;
}

.hot-promotion-content {
  background: url("../images/bg-hot-promotion-2.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hot-promotion-swiper-button-next, .hot-promotion-swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-next:after {
  padding-left: 5px;
}

.swiper-button-prev:after {
  padding-right: 5px;
}

.couponbuy-pagination-wapper {
  text-align: center;
  margin-top: 20px;
}

.couponbuy-pagination-wapper .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}

.couponbuy-pagination-wapper .swiper-pagination-bullet-active {
  width: 54px;
  height: 12px;
  border-radius: 60px;
}

.couponbuy-pagination-bg {
  text-align: center;
  height: 36px;
  background: rgba(71, 27, 34, 0.1);
  border-radius: 30px;
  display: inline-block;
  padding: 10px 16px;
}

#couponbuy-slide-section {
  margin-bottom: 40px;
}

#couponbuy-slide-section .BrandCard {
  margin: 0px;
  padding: 0px;
}

#home-support-section {
  background: #F6F6F6;
}

@media only screen and (min-width: 500px) {
  .hot-promotion-content {
    height: 360px;
  }
  .hot-promotion-content {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .discount-section .discount-block-head-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .discount-section .discount-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
    padding-right: 1px;
  }
  #couponbuy-slide-section, #couponby {
    margin-bottom: 40px;
  }
  #coupon {
    margin-top: 40px;
  }
  .discount-section .discount-sub-group {
    margin-top: 24px;
  }
  .hot-promotion-content {
    padding-bottom: 24px;
  }
  #app_couponbuy {
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=point-vouchers.css.map */
