.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.up-self {
    width: 100%;
    margin-top: 62px;
    overflow: hidden;
}

.header-img {
    width: 1200px;
    height: 500px;
    cursor: pointer;
}

.header-img-car {
    width: 1200px;
    height: 200px;
    cursor: pointer;
}

.align-self {
    width: 100%;
    overflow: hidden; 
}

.align-box {
    width: 1200px;
    height: 50px;
}

.announcement-time {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #1C1C1C;
}

input[type="date"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin: 0 16px;
}

.self-button {
    width: 75px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #006FFF;
    border-radius: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.auction-desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FF902B;
    cursor: pointer;
}

.auction-icon {
    width: 22px;
    height: 22px;
}

.session {
    width: 100%;
}

.session-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #1C1C1C;
    margin-left: 8px;
}

.session-desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #1C1C1C;
}

.session-desc span {
    color: #FF902B !important;
}

.border-division {
    border-right: 1px solid #D8D8D8;
    height: 18px;
    margin: 0 30px;
}

.up-right {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #8E8E8E;
    cursor: pointer;
}

.arrow-right {
    width: 17px;
    height: 17px;
}

.session-pic {
    width: 232px;
    height: 235px;
}

.end {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #464E64;
    margin-bottom: 20px;
}

.banner-pop {
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 500px;
    height: 500px;
}

.banner-pop span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #1C1C1C;
    margin-bottom: 40px;
}

.qr-code {
    width: 270px;
    height: 270px;
}

.close-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.car-item {
    padding: 16px;
    display: flex;
    background: #FFFFFF;
}

.car-left {
    margin-right: 16px;
}

.car-pic {
    width: 230px;
    height: 171px;
    border-radius: 6px;
}

.car-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.car-name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #1F2129;
}

.car-desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #464E64;
}

.car-price span:first-child {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FA4C40;
}

.car-price span:last-child {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #464E64;
}

.time-address-count span:first-child {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FF962C;
}

.time-address-count span:last-child {
    margin-left: 80px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #1C1C1C;
}