body{
	max-width: 7.5rem;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: .12rem;
	padding-bottom: 1.3rem;
	position: relative;
	
	
}
p,ul,li,h1,h2,h3,dd,dl,dt{ padding: 0; margin: 0; font-weight: normal;list-style: none;}
.clear{ clear: both;}
a{ text-decoration: none;}
input{
-webkit-appearance: none;
padding: 0;
margin: 0;
outline: none;
}
input[type="button"], input[type="submit"], input[type="reset"] ,
botton,bottom {
    -webkit-appearance:none;
}
img{vertical-align:top;}

.menu{ width: 100%; height: .98rem; background: #FFF; position: fixed; left: 0; bottom: 0; border-top: 1px solid #e1e1e1; z-index: 12;}
.menu a{ color: #999;}
.menu dl.menu-list{ width: 25%; float: left; margin-top: .12rem; text-align: center;}
.menu dl dt{ height: .40rem;}
.menu dl dt img{ vertical-align: middle;}
.menu dl dt.menu-img-1 img{ width: .41rem;}
.menu dl dt.menu-img-2 img{ width: .39rem;}
.menu dl dt.menu-img-3 img{ width: .40rem;}
.menu dl dt.menu-img-4 img{ width: .36rem;}
.menu dl dd{ margin-top: .06rem; font-size: .24rem;}

@media screen and (min-width:751px) and (max-width:1200px){
	body{ max-width: none;}

}
@media screen and (min-width:1200px) and (max-width:1920px){
	body{ max-width: 1000px;}

}