
  html {
    font-size: 1rem;
  }

  @media screen and (max-width: 1439px) {
    html {
      font-size: calc(0.437890625rem + 0.6249999999999994vw);
    }
  }

  @media screen and (max-width: 1279px) {
    html {
      font-size: calc(0.1048177083rem + 1.041666666666667vw);
    }
  }

  @media screen and (max-width: 991px) {
    html {
      font-size: calc(-0.0170200892rem + 1.3392857142857142vw);
    }
  }

  @media screen and (max-width: 767px) {
    html {
      font-size: calc(0.3365051903rem + 1.384083044982699vw);
    }
  }

  @media screen and (max-width: 479px) {
    html {
      font-size: 1rem;
    }
  }

  /* 独立轮播 2 */
  .gov-speakers-slider-2 {
    padding: 60px 0;
  }

  .gov-speakers-slider-2 .carousel-container {
    overflow: hidden;
    position: relative;
  }

  .gov-speakers-slider-2 .carousel-track {
    display: flex;
    transition: transform 0.8s ease;
  }

  .gov-speakers-slider-2 .slide-group {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 10px;
  }

  .gov-speakers-slider-2 .speaker-card {
    background: white;
    padding: 0 0 24px 0;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .gov-speakers-slider-2 .speaker-card:hover {
    transform: translateY(-4px);
  }

  .gov-speakers-slider-2 .avatar {
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .gov-speakers-slider-2 .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gov-speakers-slider-2 .name {
  font-size: 24px;
    font-weight: 600;
    color: #0a005a;
    font-family: 'Work Sans', sans-serif;
        margin-bottom: .38rem;
    font-size: 1.5rem;
    letter-spacing: -.04em;
    line-height: .94em;
  }
  .gov-speakers-slider-2 .as-name{
        font-weight: 500;
  }
  .gov-speakers-slider-2 .speaker-card .name,
  .gov-speakers-slider-2 .speaker-card .position {
    /* padding: 0 20px; */
  }

  .gov-speakers-slider-2 .position {
       font-weight: 400;
    line-height: .94em;
    font-family: 'Work Sans', sans-serif;
        letter-spacing: -.04em;
    font-size: .75rem;
    color: #0a005a;
    margin-bottom: .38rem;
  }
  .gov-speakers-slider-2 .country{
  color:#464a55;
}
  @media (max-width: 992px) {
    .gov-speakers-slider-2 .slide-group {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .gov-speakers-slider-2 {
      padding: 20px 0 40px;
    }

    .gov-speakers-slider-2 .slide-group {
      padding: 0 0px 20px;
      gap: 0px;
    }

    .gov-speakers-slider-2 .speaker-card {
      padding: 24px 5px 0px 5px;
      background: unset;
    }

    .gov-speakers-slider-2 .name {
      font-size: 1.25rem;
    }

    .gov-speakers-slider-2 .speaker-card .name,
    .gov-speakers-slider-2 .speaker-card .position {
      /* padding: 0 5px;
      line-height: 1.2; */
    }
  }

  .gov-speakers-slider-2 .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0px;
  }

  .gov-speakers-slider-2 .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #67B6FFA6;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .gov-speakers-slider-2 .dot.active {
    background-color: #95c5f1;
    transform: scale(1.4);
  }

  /* 独立弹窗 2 */
  .gov-modal-overlay-2 {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .gov-modal-overlay-2.show {
    opacity: 1;
    visibility: visible;
  }

  .gov-modal-2 {
    background: white;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'Work Sans', sans-serif;
  }

  .gov-modal-close-2 {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #0a4da2;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .gov-modal-body-2 {
    display: flex;
    gap: 24px;
    padding: 50px 20px;
    flex: 1;
    overflow: hidden;
  }

  .gov-modal-avatar-2 img {
    width: 262px;
    height: auto;
    object-fit: cover;
  }

  .gov-modal-content-2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .gov-modal-content-2 .gov-modal-name-2 {
    font-size: 36px;
    font-weight: 600;
    color: #0A0059;
    margin: 0 0 8px;
  }

  .gov-modal-content-2 .gov-modal-position-2,
  .gov-modal-content-2 .gov-modal-work-2 {
    font-size: 16px;
    color: #0A0059;
    margin: 0 0 16px;
  }

  .gov-modal-content-2 .gov-modal-bio-2 {
    font-size: 15px;
    line-height: 1.6;
    color: #0A0059;
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 8px;
  }

  .custom-line-2 {
    border: none;
    height: 1px;
    background-color: #e5e7eb;
    width: 100%;
    margin: 16px 0;
  }

  @media (max-width: 576px) {
    .gov-modal-body-2 {
      flex-direction: column;
      align-items: center;
    }

    .gov-modal-work-2 {
      margin: 0px 0 8px;
    }

    .gov-modal-name-2 {
      text-align: center;
    }

    .gov-modal-work-2,
    .gov-modal-position-2,
    .gov-modal-bio-2 {
      text-align: left;
    }

    .gov-modal-content-2 .gov-modal-bio-2 {
      max-height: 40vh;
    }
  }