/*遮罩层*/
.hide{
    display: none;
}


/*首页*/
.mo_header{
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size:1.5em;
    background-color: #fff;
}

/*列表页*/
.backprev{
    float:left;
    width: 30%;
    text-align: center;
    color: #fff;
    height: 70px;
    line-height: 70px;
}
.head-middle{
    width: 70%;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-right{
    float:right;
    text-align: center;
    width:15%;
}
.app-hide-list i{
    margin-top: -3px;
    margin-right: 5px;
}
.app-hide-list{
    background: #f5f5f5;
    margin:5px 0;
    color:#616161;
}
.app-slide-menu .mdui-list-item-content{
    text-align: left;
    padding-left: .8em;
}
.app-collapse-menu{
    margin:0 16px;
}
.app-list-home{
    padding:0;
    margin:5px 0 10px;
    background: #e7161a;
    width: 100%;
}
.app-list-home:hover{
    background: #e7161a;
}
.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: 8px;
    background: #fff;
    float: none;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
}
.app-collapse-list{
    margin:10px 0;
    width: 100%;
}/*
.menu-click{
    background: #e1fff0;
}*/
.app-btn{
    min-width: 100%;
    text-align: center;
    padding:0;
}

.mdui-collapse-item-body .app-sub-list span{display: block;min-height: 40px; line-height: 40px;}
.midde_threenav{display: none;background-color: #f5f5f5;}
.midde_threenav ul{padding:1px 0;}
.midde_threenav a{padding:0!important;}
.midde_threenav ul li{line-height: 30px;}
.mdui-collapse-item-body .app-sub-list span{padding-left: 23px;color:#616161;}


