.sd-coupon-list,
.sd-coupon-detail {
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.sd-coupon-detail {
  margin: 0 32px;
}

.sd-coupon-detail-body {
  // margin-bottom: 80px;
  height: 270px;
}
.sd-coupon-list-body {
  // margin-bottom: 44px;
  height: 152px;
}

.sd-coupon-lingqu {
  &.sd-coupon-list-body {
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
    // margin-bottom: 50px;
    height: 182px;
  }
  .sd-coupon-list-info {
    display: unset;
    padding: unset;
  }
  .sd-coupon-list-money {
    padding-top: 16px;
  }
  .sd-coupon-list-title {
    padding-top: 0;
    max-width: 364px;
  }
}
.sd-coupon-lingqu-button {
  margin-top: 48px;
  width: 164px;
  height: 64px;
  text-align: center;
  background: rgba(232, 150, 58, 1);
  border-radius: 32px;
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 64px;
}
.sd-coupon-detail-info {
  text-align: center;
}
.sd-coupon-list-info {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 32px;
  justify-content: space-between;
}

.sd-coupon-detail-money {
  font-size: 90px;
  font-weight: 700;
  line-height: 126px;
  padding: 32px 64px 0;
}
.sd-coupon-detail-money-unit {
  margin-right: 8px;
  font-size: 42px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
}

.sd-coupon-list-money {
  font-size: 58px;
  font-weight: 700;
  line-height: 81px;
  padding-top: 28px;
}
.sd-coupon-list-money-unit {
  margin-right: 8px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
}

.sd-coupon-money-warm {
  color: rgba(232, 150, 58, 1);
}
.sd-coupon-money-cold {
  color: rgba(0, 0, 0, 0.25);
}
.sd-coupon-detail-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 64px;
}
.sd-coupon-list-title {
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 40px;
  padding-top: 40px;
  max-width: 364px;
}
.sd-coupon-list-note {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 33px;
}
.sd-coupon-title-dark {
  color: rgba(0, 0, 0, 0.65);
}
.sd-coupon-title-light {
  color: rgba(0, 0, 0, 0.25);
}
.sd-coupon-detail-footer {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  padding-bottom: 68px;
}
.sd-coupon-list-footer {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 33px;
  padding: 0 32px 20px;
}
.sd-coupon-shuoming {
  position: absolute;
  top: 64px;
  right: 12px;
  background: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 0px 18px;
  border: 2px solid rgba(230, 218, 204, 1);
  font-size: 20px;
  font-weight: 400;
  color: rgba(211, 187, 159, 1);
  line-height: 24px;
  padding: 6px 11px;
}
