.ai-edu100-footer,
.ai-edu100-footer * {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	box-sizing: border-box;
}
.ai-edu100-footer {
	width: 100%;
	padding: 40px 0;
	background-color: #08195f;
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
}
.ai-edu100-footer p {
	display: flex;
	justify-content: center;
}
.ai-edu100-footer span {
	margin: 0 5px;
}
.ai-edu100-footer a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.ai-edu100-footer a.beian {
	display: flex;
	align-items: center;
}
.ai-edu100-footer a.beian::before {
	width: 20px;
	height: 20px;
	content: url(images/beian.png);
	margin-right: 8px;
}
.ai-edu100-footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ai-edu100-footer a[href] {
	cursor: pointer;
}
.ai-edu100-footer a[href]:hover {
	text-decoration: underline;
}