
.flashsale_banners {
    min-height: 100px
}

.flash_items {
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: bold;
    padding: 30px 0 0;
    text-align: center;
}

.flashsale_title {
    line-height: 1;
}

.flashsale_title, .flashsale_discount{
    width: 30%;
}

.flashsale_clock {
    width: 38%;
}

@media (min-width: 200px) and (max-width: 767px) {
    .flash_items {
        float: none;
        width: 100%;
    }
    .flashsale_clock .flash_flip {
        margin-left: 25px;
    }
}