@media screen and (min-width: 320px) and (max-width: 1024px) {
  .website-check {
    height: auto;
    min-height: 9rem;
    padding: 0.4rem 0.32rem 0.48rem;
    background-size: cover;
    background-position: center;
  }

  .website-check__inner {
    width: 100%;
  }

  .website-check__sub {
    margin-bottom: 0.24rem;
    font-size: 0.32rem;
  }

  .website-check__card {
    width: 100%;
    height: auto;
    min-height: 5.2rem;
    padding: 0.32rem 0.28rem 0.36rem;
  }

  .website-check__form {
    flex-direction: column;
    height: auto;
    gap: 0.2rem;
    margin-bottom: 0.28rem;
  }

  .website-check__input,
  .website-check__submit {
    font-size: 0.24rem;
    line-height: 1rem;
    /* height: 0.48rem; */
    /* border-radius: 0.12rem; */
    /* border-right: 1px solid #e0e0e0; */
    height: 1rem;
    /* width: 90%; */
  }

  .website-check__submit {
    width: 90%;
    border-radius: 0.24rem;
    border-right: none;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }

  .website-check::before {
    display: none;
  }

  .website-check::after {
    display: none;
  }

  .website-check__card {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }

  .index-link {
    height: auto;
    min-height: auto;
    padding: 0.5rem 0.3rem 0.6rem;
  }

  .index-link__wrap {
    width: 100%;
    height: auto;
  }

  .index-link__title {
    font-size: 0.32rem;
  }

  .index-link__sub {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .index-link__body {
    flex-direction: column;
    gap: 0.28rem;
  }

  .index-link__media {
    flex: none;
    width: 100%;
    height: 3.8rem;
  }

  .index-link__label {
    font-size: 0.24rem;
  }

  .index-link-pillar__name {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }

  .index-link-pillar__desc {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }

  .index-link__text {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }

  .index-link__cta {
    height: 0.48rem;
    padding: 0 0.24rem;
    font-size: 0.24rem;
    margin-top: 0.16rem;
  }

  .link-fw-hero {
    margin-top: 0;
    height: auto;
    min-height: auto;
  }

  .link-fw-hero__wrap {
    flex-direction: column;
  }

  .link-fw-hero__media {
    flex: none;
    width: 100%;
    height: 6rem;
  }

  .link-fw-hero__video {
    min-height: 3.6rem;
  }

  .link-fw-hero__content {
    padding: 0.4rem 0.32rem 0.48rem;
  }

  .link-fw-hero__cta {
    font-size: 0.24rem;
  }

  .link-fw-section__title {
    font-size: 0.32rem;
  }

  .link-fw-section__head {
    margin-bottom: 0.28rem;
  }

  .link-fw-pillars__wrap {
    width: 100%;
  }

  .link-fw-pillars__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.12rem;
  }

  .link-fw-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.16rem;
  }

  .link-fw-pillar-card {
    padding: 0.24rem 0.16rem;
    height: 2.8rem;
  }

  .link-fw-pillar-card__letter {
    font-size: 0.48rem;
  }

  .link-fw-pillar-card__name {
    font-size: 0.15rem;
  }

  .link-fw-pillars__desc {
    max-width: 100%;
    padding: 0 0.2rem;
  }

  .link-fw-pillars__desc-list {
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
  }

  .link-fw-cases {
    padding: 0.5rem 0.32rem;
  }

  .link-fw-cases__wrap {
    width: 100%;
  }

  .link-fw-cases__cta {
    height: 0.48rem;
    font-size: 0.22rem;
  }

  .plan-lead {
    height: auto;
    min-height: 9rem;
    padding: 0.4rem 0.32rem 0.48rem;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
  }

  .plan-lead::before,
  .plan-lead::after {
    display: none;
  }
  .pheader-right {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .pheader-right:has(.phone-contact-btn) {
    gap: 0.16rem;
  }

  .phone-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 0.56rem;
    padding: 0 0.2rem;
    border-radius: 0.28rem;
    background: #ff6600;
    font-size: 0.2rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  .phone-contact-btn:hover {
    color: #fff;
    text-decoration: none;
  }

  .phoneheader:has(.phone-contact-btn) .logo {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 40%;
  }

  .phone-lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.08rem;
    cursor: pointer;
    padding: 0;
  }

  .phone-lang-text {
    font-size: 0.2rem;
    color: #fff;
    font-weight: 500;
  }

  .plan-lead__inner {
    width: 100%;
  }

  .plan-lead__sub {
    margin-bottom: 0.32rem;
    font-size: 0.24rem;
  }

  .plan-lead__card {
    width: 100%;
    max-width: 100%;
    padding: 0.32rem 0.2rem 0.36rem;
    margin-left: 0;
    margin-right: 0;
  }

  .plan-lead__viewport {
    width: 100%;
    max-width: 100%;
  }

  .plan-lead__wizard {
    max-width: 100%;
  }

  .plan-lead__options {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .plan-lead__checks {
    grid-template-columns: 1fr;
    max-height: none;
    padding: 0;
  }

  .plan-lead__slide .plan-lead__card-h,
  .plan-lead__slide .plan-lead__card-hint {
    padding: 0 0.04rem;
    font-size: 0.3rem;
  }

  .plan-lead__fields {
    padding: 0;
  }

  .plan-lead__option,
  .plan-lead__check {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }

  .plan-lead__prev,
  .plan-lead__next {
    height: 0.48rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
  }

  .plan-lead__card-h {
    font-size: 0.24rem;
  }

  .plan-lead__card-hint {
    font-size: 0.2rem;
  }

  .plan-lead__select,
  .plan-lead__input,
  .plan-lead__submit {
    font-size: 0.24rem;
    height: 0.8rem;
  }

  .plan-lead__submit {
    width: 100%;
    margin-left: 0;
    margin-top: 0.32rem;
  }

  .plan-lead__required {
    font-size: 0.2rem;
  }

  .plan-lead__field--required .plan-lead__input {
    padding-right: 0.88rem;
  }

  .site-footer__wrap {
    width: 92.5%;
    padding: 0.4rem 0.32rem 0.32rem;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.4rem;
    padding-bottom: 0.24rem;
  }

  .site-footer__slogan {
    max-width: 100%;
    font-size: 0.24rem;
  }
  .site-footer__top-nav a,
  .site-footer__addr {
    font-size: 0.26rem;
  }
  .site-footer__label,
  .site-footer__loc-title {
    font-size: 0.28rem;
  }
  .site-footer__top-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 0.2rem 0.24rem;
  }

  .site-footer__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.32rem;
  }

  .site-footer__col--loc {
    padding: 0.24rem 0 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-footer__col--qr {
    text-align: left;
    justify-self: start;
  }

  .site-footer__qr {
    margin-left: 0;
  }

  .site-footer__qr-cap {
    margin-left: 0;
    width: 100%;
    text-align: left;
    font-size: 0.18rem;
  }

  .site-footer__phone {
    font-size: 0.36rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__icp {
    justify-content: flex-start;
    text-align: left;
  }

  .index-split {
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .index-split__viewport {
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .index-split__viewport::-webkit-scrollbar {
    display: none;
  }

  .index-split__track {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    height: auto;
    width: 300%;
    gap: 0;
  }

  .index-split__page {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
    min-height: 8.5rem;
    height: auto;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .index-split__side--left {
    order: 1;
    width: 100%;
    height: 6.5rem;
    padding: 0.4rem 0.4rem 0.4rem 0.44rem;
  }

  .index-split__side--right {
    order: 3;
    width: 100%;
    height: 6.5rem;
    padding: 0.4rem 0.44rem 0.44rem 0.4rem;
  }

  .index-split__arrow {
    order: 2;
    position: relative;
    left: auto;
    top: auto;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    transform: none;
    flex-shrink: 0;
  }
  .index-split__arrow img {
    filter: hue-rotate(30deg) saturate(1.5) brightness(1.2);
  }
  .index-split__lead {
    font-size: 0.3rem;
  }

  .index-split__brands {
    padding: 0.1rem 0.08rem 0.12rem;
    gap: 0.1rem 0.16rem;
  }

  .index-split__logoimg {
    max-height: 0.32rem;
  }

  .index-split__sublines {
    font-size: 0.26rem;
  }

  .index-split__body {
    padding-bottom: 0.36rem;
  }

  .index-split__nav--prev,
  .index-split__nav--next {
    bottom: 0.24rem;
    width: 50%;
    padding: 0 0.32rem;
  }

  .core-biz {
    padding: 0.4rem 0 0.36rem;
    height: auto;
  }

  .core-biz__wrap {
    width: 92.5%;
    padding: 0 0.16rem;
  }

  .core-biz__head {
    margin-bottom: 0.32rem;
  }

  .core-biz__title {
    font-size: 0.3rem;
  }

  .core-biz__sub {
    font-size: 0.16rem;
  }

  .core-biz__row {
    flex-direction: column;
    height: auto;
    min-height: 0;
    gap: 0.32rem;
  }

  .core-biz__divider {
    width: 1.09rem;
    min-width: 0;
    height: 0.01rem;
    min-height: 1px;
    align-self: center;
    margin: 0 auto;
  }

  .core-biz__line {
    font-size: 0.3rem;
  }

  .core-biz__num {
    font-size: 0.4rem;
  }

  .core-biz__desc {
    font-size: 0.28rem;
    /* text-align: left; */
    line-height: 1.8;
  }

  .core-biz__media-wrap {
    flex: 0 0 auto;
    min-height: 0;
  }

  .core-biz__media img {
    max-height: none;
    object-position: center;
  }

  .platform-show {
    padding: 0.4rem 0 0.36rem;
  }

  .platform-show__wrap {
    width: 92.5%;
    padding: 0 0.16rem;
  }

  .platform-show__head {
    margin-bottom: 0.32rem;
  }

  .platform-show__title {
    font-size: 0.3rem;
  }

  .platform-show__sub {
    font-size: 0.16rem;
  }

  .platform-show__row {
    flex-direction: column;
    align-items: center;
    --platform-cell: min(2.2rem, 40vw);
  }

  .platform-show__side--left {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .platform-show__side--right {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .platform-show__mid {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .platform-show__foot {
    display: grid;
    grid-template-columns: var(--platform-cell) var(--platform-cell);
    gap: 0;
    width: calc(var(--platform-cell) * 2);
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .platform-show__center-panel {
    width: calc(var(--platform-cell) * 2);
    max-width: 100%;
    height: auto;
    min-height: 4.8rem;
  }

  .platform-show__cell {
    width: var(--platform-cell);
    height: var(--platform-cell);
    max-width: 100%;
    box-sizing: border-box;
  }

  .platform-show__grid {
    display: grid;
    grid-template-columns: var(--platform-cell) var(--platform-cell);
    grid-template-rows: var(--platform-cell) var(--platform-cell);
    gap: 0;
    width: calc(var(--platform-cell) * 2);
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .platform-show__ft {
    width: 100%;
    min-width: 0;
    min-height: 1.5rem;
    height: auto;
    max-width: none;
    padding: 0.12rem 0.16rem;
    box-sizing: border-box;
  }

  .sustain-steps {
    padding: 0.4rem 0 0.48rem;
  }

  .sustain-steps__wrap {
    width: 92.5%;
    padding: 0 0.16rem;
  }

  .sustain-steps__head {
    margin-bottom: 0.32rem;
  }

  .sustain-steps__title {
    font-size: 0.3rem;
  }

  .sustain-steps__sub {
    font-size: 0.16rem;
  }

  .sustain-steps__flow {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    padding-bottom: 0.12rem;
    margin: 0 -0.08rem;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }

  .sustain-steps__item {
    flex: 0 0 auto;
    min-width: 1.45rem;
    max-width: none;
  }

  .sustain-steps__sep {
    flex: 0 0 auto;
    width: 0.32rem;
  }

  .sustain-steps__step-lbl {
    font-size: 0.22rem;
  }

  .sustain-steps__name {
    font-size: 0.22rem;
  }

  .sustain-steps__desc {
    font-size: 0.22rem;
  }

  .operate__inner {
    flex-direction: column;
    height: auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
  }

  .operate__aside {
    flex: 0 0 auto;
    width: 100%;
    padding: 0.36rem 0.24rem 0.32rem;
  }

  .operate__main {
    flex: 0 1 auto;
    width: 100%;
    min-height: 6.4rem;
    padding: 0.32rem 0.24rem 0.36rem;
  }

  .operate__stack.is-active {
    flex: 0 1 auto;
  }

  .operate__main-h {
    font-size: 0.26rem;
  }

  .operate__main-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .operate__sheet-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .operate__sheet-hero .operate__more {
    align-self: flex-end;
    margin-top: 0.16rem;
  }

  .operate__more {
    margin-top: 0;
  }

  .contact-cta {
    height: auto;
    min-height: 0;
  }

  .contact-cta__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 0;
    height: auto;
    padding: 0.36rem 0.24rem;
    gap: 0.24rem;
  }

  .contact-cta__text {
    max-width: none;
  }

  .contact-cta__title,
  .site-footer__bottom,
  .operate__main-sub {
    font-size: 0.24rem;
  }

  .contact-cta__sub {
    font-size: 0.13rem;
  }

  .contact-cta__btn {
    align-self: center;
  }
  .banner-slide__title {
    font-size: 0.5rem;
  }
  .banner-slide__cta {
    font-size: 0.3rem;
  }
  .banner-slide__sub {
    font-size: 0.34rem;
  }
  .index-split__arrow {
    display: none;
  }
  .operate__sheet-ol,
  .contact-cta__sub {
    font-size: 0.23rem;
  }
  .platform-show__center-txt,
  .operate__subtab,
  .operate__sheet-lead,
  .operate__more,
  .operate__sheet-k {
    font-size: 0.24rem;
  }
  .platform-show__ft-zh,
  .operate__aside-lead,
  .contact-cta__btn {
    font-size: 0.26rem;
  }

  .case-page {
    padding: 0.4rem 0 0.6rem;
  }

  .case-filter {
    grid-template-columns: 1fr;
    gap: 0.16rem;
    margin-bottom: 0.32rem;
  }

  .case-filter__title {
    font-size: 0.28rem;
  }

  .case-filter__desc {
    font-size: 0.22rem;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .case-card__title {
    font-size: 0.26rem;
  }

  .case-card__stat-val {
    font-size: 0.28rem;
  }

  .case-card__stat-label,
  .case-card__stat-rate,
  .case-card__region {
    font-size: 0.22rem;
  }

  .insight-filter {
    grid-template-columns: 1fr;
    gap: 0;
    height: auto;
  }

  .insight-filter__item {
    height: auto;
    min-height: 1rem;
    padding: 0.24rem 0.2rem;
    border-left: none;
    border-top: 0.01rem solid #eee;
  }

  .insight-filter__item:first-child {
    border-top: none;
  }

  .insight-filter__title {
    font-size: 0.26rem;
  }

  .insight-list__row--featured,
  .insight-list__row--normal {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .insight-card__title {
    font-size: 0.26rem;
  }

  .insight-card__date {
    font-size: 0.22rem;
  }

  .insight-detail {
    padding: 0;
  }

  .insight-detail__crumb,
  .about-pillar-card__en {
    font-size: 0.22rem;
  }

  .insight-detail__title {
    font-size: 0.36rem;
  }

  .insight-detail__article {
    max-width: none;
  }

  .insight-detail__article p {
    font-size: 0.28rem;
  }

  .insight-detail-related__title {
    font-size: 0.3rem;
  }

  .insight-detail-related__grid {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .case-detail-hero {
    height: auto;
    min-height: auto;
    padding: 0.2rem 0 0.4rem;
  }

  .case-detail-hero__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.32rem;
  }

  .case-detail-hero__title {
    font-size: 0.32rem;
  }

  .case-detail-hero__stats {
    max-width: none;
    width: 100%;
  }

  .case-detail-hero__stat-val {
    font-size: 0.32rem;
  }

  .case-detail-hero__media {
    width: 100%;
  }

  .case-detail-hero__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 630 / 360;
  }

  .case-detail-body {
    padding: 0.4rem 0 0.6rem;
  }

  .case-detail-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.36rem 0;
  }

  .case-detail-row__label {
    font-size: 0.3rem;
  }

  .case-detail-row__content p,
  .case-detail-item__title,
  .case-detail-item__text {
    font-size: 0.28rem;
  }

  .about-core {
    padding: 0.4rem 0 0.6rem;
    background-size: cover;
  }

  .about-core__title {
    font-size: 0.32rem;
  }

  .about-core__label,
  .case-detail-hero__region {
    font-size: 0.24rem;
  }

  .about-core__intro p,
  .insight-detail-related__grid .insight-card__title,
  .link-fw-hero__sub,
  .about-core__desc {
    font-size: 0.24rem;
    line-height: 1.2;
  }

  .about-pillars {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .about-pillar-card__title {
    font-size: 0.28rem;
  }

  .about-operate {
    min-height: auto;
    padding: 0.4rem 0;
  }

  .about-operate__wrap {
    flex-direction: column;
    gap: 0.32rem;
  }

  .about-operate__left {
    flex: none;
    max-width: none;
  }

  .about-operate__title {
    font-size: 0.34rem;
  }

  .about-operate__text p,
  .about-operate__tagline {
    font-size: 0.24rem;
  }

  .about-op-card {
    min-height: 3.6rem;
  }

  .about-op-card__title {
    font-size: 0.28rem;
  }

  .about-op-card__list li,
  .about-op-card__foot {
    font-size: 0.26rem;
  }

  .about-team {
    padding: 0.4rem 0 0.6rem;
  }

  .about-team__title {
    font-size: 0.32rem;
  }

  .about-team__intro {
    font-size: 0.24rem;
  }

  .about-team__cards {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .about-team-card__title,
  .plan-lead__dim {
    font-size: 0.36rem;
  }

  .about-team-card__list li {
    font-size: 0.28rem;
  }

  .about-team__roles {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .about-team-role__title,
  .neiye-banner__title {
    font-size: 0.34rem;
  }

  .about-team-role__en,
  .about-team-role__tags span,
  .case-detail-hero__stat-rate {
    font-size: 0.22rem;
  }

  .core-services-page {
    padding: 0.5rem 0 0.7rem;
  }

  .core-services-page__wrap {
    width: 100%;
    padding: 0 0.3rem;
  }

  .core-services-page__title {
    font-size: 0.32rem;
  }

  .core-services-page__list {
    gap: 0.5rem;
  }

  .core-services-row,
  .core-services-row--reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 0.28rem;
  }

  .core-services-row__media {
    flex: none;
    width: 100%;
    height: auto;
  }

  .core-services-row__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 480;
  }

  .core-services-row__body {
    max-width: none;
  }

  .core-services-row__title {
    font-size: 0.4rem;
  }

  .core-services-row__desc,
  .core-services-row__list li {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .core-services-row__btn {
    font-size: 0.24rem;
    height: 0.56rem;
    padding-left: 0.28rem;
  }

  .core-services-quote {
    height: auto;
    min-height: 2.4rem;
    padding: 0.4rem 0;
  }

  .core-services-quote__wrap {
    width: 100%;
    padding: 0 0.3rem;
  }

  .core-services-quote__text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    padding: 0 0.5rem;
  }

  .core-services-quote__mark {
    font-size: 0.56rem;
  }

  .core-services-quote__mark--open {
    top: -0.08rem;
  }

  .core-services-quote__mark--close {
    bottom: 0.04rem;
  }

  .core-special {
    height: auto;
    min-height: auto;
    padding: 0.5rem 0 0.6rem;
  }

  .core-special__wrap {
    width: 100%;
    padding: 0 0.3rem;
    height: auto;
  }

  .core-special__title {
    font-size: 0.32rem;
  }

  .core-special__grid {
    grid-template-columns: 1fr;
    gap: 0.24rem;
  }

  .core-special-workshop__body {
    flex-direction: column;
  }

  .core-special-workshop__nav {
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.08rem;
    border-left: none;
    overflow: visible;
  }

  .core-special-workshop__nav-item {
    flex: 1 1 calc(50% - 0.04rem);
    margin-left: 0;
    border-left: 0.03rem solid #eee;
    border-radius: 0.04rem;
  }

  .core-special-workshop__nav-item.is-active {
    border-left-color: #ff6600;
  }

  .core-special-workshop__panel-head {
    flex-direction: column;
    align-items: stretch;
  }

  .core-special-workshop__panel-btn {
    align-self: flex-start;
    height: 0.44rem;
  }

  .core-special-card {
    flex: none;
  }

  .core-value {
    height: auto;
    min-height: auto;
    padding: 0.5rem 0 0.6rem;
  }

  .core-value__wrap {
    width: 100%;
    padding: 0 0.3rem;
    height: auto;
  }

  .core-value__title {
    font-size: 0.32rem;
  }

  .core-value__sub,
  .core-special-workshop__panel-sub,
  .core-special-workshop__panel-btn,
  .core-special-workshop__panel-v,
  .about-team-role__text,
  .core-value-card__desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .core-value__grid {
    gap: 0.2rem;
  }

  .core-value__row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .core-special-workshop__nav-label,
  .core-special-workshop__panel-title,
  .core-special-workshop__panel-k,
  .about-pillar-card__text,
  .link-fw-pillar-pane p,
  .about-operate__label,
  .link-fw-hero__desc,
  .core-value-card__title {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .core-process {
    height: auto;
    min-height: auto;
    padding: 0.5rem 0 0.6rem;
  }

  .core-process__wrap {
    width: 100%;
    padding: 0 0.3rem;
    height: auto;
  }

  .core-process__head {
    margin-bottom: 0.32rem;
  }

  .core-process__title,
  .link-fw-pillar-pane__label {
    font-size: 0.32rem;
  }

  .core-process__sub {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .core-process__track {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transform: none;
  }

  .core-process__arrow {
    flex: none;
    align-self: center;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.12rem 0;
    transform: rotate(90deg);
  }

  .core-process-step {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }

  .core-process-step__back {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: 0.56rem;
    border-radius: 0.08rem 0.08rem 0 0;
  }

  .core-process-step__front {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: -0.36rem;
    padding: 0.36rem 0.24rem 0.28rem;
  }

  .core-process-step__head {
    margin: 0 0 0.08rem;
  }

  .core-process-step__num {
    font-size: 0.4rem;
  }

  .core-process-step__title {
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
  }

  .core-process-step__desc {
    font-size: 0.22rem;
    line-height: 0.34rem;
  }

  .core-process-step__desc.mt20 {
    margin-top: 0.16rem;
  }

  .core-process__foot {
    margin-top: 0.4rem;
  }

  .core-process__lead {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .core-process__note {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .core-process__btn {
    height: 0.56rem;
    padding: 0 0.12rem 0 0.28rem;
    font-size: 0.24rem;
  }

  .contact-us-banner {
    position: relative;
    box-sizing: border-box;
    height: auto;
    min-height: 0;
    padding: 0 0 0.56rem;
    background: #0d0d0d;
    overflow: hidden;
  }

  .contact-us-banner .aboutbanner__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 4rem;
    object-fit: cover;
  }

  .contact-us__inner {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    transform: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 0.32rem;
    margin-top: 0.4rem;
  }

  .contact-us__intro {
    margin-bottom: 0.28rem;
  }

  .contact-us__title,
  .core-special-workshop__title {
    font-size: 0.36rem;
  }

  .contact-us__lead,
  .link-fw-pillar-card__tag {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .contact-us__panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding: 0.32rem 0.24rem;
    gap: 0.24rem;
    border-radius: 0.08rem;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.15);
  }

  .contact-us__col {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0 0 0.24rem;
    border-right: none;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
  }

  .contact-us__col:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .contact-us__qr {
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
    height: auto;
  }

  .contact-us__qr-img {
    flex: 0 0 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .contact-us__qr-text {
    flex: 1;
    min-width: 0;
  }

  .contact-us__col--contact {
    gap: 0.2rem;
  }

  .contact-us__loc {
    gap: 0.12rem;
  }

  .contact-us__flag {
    flex: 0 0 0.28rem;
    width: 0.28rem;
    height: 0.28rem;
  }

  .contact-us__qr-title,
  .contact-us__office-title,
  .plan-lead__option span {
    font-size: 0.24rem;
  }

  .contact-us__qr-desc,
  .contact-us__label,
  .contact-us__loc-name,
  .contact-us__loc-addr {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
  .website-check__hint.from-tips {
    max-width: 100%;
  }
  .contact-us__value,
  .website-check__hint.from-tips,
  .core-special-workshop__lead,
  .core-special-workshop__intro,
  .core-special-card__lead,
  .core-special-card__box,
  .plan-lead__option strong,
  .case-detail-hero__stat-label,
  .about-team-title,
  .link-fw-pillar-card__name,
  .from-tips {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
  .banner-slide__content,
  .from-tips {
    width: 95%;
  }
  .website-check__field {
    width: 90%;
  }
  .plan-lead__slide {
    height: 6.5rem;
    margin-top: 0.2rem;
  }
  .neiye-banner {
    height: auto;
  }
  .neiye-banner__subtitle {
    font-size: 0.3rem;
  }
}
