.home-columns010 {
  background-size: cover;
  background-position: bottom;
}

.home-columns010 .layout h1 {
  display: flex;
  justify-content: center;
}

.home-columns010 .layout .inner-box {
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
}

.home-columns010 .layout .inner-box ul {
  display: flex;
  gap: 0.08rem;
}

.home-columns010 .layout .inner-box ul li {
  flex: 1;
  height: 3.2rem;
}

.home-columns010 .layout .inner-box ul li:first-child {
  width: 24.7%;
  flex: unset;
}

.home-columns010 .layout .inner-box ul li:first-child a {
  align-items: flex-start;
  justify-content: flex-start;
}

.home-columns010 .layout .inner-box ul li:first-child a p,
.home-columns010 .layout .inner-box ul li:first-child a span {
  color: #296764;
}

.home-columns010 .layout .inner-box ul li:first-child a .left-img {
  width: 2.57rem;
  top: -0.4rem;
  left: 0;
}

.home-columns010 .layout .inner-box ul li:first-child a .right-img {
  width: 2rem;
  bottom: 0;
  right: 0;
}

.home-columns010 .layout .inner-box ul li:nth-child(1) a {
  background-color: #d3e8df;
  background-image: url(http://182.44.80.91/oss/group-bucket-340/images/2026-02-11/9c9ff1c1-3824-419c-ab33-ba36fd7beebd.jpg);
}

.home-columns010 .layout .inner-box ul li:nth-child(2) a {
  background-color: #88bfb9;
}

.home-columns010 .layout .inner-box ul li:nth-child(3) a {
  background-color: #5ea39e;
  background-image: url(http://182.44.80.91/oss/group-bucket-340/images/2026-03-10/100fc598-a181-4e0b-a326-053779a543f8.jpg);
}

.home-columns010 .layout .inner-box ul li:nth-child(4) a {
  background-color: #3d8e87;
  background-image: url(http://182.44.80.91/oss/group-bucket-340/images/2026-03-10/48648236-a825-46c8-9f41-7ce1719f5283.jpg);
}

.home-columns010 .layout .inner-box ul li:nth-child(5) a {
  background-color: #1e655f;
  background-image: url(http://182.44.80.91/oss/group-bucket-340/images/2026-03-23/344bf576-46f5-4ae2-8ab0-f76fcc96a9dd.jpg);
}

.home-columns010 .layout .inner-box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--ruifox-color-primary-1);
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.2rem;
  background-size: cover;
  transition: all 0.3s;
}

.home-columns010 .layout .inner-box ul li a:hover {
  transform: translateY(-10px);
}

.home-columns010 .layout .inner-box ul li a>img {
  position: absolute;
  /* width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.1; */
}

.home-columns010 .layout .inner-box ul li a .svg {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  padding: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.home-columns010 .layout .inner-box ul li a .svg svg {
  width: 100%;
  height: 100%;
}

.home-columns010 .layout .inner-box ul li a p {
  font-size: 0.3rem;
  margin-top: 0.2rem;
  color: #fff;
  z-index: 1;
  position: relative;
}

.home-columns010 .layout .inner-box ul li a span {
  font-size: 0.2rem;
  margin-top: 0.1rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 960px) {

  .home-columns010 .layout .inner-box {
    padding: 0 !important;
    box-shadow: unset;
    border-bottom: none !important;
    background-color: transparent !important;
    margin-top: 20px;
  }

  .home-columns010 .layout .inner-box ul {
    flex-wrap: wrap;
    gap: unset;
    justify-content: space-between;
    margin-top: 20px;
  }

  .home-columns010 .layout .inner-box ul li {
    flex: unset;
    width: 49%;
    margin-bottom: 10px;
    height: 180px;
  }

  .home-columns010 .layout .inner-box ul li:first-child {
    width: 100%;
  }

  .home-columns010 .layout .inner-box ul li:first-child a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .home-columns010 .layout .inner-box ul li a .svg {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .home-columns010 .layout .inner-box ul li a p {
    font-size: 20px !important;
    margin-top: 0;
  }

  .home-columns010 .layout .inner-box ul li a span {
    font-size: 16px;
  }
}

/*# sourceMappingURL=home-columns010.css.map */