nav:not(.mm-menu)
{
	display: none;
}

.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
/*头部*/
.header>a
{  
	display: block;
	background: center center no-repeat transparent;
	background-image: url(../image/nav_btn.png);	
	background-size: 0.46rem 0.38rem;
	width: 0.46rem;
	height: 1.1rem;
	position: absolute;
	top: 0;
	left: 0.3rem;
}
.search_btn{ position:absolute; top:0.33rem; right:0.3rem;}
.search_btn a{ display: block;}
.search_btn img{width:0.46rem; height:0.46rem;}

#page .header
{
	width: 6.4rem;
	height: 1.1rem;
}
.header .logo
{
	width:1.12rem;
    height:0.6rem;
	margin:0 auto;
	padding-top: 0.25rem;
}
.header .logo a{ display: block;}
.header .logo img{ width: 1.12rem;}

/*侧边背景*/
.mm-menu{
	background: #f3f3f3;
}

/*版权*/
#footer {
	text-align: center;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#footer .copyright {
	height: 0.77rem;
	line-height: 0.77rem;
	border-top: 0.02rem solid #dfdede;
	font-size: 0.2rem;
	margin-bottom: 0.98rem;
	margin-top: 0.42rem;
}

#footer ul {
	width: 100%;
	height: 0.98rem;
	line-height: 0.98rem;
	font-size: 0.22rem;
	background: #343434;
	background-size: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	max-width: 640px;
	margin: 0 auto
}

#footer li {
	float: left;
	width: 25%;
	text-align: center;
}

#footer li {
	float: left;
	width: 25%;
	text-align: center
}

#footer li img {
	width: 0.31rem;
	height: 0.32rem;
	padding-right: 0.26rem;
	vertical-align: middle
}

#footer li a {
	color: #fff
}

