.bossgoo-index-hots53 {
  padding-top: 50px;
}

.bossgoo-index-hots53 .cate-box {
  position: relative;
}

.bossgoo-index-hots53 .swiper-slide {
  text-align: center;
  padding: 0 10px;
}

.bossgoo-index-hots53 .swiper-slide .img-box {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  overflow: hidden;
}

.bossgoo-index-hots53 .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-hots53 .swiper-slide p a {
  font-size: 18px;
  color: #333;
}

.bossgoo-index-hots53 .swiper-container {
  position: static;
}

.bossgoo-index-hots53 .swiper-container-horizontal > .swiper-pagination-bullets, .bossgoo-index-hots53 .swiper-pagination-custom, .bossgoo-index-hots53 .swiper-pagination-fraction {
  bottom: 0;
}

.bossgoo-index-hots53 .cate-pagination {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-hots53 {
    padding-top: .6rem;
  }
  .bossgoo-index-hots53 .cate-box {
    padding-bottom: .6rem;
  }
  .bossgoo-index-hots53 .swiper-slide .img-box {
    width: .6rem;
    height: .6rem;
    margin-bottom: .2rem;
  }
  .bossgoo-index-hots53 .swiper-slide p a {
    font-size: .3rem;
    line-height: 1.5;
  }
  .bossgoo-index-hots53 .cate-pagination {
    display: block;
  }
}


.bossgoo-index-hots53 .hots53-btn{
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #fff;
}
.bossgoo-index-hots53 .hots53-btn .iconfont{
  font-size: 24px;
}
.bossgoo-index-hots53 .hots53-prev{
  left: 0;
}
.bossgoo-index-hots53 .hots53-next{
  right: 0;
}
.bossgoo-index-hots53 .cate-box{
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 1040px){
  .bossgoo-index-hots53 .cate-box{
    padding-left: 36px;
    padding-right: 36px;
  }
  .bossgoo-index-hots53 .hots53-btn{
    width: 36px;
    height: 36px;
  }
  .bossgoo-index-hots53 .hots53-btn .iconfont{
    font-size: 20px;
  }
}