*{
	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;
}
.layui-nav .layui-nav-item{
	height: 50px;
	line-height: 50px;

}
.layui-nav .layui-nav-item a{
	height: 50px;
	line-height: 50px;
	color: #000;
}
.layui-nav .layui-nav-item a:hover{
	color: #000;
}
.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;
}
.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: 5px;
	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;
}


#gotoTop{
	display:none;
	position:fixed;
	top:75%;
	left:50%;
	cursor:pointer;
	margin-top:-50px;
	margin-left:520px;
	padding:9px 4px;
	width:20px;
	text-align:center;
	border:1px solid #e0e0e0;
	background:#fff;
}

#gotoTop{_position:absolute;_top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")}
#gotoTop.hover{
	background:#5CB542;
	color:#fff;
	text-decoration:none;
}

.buttom{
	position: absolute;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
	background: #f5f5f5;
	padding-top: 0px;
	margin-left: 485px;
}
.buttom-a{
	font-size:18px;
	font-weight:600;
	color:#0463b7;
	padding-bottom:10px;
}
.buttom-b{
	margin-left:20px;
	line-height:30px;
	text-align:center;
	background:#1072bd;
	color:#fff;
	padding:8px 15px;
	cursor:pointer;
}
.buttom span a:hover{
	color: #f00;
}
#textareaName{
	width: 300px;
	height: 120px;
	resize: none;
	border:1px solid #666
}
.am-form{
	text-align: center;
	margin-top: 20px;
}
#feedbackSubmit{
	width: 60px;
	height: 30px;
	cursor:pointer;
	color: #fff;
	background: #1072BD;
	margin-top: 10px;
	line-height: 30px;
	border: none;
}
.am-form .xiazai{
	margin-bottom: 50px;
	height: auto;
	overflow: hidden;
}

.am-form .xiazai .item{
	width: 33%;
	float: left;
	display: inline-block;
}

.am-form .xiazai .item a{
	padding: 10px 15px;margin:0 10px;background-color: #1368bf;border-radius: 4px;color: #ffffff;
	display: block;
}

.am-form .xiazai .item span{
	color:orangered;
	padding:0 3px;
	font-size: 13px;
}
.am-formtishi{
	padding: 0 20px;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}