/* .banner {
    background-size: cover;
    background-position: top center;
    background-position: center center;
    background-repeat: no-repeat;
    height: 230px;
    position: relative;
    clear: both;
    background: url(../image/banner-cars-mobile.jpg);
} */

@media screen and (max-width:767px) {
    .banner {
        position: relative;
        max-width: 100%;
        height: auto;
        background: url('/static/home/image/banner-cars-mobile.jpg') no-repeat top center;
        background-size: 100% auto;
        background-color: #f4f5f7;
        text-align: center;

    }
}

@media screen and (min-width:768px) {
    .banner {
        /* background-size: cover;
        background-position: top center;
        background-position: center center;
        background-repeat: no-repeat;
        height: 230px;
        position: relative;
        clear: both;
        background: url(/static/home/image/banner-cars-pc.png);
        max-width: 100%; */

        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: 230px;
        position: relative;
        clear: both;
        background-image: url('/static/home/image/banner-cars-pc.png');
    }
}


.banner .title{
    line-height: 230px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    letter-spacing: 3px;
}

.cars-content {
    padding:60px 0px;
    line-height: 1.5;
}

.cars-content .name {
    font-size: 20px;
    margin-bottom:10px;
}


.cars-content .serivce {
    font-size: 16px;
    margin-bottom:20px;
}


.cars-content .tip {
    font-size: 20px;
    margin-bottom:20px;
}

.cars-content .desc {
    font-size: 22px;
    margin-top:50px;
}

.cars-content img{
    margin-top:10px;
}

.custom {
    padding:60px 0px;
    background:#f4f5f7;
}

.custom .title {
    font-size: 24px;
    font-weight: 700;
    margin:10px;
}

.custom .content {
    letter-spacing: 2px;
}

.bottom {
    background: #f4f5f7;
}

.main-content {
    padding:50px 0px;
}

.main-content .text {
    line-height: 1.8;
    letter-spacing: 2px;
}
