body {
	margin: 0;
	background: #f7f9fc;
}
.warp {
	width: 100%;
	height: 100%;
}
.content {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 200px;
}
.content section {
	width: 80vw;
	margin: 0 auto;
}
.content img {
	width: 100%;
	max-width: 100%;
	border-radius: 16px;
}
.content .des {
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 32px;
	color: #333;
	font-size: 16px;
	line-height: 40px;
}
.content .title {
	color: #111;
	font-size: 20px;
	line-height: 60px;
	font-weight: 500;
}
.content .info {
	color: #333;
	font-size: 16px;
	line-height: 40px;
}
header {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFFFFF;
}
header img {
	height: 40px;
}
header section {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	font-size: 16px;
}


footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 122px;
	background: #1f1f1f;
	color: #fff;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.textWrap {
	color: #fff;
	font-size: 12px;
}
a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.line {
	margin: 0 10px;
}
.marginTop10 {
	margin-top: 10px;
}
