html{
	width:100%;
	height:100%;
	font-size:25px;
}
body{
	width:100%;
	height:100%;
	background:#f7f7f7;
	margin:0;
	font-family:Arial,"微软雅黑", sans-serif;
}
a{
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
img{
	display:block;
}
ul,li,ol{
	list-style:none;
	padding:0;
	margin:0;
}
p,h1,h2,h3,h4,h5{
	margin:0;
	font-weight:normal;
}
input,textarea,button{
	-webkit-appearance:none;/*去掉ios中input的默认样式*/
}
input[type=button]{
	-webkit-appearance:none;/*去掉ios中input的默认样式*/
	outline:none;
	}

/*去掉点击时的高亮效果*/
a,img,button,input,textarea,ul,li,ol,section{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}


/*导航栏*/
nav{
	width:100%;
	height:2rem;/*88/50*/
	line-height:2rem;
	font-size:0.72rem;/*36/50*/
	color:#696969;
	text-align:center;
	position:fixed;
	top:0;
	z-index:9;
	border-bottom:1px solid #d6d6d6;
}
nav .left_btn{
	display:block;
	border:none;
	outline:medium;
	height:2rem;
	width:2rem;
	color:white;
	background:url(../images/back_btn_black.png) center no-repeat;
	background-size:auto 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

/*内容区*/
#wrap{
	width:100%;
	box-sizing:border-box;
	padding-bottom:1.96rem;/*98/50*/
	overflow:hidden;
	position:relative;
}

/*菜单栏*/
footer{
	width:99.9%;
	padding:0 0.05%;
	height:1.96rem;/*98/50*/
	background-color:white;
	border-top:1px solid #e5e5e5;
	position:fixed;
	bottom:0;
	z-index:9;
}
footer ul{
	width:33.3%;
	height:100%;
	float:left;
}
footer ul > li:first-child{
	width:1.24rem;
	height:1.24rem;/*62/50*/
	margin:0 auto;
	background-position-y:top;
	background-repeat:no-repeat;
	background-size:auto 200%;
	background-image:url(../images/footer_icon.png);
}
footer ul > li:last-child{
	width:100%;
	text-align:center;
	font-size:0.52rem;/*26/50*/
	color:#797979;
}
footer ul.cur_menu > li{
	background-position-y:bottom;
	color:#ea6e00;
}
.hide {
    display: none;
}
#loading {
    width: 75%;
    overflow: hidden;
    float: right;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 1.1rem;
    color: #17e530;
    font-size: 0.7rem;
    z-index: 9999;
    height: 3.2rem;
}
#loading img {
    width: 1rem;
    height: 1rem;
    float: none;
    margin: 0 auto;
}
