body
{
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	overflow-x:hidden;
}
body,ul,dl,ol,p
{
	padding: 0;
	margin: 0;
	border:0;
}
button,input{
	padding: 0;
	color: inherit;
	outline: none;
	border:none;
	background: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
select,textarea
{
	padding: 0;
	color: inherit;
	outline: none;
	border:none;
	background: none;
	-webkit-appearance: none;
}
.none
{
	display: none;
}
ul,div
{
	box-sizing:border-box;
}
a{
	color: inherit;
	text-decoration:none;
}
ul li,ol li{
	list-style-type:none;
}
img{
	display: block;
	width: 100%;
}
.container
{
	padding-bottom: 70px;
	overflow: hidden;
}
/*nav*/
.nav2{
    width: 100%;
    background: #262626;
    text-align: center;
    position: fixed;
    bottom: 0;
    left:0;
    z-index:55;
    color: #fff;
    border-top: 1px solid #f3f3f3;
}
.nav2 .iconfont{
    font-size: 24px;
}
.nav2 li{
	position: relative;
    width: 25%;
    float: left;
    height: 60px;
}
.nav2 li dt
{
	height: 24px;
	line-height: 24px;
}
.nav2 li dt img
{
	width: 24px;
	margin: 0 auto;
}
.nav2 li dt:nth-of-type(1)
{
	margin-top: 6px;
}
.nav2 li.active
{
	color: #02913f;
}
.shade
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 888888;
}
