/* 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: 474px;
    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: 125px;
    z-index: 12;
}

.car-img img {
    width: 100%;
    height: 100%;
}

.car-info {
    width: 424px;
    height: 421px;
    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%;
    height: 48px;
    margin-bottom: 30px;
}

.car-info-title .car-brand-logo {
    height: 38px;
    float: left;
    margin-top: 5px;
}
.car-info-title>div{
    margin-right: 20px;
    /* max-width: 300px; */
}
.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;
}

.car-info-content-top {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(5, 11, 32, 0.2);
}

.car-info-left {
    width: 170px;
}

.car-info-left-title {
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(5, 11, 32, 0.2)
}

.car-info-right-content>div,
.car-info-left-content>div {
    width: 176px;
    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>span:first-child,
.car-info-left-content>div>span:first-child{
    /* width: 80px; */
    margin-right: 20px;
}
.car-info-right-content>div>span:last-child,
.car-info-left-content>div>span:last-child {
    color: rgba(5, 11, 32, 0.8);
}

.car-info-right {
    width: 176px;
}

.car-info-right-title {
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(5, 11, 32, 0.2)
}
.car-info-right-title>div,
.car-info-left-title>div {
    height: 26px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 26px;
    margin: 0 0 0 6px;
}

/* .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-right-content>div>span:last-child {
    color: rgba(5, 11, 32, 0.8);
} */

.car-info-content-bottom {
    padding-top: 12px;
}

.car-info-content-bottom>div {
    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-content-bottom>div>span:first-child{
    width: 195px;
    margin-right: 24px;
}
.car-info-content-bottom>div>span:last-child {
    color: rgba(5, 11, 32, 0.8);
}
.el-icon-success{
    font-size: 17px;
    color: #68BB8D;
}
.el-icon-error{
    font-size: 17px;
    color: #FE4B4B;
}