@charset "utf-8";
html,body{
	margin:0px;
	padding:0px;
	font-size:16px;
}
a{
	text-decoration:none;
	color:var(--c3);
}
a:hover{
	color:var(--c1);
}
img{
	vertical-align: bottom;
}
dd,dl,ul,ol,li{list-style:none;margin:0px;}

/*全局变量*/
:root {
  --c1: #2866BC; /*主色*/
  --c2: #D2E7FF;
  --c3: #3F3F3F;
  --c4: #0B3879;
  --c5: #70D9FF; /*深色背景，文字hover颜色*/
}
