.coupon{
            width:300px;
            height:220px;
            background-color:#fff4f1;
            margin:10px;
            float:left;
            border: 1px solid #e6ddda;
        }
        .coupon_top{
            height:70px;
        }
        .coupon_middle{
            height:2px;
            border-bottom: 1px dotted #d9d9cd;
        }
        .circular{
            width:18px;
            height:18px;
            margin-top: -9px;
            background:white;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            
        }
        .left{
            float:left;
            margin-left: -9px;            
        }
        .right{
            float:right;
            margin-right:-9px; 
            
        }
        .amount{
            padding: 24px 0px 21px 22px;
            float: left;
            color: #d12548;
            min-width: 60px;
            line-height: 23px;
            height: 23px;
        }
        .coupon_top .amount .coupon_num{
            font-size: 28px;
        }
        .condition{
            float: left;
            vertical-align: middle;
            font-size: 12px;
            margin-left: 10px;
            margin-top: 19px;            
            color: #666;
            word-break: break-all;
            width: 156px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        .coupon_type{
            background-color: #ff807e;
            font-size: 12px;
            padding: 0px 3px;
            color: #fff;
        }
        .coupon_bottom{
            height:73px;
            padding: 20px 20px 15px 20px;
        }
        .coupon_detail{
            font-size: 12px;
            line-height: 20px;
            color: #666;
        }
        .coupon_content{
            line-height: 19px;
        }
        .coupon_content .more{
            
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 160px;
            display: inline-block;
            color: #51b8f1;
            text-decoration: none;
        }
        .coupon_button{
            
            border: 1px solid #e31436;
            color: red;
            padding: 4px 30px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            border-radius: 13px;
            cursor: pointer;
            margin-left:97px;
            margin-bottom:10px;
            
        }