@font-face {
	font-family: NotoSans;
	src: url("fonts/NotoSans-Regular.ttf");
}
*,:before,:after {
	-o-box-sizing:content-box;
	-ms-box-sizing:content-box;
	
}
html,body {
	height:100%;
	font-family: NotoSans,"Microsoft Yahei",Arial,Helvetica,sans-serif;
}
body {
	color:#333;
	background:#fff;
}
img {
	border:0;
	max-width:100%;
	height:auto;
}
a {
	color:#3D3D3D;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
input,textarea {
	-webkit-appearance: none;
}
.ul {
	list-style: none;
	margin:0;
	padding:0;
	overflow: hidden;
}


main {
	position: relative;
	margin-bottom:20px;
	overflow: visible;
}
