.ft-nv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
}

.ft-nv li {
	margin: 0 10px;
}

a {
	color: #666;
	text-decoration: none;
}

.tc {
	display: flex;
	justify-content: center;
	width: 100%;
	color: #939393;
	font-size: 12px;
}

.ft-f10.tc a {
	color: #939393;
}

.banner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 348px;
	height: 348px;
	margin: 10px auto;
}

.ft-mn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
}
