*{
	padding: 0;
	margin: 0;
	font-family: 'PingFang HK-Semibold';
}
ul,li{
	list-style: none;
}
li{
	padding-bottom: 20px;
}
body{
	padding: 60px 200px;
	background: #FFF2E1;
}

h1{
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	margin-bottom: 40px;
}

p{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}

h5{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
a{
	color: #55aaff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1200px){
	body,html{
		padding: 10px 10px;
		font-size: 62.5%!important;
	}
}