body
{
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	overflow-x:hidden;
}
body,ul,dl,ol
,h1,h2,h3,h4,h5,h6,
p,b
{
	padding: 0;
	margin: 0;
	border:0;
	font-weight: 400;
}
button,input{
	padding: 0;
	color: inherit;
	outline: none;
	border:none;
	background: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
select,textarea
{
	padding: 0;
	color: inherit;
	outline: none;
	border:none;
	background: none;
}
.none
{
	display: none;
}
a{
	color: inherit;
	text-decoration:none;
}
ul li,ol li{
	list-style-type:none;
}
img{
	display: block;
	width: 100%;
}
em,i
{
	font-style: normal;
}
.err
{
	position: fixed;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	left: 50%;
	bottom:100px;
	transform:translate(-50%,0);
	z-index:109;
	background:rgba(0,0,0,0.7);
	border-radius: 5px;
}
.shade2
{
	background:rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:101;
}
.shade
{
	background:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:101;
}