body
{
	background-color: #fff;
	font-family:'Microsoft YaHei', Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #ea0d04;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 48px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 48px;
	padding: 0 50px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header .p-btn-nav
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 5px;
}

.header .p-logo {
	display: block;
	height: 48px;
	background:url(../images/logo.png) center no-repeat;
	background-size:150px 30px;
	font-size: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
}
.header .p-btn-user{
	background: center center no-repeat transparent;
	background:url(../images/%E7%99%BB%E5%BD%95.png) center no-repeat;
	background-size: 25px auto;
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 5px;		
	}
#page{ position: fixed; top:0; width:100%; z-index:9999;}