#wapFile li:nth-child(odd) .wapGoodsBlock{
	padding-right: 8px;
}
#wapFile li:nth-child(even) .wapGoodsBlock{
	padding-left: 8px;
}
#wapFile li{
	width: 50%;
	float: left;
}
#wapFile{
	background: #F5F5F5;
	padding: 32px 0;
}
.wapGoodsImg{
	background: url(../../image/goods/goods_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: 0 3px;
	height: 90px;
	line-height: 80px;
	overflow: hidden;
}
.wapGoodsImg img{
	width: 100%;
}
.wapGoodsBox{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	padding: 0 3px;
	background: #fff;
	position: relative;
	margin-bottom: 10px;
}
.wapGoodsIcon{
	position: absolute;
	border-radius: 50%;
	border: 1px solid #D81E07;
	color: #D81E07;
	width: 22px;
	height: 22px;
	line-height: 22px;
	top: 50%;
	margin-top: -11px;
	right: 3px;
	text-align: center;
}
.layui-flow-more{
	clear: both
}