/* 2022-10-25 百分之百宽度 */
/* 解决720看车数值文字部分用背景图的通病 */
/* @media screen and (min-width: 768px) {
    .optionContainer span {
        width: 14.2% !important;
        padding: 5% 0 0 3% !important;
    }
} */

/* @media screen and (min-width: 1800px) { */
@media screen and (min-width: 1920px) {
    body,
    .full-width-content,
    #new_header {
        max-width: 100%;
    }

    #new_header {
        border-bottom: 1px solid #ebebeb;
    }

    .app-download {
        background-color: #f1f1f1;
    }

    .top_box {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    .header_box {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 0 none;
    }

    .header_box .header_nav {
        right: 1.73rem;
    }

    .header_box .right {
        right: 0.23rem;
    }

    .header_nav .downBox {
        max-width: 100%;
    }

    .header_box .new_more {
        padding-right: 0;
    }

    .header_box .downBox .new-w-center {
        max-width: 1920px;
        margin: auto;
        padding-right: 150px;
    }

    .new-nav-car-list {
        max-width: 1920px;
    }

    .new-nav-car-item,
    .new-nav-car-item:nth-child(4n) {
        width: 24.4%;
        margin: 0.3%;
    }

    .new-nav-car-item:hover,
    .new-nav-car-item:nth-child(4n):hover {
        width: 24.4%;
        margin: 0.3%;
    }

    .footer-links .w-center {
        max-width: 1920px;
    }

    .disclaimer .inner {
        width: 75%;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    .disclaimer p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    

    /* 首页 */
    .mySwiperTop {
        max-width: 100%;
        max-height: 100%;
    }

    .secondbox {
        max-width: 100%;
        max-height: 1280px;
        background-color: #f6f7f8;
    }

    .news-list .greyBg {
        height: 4.29rem;
        bottom: -20%;
    }

    /* .topTextButton {
        display: flex;
        justify-content: center;
    }

    .indexBtnStyle2 {
        position: relative;
    } */


    /* 车型页 */
    .new-footer-dirver {
        width: 100%;
        max-width: 100%;
    }

    #section-kv,
    #section-kv .swiper-wrapper,
    #section-kv .swiper-slide .bkImg {
        width: 100% !important;
    }

    .type-area {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    .changeItemText {
        font-size: 0.12rem;
    }

    .preferential_policies_box {
        max-height: none;
        min-height: none;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    /* 新闻底层页 */
    .news-cont-rt {
        width: 30% !important;
    }
}