@media (max-width: 768px) {

    .home_center{
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .scrolling-text {
        display: flex;
        white-space: nowrap;
        animation: scroll-left 20s linear infinite;
    }
    .scrolling-text span {
        padding-left: 10vh;
    }
    .center-left{
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }
    .center-left img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .center-right{
        padding: 10px;
        width: 50%;
        box-sizing: border-box;
    }
    .center-right img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .center-content{
        position: absolute;
        display: block;
        text-align: center;
        width: 180px;
        top: 15%;
    }
    .center-content h4 {
        margin: 0;
        display: inline-block;
        font-size: 25px;
        font-weight: 500;
        color: white;
    }
    .center-content p {
        font-size: 13px;
        font-weight: 300;
        display: inline-block;
        margin: 0 0 10px 0;
        color: white;
    }
    .center-left-button{
        display: inline-block;
        position: relative;
        background-color: transparent;
        border-radius: 9999px;
        align-items: center;
        justify-content: center;
        color: #ffff;
        gap: 5px;
        font-weight: 200;
        border: 1px solid #ffffff4d;
        outline: none;
        overflow: hidden;
        font-size: 8px;
    }
    .center-left-button .icon {
        width: 16px;
        height: 16px;
        transition: all 0.3s ease-in-out;
    }
    .product-container{
        padding-top: 30px;
        display: none;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .product-desc{
        text-align: center;
        display: block;
        width: 100%; /* 子元素宽度 */
        margin: auto; /* 左右外边距自动 */
        padding: 0 10px;
    }
    .product-desc span {
        font-size: 42px;
        font-weight: 600;
    }
    .product-desc h2 {
        margin: 1px 0 0 0;
        font-size: 25px;
        font-weight: 600;
    }
    .product-desc p {
        margin: 0;
        font-size: 11.5px;
        color: #a7a49d;
        font-weight: 300;
    }
    .home_sparta,.home_alps{
        padding-top: 60px;
        justify-content: center;
        text-align: left;
        width: 100%;
        margin: auto;
        align-items: center;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .home_sparta_left,.home_alps_left,.home_alps_right{
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    .home_sparta_left img, .home_alps_left img, .home_alps_right img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .sparta-content,.alps-content{
        position: absolute;
        top: 5%;
        left: 46%;
        color: white;
        transform: translateX(-50%); /* 修正水平居中 */
        text-align: center;
    }
    .sparta-content h2, .alps-content h2 {
        margin: 0;
        font-size: 3vh;
        font-weight: 500;
    }
    .sparta-content p, .alps-content p {
        margin: 5px 0 15px 0;
        font-size: 16px;
        font-weight: 200;
    }
    .other-product{
        display: flex!important;
        justify-content: center!important;
        text-align: center!important;
        padding-left: 20px!important;
        align-items: center!important;
        overflow: hidden!important;
        box-sizing: border-box!important;
    }
    .index-container{
        position: relative;
        top: 11%;
        z-index: 1;
        overflow: hidden;
        max-width: 100%;
    }
    .sparta-swiper{
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: 100%;
    }
    .home_sparta_right_content h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 5px;
        text-align: center;
    }
    .product-info {
        position: relative;
        background-color: #f9fbfc;
        border-radius: 10px;
        margin: 5vh 0 0 0;
        width: 90%;
        box-sizing: border-box;
    }
    .product-info img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%; /* 图片宽度占满父容器 */
        height: 100%; /* 图片高度占满父容器 */
        object-fit: cover;
        max-width: 100%;
    }
    .product-info h3 {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }
    .home_alps_right_content h2{
        padding-left: 20px;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }
    .info_container{
        padding-top: 50px;
        display: block;
        align-items: center;
        margin: auto;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .info_left{
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .info_left img {
        border-radius: 5px;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .info_right{
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .info_right img {
        border-radius: 5px;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .info_left_content{
        position: absolute;
        top: 20%; /* 距离顶部 50% */
        color: #000000; /* 文字颜色，根据需要调整 */
        font-size: 12px; /* 字体大小，根据需要调整 */
        font-weight: 300; /* 字体加粗 */
    }
    .info_left_content h2 {
        margin: 0;
        font-size: 16px;
        color: white;
        font-weight: 400;
    }
    .info_left_content p {
        margin: 0;
        font-size: 10px;
        color: #ffffff;
        font-weight: 300;
    }
    .info_left_content a {
        text-decoration: none;
        margin: 0;
        font-size: 10px;
        color: #ffffff;
        font-weight: 500;
    }
    .support{
        text-align: center; /* 文本居中 */
        left: 50%; /* 距离左侧 50% */
        transform: translate(-50%, -50%); /* 修正偏移量，使其居中 */
    }
    .news{
        text-align: left; /* 文本居中 */
        left: 10%; /* 距离左侧 50% */
    }
    .info_right .top, .info_right .bottom{
        position: relative;
    }
    .brand-lunbo-scrolling{
        margin-top: 5px;
        display: flex;
        align-items: flex-end; /* 水平居中 */
        justify-content: flex-start; /* 水平居中 */
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 100px; /* 根据需要调整高度 */
        background-color: #f0f0f1;
        color: #000000;
        font-size: 24px;
        font-weight: 500;
        padding: 5px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .scrolling-brand-text {
        display: flex;
        white-space: nowrap;
        animation: scroll-left 20s linear infinite;
    }
    .scrolling-brand-text span {
        padding-left: 50px;
    }
    .brand-container{
        position: relative;
        display: block;
        height: 500px;
        text-align: center;
        overflow: hidden;
        max-width: 100%;
        box-sizing: border-box;
    }
    .brand-contend{
        width: 100%;
        position: absolute; /* 子元素设置为绝对定位 */
        top: 52%; /* 距离顶部 50% */
        left: 50%; /* 距离左侧 50% */
        transform: translate(-50%, -50%); /* 修正偏移量，使其居中 */
        color: #000000; /* 文字颜色，根据需要调整 */
        font-size: 18px; /* 字体大小，根据需要调整 */
        font-weight: 300; /* 字体加粗 */
        text-align: center; /* 文本居中 */
        padding: 10px; /* 添加内边距 */
        box-sizing: border-box;
    }
    .brand-contend img {
        width: 74%;
        height: auto;
        max-width: 100%;
    }
    .brand-contend p {
        font-weight: 300;
        font-size: 12px;
    }
    .brand_icon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .brand_icon img {
        margin-right: 15px;
        width: 50px;
        height: auto;
        max-width: 100%;
    }
    .float-icon{
        border-radius: 50%;
        position: absolute;
        top: -58px;
        right: 30px;
        width: 100px;
        height: 100px;
        z-index: 20;
        background-color: #ed842e;
    }
    .circle-text {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-weight: 500;
        color: white;
        text-align: center;
    }
    .icon_circle {
        position: relative;
        width: 100px; /* 根据需要调整大小 */
        height: 100px; /* 根据需要调整大小 */
        background-color: #f0f0f0; /* 根据需要调整背景颜色 */
        border-radius: 50%; /* 使其成为圆形 */
        animation: rotate 10s linear infinite; /* 旋转动画 */
        margin: 0 auto; /* 水平居中 */
    }

    /* 设置 icon_center 的样式 */
    .icon_center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 使其悬浮在 icon_circle 的正中心 */
        width: 50px;
        height: auto;
        max-width: 100%;
    }
    .slider-title{
        font-weight: 500;
        font-size: 20px;
        margin: 0px 0 0 0;
    }
    .home-slider {
        padding-top: 20px;
        width: 100%;
        height: var(--height);
        overflow: hidden;
        max-width: 100%;
        box-sizing: border-box;
        /*mask-image: linear-gradient(to right, transparent, #000 30% 70%, transparent);*/
    }
    .community-title{
        font-weight: 500;
        font-size: 20px;
        margin: 20px 0 -50px 0;
    }
    .review-card{
        width: 150px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    .review-card{
        display: block;
    }
    .review-card img {
        border-radius: 10px;
        width: 100px;
        height: auto;
        overflow: hidden;
        max-width: 100%;
    }
    .review-card p {
        font-weight: 300;
        font-size: 8px;
    }
    .review-card img, .review-card p{
        margin: auto;
    }
    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

  /* 1. 让左右两个容器都成为定位上下文 */
  .home_center .center-left,
  .home_center .center-right {
    position: relative !important;
  }

  /* 2. 将文字层绝对定位在它们各自容器中点 */
  .home_center .center-left .center-content,
  .home_center .center-right .center-content {
    position: absolute !important;
    top: 25%      !important;
    left: 50%     !important;
    transform: translate(-50%, -50%) !important;
    width: auto   !important;       /* 根据文字长度自适应 */
    text-align: center !important;
  }
  .sparta-button {
    display: inline-flex !important;               /* 水平排列图标和文字 */
    align-items: center !important;                /* 垂直居中对齐 */
    justify-content: center !important;
    background-color: transparent !important;      /* 透明背景 */
    color: #ffffff !important;                     /* 白色文字 */
    padding: 1px 5px !important;                  /* 内边距根据需要微调 */
    border: 1px solid rgba(255, 255, 255, 0.5) !important; /* 半透明白边 */
    border-radius: 9999px !important;              /* 圆角 */
    font-size: 14px !important;                    /* 根据需要微调 */
    font-weight: 500 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .sparta-button .icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;                  /* 图标与文字间距 */
    display: inline-block !important;  
    vertical-align: middle !important;             /* 确保与文字基线对齐 */
  }
  /* 保证分页器绝对定位于容器底部中央 */
  .swiper-pagination {
    position: absolute !important;
    bottom: 1px     !important;  /* 根据需要调整与底部的间距 */
    left: 50%       !important;
    transform: translateX(-53%) !important;
    width: auto     !important;  /* 让宽度自适应，不撑满全宽 */
    text-align: center !important;
  }

  /* 调整每个 bullet 之间的间距 */
  .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
  .alps-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 1px 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 9999px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .alps-button .icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .alps-button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .brand-lunbo-scrolling {
    display: flex !important;
    align-items: center !important;      /* 垂直居中 */
    overflow: hidden !important;
    width: 100% !important;
    padding: 0 !important;               /* 去掉上下内边距 */
    background: transparent !important;   /* 透明背景 */
    border: none !important;             /* 无任何边框 */
    box-sizing: border-box !important;
    position: relative !important;
  }
  .scrolling-brand-text {
    display: inline-flex !important;
    white-space: nowrap !important;
    animation: scroll-left 15s linear infinite !important;
    padding: 0 !important;               /* 去掉初始化留白 */
    gap: 0 !important;                   /* 去掉文字间默认间隙 */
  }
  .scrolling-brand-text span {
    font-size: 30px !important;          /* 文字尺寸 */
    font-weight: 500 !important;
    color: #000 !important;
    display: inline-flex !important;
    align-items: center !important;      /* 文字与图标同高居中 */
    margin: 0 8px 0 0 !important;        /* 仅右侧留小间隙 */
  }
  .scrolling-brand-text span img {
    width: 50px !important;              /* 图标与文字同高 */
    height: 50px !important;
    margin: 0 !important;
    vertical-align: middle !important;
  }
/* -------------------------
   Mobile: home_center 上下排图
   ------------------------- */
.home_center {
  /* 原来是 justify-content: space-between; */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; /* 如果要居中对齐 */
  gap: 10px !important; /* 图与图之间增加一点间距，可按需调整 */
}

.home_center .center-left,
.home_center .center-right {
  width: 100% !important;
  padding: 10px 0 !important; /* 上下留白，可按需微调 */
  box-sizing: border-box !important;
}
@media (max-width: 768px) {
    .home_center{
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .scrolling-text {
        display: flex;
        white-space: nowrap;
        animation: scroll-left 20s linear infinite;
    }
    .scrolling-text span {
        padding-left: 10vh;
    }
    .center-left{
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }
    .center-left img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .center-right{
        padding: 10px;
        width: 50%;
        box-sizing: border-box;
    }
    .center-right img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .center-content{
        position: absolute;
        display: block;
        text-align: center;
        width: 180px;
        top: 15%;
    }
    .center-content h4 {
        margin: 0;
        display: inline-block;
        font-size: 25px;
        font-weight: 500;
        color: white;
    }
    .center-content p {
        font-size: 13px;
        font-weight: 300;
        display: inline-block;
        margin: 0 0 10px 0;
        color: white;
    }
    .center-left-button{
        display: inline-block;
        position: relative;
        background-color: transparent;
        border-radius: 9999px;
        align-items: center;
        justify-content: center;
        color: #ffff;
        gap: 5px;
        font-weight: 200;
        border: 1px solid #ffffff4d;
        outline: none;
        overflow: hidden;
        font-size: 8px;
    }
    .center-left-button .icon {
        width: 16px;
        height: 16px;
        transition: all 0.3s ease-in-out;
    }
    .product-container{
        padding-top: 30px;
        display: none;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .product-desc{
        text-align: center;
        display: block;
        width: 100%; /* 子元素宽度 */
        margin: auto; /* 左右外边距自动 */
        padding: 0 10px;
    }
    .product-desc span {
        font-size: 42px;
        font-weight: 600;
    }
    .product-desc h2 {
        margin: 1px 0 0 0;
        font-size: 25px;
        font-weight: 600;
    }
    .product-desc p {
        margin: 0;
        font-size: 11.5px;
        color: #a7a49d;
        font-weight: 300;
    }
    .home_sparta,.home_alps{
        padding-top: 60px;
        justify-content: center;
        text-align: left;
        width: 100%;
        margin: auto;
        align-items: center;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .home_sparta_left,.home_alps_left,.home_alps_right{
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    .home_sparta_left img, .home_alps_left img, .home_alps_right img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .sparta-content,.alps-content{
        position: absolute;
        top: 5%;
        left: 46%;
        color: white;
        transform: translateX(-50%); /* 修正水平居中 */
        text-align: center;
    }
    .sparta-content h2, .alps-content h2 {
        margin: 0;
        font-size: 3vh;
        font-weight: 500;
    }
    .sparta-content p, .alps-content p {
        margin: 5px 0 15px 0;
        font-size: 16px;
        font-weight: 200;
    }
    .other-product{
        display: flex!important;
        justify-content: center!important;
        text-align: center!important;
        padding-left: 20px!important;
        align-items: center!important;
        overflow: hidden!important;
        box-sizing: border-box!important;
    }
    .index-container{
        position: relative;
        top: 11%;
        z-index: 1;
        overflow: hidden;
        max-width: 100%;
    }
    .sparta-swiper{
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: 100%;
    }
    .home_sparta_right_content h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 5px;
        text-align: center;
    }
    .product-info {
        position: relative;
        background-color: #f9fbfc;
        border-radius: 10px;
        margin: 5vh 0 0 0;
        width: 90%;
        box-sizing: border-box;
    }
    .product-info img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%; /* 图片宽度占满父容器 */
        height: 100%; /* 图片高度占满父容器 */
        object-fit: cover;
        max-width: 100%;
    }
    .product-info h3 {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }
    .home_alps_right_content h2{
        padding-left: 20px;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }
    .info_container{
        padding-top: 50px;
        display: block;
        align-items: center;
        margin: auto;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .info_left{
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .info_left img {
        border-radius: 5px;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .info_right{
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .info_right img {
        border-radius: 5px;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .info_left_content{
        position: absolute;
        top: 20%; /* 距离顶部 50% */
        color: #000000; /* 文字颜色，根据需要调整 */
        font-size: 12px; /* 字体大小，根据需要调整 */
        font-weight: 300; /* 字体加粗 */
    }
    .info_left_content h2 {
        margin: 0;
        font-size: 16px;
        color: white;
        font-weight: 400;
    }
    .info_left_content p {
        margin: 0;
        font-size: 10px;
        color: #ffffff;
        font-weight: 300;
    }
    .info_left_content a {
        text-decoration: none;
        margin: 0;
        font-size: 10px;
        color: #ffffff;
        font-weight: 500;
    }
    .support{
        text-align: center; /* 文本居中 */
        left: 50%; /* 距离左侧 50% */
        transform: translate(-50%, -50%); /* 修正偏移量，使其居中 */
    }
    .news{
        text-align: left; /* 文本居中 */
        left: 10%; /* 距离左侧 50% */
    }
    .info_right .top, .info_right .bottom{
        position: relative;
    }
    .brand-lunbo-scrolling{
        margin-top: 5px;
        display: flex;
        align-items: flex-end; /* 水平居中 */
        justify-content: flex-start; /* 水平居中 */
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 100px; /* 根据需要调整高度 */
        background-color: #f0f0f1;
        color: #000000;
        font-size: 24px;
        font-weight: 500;
        padding: 5px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .scrolling-brand-text {
        display: flex;
        white-space: nowrap;
        animation: scroll-left 20s linear infinite;
    }
    .scrolling-brand-text span {
        padding-left: 50px;
    }
    .brand-container{
        position: relative;
        display: block;
        height: 500px;
        text-align: center;
        overflow: hidden;
        max-width: 100%;
        box-sizing: border-box;
    }
    .brand-contend{
        width: 100%;
        position: absolute; /* 子元素设置为绝对定位 */
        top: 52%; /* 距离顶部 50% */
        left: 50%; /* 距离左侧 50% */
        transform: translate(-50%, -50%); /* 修正偏移量，使其居中 */
        color: #000000; /* 文字颜色，根据需要调整 */
        font-size: 18px; /* 字体大小，根据需要调整 */
        font-weight: 300; /* 字体加粗 */
        text-align: center; /* 文本居中 */
        padding: 10px; /* 添加内边距 */
        box-sizing: border-box;
    }
    .brand-contend img {
        width: 74%;
        height: auto;
        max-width: 100%;
    }
    .brand-contend p {
        font-weight: 300;
        font-size: 12px;
    }
    .brand_icon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .brand_icon img {
        margin-right: 15px;
        width: 50px;
        height: auto;
        max-width: 100%;
    }
    .float-icon{
        border-radius: 50%;
        position: absolute;
        top: -58px;
        right: 30px;
        width: 100px;
        height: 100px;
        z-index: 20;
        background-color: #ed842e;
    }
    .circle-text {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-weight: 500;
        color: white;
        text-align: center;
    }
    .icon_circle {
        position: relative;
        width: 100px; /* 根据需要调整大小 */
        height: 100px; /* 根据需要调整大小 */
        background-color: #f0f0f0; /* 根据需要调整背景颜色 */
        border-radius: 50%; /* 使其成为圆形 */
        animation: rotate 10s linear infinite; /* 旋转动画 */
        margin: 0 auto; /* 水平居中 */
    }

    /* 设置 icon_center 的样式 */
    .icon_center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 使其悬浮在 icon_circle 的正中心 */
        width: 50px;
        height: auto;
        max-width: 100%;
    }
    .slider-title{
        font-weight: 500;
        font-size: 20px;
        margin: 0px 0 0 0;
    }
    .home-slider {
        padding-top: 20px;
        width: 100%;
        height: var(--height);
        overflow: hidden;
        max-width: 100%;
        box-sizing: border-box;
        /*mask-image: linear-gradient(to right, transparent, #000 30% 70%, transparent);*/
    }
    .community-title{
        font-weight: 500;
        font-size: 20px;
        margin: 20px 0 -50px 0;
    }
    .review-card{
        width: 150px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    .review-card{
        display: block;
    }
    .review-card img {
        border-radius: 10px;
        width: 100px;
        height: auto;
        overflow: hidden;
        max-width: 100%;
    }
    .review-card p {
        font-weight: 300;
        font-size: 8px;
    }
    .review-card img, .review-card p{
        margin: auto;
    }
    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

  /* 1. 让左右两个容器都成为定位上下文 */
  .home_center .center-left,
  .home_center .center-right {
    position: relative !important;
  }

  /* 2. 将文字层绝对定位在它们各自容器中点 */
  .home_center .center-left .center-content,
  .home_center .center-right .center-content {
    position: absolute !important;
    top: 25%      !important;
    left: 50%     !important;
    transform: translate(-50%, -50%) !important;
    width: auto   !important;       /* 根据文字长度自适应 */
    text-align: center !important;
  }
  .sparta-button {
    display: inline-flex !important;               /* 水平排列图标和文字 */
    align-items: center !important;                /* 垂直居中对齐 */
    justify-content: center !important;
    background-color: transparent !important;      /* 透明背景 */
    color: #ffffff !important;                     /* 白色文字 */
    padding: 1px 5px !important;                  /* 内边距根据需要微调 */
    border: 1px solid rgba(255, 255, 255, 0.5) !important; /* 半透明白边 */
    border-radius: 9999px !important;              /* 圆角 */
    font-size: 14px !important;                    /* 根据需要微调 */
    font-weight: 500 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .sparta-button .icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;                  /* 图标与文字间距 */
    display: inline-block !important;  
    vertical-align: middle !important;             /* 确保与文字基线对齐 */
  }
  /* 保证分页器绝对定位于容器底部中央 */
  .swiper-pagination {
    position: absolute !important;
    bottom: 1px     !important;  /* 根据需要调整与底部的间距 */
    left: 50%       !important;
    transform: translateX(-53%) !important;
    width: auto     !important;  /* 让宽度自适应，不撑满全宽 */
    text-align: center !important;
    display: none;
  }

  /* 调整每个 bullet 之间的间距 */
  .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
  .alps-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 1px 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 9999px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .alps-button .icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .alps-button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .brand-lunbo-scrolling {
    display: flex !important;
    align-items: center !important;      /* 垂直居中 */
    overflow: hidden !important;
    width: 100% !important;
    padding: 0 !important;               /* 去掉上下内边距 */
    background: transparent !important;   /* 透明背景 */
    border: none !important;             /* 无任何边框 */
    box-sizing: border-box !important;
    position: relative !important;
  }
  .scrolling-brand-text {
    display: inline-flex !important;
    white-space: nowrap !important;
    animation: scroll-left 15s linear infinite !important;
    padding: 0 !important;               /* 去掉初始化留白 */
    gap: 0 !important;                   /* 去掉文字间默认间隙 */
  }
  .scrolling-brand-text span {
    font-size: 30px !important;          /* 文字尺寸 */
    font-weight: 500 !important;
    color: #000 !important;
    display: inline-flex !important;
    align-items: center !important;      /* 文字与图标同高居中 */
    margin: 0 8px 0 0 !important;        /* 仅右侧留小间隙 */
  }
  .scrolling-brand-text span img {
    width: 50px !important;              /* 图标与文字同高 */
    height: 50px !important;
    margin: 0 !important;
    vertical-align: middle !important;
  }
/* -------------------------
   Mobile: home_center 上下排图
   ------------------------- */
.home_center {
  /* 原来是 justify-content: space-between; */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; /* 如果要居中对齐 */
  gap: 10px !important; /* 图与图之间增加一点间距，可按需调整 */
}

.home_center .center-left,
.home_center .center-right {
  width: 100% !important;
  padding: 10px 0 !important; /* 上下留白，可按需微调 */
  box-sizing: border-box !important;
}
  .product-list{
        display:none!important;}
   .product-summary{
        width: 100%;
        background-color: #262626!important;
        padding-left: 20px;
        padding-right: 20px;
     padding-top: 30px;

        :is(h1) {
            font-size: 24px;
            font-weight: 600;
            color: #000000;
        }
     .product-title {
            display:none!important;
        }



  





  



  




