.bidding-wrap {
    margin: 0 auto;
    padding-top: 1rem;
}

.bidding-list {
    /* margin-top: 0.6rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.bidding-item {
    width: 7.81rem;
    padding: 0.54rem 0.24rem .15rem .43rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.72rem;
    background: #FFFFFF;
    border: 0.04rem solid #EDEDED;
    margin-top: .41rem;
    /* position: relative; */
}

.bidding-item-rig {
    margin-top: .16rem;
    width: .84rem;
    height: .87rem;
}

.bidding-item-rig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .bidding-item::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #CBCBCB;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .365s;
} */

.bidding-item-p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.bidding-item-time {
    margin-top: 0.21rem;
    font-size:var(--font18);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #343434;
}

.bidding-item:hover {
    box-shadow: 0rem 0rem 0.11rem 0.05rem rgb(0 0 0 / 6%);
}

.bidding-item:hover::after {
    height: 0.04rem;
    background: #0171C3;
}

.bidding-process-wrap {
    margin: 0 auto;
    margin-top: 1rem;
}

.bidding-wrap-bg {
    background: #F8F9FA;
}

.bidding-process-box {
    margin: 0.8rem auto;
}

.bidding-process-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.bidding-process-img {
    width: 100%;
    margin-top: 0.35rem;
}

.bidding-process-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.bidding-process-item {
    width: 2.42rem;
    height: 0.69rem;
    background: #014098;
    border-radius: 0.02rem;
    margin-right: 0.29rem;
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.69rem;
    text-align: center;
    margin-top: 0.3rem;
}

.bidding-process-item:nth-child(6n) {
    margin-right: 0;
}

.bidding-process-p {
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.4rem;
    margin: 0.3rem 0;
}


@media only screen and (max-width: 1024px) {
    .bidding-wrap {
        padding: 0 0.25rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    
    .bidding-item-p,
    .bidding-item-time {
        font-size: 0.24rem;
        line-height: .36rem;
    }
    
    .bidding-item-time{
        margin-top:.11rem;
    }
    .bidding-process-p {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .paging-page {
        height: 0.35rem !important;
        line-height: 0.35rem !important;
    }

    .bidding-process-title {
        font-size: 0.4rem;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #333333;
    }
    .bidding-process-wrap{
        padding: 0 .25rem;
    }
}