:root {
	--lBgColor:#66a0ff;
	--rBgColor:#6fa6ff;
	--bgColor:#fff;
	--bgsColor:#fafafa;
	--fBcolor:#e32645;
	--logoSize:7.5rem;
	--bLRSize:5rem;
	--aTSize:4rem;
	--wSize:3.5rem;
	--fTLsize:2.5rem;
	--bLsize:2rem;
	--wSsiz:1.25rem;
	--bSize:1rem;
	--bSmize:0.875rem;
	--bSsmize:0.75rem;
	--bSssmzie:0.6rem;
	--fColor:#1c1c1c;
	--fSColor:#333;
	--fSmColor:#666;
	--fSsmColor:#999;
	--bLine:rgba(51,51,51,0.2);
}
html {
	font-size:16px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
/* a {
	padding:0 !important;
	color:var(--hColor);
}
a:hover,a:active,a:visited,a:link {
	text-decoration:none;
	background:none !important;
} */
body {
	margin:0;
	padding:0;
	font-family:"HarmonyOS_Light" !important;
	font-size:var(--bSmize);
	outline:none;
	cursor:default;
}
body::-webkit-scrollbar {
	width:0px;
	height:0px;
	opacity:0.4;
}
body::-webkit-scrollbar-thumb {
	border-radius:4px;
	-webkit-box-shadow:inset 0 0 6px rgba(255,153,0,0.2);
	background:var(--bColor);
}
#main {
	max-width:120rem;
	margin:0 auto;
	box-shadow:0 0 6.25rem 3.125rem rgba(0,0,0,.2);
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
