/* .home_category {
  padding: 17.8rem 0 13.7rem;
  overflow: hidden;
}
.home_category p {
  max-width: 59rem;
  margin-top: 2.3rem;
}
.home_category .home_category_swiper {
  max-width: 131.3rem;
  margin: 4.8rem auto 0;
}
.home_category .home_category_swiper .swiper-slide {
  max-width: 422px;
}
.home_category .home_category_swiper .active .item::before {
  opacity: 1;
}
.home_category .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
  --radius: 3.7rem;
  border-radius: var(--radius);
  background-color: #f5f6f7;
  padding: 12.5592417% 7.1090047% 14.92891%;
}
.home_category .item:hover img {
  transform: scale(1.03);
}
.home_category .item::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--tertiary);
  background-color: #fff;
  box-shadow: 0 1.5rem 1.5rem rgba(189, 204, 214, 0.55);
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.home_category .item .title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1a1a1a;
}
.home_category .item .img {
  width: 80%;
  max-width: 20rem;
  --h: 100%;
  margin-top: 2.7rem;
}
.home_category .item .desc {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #505151;
  max-width: 31.9rem;
  margin-top: 4rem;
}
.home_category .swiper_btns {
  justify-content: center;
  margin-top: 4.9rem;
} */
@media screen and (max-width: 768px) {
  /* .home_category {
    padding: 50px 0;
  }
  .home_category .home_category_swiper {
    margin-top: 30px;
  }
  .home_category .home_category_swiper .swiper-slide {
    max-width: 282px;
  }
  .home_category .item {
    --radius: 10px;
    padding: 20px;
  }
  .home_category .item .title {
    font-size: 18px;
  }
  .home_category .item .img {
    margin-top: 20px;
    max-width: 150px;
  }
  .home_category .item .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .home_category .swiper_btns {
    margin-top: 30px;
  } */
}