/* banner */
.banner-wrap {
    width: 100%;
    position: relative;
}

.banner-wrap img {
    width: 100%;
}

.banner-title {
    height: 100%;
    position: absolute;
}

.el-select>.el-input {
    height: 40px !important;
}

.el-select>.el-input>.el-input__inner {
    height: 40px !important;
}

.car-list {
    width: 910px;
    padding: 30px 0 0 0;
}

.car-item {
    width: 910px;
    height: 355px;
    margin-bottom: 30px;
    position: relative;
}

.car-item:last-child {
    margin-bottom: 0px;
}

.car-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.car-item-bg img {
    width: 100%;
    height: 100%;
}


.car-img {
    width: 380px;
    height: 230px;
    position: absolute;
    left: 38px;
    top: 62px;
    z-index: 12;
}

.car-img img {
    width: 100%;
    height: 100%;
}

.car-info {
    width: 424px;
    height: 295px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 13;
}

.car-info-title {
    width: 100%;
    margin-bottom: 30px;
}

.car-info-title .car-brand-logo {
    height: 38px;
    margin-top: 5px;
}

.car-info-title>div>span:first-child {
    font-weight: bold;
    font-size: 24px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 36px;
    display: block;
}

.car-info-title>div>span:last-child {
    font-weight: 400;
    font-size: 16px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 30px;
}

.car-info-title .cydcfh-logo {
    width: 48px;
    height: 48px;
    margin-left: auto;
    /* justify-self: end; */
}

.car-info-content-wrap {
    
}

.car-info-content-total {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.car-info-content-total>div:first-child {
    font-weight: 400;
    font-size: 18px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 27px;
}

.car-info-content-total>div:last-child {
    font-weight: bold;
    font-size: 22px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 30px;
}

.car-info-content {
    padding-top: 12px;
}

.car-info-left-content>div {
    width: 220px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 14px;
    color: rgba(5, 11, 32, 0.5);
    line-height: 30px;
    margin-bottom: 6px;
    padding: 0 10px;
}



.car-info-right-content>div {
    width: 170px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 14px;
    color: rgba(5, 11, 32, 0.5);
    line-height: 30px;
    margin-bottom: 6px;
    padding: 0 10px;
}


.car-info-left-content>div>span>span,
.car-info-right-content>div>span>span {
    font-size: 18px;
    color: rgba(5, 11, 32, 0.8);
}
.car-info-left-content>div>span,
.car-info-right-content>div>span{
    color: rgba(5, 11, 32, 0.5);
}
.pass {
    font-size: 16px;
    font-weight: bold;
}
.failPass {
    font-size: 14px !important;
    color: rgba(5, 11, 32, 0.5) !important;
}
.car-number {
    font-size: 14px !important;
    line-height: 36px;
    color: rgba(5, 11, 32, 0.85);
}
.car-complete{
    font-weight: bold;
    color: rgba(64, 95, 242, 1);
    font-size: 30px;
}