.swiper-button-prev, .swiper-button-next{
	background-image: none;
    background: none;
}
.swiper-button-prev{
	left: 1.2rem;
}
.swiper-button-next{
	right: 1.2rem;
}
#case_detail_swiper{
	margin-top: .3rem;
}
.product_detail_box{
	padding: .3rem 0 1.5rem;
	overflow: hidden;
	background:#f7f7f7;
}
.product_detail_box .content{
	padding: .3rem .3rem .4rem;
	box-sizing: border-box;
	background: #f5f5f5;
}
.product_detail_box .content .box{
	color: #808080;
	font-size: .16rem;
}
.product_detail_box .content .box h3{
	color: #262626;
	font-size: .32rem;
	text-align: center;
	margin-bottom: .2rem;
}
.product_detail_box .content .box img{
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
.product_detail_box .content .next{
	display: block;
	width: 1.12rem;
	height: .46rem;
	line-height: .46rem;
	text-align: center;
	background: #c9c9c9;
	color: #fff;
	font-size: .16rem;
	margin: 1rem auto 0;
}

.product_box{
	overflow: hidden;
	padding: .3rem 0 .4rem;
}
.product_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product_list li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: .25rem;
	position: relative;
	overflow: hidden;
}
.product_list li:nth-child(4n){
	margin-right: 0;
}
.product_list li img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s linear;
}
.product_list li:hover img{
	transform: scale(1.2);
}
.product_list li p,.other_box .swiper-wrapper .swiper-slide p{
	position: absolute;
	width: 100%;
	height: .45rem;
	line-height: .45rem;
	background: rgba(0,0,0,.5);
	left: 0;
	bottom: 0;
	z-index: 5;
	color: #f2f2f2;
	font-size: .18rem;
	text-align: center;
}

.other_box{
	margin: .3rem 0 0;
}
.other_box h4{
	padding-bottom: .15rem;
	border-bottom: 1px solid #FBFBFB;
	margin-bottom: .2rem;
	font-size: .16rem;
}
.other_box .swiper-wrapper .swiper-slide{
	position: relative;
}
.other_box .swiper-wrapper .swiper-slide img{
	display: block;
	width: 100%;
}
.other_box .swiper-button-prev,.other_box .swiper-button-next{
	background: rgba(0,0,0,.38);
	display: flex;
	justify-content: center;
	align-items: center;
}
.other_box .swiper-button-prev{
	left: 0;
}
.other_box .swiper-button-next{
	right: 0;
}



@media (max-width:768px) {
	.product_detail_box{
		padding-bottom: .8rem;
	}
	.home{
		margin-bottom: 0;
	}
	.product_detail_box .content{
		background: #fff;
		padding: .3rem 0;
	}
	.product_detail_box .content .next{
		width: 2.6rem;
		height: .68rem;
		line-height: .68rem;
	}
	
	.other_box h4{
		font-size: .24rem;
	}
	.product_list li{
		width: 48%;
	}
}