html,body,div,ul,li,ol,input,span,a,p,img,h1,h2,h3,h4,h5,h6,form,dl,dt,textarea,i,s,b,u,nav,header,section{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
html,body{
	width:100%;
	height: 100%;
	font-size:14px;
	font-family: "寰蒋闆呴粦";
	background: #fff;
}
.clearfix::before,.clearfix::after{
	content:"";
	clear:both;
	height: 0px;
	display: block;
	visibility: hidden;
	overflow: hidden;
}
.clear{
	clear:both;
}
input,textarea,select{
	border:none;
	outline-style: none;
	outline:none;
	resize:none;
	-webkit-appearance: none;
}
ul,li{
	list-style: none;
}
i,s,b,u{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
}
a{
	color:#333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
img{
	display: block;
	pointer-events: none;
}
iframe{
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	padding: .3rem .4rem 0 .4rem;
}
.container{
	width: 100%;
	padding: 0 15px;
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}