* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	height: 100%;
	width: 100%;
	background-color: rgb(243,243,243) !important;
}

html,
body,
div,
span,
object,
iframe,
h1,
a,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #666666;
}

a {
	color: #06f;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

li {
	list-style-type: none;
}

textarea {
	resize: vertical;
}

input,
select,
textarea {
	font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
	background-color: #fff;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
p {
	margin-bottom: 0rem;
}
