html {
	background: #fff;
}
body {
	background: #fff;
	position: relative;
	
}
body * {
	text-shadow: none;
}
html, body {
	min-height: 100%;
}
.mm-page {
	min-height: 100%;
}
nav:not(.mm-menu) {
	display: none;
}
#page {
	min-height: 100vh;
	position: relative;
	/*background: url(../images/warpbg.jpg) no-repeat;
	background-size: 100% auto;*/
}
.header {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 1.85rem;
	padding: 0 0.35rem;
	position: relative;
	background: white;
	z-index:100;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.content{padding-top:1.85rem;}
