/* CSS Document */
/*公共*/
html {font-size: 16px;/*10 ÷ 16 × 100% = 62.5%*/}
*{margin:0;padding:0;list-style:none;border:0px;}
a:link,a:visated{
	text-decoration:none;
	color:#000;
}

:focus{
    outline: 0;
}
a{text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:none;
}
img{
	border: 0;
	padding: 0;
	margin: 0;
}
/*取消黑框*/
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body{overflow-x: hidden; background-color:#f5f5f5;  overflow-y:auto; background: #fff;}

.clear{
	clear:both;
}
/*取消ios样式*/
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance: none;}
div{
	margin:0;
	padding: 0;
}