
*{
	padding:0;
	margin:0;
	text-align: justify;
	box-sizing: border-box;
	font-family:"microsoft yahei",Tahoma,Arial,Helvetica;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{
	font-size:12px;
	font-weight: normal;
	border:0;
	color: #fff;
}
img,input{
	border:none;
	vertical-align:middle;
}

html,
body{
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	font-family:"microsoft yahei",Tahoma,Arial,Helvetica;
    -webkit-overflow-scrolling: touch;
    font-size:12px;
	background:#FFF;
	color:#000;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
ul,ol,li{
	list-style:none;
}
input{
	font-size:12px;
}
button{
	border:none;
	cursor:pointer;
	font-size:12px;
	background-color:transparent;
}
select{
	border-width:1px;
	border-style:solid;
	padding-top:2px;
	font-size:12px;
}
a:link,a:visited{
	text-decoration:none;
	color:#333;
	font-size: 20px;

}
a:hover,a:active{
	text-decoration:none;
	color:#fff;
}
html{
	overflow-y:scroll;
}

.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{zoom:1;display:block; _height:1px;}
.m0{margin: 0!important;}
.dpn{display: none!important;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}

.container{
	width: 100%;
	height: auto;
}
.wrapper{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
