@charset "utf-8";

/* CSS Document */
body,
div,
p,
ul,
li,
h2,
h3,
h1,
i,
em,
span,
dd,
dt,
dl,
form,
table,
th,
td,
tr,
input {
	border: 0 none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

select {
	padding: 0;
	margin: 0;
}

html {
	font-family: "Microsoft Yahei", "SimHei", "SimSun", Geneva, sans-serif;
	font-size: 12px;
	color: #121212;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	border: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h2,
h3,
h4,
i,
b {
	font-weight: normal;
	font-style: normal;
}

input,
textarea {
	font-family: "Microsoft Yahei", "SimHei", "SimSun", Geneva, sans-serif;
	outline: none;
}