.disFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper {
    padding: 0 30px;
}

/* 顶部 */
.top {
    display: none;
}

.p-top {
    display: block;
}

.p-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.p-nav .navicon {
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    z-index: 10;
    /* padding: 0.6rem; */
    width: 1rem;
}

.p-nav .navmenu {
    position: absolute;
    top: 1.96rem;
    right: 0;
    z-index: 11;
    width: 9.6rem;
    height: calc(100vh - 1.96rem);
    background-color: #ffffff;
}

.p-nav .close {
    width: 100%;
    justify-content: flex-end;
    padding: 0.6rem;
    box-sizing: border-box;
}

.p-nav .close img {
    width: 1.36rem;
}

.p-nav .navcont {
    height: calc(100% - 2.56rem);
    overflow-x: hidden;
    background: url(../images/menu-bg.png) no-repeat bottom center / 100% auto;
}

.p-nav .navcont ul {
    margin-left: 1.9rem;
}

.p-nav .navcont li>a {
    display: block;
    padding: 0.4rem 1rem 0.4rem 1.6rem;
    font-size: 0.6rem;
    color: #333333;
}


.p-nav .navcont li.active>a {

    background: url(../images/menu-right.png) no-repeat left 0.56rem / 0.38rem auto;
}

.p-nav .navcont li .subnav {
    padding-left: 1.6rem;
    display: none;
}

.p-nav .navcont li .subnav .item {
    display: block;
    font-size: 0.48rem;
    color: #666666;
    line-height: 1rem;
}

.p-top {
    width: 100%;
    margin: 0 auto;
}


.p-top .wrapper {
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

.p-top .logo {
    /* width: 5rem; */
}

.p-top .menubtn {
    width: 40px;
}

.p-top .menubtn img {
    width: 100%;
}

/* 底部 */
.bottom .w-1200 {
    display: block;
    padding: 1.5rem 0.6rem 1.5rem;
}

.bottom .left {
    width: 100%;
}

.bottom .left .f_tt {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.bottom .left .f_lx {
    display: flex;
    align-items: center;
    margin-top: 1rem;

}

.bottom .left .f_lx .ico {
    background-color: #f19b00;
    border-radius: 0.6rem;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
}

.bottom .left .f_lx .ico img {
    width: 0.44rem;
    object-fit: cover;
}

.bottom .left .f_lx .info {}

.bottom .left .f_lx .info p {
    font-size: 0.4rem;
    color: #e9e9e9;
}

.bottom .left .f_lx .info p:nth-of-type(2) {
    font-size: 0.4rem;
    color: #fff;
}



.bottom .w-1200>.right {
    /* width: 50%; */
    margin-top: 1rem;
}

.bottom .right .inputDiv {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 1.3rem;
    margin-bottom: 0.3rem;
}

.bottom .right .inputDiv>div.firstName {
    width: 48%;
    height: 100%;
}

.bottom .right .inputDiv>div.lastName {
    width: 48%;
    height: 100%;
}

.bottom .right .msg {
    width: 100%;
    padding-top: 0.2rem;
    padding-left: 0.4rem;
    background-color: #2f2f2f;
    border: 1px solid #505050;
}

.bottom .right .inputDiv>div {
    width: 100%;
    padding-left: 0.4rem;
    background-color: #2f2f2f;
    border: 1px solid #505050;
}

.bottom .right .inputDiv input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
}

.bottom .right .msg textarea {
    width: 100%;
    background-color: #2f2f2f;
    color: #fff;
    min-height: 2.8rem;

}

.bottom .right .btn_div {
    width: 100%;
    margin: 0.3rem 0;

}

.bottom .right .btn_div .btn {
    width: 100%;
    height: 1.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    line-height: 1.4rem;
    cursor: pointer;
    background-color: #f19b00;
    transition: all 0.3s;
}

.bottom .right .btn_div .btn:hover {
    background-color: rgb(231, 112, 1);

}

.bottom .right .agree_div {
    display: block;
}

.bottom .right .agree_div .right {
    margin-top: 0.6rem;
}

.bottom .right .agree_div input[type="checkbox"] {
    display: none;
}

.bottom .right .agree_div input[type="checkbox"]+label {
    position: relative;
    color: #fff;
    font-size: 0.28rem;
    padding-left: 0.8rem;
    display: block;
    line-height: 0.44rem;
}

.bottom .right .agree_div input[type="checkbox"]+label:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #223344;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bottom .right .agree_div input[type="checkbox"]:checked+label:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/agree_bg.png) center no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;

}

.bottom .right .shares {
    display: flex;
    align-items: center;
    height: 100%;
}

.bottom .right .shares a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 0.8rem;
    margin: 0 0.2rem;
    background-color: #2b2b2b;
    transition: all 0.3s;
}

.bottom .right .shares .icon-ins::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/ins_ico.png) no-repeat center;
    background-size: contain;
}



.bottom .right .shares .icon-facebook::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-49%);
    width: 0.3rem;
    height: 0.5rem;
    background: url(../images/facebook_ico.png) no-repeat center;
    background-size: contain;

}

.bottom .right .shares .icon-twitter::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/twitter_ico.png) no-repeat center;
    background-size: contain;

}

.bottom .right .shares a:hover {
    transform: scale(0.9);
}

/* .bottom .right .shares a:nth-of-type(1) img {
    width: 0.5rem;
    height: 0.5rem;
}

.bottom .right .shares a img {
    width: 0.5rem;
    height: 0.5rem;
} */

.bottom .copy {
    padding: 0 0.6rem;
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom .copy p {
    display: flex;
    color: #fff;
    font-size: 0.28rem;
}

.bottom .copy p+p {
    margin-left: 1rem;
}

.bottom .copy p img {
    margin-right: 0.16rem;
    height: fit-content;
}

/* 底部翻页 */
.pagination {
    /* margin-top: 60px; */
    /* margin-bottom: 160px; */
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul li {
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    border: 1px solid #ffad00;
    border-radius: 0.14rem;
}

.pagination ul li a {
    font-size: 0.28rem;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li a img {
    width: 0.2rem;
}

.pagination ul li:nth-of-type(n+2) {
    margin-left: 0.2rem;
}

.pagination ul li:hover,
.pagination ul li.active {
    background-color: #ffad00;
}

/* 首页 */
.idx_his .left {
    padding-left: 20px;
}

/* car_det */
.car_det {
    padding: 0 30px;
}

.car_det .det1 .left {
    width: 70%;
}

.car_det .det1 .bigSwiper {
    width: 100%;
    height: 520px;
    margin-bottom: 10px;
}

.car_det .det1 .smallSwiper {
    width: 100%;
}

.car_det .det1 .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 0 30px;
}

.car_det .det1 .right .buy {
    width: 100%;
    height: 40px;
    background-color: #ffad00;
    margin-bottom: 30px;
    margin-top: 40px;
}

.car_det .det1 .right a {
    width: 75%;
    height: 40px;
    background-color: #ffad00;
    transition: all 0.3s;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.car_det .det1 .right .enjoy {
    width: 75%;
    height: 40px;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background-color: #9b9b9b;
}

.car_det .det2 .chatDiv {
    position: relative;
    width: 100%;
    margin: 30px auto;
    text-align: right;
    right: 0;
}

.car_det .det3 .text {
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    text-indent: 2rem;
    margin: 60px 0 45px;
}

/* car_list */
.car_main {
    padding: 0 30px;
}

.car_main .c4 {
    width: 100%;
    padding-bottom: 60px;
}

/* contact */
.about_main {
    padding: 70px 30px 30px;
    position: relative;
}

.about_main .w-1150 {
    width: 93%;
}

/* 内容 */

.cont1,
.cont2,
.cont4,
.cont3 {
    padding: 0 30px;
}

.cont_imgright,
.cont_imgleft {
    position: relative;
    padding: 0 30px;
}

.cont_imgright .img_right,
.cont_imgleft .img_left {
    display: block;
}

.cont_imgright .img_right .right,
.cont_imgleft .img_left .right {
    width: 100%;
}

.cont_imgright .img_right .right img,
.cont_imgleft .img_left .left img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.cont_imgright .w-1400 .left_text {
    padding-right: 0px;
    width: 100%;
}

.cont_imgright .img_right .left,
.cont_imgleft .img_left .left {
    width: 100%;
}

.cont_imgright .w-1400 .img,
.cont_imgleft .w-1400 .img {
    width: 50%;
}

.cont_imgright .w-1400,
.cont_imgleft .w-1400 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: block;
    margin: 1rem 0;
}

.cont_imgleft .w-1400 .right_text {
    width: 100%;
    text-align: justify;
    padding-left: 0;
}

.about_main .tr1 .right {
    border-radius: 35px;
}

.about_main .tr1 .right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}

/* car_list */
.car_main .c3 .car_nav {
    display: block;
    position: relative;

}

.car_main .c3 .car_nav .line {
    display: none;
}

.car_main .c3 .car_nav .right {
    margin-top: 16px;
}

@media only screen and (max-width: 1000px) {
    .idx_banner .w-1200 .se_div {
        padding: 20px 20px 15px;
        background-color: #fff;
        width: 380px;
        margin-right: 30px;
        border-radius: 15px;
    }

    .idx_banner .w-1200 .se_div .se1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        width: 100%;
        height: 35px;
        border-radius: 25px;
        border: 5px solid #111111;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .idx_banner .se_div .se2 {
        width: 100%;
        height: 30px;
        border: 1px solid #d8d7da;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
        border-radius: 13px;
        margin-bottom: 10px;
    }

    .idx_banner .se_div .se3 {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .idx_banner .se_div .btn_div {
        width: 100%;
        margin: 15px 0;
    }

    .idx_banner .se_div .btn_div .btn {
        width: 100%;
        height: 30px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        cursor: pointer;
        background-color: #f7b404;
        border-radius: 25px;
        transition: all 0.3s;
    }

    .idx_newCar .w-1200 {
        padding: 30px;
    }

    .idx_newCar .icar_list {
        display: block;
    }

    .idx_newCar .icar_list .it {
        width: 100%;
        padding: 0.5rem;
        background-color: #111111;
    }

    .idx_newCar .icar_list .it+.it {
        margin-left: 0;
        margin-top: 1rem;
    }

    .idx_newCar .icar_list .icar_swiper {
        width: 100%;
        height: 6rem;
    }

    .idx_newCar .icar_list .icar_swiper .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .idx_newCar .icar_list .icar_swiper .swiper-slide img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .idx_newCar .icar_list .icar_swiper .swiper-button-next:after,
    .idx_newCar .icar_list .icar_swiper .swiper-button-prev:after {
        font-size: 0.6rem;
    }

    .idx_newCar .icar_list .icar_swiper .swiper-button-next.swiper-button-white {
        color: #fff;
    }

    .idx_newCar .icar_list .icar_swiper .swiper-button-prev.swiper-button-white {
        color: #fff;
    }

    .idx_newCar .icar_list .cont {
        padding: 0.7rem 0.4rem 0rem;
        display: block;
    }

    .idx_newCar .icar_list .cont .tt {
        font-size: 0.32rem;
        color: #fff;
        font-weight: bold;
        min-height: 0.84rem;
    }

    .idx_newCar .icar_list .cont .info {
        font-size: 0.32rem;
        color: #fff;
        margin: 0.5rem 0 0.4rem;
    }

    .idx_newCar .icar_list .cont .info2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }

    .idx_newCar .icar_list .cont .info2 div {
        width: 49%;
        height: 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #223344;
        border-radius: 0.1rem;
        font-size: 0.28rem;
        color: #fff;
    }

    .idx_newCar .icar_list .cont .info2 div img {
        margin-right: 0.1rem;
    }

    .idx_newCar .icar_list .cont .price {
        font-size: 0.4rem;
        color: #fff;
        font-weight: bold;
    }

    .idx_newCar .icar_list .cont .p {
        font-size: 0.28rem;
        color: #fcb804;
    }

    /* advice */
    .lastest .lastest_car {
        display: flex;
        flex-wrap: wrap;
    }

    .lastest .lastest_car li {
        padding: 0.4rem;
        width: calc((100% - 0.7rem) / 2);
        background-color: #101010;
        margin-right: 0;
        border-radius: 0.4rem;
        margin-bottom: 1.2rem;
    }

    .lastest .lastest_car li:nth-of-type(2n) {
        margin-left: 0.7rem;
    }

    .lastest .lastest_car li:nth-of-type(3n) {
        margin-right: 0rem;
    }

    .lastest .lastest_car li .img {
        width: 100%;
        height: 3.6rem;
        position: relative;
        overflow: hidden;
    }

    .lastest .lastest_car li:hover .img>img {
        transform: scale(1.1);
    }

    .lastest .lastest_car li .img>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;

    }

    .lastest .lastest_car li .img .ico {
        position: absolute;
        top: 0.3rem;
        left: 0.3rem;
        width: 0.6rem;
        height: 0.6rem;
        border: 2px solid #ffad00;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lastest .lastest_car li .img .ico img {
        width: 65%;
        object-fit: cover;
    }



    .lastest .lastest_car li .cont {
        padding-top: 0.5rem;
    }

    .lastest .lastest_car li .cont .over2 {
        font-size: 0.28rem;
        font-weight: bold;
        color: #fff;
        min-height: 0.76rem;
    }

    .lastest .lastest_car li .cont .over3 {
        font-size: 0.24rem;
        color: #fff;
        margin-top: 0.4rem;
        margin-bottom: 0.5rem;
        min-height: 0.96rem;
    }

    .lastest .lastest_car li .cont .bot {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lastest .lastest_car li .cont .bot span {
        color: #efab1b;
        font-weight: bold;
        font-size: 0.28rem;
    }

    .lastest .lastest_car li .cont .bot img {}

    /* car_det */
    .car_det .det4 .suggest {
        display: block;
    }

    .car_det .det4 .suggest .it {
        width: 100%;
        margin-bottom: 0.6rem;
    }

    /* car_list */


    .car_main .c3 .car_nav .left ul li {
        padding: 7px;
    }



    .car_main .c3 .car_nav .right .result {
        padding: 7px;
    }



    .car_main .c3 .car_nav .right .list>div {
        width: 30px;
        height: 30px;
    }

    .car_main .c3 .car_list .it {
        width: 100%;
        padding: 20px 10px 45px 0;
        display: flex;
        border-bottom: 2px solid #223344;
    }

    .car_main .c3 .car_bg {
        display: block;
    }

    .car_main .c3 .car_bg .it {
        width: 100%;
        margin-right: 0;
    }

    /* contact */
    .about_main .tr1 {
        display: block;
    }

    .about_main .tr1 .left {
        margin-bottom: 30px;
    }

    .about_main .tr1 .left,
    .about_main .tr1 .right {
        width: 100%;
    }

}

@media only screen and (max-width: 1200px) {

    /* advice */
    .advice_main .guides {
        padding: 0 30px;
    }

    .advice_main .guides .w-1120 {
        width: 90%;
    }

    .advice_main .w-1120 .tt {
        padding-left: 30px;
    }

    .lastest .w-1120 {
        padding: 0 30px;
    }


}