/* color variables */
.van-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.7)
}

.van-overflow-hidden {
	overflow: hidden!important
}
.van-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	max-height: 100%;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0)
}
.icon__send-coupon {
  position: fixed;
  bottom: 115px;
  right: 9px;
  width: 42px;
  height: 50px;
  background: url('../images/coupon.png')
    no-repeat 0 0 / contain;
  z-index: 99;
  cursor: pointer;
}
.icon__send-coupon--text {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 321px) {
.icon__send-coupon {
    width: 49px;
    height: 58px;
    background-image: url('../images/coupon.png');
}
.icon__send-coupon--text {
    top: 43px;
}
}
@media screen and (min-width: 376px) and (max-width: 414px) {
.icon__send-coupon {
    width: 54px;
    height: 65px;
    background-image: url('../images/coupon.png');
}
.icon__send-coupon--text {
    top: 48px;
}
}
.has-floating-nav .ds-btn, .has-floating-nav .seller-icon {
    right: 9px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.has-floating-nav .icon__send-coupon {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.has-floating-nav--1 .ds-btn, .has-floating-nav--1 .seller-icon, .has-floating-nav--1 .icon__send-coupon {
    -webkit-transform: translate3d(0, -24px, 0);
            transform: translate3d(0, -24px, 0);
}
.has-floating-nav--2 .ds-btn, .has-floating-nav--2 .seller-icon, .has-floating-nav--2 .icon__send-coupon {
    -webkit-transform: translate3d(0, -80px, 0);
            transform: translate3d(0, -80px, 0);
}
.has-floating-nav--3 .ds-btn, .has-floating-nav--3 .seller-icon, .has-floating-nav--3 .icon__send-coupon {
    -webkit-transform: translate3d(0, -138px, 0);
            transform: translate3d(0, -138px, 0);
}
.has-floating-nav--active.has-floating-nav--1 .ds-btn, .has-floating-nav--active.has-floating-nav--1 .seller-icon, .has-floating-nav--active.has-floating-nav--1 .icon__send-coupon {
      -webkit-transform: translate3d(100px, -24px, 0);
              transform: translate3d(100px, -24px, 0);
}
.has-floating-nav--active.has-floating-nav--2 .ds-btn, .has-floating-nav--active.has-floating-nav--2 .seller-icon, .has-floating-nav--active.has-floating-nav--2 .icon__send-coupon {
      -webkit-transform: translate3d(100px, -80px, 0);
              transform: translate3d(100px, -80px, 0);
}
.has-floating-nav--active.has-floating-nav--3 .ds-btn, .has-floating-nav--active.has-floating-nav--3 .seller-icon, .has-floating-nav--active.has-floating-nav--3 .icon__send-coupon {
      -webkit-transform: translate3d(100px, -138px, 0);
              transform: translate3d(100px, -138px, 0);
}
.visit-gift-container {
  padding: 37px 0;
  width: 295px;
  max-width: 295px;
  background-color: transparent !important;
}
.gift-icon--close {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url('../images/close_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gift-wrap {
  margin: 0 auto;
  padding: 56px 0 15px;
  width: 100%;
  background-image: url('../images/coupon_bg.png');
  background-position: 0 0;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  background-clip: padding-box;
}
.gift-wrap__rules {
  margin-right: 15px;
  float: right;
  width: 55px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: rgba(75, 79, 83, 0.3);
  border-radius: 0 0 4px 4px;
}
.gift-wrap__title {
  margin: 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  text-shadow: 0 2px 4px rgba(214, 75, 0, 0.5);
}
.gift-wrap__tips {
  margin: 8px 0 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.gift-wrap__lists {
  margin: 12px 0 15px;
  max-height: 202px;
  overflow: scroll;
}
.coupons {
  margin: 0 15px;
}
.coupons--unget {
  position: relative;
  margin: 25px 5px 0;
  padding: 10px;
  background: rgba(190, 42, 0, 0.4);
  border-radius: 4px;
}
.lists__title {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: skewX(-37deg);
          transform: skewX(-37deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #fff;
  max-width: 80%;
}
.lists__title::before, .lists__title[data-v-2ddb07e4]::after {
  display: block;
  content: '';
  width: 5px;
  height: 20px;
  background: #de5806;
  border-radius: 1px 0.5px 1px 1px;
}
.lists__title::before {
  margin-right: 3px;
}
.lists__title::after {
  margin-left: 3px;
}
.lists__title--text {
  padding: 0 15px;
  background: #4b4f53;
  border-radius: 2px 1px 2px 1px;
}
.lists__title--text .text[data-v-2ddb07e4] {
  display: inline-block;
  -webkit-transform: skewX(37deg);
          transform: skewX(37deg);
}
.coupons-list {
  margin: 0 auto 10px;
  max-width: 265px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 12px 0 10px;
  height: 66px;
  background: url('../images/coupon_info_bg.png')
    no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.coupons-list:last-child {
  margin-bottom: 0;
}
.list-left {
  width: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  box-sizing: border-box;
  text-align: center;
}
.list-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-left: 15px;
}
.coupon-price {
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #f44;
  line-height: 20px;
}
.coupon-price__gray {
  color: #999;
}
.coupon-price__number {
  font-size: 20px;
}
.coupon-condition {
  font-size: 8px !important;
  color: #ccc;
  white-space: nowrap;
}
.coupon-name {
  margin: 2px 0 10px;
  font-size: 14px;
  text-align: left;
  color: #333;
  font-family: PingFangSC-Medium;
}
.coupon-name__gray {
  color: #999;
}
.coupon-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 10px;
  color: #ccc;
  white-space: nowrap;
}
.coupon-time::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/time.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gift-wrap__btn {
  display: block;
  margin: 0 auto;
  background-image: -webkit-linear-gradient(top, #ffe625 0%, #ffc910 100%);
  background-image: linear-gradient(180deg, #ffe625 0%, #ffc910 100%);
  border-radius: 100px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #ff300b;
  max-width: 265px;
  width: 265px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}