/* 字体声明 */
/* HarmonyOS Sans SC */


@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url('../font/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



/* 主样式文件 - 使用rem单位 */


.container {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    /* padding: 0 0.1rem; */
}

.section-title {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.81rem;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}

.btn-explore:hover {
    cursor: pointer;
}

.btn-explore {
    width: 2.5rem;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.4);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.6rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    overflow: hidden;
}

.btn-explore::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #A27F64;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.btn-explore:hover::before {
    transform: translateY(0);
}

.btn-explore2 {
    width: 2.5rem;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.4);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.6rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin: 0 auto;
}

.btn-explore2:hover {
    cursor: pointer;
}

.btn-arrow {
    width: 0.09rem;
    height: 0.17rem;
}

.btn-arrow2 {
    width: 0.09rem;
    height: 0.17rem;
    margin-left: 0.3rem;
    margin-top: 0.04rem;
}

/* 按钮箭头容器样式 */
.btn-arrow-container {
    width: 0.22rem;
    height: 0.5rem;
    background: #A27F64;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

/* 英雄区域 */
.hero-section {
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}
.home-banner{
    width: 100%;
    position: relative;
}
.home-banner .swiper-pagination-bullet{
    background: #fff;
    width: 0.72rem;
    height: 3px;
    border-radius:3px;
    transition: all .5s;
    position: relative;
}
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 1rem;
}
.home-banner .swiper-pagination-bullet.video-btm{
    width: 1.2rem;
    height: 3px;
    opacity: 1;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.home-banner .swiper-pagination-bullet::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all 10s;
    background: #fff;
}
.home-banner .swiper-pagination-bullet.video-btm::after{
    width: 100%;
    
}

.hero-bg {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    padding-left: 1rem;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 2.8rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
}

.hero-subtitle {

    font-size: 0.38rem;
    color: #FFFFFF;
}

.hero-title {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.49rem;
    line-height: 0.55rem;
    color: #FFFFFF;
    /* margin-bottom: 4.2rem; */
    width: 7.87rem;
}
.hero-slogan{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.49rem;
    line-height: 0.55rem;
    color: #FFFFFF;
    /* margin-bottom: 4.2rem; */
    width: 5rem;
}
.hero-title-no {
    margin-bottom: 6rem;
}
.home-banner .home-banner-btn{
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(0);
    width: calc(100% - 1rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: all .5s;
    z-index: 500;
}
.home-banner .home-banner-btn img{
    width: 0.5rem;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: all .5s;
}
.home-banner:hover .home-banner-btn{
    opacity: 1;
    transform: translateY(-50%);

}
.home-banner .home-banner-btn img:hover{
    opacity: 1;
}




/* 旗舰产品区域 */
.flagship-section {
    background-color: #f5f5f5;
    padding: 0;
}

.flagship-section .container {
    padding: 0;
    max-width: 100%;
}

.flagship-container {
    position: relative;
    width: 100%;
    height: 10.8rem;
}

.flagship-swiper {
    width: 100%;
    height: 8.3rem;

}

.flagship-slide-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.flagship-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0;
    padding: 1rem;
    display: flex;
    pointer-events: none;
}
.car-item-image{
    margin-top: -3.2rem;
    width: 10.59rem;
    height: 5.51rem;
    z-index: 2;
}
.flagship-info .info-container {
    pointer-events: auto;
    width: 100%;
}

.flagship-info * {
    pointer-events: auto;
}

.info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flagship-image-pc{
    width: 10.41rem;
    height: 3.6rem;

}

.flagship-image {

    width: 10.59rem;
    height: 5.51rem;
    scale: 0.4;


}

.flagship-image img {
    width: 100%;
    height: 10.8rem;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

/* 顶部信息样式 */
.flagship-info-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    padding-bottom: 0;
    margin-bottom: 0.84rem;
}

.flagship-info-title {
    flex: 1;
}

.flagship-info-title .section-title {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.5rem;
    color: #000000;
    line-height: 0.55rem;
    text-align: left;
    font-style: normal;
}

.flagship-info-tabs {
    display: flex;
    gap: 0.2rem;
}

.tab {
    font-weight: bold;
    padding: 0.05rem 0;
    font-size: 0.24rem;
    color: #000000;
    cursor: pointer;
    position: relative;
    margin-left: 0.7rem;
}

.tab.active {
    color: #A27F64;
}

.tab.active:after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background-color: #b3926b;
}

/* 底部信息样式 */
.flagship-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -4.2rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    position: relative;
    z-index: 5;
}
.flagship-info-bottompc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    margin-top: -2.2rem;
    position: relative;
    z-index: 5;
}
.price-info {
    display: flex;
    flex-direction: column;
}

.color-options-container {
    display: flex;
    align-items: center;
}

.model-name {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.5rem;
    color: #574D46;
    display: flex;
    align-items: baseline;
}

.model-name span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.22rem;
    color: #574D46;
    margin-left: 0.05rem;
}

.model-desc {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.25rem;
    color: #574D46;
    margin-top: 0.05rem;
}

.color-options {
    display: flex;
    gap: 0.15rem;
}

.color-dot {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.color-dot[data-color="red"] {
    background-color: #a00;
}

.color-dot[data-color="black"] {
    background-color: #000;
}

.color-dot[data-color="white"] {
    background-color: #fff;
    border: 1px solid #ddd;
}

.color-dot[data-color="red"].active {
    outline: 0.01rem solid #a00;
    outline-offset: 0.02rem;
}

.color-dot[data-color="white"].active {
    outline: 0.01rem solid #ddd;
    outline-offset: 0.02rem;
}

.color-dot[data-color="black"].active {
    outline: 0.01rem solid #000;
    outline-offset: 0.02rem;
}

.btn-shop {
    background-color: #493c32;
    color: #fff;
    padding: 0.12rem 0.3rem;
    font-size: 0.14rem;
    cursor: pointer;
    text-transform: uppercase;
}

/* Swiper导航按钮样式覆盖 */
.swiper-button-prev,
.swiper-button-next {
    width: 0.36rem;
    height: 0.86rem;
    background-color: rgba(174, 174, 174, 0.17);
    background-image: none !important;
    border-radius: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.swiper-button-prev.custom-nav,
.swiper-button-next.custom-nav,
.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
    /* 重要：确保移除默认的背景图 */
}

.swiper-button-prev {
    left: 1rem;
}

.swiper-button-next {
    right: 1rem;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 0.09rem;
    height: 0.17rem;
}

/* 强制覆盖swiper默认样式 */
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important;
    /* 隐藏默认箭头 */
    content: none !important;
    /* 确保不显示默认箭头 */
    background-image: none !important;
    font-size: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* 品牌介绍区域 */
.brand-section {
    height: 10.8rem;
    display: flex;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.brand-section2 {
    height: 10.8rem;
    display: flex;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 1.37rem;
}
.brand-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.brand-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.brand-bg video,
.brand-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.4);
    opacity: 0;
    /* transition: transform 1.6s ease-out, opacity 0.6s ease-out; */
}
.brand-bg2 video,
.brand-bg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-bg.animate-scale video,
.brand-bg.animate-scale img {
    transform: scale(1);
    opacity: 1;
}

.brand-section .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
    padding-left: 1rem;
    top: 2.8rem;
    align-items: center;
}

.brand-section .btn-explore {
    align-self: center;
}
.b2-font{
    width: 9rem;
    margin: 0 auto;
}
.brand-desc {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 6.83rem;
    line-height: 0.3rem;
}

/* 研发中心区域 */
.rnd-section {
    height: auto;
    padding-top:0.85rem;
    /* padding-left: 1rem;
    padding-right: 1rem; */
    padding-bottom: 0.85rem;
    text-align: center;
    background: #E5E5E4;
}

.section-title-2 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.7rem;
    color: #27292B;
    line-height: 0.81rem;
}

.rnd-desc {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #838384;
    margin: 0 auto;
    margin-top: 0.18rem;
    line-height: 1.4;
}

.global-map {
    /* height: 5.8rem; */
    overflow: hidden;
    position: relative;
    top:-2.2rem
}

.global-map img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

/* 地图容器样式 */
.map-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* 地图点容器 */
.map-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* 地图标记点样式 */
.map-point {
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #DAB69C;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(218, 182, 156, 0.4);
    opacity: 1;
}

/* 地图点透明度变化动画 */
@keyframes opacityChange {
    0% { 
        opacity: 1;
        box-shadow: 0 2px 4px rgba(218, 182, 156, 0.4);
    }
    50% { 
        opacity: 0.35;
        box-shadow: 0 2px 2px rgba(218, 182, 156, 0.15);
    }
    100% { 
        opacity: 1;
        box-shadow: 0 2px 4px rgba(218, 182, 156, 0.4);
    }
}

/* 波浪扩散动画 */
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

/* 地图点波浪容器 - 只在非悬停状态下使用伪元素 */
.map-point:not(:hover)::before,
.map-point:not(:hover)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0.01rem solid rgba(218, 182, 156, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 0.1rem rgba(218, 182, 156, 0.3);
}

/* 第一层波浪 - 只在非悬停状态下生效 */
.map-point.animate:not(:hover)::before {
    animation: ripple 2.5s ease-out infinite;
}

/* 第二层波浪（延迟0.8秒） - 只在非悬停状态下生效 */
.map-point.animate:not(:hover)::after {
    animation: ripple 2.5s ease-out infinite 0.8s;
}

/* 强化版波浪动画 - 更大范围的扩散 */
@keyframes rippleStrong {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        border-width: 0.01rem;
    }
    50% {
        opacity: 0.6;
        border-width: 0.005rem;
    }
    100% {
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
        border-width: 0.002rem;
    }
}

/* 强化版波浪动画类 - 只在非悬停状态下生效 */
.map-point.animate-strong:not(:hover)::before {
    animation: rippleStrong 3s ease-out infinite;
}

.map-point.animate-strong:not(:hover)::after {
    animation: rippleStrong 3s ease-out infinite 1s;
}

/* 透明度变化动画类 */
.map-point.color-changing {
    animation: opacityChange 3s ease-in-out;
}

/* 地图点悬停效果 */
.map-point:hover {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 4px 8px rgba(218, 182, 156, 0.6);
    z-index: 1000;
}

/* 地图点标签系统 - 仅在悬停时生效 */
.map-point:hover {
    position: relative;
}

/* 标签文字 - 与横线左端对齐 */
.map-point:hover:after {
    content: attr(data-label);
    position: absolute;
    bottom: 100%;
    left: calc(50% - 1.45rem);
    background: transparent;
    color: #D3986E;
    font-size: 0.18rem;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0.45rem;
    z-index: 1002;
    pointer-events: none;
    animation: fadeInLabel 0.3s ease;
}

/* 水平线 - 向左侧延伸 */
.map-point:hover:before {
    content: '';
    position: absolute;
    top: -0.4rem;
    left: calc(50% - 1.45rem);
    width: 1.2rem;
    height: 0.01rem;
    background-color: #D3986E;
    z-index: 1001;
    animation: fadeInLines 0.3s ease;
}

/* 下斜线 - 从横线右端顶部连接到地图点 */
.map-point .diagonal-line {
    position: absolute;
    top: -0.4rem;
    left: calc(50% - 0.25rem);
    width: 0.447rem;
    height: 0.01rem;
    background-color: #D3986E;
    transform-origin: left top;
    /* 精确角度：水平0.25rem，垂直0.4rem，角度=atan(0.4/0.25)≈58度 */
    transform: rotate(58deg);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* 悬停时显示斜线 */
.map-point:hover .diagonal-line {
    opacity: 1;
}

/* 标签淡入动画 */
@keyframes fadeInLabel {
    from {
        opacity: 0;
        transform: translateY(0.1rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 线条淡入动画 */
@keyframes fadeInLines {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 地图点激活效果 */
.map-point.active {
    background-color: #B8834F;
    transform: translate(-50%, -50%) scale(1.1);
}

/* 地图点位置设置 - 使用百分比实现响应式 */
.map-point {
    /* 基础样式已在上面定义，这里不需要重复定义位置 */
}

/* 加入我们区域 */
.global-joinus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
}

.joinus-content {
    width: 6.74rem;
    /* 674px */
    height: 7.15rem;
    /* 715px */
    background: #FFFFFF;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.77rem;
    padding-left: 1.02rem;
}

.joinus-title {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 0.28rem;
    color: #4C413D;
    margin-bottom: 0.2rem;
}

.joinus-btn-container {
    width: 2.9rem;
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #A49F9C;
    text-align: left;
    margin-top: 0.29rem;
    margin-bottom: 1.34rem;
}

.joinus-desc {
    font-family: Montserrat, Montserrat;
    font-weight: 800;
    font-size: 0.3rem;
    line-height: 0.34rem;
    color: #1D1D21;
    margin-top: 1.17rem;
    text-align: left;
}

.joinus-btn {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 0.2rem;
    color: #4C413D;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
    width: fit-content;
    padding-bottom: 0.1rem;
}

.joinus-btn2 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 0.25rem;
    color: #4C413D;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
    width: fit-content;
    padding-bottom: 0.1rem;
    margin: 0 auto;
}

.joinus-btn::after {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: 0;
    width: 0;
    height: 0.015rem;
    background-color: #4C413D;
    transition: width 0.3s ease;
}

.joinus-btn2::after {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: 0;
    width: 0;
    height: 0.015rem;
    background-color: #4C413D;
    transition: width 0.3s ease;
}

.joinus-btn:hover::after {
    width: 100%;
}

.joinus-btn2:hover::after {
    width: 100%;
}

.joinus-image {
    width: 10.46rem;
    /* 1046px */
    height: 7.15rem;
    /* 715px */
    overflow: hidden;
}

.joinus-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 合作伙伴区域 */
.cooperation-section {
    padding: 0.5rem 0;
    background-color: #f9f9f9;
}

.cooperation-section .container {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.cooperation-text {
    flex: 1;
}

.sub-title {
    font-size: 0.0875rem;
    margin-bottom: 0.1rem;
}

.cooperation-desc {
    margin: 0.1rem 0 0.2rem;
}

.cooperation-image {
    flex: 1;
    height: 2rem;
    overflow: hidden;
}

.cooperation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 研发中心展示区域 */
.rnd-showcase {
    background: #ffffff;
    padding-top: 0.83rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.rnd-showcase .section-title {
    text-align: center;
    margin-bottom: 0.3rem;
}

.showcase-grid {
    display: flex;
    overflow-x: auto;
    gap: 0.2rem;
    margin-bottom: 0.3rem;
    margin-top: 0.84rem;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.showcase-grid::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.showcase-grid:active {
    cursor: grabbing;
}

.showcase-item {
    flex: 0 0 auto;
    width: 6.36rem;
}

.showcase-image {
    width: 6.36rem;
    height: 4.25rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
}

.showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.showcase-desc {
    width: 5.97rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #727273;
    margin-top: 0.22rem;
}

.rnd-showcase .btn-explore {
    display: block;
    margin: 0 auto;
}

/* 滚动进度条 */
.jindu-container {
    width: 100%;
    height: 0.02rem;
    background-color: #E0E0E0;
    margin: 0.5rem 0;
    margin-bottom: 1rem;
    margin-top: 0.8rem;
    position: relative;
}

.scroll-progress-bar {
    height: 100%;
    width: 15%;
    background-color: #A27F64;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.1s ease;
}

@media screen and (max-width: 768px) {
    .flagship-info-bottompc{
        display: none;
    }
    .hero-section {
        height: 100vh;
    }
    .home-banner .home-banner-btn{
        opacity: 1;
        transform: translateY(-50%);
    }
    .home-banner .home-banner-btn img{
        opacity: 1;
    }

    .hero-subtitle {
        font-size: 0.33rem;
    }

    .hero-title {
        font-size: 0.6rem;
        font-weight: 600;
    }

    .hero-content {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        top: 3.2rem;
        position: relative;
    }

    .btn-explore {
        width: 3.31rem;
        height: 0.77rem;
        font-size: 0.22rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);

    }

    .hero-title {
        margin-bottom: 7.92rem;
    }

    .flagship-section {
        height: auto;
        padding-bottom: 1.46rem;
    }

    .flagship-info {
        padding: 0;
        padding-top: 1.07rem;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .flagship-info-top {
        flex-direction: column;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        padding-top: 1.07rem;
    }
.car-item-image{
    margin-top: 0;
    height: 3.61rem;
}
    .flagship-image {
        scale: 1;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .flagship-image img {
        height: auto;
    }

    .tab {
        margin-left: 0;
    }

    .flagship-info-tabs {
        margin-top: 0.42rem;

    }

    .flagship-info-bottom {
        flex-direction: column;
        align-items: start;

    }

    .color-options-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 1.47rem;
    }

    .model-desc {
        margin-top: 0;
    }

    .color-options {
        gap: 0.6rem;
    }

    .color-dot {
        width: 0.31rem;
        height: 0.31rem;
    }

    .btn-shop {
        padding: 0.21rem 0.28rem;
        font-size: 0.22rem;
    }

    .section-title {
        font-size: 0.52rem;
        margin-bottom: 0.23rem;
    }

    .brand-desc {
        font-size: 0.24rem;
        width: 4.68rem;
        text-align: center;
        margin: 0 auto;
        line-height: 0.3rem;
    }

    .brand-section {
        height: 13.67rem;
    }
    
    .brand-section .container {
        height: 100%;
        padding-top: 0;
        top: 0;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0;
        position: relative;
    }
    
    .brand-section .section-title {
        margin-bottom: 0;
        margin-top: 1rem;
        position: absolute;
        top: 1rem;
        left: 0.6rem;
        right: 0.6rem;
        text-align: center;
    }
    
    .brand-section .btn-explore {
        position: absolute;
        bottom: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-title-2 {
        font-size: 0.52rem;
    }

    .rnd-section {
        padding-top: 1.48rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .rnd-desc {
        font-size: 0.24rem;
        margin-top: 0.23rem;
    }

    .rnd-section {
        height: auto;
    }

    .joinus-title {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 0.18rem;
        color: #D3986E;
    }

    .global-joinus {
        margin-top: 0;
        flex-direction: column-reverse;
        padding-left: 0rem;
        padding-right: 0rem;
    }
.global-map{
    margin-top: 1.5rem;
}
    .joinus-desc {
        margin-top: 0.26rem;
        font-size: 0.35rem;
        line-height: 0.4rem;
    }

    .joinus-content {
        width: 100%;
        height: 5.27rem;
        padding-top: 0.59rem;
        padding-left: 0.58rem;
    }

    .joinus-image {
        width: 100%;
        height: 4.31rem;
        display: block;
    }

    .joinus-btn-container {
        margin: 0;
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.36rem;
        color: #4C413D;
        margin-top: 0.18rem;
    }
    .joinus-btn{
        margin-top: 0.6rem;
        width: 2.7rem;
        height: 0.66rem;
        line-height: 0.66rem;
        background: #333333;
        font-size: 0.22rem;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        
    }
    
    /* 处理整个rnd-showcase部分 */
    .rnd-showcase {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .rnd-showcase .container {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        box-sizing: border-box;
    }
    
    .showcase-grid {
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        flex-wrap: nowrap;
        display: block;
        margin-bottom: 0.4rem;
    }
    
    .showcase-item {
        width: 100%;
        max-width: 100%;
        flex: none;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        display: block;
        margin-bottom: 0.7rem;
    }
    
    .showcase-image {
        width: 6.28rem;
        height: 4.2rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .showcase-desc {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* 隐藏滚动进度条 */
    .jindu-container {
        display: none;
    }
    
    /* 处理可能导致横向滚动的任何元素 */
    .rnd-showcase * {
        max-width: 100%;
    }
    
    /* 移动端地图点样式调整 */
    .map-point {
        width: 0.08rem !important;
        height: 0.08rem !important;
    }
    
    .map-point:hover {
        transform: translate(-50%, -50%) scale(1.5) !important;
    }
    
}