*{
	margin: 0;
	padding: 0;
}
body{
	min-width: 1280px;
}
h1,h3{
	font-weight: 400;
}
a{
	text-decoration: none;
}
input[type='button']{
	background: none;
	border: none;
	background: #F8B600;
	outline：none;
	color: #FFFFFF;
	cursor: pointer;
}
input[type='text']{
	border: none;
	border: 1px solid #b2b2b2;
}

h2{
	color: #F8B600;
}
ul,li{
	list-style: none;
}
.register_title p{
	width: 46px;
	height: 10px;
	border-bottom: 3px solid #F8B600;
	margin: auto;
}
.none{
	display: none;
}
.ovfHiden{height: 100px;position: fixed;width: 100%;}

/*登录窗口*/
.login_w{
	width: 100%;
	height: 100%;
	background: rgba(50,50,50,0.5);
	z-index: 9;
}
.register_w{
	width: 100%;
	height: 100%;
	background: rgba(50,50,50,0.5);
	z-index: 9;
}
.positionnav ul li a.Color{
	color: #F8B600;
}
.footer_i{
	width: 100%;
	height: 300px;
}
.contentList{
	padding-top: 80px;
}
iframe{
	border: none;
}
div.close{
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url(../img/close.png);
	background-size: 50px 45px;
	top: 115px;
	left: calc(50% + 172px);
}
div.close:hover{
	background-image: url(../img/close2.png);
}
div.close_r{
	top: 84px;
}
input[type="button"].experience{
	width: 200px;
	height: 50px;
	background: #F5F5F5;
	margin-top: 40px;
	border-radius:3px ;
	color: #000;
	font-size: 18px;
}
.address img{
	height: 35px;
}
.product img{
	height: 48px;
}