main .section.top_head {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* height: calc(100vh - 4.375rem); */
  height: auto;
  background: none;
  .top_about {
    position: absolute;
    bottom: -14.375rem;
    height: 14.375rem;
    width: 100%;
    max-width: 75rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 3.125rem;
    z-index: 2;
    .about_tit {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      margin-right: 4.575rem;
      h2 {
        color: #FF5B1A;
      }
      h3 {
        font-size: 1.5rem;
        color: #CBCBCB;
      }
    }
    .about_intro {
      width: 65%;
      line-height: 1.875rem;
      letter-spacing: .125rem;
    }
  }
}

.homeBannerSwiper {
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  .swiper-slide {
    position: relative;
    .banner-bg {
      width: 100%;
      height: auto;
      display: block;
    }
    .slide-inner {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 75rem;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      padding: 0 3.125rem;
      .top_intro {
        display: flex;
        flex-direction: column;
        font-size: 2rem;
        font-weight: 700;
        margin-left: 0;
        letter-spacing: .125rem;
        position: relative;
        z-index: 2;
        em {
          font-size: 1.75rem;
          font-style: normal;
          margin-top: 6px;
          display: inline-block;
        }
        strong {
          color: #FF5B1A;
          &:nth-of-type(2) {
            font-size: 1.75rem;
          }
        }
        > button {
          margin-top: .9375rem;
        }
      }
    }
  }
  .swiper-pagination {
    bottom: 20px;
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #fff;
      opacity: 0.6;
      &-active {
        opacity: 1;
        background: #FF5B1A;
      }
    }
  }
}

.section.about_topease {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 0%;
  width: 100%;
  padding: 3rem 0;
  background: url(../imgs/home/section_2_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #3A1415;
    margin-bottom: 2rem;
    text-align: center;
  }
  img {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    max-height: 60vh;
    max-width: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
.why_topease {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 0;
  h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #3A1415;
    margin-bottom: 2rem;
  }
  .card_list_wrap {
    margin: 2rem 0;
    max-width: 71.25rem;
    .card_list {
      display: flex;
      gap: 2rem;
      align-items: stretch;
      justify-content: center;
      .card {
        width: 18rem;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 0 0 .5rem .5rem;
        border: 0;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        padding: 1.5rem 1.5rem 2rem;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
        &::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 8px;
          background: #FF5B1A;
        }
        &:hover {
          transform: translateY(-4px);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }
        .card_header {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 1.25rem;
          margin-bottom: 1.5rem;
          padding-bottom: 1.5rem;
          border-bottom: 1px solid #C4C2C8;
          img {
            width: 4.5rem;
            height: 4.5rem;
            object-fit: contain;
          }
          h3 {
            font-size: 2rem;
            font-weight: 600;
            color: #FF5B1A;
            margin: 0;
          }
        }
        .card_desc {
          color: #666;
          font-size: 0.9rem;
          line-height: 2;
          margin: 0;
          flex: 1;
        }
      }
    }
  }
  .btn-dark {
    width: 10.125rem;
    font-size: 1.3rem;
    font-weight: 600;
  }
}
.honor {
  width: 100% !important;
  padding-bottom: 2rem;
  .honor_list {
    position: relative;
    width: 60rem;
    margin: 0 auto;
    padding: 2rem 0;
    .honor_bg {
      position: absolute;
      top: 57%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70rem;
      z-index: 0;
      img {
        width: 100%;
      }
    }
    .honor_group_1 {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      position: relative;
      z-index: 1;
      gap: 0.8rem;
      transform: translateX(-2px);
      margin-bottom: 3rem;
      .honor_item {
        width: 13rem;
        img {
          height: 8.5rem;
        }
      }
    }
    .honor_group_2 {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      position: relative;
      z-index: 1;
      gap: 1rem;
      .honor_item {
        width: 11rem;
        img {
          height: 13rem;
        }
      }
    }
    .honor_item {
      display: flex;
      flex-direction: column;
      align-items: center;
      img {
        width: 100%;
        object-fit: contain;
        border-radius: 4px;
        transition: transform 0.3s;
        &:hover {
          transform: scale(1.05);
        }
      }
      span {
        text-align: center;
        font-size: 0.7rem;
        color: #666;
        margin-top: 0.5rem;
        line-height: 1.4;
        white-space: nowrap;
      }
    }
  }
  h2 {
    color: #3A1415;
    font-weight: 500;
  }
}
.section.customer {
  padding-top: 15px;
  width: 100%;
  background: url('../imgs/home/图层 1090@2x.png') no-repeat;
  background-size: cover;
  background-position: center;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 0%;
  h2 {
    color: #FF5B1A;
    margin: 1.875rem 0;
  }
  .customer_wrap {
    overflow: hidden;
    margin: 0 auto;
    width: 70%;
    .swiper-wrapper {
      .swiper-slide {
        position: relative;
        > img {
          width: 100%;
        }
        .info {
          padding: 1.25rem 0;
          height: 22.5rem;
          background: url(../imgs/home/customer_card_bg.png) no-repeat;
          background-size: 100% 106%;
          > img {
            margin-left: 3.75rem;
            margin-top: -1.25rem;
          }
          span {
            color: #FF5B1A;
            display: block;
            font-weight: 600;
            font-size: 1.3rem;
            margin-left: 4.0625rem;
          }
          p {
            letter-spacing: .1875rem;
            margin: 0 2.5625rem 1.25rem;
          }
        }
      }
    }
  }
  .swiper_btns {
    margin-top: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    .swiper-button-next, .swiper-button-prev {
      color: #FF5B1A;
      position: relative;
      margin-top: 0;
      top: unset;
      left: unset;
      right: unset;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #FF5B1A;
      border-radius: .3375rem;
      padding: 0 3rem;
      font-size: 20px;
    }
    .swiper-button-next {
      background: unset;
      margin-left: 1rem;
    }
    .swiper-button-prev {
      background: unset;
      margin-right: 1rem;
    }
  }
}
/* 合作商的滚动跑马灯 */
.section.partner {
  width: 100%;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 0%;
  h2 {
    text-align: center;
    color: #FF5B1A;
    margin: 1.25rem 0;
  }
  h3 {
    text-align: center;
    color: #656565;
    font-size: 1.125rem;
  }
}
.wrapper {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  width: 55%;
  /* max-width: 1536px; */
  margin: 0 auto;
  margin-inline: auto;
  height: 8.125rem;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  &::before {
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, #ffffff , rgba(255,255,255,0));
    z-index: 99
  }
  &::after {
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgba(255,255,255,0),#ffffff);
    z-index: 99
  }
}
@keyframes scrollLeft {
  to {
    left: -12.5rem;
  }
}
@keyframes scrollRight {
  to {
    right: -12.5rem;
  }
}
.partner .itemLeft,
.partner .itemRight {
  background-color: #e11d48;
  border-radius: .375rem;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 66s;
  animation-iteration-count: infinite;
}
.partner .itemLeft {
  left: max(calc(12.5rem * 8), 100%);
  animation-name: scrollLeft;
}
.partner .itemRight {
  right: max(calc(12.5rem * 8), calc(100% + 12.5rem));
  animation-name: scrollRight;
}
.section.topease_live {
  padding: 0;
  margin: 0 auto;
  margin-top: 14.375rem;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
  .products_list {
    display: flex;
    justify-content: center;
    margin: 4.375rem 0;
    .product_item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 10.0625rem;
      width: 22.125rem;
      background: url(../imgs/home/ear.png) no-repeat;
      background-size: 100%;
      margin-right: 1.25rem;
      &:last-of-type {
        margin-right: 0;
      }
      .product_name {
        font-size: 1.475rem;
        color: #230102;
      }
      .product_desc {
        font-size: 1.725rem;
        font-weight: 700;
        color: #FF5B1A;
      }
    }
  }
  .get_product {
    text-align: center;
    margin-bottom: 4.375rem;
    .btn-outline-primary {
      margin-right: 2.25rem;
      width: 10.125rem;
      font-size: 1.3rem;
      font-weight: 600;
      color: #FF5B1A;
      border: 1px solid #FF5B1A;
      background: white;
      &:hover, &:active, &:focus-visible {
        color: #FF5B1A !important;
        border: 1px solid #FF5B1A;
        background: white;
        border-color: #FF5B1A !important;
        background-color: white !important;
      }
    }
  }
}
.topease_live .wrapper {
  margin-inline: auto;
  position: relative;
  height: 12.25rem;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  img {
    height: 100%;
  }
}
.topease_live .itemLeft{
  height: 100%;
  width: 20rem;
  border-radius: .75rem;
  overflow: hidden;
  animation-duration: 66s;
  background-color: red;
  border-radius: .375rem;
  position: absolute;
  left: max(calc(20rem * 8), 100%);
  animation-name: liveScrollLeft;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.item1 {
  animation-delay: calc(66s / 8 * (8 - 1) * -1);
}
.item2 {
  animation-delay: calc(66s / 8 * (8 - 2) * -1);
}
.item3 {
  animation-delay: calc(66s / 8 * (8 - 3) * -1);
}
.item4 {
  animation-delay: calc(66s / 8 * (8 - 4) * -1);
}
.item5 {
  animation-delay: calc(66s / 8 * (8 - 5) * -1);
}
.item6 {
  animation-delay: calc(66s / 8 * (8 - 6) * -1);
}
.item7 {
  animation-delay: calc(66s / 8 * (8 - 7) * -1);
}
.item8 {
  animation-delay: calc(66s / 8 * (8 - 8) * -1);
}
@keyframes liveScrollLeft {
  to {
    left: -20rem;
  }
}

/* 更多服务动态 - 新闻资讯卡片 */
.section.news-section {
  width: 100%;
  padding: 3rem 0;
  background: #fff;
  
  .news-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #FF5B1A;
    margin-bottom: 2.5rem;
  }
  
  .news-cards {
    display: flex;
    justify-content: center;
    gap: calc(1.5rem + 4px);
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 3.125rem;
  }
  
  .news-card {
    flex: 1;
    max-width: 24rem;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    
    .news-card-img {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      height: auto;
      overflow: hidden;
      border-radius: 20px;
      cursor: pointer;
      
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        transition: transform 0.35s ease, filter 0.35s ease;
        will-change: transform;
      }
    }

    .news-card-img:hover {
      img {
        transform: scale(1.06);
        filter: brightness(1.06);
      }
    }

    .news-card-img:hover + .news-card-content {
      h3 {
        color: #FF5B1A;
      }
    }
    
    .news-card-content {
      padding: 1rem 0;
      width: 100%;
      
      h3 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #333;
        margin: 0 0 0.75rem 0;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        cursor: pointer;
        transition: color 0.3s;
        
        &:hover {
          color: #FF5B1A;
        }
      }
      
      > a > p {
        font-size: 14px;
        color: #4c4c4c;
        line-height: 1.6;
        margin: 0 0 1rem 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        cursor: pointer;
      }
      
      .news-card-list {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1rem;
        margin-top: 2.3rem;
        
        a {
          font-size: 14px;
          color: #999999;
          line-height: 1.5;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          cursor: pointer;
          transition: color 0.3s;
          text-decoration: none;
          
          &:hover {
            color: #FF5B1A;
          }
        }
      }
      
      .news-card-link {
        display: inline-block;
        font-size: 14px;
        color: #FF5B1A;
        text-decoration: none;
        font-weight: 500;
        transition: none;

        &:visited,
        &:active,
        &:focus {
          color: #FF5B1A;
        }
        
        .news-card-arrow {
          display: inline-block;
          transition: transform 0.3s ease;
        }
        
        &:hover {
          color: #FF5B1A;
          
          .news-card-arrow {
            transform: translateX(6px);
          }
        }
      }
    }
  }
}