*{	
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.66;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
li {
	list-style: none;
}




.top_bar{
    position:fixed;
    width:100%;
    left:0;
    top:0;
    z-index:100;
}
.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.nav_10{
	height:50px;
	text-align:center;
}

.footer_bar .nav_10{height:0;}
.nav_10 ul{
	height:50px;
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
}
.nav_10 li>a{
	color:#8c8f94;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:0;
	display:block;
	height:100%;
	padding:5px 0;
	text-align:center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.nav_10 li>a>*{
	pointer-events:none;
}
.nav_10 li>a>p{
	display: block;
	width:25px;
	height:25px;
	margin:auto;
	background:url(../images/houniaoycic.png) no-repeat -13px -13px;
	-webkit-background-size:100px auto;
}
.nav_10 li>a>p[class*="icon"]{
	color:rgb(141, 144, 149);
	background: none;
	font-size: 19px;
	line-height: 25px;
}
.nav_10 li>a>p.voice{
	background-position:-13px -63px;
}
.nav_10 li>a>p.addr{
	background-position:-13px -113px;
}
.nav_10 li>a>p.tip{
	background-position:-13px -163px;
}
.nav_10 li>a>p.back{
	background-position:-13px -213px;
}
.nav_10 li>a>p.home{
	background-position:-13px -263px;
}
.nav_10 li>a>p.rencai{
	background-position:-13px -313px;
}
.nav_10 li>a>p.back2{
	background-position:-13px -363px;
}
.nav_10 li>a.on>p, .nav_10 li>a.active>p{
	background-position-x:-63px;
	color:rgb(26, 169, 160);
}

.nav_10 li>a>*{
	pointer-events:none;
}