.zhezhao {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
.couponToast {
  width: 440px;
  background-color: rgba(253, 253, 253, 1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 20px;
  z-index: 11;
}
.coupons-header {
  height: 46px;
  width: 100%;
  background: rgba(254, 254, 254, 1);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.03);
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.coupons-header .icon {
  position: absolute;
  right: 20px;
  font-size: 14 !important;
  cursor: pointer;
}
.couponToast .couponList {
  height: 260px;
  width: 100%;
  overflow-y: auto;
  padding: 20px 0;
}
.couponToast .couponAct {
  background: linear-gradient(
    139deg,
    rgba(255, 77, 119, 1),
    rgba(74, 60, 233, 1)
  );
}
.couponToast .couponBg {
  width: 388px;
  height: 92px;
  box-shadow: 0px 4px 12px 0px rgba(51, 51, 51, 0.1);
  border-radius: 20px;
  margin: 0 auto 20px auto;
}
.couponToast .coupon {
  width: 386px;
  height: 90px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  position: relative;
  top: 1px;
  left: 1px;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}
.couponToast .btn {
  width: 386px;
  height: 38px;
  background: linear-gradient(
    135deg,
    rgba(255, 77, 119, 1) 0%,
    rgba(74, 60, 233, 1) 100%
  );
  border-radius: 20px;
  text-align: center;
  color: white;
  line-height: 38px;
  margin: 20px auto 20px auto;
}
.couponToast .coupon > img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 5px;
  border: 1px solid #c5c5c5;
}
.couponToast .coupon > .cheek {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  margin-top: 26px;
}
.couponToast .coupon > .cheek img {
  position: relative;
  top: -1px;
}
.couponToast .coupon-section {
  position: relative;
  width: 200px;
}
.couponToast .coupon-name {
  font-size: 14px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.couponToast .coupon-amount {
  font-size: 14px;
  color: #d10a22;
  margin: 8px 0;
}
.couponToast .coupon-time {
  font-size: 12px;
  color: #969696;
}
.couponToast .nodata {
  margin: 55px auto;
  display: block;
  height: 110px;
}
.couponToast .left-xian {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: linear-gradient(
    139deg,
    rgba(255, 77, 119, 1),
    rgba(74, 60, 233, 1)
  );
  left: -20px;
  top: 15px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
  .couponToast {
    width: 90%;
  }
  .couponToast .btn {
    width: 80%;
  }
}
