.coupon-conent{
  margin-top: 50px;
  background-color: rgba(247, 247, 247, 1);
}
.coupon-item {
  margin-top: 0.3rem;
  padding: 1rem 0.5rem;
box-sizing: border-box;
  background-color: #ffffff;
}
.coupon-item .shopname{
  font-size:0.69rem;
  color:rgba(51,51,51,1);
}
.coupon-item .shopbtn{
display: flex;
justify-content: flex-end;
}
.coupon-item .shopbtn a{
display: block;
text-align: center;
  width:1.77rem;
  height:0.7rem;
  line-height: 0.7rem;
  border:1px solid rgba(102,102,102,1);
  border-radius:0.35rem;
  font-size:0.51rem;
  color:rgba(102,102,102,1);
}
.coupon-div{
  width:14.57rem;
  height:3.3rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0.8rem;
}
.coupon-div .coupon-info{
  margin-top: 0.15rem;
  height: 3rem;
  overflow: hidden;
  float: left;
  width:9.5rem;
  font-size:0.34rem;
  padding-left: 0.55rem;
  box-sizing: border-box;
  color:rgba(255,255,255,1);
}
.coupon-div .coupon-info :nth-child(1) span{
   font-size: 0.86rem;
   margin-right: 0.1rem;
}
.coupon-div .coupon-info :nth-child(1){
  font-size: 0.51rem;
}


.coupon-div .couponntn{
  line-height:3.29rem ;
  float: right;
  width:4rem;
  font-size:0.86rem;
  color:rgba(255,255,255,1);
}