.coupon_div{
    width: 100%;
    text-align: center;


}
.coupon_div_title_d{
    padding: 20px 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.coupon_div_titleyu{
    padding: 20px 0;
    width: 100%;
    height: 66px;
}
.coupon_div_title{
    line-height: 36px;
}
.coupon_item_div{
    width: 100%;
    margin: 10px 0;

}
.coupon_item{
    float: left;
    box-shadow: 0 2px 14px #9697b480;
    width: 31%;
    margin-left: 2%;
    margin-bottom: 10px;
    cursor: pointer;
}
.coupon_title{
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.coupon_decs{
    border-bottom: 1px solid #d5d4d4;
    line-height: 20px;
    text-align: center;
    color: #626060;
}
.coupon_bnt{
    width: 80%;
    margin: 0 auto;
    background-color:#ececec;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 8px;
    color: #522B82;
}
.coupon_title2{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #522B82;
    font-weight: bold;
    text-align: center;
}