.home-columns048 {
  position: relative;
  overflow: hidden;
}

.home-columns048 .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.82rem;
}

.home-columns048 .layout {
  position: relative;
}

.home-columns048 .layout .rt {
  position: absolute;
  right: -1.35rem;
  top: 1rem;
  width: 2.44rem;
}

.home-columns048 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-columns048 .layout .inner-box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.home-columns048 .layout .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  width: 12rem;
}

.home-columns048 .layout .inner-box ul li {
  width: 25%;
  height: 3rem;
}

.home-columns048 .layout .inner-box ul li:nth-child(3) {
  margin-right: 25%;
}

.home-columns048 .layout .inner-box ul li:nth-child(4) {
  margin-left: 25%;
}

.home-columns048 .layout .inner-box ul li:nth-child(1) a {
  background-color: #71B1AA;
}

.home-columns048 .layout .inner-box ul li:nth-child(2) a {
  background-color: #478B76;
}

.home-columns048 .layout .inner-box ul li:nth-child(3) a {
  background-color: #D4CEC2;
}

.home-columns048 .layout .inner-box ul li:nth-child(4) a {
  background-color: #DAB57B;
}

.home-columns048 .layout .inner-box ul li:nth-child(5) a {
  background-color: #A19787;
}

.home-columns048 .layout .inner-box ul li:nth-child(6) a {
  background-color: #A4BF9D;
}

.home-columns048 .layout .inner-box ul li a {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-columns048 .layout .inner-box ul li a:hover i {
  transform: translateY(30%);
  scale: 2.5;
  opacity: 0.2;
}

.home-columns048 .layout .inner-box ul li a:hover .tit {
  transform: translateY(-50%);
  scale: 1.5;
}

.home-columns048 .layout .inner-box ul li a i {
  font-size: 0.65rem;
  transition: all 0.5s;
  color: #fff;
}

.home-columns048 .layout .inner-box ul li a .tit {
  font-size: 0.24rem;
  line-height: 1;
  transition: all 0.5s;
  color: #fff;
  margin-top: 0.2rem;
}

@media (max-width: 960px) {
  .home-columns048 .layout .inner-box {
    margin-top: 20px;
  }

  .home-columns048 .layout .inner-box ul {
    width: 100%;
  }

  .home-columns048 .layout .inner-box ul li {
    width: 50%;
    margin: 0 !important;
    height: 150px;
  }

  .home-columns048 .layout .inner-box ul li a i {
    font-size: 40px;
  }

  .home-columns048 .layout .inner-box ul li a .tit {
    font-size: 20px;
  }
}

/*# sourceMappingURL=home-columns048.css.map */