/* 响应式布局 - 基于1920px设计稿，使用vw单位自适应 */
html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
    width: 100%;
  }

.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .page > .wrap_footer {
    margin-top: auto;
  }
  
  .group_1 {
    height: 56.20vw;
    background: url(https://cdnweb09.96225.com/activity/website/hero_bg.png)
      100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
  }
  
  .box_24 {
    width: 75vw;
    height: 3.13vw;
    margin: 1.20vw 0 0 12.5vw;
  }
  
  .image_1 {
    width: 5.57vw;
    height: 1.67vw;
    margin-top: 0.68vw;
  }
  
  /* 顶部导航链接基础样式 */
  .nav-link {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    line-height: 1.15vw;
  }
  
  /* 首页导航链接 */
  .nav-link-home {
    font-family: PingFangSC-Semibold;
    margin: 0.94vw 0 0 25.47vw;
  }
  
  /* 其他导航链接（信用生活、新闻资讯、互认互通） */
  .nav-link-item {
    font-family: PingFangSC-Medium;
    margin: 0.94vw 0 0 5.21vw;
  }

  /* 顶部导航高亮控制 */
  .nav_item {
    color: rgba(255, 255, 255, 1);
  }
  .nav_item.nav_item_active {
    color: rgba(104, 250, 212, 1);
  }
  a.nav_item {
    text-decoration: none;
    cursor: pointer;
  }
  
  .group_2 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.67vw;
    width: 13.70vw;
    height: 3.13vw;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-left: 3.02vw;
    align-items: center;
  }
  
  .image_2 {
    width: 1.25vw;
    height: 1.04vw;
    margin: 0 0 0 1.56vw;
  }
  
  .text_5 {
    width: 4.17vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.83vw;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    line-height: 1.25vw;
    margin: 0 0 0 0.36vw;
    position: relative;
  }
  
  .label_1 {
    width: 1.20vw;
    height: 1.15vw;
    margin: 0 0 0 1.88vw;
  }
  
  .text_6 {
    width: 1.61vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.83vw;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    line-height: 1.25vw;
    margin: 0 1.41vw 0 0.26vw;
    position: relative;
  }
  
  .box_25 {
    width: 87.5vw;
    height: 43.18vw;
    margin: 8.70vw 0 0 12.5vw;
  }
  
  .box_26 {
    width: 42.29vw;
    height: 28.54vw;
    margin-top: 2.76vw;
  }
  
  .box_27 {
    width: 27.76vw;
    height: 4.90vw;
  }
  
  .image_3 {
    width: 15.52vw;
    height: 4.64vw;
  }
  
  .text_7 {
    width: 11.67vw;
    height: 2.08vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.46vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 2.08vw;
    margin-top: 2.81vw;
  }
  
  .text-wrapper_27 {
    width: 33.70vw;
    height: 5.16vw;
    margin-top: 2.19vw;
  }
  
  /* 动态数字显示样式 */
  .text-wrapper_27 .js-box {
    overflow: hidden;
    height: 5.16vw;
    float: left;
    margin-left: 1.51vw;
  }
  
  .text-wrapper_27 .js-box .digit-container {
    width: 2.24vw;
    overflow: hidden;
    font-size: 0;
    margin-right: 0.26vw;
    position: relative;
    float: left;
    margin-top: 0;
  }
  
  .text-wrapper_27 .js-box .digit-container span {
    display: block;
    width: 100%;
    height: 5.16vw;
    line-height: 5.16vw;
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    color: rgba(154, 231, 247, 1);
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  .text-wrapper_27 .js-box .sign-box {
    width: 2.24vw;
    height: 5.16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.26vw;
    float: left;
  }
  
  .text-wrapper_27 .js-box .sign-box span {
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    color: rgba(154, 231, 247, 1);
  }
  
  .text-wrapper_27 .js-box .l {
    float: left;
  }
  
  .text_8 {
    width: 2.92vw;
    height: 2.08vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.46vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 2.08vw;
    margin-top: 2.29vw;
  }
  
  .text_9 {
    width: 2.24vw;
    height: 5.16vw;
    overflow-wrap: break-word;
    color: rgba(154, 231, 247, 1);
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 5.16vw;
    margin-left: 1.51vw;
  }
  
  .text_10 {
    width: 2.24vw;
    height: 5.16vw;
    overflow-wrap: break-word;
    color: rgba(154, 231, 247, 1);
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 5.16vw;
    margin-left: 0.26vw;
  }
  
  .text_11 {
    width: 2.24vw;
    height: 5.16vw;
    overflow-wrap: break-word;
    color: rgba(154, 231, 247, 1);
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 5.16vw;
    margin-left: 0.31vw;
  }
  
  .text_12 {
    width: 2.24vw;
    height: 5.16vw;
    overflow-wrap: break-word;
    color: rgba(154, 231, 247, 1);
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 5.16vw;
    margin-left: 0.26vw;
  }
  
  .text_13 {
    width: 2.24vw;
    height: 5.16vw;
    overflow-wrap: break-word;
    color: rgba(154, 231, 247, 1);
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 5.16vw;
    margin-left: 0.26vw;
  }
  
  .text_14 {
    width: 2.24vw;
    height: 5.16vw;
    overflow-wrap: break-word;
    color: rgba(154, 231, 247, 1);
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 5.16vw;
    margin-left: 0.31vw;
  }
  
  .text_15 {
    width: 2.24vw;
    height: 5.16vw;
    overflow-wrap: break-word;
    color: rgba(154, 231, 247, 1);
    font-size: 3.75vw;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 5.16vw;
    margin-left: 0.26vw;
  }
  
  .text_16 {
    width: 10.21vw;
    height: 2.08vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.46vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 2.08vw;
    margin: 2.29vw 0 0 1.72vw;
  }
  
  .group_5 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.88vw;
    width: 42.29vw;
    height: 4.06vw;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-top: 0.94vw;
    padding: 0 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  /* group_5 按钮通用样式 */
  .group_5_btn {
    height: 2.71vw;
    border-radius: 1.35vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 0 2.08vw;
  }

  .group_5_btn:hover {
    background: url(../images/hero_qr_tab_active_bg.png)
      100% no-repeat;
    background-size: 100% 100%;
  }

  .group_5_btn:hover .text_17 {
    font-family: PingFangSC-Medium;
    font-weight: 500;
  }
  
  /* 合并 text_17/18/19：hero 区三个入口按钮文字统一样式 */
  .text_17 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.25vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.72vw;
  }
  
  .group_6 {
    height: 10.42vw;
    border: 1px solid rgba(255, 255, 255, 1);
    background: url(../images/qr_frame_bg.png) -0.05vw -0.05vw
      no-repeat;
    background-size: 10.52vw 10.52vw;
    width: 10.42vw;
    margin: 0.89vw 0 0 0.68vw;
  }
  
  .image-wrapper_1 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.56vw;
    height: 8.59vw;
    width: 8.59vw;
    margin: 0.94vw 0 0 0.94vw;
  }
  
  .image_4 {
    width: 7.19vw;
    height: 7.19vw;
    margin: 0.68vw 0 0 0.68vw;
  }
  
  .image_5 {
    width: 35.16vw;
    height: 43.18vw;
  }
  
  .box_3 {
    box-shadow: 0vw 0.21vw 1.56vw 0vw rgba(0, 22, 69, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.88vw;
    position: absolute;
    left: 12.5vw;
    top: 53.02vw;
    width: 75vw;
    height: 5.16vw;
  }
  
  .image-text_22 {
    width: 9.01vw;
    height: 1.88vw;
    margin: 1.61vw 0 0 8.02vw;
  }
  
  .box_4 {
    width: 1.77vw;
    height: 1.88vw;
    background: url(../images/condition_icon_age.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .text-group_1 {
    width: 6.25vw;
    height: 1.72vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.25vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 1.72vw;
    margin-top: 0.16vw;
  }
  
  .image_6 {
    width: 0.05vw;
    height: 1.30vw;
    margin: 1.93vw 0 0 7.92vw;
  }
  
  .image-text_23 {
    width: 10.78vw;
    height: 1.88vw;
    margin: 1.67vw 0 0 7.24vw;
  }
  
  .group_7 {
    width: 1.77vw;
    height: 1.88vw;
    background: url(../images/condition_icon_hangzhou.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .text-group_2 {
    width: 8.13vw;
    height: 1.72vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.25vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 1.72vw;
    margin-top: 0.10vw;
  }
  
  .image_7 {
    width: 0.05vw;
    height: 1.30vw;
    margin: 1.93vw 0 0 6.93vw;
  }
  
  .image-text_24 {
    width: 10.52vw;
    height: 1.88vw;
    margin: 1.61vw 7.19vw 0 7.29vw;
  }
  
  .group_8 {
    width: 2.08vw;
    height: 1.88vw;
    background: url(../images/condition_icon_residency.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .text-group_3 {
    width: 7.5vw;
    height: 1.72vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.25vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    line-height: 1.72vw;
    margin-top: 0.16vw;
  }
  
  .group_9 {
    background-image: url(https://cdnweb09.96225.com/activity/website/analysis_bg.png);
    background-size: 100% 100%;
    width: 100%;
    height: 62.76vw;
    margin-top: 3vw;
  }
  
  .group_10 {
    width: 13.85vw;
    height: 1.93vw;
    background: url(../images/section_title_decor.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin: 8.59vw 0 0 43.07vw;
  }
  
  .text_20 {
    width: 6.41vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.56vw;
    letter-spacing: 0.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
    margin: -0.99vw 0 51.77vw 45.99vw;
  }
  
  /* 主内容容器 */
  .main-content-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  /* 内容板块通用样式 */
  .content-section {
    width: 100%;
    position: relative;
    display: block;
  }
  
  /* 我要合作板块增加高度 */
  #section-cooperation {
    min-height: 35vw;
    padding-bottom: 3vw;
  }
  
  /* 合作伙伴板块背景 */
  #section-partners {
    background-color: rgba(37, 92, 233, 0.04);
  }
  
  /* 关于我们板块增加高度和背景 */
  #section-about {
    min-height: 50vw;
    background-color: rgba(37, 92, 233, 0.04);
  }
  
  .group_11 {
    background-color: rgba(37, 92, 233, 0.04);
    height: 87.08vw;
    margin-top: 0;
    width: 100%;
    position: relative;
  }
  
  .text-wrapper_28 {
    width: 6.41vw;
    height: 1.46vw;
    margin: 11.41vw 0 0 45.99vw;
  }
  
  .text_21 {
    width: 6.41vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.56vw;
    letter-spacing: 0.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
  }
  
  .group_58 {
    width: 75vw;
    height: 17.60vw;
    margin: 3.28vw 0 0 12.5vw;
  }
  
  .grid_4 {
    width: 75vw;
    height: 17.60vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .image-wrapper_2 {
    box-shadow: 0.78vw 0.78vw 1.56vw 0vw rgba(0, 52, 165, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.88vw;
    position: relative;
    width: 17.92vw;
    height: 8.33vw;
    margin: 0 0 0.94vw 0;
  }
  
  .image_8 {
    width: 11.41vw;
    height: 3.07vw;
    margin: 2.66vw 0 0 5.05vw;
  }
  
  .image_9 {
    position: absolute;
    left: 1.41vw;
    top: 2.24vw;
    width: 3.91vw;
    height: 3.91vw;
  }
  
  /* 合并 image-wrapper_3/4/5/6/7、text-wrapper_4：合作伙伴卡片统一样式 */
  .image-wrapper_3,
  .image-wrapper_4,
  .image-wrapper_5,
  .image-wrapper_6,
  .image-wrapper_7,
  .text-wrapper_4 {
    box-shadow: 0vw 0.21vw 1.56vw 0vw rgba(0, 52, 165, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.88vw;
    height: 8.33vw;
    width: 17.92vw;
    margin: 0 0 0.94vw 0;
  }
  
  .image_10 {
    width: 9.06vw;
    height: 4.95vw;
    margin: 1.72vw 0 0 4.43vw;
  }
  
  .image_11 {
    width: 11.72vw;
    height: 3.59vw;
    margin: 2.40vw 0 0 3.13vw;
  }
  
  .image_12 {
    width: 12.76vw;
    height: 4.06vw;
    margin: 2.14vw 0 0 2.60vw;
  }
  
  .image_13 {
    width: 13.75vw;
    height: 2.81vw;
    margin: 2.76vw 0 0 2.08vw;
  }
  
  .image_14 {
    width: 13.80vw;
    height: 3.85vw;
    margin: 2.24vw 0 0 2.08vw;
  }
  
  .image-wrapper_8 {
    box-shadow: 0.78vw 0.78vw 1.56vw 0vw rgba(0, 52, 165, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.88vw;
    height: 8.33vw;
    width: 17.92vw;
    margin: 0 0 0.94vw 0;
  }
  
  .image_15 {
    width: 12.19vw;
    height: 2.08vw;
    margin: 3.07vw 0 0 3.02vw;
  }
  
  .text_22 {
    width: 8.54vw;
    height: 2.08vw;
    overflow-wrap: break-word;
    color: rgba(8, 25, 50, 1);
    font-size: 2.08vw;
    letter-spacing: 0.05vw;
    font-family: MF-LangQianNoncommercial-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 2.60vw;
    margin: 3.13vw 0 0 4.69vw;
  }
  
  .text-wrapper_29 {
    width: 6.41vw;
    height: 1.46vw;
    margin: 9.06vw 0 0 45.99vw;
  }
  
  .text_23 {
    width: 6.41vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.56vw;
    letter-spacing: 0.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
  }
  
  .text-wrapper_30 {
    width: 75vw;
    min-height: 4.69vw;
    height: auto;
    margin: 2.66vw 0 3vw 12.45vw;
  }
  
  .paragraph_1 {
    width: 75vw;
    min-height: 4.69vw;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.93vw;
    letter-spacing: 0.02vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: center;
    line-height: 1.56vw;
  }
  
  .image-wrapper_12 {
    width: 100%;
    margin: 3vw 0 9.06vw 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .image-wrapper_12.flex-row {
    display: flex;
  }
  
  /* 轮播图样式 */
  #certify {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  #certify .swiper-container {
    width: 65vw;
    max-width: 65vw;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    position: relative;
  }
  
  #certify .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  
  #certify .swiper-slide {
    width: 40% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  #certify .swiper-slide img {
    width: 100%;
    height: auto;
    box-shadow: 0px 18px 16px 0px rgba(11, 21, 35, 0.36);
    display: block;
  }
  
  #certify .swiper-slide .title {
    font-size: 2.08vw;
    color: #5B91F7;
    text-align: center;
    opacity: 0;
    margin-top: 1.3vw;
    font-weight: 500;
    line-height: 1.2;
  }
  
  #certify .swiper-slide .text {
    font-size: 1.17vw;
    color: #666666;
    text-align: center;
    opacity: 0;
    margin-top: 0.52vw;
    line-height: 1.4;
  }
  
  #certify .swiper-button-next,
  #certify .swiper-button-prev {
    width: 4.17vw;
    height: 4.17vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 101;
    cursor: pointer;
    position: absolute;
  }
  
  #certify .swiper-button-next {
    background-image: url('../images/btn_next.png');
    right: calc((100% - 65vw) / 2 - 5.2vw);
  }
  
  #certify .swiper-button-prev {
    background-image: url('../images/btn_prev.png');
    left: calc((100% - 65vw) / 2 - 5.2vw);
  }
  
  #certify .swiper-button-next:after,
  #certify .swiper-button-prev:after {
    display: none;
  }
  
  #certify .swiper-button-next.swiper-button-disabled,
  #certify .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  
  .image_16 {
    width: 4.17vw;
    height: 4.17vw;
    margin-top: 9.64vw;
  }
  
  .image_17 {
    width: 75.05vw;
    height: 24.69vw;
    margin-left: 2.55vw;
  }
  
  .image_18 {
    width: 4.17vw;
    height: 4.17vw;
    margin: 10.26vw 0 0 1.61vw;
  }
  
  .group_59 {
    position: absolute;
    left: 43.07vw;
    top: 10.47vw;
    width: 13.85vw;
    height: 1.93vw;
  }
  
  .section_3 {
    width: 13.85vw;
    height: 1.93vw;
    background: url(../images/section_title_decor.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .group_60 {
    position: absolute;
    left: 43.07vw;
    top: 41.88vw;
    width: 13.85vw;
    height: 1.93vw;
  }
  
  .group_12 {
    width: 13.85vw;
    height: 1.93vw;
    background: url(../images/section_title_decor.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .image_19 {
    width: 90.83vw;
    height: 28.49vw;
  }
  
  .block_11 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 38.39vw;
    height: auto;
  }
  
  .group_61 {
    width: 13.85vw;
    height: 2.40vw;
    margin: 7.19vw 0 0 43.07vw;
  }
  
  .group_15 {
    width: 13.85vw;
    height: 1.93vw;
    background: url(../images/section_title_decor.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .text_24 {
    width: 8.02vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 30px;
    letter-spacing: 0.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
    margin: -0.99vw 0 0 2.92vw;
  }
  
  .side-navigation {
    background-color: rgba(246, 249, 254, 1);
    border-radius: 2.81vw;
    width: 5.5vw;
    height: 29.48vw;
    margin: 4.48vw 3.65vw 0 34.17vw;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 1.5vw 0;
    z-index: 100;
    transition: none;
    box-shadow: 0vw 0.21vw 0.83vw 0vw rgba(0, 32, 128, 0.15);
  }

  /* 侧边导航悬浮固定状态 */
  .side-navigation.fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  
  /* 侧边导航按钮通用样式 */
  .side-navigation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2vw;
    width: 5.40vw;
    max-width: 100%;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 0.93vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
    border-radius: 1.35vw;
    transition: all 0.3s ease;
    align-self: center;
  }

  /* 侧边导航按钮激活样式 */
  .side-navigation-item.side_nav_active {
    background: linear-gradient(124deg, #68FAD4 0%, #3D8AF1 100%);
    box-shadow: 0px 2px 10px 0px rgba(0, 117, 175, 0.4);
    border-radius: 50px;
    color: rgba(255, 255, 255, 1);
    font-family: PingFangSC-Medium;
    font-weight: 500;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    align-self: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-shrink: 0;
  }
  
  /* 合并 text_2/63/64/65/66/67/68、text-wrapper_23：侧边导航项 width:auto */
  /* 排除激活状态，避免覆盖激活状态的宽度 */
  .text_2:not(.side_nav_active),
  .text_63:not(.side_nav_active),
  .text_64:not(.side_nav_active),
  .text_65:not(.side_nav_active),
  .text_66:not(.side_nav_active),
  .text_67:not(.side_nav_active),
  .text_68:not(.side_nav_active),
  .text-wrapper_23 {
    width: auto;
  }
  
  .group_16 {
    box-shadow: 0vw 0.21vw 1.56vw 0vw rgba(0, 22, 69, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.88vw;
    position: absolute;
    left: 18.39vw;
    top: 11.46vw;
    width: 69.11vw;
    height: 29.48vw;
  }
  
  .text_25 {
    width: 22.03vw;
    height: 9.38vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 0.93vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.88vw;
    margin: 3.02vw 0 0 43.33vw;
  }
  
  .text_26 {
    width: 22.03vw;
    height: 11.25vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 0.93vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.88vw;
    margin: 1.35vw 0 4.48vw 43.33vw;
  }
  
  .block_1 {
    border-radius: 1.67vw;
    position: absolute;
    left: -5.89vw;
    top: 1.51vw;
    width: 45.21vw;
    height: 25.42vw;
    overflow: hidden;
  }

  .block_1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.67vw;
  }
  
  .block_12 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
  }
  
  /* 信用生活板块容器高度 */
  #section-credit-life {
    height: 100vh;
    min-height: 100vh;
  }
  
  .group_18 {
    width: 13.85vw;
    height: 1.93vw;
    background: url(../images/section_title_decor.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin: 6.04vw 0 0 43.07vw;
  }
  
  .text_27 {
    width: 6.41vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.56vw;
    letter-spacing: 0.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
    margin: -0.99vw 0 0 45.99vw;
  }
  
  .group_19 {
    box-shadow: 0vw 0.21vw 1.04vw 0vw rgba(0, 22, 69, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.88vw;
    width: 75vw;
    height: 33.23vw;
    margin: 2.76vw 0 0 12.5vw;
    overflow: hidden;
  }

  /* 信用生活场景盒子通用样式 */
  .scene_box {
    cursor: pointer;
  }

  /* 信用生活查看更多按钮 */
  .scene_more_btn {
    cursor: pointer;
  }

  /* 信用生活详情项 */
  .scene_item {
    cursor: pointer;
  }

  .scene_item:hover .credit-life-item-title {
    color: rgba(91, 145, 247, 1);
  }

  /* 信用生活详情项图标 */
  .scene_item_icon {
    width: 1.46vw;
    height: 1.46vw;
    margin-top: 0;
    margin-bottom: 0;
    object-fit: contain;
  }

  /* 信用生活详情面板通用样式 */
  .scene_detail {
    display: flex;
    align-items: center;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
  }

  .scene_detail .label_2 {
    flex-shrink: 0;
    margin-left: -0.94vw;
    margin-right: 0;
  }

  .scene_detail .block_13 {
    flex-shrink: 0;
  }

  /* 激活状态的详情面板 */
  .scene_detail_active {
    width: 27vw;
  }

  /* 详情面板展开时的三角箭头显示 */
  .scene_detail_active .label_2 {
    opacity: 1;
  }

  .scene_detail .label_2 {
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.2s;
  }
  
  .section_5 {
    width: 14.58vw;
    height: 33.23vw;
    background: url(https://cdnweb09.96225.com/activity/website/scene_public_bg.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .text_28 {
    text-shadow: 0vw 0.10vw 0.26vw rgba(0, 46, 150, 0.35);
    width: 10.36vw;
    height: 2.19vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.56vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 2.19vw;
    margin: 10.99vw 0 0 1.72vw;
  }
  
  .group_20 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.21vw;
    width: 2.66vw;
    height: 0.31vw;
    margin: 1.67vw 0 0 5.57vw;
  }
  
  .group_21 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.88vw;
    width: 10.83vw;
    height: 3.49vw;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 7.14vw 0 7.45vw 1.46vw;
  }
  
  /* 合并 image-text_25/26/27：信用生活「查看更多」内层 */
  .image-text_25,
  .image-text_26,
  .image-text_27 {
    width: 6.72vw;
    height: 1.72vw;
    margin: 0.89vw 0 0 2.08vw;
  }
  
  /* 信用生活「查看更多」文字 */
  .credit-life-view-more-text {
    text-shadow: 0vw 0.10vw 0.26vw rgba(0, 46, 150, 0.35);
    width: 5vw;
    height: 1.72vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.25vw;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
    line-height: 1.72vw;
  }
  
  /* 合并 image_20/25/26：信用生活「查看更多」箭头 */
  .image_20,
  .image_25,
  .image_26 {
    width: 1.30vw;
    height: 0.47vw;
    margin-top: 0.63vw;
  }
  
  .label_2 {
    width: 1.20vw;
    height: 1.61vw;
  }
  
  .block_13 {
    width: 24.53vw;
    height: 100%;
    margin: 0 0 0 0.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1.5vw 0;
    box-sizing: border-box;
  }

  /* 只有3项内容的个人信用管理面板 */
  .block_13_credit {
    justify-content: space-evenly;
  }
  
  /* 信用生活scene_item第一个子元素统一样式 */
  .scene_item > .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .box_28 {
    width: 23.23vw;
    height: 1.88vw;
    margin-left: 0.05vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .block_2 {
    width: 1.46vw;
    height: 1.46vw;
    background: url(../images/scene_item_icon.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-top: 0.26vw;
  }
  
  /* 信用生活详情项标题 */
  .credit-life-item-title {
    width: 9.90vw;
    height: 1.88vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.04vw;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 1.88vw;
    margin-left: 0.89vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  /* 合并 image_21/22/23/24：信用生活详情项箭头图标 */
  .image_21 {
    width: 1.46vw;
    height: 0.52vw;
    margin: 0 0 0 9.53vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  /* 合并 text_30/32/34/36：信用生活详情项描述 */
  .text_30 {
    width: 24.53vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.83vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.35vw;
    margin-top: 0.4vw;
  }
  
  /* 合并 box_28/29/30/31：信用生活详情项行容器 */
  .box_28,
  .box_29,
  .box_30,
  .box_31 {
    width: 23.23vw;
    height: 1.88vw;
    margin: 0 0 0 0.05vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .box_6 {
    width: 1.46vw;
    height: 1.46vw;
    background: url(../images/scene_item_icon.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-top: 0.26vw;
  }
  
  .block_3 {
    width: 1.46vw;
    height: 1.46vw;
    background: url(../images/scene_item_icon.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-top: 0.26vw;
  }
  
  .group_26 {
    width: 1.46vw;
    height: 1.46vw;
    background: url(../images/scene_item_icon.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-top: 0.26vw;
  }
  
  .section_7 {
    background-image: url(https://cdnweb09.96225.com/activity/website/scene_commerce_bg.png);
    background-size: 100% 100%;
    width: 14.58vw;
    height: 33.23vw;
  }
  
  .text_37 {
    text-shadow: 0vw 0.10vw 0.26vw rgba(0, 46, 150, 0.35);
    width: 10.26vw;
    height: 2.19vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.56vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 2.19vw;
    margin: 10.99vw 0 0 2.19vw;
  }
  
  /* 合并 group_27/29：信用生活场景白条装饰 */
  .group_27,
  .group_29 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.21vw;
    width: 2.66vw;
    height: 0.31vw;
    margin: 1.67vw 0 0 5.99vw;
  }
  
  .group_28 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.88vw;
    width: 10.83vw;
    height: 3.49vw;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 7.14vw 0 7.45vw 1.88vw;
  }
  
  .section_8 {
    width: 14.58vw;
    height: 33.23vw;
    background: url(https://cdnweb09.96225.com/activity/website/scene_credit_bg.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .text_38 {
    text-shadow: 0vw 0.10vw 0.26vw rgba(0, 46, 150, 0.35);
    width: 12.5vw;
    height: 2.19vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.56vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 2.19vw;
    margin: 10.99vw 0 0 1.04vw;
  }
  
  .group_30 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.88vw;
    width: 10.83vw;
    height: 3.49vw;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 7.14vw 0 7.45vw 1.88vw;
  }
  
  .group_31 {
    width: 13.85vw;
    height: 1.93vw;
    background: url(../images/section_title_decor.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin: 7.92vw 0 0 43.07vw;
  }
  
  .text_39 {
    width: 6.41vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.56vw;
    letter-spacing: 0.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
    margin: -0.99vw 0 0 45.99vw;
  }
  
  .group_32 {
    height: 28.13vw;
    background: url(https://cdnweb09.96225.com/activity/website/news_bg.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-top: 2.76vw;
    width: 69.69vw;
    position: relative;
  }
  
  .text-wrapper_7 {
    box-shadow: 0vw 0.10vw 0.52vw 0vw rgba(0, 32, 128, 0.2);
    border-radius: 0.89vw;
    background-image: url(https://cdnweb09.96225.com/activity/website/news_feature_bg.jpg);
    background-size: 100% 100%;
    height: 20.94vw;
    width: 22.60vw;
    margin: 3.59vw 0 0 12.5vw;
  }
  
  .news-title {
    width: 22.14vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(35, 50, 68, 1);
    font-size: 1.00vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
    margin: 18vw 0 0 0.8vw;
  }
  
  .group_33 {
    box-shadow: 0vw 0.10vw 0.52vw 0vw rgba(0, 32, 128, 0.2);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0.89vw;
    position: absolute;
    left: 35.94vw;
    top: 3.59vw;
    width: 51.56vw;
    height: 20.94vw;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  
  .text-wrapper_31 {
    width: 47.66vw;
    min-height: 1.35vw;
    height: auto;
    margin: 2.34vw 0 0 2.03vw;
  }
  
  /* 合并 text_41/44/47：新闻标题 */
  .text_41,
  .text_44,
  .text_47 {
    width: 39.58vw;
    height: 1.35vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.35vw;
  }
  
  /* 合并 text_42/45/48：新闻日期 */
  .text_42,
  .text_45,
  .text_48 {
    width: 4.74vw;
    height: 1.35vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.83vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.35vw;
  }
  
  .text_43 {
    width: 47.66vw;
    height: 2.71vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.83vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.35vw;
    margin: 0.31vw 0 0 2.03vw;
  }
  
  /* 新闻摘要样式 */
  .news-summary {
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.83vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.36vw;
    margin: 0.31vw 0 0 0;
    width: auto;
    height: auto;
    max-width: 47.66vw;
  }
  
  .text-wrapper_32 {
    width: 47.66vw;
    min-height: 1.35vw;
    height: auto;
    margin: 1.61vw 0 0 2.03vw;
  }
  
  .text_46 {
    width: 47.66vw;
    height: 2.71vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.83vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.35vw;
    margin: 0.31vw 0 0 2.03vw;
  }
  
  .text-wrapper_33 {
    width: 47.66vw;
    min-height: 1.35vw;
    height: auto;
    margin: 1.56vw 0 0 2.03vw;
  }
  
  .text_49 {
    width: 47.66vw;
    height: 2.71vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.83vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.35vw;
    margin: 0.31vw 0 2.29vw 2.03vw;
  }
  
  .group_34 {
    width: 13.85vw;
    height: 1.93vw;
    background: url(../images/section_title_decor.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin: 8.07vw 0 0 43.07vw;
  }
  
  .text_50 {
    width: 6.41vw;
    height: 1.46vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.56vw;
    letter-spacing: 0.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.46vw;
    margin: -0.99vw 0 0 45.99vw;
  }
  
  .cooperation-tabs-container {
    background-color: rgba(37, 92, 233, 0.08);
    border-radius: 1.77vw;
    width: 75vw;
    height: 3.54vw;
    margin: 2.76vw 0 2vw 12.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.63vw;
    padding-right: 0.63vw;
    box-sizing: border-box;
  }
  
  .text-wrapper_11 {
    height: 2.5vw;
    background: none;
    width: auto;
    min-width: fit-content;
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
  }
  
  .text-wrapper_11.cooperation-tab-active .text_51 {
    background: url(../images/bg_text_wrapper_11.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .text-wrapper_11 .text_51 {
    position: relative;
    z-index: 1;
  }
  
  /* Tab 包装元素通用样式 */
  .text-wrapper_12_tab,
  .text-wrapper_13_tab,
  .text-wrapper_14_tab {
    height: 2.5vw;
    background: none;
    background-color: transparent;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: fit-content;
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
  }
  
  /* 激活状态时，背景直接应用在文字元素上 */
  .text-wrapper_12_tab.cooperation-tab-active .text_52,
  .text-wrapper_13_tab.cooperation-tab-active .text_53,
  .text-wrapper_14_tab.cooperation-tab-active .text_54 {
    background: url(../images/bg_text_wrapper_11.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .text-wrapper_12_tab .text_52,
  .text-wrapper_13_tab .text_53,
  .text-wrapper_14_tab .text_54 {
    position: relative;
    z-index: 1;
  }
  
  /* Tab 激活状态 - 背景通过容器直接应用，容器宽度自适应文字 */
  /* Tab 非激活状态 */
  .cooperation-tab:not(.cooperation-tab-active) {
    background: none !important;
    background-color: transparent !important;
  }
  
  /* 统一所有 tab 的文字样式 - 激活状态为白色 */
  .cooperation-tab.cooperation-tab-active .text_51,
  .cooperation-tab.cooperation-tab-active .text_52,
  .cooperation-tab.cooperation-tab-active .text_53,
  .cooperation-tab.cooperation-tab-active .text_54 {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
  }
  
  /* 统一所有 tab 的文字样式 - 非激活状态为黑色 */
  .cooperation-tab:not(.cooperation-tab-active) .text_51,
  .cooperation-tab:not(.cooperation-tab-active) .text_52,
  .cooperation-tab:not(.cooperation-tab-active) .text_53,
  .cooperation-tab:not(.cooperation-tab-active) .text_54 {
    color: rgba(0, 0, 0, 0.65) !important;
    font-weight: normal;
    font-family: PingFangSC-Regular;
  }
  
  .text_51 {
    width: auto;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 1);
    font-size: 1.04vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 1.46vw;
    margin: 0;
    transition: color 0.3s ease;
  }
  
  /* Tab 切换样式 */
  .cooperation-tab {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .cooperation-tab:hover {
    opacity: 0.8;
  }
  
  /* 统一所有 tab 文字的基础样式 */
  .text_51,
  .text_52,
  .text_53,
  .text_54 {
    width: auto;
    height: 2.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.04vw;
    text-align: center;
    white-space: nowrap;
    line-height: 2.5vw;
    margin: 0;
    padding: 0 1.2vw;
    transition: color 0.3s ease;
    display: inline-block;
    box-sizing: border-box;
  }
  
  /* 内容区域切换 */
  .cooperation-content:not(.cooperation-content-active) {
    display: none;
  }
  
  .cooperation-content.cooperation-content-active {
    display: flex !important;
  }
  
  .group_36 {
    box-shadow: 0vw 0.21vw 1.56vw 0vw rgba(0, 22, 69, 0.2);
    border-radius: 1.88vw;
    background-image: url(https://cdnweb09.96225.com/activity/website/cooperation_section.png);
    background-size: 100% 100%;
    min-height: 25.31vw;
    height: auto;
    width: 75vw;
    position: relative;
    margin: 0 auto;
  }
  
  /* 确保所有内容区域在同一位置 */
  .cooperation-content {
    position: relative;
    left: auto;
    top: auto;
    min-height: 25.31vw;
    height: auto;
    width: 75vw;
    margin: 0 auto;
  }
  
  /* 第一个tab（个人身份信息核验）保持cooperation_section背景，显示边框、圆角和阴影 */
  .cooperation-content[data-content="0"] {
    background-image: url(https://cdnweb09.96225.com/activity/website/cooperation_section.png);
    background-size: 100% 100%;
    box-shadow: 0vw 0.21vw 1.56vw 0vw rgba(0, 22, 69, 0.2);
    border-radius: 1.88vw;
  }
  
  /* 其他tab使用透明背景，不显示边框、圆角和阴影 */
  .cooperation-content[data-content="1"],
  .cooperation-content[data-content="2"],
  .cooperation-content[data-content="3"] {
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
  
  /* 合作内容图片样式 */
  .cooperation-content-image {
    width: 75vw;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  /* c_4 样式 - 城市信用分互认互通平台 */
  .cooperation-content .c_4 {
    font-size: 1.04vw;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    width: 110%;
    box-sizing: border-box;
  }
  
  .cooperation-content .c_3_title {
    color: rgba(0, 0, 0, 1);
    font-size: 2.21vw;
    text-align: center;
    margin-bottom: 1.3vw;
  }
  
  .cooperation-content .c_3_title2 {
    margin-top: 3.9vw;
    margin-bottom: 1.3vw;
  }
  
  .cooperation-content .c_4_img {
    width: 77.5vw;
    height: auto;
    display: block;
    margin-left: -1vw;
    margin-right: -1vw;
  }
  
  .cooperation-content .c_4_desc {
    width: 85.5%;
    margin: 1.3vw auto 0;
    font-size: 1.04vw;
    color: rgba(102, 102, 102, 1);
    line-height: 1.56vw;
  }
  
  .cooperation-content .c_4_2 {
    display: flex;
    justify-content: space-between;
    width: 85.5%;
    margin: 3.9vw auto 0;
  }
  
  /* flex-pack-justify 兼容 */
  .flex.flex-pack-justify {
    display: flex;
    justify-content: space-between;
  }
  
  .cooperation-content .c_4_img2 {
    width: 48%;
    display: block;
  }
  
  .group_62 {
    width: 50.31vw;
    height: 12.66vw;

  }
  
  /* block_14 的父容器 */
  .block_14_wrapper {
    width: 18.65vw; /* group_36 宽度的四分之一 (75vw / 4) */
    height: 12.655vw; /* group_36 高度的二分之一 (25.31vw / 2) */
    background-color: #ffffff;
    box-shadow: 0vw 0.21vw 1.56vw 0vw rgba(0, 22, 69, 0.2);
    border-top-left-radius: 1.88vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .block_14 {
    width: 12.81vw;
    height: 7.55vw;
    margin: 0;
  }
  
  .group_38 {
    width: 1.41vw;
    height: 1.41vw;
    background: url(../images/cooperation_icon_id_verify.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-left: 0.26vw;
  }
  
  .text-group_19 {
    width: 12.81vw;
    height: 5vw;
    margin-top: 1.15vw;
  }
  
  .text_55 {
    width: 8.33vw;
    height: 1.88vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.88vw;
  }
  
  /* 合并 text_56/58/60/62：我要合作卡片描述 */
  .text_56,
  .text_58,
  .text_60,
  .text_62 {
    width: 12.81vw;
    height: 2.92vw;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 0.83vw;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.46vw;
    margin-top: 0.21vw;
  }
  
  .box_8 {
    background-image: url(https://cdnweb09.96225.com/activity/website/cooperation_card_qjf_bg.png);
    background-size: 100% 100%;
    width: 18.70vw;
    height: 12.66vw;
    margin-left: 0;
  }
  
  /* image-text_28 的父容器 */
  .image-text_28_wrapper {
    width: 18.65vw; /* group_36 宽度的四分之一 */
    height: 12.655vw; /* group_36 高度的二分之一 */
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .image-text_28 {
    width: 12.92vw;
    height: 7.24vw;
    margin: 0;
  }
  
  .group_39 {
    width: 2.29vw;
    height: 1.25vw;
    background: url(../images/cooperation_logo_qjf_small.png)
      100% no-repeat;
    background-size: 100% 100%;
  }
  
  .text-group_20 {
    width: 12.81vw;
    height: 5vw;
    margin: 0.99vw 0 0 0.10vw;
  }
  
  .text_57 {
    width: 3.13vw;
    height: 1.88vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.88vw;
  }
  
  .group_63 {
    width: 50.31vw;
    height: 12.66vw;
    margin: 0.05vw 0 0.05vw 20.26vw;
  }
  
  .section_16 {
    width: 12.81vw;
    height: 7.66vw;
    margin-top: 2.92vw;
  }
  
  .group_41 {
    width: 1.25vw;
    height: 1.46vw;
    background: url(../images/cooperation_icon_industry.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-left: 0.05vw;
  }
  
  .text-group_21 {
    width: 12.81vw;
    height: 5vw;
    margin-top: 1.20vw;
  }
  
  .text_59 {
    width: 6.25vw;
    height: 1.88vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.88vw;
  }
  
  .section_10 {
    background-image: url(https://cdnweb09.96225.com/activity/website/cooperation_card_industry_bg.png);
    background-size: 100% 100%;
    width: 18.80vw;
    height: 12.66vw;
    margin-left: 4.27vw;
  }
  
  .section_17 {
    width: 12.81vw;
    height: 7.71vw;
    margin: 2.86vw 0 0 1.61vw;
  }
  
  .box_9 {
    width: 1.67vw;
    height: 1.56vw;
    background: url(../images/cooperation_icon_model.png)
      100% no-repeat;
    background-size: 100% 100%;
    margin-left: 0.05vw;
  }
  
  .text-group_22 {
    width: 12.81vw;
    height: 5vw;
    margin-top: 1.15vw;
  }
  
  .text_61 {
    width: 4.17vw;
    height: 1.88vw;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 1.04vw;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.88vw;
  }
  
  .image_27 {
    position: absolute;
    left: 0;
    top: 12.60vw;
    width: 75vw;
    height: 0.10vw;
  }
  
  .image_28 {
    position: absolute;
    left: 18.59vw;
    top: 0.05vw;
    width: 0.05vw;
    height: 25.26vw;
  }
  
  .image_29 {
    position: absolute;
    left: 37.29vw;
    top: 0.05vw;
    width: 0.05vw;
    height: 25.26vw;
  }
  
  .image_30 {
    position: absolute;
    left: 56.09vw;
    top: 0.05vw;
    width: 0.05vw;
    height: 25.26vw;
  }

  /* 微信小程序二维码弹窗样式 */
  .qr-trigger {
    cursor: pointer;
  }

  .qr-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.78vw;
    background-color: transparent;
    z-index: 1000;
    white-space: normal;
  }

  .qr-popup img {
    display: block;
    width: 8.33vw;
    height: 8.33vw;
    border-radius: 0.42vw;
  }

  .qr-trigger:hover .qr-popup {
    display: block;
  }

  /* group_5 按钮弹窗样式 */
  .group_5_btn .qr-popup {
    margin-top: 2.08vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .group_5_btn .qr-popup img {
    width: 10.42vw;
    height: 10.42vw;
    border-radius: 0;
  }

  /* 页脚样式 */
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
  }

  .clearfix:after {
    clear: both;
    overflow: hidden;
  }

  .wrap_footer {
    padding: 4% 6% 0;
    background: #021B49;
    font-size: 18px;
    color: #fff;
    margin-top: auto;
    width: 100%;
    flex-shrink: 0;
  }

  .footer_logo, .link, .contact_us {
    float: left;
  }

  .wrap_footer .footer_area {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 6%;
    font-size: 14px;
  }

  .footer_area .footer_a {
    color: #fff;
    float: left;
  }

  .footer_area .footer_a:hover {
    color: #999;
  }

  .footer_area .bei_an {
    margin-left: 20px;
    float: left;
    color: #fff;
  }

  .footer_area .police_num {
    float: left;
  }

  .footer_area .police_num a:hover {
    color: #999;
  }

  .footer_area .police_icon {
    width: 16px;
    margin-left: 20px;
    float: left;
    margin-top: 2px;
  }

  .wrap_footer .footer_logo {
    width: 15%;
    text-indent: -9999px;
    overflow: hidden;
  }

  .wrap_footer .title {
    margin-bottom: 22px;
  }

  .wrap_footer .link {
    width: 35%;
  }

  .wrap_footer li {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
  }

  .wrap_footer .link li a {
    color: rgba(255, 255, 255, 0.5);
  }
