.home-columns026 {
  background-image: url("https://www.ynskqyy.cn/oss/group-bucket-44/images/2025-05-28/8f5ae3c1-fab3-4f6d-97e7-e316cdf34b2c.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 6.4rem; 
}

.home-columns026 .layout h1 {
  padding: 1rem 0 2rem;
}

.home-columns026 .layout h1 .tit {
  font-size: 0.32rem;
  font-weight: 600;
  color: var(--ruifox-color-primary-1);
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 0.48rem;
}

.home-columns026 .layout h1 .desc {
  width: 60%;
  margin: 0.4rem 0 0.8rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: justify;
  line-height: 1.5;
  color: #333;
}

.home-columns026 .layout h1 .children-component a {
  background-color: #fff !important;
}

.home-columns026 .layout h1 .children-component a span {
  color: var(--ruifox-color-primary-1) !important;
}

.home-columns026 .layout h1 .children-component a:hover {
  background-color: var(--ruifox-color-primary-1) !important;
}

.home-columns026 .layout h1 .children-component a:hover span {
  color: #fff !important;
}

.home-columns026 .category-menu {
  position: absolute;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.home-columns026 .category-menu .first-category {
  width: 80%;
  height: 38%;
  overflow: hidden;
  border-top-left-radius: 0.1rem;
  position: relative;
}
.home-columns026 .category-menu .first-category:before {
    content: "";
    background-image: url(https://www.ynskqyy.cn/oss/group-bucket-44/images/2025-11-26/ec033d03-7524-49f3-97c2-babbbfbf06d8.jpg);
    background-size: cover;
        background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    will-change: transform;
        backface-visibility: hidden;
        transition: transform 0.3s ease;
}
.home-columns026 .category-menu .second-category {
  width: 90%;
  height: 38%;
  overflow: hidden;
  border-top-left-radius: 0.1rem;
position: relative;
}
.home-columns026 .category-menu .second-category:before {
    content: "";
    background-image: url(https://www.ynskqyy.cn/oss/group-bucket-44/images/2025-05-28/df3e6204-4c09-49a7-91dc-91d53fe62728.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    will-change: transform;
        backface-visibility: hidden;
        transition: transform 0.3s ease;
}
.home-columns026 .category-menu img {
width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.1);
    position: absolute;
    left: 0;
    top: 0;
}
.home-columns026 .category-menu .first-category:hover:before,
.home-columns026 .category-menu .second-category:hover:before {
  transform: scale(1.05);
}

.home-columns026 .category-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.home-columns026 .category-menu a p {
  font-size: 0.32rem;
  color: #fff;
  font-weight: 600;
  font-family: Georgia, 'Times New Roman', Times, serif;
}


@media(max-width: 1440px) {
  .home-columns026 .layout h1 {
    padding: 0.4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-columns026 .category-menu .first-category,
  .home-columns026 .category-menu .second-category {
    border-radius: 0.08rem;
    width: 100%;
  }

  .home-columns026 .layout h1 .desc {
    margin: 0.2rem 0;
    width: 100%;
  }

  .home-columns026 .category-menu {
    width: 16rem;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: start;
    margin: 0 auto;
    gap: 0.1rem;
  }
}


@media(max-width: 960px) {
  .home-columns026 {
    height: 100%;
  }

  .home-columns026 .layout h1 {
    padding: 0.4rem 0;
  }

  .home-columns026 .layout h1 .tit {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }

  .home-columns026 .layout h1 .desc {
    margin: 0.2rem 0;
    width: 100%;
  }

  .home-columns026 .layout h1 .children-component a span {
    color: #fff;
  }

  .home-columns026 .category-menu {
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
    min-width: 320px;
  }

  .home-columns026 .category-menu .first-category,
  .home-columns026 .category-menu .second-category {
    width: 100%;
    /* border-radius: 0; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 2rem;
    border-radius: 0.08rem;
  }

  .home-columns026 .category-menu a p {
    font-size: 0.22rem;
    padding: 0.4rem 0;
  }
}