
.top-category-nice-item {
    padding-top: 10px;
  }
  
  .top-category-nice-item img {
    height: 70px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .top-category-nice-item img {
    object-fit: contain;
}
  
  .top-category-nice-item .title {
    font-size: 14px;
  }
  
  .top-category-nice-item:hover img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  
  .top-category-nice .swiper-wrapper {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  