/*遮罩层*/
.hide{
    display: none;
}


/*首页*/
header{
    display:none;
	height:42px;
	line-height: 42px;
	text-align: center;
	font-size:1.5em;
    background-color: #476931;
    color:#fff;
}

/*列表页*/
.backprev{
	float:left;
	width: 15%;
    text-align: center;
    color: #fff;
  
}
body .material-icons1 img{width:15px;height:15px;}
.head-middle{
    width: 70%;
    text-align: center;
    float: left;font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-right{
	float:right;
	text-align: center;
	width:15%;
}
.app-hide-list i{
    margin-top: 1px;float:right;
    margin-right: 5px;
}
.app-hide-list{
    background:#fff;
    margin:0px 0;
    padding:2px 0px;
   color: #999999;
}
.app-slide-menu .mdui-list-item-content{
    text-align: left;
    padding-left: .8em;
}
.app-collapse-menu{
    margin:0px;
}
.app-list-home{
    padding:0;
    margin:0px 0 0px;
    background: #476931
}
.app-list-home:hover{
    background: #f7f8fa;
}
.app-list-home i{
    margin-top: -3px;
    margin-right: 5px;
    color:#fff;
}
.app-list-home a{
    color:#fff;
}
.app-list-item-link{
    color:#fff;
    display: block;
    width:100%;
    text-align: left;
}
.mdui-collapse-item-body .app-sub-list{
    padding:0 ;
    margin:0px;
    background: #fff;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;line-height:40px;height:40px;
}
.app-collapse-list{
    margin:0px 0;
}
.menu-click{
    background: #f7f8fa;
}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;
}