	
.menus{
	position: fixed;
	display: none;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	z-index: 999;
	background-color: #f0f5f8;
}
.menus_ul{
	width: 100%;
	padding: 0;
}
.menus_ul_li{
	list-style: none;
	width: 100%;
	font-size: 18px;
	text-align:center;
	height: 60px;
	line-height:60px;
/* 	padding-left: 10px; */
	border-bottom: 1px solid #ececec;
}
.gb{
	width: 100%;
	height: 80px;
	
	line-height: 80px;
	text-align: right;
	padding-right: 20px;
}