.main_container {
	position: fixed;
	z-index: 99999;
	width: 44px;
	height: 20px;
	display: block;
	top: 30px;
	right: 20px;
	overflow: hidden;
}
.menu {
	width: 70px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -90px;
	background: #232c34;
	z-index: 999;
}
.menu ul {
	width: 36px;
	margin-left: 20px;
	margin-top: 110px;
}
.menu li {
	width: 36px;
	height: 36px;
	margin-bottom: 22px;
	display: block;
}
.menu li a {
	opacity: 0.6;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.menu li a:hover {
	opacity: 1;
}
.menu li a.on {
	opacity: 1;
}
.close_menu {
	position: absolute;
	left: 16px;
	top: 20px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.menu_app {
	width: 44px;
	height: 20px;
	float: right;
	display: inline-block;
	position: relative;
	z-index: 200;
}
.menu_app a {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 44px;
	height: 20px;
	border: none;
	background: url(../images/meun_03.png) no-repeat center;
}