@CHARSET "UTF-8";

/*清除默认样式(start)*/
ul,li,p,h1{
	display: block;
	margin: 0;
	padding: 0;
}
/*清除默认样式(end)*/

/*导入字体(start)*/
@font-face{
	font-family: PingHei;
	src: url('../fonts/PingHei/PingHei-light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'PingHei';
	src: url('../fonts/PingHei/PingHei-text.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'PingHei';
	src: url('../fonts/PingHei/PingHei-semibold.ttf');
	font-weight: 600;
	font-style: normal;
}
/*导入字体(end)*/

body{
	font-size: 100%;
	font-family: 'PingHei', sans-serif;
	font-weight: 400;
	color: rgb(0, 0, 0);
	margin: 0;
	padding: 0;
	background: rgb(255, 255, 255);
	width: 100%; height: 100%;
}
p{
	font-size: 1.5em;
}