.coupon_1 {
  padding: 6px 0;
  background-size: 100% 100%;
}
.coupon_1 .g-warp {
  width: 100%;
  overflow: hidden;
}

.coupon_1 .g-warp .m-lf {
  width: 360px;
  height: 114px;
  float: left;
}
.coupon_1 .g-warp .m-lf .info {
  float: left;
  height: 100%;
  padding-left: 20px;
  text-align: left;
}

.coupon_1 .g-warp .m-lf .info .title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  margin-bottom: 4px;
  margin-top: 14px;
}

.coupon_1 .g-warp .m-lf .info .apply {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
  margin-bottom: 21px;
}

.coupon_1 .g-warp .m-lf .info .business {
  display: inline-block;
  width: 56px;
  height: 21px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #8B6736;
  text-align: center;
  line-height: 21px;
  margin-right: 10px;
}

.coupon_1 .g-warp .m-lf .info .end {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}
.coupon_1 .g-warp .m-lf .info .pro{
  margin-left: 6px;
}

.coupon_1 .g-warp .m-lf .discount {
    min-width: 130px;
    text-align: center;
  float: right;
  height: 100%;
  display: table;
}

.coupon_1 .g-warp .m-lf .discount .f-ct {
  display: table-cell;
  vertical-align: middle;
  /*padding-right: 16px;*/
  color:#8B6736;
}

.coupon_1 .g-warp .m-lf .discount .f-ct .price{
    /*font-size:54px;*/
    font-size: 42px;
    font-family: DINAlternate-Bold, DINAlternate, Arial;
    font-weight:bold;
    line-height:63px;
    margin-right: 2px;
}

.coupon_1 .g-warp .m-lf .discount .f-ct .company{
    font-size:12px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    line-height:17px;
}

.coupon_1 .g-warp .m-lf .discount .f-ct .details{
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(66,73,87,1);
    line-height:17px;
    /*text-align: right;*/
}

.coupon_1 .g-warp .m-rg {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  cursor: pointer;
  float: left;
  width: 48px;
  height: 114px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(66, 73, 87, 1);
  line-height: 114px;
  text-align: center;
  padding: 0 1.5px;
}

