@CHARSET "UTF-8";



.fixed-top{
    position: relative;
    margin-bottom: 0px;
}

@font-face {
    font-family: '452';
    src: url('../font-awesome/fonts/452-cai978.ttf') format('woff'),
    url('../font-awesome/fonts/452-cai978.ttf') format('woff2');
    font-display: swap;
}


@font-face {
    font-family: 'JDLANGZHENGTI';
    src: url('../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff'),
    url('../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../font-awesome/fonts/MyriadPro-Bold.otf') format('woff'),
    url('../font-awesome/fonts/MyriadPro-Bold.otf') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('../font-awesome/fonts/MyriadPro-Semibold.otf') format('woff'),
    url('../font-awesome/fonts/MyriadPro-Semibold.otf') format('woff2');
    font-display: swap;
}

#carouselExampleCaptions{
    height: 114rem;
    background-image: url('../images/home/swm.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(100% - 25.4rem); /* 12.7rem × 2 */
    cursor: pointer;
}

/*#carouselExampleCaptions img:hover{*/
/*    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
/*}*/

.carousel-indicators [data-bs-target] {
    width: 25.4rem;
    height: 0.8rem;
    background-color: #cdcac9;
}
.Vechile-tabs .carousel-indicators .active{
    background-color: #F32735 !important;
}

.Vechile-tabs .carousel-indicators-span{
    bottom: 2rem;
    position: relative;
    gap: 1rem;
    cursor: pointer;
}
.Vechile-tabs .carousel-indicators-span .active{
    color: #F32735;
    background-color: transparent !important;
    border-bottom: 4px solid #F32735;
}
.Vechile-tabs .carousel-indicators-span span{
    width: 25.4rem;
    text-align: center;
    text-align: center;
    font-family: AlimamaAgileVF, AlimamaAgileVF;
    font-weight: 400;
    font-size: 2.87rem;
    color: #cdcac9;
    line-height: 2.76rem;
    font-style: normal;
    text-transform: none;
    padding-bottom: 1.1rem;
    border-bottom: 4px solid #ccc;


}


.carousel-inner,.carousel-item{
    height: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 7.2rem;
    height: 7.2rem;
}
.carousel-control-prev-icon{
    background: none;
}

#carouselExampleCaptions .carousel-item img{
        position: absolute;
    width: 98.7rem;
    height: auto;
    left: 101.2rem;
    top: 16.9rem;

    /*position: absolute;*/
    /*width: 106.7rem;*/
    /*height: auto;*/
    /*left: 86.2rem;*/
    /*top: 3.9rem;*/
}

#carouselExampleCaptions .carousel-item .title{

    font-family: '452';
    font-weight: normal;
    font-size: 8rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    left: 19.4rem;
    top: 17.4rem;
    position: absolute;
    line-height: 1;
    max-width: 84rem;
}

#carouselExampleCaptions .carousel-item .carname-group{
    top: 64rem;
    left: 19.1rem;
    position: absolute;
}

#carouselExampleCaptions .carousel-item .carname{
    font-family: '452';
    font-weight: normal;
    /*font-size:10.32rem;*/
    font-size:9rem;
    color: #231815;
    line-height: 9.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*position: absolute;*/
    display: block;
    width: 59rem;

    line-height: 1;


}

#carouselExampleCaptions .carousel-item .cardes{
    /*font-family: 'bahnschrift';*/
    font-family:'AcuminVariableConcept', 'Segoe UI', 'Roboto', 'Arial', sans-serif;
    font-size: 2.8rem;
    color: #000000;
    line-height: 5.03rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*position: absolute;*/
    /*top: 75.7rem;*/
    /*left: 10.6rem;*/
    /*transform: scaleX(0.7);*/
    line-height: 1.3;
    display: block;
    margin-top: 3.2rem;
    /*max-width: 167rem;*/
    /*max-width:113rem;*/
    max-width: 84rem;
    /*font-stretch: condensed;*/



}



/*.cardes.text-up {*/
/*    transform: scaleX(0.7) translateY(40px); !* 合并缩放和位移 *!*/
/*    transform: scaleX(0.7) translateY(0);*/
/*    transform-origin: left center; !* 从左边界水平缩放 *!*/

/*}*/

/*.cardes.text-up.animated {*/
/*    transform: scaleX(0.7) translateY(0); !* 只移动回来，不影响缩放 *!*/
/*}*/

/*.right-left{*/
/*    opacity: 0;*/
/*    transform: translateX(10rem);*/
/*    transition: transform 0.8s ease-out, opacity 0.8s ease-out;*/
/*    will-change: transform, opacity;*/
/*}*/
/*.right-left.animated{*/
/*    opacity: 1;*/
/*    transform: translateX(0);*/
/*}*/

.right-left{
    opacity: 1;
    transform: translateX(50%) scale(0.6);
    transition: transform 2s ease-out, opacity 1s ease-out;
    will-change: transform, opacity;
}
video::-webkit-media-controls {
  display: none !important;
}

.right-left.animated{
    opacity: 1;
    transform: translateX(0) scale(1);
}
.video-wrapper {
    width: 90%;
    cursor: pointer;
    padding-top: 5rem;
    position: relative;
    overflow: hidden; margin: 0 auto 10rem;
    /*transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;*/
    transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
    aspect-ratio: 16 / 9; /* 正确设置容器比例 */
    margin-top: 8rem;
    transform-origin: center center;
        transform: scale(1.05);
}

.video-wrapper.zoomed {
        /* width: 100%; */
    /* transform: scale(1.1); */
    /* margin-bottom: 8rem; */
    /* height: 100vh; */
    transform: scale(1);
    padding-top: 0;
    margin-top:0 ;
    z-index: 10;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* transform: scale(1); */
    /* margin-bottom: 0; */
    /* z-index: 7; */
    /* overflow: hidden; */
    /* margin: auto;

}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.video-wrapper.zoomed video{
    transform-origin: center center;
    transform: scale(1);
}
.video-placeholder {
    height: auto;
    transition: height 0.5s;
}
.video-wrapper.zoomed + .video-placeholder {
    height: 100vh; /* 或 video-wrapper 原始高度 */
}


.video-caption{
    height: 7rem;
    font-family: Arial;
    font-weight: 550;
    font-size: 5.7rem;
    color: #FFFFFF;
    line-height: 6.45rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    bottom: 8.7rem;
    width: 100%;
    text-align: center;

}
.play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22.2rem;
    height: 12rem;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.app-scan{
    margin-top: 5.5rem;
    width: 65.2rem;
}
.scan-content-right img{
    width: 21.7rem;
    height: 21.7rem;
}
.app{
    /*background-image: url('../images/home/app.png');*/
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    min-height: 110rem;
    padding-left: 111.5rem;
    background-size: 59%;
    padding-bottom: 5rem;
    position: relative;
}
.app .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 119rem;
    height: 85rem;
}
.app .main-title{
    font-family: 'bahnschrift';
    font-size: 12.23rem;
    text-transform: none;
    font-weight: 800;
    color: #c7c8c9;
    font-style: normal;
    /* transform: scaleX(0.8); */
    line-height: 1.3;
    display: inline-block;
    margin-top: 12.3rem;
    /* margin-left: -10rem; */
    font-stretch: condensed;

}

.app .main-des{
    width: 70.6rem;
    height: auto;
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Regular';*/
    font-weight: 400;
    font-size: 2rem;
    color: #000000;
    line-height: 3.46rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-top: 4rem;
}





.tab-buttons {
    display: flex;
    margin-bottom: 20px;
    background-image: url(../images/home/app-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 6.7rem;
    padding-bottom: 0.5rem;
    gap: 3.3rem;
    justify-content: space-between;
    width: 81.2rem;
    padding-right: 0.4rem;
    margin-top: 5.6rem;
    padding-right: 1.3rem;
}

.tab-buttons span {
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Bold';*/
    font-size: 1.55rem;
    color: #000;
    /* line-height: 3.03rem; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.tab-buttons span:hover{
    color: #D62F2E;
}

.tab-buttons span.active {
    color: #D62F2E;
}

.tab-content {
    display: none;
    border-radius: 5px;
    padding-left: 0.2rem;
    width: 64rem;

}

.tab-content.active {
    display: block;
}
.tab-content ul {
    padding-left: 5.8rem;
    font-size: 1.75rem;
    font-family: 'MyriadPro';
    font-weight: bold;
    margin: 3rem 0;
    width: 100%;
    word-wrap: break-word;      /* 自动换行 */
    word-break: break-word;     /* 更强制的断词换行（适用于长单词/无空格内容） */
}

.tab-content ul li {
    white-space: normal;        /* 允许多行显示 */
    word-wrap: break-word;
    word-break: break-word;
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Regular';*/
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.scan-content{
    display: flex;
    justify-content: space-between;
    padding-left: 5rem;
    margin-top: 6rem;
    cursor: pointer;
}
.Android,.IOS{
    width: 34.2rem;
    height: 5.4rem;
    display: block;
    border: 1px solid #f12535;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    border-radius: 1rem;
    font-size: 2.54rem;
    padding-left: 2.2rem;
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Semibold';*/
}
.IOS{

    margin-bottom: 2.2rem;

    /*letter-spacing: 0.2rem;*/
}
.IOS.active{
    background-color: #f12535;
    color: #fff;
}
.Android{
    gap: 1.2rem;
    justify-content: center;
    padding-left: 2.2rem;
    /*letter-spacing: 0.2rem;*/
}
.Android span{
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Semibold';*/
    font-weight: 600;
    font-size: 2.54rem;
    color: #F32735;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.Android img{
    width: 2.7rem;
    height: 3.1rem;
}

.IOS img{
    width: 2.5rem;
    height: 3rem;
}
.search-app{
    font-family: 'bahnschrift';
    display: flex;
    justify-content: flex-start;
    margin-top: 4.4rem;
    gap: 2rem;
}
.search-let{
    width: 22.9rem;
    font-size: 1.2rem;
    font-weight: 800;
}
.search-let span{
    font-size: 1.7rem;
    color: #f12535;
}

.search-app img{
    width: 4.1rem;
    height: 4.1rem;
}

.activy{
    /*border-top: 5rem solid #000;*/
    padding-bottom: 0px;
    /*height: 84.9rem;*/
    /*padding-top: 4.5rem;*/

    width: 100%;
    aspect-ratio: 16 / 9; /* 或其他宽高比例 */
    margin-top:12rem;
    position: relative;
}
.activy .carousel-control-prev{
    /*left: -8rem;*/
    width: 8%;
}
.activy .carousel-control-next{
    /*right: -8rem;*/
    width: 8%;
}
.activy .carousel{
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 2050px) {
    /*.activy .carousel{*/
    /*    height: 100%;*/
    /*    width: 97vw;*/
    /*    margin: 1.5vw auto;*/
    /*}*/
}
.activy .carousel-item.active {
    display: flex !important; /* 只让当前项显示为 flex */
    justify-content: center;
    align-items: center;
}

.activy-left{
    width: 70%;
    height: 100%;
    background-color: #ccc;
    position: relative;
    display: block;
}
.activy-left::before{
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.35) 30%,
            rgba(0, 0, 0, 0.15) 60%,
            rgba(255, 255, 255, 0) 100%
    );
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    transition: all 0.3s ease; /* 添加平滑过渡效果 */
    z-index: 2;
}
.activy-content-right .activy-content::before{
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.35) 30%,
            rgba(0, 0, 0, 0.15) 60%,
            rgba(255, 255, 255, 0) 100%
    );
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    transition: all 0.3s ease; /* 添加平滑过渡效果 */
    z-index: 10;
 }

.activy-content-right{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;

}
.activy-left .activy-title{
    font-family: 'bahnschrift';
    font-weight: normal;
    font-size: 5.05rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    line-height: 1.2;
    position: absolute;
    bottom: 10.7rem;
    left: 5rem;
    display: inline-block;
    text-transform: none;
    z-index:9;
    width: 57rem;
    font-weight: normal; /* Light 字重 */
    font-stretch: condensed; /* 紧缩宽度 */
}

.activy-left .activy-title1{
    font-family: AlimamaFangYuanTiVF_345000wght_80.000BEVL_0ital;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2.52rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    display: block;
    z-index:9;
    width: 50rem;
    opacity: 0.6;
}

.activy-content-right .activy-content {
    width: 100%;
    height: 50%;
    position: relative;
}

.activy-content-right .activy-title{
    font-family: 'bahnschrift';
    font-weight: normal;
    font-size: 5.05rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    line-height: 1.2;
    position: absolute;
    top: 3.2rem;
    left: 3.4rem;
    /* transform: scaleX(0.84); */
    display: inline-block;
    text-transform: none;
    z-index: 9;
    width: 57rem;
    font-weight: normal;
    font-stretch: condensed;
    z-index: 99;
}

.activy-content-right .activy-title1{
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2.1rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    position: absolute;
    bottom: 2rem;
    /*transform: scaleX(0.64);*/
    z-index:11;
    left: 3.4rem;
    width: 50.4rem;
    opacity: 0.6;
}
.carousel-control-next-icon{
    background: none !important;
}
.init-next,.init-prev{

    width: 2rem !important;
    height: 7.2rem;
}
.init-next{
    transform: scaleX(-1);
}

#carousel-active img{
    width: 100%;

}
#carousel-active .bj-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form{
    height: auto;
    padding-left: 13rem;
    padding-top: 7.8rem;
    /*padding-right: 12.5rem;*/
    padding-bottom: 14.8rem;
  
}

.form .form-title-s{
    font-family: 'bahnschrift';
    font-weight: 700;
    font-stretch: condensed;
    font-size: 14rem;
    line-height: 16.12rem;
    text-align: left;
    height: 26.5rem;
    color: #e5e5e5;
    text-align: left;
    font-style: normal;
    text-transform: none;

    display: inline-block;
    /*transform: scaleX(0.64) scaleY(0.8);*/
    text-align: left;
    /*margin-left: -38rem;*/
    line-height: 1;
    margin-top: 1.8rem;
}
/*.form .content-left ul li:nth-child(2) ,.form .content-left ul li:last-child{*/
/*    list-style: none;*/
/*}*/
.content-form{

    margin-top: 11.3rem;
    width: 98%;
}
.content-form .content-left{
    font-family: 'bahnschrift';
    font-weight: bold;
    font-size: 4.2rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-form .content-left ul{
    width: 63.5rem;
    height: 27.4rem;
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 2.35rem;
    color: #000000;
    line-height: 3.66rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.content-form .content-left ul li:first-child{
    list-style:none;
}
.content-form .content-right{
    width: 79.8rem;

}

.content-form  .form-title-s1{
    width: 17rem;
    font-family: 'bahnschrift';
    font-weight: bold;
    font-size: 4.2rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2.1rem;
    line-height: 1;
}

.content-form .form-control{
    margin-bottom: 1.4rem;
    height: 6.9rem;
    border-radius: 1.2rem;
    background-color: #fff;
    border: 1px solid #e3e2e2;
    font-size: 2rem;
    padding-left: 2rem;
    font-weight: normal;
    font-style: italic; /* 文字斜体 */
}
.content-form .form-control::placeholder {
     color:#e3e2e2
}
.content-form .form-group{
    margin-bottom: 5.4rem;
    width: 100%;
}
.content-form .form-group .error-message{
    color: red;
    font-size: 12px;
}

.content-form .form-input{
    display: flex;
    gap: 2rem;
}
.content-form .mb-3{
    margin-bottom: 0rem !important;
}

.content-form button{
    width: 25.9rem !important;
    height: 6.1rem !important;
    width: 17.9rem;
    height: 2.5rem;
    font-family: 'bahnschrift';
    font-weight: bold;
    font-size: 3rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin-top: 5.2rem;
    border: none;
    background-color: #f12535;
    border-radius: 1rem;
    gap: 1rem;
}
.content-form button img{
    width: 1.5rem;
    height: 1.5rem;
}
/* 隐藏默认复选框 */
.content-form input[type="checkbox"] {
    -webkit-appearance: none;
    width: 4.2rem;
    height: 4.2rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.checkbox:checked{
    background-color: red; /* 勾选后变成深红色 */
}
.checkbox:checked::after {
    content: '✔';           /* 勾勾符号 */
    color: white;           /* 勾勾颜色 */
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    left: 1.2rem;
}



.content-form .poliy{
    display: flex;
    gap: 1.8rem;
}
.content-form .poliy span{
    width: 69.8rem;
    font-family: 'bahnschrift';
    font-weight: 400;
    font-size: 1.8rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    word-break: normal; /* 默认，按单词换行 */
    word-break: break-all; /* 任意字符处换行（适合 CJK 文本） */
    word-break: keep-all; /* 不换行（适合 CJK 文本） */
}
.content-form .processing{
    font-family: 'bahnschrift';
    font-weight: bold;
    font-size: 2.06rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2.9rem;
    display: block;
    line-height: 1;
}


#selling{
    height: 45rem !important;
    background-color: #f3f3f3;
    opacity: 0.9;
    width: 100%;
    padding-top: 4rem;
    cursor: pointer;

}
#selling .selling-content{
    width: 100%;

    height: 31.6rem !important;

}

.swiper-container, .swiper-wrapper, .swiper-slide {
    height: 28.6rem !important;
    min-height: unset !important; /* 防止被覆盖 */
}
#selling .selling-conetent-item{
    /*width: 72.2rem;*/
    border-radius: 2.5rem;
    /*border-radius: 4rem;*/
    /*min-width: 72rem !important;*/
    box-shadow: 0 2px 6px rgba(204,204,204,0.5);

}

#selling .selling-conetent-item .left-img{
    width: 26.2rem;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
}




/*.swiper-container {*/
/*    width: 660px;*/
/*    height: 250px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/




/*.swiper-container {*/
/*    width: 100%;*/
/*    padding: 20px 0; !* 可选：增加边距 *!*/
/*}*/

/*.red-slide{*/
/*    background-color: #fff;*/
/*}*/

.swiper-slide-active.red-slide {
    background: #d62f2e;
}

.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination{
    bottom:1.5rem !important;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #333333;
}
.swiper-active-switch {
    background: #f12535;
}




/*!* 强制幻灯片宽度（计算值：容器宽度/3） *!*/
/*.swiper-slide {*/
/*    width: calc(100% / 3) !important;*/
/*    transform: scale(0.9); !* 非活动项缩放 *!*/
/*    transition: transform 0.3s ease;*/
/*    margin: 0 10px; !* 幻灯片间距 *!*/
/*}*/

/*!* 活动项样式 *!*/
/*.swiper-slide-active {*/
/*    !*transform: scale(1);*!*/
/*    opacity: 1;*/
/*}*/




.selling-item-right{
    height: 100%;
    padding-top: 5.1rem;
    gap: 4rem;
    width: 36rem;
    width: calc(100% - 30.2rem);
}
.selling-item-right .selling-item-right-title{
    width: 37.4rem;
    height: 2.7rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    font-size: 2.8rem;
    color: #000;
    line-height: 3.58rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
}
.swiper-slide-active .selling-item-right-title{
    color: #fff;
}
.selling-item-right a{
    gap: 1rem;
}
.selling-item-right button{
    width: 23rem;
    height: 4.7rem;
    border-radius: 1rem;
    border: none;
    color: #fff;
    padding: 1rem;
    background-color: #D62F2E;
}
.swiper-slide-active .selling-item-right button{
    background-color: #fff;
    color: #D62F2E;
}
.selling-item-right button span{
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 2.18rem;
    color: #fff;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: -0.1rem;
}
.swiper-slide-active .selling-item-right button span{
    color: #D62F2E;
}
.selling-item-right button img{
    width: 2.8rem;
    height: 2.7rem;
    border-radius: 0px;
}
.selling-item-right button .don1{
    display: none;
}
.swiper-slide-active .don2{
    display: none;
}
.swiper-slide-active .don1{
    display: block !important;
}
.selling-item-right-conent{
    display: flex;
    gap:2rem;
    /*justify-content: center;*/
    align-items: center;
    width: calc(100% - 2rem);
    justify-content: space-between;
}
.selling-item-right-conent .selling-item-right-content-item{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*gap: 0.5rem;*/
    max-width: 33%;
    width: auto;
}
.selling-item-right-conent .selling-item-right-content-item .descendings{
    width: 7.4rem;
    height: 1.3rem;
    font-family: ArialMT;
    font-size: 1.41rem;
    color: #000;
    line-height: 1.39rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.swiper-slide-active .selling-item-right-content-item .descendings{
    color: #fff;
}
.selling-item-right-conent .selling-item-right-content-item .number{
    /*width: 7.1rem;*/
    height: 4.2rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    font-size: 4.84rem;
    color: #D62F2E;
    line-height: 4.78rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: anchor-center;
    gap: 0.3rem;
}

.selling-item-right-conent .selling-item-right-content-item .dan{
    /*width: 7.4rem;*/
    height: 1.3rem;
    font-family: ArialMT;
    font-size: 1.41rem;
    color: #D62F2E;
    line-height: 1.39rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.swiper-slide-active .selling-item-right-content-item .number,.swiper-slide-active .selling-item-right-content-item .dan{
    color: #fff;
}
.selling-item-right-conent .selling-item-right-content-item .dan .circle{
    display:block;width: 0.5rem;height: 0.5rem;background-color: #D62F2E;border-radius: 50%
}
.swiper-slide-active .selling-item-right-content-item .dan .circle{
    background-color: #fff;
}
.swiper-pagination-switch{
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;

}
.swiper-pagination-bullet{
    width: 2rem !important;
    height: 2rem !important;
    background-color: #ababab !important;
}
.swiper-pagination-bullet-active{
    background-color: red !important;

}
.pagination{
    position: absolute;  /* 绝对定位 */
    bottom: 25px;        /* 距离底部 10px（可调整） */
    left: 50%;           /* 水平居中第一步 */
    transform: translateX(-50%); /* 水平居中第二步 */
    display: flex;       /* 让分页点水平排列 */
    justify-content: center;
    z-index: 10;         /* 确保分页器在轮播内容之上 */
}


/*.swiper-visible-switch{*/
/*    background-color: #333 !important;*/
/*}*/
/*.swiper-pagination-switch{*/
/*    background-color: red !important;*/
/*}*/
.modal-body{
    font-size: 3rem;
}
.modal-footer .btn{
    background-color: #f12535;
    font-size: 2rem;
    width: 12rem;
}


/* 方案1：Flexbox（现代浏览器推荐） */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8); /* 半透明背景 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    z-index: 1000;
    display: none;
}

.modal-content {
    width: 70.2rem;
    height: 5.2rem;
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 5.59rem;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.modal-button {
    margin-top: 1rem;
    color: white;
    cursor: pointer;
    width: 13.8rem;
    height: 5.5rem;
    line-height: 5.5rem;
    border-radius: 6rem;
    background-color: red;
    font-size: 3rem;
    display: block;
    text-align: center;
    margin: 2rem auto;
}




.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-item {
    text-align: center; /* 图片 + 文字居中 */
}

.news-img {
    width: 100%;
    aspect-ratio: 4 / 2.4; /* 强制比例：4:3，可改 */
    object-fit: cover;   /* 保持图片裁剪填充 */
    
}

.news-title {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 3rem !important;
    color: rgb(102, 102, 102);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media only screen and (max-width: 768px) {
    .banner-home{
        aspect-ratio: 9 / 16;
    }
    .activy .carousel-item{
        padding-top: 0px !important;
    }
    .banner-home::before{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.30) 60%, rgba(0, 0, 0, 0) 100% /* 60% 开始完全透明 */);
    }
    /*.banner-home .main-title{*/
    /*    width: 100vw;*/
    /*    font-size: 19rem;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    text-align: center;*/

    /*}*/
    .tab-content{
        margin-top: 1rem;
    }

    /*.banner-home .main-title1{*/
    /*    font-size: 5.41rem;*/
    /*    font-size: 12px;*/
    /*    top: 53%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    text-align: center;*/
    /*}*/
    #carouselExampleCaptions{
        min-height: 100vh;
        height: auto;
    }
    #carouselExampleCaptions .carousel-item .title{
        font-size: 24rem;
        max-width: 160rem;
        left: 5%;
                top: 14rem;
    }
    .carousel-inner, .carousel-item{
                padding-top: 28rem;
    }
    #carouselExampleCaptions .carousel-item .cardes{
        top: 40rem;
        font-size: 11rem;
        left: -11rem;
        max-width: 98%;
        width: 90%;
        margin-left: 5%;
        margin-top: 10rem;
        color: #999;
    }
    #carouselExampleCaptions .carousel-item img{
        width: 100vw;
        position: relative;
        top: auto;
        margin-top: 13vh;
        height: auto;
        left: auto;


    }
    #carouselExampleCaptions .carousel-item .carname{
        font-size: 13rem;
        margin-left: 5%;
        width: 80%;
        margin-top: 13rem;
    }
    .carousel-indicators-span span{
        font-size: 6rem;
        width: 70rem !important;
        font-size: 5.87rem !important;
        line-height: 9.76rem !important;
    }
    .carousel-indicators-span {
        bottom: 28rem !important;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 11.2rem;
        height: 11.2rem;
        display: none;
    }
    .video-wrapper{
        width: 100%;
        /*aspect-ratio: 9 / 14;*/
        height: auto;
    }
    .play-button{
        width: 90rem;
        height: 40rem;
    }
    .video-caption{
        bottom: 12.7rem;
        font-size: 7.7rem;
    }
    #selling{
               margin-top: 13rem;
    }

    .app{
        background-position: left top;
        width: 100%;
        height: auto;
        background-size: 97%;
        padding-top: 0rem;
        padding-left: 0px;
        padding-bottom: 21rem;
        margin-top: 30rem;
    }
    .app .bg{
        top: 0;
        width: 100%;
        height: auto;
    }
    .app .main-title{
        font-size: 26rem;
       margin-top: 222.23rem;
        width: 100%;
        text-align: center;
    }
    .app .main-des{
        font-size: 8rem;
        width: 80vw;
        height: auto;
        line-height: 13.46rem;
        margin-left: 10vw;
        text-align: center;
        margin-bottom: 9rem;
        margin-top: 12rem;
        display: none;
    }
    .Android span{
        font-size: 6.54rem;
    }
    .search-app img {
        width: 8.1rem;
        height: 8.1rem;
    }
    .search-let{
        width:86.9rem;
        font-size: 4.2rem;
        font-weight: 800;
    }
    .tab-buttons{
        padding-left: 14.7rem;
        width: 100%;
        margin-top: 11.6rem;
        margin-left: 0;
        background-size: contain;
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .tab-buttons span{
        font-size: 6.75rem;
    }
    .app-scan{
        width: 95%;
        margin: 0 auto;
    }


    .my-swiper{
        width: 95vw;
        height: 68px;
        border-bottom: 1px solid #d1cdcd;
        margin: 0 auto;

    }

    .my-swiper .swiper-slide {
        text-align: center;
        font-size: 12rem;
        justify-content: center;
        align-items: center;
        display: inline-flex; /* 使用内联弹性布局 */
        width: auto !important; /* 覆盖 Swiper 默认宽度 */
        flex-wrap: nowrap; /* 防止换行 */
        height: 68px;
        line-height: 68px;
    }

    .my-swiper .swiper-slide.active{
        border-bottom: 3px solid red;
        background-image: none;
        color: #000;
        height: 68px;
        line-height: 68px;

    }


    .scan-content{
        gap: 2rem;
    }
    .tab-content{
        width: 95%;
        margin: 0 auto;
    }
    .tab-content ul {
        font-size: 6.75rem;
        margin: 13rem auto;
    }
        .content-form{
        flex-direction: column;
    }
    .Android, .IOS{
        font-size: 6.54rem;
        width: 88.2rem;
        height: 16.4rem;
    }
    .IOS img{
        width: 6.5rem;
        height: 8rem;
    }
    .Android img{
        width: 6.5rem;
        height: 8rem;
    }
    .scan-content-right img{
        width: 54.7rem;
        height: 54.7rem;
    }
    .form{
        height: auto;
    }
    .form .form-title-s{
        font-size: 8vw;
        /* margin-left: -45rem; */
        margin-top: 4.8rem;
        line-height: 11vw;
        width: 90%;
    }
    .content-form .content-right{
        width: 90%;
        margin-top: 38rem
    }
    .content-form .mb-3 {
        margin-bottom: 6rem !important;
    }
    .content-form .form-title-s1{
        font-size: 8.2rem;
        margin-bottom: 5.1rem;
    }
    .content-form .form-control{
        height: 19.9rem;
        font-size: 6rem;
        padding-left: 4rem;
    }
    .content-form .processing{
        font-size: 7.06rem;
        margin-bottom: 6.9rem;
    }
    .content-form input[type="checkbox"]{
        width: 9.2rem;
        height: 9.2rem;
    }
    .content-form .poliy span{
        font-size: 7.35rem;
        width: 87%;
    }
    .content-form .content-left{
        font-size: 8.2rem;
    }
    .content-form .content-left ul{
        width: 90%;
        height: auto;
        font-size: 7.35rem;
        line-height: 12.66rem;
    }
    .content-form button {
        width: 50.9rem !important;
        height: 14.1rem !important;
        margin-top: 14rem;
    }
    .content-form button{
        font-size: 5.65rem;
    }
    .activy{
        aspect-ratio: 9 / 16;
        border-top: 0px;
    }
    .activy .carousel-item.active{
        flex-direction: column;
    }
    .activy-left{
        width: 100%;
        height: 100%;
        overflow: hidden;

    }
    .activy-content-right{
        width: 100%;
        height: 30%;
    }
    .activy-left .activy-title{
        font-size: 15.05rem;
        width: auto;
    }
    .activy-content-right .activy-title{
        font-size: 8.05rem;
        margin-top: 9rem;
    }
    .activy-left .activy-title1,.activy-content-right .activy-title1,.activy-content-right .activy-title1{
        display: none;
    }
    .activy-content-right{
        flex-direction: row;
    }
    .activy-content-right .activy-content{
        height: 80%;
    }

    #selling{
        height: 95rem !important;
        padding-top: 0rem;

    }
    .swiper-slide{
        height: 77.6rem !important;
        margin-bottom: 3rem;
    }
    #selling .selling-conetent-item .left-img{
        width: 45%;
    }
    .selling-item-right{
        gap: 9rem;
        padding-top: 19.1rem;
        width: 55%;
        padding-left: 7rem;
    }
    .selling-item-right .selling-item-right-title{
        font-size: 8.62rem;
        width: auto;
        height: auto;
        line-height: 8.62rem;
    }
    .selling-item-right-conent .selling-item-right-content-item .number{
        line-height: 11.78rem;
        font-size: 10.84rem;
        width: auto;
        height: auto;
    }
    .selling-item-right-conent .selling-item-right-content-item .dan{
        font-size: 5.41rem;
    }
    .selling-item-right-conent .selling-item-right-content-item .descendings{
        font-size: 4.41rem;
        width: auto;
    }
    .selling-item-right button{
        width: 57rem;
        height: 11.7rem;
        align-items: center;
        justify-content: center;
        gap: 6rem;
    }
    .selling-item-right button img{
        width: 5.8rem;
        height: 5.7rem;
    }
    .selling-item-right button span{
        font-size: 5.18rem;
    }
    .app-wrapper-wrapper{
        width: 95%;
        border-bottom: 1px solid #ccc;
        margin: 0 auto;
        overflow: hidden;
    }
    .app-wrapper-wrapper .swiper-slide{
        color: #000;
        font-size: 8rem;
        line-height: 30rem;
        white-space: nowrap;
        height: 100% !important;
        width: auto !important;
    }
    .app-wrapper-wrapper .swiper-slide.active{
        border-bottom: 2px solid red;
        margin-bottom: 0 !important;
    }
    .search-let span{
        font-size: 6rem;
    }
    .pagination{
        bottom: 4px;
    }
    .tab-content ul li{
        font-size: 7.8rem;
    }
    #carouselExampleCaptions .carousel-item .carname-group{
        position: relative;
        top: auto;
        left: 0px !important;
    }
    #selling{
        background-color: #fff;
        width: 96%;
    }

    .video-wrapper.zoomed video{
        transform-origin: center center;
        transform: scale(1);
    }

    .video-wrapper.zoomed {

        position: relative;              /* 固定在视口 */

        width: 100vw;                 /* 视口宽度 */
        height: 100vh;                /* 视口高度 */
        transform: scale(1);          /* 不再需要额外放大 */
        margin-bottom: 0;             /* 不需要底部间距 */
        z-index: 1;                /* 保证在最上层 */
        overflow: auto;
        margin: 0;
        padding: 0;

    }
    .swiper-pagination{
        bottom: 1rem !important;
        z-index: 999999999;
    }
.swiper-pagination-bullet {
    width:5rem !important;
    height: 5rem !important;
    
}





}
@media (min-width: 2560px) {
    #selling {
        height: 41rem !important;
        /*width: 250rem;*/
        cursor: grab;
    }
    .swiper-container, .swiper-wrapper, .swiper-slide {
        height: 28.6rem !important;
        min-height: unset !important;
    }
    .selling-item-right {
        padding-top: 3.1rem;
    }
    .Vechile-tabs .carousel-inner, .Vechile-tabs .carousel-item {
        width: 255rem !important;
    }
    #carouselExampleCaptions .carousel-item img {
        width: 106.7rem;
        left: 117.2rem;
        top: 13.9rem;

    }
    #carouselExampleCaptions{
        height:124rem ;
    }
    .app {
        padding-left: 153.5rem;
        width: 255rem !important;
    }
    .app .bg {

        width: 144rem;
         height: auto;
    }
    .content-form .content-right {
        width: 79.8rem;
        margin-top: -30rem;
    }
    .form {
        width: 255rem !important;
    }
    .form .form-title-s{
        font-size: 11rem;
    }

}