
.bossgoo-index-products12{
    margin-top: 100px;
    padding-bottom: 30px;
}

.bossgoo-index-products12 .title{
    font-family: 'Poppins';
    font-weight: bold;
	font-size: 44px;
	color: var(--themeColor);
    text-align: center;
    margin: 50px 0;
}

.bossgoo-index-products12 .main{
    display: flex;
    justify-content: space-between;
}

.bossgoo-index-products12 .main .swiper-slide{
    width: 24%;
    position: relative;
}

.bossgoo-index-products12 .main .swiper-slide .show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:var(--themeColor);
	opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.bossgoo-index-products12 .main .imgBox img{
    width: 100%;
}

.textphone{
    display: none;
}

.bossgoo-index-products12 .main .imgBox .textT{
    font-family: Poppins;
	font-size: 24px;
	font-weight:bold;
    text-align: center;
	color: #ffffff;
    position: absolute;
    top: 30%;
    width: 80%;
    left: 10%;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.bossgoo-index-products12 .main .imgBox .text a{
    font-family: ArialMT;
	font-size: 16px;
    text-align: center;
	color: #ffffff;
    position: absolute;
    top: 45%;
    width: 90%;
    left: 5%;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}


.bossgoo-index-products12 .main .imgBox .now{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
	height: 45px;
	background-color: #e70012;
	border-radius: 4px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.bossgoo-index-products12 .main .imgBox .now a{
    font-family: 'ArialMT';
	font-size: 20px;
	color: #ffffff;
}

.bossgoo-index-products12 .main .imgBox .now i{
    font-size: 20px;
}

.bossgoo-index-products12 .main .swiper-slide .imgBox{
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.bossgoo-index-products12 .main .swiper-slide .imgBox img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bossgoo-index-products12 .main .swiper-slide:hover .show{
	opacity: 0.3;
    z-index: 9;
    transition: all .3s;
}

.bossgoo-index-products12 .main .swiper-slide:hover .textT{
    transition: all .3s;
    z-index: 10;
    opacity: 1;
}

.bossgoo-index-products12 .main .swiper-slide:hover .text a{
    transition: all .3s;
    z-index: 10;
    opacity: 1;
}

.bossgoo-index-products12 .main .swiper-slide:hover .now{
    transition: all .3s;
    z-index: 10;
    opacity: 1;
}

.bossgoo-index-products12 .productSwiper{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.bossgoo-index-products12 .swiper-container-horizontal>.swiper-pagination-bullets, .bossgoo-index-products12 .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -5px;
    margin-bottom: 6px;
}

.bossgoo-index-products12 .productSwiper .swiper-pagination-bullet-active{
    background: #f28f00;
}


@media only screen and (max-width:1040px) {

    .bossgoo-index-products12 .swiper-pagination{
        display: none;
    }

    .textphone{
        display: block;
        font-family: Poppins;
        font-size: 16px;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}

.bossgoo-index-products12 .main .swiper-slide .imgBox img{
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
}
    

    .bossgoo-index-products12 .main .swiper-slide{
        width: 50% !important;
    }
    .bossgoo-index-products12{
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .bossgoo-index-products12 .main .swiper-slide:hover .show{
        opacity: 0;
        z-index: -1;
        transition: all .3s;
    }
    
    .bossgoo-index-products12 .main .swiper-slide:hover .textT{
        transition: all .3s;
        z-index: -1;
        opacity: 0;
    }
    
    .bossgoo-index-products12 .main .swiper-slide:hover .text a{
        transition: all .3s;
        z-index: -1;
        opacity: 0;
    }
    .bossgoo-index-products12 .main .swiper-slide:hover .now{
        z-index: -1;
        opacity: 0;
    }

    .bossgoo-index-products12{
        margin-top: 60px;
    }


    

  
}

@media only screen and (max-width:767px){
    .bossgoo-index-products12 .title{
        font-size: 22px;
        margin: 30px 0;
    }
}

