.gift-coupon-page-wrap {
  min-height: 100vh;
  background: linear-gradient(180deg, #D4211A 0%, #F62E38 35%, #FFFFFF 100%) no-repeat;
  background-position: left top;
  background-size: 100% 8rem;
  background-color: #FFFFFF;
}
.gift-coupon-page-wrap .gift-coupon-page-content {
  padding-top: 0.5rem;
  background: url(../img/header_bg.3271e570.png) no-repeat;
  background-position: left top;
  background-size: 7.5rem 5.38rem;
}
.gift-coupon-page-wrap .gift-coupon__header {
  text-align: center;
}
.gift-coupon-page-wrap .gift-coupon__header img {
  width: 5.94rem;
  height: 1.66rem;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap {
  position: relative;
  width: 7.5rem;
  height: 8.3rem;
  background: url(../img/coupon_bg.663a0a4a.png) 0 0 no-repeat;
  background-size: 7.5rem 8.3rem;
  text-align: center;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.74rem;
  height: 3.38rem;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-info__name {
  max-width: 5.68rem;
  padding-bottom: 0.26rem;
  font-weight: bold;
  font-size: 0.48rem;
  color: #863912;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-info__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
  font-size: 1.2rem;
  color: #F6192B;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-info__price__company {
  padding-left: 0.1rem;
  font-weight: normal;
  font-size: 0.4rem;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-condition {
  position: absolute;
  top: 3.64rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.84rem;
  text-align: left;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-condition__range {
  min-width: 4.3rem;
  font-size: 0.26rem;
  color: #8F5B27;
  padding-bottom: 0.2rem;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-condition__range:last-child {
  padding-bottom: 0;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-footer {
  position: absolute;
  bottom: 0.68rem;
  left: 50%;
  transform: translateX(-50%);
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-footer__btn {
  width: 5.4rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #FEEF6F 0%, #FFCD66 68%, #FEEE6E 100%);
  box-shadow: 0 0.02rem 0.16rem 0 rgba(139, 6, 10, 0.4);
  font-weight: bold;
  font-size: 0.36rem;
  color: #B73903;
  animation: btnBreathing 3s linear infinite;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-footer__btn.disabled {
  background-color: #C3C3C3;
}
.gift-coupon-page-wrap .gift-coupon__coupon-wrap .coupon-footer__tip {
  padding-top: 0.24rem;
  font-size: 0.26rem;
  color: #fff;
}
.gift-coupon-page-wrap .gift-coupon__coupon-rule {
  margin: 0.62rem auto 0 auto;
  padding: 0.5rem 0.4rem;
  width: 6.5rem;
  border-radius: 0.24rem;
  box-shadow: 0rem 0rem 0.16rem 0rem rgba(189, 189, 189, 0.3);
  background: #FFFFFF;
}
.gift-coupon-page-wrap .gift-coupon__coupon-rule h5 {
  padding-bottom: 0.34rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
}
.gift-coupon-page-wrap .gift-coupon__coupon-rule p {
  padding-top: 0.1rem;
  line-height: 1.5em;
  font-size: 0.24rem;
  color: #999999;
}
.gift-coupon-page-wrap .gift-coupon__footer-logo {
  padding: 0.8rem 0;
  text-align: center;
}
.gift-coupon-page-wrap .gift-coupon__footer-logo .logo-udream {
  width: 2.3rem;
}
.gift-coupon-page-wrap .gift-coupon__footer-logo .logo-oh {
  width: 2.16rem;
}
@keyframes btnBreathing {
0% {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1);
}
100% {
    transform: scale3d(1, 1, 1);
}
}

