html,
body {
	background: #F8F8F8;
	width: 100% !important;
}

*{
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}

ul,li{
	list-style:none;
}


@font-face {
  font-family: "SiYuanHeiTiFine";
  src: url("https://dzc-dev-sites.oss-cn-hangzhou.aliyuncs.com/PC/font/SourceHanSans-Light.otf") format("opentype");
}

@font-face {
  font-family: "SiYuanHeiTi";
  src: url("https://dzc-dev-sites.oss-cn-hangzhou.aliyuncs.com/PC/font/SourceHanSans-Normal.otf") format("opentype");
}

@font-face {
  font-family: "SiYuanHeiTiBlod";
  src: url("https://dzc-dev-sites.oss-cn-hangzhou.aliyuncs.com/PC/font/SourceHanSans-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'ZiHun143';
  src: url('https://dzc-dev-sites.oss-cn-hangzhou.aliyuncs.com/PC/font/ZiHun143.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "SiYuanHeiTiFine", sans-serif;
}