/* reset css */
body,
span,
div,
i,
b,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
hr,
p,
blockquote,
dl,
a,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
select,
option,
textarea {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	cursor: pointer;
	text-decoration: none;
}
html {
	min-width: 1200px;
	overflow-x: auto;
}
body {
	font-size: 14px !important ;
	-webkit-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
