html {
	font-family:"微软雅黑", "宋体", Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Pingfang SC, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, WenQuanYi Micro Hei, sans-serif
}

a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var input {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
	color: #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

body,
html {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

a,
button,
cite,
code,
del,
em,
img,
label,
mark,
small,
strong,
textarea,
time,
var {
	display: inline-block
}

footer,
header,
section {
	position: relative
}

ol,
ul {
	list-style: none
}

button,
input,
textarea {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	background-color: transparent
}

span {
	display: inline-block
}

a:active,
a:hover {
	outline: 0
}

a,
a:visited {
	text-decoration: none
}

.wordWrap,
label {
	word-wrap: break-word;
	word-break: break-all
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

input,
textarea {
	border: none;
    -moz-appearance:none;
    -webkit-appearance : none ; /*解决ios上按钮的圆角问题*/
    border-radius: 0; /*解决ios上输入框圆角问题*/
    outline: none; /*去掉鼠标点击的默认黄色边框*/
    background-color: transparent;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}