html,body {
	margin: 0;
	padding: 0;
	background-color: #F1EDFE;
}
.header{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 24px 0 10px 6%;
	height: 9vh;
}
.menu-box{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: PingFang SC, 微软雅黑, serif;
}
.menu-box a{
	color: #A59EC9;
	text-decoration: none;
}
.menu-box .item {
	padding: 10px 15px;
}
.menu-box .act {
	color: #7D5DED;
}
.footer{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #5135B2;
	line-height: 48px;
	opacity: 0.77;
	text-align: center;
	padding: 10px;
}
