@media screen and (min-width: 320px) and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }

  /* Banner */
  .index-banner {
    height: 100vh;
    min-height: 6.5rem;
  }

  .index-banner__molecule {
    left: auto;
    right: -0.4rem;
    top: 42%;
    width: 4.2rem;
    height: auto;
    opacity: 0.7;
  }

  .index-banner__content {
    padding-top: 2.4rem;
  }

  .index-banner__title,
  .index-banner__subtitle {
    font-size: 0.44rem;
  }

  .index-banner__pager {
    top: 3.7rem;
  }

  .index-banner__dots {
    margin-top: 0;
  }

  .index-banner__dots button,
  .index-banner__dots span {
    width: 0.4rem;
  }

  .index-banner__hint {
    bottom: 0.8rem;
    font-size: 0.22rem;
  }

  .index-banner__chat {
    right: 0.3rem;
    bottom: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .index-banner__chat img {
    width: 0.32rem;
    height: 0.32rem;
  }

  /* 关于我们 */
  .index-about {
    min-height: auto;
    padding-bottom: 0.6rem;
  }

  .index-about__inner {
    padding-top: 0.8rem;
  }

  .index-about__name {
    font-size: 0.28rem;
  }

  .index-about__desc {
    font-size: 0.26rem;
    line-height: 1.6;
    padding: 0 0.1rem;
  }

  .index-about__title {
    font-size: 0.4rem;
    line-height: 1.35;
    padding: 0 0.1rem;
  }

  .index-about__text {
    max-width: none;
    font-size: 0.24rem;
    line-height: 1.7;
    padding: 0 0.05rem;
  }

  .index-about__more {
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }

  .index-more__btn {
    width: 0.5rem;
    height: 0.5rem;
  }

  .index-about__visual {
    width: 100%;
    margin-top: 0.4rem;
  }

  /* 解决方案 */
  .index-solution {
    height: auto;
    min-height: auto;
    padding: 0.8rem 0 0.6rem;
  }

  .index-solution__media {
    position: relative;
    width: 100%;
    height: 4.2rem;
  }

  .index-solution__bg {
    transform: none;
  }

  .index-solution__shade {
    height: 1.6rem;
    filter: blur(0.3rem);
  }

  .index-solution__gradient {
    display: none;
  }

  .index-solution__inner {
    height: auto;
    padding-top: 0.5rem;
  }

  .index-solution__label {
    font-size: 0.28rem;
  }

  .index-solution__label img {
    width: 0.4rem;
    height: 0.3rem;
  }

  .index-solution__title {
    margin-top: 0.3rem;
    font-size: 0.44rem;
  }

  .index-solution__desc {
    margin-top: 0.24rem;
    max-width: none;
    font-size: 0.26rem;
    line-height: 1.7;
  }

  .index-solution__more {
    margin-top: 0.36rem;
    font-size: 0.24rem;
  }

  .index-solution__tabs {
    position: static;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.16rem;
  }

  .index-solution__tab {
    box-sizing: border-box;
    height: auto;
    min-height: 1.2rem;
    padding: 0.18rem 0.16rem 0.18rem 0.18rem;
    justify-content: flex-start;
    align-items: center;
    gap: 0.16rem;
    background: #fff;
    border-radius: 0.08rem;
    box-shadow: 0 0.04rem 0.16rem rgba(11, 59, 107, 0.06);
  }

  .index-solution__tab span {
    flex: 1;
    min-width: 0;
    font-size: 0.26rem;
    white-space: normal;
    text-align: left;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .index-solution__tab i {
    width: 0.72rem;
    height: 0.72rem;
  }

  .index-solution__tab i img {
    width: 0.4rem;
    height: 0.4rem;
  }

  /* 新闻 */
  .index-news {
    min-height: auto;
    padding: 0.8rem 0 0.8rem;
  }

  .index-news__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    margin-bottom: 0.4rem;
  }

  .index-news__label {
    font-size: 0.28rem;
  }

  .index-news__title {
    margin-top: 0.16rem;
    font-size: 0.4rem;
  }

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

  .index-news__body {
    flex-direction: column;
    gap: 0.3rem;
  }

  .index-news__card {
    width: 100%;
  }

  .index-news__pic {
    width: 100%;
    height: 3.6rem;
  }

  .index-news__card-body {
    min-height: auto;
    padding: 0.28rem 0.24rem 0.32rem;
  }

  .index-news__date,
  .index-news__item-date {
    font-size: 0.22rem;
  }

  .index-news__card-title {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .index-news__card-desc {
    margin-top: 0.16rem;
    font-size: 0.24rem;
    height: auto;
    -webkit-line-clamp: 3;
  }

  .index-news__link {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }

  .index-news__list {
    width: 100%;
  }

  .index-news__item {
    min-height: auto;
    padding: 0.28rem 0.24rem;
  }

  .index-news__item h3 {
    font-size: 0.28rem;
  }

  /* CTA */
  .index-cta {
    height: 4.2rem;
  }

  .index-cta__molecule {
    width: 5.2rem;
    height: auto;
  }

  .index-cta__title {
    font-size: 0.36rem;
    padding: 0 0.3rem;
  }

  .index-cta__link {
    margin-top: 0.28rem;
    font-size: 0.3rem;
  }

  /* 页脚 */
  .site-footer {
    min-height: auto;
  }

  .site-footer__wrap {
    padding-top: 0.6rem;
  }

  .site-footer__main {
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.4rem;
  }

  .site-footer__brand {
    width: 100%;
  }

  .site-footer__logo img {
    width: 2.8rem;
    height: auto;
  }

  .site-footer__contact {
    margin-top: 0.3rem;
  }

  .site-footer__contact li {
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
  }

  .site-footer__cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.36rem 0.2rem;
    justify-content: stretch;
  }

  .site-footer__col {
    width: auto;
  }

  .site-footer__col h3 {
    font-size: 0.28rem;
    margin-bottom: 0.16rem;
  }

  .site-footer__col a {
    font-size: 0.22rem;
  }

  .site-footer__bottom {
    padding: 0.24rem 0 0.36rem;
  }

  .site-footer__bottom p {
    font-size: 0.2rem;
    line-height: 1.6;
    padding: 0 0.1rem;
  }

  .site-footer__support {
    position: static;
    transform: none;
    margin-top: 0.12rem;
    white-space: normal;
  }

  /* 解决方案页 */
  .solution-banner {
    height: 100vh;
    min-height: 6.5rem;
  }

  .solution-banner__content {
    padding-top: 2.2rem;
  }

  .solution-banner__mark {
    width: 0.48rem;
    height: auto;
  }

  .solution-banner__title {
    margin-top: 0.36rem;
    font-size: 0.44rem;
  }

  .solution-banner__desc {
    margin-top: 0.32rem;
    max-width: none;
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .solution-banner__chat {
    right: 0.3rem;
    bottom: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .solution-section-title h2 {
    font-size: 0.4rem;
    line-height: 1.2;
  }

  .solution-section-title img {
    width: 0.36rem;
    height: auto;
  }

  .solution-tech {
    padding: 0.8rem 0;
  }

  .solution-tech__list {
    flex-direction: column;
    gap: 0.24rem;
    margin-top: 0.5rem;
  }

  .solution-tech__card {
    min-height: 3.6rem;
    padding: 0.36rem 0.3rem 0.9rem;
  }

  .solution-tech__num {
    font-size: 0.64rem;
    line-height: 1;
  }

  .solution-tech__card h3 {
    margin-top: 0.16rem;
    font-size: 0.3rem;
  }

  .solution-tech__card p {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .solution-tech__icon {
    width: 1rem;
    height: 0.7rem;
  }

  .solution-scene {
    padding: 0.8rem 0;
  }

  .solution-scene__intro {
    margin-top: 0.36rem;
    max-width: none;
    font-size: 0.24rem;
    line-height: 1.7;
    text-align: left;
  }

  .solution-scene__list {
    flex-direction: column;
    height: auto;
    gap: 0.2rem;
    margin-top: 0.4rem;
  }

  .solution-scene__item,
  .solution-scene__item.is-active {
    flex: none;
    width: 100%;
    height: 3.2rem;
  }

  .solution-scene__item.is-active {
    height: 4.2rem;
  }

  .solution-scene__text h3 {
    font-size: 0.3rem;
  }

  .solution-scene__text p {
    font-size: 0.22rem;
    -webkit-line-clamp: 2;
  }

  .solution-cta {
    min-height: 4.2rem;
  }

  .solution-cta__inner {
    padding: 0.8rem 0;
  }

  .solution-cta__text {
    margin-top: 0.36rem;
    max-width: none;
    font-size: 0.24rem;
    line-height: 1.7;
    text-align: left;
  }

  .solution-cta__link {
    margin-top: 0.36rem;
    font-size: 0.3rem;
  }

  /* 服务支持页 */
  .service-banner {
    min-height: auto;
  }

  .service-banner__inner {
    padding: 0.8rem 0 0.8rem;
  }

  .service-banner__title h2 {
    font-size: 0.4rem;
    line-height: 1.3;
  }

  .service-banner__title img {
    width: 0.36rem;
    height: auto;
  }

  .service-banner__cards {
    flex-direction: column;
    gap: 0.28rem;
    margin-top: 0.48rem;
  }

  .service-card__pic {
    height: 3.2rem;
  }

  .service-card__body {
    padding: 0.32rem 0.28rem 0.4rem;
    min-height: auto;
  }

  .service-card__body h3 {
    margin-left: 0;
    font-size: 0.32rem;
  }

  .service-card__body ul {
    padding-left: 0.32rem;
  }

  .service-card__body li {
    font-size: 0.26rem;
    line-height: 1.6;
    margin-bottom: 0.06rem;
  }

  /* 关于凝维页 */
  .about-banner {
    height: auto;
    min-height: 0;
  }

  .about-banner__building {
    position: relative;
    left: 0;
    width: 100%;
    height: 4.8rem;
    margin-top: 0.8rem;
  }

  .about-banner__building img {
    object-position: center bottom;
  }

  .about-banner__content {
    padding: 0.4rem 0 0.8rem;
  }

  .about-banner__title {
    font-size: 0.32rem;
    line-height: 1.4;
  }

  .about-banner__desc {
    max-width: none;
    margin-top: 0.24rem;
    font-size: 0.26rem;
    line-height: 1.7;
  }

  .about-banner__chat {
    right: 0.24rem;
    bottom: 0.24rem;
  }

  .about-position {
    padding: 0.48rem 0 0.8rem;
  }

  .about-position__panel {
    flex-direction: column;
    min-height: 0;
    padding: 0.4rem 0.32rem;
    gap: 0;
  }

  .about-position__item {
    padding: 0.36rem 0;
  }

  .about-position__item + .about-position__item::before {
    left: 0;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 1px;
  }

  .about-position__item h3 {
    font-size: 0.36rem;
    line-height: 1.3;
  }

  .about-position__item p {
    margin-top: 0.2rem;
    max-width: none;
    font-size: 0.26rem;
    line-height: 1.6;
  }

  /* 加入凝维页 */
  .join-banner {
    height: 5.2rem;
  }

  .join-banner__content {
    padding-top: 1.6rem;
  }

  .join-banner__title {
    font-size: 0.48rem;
  }

  .join-banner__desc {
    max-width: none;
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .join-intro {
    padding: 0.72rem 0 0.64rem;
  }

  .join-intro__text {
    font-size: 0.28rem;
    line-height: 1.6;
  }

  .join-intro__btn {
    margin-top: 0.32rem;
    width: 2.4rem;
    height: 0.72rem;
    font-size: 0.26rem;
  }

  .join-block,
  .join-block--reverse {
    padding: 0 0 0.48rem;
  }

  .join-block__row {
    flex-direction: column;
    min-height: 0;
  }

  .join-block--reverse .join-block__row {
    flex-direction: column-reverse;
  }

  .join-block__text {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.4rem 0.32rem 0.48rem;
  }

  .join-block__text h3 {
    font-size: 0.4rem;
    line-height: 1.3;
  }

  .join-block__quote {
    margin-top: 0.24rem;
    font-size: 0.26rem;
  }

  .join-block__desc {
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }

  .join-block__pic {
    flex: none;
    width: 100%;
    min-height: 0;
    height: 3.6rem;
  }

  /* 招聘岗位页 */
  .jobs-section {
    padding: 0.64rem 0 0.8rem;
  }

  .jobs-section__title h2 {
    font-size: 0.4rem;
  }

  .jobs-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.28rem;
    margin-top: 0.48rem;
  }

  .jobs-toolbar__filters {
    gap: 0.48rem;
  }

  .jobs-select__btn {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }

  .jobs-select__btn img {
    width: 0.2rem;
    height: 0.2rem;
  }

  .jobs-select__menu li {
    font-size: 0.26rem;
    padding: 0.12rem 0.2rem;
  }

  .jobs-search {
    width: 100%;
  }

  .jobs-search__input {
    height: 0.72rem;
    padding: 0 0.64rem 0 0.08rem;
    font-size: 0.3rem;
  }

  .jobs-search__btn {
    width: 0.44rem;
    height: 0.44rem;
  }

  .jobs-search__btn img {
    width: 0.36rem;
    height: 0.36rem;
  }

  .jobs-list {
    margin-top: 0.32rem;
  }

  .jobs-item__head {
    padding: 0.28rem 0.28rem 0.28rem 0.24rem;
  }

  .jobs-item__main h3 {
    font-size: 0.32rem;
    line-height: 1.4;
  }

  .jobs-item__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    margin-top: 0.16rem;
  }

  .jobs-item__meta li {
    font-size: 0.24rem;
  }

  .jobs-item__body {
    padding: 0 0.24rem 0.32rem;
  }

  .jobs-item__desc {
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .jobs-item__btn {
    width: 2.2rem;
    height: 0.72rem;
    font-size: 0.26rem;
  }

  .jobs-modal__dialog {
    width: auto;
    padding: 0.64rem 0.4rem 0.48rem;
    border-radius: 0.2rem;
  }

  .jobs-modal__close {
    right: 0.24rem;
    top: 0.24rem;
    width: 0.36rem;
    height: 0.36rem;
  }

  .jobs-modal__close::before,
  .jobs-modal__close::after {
    width: 0.24rem;
  }

  .jobs-modal__dialog p {
    font-size: 0.28rem;
    line-height: 1.7;
  }

  /* 联系我们页 */
  .contact-banner {
    height: auto;
    min-height: 8.8rem;
    padding-bottom: 0.4rem;
  }

  .contact-banner__content {
    padding-top: 1.6rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }

  .contact-banner__title {
    font-size: 0.36rem;
    line-height: 1.4;
  }

  .contact-banner__desc {
    font-size: 0.24rem;
  }

  .contact-cards {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    flex-direction: column;
    width: auto;
    margin: 0.48rem 0.24rem 0;
    gap: 0.2rem;
  }

  .contact-card {
    min-height: 0;
    padding: 0.36rem 0.24rem;
  }

  .contact-card__value {
    font-size: 0.28rem;
  }

  .contact-card:last-child .contact-card__value {
    max-width: none;
    font-size: 0.26rem;
  }

  .contact-form-section {
    padding: 0.48rem 0 0.8rem;
  }

  .contact-panel {
    flex-direction: column;
    min-height: 0;
  }

  .contact-panel__side {
    width: 100%;
    min-height: 3.6rem;
    padding: 0.48rem 0.32rem 0.48rem;
  }

  .contact-panel__side h3 {
    font-size: 0.36rem;
  }

  .contact-panel__phone {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 0.48rem;
  }

  .contact-panel__num {
    font-size: 0.32rem;
  }

  .contact-form {
    padding: 0.4rem 0.28rem 0.48rem;
  }

  .contact-form__row {
    flex-direction: column;
    gap: 0;
  }

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

  .contact-form__field label {
    font-size: 0.28rem;
  }

  .contact-form__field input,
  .contact-form__field textarea,
  .contact-form__select select {
    height: 0.72rem;
    font-size: 0.26rem;
  }

  .contact-form__field textarea {
    height: 2.4rem;
  }

  .contact-form__btn {
    width: 100%;
    max-width: 4.8rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }

  /* 产品页 */
  .product-banner {
    height: auto;
    min-height: 9.2rem;
    padding-bottom: 1.2rem;
  }

  .product-banner__bottle--sm {
    width: 0.96rem;
    height: 3.1rem;
  }

  .product-banner__bottle--lg {
    width: 1.7rem;
    height: 3.8rem;
  }

  .product-banner__content {
    padding-top: 1.6rem;
  }

  .product-banner__title {
    font-size: 0.56rem;
  }

  .product-banner__desc {
    max-width: 55%;
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .product-banner__btn {
    width: 2.4rem;
    height: 0.72rem;
    font-size: 0.26rem;
  }

  .product-banner__chat {
    right: 0.24rem;
    bottom: 0.24rem;
  }

  .product-feat {
    padding: 0.64rem 0 0.8rem;
  }

  .product-feat__title h2 {
    font-size: 0.4rem;
  }

  .product-feat__body {
    flex-direction: column;
    gap: 0.36rem;
    margin-top: 0.48rem;
  }

  .product-feat__pic {
    width: 90vw;
    max-width: 90vw;
    height: auto;
    align-self: center;
  }

  .product-feat__pic img {
    width: 100%;
    height: auto;
  }

  .product-feat__list li {
    min-height: 0;
    padding: 0.2rem 0 0.2rem 0.08rem;
    margin-bottom: 0;
  }

  .product-feat__list h3 {
    font-size: 0.3rem;
  }

  .product-feat__list p {
    margin-top: 0.08rem;
    font-size: 0.24rem;
  }

  /* 新闻列表页 */
  .news-banner {
    height: 5.2rem;
  }

  .news-banner__content {
    padding-top: 1.6rem;
  }

  .news-banner__title {
    font-size: 0.48rem;
  }

  .news-banner__desc {
    max-width: none;
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .news-section {
    padding: 0.64rem 0 0.8rem;
  }

  .news-section__title h2 {
    font-size: 0.4rem;
  }

  .news-cards {
    flex-direction: column;
    gap: 0.28rem;
    margin-top: 0.48rem;
  }

  .news-card__pic {
    height: 3.2rem;
  }

  .news-card__body {
    min-height: 0;
    padding: 0.28rem 0.24rem 0.32rem;
  }

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

  .news-card__title {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 1.5;
  }

  .news-card__desc {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .news-card__more {
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }

  .news-list {
    margin-top: 0.4rem;
  }

  .news-list__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.16rem;
    min-height: 0;
    padding: 0.28rem 0.12rem;
  }

  .news-list__date {
    font-size: 0.22rem;
  }

  .news-list__item h3 {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.5;
    white-space: normal;
  }

  .news-list__more {
    font-size: 0.24rem;
  }

  .news-list__actions {
    margin-top: 0.4rem;
  }

  .news-list__load {
    min-width: 2.8rem;
    height: 0.72rem;
    padding: 0 0.5rem;
    font-size: 0.28rem;
  }

  .news-detail {
    padding: 0.4rem 0 0.8rem;
    min-height: 0;
  }

  .news-detail__crumb {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }

  .news-detail__card {
    padding: 0.4rem 0.28rem 0.36rem;
    overflow: hidden;
  }

  .news-detail__title {
    font-size: 0.36rem;
    text-align: left;
  }

  .news-detail__meta {
    justify-content: flex-start;
    margin-top: 0.2rem;
    padding-bottom: 0.28rem;
    font-size: 0.22rem;
    gap: 0.08rem 0.12rem;
  }

  .news-detail__body {
    padding: 0.32rem 0 0.36rem;
    font-size: 0.28rem;
    line-height: 1.8;
  }

  .news-detail__body p {
    margin-bottom: 0.24rem;
  }

  .news-detail__body img,
  .news-detail__pic {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .news-detail__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding-top: 0.28rem;
  }

  .news-detail__consult {
    font-size: 0.26rem;
  }

  .news-detail__next {
    font-size: 0.24rem;
    align-self: flex-end;
  }
}
