html {
	background: #fff;
}
body {
	font-size: 12px; /* 0.12rem * 100px = 12px */
	/*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
	background-color: #fff;
	color: #3c3c3c;
	font-family: '思源黑体 CN', 'Source Han Sans CN', 'noto sans', Arial, tahoma, Helvetica, sans-serif;
}
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	margin: 0px;
	padding: 0px;
	color: #323232;
	-webkit-font-smoothing: subpixel-antialiased;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
fieldset,
img {
	border: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #3c3c3c;
}
a:hover {
	color: #004a99;
	text-decoration: none;
}
input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400;
}

ul,
ol,
li {
	list-style: none outside none;
}
.tc {
	text-align: center !important;
}
.tl {
	text-align: left !important;
}
.tr {
	text-align: right !important;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
q:before,
q:after {
	content: '';
	content: none;
}
input,
textarea,
select {
	font-weight: inherit;
}
input,
select,
textarea,
button {
	vertical-align: middle;
}