/* product */
.m-product h1 {
	padding: 1.1rem 0 .7rem;
	font-size: .44rem;
	text-align: center;
}
.m-product .list li {
	box-sizing: border-box;
	width: 5rem;
	padding: .1rem .1rem 0;
	margin-left: .49rem;
	background: #fff;
	cursor: pointer;
	transition: box-shadow .3s ease;
}
.m-product .list li:nth-child(3n+1) {
	margin-left: 0;
}
.m-product .list li:nth-child(n+4) {
	margin-top: .5rem;
}
.m-product .list li:hover {
	box-shadow: 0 0 .2rem 2px rgba(0,0,0,.1);
}
.m-product .list li .image {
	height: 3.2rem;
	overflow: hidden;
}
.m-product .list li p {
	line-height: .8rem;
	font-size: .22rem;
	text-indent: .14rem;
	color: #444;
	transition: all .3s ease;
}
/* end product */