.featured-deal-head {
    color: #fff;
    display: flex;
}

.featured-deal-head .box-deal-time {
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.featured-deal-body {
    padding: 15px;
}

.box-flashsale-ip12 .title_box {
    height: auto !important;
}

.box-flashsale-ip12 .title_box .flashsaletext {
    padding-left: 0 !important;
}

.box-flashsale-ip12 .title_box .flashsaletext a {
    margin-right: 0 !important;
    display: block;
    padding-top: 0 !important;
    position: relative;
}
.timer {display: flex;
    align-items: center;
}
.timer .sep{padding:0 5px}
.timer .cir{
    background:#FFAA4E;color:#fff;width: 28px;height: 28px;border-radius: 50%;display: block;
    text-align: center;line-height: 28px;
}
 
.featured-deal-head .image{text-align: center;padding: 0 0 10px}
.featured-deal-head .deal-remain .box-time{display: flex;align-items: center;}
.featured-deal-head .deal-remain strong{margin-right: 5px;}
.featured-deal-head .deal-remain .timeTo.timeTo-white div{border:0;background: none;}
.featured-deal-head .deal-remain .timeTo.timeTo-white div ul li{background:#FFAA4E;color:#fff;width:28px;height: 28px;border-radius: 50%;}
@media (min-width:1025px) {
    .menutop .box-submenu {
       
    }

    .box-flashsale-ip12 .box-flash-sell .title_box .title_product {
        top: 0
    }

    .featured-deal-head {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .featured-deal-head .image {
        width: 100%
    }

    .featured-deal-head .box-deal-time {
        width: 100%;
        justify-content: right;
        
    }

    .box-flash-sell .item {
        height: 450px;
    }
}

@media screen and (max-width:1024px) {
    .featured-deal-head {
        flex-wrap: wrap;
    }

    .featured-deal-head .image,
    .featured-deal-head .box-deal-time {
        width: 100%
    }

}