.child_list_content{
    padding: 10px 25px 30px;
    border-bottom: 1px solid rgba(51,51,51,0.10);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    min-width: 240px;
}
.child_list_content .coupon_item{
    margin-top: 20px;
    width: 375px;
    height: 158px;
    border-radius: 5px;
    position: relative;
    margin-right: 12px;
}
.child_list_content .coupon_item:nth-child(3n){
    margin-right: 0px;
}
.can_use{
    background-image: linear-gradient(-90deg, #FF8C8C 1%, #F12773 100%);
}
.going_to_be_available{
    background-image: linear-gradient(90deg, #F9D550 0%, #F08F2E 100%);
}
.period{
    background: #CFCFCF;
}
.can_use .bottom_container{
    background: rgba(0,0,0,0.10);
}
.going_to_be_available .bottom_container{
    background: rgba(113,61,0,0.10);
}
.period .bottom_container{
    opacity: 0.43;
    background: #FFFFFF;
}
.coupon_item .bottom_container{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.bottom_container span{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: rgba(255,255,255,0.70);
    text-align: center;
}
.bottom_container button{
    margin-top: 10px;
    float: right;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    color: #fff;
    line-height: 18px;
    padding: 0 10px;
    font-size: 13px;
}
.bottom_container .last_child{
    margin-top: 11px;
    float: right;
    line-height: 18px;
    font-size: 13px;
}
.period .bottom_container span{
    color: rgba(153,153,153,0.70);
}
.circle{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    z-index: 1;
}
.left_circle{
    left: -5px;
}
.right_circle{
    right: -5px;
}
.top_container{
    padding-left: 30px;
    height: 118px;
}
.top_container .price_container{
    font-family: "PingFangSC-Medium";
    font-size: 13px;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_container .price_container.day_coupon{
    flex-direction: column;
}
.top_container .price_container span{
    font-family: "PingFangSC-Medium";
    font-size: 20px;
}
.top_container .describe{
    float: right;
    /* margin-left: 30px; */
    margin-top: 5px;
    width: 230px;
    font-family: "PingFangSC-Regular";
    font-size: 13px;
}
.describe p{
    opacity: 0.7;
}
.describe p:first-child{
    font-family: "PingFangSC-Medium";
    font-size: 18px;
    opacity: 1;
}
.describe li{
    line-height: 1.2;
    font-size: 0.8em;
    list-style-type: decimal;
    margin-left:15px;
}
.describe li:after{
    content:';';
}

.describe li:last-child:after{
    content:'.';
}
.coupon_apply {
    background: #fff;
    height: 80px;
    line-height: 80px;
    color: #333;
    padding-left: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}

.coupon_apply input {
    border: 1px solid rgba(51, 51, 51, 0.10);
    border-radius: 3px;
    height: 40px;
    width: 240px;
    padding-left: 5px;
}

.coupon_apply label:first-child {
    margin-right: 30px;
}

.coupon_apply button {
    background: #FF40B4;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
.coupon_apply button:hover{
    background: #f741b0;
}
.no_data_img{
    width: 280px;
    height: 270px;
    margin: 30px auto 0;
    background: url(../image/pic_nodata1.png) no-repeat center center;
}
.no_data_img p{
    color: #847878;
    padding-top: 210px;
    text-align: center;
}