/* flash page */
.single-box .flashbg {
  background: linear-gradient(90deg,#FE2B75,#F44340) no-repeat;
}

.single-box .flashbody {
  position: relative;
  top: 2.7rem;
  margin-bottom: 10rem;
  background: url(../img/O1CN01cCtTUR2JJi1LrmC96_!!2053469401.png) no-repeat;
  background-size: 100% auto;
}

.flashbody .flashbanner {
  position: relative;
  height: 12rem;
}

.flashbody .flashbanner .title-img {
  position: relative;
  top: 1.2rem;
  text-align: center;
}

.flashbody .flashbanner .title-img img {
  width: 5.5rem
}

.coupon-box {
  position: absolute;
  bottom: 2.625rem;
  left: 1.625rem;
}

.coupon-box .coupon-info {
  display: flex;
  height: 2rem;
}

.coupon-box .coupon-info .icon {
  position: relative;
  width: 2rem;
  z-index: 6;
}

.coupon-box .coupon-info .swiper {
  position: relative;
  top: 0.5rem;
  margin-left: -0.5rem;
  width: 17.5rem;
  height: 1.15rem;
  background: linear-gradient(90deg,#FFDEA9,#FFF7E0) no-repeat;
  border-top-right-radius: 0.6rem;
  overflow: hidden;
}

.coupon-box .coupon-info .swiper .item {
  position: relative;
  height: 1.125rem;
}

.coupon-box .text-ellipsis {
  padding-left: 0.8125rem;
  width: 17rem;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #fe3a33;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#pills-tab-flash {
  position: relative;
  flex-wrap: nowrap;
  padding: 0.5rem 0;
  background-color: #f6f6f6;
}

#pills-tab-flash li {
  padding: 0 0.5rem;
}

#pills-tab-flash li a {
  color: #646566;
	font-size: 1rem;
  text-align: center;
}

#pills-tab-flash li a p {
  margin-bottom: 0;
}

#pills-tab-flash li a .title {
  font-weight: bold;
  color: #000;
}

#pills-tab-flash li a .des {
  color: #C4C4C4;
  font-size: 0.75rem;
}

#pills-tab-flash li a.active .title {
  color: #E81446;
}

#pills-tab-flash li a.active .des {
  padding: 0 0.625rem;
  border-radius: 0.625rem;
  color: #fff;
  background: linear-gradient(90deg,#FE2D72,#FE3D44) no-repeat;
}

#pills-tab-flash li a.disabled {
  pointer-events: none;
  cursor: default;
}

#pills-tabContent-flash {
  position: relative;
}


/* Extra small devices (portrait phones, less than 570.375rem)
No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 570.375rem and up) */
@media (min-width: 410px) { 
  .flashbody .flashbanner {
    height: 13rem;
  }
  .coupon-box {
    left: 2.625rem;
  }
}