article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
img,
blockquote,
th,
tr,
td {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

body,
button,
input,
select,
textarea {
	font-family: "Arial", "PingFang SC", "microsoft yahei";
}

img {
	border: none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

select,
input,
textarea {
	border-radius: 0;
	background: none;
	border: none;
}

/*select {
	appearance: none;
	-webkit-appearance: none;
}*/

input.select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

p {
	word-wrap: break-word;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}