.footer-page-footer {
	width: 100%;
	height: 318px;
	background: #161d2d;
}
.footer-flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
.footer-nav-item {
	color: #737781;
	font-size: 16px;
}
.footer-nav-item:hover, .footer-copyright a:hover {
	color: #FFFFFF;
	opacity: 0.7;
}
.footer-container-box, .footer-copyright {
	margin-top: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}
.footer-title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 7px;
}
.footer-english {
	font-size: 10px;
}
.footer-right-path {
	margin-left: 43px;
}
.footer-right-path > div {
	margin-top: 10px;
	font-size: 14px;
}
.footer-copyright {
	font-size: 14px;
	color: #737781;
}
.footer-copyright a {
	color: #737781;
}