/*公共样式*/
body {
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

html,
body,
h1,
h2,
h3,
h4,
p,
div,
ul,
li,
ol,
dl,
dt,
dd,
span,
i,
em,
strong,
button,
table,
textarea,
input,
b,
nav,
footer,
form,
frame,
img,
select {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-style: normal;
}

textarea,
input,
button {
	background-color: transparent;
}

html {
	-webkit-overflow-scrolling: touch;
}

body {
	/* font-family: "Arial","Microsoft YaHei","黑体","宋体","sans-serif"; */
	background: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: 1120px !important;
	margin: 0 auto;
	position: relative;
	visibility: hidden;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover {
	text-decoration: none
}