body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
html {
	width: 100%;
	height: 100%;
}
table {
	border-collapse: collapse;
}
button {
	border: none;
	outline: none;
}
body {
	font-family: Arial, 'Microsoft YaHei';
	font: 12px/1.5 Arial, Microsoft YaHei, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 12px;
	position: relative;
	margin: 0 auto !important;
	display: block;
	min-height: 100%;
}
pre {
	font-family: Arial, 'Microsoft YaHei';
}
li,
ul {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
input,
textarea {
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c6c8d6;
	font-size: 30px;
}
.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
