html,
body {
    background: #fff8dd;
}
.l__vehicle__banner {
    position: relative;
    margin: 70px 0 0;
    background: url(../vehicle/banner_bg_m.jpg) no-repeat center;
    background-size: cover;
}

.l__vehicle__banner img {
    width: 100%;
    display: block;
}

.l__vehicle__banner img.text,
.l__vehicle__banner img.text_m {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.l__vehicle__banner img.text_m {
    transform: translateY(0%) translateX(-100%);
}
.l__vehicle__banner img.text{
    display: none;
}

.l__vehicle__banner img.vehicle{
    display: none;
}
.l__vehicle__banner img.vehicle,
.l__vehicle__banner img.vehicle_m {
    transform: translateX(60%);
}

@media screen and (min-width: 768px) {
    .l__vehicle__banner {
        background: url(../vehicle/banner_bg.jpg) no-repeat center;
        background-size: cover;
    }
    .l__vehicle__banner img.vehicle,
    .l__vehicle__banner img.text{
        display: block;
    }
    .l__vehicle__banner img.vehicle_m,
    .l__vehicle__banner img.text_m{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .l__vehicle__banner {
        margin-top: 90px;
    }
}


.l__vehicle__details {
    position: relative;
}
.vehicle__details__text{
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 28%;
}
.l__vehicle__details img{
    width: 100%;
    position: relative;
}
.l__vehicle__details img.p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.l__vehicle__details img.pic{
    display: none;
}
@media screen and (min-width: 768px) {
    .l__vehicle__details img.pic{
        display: block;
    }
    .l__vehicle__details img.wap{
        display: none;
    }
}

.l__vehicle__details .ellipse {
    position: absolute;
    bottom: 38.2022471910112%;
    left: 0px;
    z-index: 10;
    width: 62.1333333333333%;
}

.l__vehicle__details .rect {
    position: absolute;
    top: 3.8014981273408%;
    left: 7px;
    width: 56.1333333333333%;
}

.l__vehicle__details .stars {
    position: absolute;
    width: 64.2666666666667%;
    left: 8%;
    bottom: 8.3021223470662%;
}
@media screen and (min-width: 768px) {
    .l__vehicle__details .ellipse {
        bottom: 18.2586644125106%;
        left: 3.4375%;
        width: 38.125%;
    }
    
    .l__vehicle__details .rect {
        width: 21.9270833333333%;
        right: 14.375%;
        left: auto;
        top: 7.3541842772612%;
    }
    
    .l__vehicle__details .stars {
        width: 23.90625%;
        right: 17.65625%;
        left: auto;
        bottom: 19.0194420963652%;
    } 
}


.l__vehicle__main {
    padding: 0;
}
.l__vehicle__main img{
    width: 100%;
    display: block;
}
.l__vehicle__main img.pic{
    display: none;
}


.l__vehicle__main .main__text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 4.16vw;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Alegreya';
    line-height: 1;
    letter-spacing: .12em;
    -webkit-text-stroke: 3px #000000;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    display: none;
}
.l__vehicle__main .main__text p{
    display: flex;
    justify-content: center;
    letter-spacing: 0.12em;
}
.l__vehicle__main .main__text p:nth-child(1){
    position: relative;
    z-index: 1;
    color: #d80f04;
    
}
.l__vehicle__main .main__text p:nth-child(2){
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    color: #55c1b8;
    transform: translateX(-.07em);
}
.l__vehicle__main .main__text p:nth-child(3){
    color: #fac703;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
    transform: translateX(-.14em);
}


@media screen and (min-width: 768px) {
    .l__vehicle__main {
        padding: 76px 0 94px;
    }
    .l__vehicle__main img.pic{
        display: block;
    }
    .l__vehicle__main img.wap{
        display: none;
    }
    .l__vehicle__main .main__text {
        display: block;
    }
}

.l__vehicle__modules {
    padding: 0 5.208333vw 4.166667vw 5.208333vw;
}

.l__vehicle__modules .box {
    background: #FFFFFF;
    padding: 2.604167vw 3.645833vw 2.604167vw 1.041667vw;
    box-sizing: border-box;
}

.l__vehicle__modules .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-right: 0.520833vw;
}

.l__vehicle__modules .info span:nth-child(1), .l__vehicle__modules .info span:nth-child(4) {
    padding: 1.041667vw 0;
}

.l__vehicle__modules .info span:nth-child(4) a {
    width: 130px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background-color: #030703;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
}

.l__vehicle__modules .car-img-mobile {
    margin-top: 33px;
    padding: 0 33px;
}

.l__vehicle__modules .car-img-mobile img {
    width: 100%;
}

.l__vehicle__modules .car-img {
    display: none;
}

.l__vehicle__modules .car-img .img-block {
    width: 2.135417vw;
    max-width: 41px;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    .l__vehicle__modules .info {
        padding-top: 0;
    }
    .l__vehicle__modules .box{
        display: flex;
        height: 26.354167vw;
    }
    .l__vehicle__modules .car-img-mobile {
        display: none;
    }
    .l__vehicle__modules .car-img {
        width: 58.854167vw;
        display: flex;
        align-items: stretch;
        /*justify-content: space-between;*/
        background-position-y: center;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: space-evenly;
    }
}

.l__vehicle__colorful{
    background: none;
}
.l__vehicle__colorful .colorful__text{
    width: 100%;
    padding-bottom: 40px;
    background: url(../vehicle/colorful_text.jpg) no-repeat;
    background-size: cover;
}
.l__vehicle__colorful .colorful__text .title{
    width: 44.8529411764706%;
    margin-left: 20px;
    padding-top: 30px;
}
.l__vehicle__colorful .colorful__text .list{
    height: 65.597767vw;
    padding: 0 20px 0;
}
#vehicle-colors {
    height: 100%;
}
#vehicle-colors .swiper-slide {
    height: auto;
    box-sizing: border-box;
}
.l__vehicle__colorful .colorful__text .list ul{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.l__vehicle__colorful .colorful__text .list ul li{
    width: 50%;
    padding: 0 10px;
    width: 50%;
    margin: 30px 0 0;
}
.l__vehicle__colorful .colorful__text .list ul li .item{
    padding-right: 24px;
    padding-bottom: 24px;
    position: relative;
}
.l__vehicle__colorful .colorful__text .list ul li .item img{
    position: relative;
    width: 100%;
    z-index: 2;
}
.l__vehicle__colorful .colorful__text .list ul li .item::before{
    content: attr(title);
    top: 24px;
    bottom: 0;
    left: 24px;
    right: 0;
    font-size: 12px;
    position: absolute;
    background-color: var(--color);
    z-index: 1;
    color: #ffffff;
    display: flex;
    line-height: 24px;
    align-items: flex-end;
    padding-left: 15px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .l__vehicle__colorful .bg{
        display: none;
    }
    .l__vehicle__colorful{
        overflow: hidden;
        background: url(../vehicle/colorful.jpg) no-repeat center;
        background-size: cover;
    }
    .l__vehicle__colorful.an_active .colorful__text{
        transform: translateX(0%);
    }
    .l__vehicle__colorful .colorful__text{
        width: 70%;
        height: 100%;
        transform: translateX(-100%);
        min-height: 100%;
        position: relative;
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    }
    .l__vehicle__colorful .colorful__text::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 101%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(../vehicle/colorful_text.jpg) no-repeat;
        background-size: cover;
    }
    .l__vehicle__colorful .colorful__text .title{
        width: 44.8529411764706%;
        margin-left: 5.2vw;
        padding-top: 8.0555555555556vh;
    }
    .l__vehicle__colorful .colorful__text .list{
        height: 45.623333vw;
        padding: 45px 5.2vw 0;
    }
    .l__vehicle__colorful .colorful__text .list ul{
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
    }
    .l__vehicle__colorful .colorful__text .list ul li{
        width: 50%;
        padding: 0 15px;
        width: 50%;
        margin: 45px 0 0;
    }
    .l__vehicle__colorful .colorful__text .list ul li .item{
        padding-right: 30px;
        padding-bottom: 30px;
        position: relative;
    }
    .l__vehicle__colorful .colorful__text .list ul li .item img{
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .l__vehicle__colorful .colorful__text .list ul li .item::before{
        content: attr(title);
        top: 60px;
        bottom: 0;
        left: 40px;
        right: 0;
        font-size: 12px;
        position: absolute;
        background-color: var(--color);
        z-index: 1;
        color: #ffffff;
        display: flex;
        line-height: 30px;
        align-items: flex-end;
        padding-left: 25px;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 992px) {
    .l__vehicle__colorful .colorful__text{
        width: 63.75%;
    }
    .l__vehicle__colorful .colorful__text .list ul li .item{
        padding-right: 40px;
        padding-bottom: 40px;
    }
    .l__vehicle__colorful .colorful__text .list ul li .item::before{
        line-height: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .l__vehicle__colorful .colorful__text .list ul li .item{
        padding-right: 60px;
        padding-bottom: 60px;
    }
    .l__vehicle__colorful .colorful__text .list ul li .item::before{
        line-height: 60px;
    }
}

.l__vehicle__number{
    padding: 8.8vh 5.2vw;
}
.number__list{
    display: flex;
    flex-wrap: wrap;
}
.l__vehicle__number .item{
    width: 50%;
    margin: 0 auto;
}
.l__vehicle__number .item:nth-child(1),
.l__vehicle__number .item:nth-child(2){
    margin: 0 0 30px;
}
.l__vehicle__number .item:last-child{
    margin-right: 0;
}
.l__vehicle__number .item b{
    font-size: 4vw;
    line-height: 1;
    display: block;
    text-align: center;
}
.l__vehicle__number .item b i{
    font-style: normal;
}
.l__vehicle__number .item b span{
    font-size: 16px;
}
.l__vehicle__number .item p{
    text-align: center;
    font-size: 18px;
}
.l__vehicle__number .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8vh 0 0;
}
.l__vehicle__number .btn a{
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    padding: 0 50px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 2px solid #000000;
}

.l__vehicle__number .number_content {
    box-sizing: border-box;
    display: none;
}

.l__vehicle__number .number_content .item-box .title {
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #a39e8c;
    cursor: pointer;
    transition: all .3s;
}

.l__vehicle__number .number_content .item-box .content {
    padding: 32px 0;
    display: none;
}

.l__vehicle__number .number_content .item-box .content table {
    margin: auto;
}

.l__vehicle__number .number_content .item-box.active .title {
    color: #000000;
    border-bottom: 2px #000000 solid;
}

.l__vehicle__number .number_content .btn a {
    background-color: #000000;
    color: #FFFFFF;
}

@media screen and (min-width: 1200px) {
    .l__vehicle__number .item{
        width: auto;
    }
    .l__vehicle__number .item:nth-child(1){
        margin-left: 0;
    }
    .l__vehicle__number .item:nth-child(2){
        margin: 0 auto;
    }
}

.l__vehicle__images{
    padding: 60px 20px;
    background: #ffffff;
    position: relative;
}
@media screen and (min-width: 768px) {
    .l__vehicle__images{
        padding: 12vh 0 12vh 11.45vw;
    } 
}

.l__vehicle__images .swiper-slide img{
    width: 100%;
    height: 121.531101vw;
    object-fit: cover;
}

.l__vehicle__images .swiper-slide .text{
    padding: 50px 20px 0;
}
.l__vehicle__images .swiper-slide .text h3{
    font-size: 18px;
    font-weight: 600;
}
.l__vehicle__images .swiper-slide .desc{
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
}
.l__vehicle__images a.prev{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5.2vw;
    top: 30%;
    background: url(../vehicle/btn.png) no-repeat;
    background-size: cover;
}
@media screen and (min-width: 992px) {
    .l__vehicle__images a.prev{
        width: 50px;
        height: 50px;
    }
    .l__vehicle__images .swiper-slide{
        width: 35vw;
    }

    .l__vehicle__images .swiper-slide img {
        height: 42.535885vw;
    }
}
@media screen and (min-width: 1200px) {
    .l__vehicle__images .swiper-slide{
        width: 24vw;
    }
    .l__vehicle__images .swiper-slide img {
        height: 29.167464vw;
    }
}



.l__vehicle__img{
    padding: 10vh 0;
}
.l__vehicle__img .swiper-slide a {
    display: block;
    position: relative;
}
.l__vehicle__img .swiper-slide img{
    width: 100%;
    height: 45vh;
    object-fit: cover;
}
.l__vehicle__imgshow {
    background-color: rgba(0,0,0,.8) !important;
}
.l__vehicle__imgshow .layui-layer-title {
    border-bottom: none;
}
.l__vehicle__imgshow .layui-layer-setwin a.layui-layer-close {
    color: #ffffff;
}
.l__vehicle__imgshow .layui-layer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.l__vehicle__imgshow .layui-layer-content div {
    text-align: center;
}
.l__vehicle__imgshow .layui-layer-content div a {
    display: inline-block;
    padding: 5px 32px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 5vh;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: all .3s;
}
.l__vehicle__imgshow .layui-layer-content div a:hover {
    color: #2c9689;
    border-color: #2c9689;
}
.l__vehicle__imgshow .layui-layer-content img {
    max-width: 100%;
    max-height: 90%;
}
/*.l__vehicle__img .swiper-slide a .hover {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.l__vehicle__img .swiper-slide a .hover span {
    display: block;
    width: 180px;
    height: 40px;
    background: #289688;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.l__vehicle__img .swiper-slide a:hover .hover {
    opacity: 1;
}*/
@media screen and (min-width: 992px) {
    .l__vehicle__img .swiper-slide{
        width: auto;
    }
    .l__vehicle__img .swiper-slide img{
        width: auto;
        height: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .l__vehicle__img .swiper-slide img{
        height: 45vh;
        min-height: 300px;
    }
}