.about-profile-text {
    margin: 0 auto;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.about-text1 {
    position: relative;
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #333333;
    /* text-align: center; */
}

.about-text11 {
    position: relative;
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #575757;
    text-align: center;
}


/* .about-text1::before {
    content: '';
    position: absolute;
    transform: translate(-50%);
    width: 0.72rem;
    height: 0.03rem;
    background: #02438D;
    bottom: -0.13rem;
    left: 0.4rem;
    transform: translateX(-50%);
} */

.about-text2 {
    text-transform: uppercase;
    font-size: 0.24rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #A4A4A4;
    margin-top: 0.18rem;
    /* text-align: center; */
}

.about-text21 {
    text-transform: uppercase;
    font-size: 0.24rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #5F5F5F;
    margin-top: 0.1rem;
    text-align: center;
}


/* .about-text2 {
    display: flex;
    align-items: center;
} */

.about-text2-left {
    margin-right: 0.28rem;
}

.about-text2-left1 {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #818182;
}

.about-text2-left2 {
    margin-top: 0.05rem;
    font-size: var(--font18);
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #C1C1C1;
}

.about-text2-rig {
    width: 0.65rem;
    /* height: 0.65rem; */
}

.about-text2-rig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bidding-wrap {
    margin: 0 auto;
    margin-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.8rem;
    padding: 0.32rem 0.4rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.bidding-item::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #CBCBCB;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .365s;
}

.bidding-item-p,
.bidding-item-time {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.bidding-item-time {
    margin-top: 0.2rem;
}

.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-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: 0.18rem;
    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;
        margin-top: 0.6rem;
    }
    .bidding-item-p,
    .bidding-item-time {
        font-size: 0.24rem;
    }
    .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 0.2rem;
    }
    .about-text11{
        text-align: left;
    }
    .bidding-item{
        padding: 0.32rem 0.1rem;
    }
    .bidding-process-wrap{
        margin-top:-.5rem;
    }
    .bidding-list{
        margin-top: .4rem;
    }
    .bidding-process-p{
        margin: 0.4rem 0;
    }
    .bidding-process-img{
        margin-top: 0.6rem;
    }
}