
.popular_box>h2{
	margin-bottom: 22px;
}
.popular_box>span{
	float: right;
	margin-bottom: 22px;
}
.product_list{
	overflow: hidden;
	padding-top: 22px;
	box-sizing: border-box;
}
.product_item{
	width: 253px;
	height: 302px;
	background-color: #dfdfdf;
	float: left;
	margin-left: 42px;
	margin-bottom: 42px;
	text-align: center;
	color:#333;
	font-size: 14px;
	padding-top: 46px;
	border:2px solid transparent;
	box-sizing: border-box;
	transition: all .5s ease;
}
.product_item:nth-child(4n+1){
	margin-left: 0;
}
.product_item:hover{
	background-color: #fff;
	border:2px solid #dfdfdf;
	box-sizing: border-box;
}
.product_item>img{
	display: block;
	margin:0 auto;
	margin-bottom: 22px;
}
.product_item>span{
	display: block;
	margin-bottom: 4px;
}
.product_item>p{
	margin-bottom: 58px;
}
.product_item>a{
	display: block;
	width: 134px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	background-color: #000;
	margin:0 auto;
}