@charset "utf-8";
#quandi_fenlei{
	display:grid;
	grid-template-columns:calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5);
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#quandi_fenlei{
		grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
	}
}
@media (max-width:480px){
	#quandi_fenlei{
		grid-template-columns:auto;
	}
}

a.fenlei_tb{
	display:block;
	width:auto;
	height:auto;
	text-align:center;
	background-color:#E5E5E5;
	line-height:1.5;
}
@media (max-width:767px){
	a.fenlei_tb:first-child{
		grid-column-start:1;
		grid-column-end:3;
	}
}
@media (max-width:480px){
	a.fenlei_tb:first-child{
		grid-column-start:1;
		grid-column-end:2;
	}
}
.fenlei_pic{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:100%;
	margin:auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.fenlei_right{
	padding:20px;
}
.fenlei_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-weight:bold;
	font-size:1.2rem;
	margin-top:10px;
	margin-bottom:10px;
}
.fenlei_miaoshu{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-overflow:ellipsis;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.1rem;
	overflow:hidden;
	
}

#quandi_product{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	margin-bottom:50px;
}
.product_item{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.product_item:nth-child(odd){
	background-color:#f5f5f5;
}
.product_thead{
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:50px;
	display:block;
}
.product_tbody{
	display:grid;
	grid-template-columns:calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4);
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	max-width:1200px;
	margin-bottom:50px;
}
@media (max-width:767px){
	.product_tbody{
		grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
	}
}
@media (max-width:480px){
	.product_tbody{
		grid-template-columns:auto;
	}
}
a.product_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #ddd;
}
.product_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.product_pic:hover>.product_modal{
	transform:scale(1,1);
}
.product_modal{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	font-size:3rem;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
	transform:scale(0,0);
}
.product_name{
	display:-webkit-box;
	text-overflow:ellispsis;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:10px;
}
a.product_tfoot{
	display:block;
	width:120px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	margin:auto;
	margin-bottom:50px;
	border:1px solid #ddd;
	font-size:1.2rem;
}
a.product_tfoot:hover{
	background-color:#206194;
	color:#fff;
}