goodkind.wxss 699 字节
.goodkind{
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top:40rpx
}
.goodkinditem{
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-right:108rpx;
	margin-bottom:20rpx
}
.goodkindimg{
	width:80rpx;
	height: 80rpx;
}
.wantname{
	color:#161616;
	font-size: 22rpx;
	margin-top:16rpx;
	text-align: center;
}
.goodkinditem:nth-child(4n){
	margin-right: 0;
}