.coupon_main{
    width:1200px;
    margin: 0 auto;
    min-height:600px;
    margin:20px auto 20px;
}
.szm{
    font-size:14px;
    text-align:center;
    color:#000;
}
.szm>a{
    display: inline-block;
    width: 35px;
    text-align: center;
    color:#666;
    padding:2px;
}
.szm >.on{
    background:#ff7800;
    color:#fff;
        border-radius: 15px;
}
.coupon_list > li{
    float:left;
    width:360px;
    height:129px;
    margin-left:26px;
    border:1px solid rgba(220,220,220,1);
    border-radius:6px;
    margin-top:26px;
}
.coupon_list > li>div:first-of-type{
    width:25%;
    float:left;
    margin-top:20px;
    margin-left:20px;
}
.coupon_list > li>div:first-of-type>img{
    width:88px;
    height:88px;
}
.coupon_list > li>div:nth-of-type(2){
    width:40%;
     float:left;
     margin:5px 8px;
}

.coupon_list > li>div:nth-of-type(2)>p:first-of-type{
    width:100%;
    height:40px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
}
.coupon_list > li>div:nth-of-type(2)>p:first-of-type>span:first-of-type{
    max-width:100px;
    display: inline-block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.coupon_list > li>div:nth-of-type(2)>p:first-of-type>span:nth-of-type(2){
    width:20px;
    display: inline-block;
    float: left;
}
.coupon_list > li>div:nth-of-type(2)>p:nth-of-type(2)>span:nth-of-type(2){
    display: inline-block;
    min-width:50px;
    max-width:95px;
    height:20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(235,74,0,1);
    border-radius:6px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,93,19,1);
    line-height:20px;
    text-align:center;
    padding:0 2px;
}
.coupon_list > li>div:nth-of-type(2)>p:nth-of-type(2)>span:first-of-type{
    display: inline-block;
    width:40px;
    height:20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(235,74,0,1);
    border-radius:6px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,93,19,1);
    line-height:20px;
    text-align:center;
}
.coupon_list > li>div:nth-of-type(2)>p:nth-of-type(2)>span:nth-of-type(2){
    margin-left:5px;
}
.coupon_list > li>div:nth-of-type(2)>p:nth-of-type(3){
    width:100%;
    height:25px;
    line-height:25px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.coupon_list > li>div:nth-of-type(2)>p:nth-of-type(4){
   width:100%;
    height:13px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
}

.coupon_list > li>div:nth-of-type(3){
    width:80px;
     float:right;
     margin-right:10px;

}
.coupon_list > li>div:nth-of-type(3)>a{
    display:block;
    width:74px;
    height:31px;
    border:1px solid rgba(235,74,0,1);
    background:linear-gradient(0deg,rgba(255,64,10,1) 0%,rgba(255,123,40,1) 100%);
    border-radius:6px;
    margin-top:50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    line-height:31px;
}
