body{
	background:rgba(250,250,250,1);
}
.recommend .home_item li{
}
.recommend .home_item li a{
	background-color: #ffffff;
	border-radius:4px;
	padding-bottom: 10px;
}
.point-inf-box{
	padding: 0 10px;
	background:rgba(255,255,255,1);
	line-height: 40px;
	border-radius: 8px;
	margin: 0 10px;
}
.point-list-box{
	background:rgba(250,250,250,1);
	color: #333333;
}
.get-point-btn{
	border-radius: 8px;
	color: #999999;
	font-size: 12px;
}
.user-point-tag{
	font-size: 10px;
}
.user-point{
	border-radius: 8px;
	display: inline-block;
}
.point-login{
	border-radius: 8px;
	border: 1px solid #afafaf;
	color: #afafaf;
	padding: 2px 5px;
}
.user-point-count{
	color: #FF4E00;
	font-weight: 540;
}
.user-point i.icon-point {
	background: url(../images/point-view.png) no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -3px;
	height: 20px;
}
i{width: 17px;height: 17px;display: inline-block;}
i.icon-rightdot{
	background:url(../images/right-dot.png) no-repeat;
	background-size: 100%;
	vertical-align:middle;
	top: 2px;
	position: relative;
	width: 4px;
	height: 11px;
}
.recommend .home_item li a .item-name{
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 50px;
	line-height: 25px;
}
.recommend .home_item li a p.price{
	width: 50%;

}
.recommend .home_item li a p.point-charge-btn{
	display: -webkit-box;
	line-height: 17px;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	vertical-align: middle;
	float: right;
	color: #ffffff;
	width:25px;
	height:17px;
	background:rgba(254,79,0,1);
	border-radius:24px;
	margin-right: 10px;
}
.recommend  .no-item-box{
	text-align: center;color: #999999;min-height: 400px;line-height:150px;vertical-align: middle;
}