*{margin: 0;padding: 0;list-style: none;text-decoration: none;}

body {
	font-family: "宋体", Arial, Helvetica;
  }


.list-box .word-box{
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.listTitle{
  padding-top: 0.3rem;
  font-weight: bold;
}
/*
.data-list .goods{
  width: 16rem;
  display: flex;
  justify-content: space-between;
}
*/
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  
}
.clearfix::after {
	content: '';
	clear: both;
	height: 0; 
	visibility: hidden;  
  
  }


.data-list .goods .gooditem {
  margin-top: 0.2rem;
  text-align: center;
}

.data-list .goods .gooditem .top .good{
  border-radius: 0.5rem;
}

.data-list .goods .gooditem .bottom .goods_name{
  color: #666;
	margin-bottom: 0.88rem;
	margin-top: 0.4rem;
  width: 100%;
	height: 1.31rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*
.data-list .goods .gooditem .bottom .goods_price{
  color: #f26b11;
	margin-bottom: 0.68rem;
}
.data-list .goods .gooditem .bottom .goods_price span{
  font-size: 1rem;
}
.data-list .goods .gooditem .bottom .goods_price i{ 
  font-size: 1.1rem;
	margin-right: 0.05rem;
}
*/
.empty-box{
  /*
  height: 12rem;
	line-height: 12rem;
  */
	text-align: center;
	color: #999;
	font-size: 0.8rem;
  padding: 0.8rem 0;
}
.empty-box img{
  width: 14rem;
  height: 10rem;

}
.empty-box .txt{
  font-size: 1rem;
}
/*搜索列表*/
.data-list .goods .itemSearch {
  margin-top: 0.2rem;
  text-align: center;
}
.detailLink{
  display: block;
  text-decoration:none;
}

.data-list .goods .itemSearch .top .good{
  border-radius: 0.5rem;
}

.data-list .goods .itemSearch .bottom .goods_name{
  color: #666;
	margin-bottom: 0.88rem;
	margin-top: 0.4rem;
  width: 100%;
	height: 1.31rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.page-icon {
  position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
  font-size: 1rem;
  display: flex;
  justify-content: space-around;
  }
.page-icon button{
  border:1px solid #9b9292;


}
.page-icon .beforePage,.page-icon .nextPage{
	width: 6.4rem;
	height: 2.3rem;
	border-radius: 0.5rem;
	margin-right: 0.8rem;
  border: 1px solid skyblue;
}
.page-icon .curPage{
  width: 9rem;
  height: 2.3rem;
  line-height: 2.3rem;
  margin-right: 0.8rem;
  border: 1px solid skyblue;
  border-radius: 0.5rem;
  display: flex;
  justify-content:center;

}
.page-icon #currentPage{
	width: 2.8rem;
  height: 2rem;
  line-height: 2rem;
  border-style: none;
  outline: none;
  text-align: center;

}
#currentPage:focus{
  outline: none;
}
.fl{
  float: left;
}


/*底部空白占位符*/
.space{
  height: 1.5rem;
}
#footer{
  width: 100%;
  text-align: center;

}

#toastmessage{
  position: absolute;
  left: 5rem;
  top: -5rem;
  text-align: center;
  width: 15rem;
  height: auto;
} 
  








