body {
	margin: 0px;
	background-color: #F4F5F7;
	color: #7B88A8;
	font-family: "PingFang SC", "Noto Sans Han", "Microsoft YaHei", sans-serif;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

ul,
p,
h1,
h2,
input {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* 避免webkit内核在移动端浏览器提供的Font Boosting（文字爆炸:对字体进行放大）被触发 */
p,
h1,
h2 {
	max-height: 100%;
	text-align: justify;
}

h1,
h2 {
	color: #132B50;
	font-size: 36px;
}

p {
	font-size: 28px;
	line-height: 48px;
}
