@charset "utf-8"; 

.goods_item{
	float:left;
	text-align:center;
	margin:4px;
}

.goods_item .goods_name{
	line-height: 20px;
	margin-top:5px;
	
}

.goods_item .price{
	color: black;
	font-weight:bold;
}

.goods_item .price span{
	color: white;
}
