/* 页面顶部 */
.top {
	width: 100%;
	height: 40px;
	background-color: #3368C6;
}
.top-content {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.top-content-item {
	height: 40px;
	display: flex;
	align-items: center;
}
.top-content-item-icon{
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
}
.top-content-item-icon img {
	display: block;
}
.top-content-item-text {
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-right: 32px;
}