@media (max-width: 576px) {
    .service{
        padding-bottom: 5rem !important;
    }
    /* body .service .titleview .title::after{
        right: -3.5rem;
    }
    body .service .titleview .title::before{
        left: -3.5rem;
    } */
    body .service .titleview .subtitle{
        padding-bottom: 1rem;
    }
    body .futuregroup .titleview .subtitle{
        padding-bottom: 1rem;
    }
    body .inquireview{
        margin: 0 auto 0;
        padding: 0;
        width: 100%;
    }
    body .inquireview .inquireview-btn{
        display: flex;
        width: 100%;
        font-size: 1.4rem;
        align-items: center;
        justify-content: center;
    }
    body .inquireview .func{
        font-size: 1.4rem;
    }
    body .inquireview .inputview{
        border: 1px solid #d6d6d6;
        margin: 0 1rem;
        height: 3.5rem;
        margin-top: -2rem;
    }
    body .inquireview .inputview .chaxun{
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.6rem;
    }
    .titleview{
        margin-bottom: 0rem !important;
        padding: 0 !important;
    }
    .titleview .subtitle{
        font-size: 14px !important;
        padding-bottom: 1rem !important;
    }
    body .choices .content{
        background-color: white;
        padding-top: 1rem;
    }

    body .choices .titleview .names {
        display: flex;
        align-items: flex-end;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        position: relative;
        /* padding-left: 1.5rem; */
        padding-right: 1.5rem;
    }

    body .choices .titleview .names::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 3.232rem;
        height: 0.2rem;
        background: #326CFE;
    }

    body .choices .titleview .info {
        font-size: 1.4rem;
        color: #666666;
        
        text-align: justify; /* 保持文本两端对齐（可选） */
        line-height: 1.8; /* 🔵 调整行距（示例：1.8倍字体大小，更宽松） */
        letter-spacing: 0.5px; /* 🔵 调整字间距（示例：增加0.5px间距） */
            
    }

    body .service .content{
        margin-top: 1rem;
    }


    body .choices .content .row .other{
        padding: 0;
    }

    body .choices .content .row .other .list {
        width: 100%;
        display: flex;           /* 开启 Flex 布局 */
        overflow-x: auto;        /* 横向超出时滚动 */
        overflow-y: hidden;      /* 纵向禁止滚动 */
        flex-wrap: nowrap;       /* 不换行 */
        padding: 12px 0;         /* 上下内边距 */
        gap: 8px;                /* 列表项之间的间距 */
        scrollbar-width: none;   /* 隐藏 Firefox 滚动条 */
        padding: 0 1rem;
        margin-bottom: 1rem;
      }
      
      /* 兼容 WebKit 浏览器隐藏滚动条 */
      body .choices .content .row .other .list::-webkit-scrollbar {
        display: none;
      }
      
      body .choices .content .row .other .list .item {
        flex: 0 0 auto;         /* 不收缩、不拉伸，保持自身宽度 */
        height: 4rem;
       margin-left: 2rem;
        margin-right: 0.5rem;   /* 右侧间距 */
        background-color: #f5f5f5; /* 浅灰背景 */
        border-radius: 20px;    /* 大圆角 */
        white-space: nowrap;    /* 防止文字换行 */
        transition: all 0.2s ease; /* 过渡动画 */
      }
      
      /* 选中状态样式 */
      body .choices .content .row .other .list .item.selected {
        background-color: #2c61d1; /* 品牌主色 */
        color: #fff;               /* 白色文字 */
      }
      
      /* 图标和文字的对齐调整 */
      body .choices .content .row .other .list .item .choices-ico {
        vertical-align: middle;
        margin-right: 6px;
      }
      
      body .choices .content .row .other .list .item .word {
        vertical-align: middle;
        font-size: 14px;        /* 字体大小适配 */
      }
      

      body .service .titleview .title::after{
        right: -4.4rem !important;
      }
      body .service .titleview .title::before{
        left: -4.4rem !important;
      }












    
    .content .item-1{
        padding: 1rem 1rem 1rem 0 !important;
    }
    .content .item-1 .name{
        margin-bottom: 1rem !important;
    }
    body .futuregroup{
        padding: 0;
        padding-top: 2rem;
    }
    .nav{
        display: flex;
        /* flex-wrap: wrap */
    }
    body .futuregroup .content .nav .nav-item{
        width: 12rem;
    }
    /* .classify-box .row{
        flex-direction: column;
    } */
    .classify-box .row .col-5{
        width: 100% !important;
        max-width: 100% !important;
    }
    body .futuregroup .content .classify-box .tese-cont{
        max-width: 100% !important;
    }
    body .videomodule{
        margin-bottom: 0;
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
    body .futuregroup .content .classify-box img{
        width: 100%;
    }
    body .futuregroup .content .classify-box .tese-cont .title{
        margin-bottom: 1rem;
        font-size: 2.2rem;
    }
    body .videomodule .titleview .title{
        font-size: 3rem;
    }
    .tab-content{
        margin-top: 2rem;
    }
    .history-img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto !important;
        opacity: 0;
        display: none;
        transition: opacity 0.5s ease;
    }
    body .videomodule .content{
        margin-bottom: 1rem;
        flex-direction: column;
    }
    body .videomodule .content .procedures{
        flex-direction: row;
        flex-wrap: nowrap;
    }
    body .videomodule .content .morevideo {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    body .videomodule .content .morevideo a {
        font-size: 2rem;
        color: #9395AC;
    }
    /* body .videomodule .content .procedures .step{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100px;
    } */
    /* 选择所有步骤中的详细描述文字，设置不显示 */

    body .videomodule .content .left .source{
        border-radius: 2rem !important;
    }

    body .videomodule .content .procedures .step .other>.words {
        display: none;
    }
    .p-5{
        padding: 0;
    }
    body .videomodule .content .procedures .step .number{
        font-size: 2rem;
        margin-right: 0;
    }
    body .choices{
        padding-top: 0rem;
        padding-bottom: 5rem;
    }
    body .choices .content .row{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    body .choices .content .row .fzlc{
        min-height: 250px !important;
        margin-bottom: 1rem;
    }

    
    .informationcenter-box{
        padding-top: 0 !important;
        height: auto !important;
        margin-bottom: 3rem !important;
    }
    .informationcenter-box .head-title{
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
    }
    /* .informationcenter-box .informationcenter{
        padding: 1rem !important;
    } */
    .informationcenter-box .informationcenter{
        padding: 2rem 2rem !important;
        height: auto;
        /* margin-right: 1rem;     */
        width: 95%;
    }
    
    .informationcenter-box .informationcenter .other .list{
        height: 100% !important;
    }
    /* .informationcenter-box .informationcenter .other .first-information .info-view{
        flex-direction: column;
    } */
    .informationcenter-box .informationcenter .other .list .item>a{
        display: flex;
        align-items: center;
        /* flex-direction: column; */
    }
    .informationcenter-box .informationcenter .other .list .item .name{
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 65%;
        overflow: hidden;
        font-size: 1.6rem;
        /* margin-top: 0.8rem; */
        padding-left: 0.9rem;
        /* font-size: 1.8rem !important; */
    }
    .informationcenter-box .informationcenter .other .first-information .title{
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .informationcenter-box .informationcenter .other{
        width: 100%;
    }
    .informationcenter-box .informationcenter .other .list .item .date{
        align-items: center;
        text-align: center;
        display: flex;
    }

    .informationcenter-box .informationcenter .other .text-one a{
        display: flex !important;
       align-items: center;
        justify-content: space-between;
    }
    .informationcenter-box .informationcenter .other .first-information .title{
        width: 62%;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* width: 80%; */
        overflow: hidden;
        margin-bottom: 0 !important;
        height: 2.5rem;
        font-size: 1.6rem !important;
    }


    .friend{
        padding: 0 0 5rem !important;
        margin-top:  0 !important;
    }

    .friend .head-title{
        font-size: 2.5rem !important;
    }
    .friend .subtitle{
        margin-bottom: 1.5rem !important;
    }
    .friend .row{
        justify-content: center;
        margin: 0;
    }
    .friend ul{
        background-color: white;
        padding: 1rem;
    }
    .friend ul li{
        width: 25% !important;
        height: auto !important;
    }
    .friend ul li a{
        width: 100% !important;
    }




 
    body .service .content .item-1 .include{
        flex-wrap: nowrap;
    }
    body .service .content .item-1 .item-div .text{
        font-size: 1.2rem;
    }
    body .service .content .item-1 .name{
        font-size: 2rem;
        margin-left: -8rem;
    }

    body .service .content .item-2 .express{
        display: flex;
        width: 100%;
        padding: 0 2rem;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 1rem 0;
    }
    body .service .content .item-2 .express .express-text{
        width: 70%;
        font-size: 1.6rem;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body .service .content .item-2 .express .express-img{
        width: 30%;
    }

    body .service .content .item-2{
        margin-top: 2rem;
        padding: 2rem 0 !important;
    }

    /* 1. 横向滚动容器：控制整体布局与滚动 */
.nav-pills.mobile-tab-bar {
    display: flex;           /* 开启 Flex 布局 */
    overflow-x: auto;        /* 横向超出时滚动 */
    overflow-y: hidden;      /* 纵向禁止滚动 */
    flex-wrap: nowrap;
    padding: 12px 0;         /* 上下内边距，增加纵向空间 */
    gap: 8px;                /* 按钮之间的间距 */
    scrollbar-width: none;   /* 隐藏 Firefox 滚动条 */
    justify-content: flex-start !important; /* 覆盖 Bootstrap 默认的居中，改为从左排列 */
    padding: 0 1rem;
}
  
  /* 2. 兼容 WebKit 浏览器（如 Chrome、Safari）隐藏滚动条 */
  .nav-pills.mobile-tab-bar::-webkit-scrollbar {
    display: none;
  }
  
  /* 3. 按钮容器：清除默认 margin */
  .nav-pills.mobile-tab-bar .nav-item {
    margin: 0 !important; /* 覆盖 Bootstrap 自带的 margin */
    margin-right: 0.5rem;
  }
  
  /* 4. 切换按钮：基础样式（未激活态） */
  .nav-pills.mobile-tab-bar .nav-link {
    flex: 0 0 auto;         /* 不收缩、不拉伸，保持按钮自身宽度 */
    padding: 8px 16px;      /* 内边距，让按钮更饱满 */
    background-color: #f5f5f5; /* 浅灰背景 */
    border-radius: 20px;    /* 大圆角，更具移动端风格 */
    font-size: 1.2rem !important;        /* 字体大小适配小屏 */
    color: #333;            /* 文字颜色 */
    border: none !important;/* 移除 Bootstrap 默认的下划线/边框 */
    white-space: nowrap;    /* 防止文字换行 */
    transition: all 0.2s ease; /*  hover/激活态过渡动画 */
  }
  .futuregroup .content .nav .nav-item .nav-link{
    font-size: 1.2rem !important;
  }
  
  /* 5. 按钮激活态：突出显示 */
  .nav-pills.mobile-tab-bar .nav-link.active {
    background-color: #2c61d1; /* 品牌主色（可根据项目调整） */
    color: #fff;               /* 白色文字 */
  }

  

/* 步骤区域-横向滚动容器 */
.procedures-scroll {
    display: flex;           /* 开启 Flex 布局 */
    flex-wrap: nowrap;       /* 强制不换行，所有步骤卡片横向排列 */
    overflow-x: auto;        /* 横向超出时触发滚动 */
    overflow-y: hidden;      /* 纵向禁止滚动（避免多余滚动条） */
    gap: 20px;               /* 步骤卡片之间的间距 */
    padding: 15px 0;         /* 上下内边距，优化空间感 */
    scrollbar-width: none;   /* 隐藏 Firefox 滚动条 */
    padding: 1rem 1rem;
    margin: 1rem 0;
}

/* 兼容 WebKit 浏览器（Chrome、Safari 等）隐藏滚动条 */
.procedures-scroll::-webkit-scrollbar {
    display: none;
}

/* 单个步骤卡片 */
.step {
    flex: 0 0 auto !important;  /* 不收缩、不拉伸，保持卡片自身宽度 */
    height: auto;
    background-color: #f9f9f9; 
    border-radius: 8px;        
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); 
    transition: transform 0.2s ease; 
    display: flex;

    width: 20%;
    height: 5rem;
    
    align-items: center;
    justify-content: center;
    flex-direction: column; /* 卡片**内部**文字纵向排版（标题+描述自然竖排，不影响卡片横向排列） */
    padding: 0 !important; /* 增加内边距，让文字更舒展 */
}
  /* 步骤编号 */
  .number {
    font-size: 20px;
    font-weight: bold;
    color: #2c61d1; /* 品牌色/主色，可根据项目调整 */
    /* margin-bottom: 8px; */
  }
  
  /* 步骤名称 */
  body .videomodule .content .procedures .step.selected .other .name {
    font-size: 1.4rem !important;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    margin-left: 0.5rem;
  }
  body .videomodule .content .procedures .step.selected{
    box-shadow: 0 0.3rem 1rem 0.1rem #326CFE;
  }
  body .videomodule .content .procedures .step.selected .other .name{
    color: white;
  }
  body .videomodule .content .procedures .step .number{
    margin-top: 1rem;
  }
  body .videomodule .content .procedures .step.selected .number{
    /* margin-top: 1rem; */
    color: white;
  }
  body .videomodule .content .procedures .step .other .name{
    font-size: 1.4rem !important;
    margin-left: 0.5rem;
  }

  .news-cover{
    width: 6rem !important;
    height: 5rem !important;
    margin-right: 0 !important;
  }
}


@media(max-width:429px){
    body .choices .titleview .title::before{
        left: -4.4rem !important;
    }
    body .choices .titleview .title::after{
        right: -4.4rem !important;
    }
    .informationcenter-box .informationcenter .other .list .item .date{
        font-size: 1rem !important;
    }
    .informationcenter-box .informationcenter .other .first-information .date{
        font-size: 1rem !important;
    }
    body .service .content .item-2 .express .express-text{
        font-size: 1.2rem !important;
    }
    .futuregroup .content .nav .nav-item .nav-link{
        font-size: 1rem !important;
    }
    body .choices .content .row .other .list .item .word{
        font-size: 1.2rem !important;
    }
}