.title {
	position: fixed;
	top: 50px;
	left: 0;
	height: 40px;
	padding: 0 100px;
	background: #3c2f49;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 80px;
	z-index: 3;
}

.title h4{
	color: #fff;
	float: left;
}