.w-center-1600 {
    width: 79%;
    margin: 0 auto;
}

.fixed-hide-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    visibility: hidden;
    background: #fff;
    max-height: 100rem;
}

.preferential-policy .mb-only .border-bg1 {
    background-image: none !important;
    border: 1px solid #ccc;
}

.block-cont-pos {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.hide-box.fadeIn,
.fixed-hide-box {
    -webkit-transition: all .8s cubic-bezier(.14, 1.12, .67, .99);
    transition: all .8s cubic-bezier(.14, 1.12, .67, .99);
}

.hide-box.fadeIn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 2000;
    visibility: visible;
    overflow-y: auto;
}

.hide-box-cont {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.hide-close-box {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.8rem;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    /* Firefox 3.6 - 15 */

    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    opacity: 0.9;
    z-index: 2100;
}

.hide-box-close-fixed {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.44rem;
    height: 0.44rem;
    background: url('../../images/car-model/m6/dialog-close.png') no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    font-size: 0.2rem;
}

.hide-box-close-fixed.active {
    width: auto;
    background: none;
    left: 50%;
}

.hide-box-close-fixed.active::after {
    content: '>>';
    position: absolute;
    bottom: -0.4rem;
    left: 41%;
    transform: rotate(90deg) translateX(-50%);
    animation: heart 1s ease-in-out 2.7s infinite alternate;

}


/* 720 */
.banner-items-color .color-720-swiper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 14.37rem; */
    /* height: 5.43rem; */
    width: 11rem;
    height: 4rem;
}

.banner-items-color .color-720-swiper .color-img {
    width: 100%;
    height: auto;
}

.banner-items-color .color-switcher {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

.banner-items-color .color {
    position: relative;
    display: flex;
    margin-bottom: 0.2rem;
    cursor: pointer;
    overflow: hidden;
}

.banner-items-color .color:after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
}

.banner-items-color .link-to-720 {
    position: absolute;
    top: 10%;
    left: 50%;
    /* width: 100%; */
    z-index: 11;
    transform: translate(-50%, 0) scale(0.6);
}

/* .banner-items-color .link-to-720:hover {
    opacity: 1;
} */

.banner-items-color .link-to-720 img {
    display: block;
    margin: 0 auto;
    transition: all .3s;
}
.banner-items-color .link-to-720 img:hover {
    transform: scale(1.05);
}

.banner-items-color .remark {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
}


/* .pub-swiper,
.gallery-thumbs {
    width: 70%;
} */



/*
岩选灰 #566A82
简约白 #FFFFFF
经典黑 #0B0C0E
雅致银 #C0C1C3
摩登灰 #787B85
中国红 #B81D21 */

.banner-items-color .color-liuyan .inner {
    background-color: #566A82;
}

.banner-items-color .color-white .inner {
    background-color: #FFFFFF;
}

.banner-items-color .color-black .inner {
    background-color: #0B0C0E;
}

.banner-items-color .color-silver .inner {
    background-color: #C0C1C3;
}

.banner-items-color .color-gray .inner {
    background-color: #787B85;
}

.banner-items-color .color-red .inner {
    background-color: #B81D21;
}

.banner-items-color .color-brown .inner {
    background-color: #564336;
}

.banner-items-color .color-box {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    order: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-items-color .color-box .inner {
    position: relative;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
}

.banner-items-color .color-box:after {
    content: '✓';
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    background-color: #c00;
    color: #fff;
    opacity: 0;
}

.banner-items-color .color-box .inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 2px #c00;
    z-index: 2;
    opacity: 0;
}

.banner-items-color .color-box .inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
    transform-origin: left bottom;
    z-index: 1;
}

.banner-items-color .color-name {
    order: 0;
    width: 1em;
    display: flex;
    align-items: center;
    /* font-size: 0.16rem; */
    margin-right: 0.5em;
    line-height: 1.1;
    font-size: 16px;
    opacity: 0;
    /* font-weight: 400; */
}

.banner-items-color .active .color-name {
    opacity: 1;
}

.banner-items-color .active .color-box:after {
    opacity: 1;
}

.banner-items-color .active .inner:after {
    opacity: 1;
}

.banner-items-color .active .inner:before {
    opacity: 1;
}



.banner-items-color .base-info {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);

    display: flex;
    width: 12rem;
}

.banner-items-color .base-info .item {
    width: 23%;
    margin-left: 2%;
    border-right: 1px solid #333;
}

.banner-items-color .base-info .item:last-child {
    border: 0 none;
}

.banner-items-color .base-info {
    font-size: 0.2rem;
    padding: 0.25em 0;
}

.banner-items-color .base-info .item-title {
    font-size: 0.2rem;
    font-weight: 400;
    padding-bottom: 0.9em;
}

.banner-items-color .base-info big {
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0;
    margin-right: 0.3rem;
}


/* 第一屏 */
.banner-items-frist {
    overflow: hidden;
}

.banner-item .block-cont {
    position: relative;
    width: 100%;
    padding-bottom: 46.8%;
}

.block-cont .cbg {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-item-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.banner-item-text.l {
    left: 2.4rem;
    right: auto;
}

.banner-item-text.r {
    right: 2.4rem;
    left: auto;
}

.banner-item-text dt p {
    margin-bottom: 0.1rem;
    font-weight: 700;
}

.banner-item-text dd p {
    font-size: 0.3rem;
}

.fixed-look-more {
    display: inline-block;
    width: 2rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
}

.fixed-look-more:hover {
    background-color: #d7000f;
    border: 1px solid #d7000f;
}

.banner-dian-box span {
    width: .26rem;
    height: .26rem;
    background: url(../../images/car-model/m6/dbg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    -webkit-animation: ddAnim 1s infinite linear;
    animation: ddAnim 1s infinite linear;
    z-index: 2;
}

.banner-dian-box .d1 {
    top: 30.5%;
    left: 46.5%;
}

.banner-dian-box .d2 {
    top: 56%;
    right: 34.59%;
}

.banner-tit-box p {
    color: #fff;
    position: absolute;
    cursor: pointer;
}

.banner-tit-box .t1 {
    top: 9.8%;
    left: 30.3%;
}

.banner-tit-box .t2 {
    top: 63.5%;
    right: 17.9%;
}

.banner-fifth-hide .h-pub {
    display: none;
    position: absolute;
    z-index: 1;
    width: 3.2rem;
    padding: 0.18rem 0.2rem;
    color: #fff;
}

.banner-fifth-hide .h-pub p {
    line-height: 1.8;
    font-size: 0.2rem;
}

.banner-fifth-hide .h-pub.h1 {
    text-align: left;
    top: 17.8%;
    left: 30.4%;
    background: linear-gradient(to right, #d7000f, transparent);
}

.banner-fifth-hide .h-pub.h1::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    left: -0.3rem;
    width: 0.43rem;
    height: 0.37rem;
    background: url('../../images/car-model/m6/banner-fifth-hide-icon1.png') no-repeat;
    background-size: 100% 100%;
}

.banner-fifth-hide .h-pub.h2::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    right: -0.3rem;
    width: 0.43rem;
    height: 0.37rem;
    background: url('../../images/car-model/m6/banner-fifth-hide-icon2.png') no-repeat;
    background-size: 100% 100%;
    transform: rotate(360deg);
}

.banner-fifth-hide .h-pub.h2 {
    text-align: right;
    top: 71.5%;
    right: 18%;
    background: linear-gradient(to left, #d7000f, transparent)
}

.banner-items-fourth {
    width: 100%;
    background: url('../../images/car-model/m6/banner-items-fourth-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.banner-items-fourth .block-cont {
    padding-bottom: 53.02%;
}

.banner-view-center {
    width: 79%;
    margin: 0 auto;
    padding: 1rem 0;
}

.banner-items-fourth .hover-section .hover_active {
    width: 48% !important;
}

.hover-section {
    display: flex;
    width: 100%;
    position: absolute;
    top: 16%;
    height: 70%;
    left: 0;
    /* transform: translateY(-50%); */
    /* margin-top: 0.5rem; */
}

.fourth-hover-box {
    margin-top: 0.5rem;
}

.hover-section-frist {
    top: 50%;
    transform: translateY(-60%);
}

.hover-section>.hover-item-frist {
    width: 25%;
    height: 100%;
    position: relative;
    transition: all .5s ease;
}

.hover-section>.hover-item-second {
    width: 16.66%;
    height: 100%;
    position: relative;
    transition: all .5s ease;
}

.hover-section>section img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.hover-section .kuang1 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.kuang1.kuang-odd .k1 {
    width: 100%;
    height: 5px;
    background: url(../../images/car-model/m6/k-sli.jpg);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.kuang1.kuang-even .k1 {
    width: 100%;
    height: 5px;
    background: url(../../images/car-model/m6/k-tr.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.kuang1 .k2 {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../../images/car-model/m6/k-sli.jpg);
    background-size: 100% 100%;
}

.kuang-last .k3 {
    width: 5px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: url(../../images/car-model/m6/k-gradient.png);
    background-size: 100% 100%;
    /* transform: rotate(180deg); */
}

.banner-items-frist .kuang-last .k3 {
    transform: rotate(180deg);
}

.kuang-frist .k2 {
    width: 5px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: url(../../images/car-model/m6/k-gradient.png);
    background-size: 100% 100%;
}

.kuang1.kuang-odd .k4 {
    width: 100%;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: url(../../images/car-model/m6/k-tr.png);
    background-size: 100% 100%;
}

.kuang1.kuang-even .k4 {
    width: 100%;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: url(../../images/car-model/m6/k-sli.jpg);
    background-size: 100% 100%;
}

.hover-item {
    overflow: hidden;
}

.hover-item .sm {
    display: block;
}

.hover-item .sm-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    transition: all .2s linear;
}

.hover-item .bm-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    /* left: 50%; */
    /* margin-left: -4.85rem; */
    opacity: 0;
    transition: all .2s linear;
}

.bm-txt img {
    display: block;
    width: auto !important;
    height: 100%;
}

.bm-txt dl {
    position: absolute;
    bottom: 1em;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-left: .7rem;
    padding-right: .7rem;
    line-height: 1.5;
}

.bm-txt dl dt {
    line-height: 1;
    padding-bottom: .5em;
}

.bm-txt dd {
    color: #cccccc;
}

.hover-item .sm-title {
    color: #fff;
    width: 100%;
    top: 44%;
    position: absolute;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center;
    transition: all .2s linear;
}

.hover_active {
    width: 59% !important;
    flex-shrink: 0;
}

.hover_active .sm-txt {
    opacity: 0;
}

.hover_active .sm-title {
    opacity: 0;
}

.hover_active .bm-txt {
    opacity: 1;
}

.banner-items-fourth .hover-title {
    text-align: right;
    color: #fff;
}

.banner-items-fourth .hover-title dt {
    margin-bottom: 0.1rem;
    font-weight: 700;
}

.hide-center-1600 {
    width: 79%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 48.06%;
}

@keyframes ddAnim {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.gallery-thumbs {
    padding: 0.2rem;
}

.gallery-thumbs .swiper-wrapper {
    padding: 0 0.15rem;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    padding: 0.2rem;
    /* padding-left: 0.17rem; */
    margin-top: 0.2rem;
    opacity: 0.5;
    border: 0.03rem solid transparent;
    transition: all 0.2s;
    width: 30% !important;
}

.gallery-thumbs .swiper-slide p {
    position: relative;
    color: #000000;
    margin-bottom: 0.2rem;
    transition: all 0.2s;
}

.gallery-thumbs .swiper-slide p::after {
    content: '';
    position: absolute;
    bottom: -0.17rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #000;
}

.gallery-thumbs .swiper-slide-thumb-active p::after {
    content: '';
    position: absolute;
    bottom: -0.17rem;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
}

.gallery-thumbs .swiper-slide-thumb-active p {
    margin-bottom: 0
}

.gallery-box .swiper-slide {
    height: 100%;
    padding-bottom: 0;
}

.gallery-box .swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs .swiper-slide span {
    color: #000000;
    line-height: 1.2;
    transition: all 0.2s;
    font-size: 0.22rem;
    white-space: nowrap;
}

.gallery-thumbs .thumbs-active,
.gallery-thumbs .swiper-slide-thumb-active {
    border: 0.03rem solid #000;
    opacity: 1;
    color: #000;
    transform: scale(1.1);
}

.gallery-thumbs .swiper-slide:hover {
    opacity: 1;
    transform: scale(1.1);
}

.thumbs-box {
    position: relative;
}

.pc-left-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pc-left-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.pc-left-item:last-child {
    margin-bottom: 0;
}

.pc-left-item.l-item img {
    float: left;
    width: 55%;
}

.pc-left-item.r-item img {
    float: right;
    width: 55%;
}

.pc-left-item.l-item .pc-left-item-text {
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    width: 42%;
}

.pc-left-item.r-item .pc-left-item-text {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 42%;
}

.pc-left-item-text p {
    color: #000;
    font-weight: 700;
    margin-bottom: .1rem;
}

.pc-left-item-text span {
    color: #444;
    line-height: 1.8;
}

.banner-fifth-hide-mb {
    display: none;
}

@media (max-width: 767px) {
    .banner-items-color .block-cont {
        padding-bottom: 160% !important;
    }


    .banner-items-color .link-to-720 {
        top: 20%
    }

    .banner-items-color .link-to-720 img {
        width: 100%;
    }

    .banner-items-color .color-720-swiper {
        width: 100%;
        height: auto;
        top: 45%;
    }

    .banner-items-color .base-info {
        bottom: 32%;
        width: 90%;
        margin: 0 auto;
    }

    .banner-items-color .base-info big {
        font-size: 0.4rem;
        margin-right: 0rem;
    }

    .banner-items-color .base-info .item {
        width: 22%;
        margin-left: 3%;
        border-color: #ccc;
    }

    .banner-items-color .base-info .item-title {
        padding-bottom: 1em;
        font-weight: 400;
    }

    .banner-items-color .color-switcher {
        display: flex;
        justify-content: center;
        width: 100%;
        top: auto;
        right: 0;
        left: 0;
        bottom: 5%;
    }

    .banner-items-color .color {
        width: 16%;
        height: 16%;
        flex-direction: column;
        align-items: center;
    }

    .banner-items-color .color-box {
        width: 1rem;
        height: 1rem;
        order: 1;
    }

    .banner-items-color .color-name {
        display: block;
        text-align: center;
        width: 100%;
        order: 2;
        padding-top: 0.5em;
        font-size: 14px;
        margin-right: 0;
    }

    .banner-items-color .color-box .inner {
        width: 0.9rem;
        height: 0.9rem;
    }

    .banner-items-color .color-box:after {
        right: 0.1rem;
        bottom: 0.1rem;
        z-index: 4;
    }

    .banner-items-color .color-box .inner:after {
        width: 1.5rem;
        height: 1.5rem;
    }



    .hide-box-close-fixed {
        top: 0;
        transform: translate(-50%, 0);
    }

    .banner-items-fourth .hover-section .hover_active {
        width: 100% !important;
    }

    .banner-item .block-cont {
        padding-bottom: 119%;
    }

    .banner-items-fourth .block-cont {
        padding-bottom: 164%;
    }

    .hover-section {
        margin-top: 0;
    }

    .banner-item-text.l {
        left: 0.5rem;
    }

    .banner-item-text.r {
        right: 0.5rem;
        text-align: right;
    }

    .banner-item-text {
        top: auto;
        transform: translateY(0);
        bottom: 1rem;
    }

    .view-cent2 .hover-section {
        width: 100%;
        position: absolute;
        top: 17%;
        height: 9.5rem;
        left: 0;
        display: flex;
        flex-direction: column;
    }

    .view-cent2 .hover_active {
        width: 100% !important;
        height: 4.9rem !important;
        flex-shrink: 0;
    }

    .view-cent2 .hover-section>section {
        width: 100%;
        height: 100px;
        position: relative;
        transition: all .5s ease;
    }

    .view-cent2 .bm-txt dd {
        color: #cccccc;
        width: 90%;
        margin: 0 auto;
        font-size: 0.26rem
    }

    .view-cent2 .hover-item .sm-txt {
        width: 100%;
        /* height: 100%; */
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0;
        transition: all .2s linear;
    }

    .view-cent2 .hover-item .sm-title {
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.26rem;
        font-weight: bold;
        color: #fff;
    }

    .view-cent2 .hover-item .bm-txt {
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        transition: all .2s linear;
        margin-left: 0
    }

    .view-cent2 .bm-txt dl {
        position: absolute;
        bottom: 1em;
        width: 100%;
        text-align: center;
        color: #fff;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.5;
    }

    .top_ac {
        top: 68% !important;
    }

    .view-cent2 .bm-txt dl dt {
        font-weight: bold;
        font-size: 0.3rem;
    }

    .view-cent2 .bm-txt dl dd {
        font-size: 0.26rem;
        color: #fff;
        text-align: left;
        word-break: break-all;
    }

    .kuang1 .k1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0.04rem;
        background: url(../../images/car-model/m6/k-sli.jpg);
        background-size: 100% 100%;
    }

    .kuang1 .k2 {
        width: 0.04rem;
        background: url(../../images/car-model/m6/k-gradien-m.png);
        background-size: 100% 100%;
    }

    .kuang1 .k3 {
        width: 0.04rem;
        height: 100%;
        right: 0;
        top: 0;
        position: absolute;
        background: url(../../images/car-model/m6/k-gradien-m.png);
        background-size: 100% 100%;
    }

    .kuang1 .k4 {
        background: none;
    }

    .banner-items-fourth {
        background: url(../../images/car-model/m6/banner-items-fourth-bg-m.jpg);
        background-size: 100% 100%;
    }

    .bm-txt img {
        width: 100% !important;
        height: auto !important;
    }

    .banner-tit-box .t1 {
        top: 4.8%;
        left: 5%;
    }

    .banner-tit-box .t2 {
        top: 47.5%;
        right: 7%;
    }

    .banner-dian-box .d2 {
        top: 36.9%;
        right: 35.3%;
    }

    .banner-dian-box .d1 {
        top: 25.6%;
        left: 22.85%;
    }

    .hide-center-1600 {
        width: 90%;
        padding-bottom: 94%;
    }

    .hover-section-frist-m .hover-section {
        width: 100%;
        position: absolute;
        top: 0;
        height: 7.5rem;
        left: 0;
        display: flex;
        flex-direction: column;
    }

    .gallery-thumbs {
        padding: 0.3rem 0.2rem;
        /* padding-left: 0.5rem;
        padding-right: 0.5rem; */
        box-sizing: content-box;
    }

    .gallery-thumbs .swiper-slide {
        padding-right: 0.17rem;
        width: 38%;
        padding-left: 0.1rem;
    }

    .mb-left-item {
        margin-bottom: 0.5rem;
    }

    .mb-left-item img {
        width: 100%;
    }

    .mb-left-item-text p {
        color: #000000;
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
    }

    .mb-left-item-text span {
        line-height: 1.6;
        color: #444444;
        font-size: 0.26rem;
    }

    .hide-box-cont {
        width: 90%;
    }

    .center-hide-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-view-center {
        width: 100%;
        padding: 1rem 0.25rem;
    }

    .banner-fifth-hide-mb {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .fifth-hide-mb-cont {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 6rem;
        padding: 0.5rem;
        background: linear-gradient(to right, #d7000f 40%, transparent);
        color: #fff;
    }

    .fifth-hide-mb-cont::after {
        content: '';
        position: absolute;
        bottom: -0.25rem;
        left: -0.3rem;
        width: 0.43rem;
        height: 0.37rem;
        background: url('../../images/car-model/m6/banner-fifth-hide-icon1.png') no-repeat;
        background-size: 100% 100%;
    }

    .fifth-hide-mb-cont p {
        position: relative;
        margin-bottom: 0.5rem;
        font-size: 0.3rem;
    }

    .fifth-hide-mb-cont p::after {
        content: '';
        position: absolute;
        bottom: -0.25rem;
        left: 0;
        width: 0.8rem;
        height: 2px;
        background-color: #fff;
    }

    .fifth-hide-mb-cont span {
        font-size: 0.26rem;
        line-height: 1.6;
    }

    .fifth-hide-mb-close {
        position: absolute;
        bottom: 4rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0.44rem;
        height: 0.44rem;
        background: url('../../images/car-model/m6/fifth-hide-mb-close.png') no-repeat;
        background-size: 100% 100%;
    }

    .fixed-look-more:hover {
        background-color: transparent;
        border-color: #fff;
    }

    .banner-items-fourth .hover-title {
        padding-right: 0.25rem;
    }
    #swiper-slide_TCS {
        width: 33.5% !important;
    }
    #swiper-slide_CS {
        width: 32% !important;
    }
    #swiper-slide_SY {
        width: 27% !important;
    }


    .gallery-thumbs .swiper-wrapper {
        padding: 0 0rem;
    }
}
