/* @font-face {
  font-family: fa;
  src: url(../../../fonts/SourceHanSerifCN-ExtraLight.ttf);
} */

@font-face {
    font-family: "GWMSans-yu";
    src: url("https://res.gwm.com.cn/Ora/fonts/GWMSans-Bold.woff2")
        format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "GWMSans-yu";
    src: url("https://res.gwm.com.cn/Ora/fonts/GWMSans-Regular.woff2")
        format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GWMSans-yu";
    src: url("https://res.gwm.com.cn/Ora/fonts/GWMSans-Light.woff2")
        format("woff2");
    font-weight: 100;
    font-style: normal;
}

/* body {
    font-family: 'GWMSans-yu', sans-serif !important;
} */

.font-gwm-sans {
    font-family: "GWMSans-yu", sans-serif !important;
}

.dark-theme {
    background-color: #111;
}

.dark-theme .ui-sub-cover-without-image .two_tag_title {
    color: #999;
}

.dark-theme .sw_title_list .list div.active {
    color: #fff;
}

.dark-theme .sw_details_list div {
    color: #ccc;
}

.dark-theme .sw_title_list .list div::after {
    background-color: #eee;
}

.dark-theme .hover_page .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
}

.dark-theme .hover_page .swiper-pagination-bullet-active {
    background-color: #fff;
}

.dark-theme .swiper_list_box {
    background-color: #000;
}

.dark-theme .swiper_list_box .sw_t {
    color: #eee;
    border-color: #666;
    font-weight: 700;
}

.dark-theme .swiper_list_box .sw_d {
    color: #ccc;
    height: 4em;
    /* margin-top: 0.29rem; */
}

.dark-theme .ui-tabs .swiper-slide {
    background-color: rgba(255, 255, 255, 0.1);
}

.dark-theme .ui-tabs .pc-pad {
    aspect-ratio: 55 / 27;
    background-color: rgba(255, 255, 255, 0.1);
}

.dark-theme .policy-all-black {
    background: #111;
}

/* 上浮动效 */
.scroll_center {
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s;
}
.scroll_center._into {
    opacity: 1;
    transform: translateY(0);
}

.img-box {
    position: relative;
}
.img-box video,
.img-box img {
    width: 100%;
    object-fit: cover;
    height: auto;
    /* aspect-ratio: 16 / 7 ; */
}
.full-box .full-img {
    height: 100vh;
}
.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    font-weight: 300;
}
nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 0.7rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    box-sizing: border-box;
    z-index: 400;
    opacity: 1;
}
body {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* 标准 */
}

/* 头部导航 */
.nav-active {
    display: flex !important;
}

nav .nav-box {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

nav .left {
    font-size: 0.21rem;
    color: #000;
}

nav .right {
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    height: 100%;
}
nav .right .pc-pad {
    height: 100%;
}
nav .right ul {
    display: flex;
    align-items: center;
    height: 100%;
}

nav .right ul li {
    color: #000;
    cursor: pointer;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.188rem;
    font-weight: 300;
    transition: all 0.3s;
    position: relative;
}

nav .right ul li::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0rem;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
}

nav .right ul li:hover::after {
    transform: scale(1, 1);
}

nav .right ul li:nth-last-of-type(1) {
    width: 1.3rem;
    height: 0.4rem;
    background-color: #000 !important;
    border-radius: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #fff !important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    margin-left: 0.4rem;
}

nav .right ul li:nth-last-of-type(1)::after {
    background-color: #fff;
}
header {
    background-color: rgba(255, 255, 255, 0);
}
.header_active_v2 {
    display: none !important;
}
.header-logo-box img:nth-of-type(1) {
    display: none;
}

header .header_logo img.light_logo_center {
    display: block;
}

.header_menu i {
    background: #fff;
}

header .header-right {
    color: #fff;
}

.policy-all h4 {
    font-weight: 300;
    text-align: center;
}
.policy-all .policy-detail .policy-list li .policy-list-money {
    font-weight: 300;
}
.policy-all .policy-detail .policy-list li .policy-list-title p {
    font-weight: 300 !important ;
}
.policy-all .policy-detail .policy-info .policy-info-title {
    font-weight: 300;
}
.policy-all .policy-detail .policy-info .policy-info-list p {
    font-weight: 300;
}

body {
    background: #f5f4f3;
}
.full-box {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    max-width: 100vw;
    overflow: hidden;
}
.full-no-box {
    padding: 0 2.2rem;
    max-width: 100vw;
    overflow-x: hidden;
}
.mar-btm {
    margin-bottom: 1.29rem;
}
.mar-top {
    margin-top: 1.29rem;
}
.one_tag {
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
    /* font-weight: 700; */
    z-index: 2;
    color: #ff9600;
}
.one_tag_title {
    /* display: none; */
    font-size: 0.26rem;
    /* margin-top: 0.1rem; */
    /* font-weight: 300; */
}
.two_tag_box {
    position: absolute;
    left: 0;
    top: 0.97rem;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.two_tag_box .two_tag {
    color: #ffb64d;
    font-size: 0.36rem;
}

.two_tag {
    font-size: 0.6rem;
    /* font-weight: 300; */
}
.two_tag_title {
    font-size: 0.24rem;
    /* font-weight: 300; */
    /* margin-top: 0.1rem; */
}
.three_tag {
    font-size: 0.6rem;
    font-weight: 300;
    color: #ff9800;
}
.three_tag_box {
    margin-bottom: 0.4rem;
    margin-left: 0.75rem;
}
.three_tag_box .two_tag {
    font-weight: 300;
    font-size: 0.45rem;
    color: #000;
}
.three_tag_box .two_tag_title {
    font-weight: 300;
    font-size: 0.24rem;
    color: #6b6b6b;
    margin-top: 0.1rem;
}
.swiper_tab_page {
    display: none;
}

/* p1-2 */

.sw_1_btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    z-index: 2;
}
.sw_1_btn_box {
    width: 2.76rem;
    height: 0.58rem;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    font-size: 0.21rem;
}
.sw_1_btn_box img {
    width: 0.12rem;
    height: auto;
    object-fit: cover;
}
.sw_1_btn_box:hover {
    background: #fff;
    color: #000;
}
.sw_1_btn_l img {
    transform: rotate(180deg);
}
.swiper_tab_1_page {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0.36rem;
    width: 100%;
    gap: 0.1rem;
}
.swiper-pagination-bullet {
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(255, 255, 255, 0.36);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #e7c595;
}

/* 配置卡片 */
.config-box {
    /* padding: 1.6rem;
    padding-bottom: 1.4rem;
    background: #ebeae8; */
}

.config-tag {
    text-align: center;
    font-weight: 300;
    font-size: 0.44rem;
    color: #282421;
    padding-bottom: 0.7rem;
}

.config-box .cls_btn_list {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.config-box .cls_btn_list .btn_style_warya {
    width: 2.4rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.config-box .cls_btn_list .cls_btn_1 {
    background-color: #373a3d;
    color: #fff;
}

.config-box .cls_btn_list .cls_btn_1 span {
    font-size: 0.15rem;
}

.config-box .cls_btn_list .cls_btn_2 {
    border: 1px solid #373a3d;
    color: #373a3d;
    margin-left: 0.2rem;
    background: transparent;
}
.config-box .cls_btn_list .cls_btn_2 span {
    font-size: 0.15rem;
}
.swiper_tab_12_page {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.2rem;
}
.swiper_tab_12_page .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.42);
}
.swiper_tab_12_page .swiper-pagination-bullet-active {
    background: #000;
}

.sw_12_btn {
    display: flex;
    width: calc(100% + 2.6rem);
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: -1.3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}
.sw_12_btn div {
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
}
.sw_12_btn div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 车外观 */
.car-title-title {
    position: absolute;
    left: 1.59rem;
    top: 0.9rem;
    z-index: 2;
}
.car-detail {
    position: absolute;
    left: 1.59rem;
    bottom: 1.2rem;
    font-weight: 300;
    font-size: 0.3rem;
    z-index: 2;
    width: 12rem;
}
.colors_switch_btn {
    position: absolute;
    right: 2.2rem;
    bottom: 0.57rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.colors_switch_btn div {
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(255, 255, 255, 0.17);
    padding: 0.16rem 0.2rem;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.colors_switch_btn div img {
    aspect-ratio: auto;
}
.colors_switch_btn div:hover {
    background: rgba(255, 255, 255, 0.39);
}
.colors_switch_btn_l {
    transform: rotate(180deg);
}
.car_color_list {
    display: flex;
    align-items: center;
    gap: 0.36rem;
    position: absolute;
    left: 1.59rem;
    bottom: 0.57rem;
    z-index: 2;
}
.car_color_item {
    width: 0.4rem;
    height: 0.4rem;
    padding: 0.06rem;
    cursor: pointer;
    border-radius: 0.4rem;
}
.car_color_item div {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}

/* ui-exterior */
.ui-exterior .car_color_item:nth-child(1) div {
    background: #efcb4a;
    /* background-image: linear-gradient(135deg, #ffe844 50%, #1f2935 50%); */
}
.ui-exterior .car_color_item:nth-child(1).active {
    border: 1px solid #ffe844;
}

.ui-exterior .car_color_item:nth-child(2) div {
    background: #1d242d;
    /* background-image: linear-gradient(135deg, #d0d3d8 50%, #358972 50%); */
}
.ui-exterior .car_color_item:nth-child(2).active {
    border: 1px solid #555;
}

.ui-exterior .car_color_item:nth-child(3) div {
    background: #96a0ac;
}
.ui-exterior .car_color_item:nth-child(3).active {
    border: 1px solid #c1c6d0;
}
.ui-exterior .car_color_item:nth-child(4) div {
    /* background: #7f8498; */
    background-image: linear-gradient(135deg, #ffe844 50%, #9198a0 50%);
}
.ui-exterior .car_color_item:nth-child(4).active {
    border: 1px solid #ffe844;
}
.ui-exterior .car_color_item:nth-child(5) div {
    /* background: #1baebe; */
    background-image: linear-gradient(135deg, #1e252f 50%, #d0d3d8 50%);
}
.ui-exterior .car_color_item:nth-child(5).active {
    border: 1px solid #fff;
}
.ui-exterior .car_color_item:nth-child(6) div {
    background: #ebe3d8;
}
.ui-exterior .car_color_item:nth-child(6).active {
    border: 1px solid #ebe3d8;
}

/* ui-interior */
.ui-interior .car_color_item:nth-child(1) div {
    background: linear-gradient(135deg, #87211f 50%, #1f2935 50%)
}
.ui-interior .car_color_item:nth-child(1).active {
    border: 1px solid #b83e3d;
}
.ui-interior .car_color_item:nth-child(2) div {
    background-image: linear-gradient(135deg, #f5da57 50%, #2e3339 50%);
}
.ui-interior .car_color_item:nth-child(2).active {
    border: 1px solid #dfbd4f;
}

/* .car_color_item:nth-child(7) div {
    background: #bfb8b2;
}
.car_color_item:nth-child(7).active {
    border: 1px solid #bfb8b2;
}
.car_color_item:nth-child(8) div {
    background: #c94180;
}
.car_color_item:nth-child(8).active {
    border: 1px solid #c94180;
} */

.color-section-title {
    position: absolute;
    top: 1rem;
    left: 1.59rem;
    z-index: 9;
    line-height: 1.2;
}

.color-section-title .two_tag {
    font-size: 0.36rem;
    font-weight: 400;
}

.color-title-box {
    position: absolute;
    left: 1.59rem;
    bottom: 1.3rem;
    z-index: 2;
}
.color-title1 {
    /* font-weight: 300; */
    font-size: 0.35rem;
}
.color-title2 {
    /* font-weight: 300; */
    font-size: 0.2rem;
}

/* 内饰 */

.sw_notes {
    position: absolute;
    right: 0.5rem;
    bottom: 0.2rem;
    z-index: 5;
    color: #fff;
    font-size: 0.14rem;
    font-weight: 300;
}

/* p1-7 */
.p1u7_tag_box {
    position: absolute;
    left: 2.2rem;
    top: 2.66rem;
    z-index: 2;
}
.p1u7_tag {
    font-size: 0.57rem;
    font-weight: 300;
}
.p1u7_tag_title {
    font-size: 0.3rem;
    font-weight: 300;
    margin-top: 0.2rem;
}
.p1u7-data-list {
    display: flex;
    align-items: center;
    position: absolute;
    left: 2.2rem;
    top: 5.41rem;
    z-index: 2;
    color: #e7c595;
    gap: 1.01rem;
}
.p1u7-t {
    font-weight: 300;
    font-size: 0.23rem;
}
.p1u7-d {
    font-size: 0.64rem;
    font-weight: 300;
    display: flex;
    align-items: flex-end;
}
.p1u7-unit {
    font-weight: 300;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    margin-left: 0.05rem;
}
.p1u8-data-list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0.72rem;
    z-index: 2;
    color: #e7c595;
    gap: 1.01rem;
    width: 100%;
}
.p1u9-bg {
    background: #0f0f0f;
    padding-top: 1.29rem;
}
.p1u9-list {
    display: flex;
    justify-content: space-between;
    gap: 0.11rem;
}
.p1u9-item {
    background: #1d1d1d;
    width: 100%;
}
.p1u9-title-box {
    width: 100%;
    height: 1.96rem;
    padding: 0.28rem 0.34rem;
}
.p1u9-title {
    font-size: 0.3rem;
    font-weight: 300;
    color: #fff;
}
.p1u9-detail {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    font-weight: 300;
    color: #c9c9c9;
}

/* 展开/收起按钮 */
.collapse-bg {
    background: #0f0f0f;
    overflow: hidden;
}
.collapse-bg-while {
    background: unset;
    overflow: hidden;
}
.collapse-box {
    width: 2.42rem;
    height: 0.5rem;
    background: #e5e5e5;
    border-radius: 0.25rem;
    margin: 0.53rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.1rem;
    cursor: pointer;
}
.collapse-text {
    font-size: 0.18rem;
    font-weight: 300;
    color: #000;
}
.collapse-icon {
    width: 0.33rem;
    height: 0.33rem;
    background: #6c5b5b;
    border-radius: 0.33rem;
    padding: 0.1rem 0.12rem;
}
.collapse-icon img {
    transform: rotate(90deg);
    transition: all 0.3s;
    aspect-ratio: auto;
}
.collapse-box.active .collapse-icon img {
    transform: rotate(270deg);
}
.collapse-box.active .collapse-icon {
    padding: 0.08rem 0.12rem;
}

.p2u1-notes {
    position: absolute;
    bottom: 0.2rem;
    right: 0.54rem;
    text-align: right;
    width: auto;
    font-weight: 300;
    font-size: 0.14rem;
    color: #ffffff;
    z-index: 1;
}

.p2u2-units-list {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0.95rem;
    left: 50%;
    width: calc((100% - 4.4rem) * 0.66);
    align-items: center;
    transform: translate(-50%, 1rem);
    gap: 0.2rem;
}
.p2u2-units-list.scroll_center._into {
    transform: translate(-50%, 0);
}
.p2u2-units-list .p2u2-n {
    font-weight: 300;
    font-size: 0.33rem;
    color: #ffffff;
}
.p2u2-n {
    display: flex;
    align-items: flex-end;
    font-size: 0.5rem;
    color: #dbad76;
    gap: 0.05rem;
    font-weight: 300;
}
.p2u2-u {
    font-size: 0.26rem;
    font-weight: 300;
    margin-bottom: 0.07rem;
}
.p2u2-d {
    font-weight: 300;
    font-size: 0.18rem;
    white-space: nowrap;
}
.p2u2-text-list {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    position: absolute;
    bottom: 0.7rem;
    left: 0;
    width: 100%;
    align-items: center;
}
.p2u2-text-item {
    padding: 0.18rem 0.31rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.1rem;
    width: 17%;
    height: 1.7rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.p2u2-t1 {
    /* font-size: 0.18rem; */
    padding-bottom: 0.14rem;
    border-bottom: 1px solid #fff;
    font-weight: 300;
}
.p2u2-t2 {
    font-weight: 300;
    color: #ffffff;
    margin-top: 0.19rem;
}

/* 轮播字号 */
.sw_t {
    font-size: 0.19rem;
}
.sw_d {
    font-size: 0.16rem;
}
.sw_title_list {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}
.sw_title_list .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sw_title_list .list div {
    padding: 0.1rem 0.3rem;
    color: #686868;
    font-weight: 300;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.sw_title_list .list div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 0.03rem;
    background: #000;
    transition: all 0.5s;
    z-index: 10;
}
.sw_details_list {
    position: relative;
    width: 13rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-top: 0.24rem;
}
.sw_4_details_list {
    height: 0.5rem;
}
.sw_6_details_list {
    height: 0.5rem;
}
.sw_details_list div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    color: #000;
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
}
.sw_title_list .list div.active {
    font-weight: 300;
    color: #000;
}
.sw_title_list .list div.active::after {
    width: 100%;
}
.sw_details_list div.active {
    opacity: 1;
}
.sw_11 {
    margin-top: 0.21rem;
}
.sw_10 {
    margin-top: 0.21rem;
}
.single-image-tabs {
    margin-top: 0.21rem;
}
.sw_15 {
    margin-top: 0.21rem;
}

.sw_10_btn {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_10_btn div {
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.16rem 0.2rem;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_10_btn div img {
    aspect-ratio: auto;
}
.sw_10_btn div:hover {
    background: rgba(0, 0, 0, 0.39);
}
.sw_10_btn_l {
    transform: rotate(180deg);
}

.sw_24_btn,
.sw_11_btn {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_24_btn div,
.sw_11_btn div {
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.16rem 0.2rem;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_24_btn div img,
.sw_11_btn div img {
    aspect-ratio: auto;
}
.sw_24_btn div:hove,
.sw_11_btn div:hover {
    background: rgba(0, 0, 0, 0.39);
}
.sw_24_btn_l,
.sw_11_btn_l {
    transform: rotate(180deg);
}

.sw_15_btn {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.sw_15_btn div {
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.16rem 0.2rem;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.sw_15_btn div img {
    aspect-ratio: auto;
}
.sw_15_btn div:hover {
    background: rgba(0, 0, 0, 0.39);
}
.sw_15_btn_l {
    transform: rotate(180deg);
}

.single-image-tabs .sw_t {
    font-weight: 700;
}

.single-image-tabs_btn {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.single-image-tabs_btn div {
    width: 0.49rem;
    height: 0.49rem;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.16rem 0.2rem;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.49rem;
}
.single-image-tabs_btn div img {
    aspect-ratio: auto;
}
.single-image-tabs_btn div:hover {
    background: rgba(0, 0, 0, 0.39);
}
.single-image-tabs_btn_l {
    transform: rotate(180deg);
}
.swiper_list_box {
    background: #fff;
    /* height: 3rem; */
    height: fit-content;
    width: 100%;
    padding: 0.25rem 0.26rem;
}
.sw_24 .swiper_list_box {
    height: 2rem;
}
.swiper_list_box .sw_t {
    color: #2f2e2e;
    font-weight: 300;
    height: 0.67rem;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #707070; */
}

.sw_24 .swiper_list_box .sw_t {
    border-bottom: unset;
}
.sw_24 .swiper_list_box .sw_d {
    margin-top: 0;
}
.swiper_list_box .sw_d {
    font-weight: 300;
    color: #666666;
    /* margin-top: 0.29rem; */
}
.swiper_tab_5_page {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.swiper_tab_5_page .swiper-pagination-bullet {
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(0, 0, 0, 0.21);
    opacity: 1;
}
.swiper_tab_5_page .swiper-pagination-bullet-active {
    background: #000;
}
.single-image-tabs_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}
.sw_24_btm,
.sw_11_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}

.swiper_tab_24_page,
.swiper_tab_11_page {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.swiper_tab_24_page .swiper-pagination-bullet,
.swiper_tab_11_page .swiper-pagination-bullet {
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(0, 0, 0, 0.21);
    opacity: 1;
}
.swiper_tab_24_page .swiper-pagination-bullet-active,
.swiper_tab_11_page .swiper-pagination-bullet-active {
    background: #000;
}
.sw_15_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}

.swiper_tab_15_page {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.swiper_tab_15_page .swiper-pagination-bullet {
    width: 0.36rem;
    height: 0.03rem;
    border-radius: unset;
    background: rgba(0, 0, 0, 0.21);
    opacity: 1;
}
.swiper_tab_15_page .swiper-pagination-bullet-active {
    background: #000;
}

.sw_10_btm {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.31rem;
}
.p2u7-deatails {
    position: absolute;
    left: 3.04rem;
    bottom: 0.42rem;
    font-weight: 300;
    font-size: 0.18rem;
}

.p2u11-units {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.p2u11-n {
    display: flex;
    align-items: flex-end;
    color: #dbad76;
    font-size: 0.43rem;
    font-weight: 300;
    gap: 0.08rem;
}
.p2u11-u {
    font-weight: 300;
    font-size: 0.23rem;
    margin-bottom: 0.08rem;
}
.p2u11-d {
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
}
.p2u11-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.1rem;
}
.p2u11-left {
    width: calc(63% - 0.05rem);
}
.p2u11-right {
    width: calc(37% - 0.05rem);
    background: #fff;
    padding: 0.49rem 0.72rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.p2u11-t-box {
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
}
.p2u11-t1 {
    font-weight: 300;
    font-size: 0.25rem;
    color: #000000;
}
.p2u11-t2 {
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.16rem;
    color: #767676;
    line-height: 0.28rem;
    /* padding-top: 0.27rem; */
}
.p2u11-t-box.active {
    padding-bottom: 0;
}
.p2u11-t-box.active .p2u11-t2 {
    height: 1.4rem;
    margin-top: 0.15rem;
}
.p2u11-t-box:nth-last-child(1) {
    border-bottom: unset;
}

.seletion-box {
    width: calc(37% - 0.05rem);
    background: #fff;
    padding: 0.49rem 0.72rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.seletion-t-box {
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
}
.seletion-t1 {
    font-weight: 300;
    font-size: 0.25rem;
    color: #000000;
}
.seletion-t2 {
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.16rem;
    color: #767676;
    line-height: 0.28rem;
    /* padding-top: 0.27rem; */
}
.seletion-t-box.active {
    padding-bottom: 0;
}
.seletion-t-box.active .seletion-t2 {
    height: 1.2rem;
    margin-top: 0.15rem;
}
.seletion-t-box:nth-last-child(1) {
    border-bottom: unset;
    margin-bottom: 0;
}

.p6u2-right {
    padding: 0.4rem 0.72rem;
}
.p6u4-right {
    background: unset;
    gap: 0.2rem;
    height: 100%;
    justify-content: space-between;
    padding: 0;
}
.p6u4-t-box {
    background: #fff;
    margin-bottom: 0;
    min-height: 2.8rem;
    padding: 0.58rem 0.75rem;
    border-bottom: unset;
}
.p6u4-t-box .seletion-t2 {
    height: calc(50% - 0.1rem);
}
.p6u4-t-box .seletion-t-box {
    border-bottom: unset;
}
.p6u4-t-box .seletion-t1 {
    padding-bottom: 0.17rem;
    border-bottom: 1px solid #d2d2d2;
}
.p6u4-t-box .seletion-t2 {
    margin-top: 0.32rem;
}

.p4u3-details {
    position: absolute;
    left: 2.7rem;
    bottom: 0.5rem;
    z-index: 1;
    color: #6b6b6b;
}
.notes-box {
    font-size: 0.14rem;
    text-align: center;
    font-weight: 300;
    color: #000;
    margin-top: 0.1rem;
    display: block;
}
.last-notes {
    font-size: 0.14rem;
    text-align: right;
    font-weight: 300;
    color: #000;
    display: block;
    padding: 0.3rem 2.2rem;
}
.new-flex-box {
    display: flex;
    width: 100%;
    gap: 0.06rem;
    align-items: center;
}
.new-flex-item {
    flex: 1;
}
.new-flex-text {
    width: 100%;
    background: #fff;
    padding: 0.4rem 0.3rem;
    height: 2rem;
}
.new-flex-t1 {
    font-weight: 300;
    font-size: 0.19rem;
    color: #2f2e2e;
    margin-bottom: 0.13rem;
}
.new-flex-t2 {
    font-weight: 300;
    font-size: 0.16rem;
    color: #7f7f7f;
}

.new-config-box {
    position: relative;
    aspect-ratio: 16 / 9;
}
.config-data {
    position: absolute;
    bottom: 7.52rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3.09rem;
}
.config-item {
    line-height: 1;
    color: #fff;
    position: relative;
    text-align: center;
}
.config-item::after {
    position: absolute;
    right: -1.54rem;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 0.63rem;
    background: #ffffff;
    opacity: 0.37;
}
.config-item:nth-last-child(1)::after {
    display: none;
}
.config-us {
    display: flex;
    align-items: flex-end;
}
.config-n {
    font-weight: bold;
    font-size: 0.41rem;
}
.config-u {
    font-size: 0.3rem;
}
.config-d {
    font-size: 0.21rem;
    font-weight: 400;
    margin-top: 0.15rem;
}
.new-config-t {
    position: absolute;
    top: 1.29rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.47rem;
    color: #ffffff;
    z-index: 1;
}
.config-btn-box {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    width: 100%;
}
.config-btn-item {
    width: 2.36rem;
    height: 0.57rem;
    border: 1px solid #fff;
    font-size: 0.17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.config-btn-item2 {
    background: #fff;
    color: #000;
}

.last-box {
    padding-top: 1.4rem;
}
.polic-t {
    font-size: 44px;
    color: #14a0ad;
    line-height: 0.56rem;
    margin-bottom: 0.3rem;
    display: none;
    text-align: center;
}
.polic-t.active {
    display: block;
}
.polic-btn-list {
    display: flex;
    justify-content: center;
    gap: 0.29rem;
    margin-top: 1rem;
}
.polic-btn-item {
    width: 2.36rem;
    height: 0.57rem;
    border: 1px solid #14a0ad;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.17rem;
    color: #14a0ad;
    cursor: pointer;
}
.polic-btn-item.active {
    background: #14a0ad;
    color: #fff;
}
.polic-item {
    display: none;
}
.polic-item.actives {
    display: block;
}
.policy-all .policy-tips {
    text-align: center;
}
.policy-all {
    padding-top: 0;
}
.p0-box {
    position: relative;
}
.p0-t1 {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    font-size: 0.5rem;
    color: #fff;
    width: 80%;
    text-align: center;
}
.p0-title-box {
    position: absolute;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    display: flex;
    justify-items: center;
    gap: 0.3rem;
}
.p0-title-item {
    width: 3.8rem;
    height: 0.7rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.25rem;
}
.p0-desc {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.2rem;
    width: 80%;
    font-weight: 300;
}

.ui-sub-cover-without-image {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.without-top-gap {
    padding-top: 0;
}

.ui-sub-cover-without-image .two_tag_box {
    position: static;
}

.ui-sub-cover-without-image .two_tag_title {
    color: #222;
    font-weight: 300;
    margin-top: 1em;
}

.ui-tabs .swiper-slide {
    background-color: rgba(0, 0, 0, 0.1);
}

.ui-tabs .pc-pad {
    aspect-ratio: 55 / 27;
    background-color: rgba(0, 0, 0, 0.1);
}

.ui-media-with-params {
    position: relative;
}

.ui-media-with-params .params-content {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0.6rem;
    width: 100%;
    gap: 0.025rem;
}

.ui-media-with-params .params-content .item {
    /* width: 12%; */
    padding: 0.14rem 0.6rem;
    /* background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: saturate(180%) blur(30px); */
}

.ui-media-with-params .params-content .item .params-key {
    font-size: 0.2rem;
}

.ui-media-with-params .params-content .item .params-value {
    font-size: 0.3rem;
}

.ui-media-with-params .params-content .item .params-value span {
    font-size: 0.5rem;
}

.ui-image-only {
    position: relative;
}

.ui-image-only .sw_notes {
    position: static;
    text-align: right;
    padding: 1em;
}

.ui-image-only img.pc-pad,
.center-swiper img.pc-pad {
    aspect-ratio: 55 / 27;
}

.center-swiper .media-holder {
    position: relative;
}

.center-swiper img {
    border-radius: 0.1rem;
}

.center-swiper .swiper-title {
    font-size: 0.19rem;
    /* font-weight: 300; */
    padding-top: 1em;
    text-align: center;
    color: #999;
}

.center-swiper .sw_notes {
    bottom: 0.2rem;
    text-align: right;
}

.single-image-tabs-holder .img-box video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
}

/* .single-image-tabs-holder .swiper-container {
    display: none !important;
} */

.onePage {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.configurations .bg {
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #000;
}

.configurations .bg video {
    width: 100%;
}

.configurations .detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* height: 2.5rem; */
    align-items: center;
}

.configurations .detail .title {
    display: none;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 500;
}

.configurations .detail .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: #fff;
    font-size: 0.17rem;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.7), #14a0ad); */
    /* background-color: rgba(255, 255, 255, 0.05); */
    /* backdrop-filter: saturate(180%) blur(30px); */
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-weight: 300;
}

.configurations .detail .btn-box .t {
    display: none;
}

.configurations .detail .btn-box img {
    width: 0.3rem;
    margin-left: 0.05rem;
    opacity: 0.8;
    transition: 0.3s;
}

.configurations .detail .btn-box:hover img {
    opacity: 1;
    transform: scale(105%);
}

.video-box {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #000;
    z-index: 100000;
    top: 0;
    left: 0;
    display: none;
}
.video-box video {
    width: 100%;
    /* height: 85vh;
    margin-top: 15vh; */
}

.video-box .close-box {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 100001;
    background-color: #6b6b6b;
    border-radius: 100%;
    opacity: 0.5;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-box .close-box img {
    width: 0.15rem;
    z-index: 100010;
}

.hide-this-section {
    display: none !important;
}

@media (max-width: 768px) {
    .config-box {
        /* padding: 1rem 0.5rem 0;
        padding-bottom: 1.2rem */
    }
    .config-box .cls_btn_list .cls_btn_1 {
        width: 3rem;
        height: 0.7rem;
        border-radius: 0.1rem;
    }
    .config-box .cls_btn_list .cls_btn_2 {
        width: 3rem;
        height: 0.7rem;
        border-radius: 0.1rem;
    }
    .config-box .cls_btn_list .cls_btn_1 span {
        font-size: 0.22rem;
    }
    .config-box .cls_btn_list .cls_btn_2 span {
        font-size: 0.22rem;
    }

    /* 头部导航 */

    nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        height: 0.93rem;
        display: none;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.32rem;
        box-sizing: border-box;
        z-index: 400;
        opacity: 1;
    }

    .nav-active {
        display: flex !important;
    }

    nav .nav-box {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: saturate(180%) blur(30px);
        backdrop-filter: saturate(180%) blur(30px);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        border-bottom: 1px solid #cec7c5;
    }

    nav .left {
        font-size: 0.29rem;
        color: #000;
    }

    nav .nav-mb-box {
        display: flex !important;
        align-items: center;
    }

    nav .nav-mb-box .down {
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #111;
        border-right: 2px solid #111;
        transform: rotate(45deg);
        display: block;
        transition: all 0.3s;
    }

    nav .nav-mb-box .down-active {
        transform: rotate(-135deg);
    }

    nav .nav-mb-box .text {
        width: 1.08rem;
        height: 0.54rem;
        background: #000;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 0.21rem;
        margin-left: 0.4rem;
    }

    nav .right {
        font-size: 0.21rem;
        display: flex;
        align-items: center;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        transition: all 0.3s;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: saturate(180%) blur(30px);
        backdrop-filter: saturate(180%) blur(30px);
        opacity: 0;
    }

    nav .right.right-active {
        top: 0.93rem;
        opacity: 1;
    }

    nav .right ul {
        display: flex;
        align-items: center;
        height: 100%;
        overflow-x: auto;
        width: 100vw;
        padding-left: 0.5rem;
    }

    nav .right ul::-webkit-scrollbar {
        display: none;
    }

    nav .right ul li {
        color: #000;
        cursor: pointer;
        margin: 0;
        margin-right: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 0.21rem;
        font-weight: 300;
        transition: all 0.3s;
        position: relative;
        flex: none;
    }

    nav .right ul li::after {
        position: absolute;
        height: 2px;
        width: 100%;
        content: "";
        display: none;
        left: 0;
        bottom: 0;
        transition: all 0.5s;
        background-color: #000;
        transform: scale(0, 1);
    }

    nav .right ul li:hover::after {
        transform: scale(1, 1);
    }

    nav .right ul li:nth-last-of-type(1) {
        width: 1.3rem;
        height: 0.4rem;
        background-color: #000 !important;
        border-radius: 0rem;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 0.16rem;
        color: #fff !important;
        text-align: center !important;
        padding: 0;
        margin: 0;
        margin-left: 0.4rem;
    }

    nav .right ul li:nth-last-of-type(1)::after {
        background-color: #fff;
    }
    .mar-btm-nom {
        margin-bottom: 0;
    }
    .img-box video,
    .img-box img {
        aspect-ratio: auto;
    }

    .full-no-box {
        padding: 0 0.37rem;
    }
    .one_tag {
        /* left: 0.54rem; */
        left: 5%;
        width: 90%;
        /* bottom: 2.02rem; */
        font-size: 0.6rem;
        /* font-weight: 300; */
        z-index: 10;
    }
    .one_tag_title {
        font-size: 0.36rem;
        /* font-weight: 300; */
    }
    .three_tag {
        font-size: 0.5rem;
    }
    .two_tag {
        font-size: 0.5rem;
    }
    .two_tag_box .two_tag {
        font-size: 0.48rem;
        line-height: 1.2;
    }

    .three_tag_box .two_tag {
        font-size: 0.45rem;
    }
    .two_tag_title {
        font-size: 0.3rem;
        padding-right: 0.5rem;
    }
    .three_tag_box {
        margin-left: 0;
    }

    .car_color_list {
        left: 0;
        justify-content: center;
        bottom: 1.4rem;
        gap: 0.3rem;
        width: 100%;
    }
    .car_color_item {
        width: 0.65rem;
        height: 0.65rem;
    }
    .car_color_item div {
        border-radius: 0.4rem;
    }
    .car-title-title {
        left: 0.37rem;
        top: 0.95rem;
    }
    .car-detail {
        left: 0.37rem;
        top: 2.37rem;
        font-size: 0.22rem;
        width: 3.38rem;
    }
    .color-title1 {
        font-size: 0.48rem;
    }

    .sw_1_d .two_tag_title {
        padding-right: 0;
    }

    .color-section-title .two_tag {
        font-size: 0.48rem;
    }

    .color-title2 {
        font-size: 0.24rem;
    }

    .colors_switch_btn {
        right: 50%;
        transform: translateX(50%);
        bottom: 1rem;
        display: none;
    }
    .colors_switch_btn div {
        width: 0.76rem;
        height: 0.76rem;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .colors_switch_btn div img {
        width: 0.14rem;
        height: 0.26rem;
    }
    .swiper_tab_2_page {
        display: flex;
        position: absolute;
        bottom: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        gap: 0.2rem;
        z-index: 3;
    }
    .swiper_tab_2_page .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.05rem;
    }
    .p1u7_tag_box {
        left: 0.58rem;
        top: 1.34rem;
    }
    .p1u7_tag {
        font-size: 0.48rem;
    }
    .p1u7_tag_title {
        font-size: 0.3rem;
    }
    .p1u7-data-list {
        left: 0.58rem;
        top: 3.22rem;
    }
    .p1u7-d {
        font-size: 0.57rem;
    }
    .p1u7-unit {
        font-size: 0.23rem;
    }
    .p1u7-t {
        font-size: 0.19rem;
    }
    .p1u8-data-list {
        gap: 1.7rem;
        bottom: 1.3rem;
    }
    .sw_21 {
        overflow: inherit;
    }
    .p2u2-units-list {
        top: 0.94rem;
        width: 4.46rem;
    }
    .p2u2-units-list .p2u2-n {
        font-size: 0.4rem;
    }
    .p2u2-text-list {
        left: 0.16rem;
        bottom: 0.81rem;
        flex-wrap: wrap;
        gap: 0.16rem;
        width: calc(100% - 0.32rem);
    }
    .p2-1-2 {
        padding: 0;
    }
    .p2u2-text-item {
        width: calc(50% - 0.08rem);
        height: 1.82rem;
        padding: 0.18rem 0.25rem;
    }
    .p2u2-text-item .p2u2-t2 {
        font-size: 0.16rem;
    }
    .sw_1_btn {
        bottom: 2rem;
    }

    .sw_1_btn_box {
        width: 3rem;
    }
    .swiper_tab_1_page {
        bottom: 1rem;
    }

    .sw_t {
        font-size: 0.35rem;
    }
    .sw_d {
        font-size: 0.26rem;
        line-height: 0.33rem;
    }
    .sw_title_list {
        padding-bottom: 0.2rem;
    }
    .sw_title_list .list {
        position: relative;
        height: 0.5rem;
        width: 100%;
        border-bottom: unset;
    }
    .sw_title_list .list div {
        position: absolute;
        left: 0.23rem;
        top: 0;
        opacity: 0;
        transition: all 0.3s;
        padding: 0;
    }
    .sw_title_list .list div.active {
        opacity: 1;
    }
    .sw_title_list .list div::after {
        display: none;
    }
    .sw_details_list {
        width: 100%;
        text-align: left;
        padding: 0 0.23rem;
        height: 2rem;
        margin-top: 0;
    }
    .sw_details_list div {
        text-align: left;
        width: calc(100% - 0.46rem);
    }
    .sw_16_details_list {
        height: 2.3rem;
    }
    .sw_9_details_list {
        height: 2.3rem;
    }
    .hover_page {
        margin-bottom: 0.4rem;
        display: flex;
        justify-content: start;
        align-items: flex-end;
    }

    .hover_page .swiper-pagination-bullet {
        flex: 1;
        height: 0.02rem;
        background: rgba(0, 0, 0, 0.42);
    }
    .hover_page .swiper-pagination-bullet-active {
        height: 0.04rem;
        background: #000;
    }

    .swiper_tab_5_page .swiper-pagination-bullet {
        height: 0.06rem;
    }
    .swiper_tab_5_page {
        border-radius: 0.06rem;
        overflow: hidden;
    }
    .sw_15 .swiper_list_box {
        height: 2rem;
    }

    .sw_page_btm {
        margin-bottom: 1.29rem;
    }

    .swiper_tab_11_page .swiper-pagination-bullet {
        height: 0.06rem;
    }
    .swiper_tab_11_page {
        border-radius: 0.06rem;
        overflow: hidden;
    }

    .swiper_tab_15_page .swiper-pagination-bullet {
        height: 0.06rem;
    }
    .swiper_tab_15_page {
        border-radius: 0.06rem;
        overflow: hidden;
    }

    .sw_10_btm {
        display: flex;
    }

    .swiper_tab_10_page {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        border-radius: 0.06rem;
        overflow: hidden;
    }
    .swiper_tab_10_page .swiper-pagination-bullet {
        width: 0.36rem;
        height: 0.06rem;
        border-radius: unset;
        background: rgba(0, 0, 0, 0.21);
        opacity: 1;
    }
    .swiper_tab_10_page .swiper-pagination-bullet-active {
        background: #000;
    }

    .p2u7-deatails {
        left: 0.5rem;
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
    .p2u11-units {
        flex-wrap: wrap;
        gap: 0.35rem;
    }
    .p2u11-units-item {
        width: calc(50% - 0.35rem);
    }
    .p2u11-n {
        font-size: 0.5rem;
    }
    .p2u11-u {
        font-size: 0.26rem;
    }
    .p2u11-d {
        font-size: 0.21rem;
    }
    .p2u11-list {
        flex-direction: column;
    }
    .p2u11-left {
        width: 100%;
    }
    .seletion-box {
        width: 100%;
    }
    .seletion-t1 {
        font-size: 0.31rem;
    }
    .seletion-t2 {
        font-size: 0.2rem;
    }
    .collapse-box {
        width: 3.2rem;
        height: 0.74rem;
        border-radius: 0.4rem;
    }
    .collapse-text {
        font-size: 0.28rem;
    }
    .collapse-icon {
        width: 0.48rem;
        height: 0.48rem;
        padding: 0.12rem 0.15rem;
    }
    .collapse-box.active .collapse-icon {
        padding: 0.08rem 0.15rem;
    }

    .p2u1-notes {
        left: 0.21rem;
        text-align: right;
        font-size: 0.18rem;
        width: calc(100% - 0.42rem);
    }
    .p4u3-details {
        position: unset;
        width: 100%;
        z-index: 1;
        color: #6b6b6b;
        margin-top: 0.2rem;
    }
    .p4u3-details .sw_t {
        margin-bottom: 0.1rem;
    }
    .swiper_list_box {
        height: 3rem;
    }

    .swiper_list_box .sw_t {
        height: auto;
        font-size: 0.26rem;
        line-height: 1.2;
    }

    .swiper_list_box .sw_d {
        margin-top: 0.3rem;
    }

    .policy-all .policy-detail .policy-list li {
        margin-bottom: 0.5rem;
    }
    .policy-all .policy-detail {
        /* padding: 0.3rem 0.67rem; */
    }
    .policy-all .policy-detail .policy-list {
        margin-top: 0;
    }

    .sw_notes {
        right: 0.2rem;
        bottom: 0.2rem;
        text-align: right;
    }
    .notes-box {
        text-align: left;
    }

    .last-notes {
        font-size: 0.16rem;
        text-align: left;
        padding: 0.3rem 0.37rem;
    }

    .single-image-tabs .swiper_list_box .sw_d {
        height: 6em;
    }

    .single-image-tabs_btn div:hover,
    .sw_10_btn div:hover,
    .sw_11_btn div:hover,
    .sw_15_btn div:hover {
        background: rgba(0, 0, 0, 0.8);
    }
    .single-image-tabs_btn,
    .sw_10_btn,
    .sw_11_btn,
    .sw_15_btn,
    .sw_3_btn {
        display: none;
    }
    .sw_12_btn {
        display: none;
    }
    .new-flex-box {
        flex-direction: column;
        gap: 0.64rem;
    }
    .new-flex-item {
        flex: auto;
        width: 100%;
    }
    .new-flex-t1 {
        font-size: 0.26rem;
        font-weight: 300;
    }
    .new-flex-t2 {
        font-size: 0.23rem;
        line-height: 0.33rem;
        font-weight: 300;
    }
    .new-flex-text {
        height: auto;
    }

    .new-config-t {
        font-size: 0.5rem;
        font-weight: 400;
    }
    .config-data {
        gap: 0.4rem;
        bottom: 9.25rem;
    }
    .config-us {
        align-items: center;
    }
    .config-u {
        font-size: 0.2rem;
    }
    .config-us {
        display: block;
    }
    .config-item::after {
        right: -0.2rem;
    }
    .polic-btn-list {
        gap: 0.1rem;
    }
    .polic-btn-item {
        width: 2.1rem;
        height: 0.6rem;
    }
    .sw_17 .sw_notes {
        color: #000;
    }
    .config-btn-box {
        bottom: 1.5rem;
    }
    .p0-title-box {
        flex-direction: column;
        gap: 0.2rem;
        top: 2.5rem;
    }
    .p0-title-item {
        width: 4.7rem;
    }
    .p0-desc {
        bottom: 1rem;
    }
    .p0-t1 {
        font-size: 0.4rem;
    }

    .new-config-box {
        aspect-ratio: 45 / 77;
    }

    .ui-exterior-interior .full-img {
        height: auto;
    }

    .car_img_box img.mb-only {
        aspect-ratio: 489 / 296;
    }

    .center-swiper .swiper-title {
        font-size: 0.35rem;
    }

    .center-swiper .sw_notes {
        bottom: 0.2rem;
        left: 0.2rem;
    }

    .color-section-title {
        left: 0.5rem;
    }

    .color-title-box {
        left: 0;
        bottom: 2.6rem;
        text-align: center;
        width: 100%;
    }

    .color-title-box .color-title1 {
        font-size: 0.4rem;
    }

    .ui-sub-cover-without-image {
        padding-bottom: 0.2rem;
    }

    .ui-sub-cover-without-image .two_tag_title {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .ui-tabs .mb-only {
        aspect-ratio: 169 / 95;
    }

    .ui-media-with-params .params-content {
        flex-wrap: wrap;
    }

    .ui-media-with-params .params-content .item {
        width: 45%;
        padding: 0.14rem;
    }

    .ui-image-only img.pc-pad {
        aspect-ratio: 169 / 95;
    }

    .configurations {
        height: 100vh;
    }
    .configurations .bg video {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
        position: absolute;
        left: 0;
        top: 0;
    }

    .configurations .detail {
        height: 1rem;
    }
    .configurations .detail .btn-box {
        width: 1rem;
        height: 1rem;
        font-size: 0.29rem;
        border-color: rgba(255, 255, 255, 0.8);
    }
    .configurations .detail .btn-box img {
        opacity: 0.9;
        /* width: 0.2rem;
        height: 0.2rem; */
    }
    .configuration .bg video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .video-box video {
        height: auto;
        margin-top: 30vh;
    }
}
