@charset "utf-8";
/* CSS Document */

html{
	font-family: "Microsoft Yahei";
}
html,body {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	width: 100%;
	height: 100%;
}
body {
	position:relative;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	/*background-color: #f4f4f4;*/
	background-color: #fff;
	outline: 0;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
}
ul, li, ol {
	overflow: hidden;
	list-style: none;
}
img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	outline: 0;
}

button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
.float{clear:both;}
.hr{width:100%; height:15px; clear:both}