.product_list-item {
	margin-bottom: 20px;
}
.product_list-item .wrap {
	padding: 15px;
	background-color: rgba(245, 245, 245, 1);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,.12);
}
.product_list-item .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_list-item .content {
	padding: 15px;
	padding-bottom: 0;
}
.product_list-item .content .name {
	padding: 15px 0;
	border-bottom: 1px solid #cfcfcf;
	font-size: 18px;
	font-weight: normal;
}
.product_list-item .content .desc {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	font-weight: 300;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.product_list-item .content .btn-wrap {
	margin: 20px 0;
}
