@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 2558.99px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
@media (min-width: 2559px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
/* 手机 */
@media (max-width: 768px) {
  /* banner */
  .wp-banner-section {
    position: relative;
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 14rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 23vh 5% 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    margin: 0;
    font-size: 0.93333333rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.33333333rem;
  }
  /* 企业理念 */
  .corporate-philosophy {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
  }
  .corporate-philosophy .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei {
    width: 100%;
    height: 100%;
    border-radius: 0.33333333rem;
    background: linear-gradient(-135deg, #e2eefc 50%, #f5f8fd 100%);
    padding: 0.66666667rem;
    margin-bottom: 0.66666667rem;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .iconimg {
    width: 1.66666667rem;
    height: 1.66666667rem;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .iconimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei h3 {
    margin-top: 0.66666667rem;
    font-size: 0.8rem;
    color: #333;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .con {
    margin-top: 0.66666667rem;
    font-size: 0.66666667rem !important;
    color: #666 !important;
    line-height: 1.8 !important;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .con * {
    font-size: 0.53333333rem !important;
    color: #666 !important;
    line-height: 1.8 !important;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei:last-child {
    margin-bottom: 0;
  }
  /* 招聘岗位 */
  .recruitment-section {
    padding: 0 5% 10%;
    background: #fff;
  }
  .recruitment-section .recruitment-container {
    width: 100%;
    margin: 0 auto;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.33333333rem;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 80%;
    padding: 0.33333333rem;
    border-radius: 66.6rem;
    background: #f7f7f9;
    border: 0;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs .recruitment-tab {
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.66666667rem;
    padding: 0 0.66666667rem;
    border-radius: 66.6rem;
    color: #555;
    background: transparent;
    font-size: 0.66666667rem;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.25s ease, background-color 0.25s ease;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs .recruitment-tab.is-active {
    color: #fff;
    background: #0874bb;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs .recruitment-tab:focus-visible {
    outline: 0.13333333rem solid rgba(8, 116, 187, 0.35);
    outline-offset: 0.2rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel {
    display: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.66666667rem;
    margin-bottom: 1.33333333rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header .recruitment-panel__title {
    color: #333;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header .recruitment-panel__count {
    color: #333;
    font-size: 0.66666667rem;
    line-height: 1.6;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header .recruitment-panel__count strong {
    margin: 0 0.2rem;
    color: #0664ae;
    font-weight: 600;
    line-height: 1.6;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list {
    display: flex;
    flex-direction: column;
    gap: 0.66666667rem;
    /* 展开状态 */
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card[hidden] {
    display: none !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card {
    padding: 0.66666667rem;
    isolation: isolate;
    width: 100%;
    min-height: 13.33333333rem;
    position: relative;
    overflow: hidden;
    border: 0.06666667rem solid rgba(255, 255, 255, 0.18);
    border-radius: 0.33333333rem;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0.33333333rem 0.66666667rem rgba(19, 67, 99, 0.12);
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__title-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.66666667rem;
    margin: 0 0 0.66666667rem;
    color: #fff;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__title-row .job-card__title {
    color: inherit;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 700;
    transition: color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__title-row .job-card__publish {
    color: #eaeaea;
    font-size: 0.66666667rem;
    line-height: 1.6;
    transition: color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__main {
    min-width: 0;
    padding-right: 0.33333333rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__main .job-card__meta {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0 0.33333333rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__main .job-card__meta .job-card__meta-item {
    min-width: 0;
    margin-bottom: 0.33333333rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.53333333rem;
    line-height: 1.75;
    transition: color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action {
    width: 100%;
    margin-top: 0.66666667rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action .job-card__action-text {
    color: #0664ae;
    font-size: 0.5rem;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.3s ease;
    background-color: #fff;
    padding: 0.26666667rem 0.66666667rem;
    border-radius: 66.6rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary:focus-visible {
    outline: 0.13333333rem solid #8ac5ed;
    outline-offset: -0.26666667rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    transition: grid-template-rows 0.4s ease, visibility 0.4s;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner {
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details {
    display: grid;
    gap: 0.66666667rem;
    padding: 0.66666667rem 0;
    border-top: 0.06666667rem solid #8395a3;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description {
    color: #333;
    font-size: 0.53333333rem;
    line-height: 1.95;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group + .job-card__detail-group {
    margin-top: 1rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group .job-card__detail-title {
    margin-bottom: 0.53333333rem;
    color: #333;
    font-size: 0.53333333rem;
    line-height: 1.8;
    font-weight: 700;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group .div {
    position: relative;
    color: #333 !important;
    font-size: 0.53333333rem !important;
    line-height: 1.95 !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group .div * {
    color: #333 !important;
    font-size: 0.53333333rem !important;
    line-height: 1.95 !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.66666667rem;
    padding-bottom: 0.66666667rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__contact-text {
    text-align: right;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__contact-text .job-card__contact-label {
    display: block;
    margin-bottom: 0.13333333rem;
    color: #0664ae;
    font-size: 0.53333333rem;
    line-height: 1.4;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__contact-text .job-card__contact-email {
    color: #0664ae;
    font-size: 0.53333333rem;
    line-height: 1.5;
    word-break: break-all;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__mail-icon {
    position: relative;
    width: 1.66666667rem;
    height: 1.66666667rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__mail-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open {
    border-color: #d7eaf8;
    color: #333;
    background-color: #f4f9fe;
    background-image: linear-gradient(135deg, #f4f9fe 0%, #e9f4fd 52%, #f8fbfe 100%) !important;
    box-shadow: 0 0.66666667rem 2.26666667rem rgba(25, 91, 139, 0.08);
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__title-row {
    color: #333;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__title-row .job-card__title {
    color: #0664ae;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__title-row .job-card__publish {
    color: #777;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary {
    color: #333;
    padding-bottom: 0.66666667rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__main .job-card__meta .job-card__meta-item {
    color: #555;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__main .job-card__meta .job-card__meta-item strong {
    color: inherit;
    font-weight: 500;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action {
    border-left-color: #9db1c1;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__action-text {
    color: #fff;
    background-color: #0664ae;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__arrow::before,
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__arrow::after {
    border-color: #7994a8;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__arrow {
    transform: rotate(180deg);
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__collapse {
    grid-template-rows: 1fr;
    visibility: visible;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__collapse .job-card__collapse-inner {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open::before {
    opacity: 0;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-load-reveal {
    animation: jobCardReveal 0.5s ease both;
  }
  @keyframes jobCardReveal {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more {
    display: flex;
    justify-content: center;
    margin-top: 1.33333333rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.66666667rem;
    height: 1.66666667rem;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: #0874bb;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button svg {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
    fill: currentColor;
    color: inherit;
    pointer-events: none;
    transform-origin: center;
    animation: loadMoreArrowMove 1.4s ease-in-out infinite;
  }
  @keyframes loadMoreArrowMove {
    0%,
    100% {
      transform: translateY(-0.26666667rem);
    }
    50% {
      transform: translateY(0.4rem);
    }
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:hover,
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:focus,
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:active {
    border: 0;
    outline: 0;
    color: #0664ae;
    background: transparent;
    box-shadow: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:focus-visible {
    outline: 0.13333333rem solid rgba(8, 116, 187, 0.3);
    outline-offset: 0.26666667rem;
    border-radius: 50%;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more[hidden] {
    display: none !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel.is-active {
    display: block;
    animation: recruitmentPanelFade 1s ease both;
  }
  @keyframes recruitmentPanelFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* 员工风采 */
  .ourteam {
    width: 100%;
    height: 100%;
    padding: 0 5% 10%;
  }
  .ourteam .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .ourteam .w-1520 h3 {
    text-align: center;
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 1.33333333rem;
  }
  .ourteam .w-1520 .company-gallery {
    position: relative;
    overflow: hidden;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container {
    width: 100%;
    margin: 0 auto;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main {
    --gallery-gap: (20rem / 15);
    --gallery-button-shift: (5rem / 15);
    position: relative;
    width: 100%;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper {
    width: 100%;
    overflow: hidden;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper {
    align-items: center;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide {
    height: 13.33333333rem;
    opacity: 1;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide .company-gallery__item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.33333333rem;
    background: #eef3f7;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide .company-gallery__item .company-gallery__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide .company-gallery__item .company-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button {
    position: absolute;
    top: 45%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 0;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button svg {
    display: block;
    width: 1.33333333rem;
    height: 1.33333333rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button--prev {
    left: calc(6.333333% - var(--gallery-button-shift));
    color: #78b9e4;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0.2rem 0.86666667rem rgba(25, 78, 116, 0.14);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button--next {
    right: calc(6.333333% - var(--gallery-button-shift));
    color: #fff;
    background: #0664ae;
    transform: translate(50%, -50%);
    box-shadow: 0 0.2rem 0.86666667rem rgba(8, 116, 187, 0.24);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button::after {
    display: none;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
  }
}
/* pc */
@media (min-width: 769px) {
  /* banner */
  .wp-banner-section {
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 15.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 35vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    font-size: 0.5rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0.4rem;
  }
  /* 企业理念 */
  .corporate-philosophy {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
  }
  .corporate-philosophy .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei {
    width: 3.2rem;
    height: 2.4rem;
    border-radius: 0.15rem;
    background: linear-gradient(-135deg, #e2eefc 50%, #f5f8fd 100%);
    padding: 0.3rem 0.4rem;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .iconimg {
    width: 0.48rem;
    height: 0.48rem;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .iconimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei h3 {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #333;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .con {
    margin-top: 0.2rem;
    font-size: 0.16rem !important;
    color: #666 !important;
    line-height: 1.8 !important;
  }
  .corporate-philosophy .w-1520 .fenleizhanshi .fenlei .con * {
    font-size: 0.16rem !important;
    color: #666 !important;
    line-height: 1.8 !important;
  }
  /* 招聘岗位 */
  .recruitment-section {
    padding: 0 0 1.1rem;
    background: #fff;
  }
  .recruitment-section .recruitment-container {
    width: 15.2rem;
    margin: 0 auto;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0.7rem;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 4.95rem;
    padding: 0.08rem;
    border-radius: 9.99rem;
    background: #f7f7f9;
    border: 0;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs .recruitment-tab {
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.5rem;
    padding: 0 0.3rem;
    border-radius: 9.99rem;
    color: #555;
    background: transparent;
    font-size: 0.18rem;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.25s ease, background-color 0.25s ease;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs .recruitment-tab:hover,
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs .recruitment-tab.is-active {
    color: #fff;
    background: #0874bb;
  }
  .recruitment-section .recruitment-container .recruitment-tabs-wrap .recruitment-tabs .recruitment-tab:focus-visible {
    outline: 0.02rem solid rgba(8, 116, 187, 0.35);
    outline-offset: 0.03rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel {
    display: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header .recruitment-panel__title {
    color: #333;
    font-size: 0.24rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header .recruitment-panel__count {
    color: #333;
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-panel__header .recruitment-panel__count strong {
    margin: 0 0.03rem;
    color: #0664ae;
    font-weight: 600;
    line-height: 1.6;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    /* 展开状态 */
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card[hidden] {
    display: none !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card {
    padding: 0.65rem 0.8rem;
    isolation: isolate;
    width: 100%;
    min-height: 3rem;
    position: relative;
    overflow: hidden;
    border: 0.01rem solid rgba(255, 255, 255, 0.18);
    border-radius: 0.15rem;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0.16rem 0.4rem rgba(19, 67, 99, 0.12);
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__title-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 0 0 0.5rem;
    color: #fff;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__title-row .job-card__title {
    color: inherit;
    font-size: 0.24rem;
    line-height: 1.6;
    font-weight: 700;
    transition: color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__title-row .job-card__publish {
    color: #eaeaea;
    font-size: 0.16rem;
    line-height: 1.6;
    transition: color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__main {
    min-width: 0;
    padding-right: 0.5rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__main .job-card__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 1rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__main .job-card__meta .job-card__meta-item {
    min-width: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.16rem;
    line-height: 1.75;
    transition: color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
    height: 1.2rem;
    padding-left: 0.35rem;
    border-left: 0.01rem solid rgba(255, 255, 255, 0.42);
    transition: border-color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action .job-card__action-text {
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.18rem;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action .job-card__arrow {
    position: relative;
    flex: 0 0 auto;
    width: 0.18rem;
    height: 0.18rem;
    transition: transform 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action .job-card__arrow::before,
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action .job-card__arrow::after {
    content: "";
    position: absolute;
    left: 0.05rem;
    width: 0.08rem;
    height: 0.08rem;
    border-right: 0.015rem solid rgba(255, 255, 255, 0.82);
    border-bottom: 0.015rem solid rgba(255, 255, 255, 0.82);
    transform: rotate(-135deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action .job-card__arrow::before {
    top: 0.07rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary .job-card__action .job-card__arrow::after {
    top: 0.12rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__summary:focus-visible {
    outline: 0.02rem solid #8ac5ed;
    outline-offset: -0.04rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    transition: grid-template-rows 0.4s ease, visibility 0.4s;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner {
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 3.35rem;
    gap: 0.7rem;
    padding: 0.48rem 0 0.52rem;
    border-top: 0.01rem solid #8395a3;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description {
    color: #333;
    font-size: 0.16rem;
    line-height: 1.95;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group + .job-card__detail-group {
    margin-top: 0.28rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group .job-card__detail-title {
    margin-bottom: 0.08rem;
    color: #333;
    font-size: 0.16rem;
    line-height: 1.8;
    font-weight: 700;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group .div {
    position: relative;
    color: #333 !important;
    font-size: 0.16rem !important;
    line-height: 1.95 !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__description .job-card__detail-group .div * {
    color: #333 !important;
    font-size: 0.16rem !important;
    line-height: 1.95 !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.22rem;
    padding-bottom: 0.1rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__contact-text {
    text-align: right;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__contact-text .job-card__contact-label {
    display: block;
    margin-bottom: 0.08rem;
    color: #0664ae;
    font-size: 0.16rem;
    line-height: 1.4;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__contact-text .job-card__contact-email {
    color: #0664ae;
    font-size: 0.16rem;
    line-height: 1.5;
    word-break: break-all;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__contact-text .job-card__contact-email:hover {
    text-decoration: underline;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__mail-icon {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card .job-card__collapse .job-card__collapse-inner .job-card__details .job-card__contact .job-card__mail-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open {
    border-color: #d7eaf8;
    color: #333;
    background-color: #f4f9fe;
    background-image: linear-gradient(135deg, #f4f9fe 0%, #e9f4fd 52%, #f8fbfe 100%) !important;
    box-shadow: 0 0.1rem 0.34rem rgba(25, 91, 139, 0.08);
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__title-row {
    color: #333;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__title-row .job-card__title {
    color: #0664ae;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__title-row .job-card__publish {
    color: #777;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary {
    color: #333;
    padding-bottom: 0.5rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__main .job-card__meta .job-card__meta-item {
    color: #555;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__main .job-card__meta .job-card__meta-item strong {
    color: inherit;
    font-weight: 500;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action {
    border-left-color: #9db1c1;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__action-text {
    color: #555;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__arrow::before,
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__arrow::after {
    border-color: #7994a8;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__summary .job-card__action .job-card__arrow {
    transform: rotate(180deg);
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__collapse {
    grid-template-rows: 1fr;
    visibility: visible;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open .job-card__collapse .job-card__collapse-inner {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-open::before {
    opacity: 0;
  }
  .recruitment-section .recruitment-container .recruitment-panel .job-list .job-card.is-load-reveal {
    animation: jobCardReveal 0.5s ease both;
  }
  @keyframes jobCardReveal {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: #0874bb;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button svg {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    fill: currentColor;
    color: inherit;
    pointer-events: none;
    transform-origin: center;
    animation: loadMoreArrowMove 1.4s ease-in-out infinite;
  }
  @keyframes loadMoreArrowMove {
    0%,
    100% {
      transform: translateY(-0.04rem);
    }
    50% {
      transform: translateY(0.06rem);
    }
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:hover,
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:focus,
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:active {
    border: 0;
    outline: 0;
    color: #0664ae;
    background: transparent;
    box-shadow: none;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more .recruitment-load-more__button:focus-visible {
    outline: 0.02rem solid rgba(8, 116, 187, 0.3);
    outline-offset: 0.04rem;
    border-radius: 50%;
  }
  .recruitment-section .recruitment-container .recruitment-panel .recruitment-load-more[hidden] {
    display: none !important;
  }
  .recruitment-section .recruitment-container .recruitment-panel.is-active {
    display: block;
    animation: recruitmentPanelFade 1s ease both;
  }
  @keyframes recruitmentPanelFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* 员工风采 */
  .ourteam {
    width: 100%;
    height: 100%;
    padding: 0.2rem 0 0.5rem;
  }
  .ourteam .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .ourteam .w-1520 h3 {
    text-align: center;
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.7rem;
  }
  .ourteam .w-1520 .company-gallery {
    position: relative;
    overflow: hidden;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container {
    width: 15.2rem;
    margin: 0 auto;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main {
    --gallery-gap: (80rem / 100);
    --gallery-button-shift: (14rem / 100);
    position: relative;
    width: 100%;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper {
    width: 100%;
    overflow: hidden;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper {
    align-items: center;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide {
    height: 4rem;
    opacity: 1;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide .company-gallery__item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.1rem;
    background: #eef3f7;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide .company-gallery__item .company-gallery__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide .company-gallery__item .company-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__swiper .swiper-wrapper .swiper-slide .company-gallery__item:hover .company-gallery__image img {
    transform: scale(1.04);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button {
    position: absolute;
    top: 45%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button svg {
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button--prev {
    left: calc(33.333333% - var(--gallery-button-shift));
    color: #78b9e4;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0.03rem 0.13rem rgba(25, 78, 116, 0.14);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button--next {
    right: calc(33.333333% - var(--gallery-button-shift));
    color: #fff;
    background: #0664ae;
    transform: translate(50%, -50%);
    box-shadow: 0 0.03rem 0.13rem rgba(8, 116, 187, 0.24);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button:hover {
    color: #fff;
    background: #0664ae;
    box-shadow: 0 0.05rem 0.15rem rgba(8, 116, 187, 0.3);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button--prev:hover {
    transform: translate(-50%, -50%) scale(1.08);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button--next:hover {
    transform: translate(50%, -50%) scale(1.08);
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button::after {
    display: none;
  }
  .ourteam .w-1520 .company-gallery .company-gallery__container .company-gallery__main .company-gallery__button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
  }
}
