html,body,p,ul,ol,input,figure,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,ol {
	list-style: none;
}

body {
	background: white;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

img {
	display: block;
	border: 0;
	vertical-align: middle;
}

table {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

a,button,button:active,input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

body {
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	height: 100%;
	font-family: Helvetica,Microsoft YaHei,Arial;
	line-height: 1.5;
	color: #28292D;
	-webkit-text-size-adjust: 100% !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}