.font-nineteen{
	font-size: 19px;
}
.fill::before,
.fill::after{
	display: block;
	content: '';
	clear: both;
}
.le{
	float: left;
}
.ri{
	float: right;
}

body{background: #e7e8eb;}
.wi::after,.wi::before{border: none}
.content{
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	color: #404040;
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
}
#menu{	
	width: 30px;
	height: 30px;
    position: fixed;
    z-index: 99;
    right: 10px;
    top: 10px;
}
#menu>i{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../images/nav_1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 99;
}
#menu>p{
	position: fixed;
	z-index: 98;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}
#menu>div{
	width: 200px;
	height:auto;
	font-size:16px;
	border-radius: 5px;	
	background: #fff;   
	position: absolute;
	z-index: 99;
    top: 45px;
    right: 0;
    box-shadow: 0 0 5px #ededed;
}
.menuannimation{
      transform: scale(0);
    transform-origin:right top;
    
}
#menu>div>span{
	display: block;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    right: 10px;	
}
#menu>div>a{
	color: #404040;
}
/*#menu>div .weui-cell__hd{
	font-size: 20px;
	line-height: 20px;
	margin-right: 10px;
}*/
#menu .weui-cell__hd>img{
	width:20px;
	margin-right:10px;
	display:block
}
#menu .iconfont.icon-weibiaoti-4{
	color: #3094f1;
}
#menu .iconfont.icon-weibiaoti-3{
	color: #f56252;
}

