*{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
}
a{
	color:#333;
	text-decoration:none;
}
input{
	background: none;
}
body{
	background: #F5F5F5;
}
.cls {
	zoom: 1
}

.cls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.link:hover {
	text-decoration: underline
}
.clear{
	clear: both;
}
#content{
	width: 1200px;
	margin: 0 auto;
	background: #f5f5f5;
}
.container {
	position: relative;
	height: 104px;
}

.container img {
	position: absolute;
	left: 0;
	top: 0;
}

.container p {
	position: relative;
	text-align: center;
	transform: translate(-50%, -50%);
	top: 50px;
	left: 50%;
	color: #fff; 
	font-size: 28px;
	font-family: MiSans;
	font-weight: 500;
}

.nav{
	width: 800px;
	margin: -20px auto 0; 
	height: 50px;
	line-height: 50px;

}
.layui-nav{
	border-radius: 35px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
}

.goods{
	margin-top: 35px;
	min-height: 600px;
	background-color: #f5f5f5;
}
.goods_list{
	padding: 10px 20px;
	width: 20%;
	background-color: #fff;
	margin: 10px;
	float: left;
	border-radius: 10px;
	text-align: center;
}
.goods_list .goods_tags{
	margin-bottom: 7px;
	height: 30px;
	line-height: 30px;
}
.goods_list .goods_tags span{
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 10px;
	margin-right: 10px;
	border: 1px solid #E4E4E4;   
	color: #666666;
}
.goods_list .goods_title{
	margin-top: 20px;
	font-size: 14px;
	font-family: MiSans;
	font-weight: 500;
	color: #0B0707;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;

}
.goods_list .goods_title2{
	margin-top: 5px;
	font-size: 12px;
	font-family: MiSans;
	font-weight: 500;
	color: #666666;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.goods_list p{
	text-align: left;
}