﻿body {
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.img-bunr {
    background-image: url('../../images/mobile/flash-sale-top-bg.png') !important;
    background-size: 100%;
}
.img-bunr1 {
    background-image: url('https://oss.pzds.com/pc-ssr-im/seckill-bg%402.png') !important;
    background-size: 100%;
}

.flash-sale-active-box {
    bottom: 44px !important;
    height: 38px !important;
    position: relative;
    width: 100%
}
.flash-sale-active-bg {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    height: 44px !important;
    width: 100%
}
.flash-sale-active-cont {
    align-items: center;
    display: flex;
    height: 44px !important;
    justify-content: space-between;
    left: 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 40px)
}
    .flash-sale-active-cont .left .flash-sale-price-icon {
        height: 20px;
        margin-right: 6px;
        width: 50px !important;
    }
    .flash-sale-active-cont .left .flash-sale-price {
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        margin-right: 8px;
        color: #fff;
    }
 .flash-sale-active-cont .left .soild {
    background: #fff;
    height: 12px;

    width: 2px
}
.pric {
    color: #fff !important;
}
.through {
    text-decoration-line: line-through;
}

.flash-sale-active-cont .left .origin-price {
    font-size: 14px;
    text-decoration-line: line-through;
    color: #fff;
}
 .flash-sale-active-cont .left {
    align-items: center;
    color: #fff;
    display: flex
}
 .flash-sale-active-cont .right {
    align-items: center;
    display: flex
}
.flash-sale-active-cont .right .time-box {
    align-items: center;
    background: #f24641;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 20px;
    justify-content: center;
    width: 27px
}
 .flash-sale-active-cont .right .time-dot {
    color: #f24641;
    font-size: 14px;
    font-weight: 600;
    height: 14px;
    line-height: 14px;
    margin: 0 4px;
    width: 4px
}
.soild1 {
    background: red;
    height: 19px;
    width: 3px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 创建两列 */
    gap: 10px; /* 设置网格之间的间隔 */
}

.item-container {
    height: 400px;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box; /* 包含内边距和边框 */
}

    .item-container a img {
        height: 100%;
        border-radius: 15px !important;
    }