/*search部分start*/
body{
	background:#f3f3f3;
}
.search{
	background:#ffffff;
	overflow:hidden;
	padding:13px 5px 13px 10px;
	border-bottom:1px solid #eaeaea;
}
.search div.left{
	width:85%;
	float:left;
	height:40px;
	line-height:40px;
}
.search div.left input{
	width:100%;
	border:1px solid #efefef;
	background:#f5f5f5;
	border-radius:2px 1px 1px 2px;
	font-size:16px;
	padding-left:8px;
	height:40px;
	line-height:40px;
}
.search div.right{
	background:#b9b9b9;
	border-radius:0px 2px 2px 0px;
	float:left;
	height:40px;
	line-height:40px;
}
.search div.right img{
	height:40px;
	width:auto;
	display:block;
}
/*searchEnding*/
/*list*/
.item{
	overflow:hidden;
	width:97%;
	margin:10px auto 20px;
}
.item li.itemLi{
	display:inline-block;
	vertical-align: top;/*display:inline-block;vertical-align:是为了解决浮动时，li高度不等的情况下，显示出现错乱情况，还有对齐方式*/
	width:49%;
	text-align:center;
	background:#ffffff;
	border:1px solid #eaeaea;
	margin-bottom:10px;
}
.item li.itemLi:nth-child(odd){
	margin-right:1%;
}
.item li.itemLi:nth-child(even){
	margin-left:1%;
}
.itemPic{
	width:93%;
	margin-top:3.5%;
	margin-bottom:3.5%;
}
.price{
	text-align:left;
	padding-left:10px;
}
.price .currentPrice{
	font-family:auto;
	font-size:17px;
	color:#fe5722;
	font-weight:bold;
}
.price .originalPrice{
	padding-left:8px;
	font-size:15px;
	color:#cccccc;
	text-decoration:line-through;
	font-weight:bold;
}
.itemName{
	font-size:15px;
	color:#353535;
	padding:5px 6px 12px;
	text-align:justify;
}
.noMore,.loadingMore{
	display:none;
	text-align:center;
	color:#999999;
	margin:30%;
	margin:0 auto 30px;
}