nav:not(.mm-menu)
{
	display: none;
}
#pagec{
	/*background: url(../images/gray.jpg) repeat;*/
	box-shadow: 1px -3px 3px #000;
	background: #fff;
}
.header,
.content,
.footer
{
	text-align: center;
}
.header{
	position: fixed; z-index: 9999; width: 100%; text-align: center; top: 0; height: 50px;top: 30px;
}
.header,
.footer
{
	
background: #2e1908;
	
font-size: 16px;
	
font-weight: bold;
	
color: #000;
	
line-height: 50px;
	
position: fixed;
	
z-index: 9999;
	
box-shadow: 0px 1px 2px #000;
	
width: 100%;
	
height: 50px;
	
padding: 0 10px;
}
.header.fixed
{
	position: relative;
	top: 0;
	left: 0;
}
.header{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer.fixed
{
	position: relative;
	bottom: 0;
	left: 0;
}
#menu i{
	font-size: 30px;
    color: #fff;
}
#menu .mm-listview i {
    font-size: 18px;
    color: #000;
    padding-right: 10px;
}
.header #menu
{
	/*display: block;
	width: 28px;
	height: 18px;
	position: absolute;*/
	/*background: center center no-repeat transparent;
	background-image: url(../../images/menu.png);
	background-size: 50% auto;*/
	/*display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 3px;*/
	/* right: 10px; */
	}
.header a span
{
	
	height: 2px;
	
}
.content
{
	padding: 150px 50px 50px 50px;
}