
.top-category-wrapper {
    background-color: #fff;
  }
  
  .top-category-wrapper::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url("./../../images/top-category-01.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(-240px);
    -moz-transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    z-index: -1;
  }
  
  .top-category-wrapper::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url("./../../images/top-category-02.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(117px);
    -moz-transform: translateY(117px);
    -ms-transform: translateY(117px);
    -o-transform: translateY(117px);
    transform: translateY(117px);
    z-index: -1;
  }
  
  .top-category-item i {
    width: 65px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #f5f3fc;
    font-size: 31px;
    color: #000;
    margin: 0 auto;
  }
  
  .top-category-item i.icon-ball {
    font-size: 33px;
  }
  
  .top-category-item i.icon-weight {
    font-size: 18px;
  }
  
  .top-category-item span {
    line-height: 30px;
    margin-top: 22px;
    text-align: center;
    color: #212341;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  
  @media only screen and (max-width: 1199px) {
    .top-category-item span {
        font-size: 13px;
    }
  }
  
  .top-category-item:hover i {
    background-color: #2d365d;
    border-color: #2d365d;
    color: #fff;
  }
  
  .top-category .swiper {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  
  .top-category .swiper-button-prev {
    right: 0;
  }
  
  .top-category .swiper-button-next {
    left: 0;
  }
  
  