.header .header_left {
	position: absolute;
	width: 60px;
	left: 34px;
	top: 26px;
}

.header .header_left img, .header .header_right img {
	width: 37px;
	height: 37px;
}

.header {
	position: relative;
	width: 100%;
	height: 96px;
	background: #102044;
	border-bottom: 1px solid #f5f5f5;
}

.header .header_right:after {
	font-family: 'tcs', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 37px;
	color: #e8f8fd;
	content: '\e813' !important;
}

.header .header_center {
	width: 100%;
	color: #e6e6e6; /* #f4f4f4 */
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 22px;
	font-size: 1.26rem;
	text-align: center;
	padding-top: 19px;
	-webkit-font-smoothing;
	text-rendering: optimizeLegibility;
}