@charset "utf-8";
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,input,button,fieldset,
legend,img {
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: normal;
}
fieldset,img {
	border: none;
}
img {
	display: block;
}
em {
	font-style: normal;
}
ul,ol {
	list-style: none;
}
a {
	color: #3C3C3C;
	text-decoration: none;
}
a:hover {
	color: #1792F9 !important;
}
body {
	background: #fff;
	font-size: 12px;
	font-family: Source Han Sans CN, Source Han Sans CN;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.y-center {
	display: flex;
	align-items: center;
}
.x-space {
	display: flex;
	justify-content: space-between;
}
.x-center {
	display: flex;
	justify-content: center;
}
html::-webkit-scrollbar {
  display: none;
}