.module-flash-sale .daily-y-cards .daily-y-card .top .configs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 24px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .configs .config {
    flex: 0 0 calc(100%);
    height: 32px;
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .configs .config .label {
    display: flex;
    justify-content: left;
    width: 22%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .configs .config .value {
    display: flex;
    justify-content: left;
    padding-left: 12px;
    width: 78%;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #3C4D70;
}
.module-flash-sale .daily-y-cards .daily-y-card .bottom {
    background: none;
    border-top: 1px solid #E4E9F1;
}
