.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.passenger_cars1 {
    height: 41.6666666667vw;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.passenger_cars1 .wrap {
    width: 1440px;
    margin: auto;
}

.passenger_cars1 .wrap .text {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.solution_cut {
    background: #F6F5F8;
    height: 60px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.solution_cut .wrap {
    width: 1440px;
    margin: auto;
    display: flex;
    gap: 52px;
    height: 100%;
}

.solution_cut .wrap .list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    transition: .3s ease;
    position: relative;
}

.solution_cut .wrap .list.on, .solution_cut .wrap .list:hover {
    color: #EA5520;
    font-weight: bold;
}

.solution_cut .wrap .list.on:after, .solution_cut .wrap .list:hover:after {
    transform: scaleX(1);
}

.solution_cut .wrap .list:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #EA5520;
    transform-origin: left;
    transform: scaleX(0);
    transition: .3s ease;
}

.passenger_cars2 {
    padding: 99px 0 139px;
    background: #F6F5F8;
    overflow: unset;
    position: relative;
    z-index: 7;
}

.passenger_cars2 .wrap {
    width: 1200px;
    margin: auto;
}

.passenger_cars2 .wrap .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.passenger_cars2 .wrap .top .l .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 40px;
}

.passenger_cars2 .wrap .top .l .p2 {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.passenger_cars2 .wrap .top .back {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    left: 166px;
    margin: 0 0 40px;
    width: max-content!important;
    max-width: unset!important;
    white-space: nowrap;
}

.passenger_cars2 .wrap .top .back:hover p {
    color: #EA5520;
    transform: translateX(4px);
}

.passenger_cars2 .wrap .top .back .circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(0deg, #EB5D20, #F07D1F);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passenger_cars2 .wrap .top .back .circle svg {
    width: 20px;
    height: 20px;
}

.passenger_cars2 .wrap .top .back p {
    font-size: 16px;
    font-weight: bold;
    transition: .6s ease;
    color: #000;
}

.passenger_cars2 .wrap .content {
    margin: 95px 0 0 0;
}

.passenger_cars2 .wrap .content .message {
  width: 100%;
  height: 280px;
  margin: 20px 0 0 0;
}


.passenger_cars2 .wrap .content .other{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0 0 0;
}

.passenger_cars2 .wrap .content .other .swiper-pagination{
    width: 950px;
    height: 1px;
    position: static;
}

.passenger_cars2 .wrap .content .other .swiper-pagination span{
    height: 3px;
    background: #EB5F1F;
    border-radius: 2px;
    top: -1px;
}

.passenger_cars2 .wrap .content .other .button{
    display: flex;
    align-items: center;
    gap: 14px;
}
.passenger_cars2 .wrap .content .other .button .circle{
    width: 36px;
    height: 36px;
    background: rgba(215, 215, 217,.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    cursor: pointer;
}
.passenger_cars2 .wrap .content .other .button .circle:first-child{
    transform: rotate(180deg);
}
.passenger_cars2 .wrap .content .other .button .circle .iconfont{
    color: #000;
    opacity: .5;
    font-size: 16px;
    transition: .3s ease;
}

.passenger_cars2 .wrap .content .other .button .circle:hover{
    background: #D7D7D9;
}

.passenger_cars2 .wrap .content .other .button .circle:hover .iconfont{
    opacity: 1;
}


.passenger_cars2 .wrap .content .other .swiper-pagination span{
    
}

.passenger_cars2 .wrap .content .message .item {
    width: 100%;
    height: 280px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
}

.passenger_cars2 .wrap .content .message .item:not(:last-child) {
    margin: 0 0 20px;
}

.passenger_cars2 .wrap .content .message .item .headline {
    display: flex;
    align-items: center;
    gap: 13px;
}

.passenger_cars2 .wrap .content .message .item .headline .icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passenger_cars2 .wrap .content .message .item .headline .icon img {
    object-fit: contain;
}

.passenger_cars2 .wrap .content .message .item .headline p {
    font-weight: bold;
    font-size: 32px;
    background: linear-gradient(180deg, #F0831F 0%, #EA5420 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.passenger_cars2 .wrap .content .message .item .text {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin: 60px 0 0 0;
}

.passenger_cars2 .wrap .content .images {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.passenger_cars2 .wrap .content .images img {
    width: 100%;
    height: 100%;
}

.passenger_cars3 {
    padding: 183px 0 201px;
    position: relative;
    z-index: 5;
    background: #fff;
}

.passenger_cars3 .wrap {
    width: 1440px;
    margin: auto;
    position: relative;
    left: 120px;
}

.passenger_cars3 .wrap .carsSwiper {
    width: 2440px;
    margin: 0;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item {
    height: 500px;
    background: #F6F5F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left {
    width: 500px;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    margin: 0 0 14px;
    line-height: 100%;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2 {
    font-weight: 800;
    font-size: 24px;
    padding: 0 0 24px;
    margin: 0 0 60px;
    position: relative;
    background: linear-gradient(180deg, #F0831F 0%, #EA5420 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2:after {
    width: 104px;
    height: 2px;
    background: linear-gradient(0deg, #F0831F, #EA5420);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #E4E3E6, transparent);
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p3 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .img {
    width: 499px;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .img:hover img {
    transform: scale(1.05);
}

.passenger_cars3 .wrap .carsSwiper .swiper-slide .item .img img {
    object-fit: contain;
    transition: 1s;
}

.passenger_cars3 .wrap .display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

@keyframes widthAnimate {
    100% {
        width: 100%;
    }
}

.passenger_cars3 .wrap .display .swiper-pagination {
    position: static;
    width: fit-content;
}

.passenger_cars3 .wrap .display .swiper-pagination span {
    width: 60px;
    height: 4px;
    background: #E4E3E6;
    border-radius: 2px;
    opacity: 1 !important;
    margin: 0 10px 0 0 !important;
    position: relative;
    z-index: 1;
}

.passenger_cars3 .wrap .display .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #EB5F1F;
    border-radius: inherit;
}

.passenger_cars3 .wrap .display .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: widthAnimate 4s linear forwards;
}

.passenger_cars3 .wrap .display .button {
    display: flex;
    align-items: center;
    gap: 14px;
}

.passenger_cars3 .wrap .display .button .circle {
    width: 36px;
    height: 36px;
    background: rgba(215, 215, 217, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: .6s ease;
}

.passenger_cars3 .wrap .display .button .circle:hover {
    background: #D7D7D9;
    color: #000;
}

.passenger_cars3 .wrap .display .button .circle:first-child {
    transform: rotate(180deg);
}

@media screen and (max-width: 1919px) {
    .passenger_cars1 .wrap{
        width: 75vw;
    }
    .passenger_cars1 .wrap .text{
        font-size: 2.5vw;
    }
    .solution_cut{
        height: 3.125vw;
    }
    .solution_cut .wrap{
        width: 75vw;
        gap: 2.7083333333vw;
    }
    .solution_cut .wrap .list{
        font-size: 0.8333333333vw;
    }
    .solution_cut .wrap .list::after{
        height: 0.1041666667vw;
    }
    .passenger_cars2{
        padding: 5.15625vw 0px 7.2395833333vw;
    }
    .passenger_cars2 .wrap{
        width: 62.5vw;
    }
    .passenger_cars2 .wrap .top .l .p1{
        font-size: 1.875vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .passenger_cars2 .wrap .top .l .p2{
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .passenger_cars2 .wrap .top .back{
        gap: 0.5208333333vw;
        left: 8.6458333333vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .passenger_cars2 .wrap .top .back:hover p{
        transform: translateX(0.2083333333vw);
    }
    .passenger_cars2 .wrap .top .back .circle{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }
    .passenger_cars2 .wrap .top .back .circle svg{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .passenger_cars2 .wrap .top .back p{
        font-size: 0.8333333333vw;
    }
    .passenger_cars2 .wrap .content{
        margin: 4.9479166667vw 0px 0px;
    }
    .passenger_cars2 .wrap .content .message{
        height: 14.5833333333vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .passenger_cars2 .wrap .content .other{
        margin: 3.125vw 0px 0px;
    }
    .passenger_cars2 .wrap .content .other .swiper-pagination{
        width: 49.4791666667vw;
    }
    .passenger_cars2 .wrap .content .other .swiper-pagination span{
        height: 0.15625vw;
        border-radius: 0.1041666667vw;
    }
    .passenger_cars2 .wrap .content .other .button{
        gap: 0.7291666667vw;
    }
    .passenger_cars2 .wrap .content .other .button .circle{
        width: 1.875vw;
        height: 1.875vw;
    }
    .passenger_cars2 .wrap .content .other .button .circle .iconfont{
        font-size: 0.8333333333vw;
    }
    .passenger_cars2 .wrap .content .message .item{
        height: 14.5833333333vw;
        border-radius: 0.5208333333vw;
        padding: 2.0833333333vw 1.5625vw;
    }
    .passenger_cars2 .wrap .content .message .item:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .passenger_cars2 .wrap .content .message .item .headline{
        gap: 0.6770833333vw;
    }
    .passenger_cars2 .wrap .content .message .item .headline .icon{
        width: 2.3958333333vw;
        height: 2.3958333333vw;
    }
    .passenger_cars2 .wrap .content .message .item .headline p{
        font-size: 1.6666666667vw;
    }
    .passenger_cars2 .wrap .content .message .item .text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 3.125vw 0px 0px;
    }
    .passenger_cars2 .wrap .content .images{
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
    }
    .passenger_cars3{
        padding: 9.53125vw 0px 10.46875vw;
    }
    .passenger_cars3 .wrap{
        width: 75vw;
        left: 6.25vw;
    }
    .passenger_cars3 .wrap .carsSwiper{
        width: 127.0833333333vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item{
        height: 26.0416666667vw;
        border-radius: 0.4166666667vw;
        padding: 0px 5.2083333333vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left{
        width: 26.0416666667vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 0.7291666667vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2{
        font-size: 1.25vw;
        padding: 0px 0px 1.25vw;
        margin: 0px 0px 3.125vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2::after{
        width: 5.4166666667vw;
        height: 0.1041666667vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2::before{
        height: 0.1041666667vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p3{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .img{
        width: 25.9895833333vw;
        height: 12.7604166667vw;
    }
    .passenger_cars3 .wrap .display{
        margin: 2.0833333333vw 0px 0px;
    }
    .passenger_cars3 .wrap .display .swiper-pagination span{
        width: 3.125vw;
        height: 0.2083333333vw;
        border-radius: 0.1041666667vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .passenger_cars3 .wrap .display .button{
        gap: 0.7291666667vw;
    }
    .passenger_cars3 .wrap .display .button .circle{
        width: 1.875vw;
        height: 1.875vw;
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .passenger_cars1 {
        margin: 60px 0 0 0;
    }

    .passenger_cars1 .wrap .text {
        font-size: 20px;
    }

    .solution_cut .wrap {
        width: 90%;
        gap: 30px;
    }

    .solution_cut {
        height: 50px;
    }

    .solution_cut .wrap .list {
        font-size: 13px;
    }

    .passenger_cars2 {
        padding: 30px 0;
    }

    .passenger_cars2 .wrap {
        width: 90%;
    }

    .passenger_cars2 .wrap .top {
        flex-direction: column-reverse;
        align-items: unset;
    }

    .passenger_cars2 .wrap .top .l .p1 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .passenger_cars2 .wrap .top .l .p2 {
        font-size: 13px;
        line-height: 25px;
    }

    .passenger_cars2 .wrap .top .l .p2 br {
        display: none;
    }

    .passenger_cars2 .wrap .top .back {
        gap: 10px;
        left: 0;
        margin: 0 0 25px;
    }

    .passenger_cars2 .wrap .top .back .circle {
        width: 35px;
        height: 35px;
    }

    .passenger_cars2 .wrap .top .back .circle svg {
        width: 14px;
        height: 14px;
    }

    .passenger_cars2 .wrap .top .back p {
        font-size: 14px;
    }

    .passenger_cars2 .wrap .content {
        height: auto;
        margin: 25px 0 0 0;
        flex-direction: column;
    }

    .passenger_cars2 .wrap .content .message {
        width: 100%;
    }

    .passenger_cars2 .wrap .content .message .item:not(:last-child) {
        margin: 0 0 15px;
    }

    .passenger_cars2 .wrap .content .message .item {
        height: auto;
        border-radius: 10px;
        padding: 15px;
    }

    .passenger_cars2 .wrap .content .message .item .headline {
        gap: 10px;
    }

    .passenger_cars2 .wrap .content .message .item .headline .icon {
        width: 35px;
        height: 35px;
    }

    .passenger_cars2 .wrap .content .message .item .headline p {
        font-size: 18px;
    }

    .passenger_cars2 .wrap .content .message .item .text {
        font-size: 13px;
        line-height: 25px;
    }

    .passenger_cars2 .wrap .content .images {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 20px 0 0 0;
    }

    .passenger_cars3 {
        padding: 35px 0;
    }

    .passenger_cars3 .wrap {
        width: 90%;
        left: 0;
    }

    .passenger_cars3 .wrap .carsSwiper {
        width: 95vw;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item {
        height: auto;
        padding: 30px 25px;
        border-radius: 10px;
        flex-direction: column-reverse;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .img {
        width: 100%;
        height: auto;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p1 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2 {
        font-size: 18px;
        padding: 0 0 10px;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2::before {
        height: 1px;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p2::after {
        width: 60px;
        height: 1px;
    }

    .passenger_cars3 .wrap .carsSwiper .swiper-slide .item .left .p3 {
        font-size: 13px;
        line-height: 24px;
    }

    .passenger_cars3 .wrap .display .swiper-pagination span {
        width: 35px;
        height: 4px;
        border-radius: 2px;
        margin: 0 10px 0 0 !important;
    }

    .passenger_cars3 .wrap .display .swiper-pagination span:last-child {
        margin: 0 !important;
    }

    .passenger_cars3 .wrap .display .button {
        gap: 15px;
    }

    .passenger_cars3 .wrap .display .button .circle {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .passenger_cars3 .wrap .display {
        margin: 30px 0 0 0;
    }

    .passenger_cars2 .wrap .content .message{
        height: auto;
        margin: 30px 0 0 0;
    }
    .passenger_cars2 .wrap .content .message .swiper-slide{
        height: auto;
    }
    .passenger_cars2 .wrap .content .message .item{
        height: 100%;
    }
    .passenger_cars2 .wrap .content .other{
        margin: 25px 0 0 0;
    }
    .passenger_cars2 .wrap .content .other .button{
        gap: 15px;
    }
    .passenger_cars2 .wrap .content .other .button .circle{
        width: 32px;
        height: 32px;
    }
    .passenger_cars2 .wrap .content .other .button .circle .iconfont{
        font-size: 14px;
    }
    .passenger_cars2 .wrap .content .other .swiper-pagination{
        width: 70%;
    }
    .passenger_cars2 .wrap .content .message .item{
        padding: 25px 15px;
    }
}

/*# sourceMappingURL=passenger_cars.css.map */
