/* 通用 */
body {
	/*font-family: Microsoft Yahei, Helvetica, Arial, sans-serif;*/
	font-family: SourceHanSansCN-Light, Arial, Sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:100%; height:100%;
	overflow-x: hidden;
	background-color: var(--bgColor);
}
html {
	width: 100%;
	scroll-behavior: smooth;
	/*overflow-x: hidden;*/
}
body,IMG,ul,li,i,dd,ol,section,dl,dt,button{ 
	list-style:none;
	border:none;
}
i { 
	font-style:normal;
}
a{ 
	text-decoration:none;
	color: #000;
}
h1,h2,h3,h4,p,button {
	display:inline-block;
	font-weight:100;
}
*{
  margin:0;
  padding:0;
}
img{vertical-align:top;border:none}
input,button{border: none;outline:none;}
button{background: unset;}
table {
	border: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: collapse;
}