html
{
	overflow-x:hidden;
	height: 100%;
}
body
{
	margin: 0;
	font-family: 'Microsoft YaHei';
	height: 100%;
	font-size: 14px;
}
table{border:1px solid;border-spacing:inherit;border-collapse:collapse;} 
table td{border:1px solid;border-spacing:inherit;border-collapse:collapse;}
ul,p,h3,dl,h4
{
	margin: 0;
	padding: 0;
	word-break:break-all;
}
li
{
	list-style-type: none;
}
a
{
	color: inherit;
	text-decoration:none;
}
input,
button,
textarea
{
	background: none;
	border:none;
	padding: 0;
	margin: 0;
	outline: none;
}
button
{
	cursor: pointer;
}
.none
{
	display: none;
}
.section{
	width: 100%;
	min-height: 100%;
	
}
.sectionMain{
	width: 100%;
	padding-bottom: 100px;
	box-sizing: border-box;
}
.error
{
	width: 300px;
	background: rgba(0,0,0,0.7);
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	position: fixed;
	z-index: 66;
	left: 50%;
	margin-left: -150px;
	bottom: 16%;
	color: #fff;
}
.shade
{
	position: fixed;
	z-index: 666;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}