.bossgoo-index-hots28 .title{
    /* font-family: Lato; */
	font-size: 40px;
	font-weight: bold;
	color: var(--themeColor);
    text-align: center;
    margin-top: 100px;
}

/* .bossgoo-index-hots28 .title::after{
    content:"";
    display: block;   
    margin: 0 auto;
    top: 0;
    width: 60px;
    height: 2px;
	background-color: var(--themeColor);
} */


.bossgoo-index-hots28 .swiperBox{
    margin-top: 50px;
    position: relative;
    padding: 0 80px;
}

.bossgoo-index-hots28 .categorySwiper{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.categorySwiper .swiper-slide{
    position: relative;
    transform: scale(1,1);
    overflow: hidden;
}

.categorySwiper .swiper-slide .imgbox{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.categorySwiper .swiper-slide .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.categorySwiper .swiper-slide .textbox,.categorySwiper .swiper-slide .showText,.categorySwiper .swiper-slide .more{
    display: none;
}

.categorySwiper .swiper-slide-active .textbox{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    opacity: .7;
    z-index: 9;

}

.categorySwiper .swiper-slide img{
    /* margin-left: 10%; */
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
}

.categorySwiper .swiper-slide-active.swiper-slide-active{
    margin-top: 25px;
    transform: scale(1,1);
}

.categorySwiper .swiper-slide.swiper-slide-active{
    transform: scale(1.1,1.2);
}

.categorySwiper .swiper-slide .swiper-slide-active img{
    transform: scale(1.1,1.2);
}

.categorySwiper .swiper-wrapper .swiper-slide-active img, .categorySwiper .swiper-wrapper .swiper-slide-duplicate-active img{
    /* transform: scale(1.1,1.2); */
    /* margin-left: 0; */
    object-fit: contain;
}

.categorySwiper .text{
    margin: 20px 0 70px;
    text-align: center;
    /* font-family: ArialMT; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #101324;
}

.categorySwiper .swiper-wrapper .swiper-slide-active .text{
    display: none;
}

.categorySwiper  .swiper-slide-active .showText{
    display: block;
    width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}


.categorySwiper .swiper-wrapper .swiper-slide-active:hover img{
    /* transform: scale(1.2,1.3); */
}

.categorySwiper  .swiper-slide-active .more{
    display: block;
    width: 117px;
	height: 35px;
    line-height: 35px;
    text-align: center;
	background-color: var(--btnBgColor);
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    /* font-family: MicrosoftYaHei; */
	font-size: 14px;
	
}

.categorySwiper  .swiper-slide-active .more a{
    color: #fdfdfd;
}

/* .categorySwiper .swiper-button-prev, .categorySwiper .swiper-button-next{
    top: 40%;
    background: none;
} */

.bossgoo-index-hots28 .tab{
    background-color: var(--themeColor);
}


.bossgoo-index-hots28 .tab .tablist{
    display: flex;
}

.bossgoo-index-hots28 .tab .tablist li{
    width: 25%;
    height: 200px;
    border-right: 1px solid rgba(255,255,255,.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bossgoo-index-hots28 .tab .tablist li:nth-child(4){
    border-right: none;
}

.bossgoo-index-hots28 .tab .tablist li p{
    text-align: center;
}

.bossgoo-index-hots28 .tab .tablist li .number{
    /* font-family: Poppins-SemiBold; */
	font-size: 40px;
	line-height: 40px;
	margin: 60px 0 20px;
	color: #ffffff;
}

.bossgoo-index-hots28 .tab .tablist li .text{
    /* font-family: Lato-Regular; */
    width: 90%;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.bossgoo-index-hots28 .swiperBox .swiper-button-next,
.bossgoo-index-hots28 .swiperBox .swiper-button-prev{
    background: none;
    width: 34px;
	height: 46px;
	background-color: var(--btnBgColor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-index-hots28 .swiperBox .swiper-button-next i,
.bossgoo-index-hots28 .swiperBox .swiper-button-prev i{
    font-size: 28px;
    color: #fff;
}


.bossgoo-index-hots28 .swiperBox .swiper-button-next{
    top: 40%;
    right: 44px;
}

.bossgoo-index-hots28 .swiperBox .swiper-button-prev{
    top: 40%;
    left: 44px;
}


@media only screen and (max-width:1440px) {
    .bossgoo-index-hots28 .tab .tablist li .number{
        margin: 40px 0 20px;
    }
}

@media only screen and (max-width:1040px) {
    .bossgoo-index-hots28 .tab .tablist{
        flex-wrap: wrap;
    }
    .bossgoo-index-hots28 .tab .tablist li{
        width: 50%;
    }

    .categorySwiper .swiper-slide-active .more{
        display: none;
    }

    .bossgoo-index-hots28 .tab .tablist li:nth-child(1){
        border-bottom: 1px solid #9d93dd;;
    }
    .bossgoo-index-hots28 .tab .tablist li:nth-child(2){
        border-bottom: 1px solid #9d93dd;;
    }

    .categorySwiper .swiper-slide-active .showText{
        line-height: 1.5;
    }

    .bossgoo-index-hots28 .title{
        line-height: 1.5;
    }

    .bossgoo-index-hots28 .swiperBox .swiper-button-next,
    .bossgoo-index-hots28 .swiperBox .swiper-button-prev{
        display: none;
    }
    .bossgoo-index-hots28 .swiperBox{
        padding: 10px 0;
    }
}

@media only screen and (max-width:767px) {
    .bossgoo-index-hots28 .tab .tablist li p:nth-child(1){
        font-size: 20px;
    }
    .bossgoo-index-hots28 .title{
        font-size: 22px;
        margin-top: 60px;
    }

    .categorySwiper .swiper-slide-active.swiper-slide-active{
        margin-top: 10px;
    }

    .bossgoo-index-hots28 .swiperBox{
        margin-top: 25px;
    }

    .categorySwiper .text{
        margin: 10px 0 35px;
        font-size:14px;
    }

    .categorySwiper .swiper-slide-active .showText{
        font-size: 12px;
    }

    .bossgoo-index-hots28 .tab .tablist li p:nth-child(1){
        margin: 20px 0 0 ;
    }

    .bossgoo-index-hots28 .tab .tablist li p:nth-child(2){
        font-size: 14px;
        margin-bottom: 10px;
    }

    .bossgoo-index-hots28 .tab .tablist li{
        height: inherit;
    }

    .bossgoo-index-hots28 .title{
        line-height: 2;
    }
     
    
    .bossgoo-index-hots28 .title::after{
        width: 30px;
    }


}


@media only screen and (max-width:767px) {
    .categorySwiper .swiper-slide-active .textbox,
    .categorySwiper .swiper-slide-active .showText{
        display: none;
    }
    .categorySwiper .swiper-slide.swiper-slide-active{
        transform: scale(1,1);
        margin-top: 0;
    }
    .categorySwiper .swiper-wrapper .swiper-slide-active .text{
        display: block;
    }
}