#wrap, #header, #container, #footer{
	float:left;
	width:100%;
	min-width:1490px;
}

#header{
	float:left;
	width:100%;
	height:90px;
	background:#fff;
}

#header:hover{
	background:#fff;
}

#header.main{
	position:fixed;
	left:0;
	background:rgba(255, 255, 255, .8);
	z-index:8000;
}

#container{
	min-height:600px;
}

#container{

}

#footer{
	float:left;
	width:100%;
	height:220px;
	margin-top:50px;
	background:#333;
}

.sectors, .sectors2{
	margin:0 auto;
	width:1490px;
}

@media screen and (max-width:640px){
	#wrap, #header, #container, #footer{
		min-width:initial;
	}

	.sectors{
		position:relative;
		float:left;
		width:94%;
		margin:0 0 0 3%;
	}

	.sectors2{
		position:relative;
		width:100%;
		margin:0;
	}
}



#aside, #admin_container {
	box-sizing: border-box;
}

#aside {
	position:fixed;
	left:0;
	top:0;
	width: 250px;
	height:100vh;
	background: #fff;
	box-shadow: 5px 0 15px rgba(0,0,0,0.02);
	overflow: auto;
}

body.login{
	background:#f6f6f6;
}

#admin_container {
	float:left;
	width: calc(100% - 250px);
	margin-left:250px;
	padding: 0 30px;
	overflow: auto;
}

.black_bg_layer{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .4);
	z-index:9999;
}