/*遮罩层*/
.hide{
    display: none;
}


/*首页*/
header{
	height:48px;
	line-height: 48px;
	text-align: center;
	font-size:1.5em;
    background-color: #00b355;
    color:#fff;
}

/*列表页*/
.backprev{
	float:left;
	width: 15%;
    text-align: center;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.head-middle{
    width: 70%;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-right{
	width:15%;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
}
@media screen and (min-width:600px) {
.head-right{
top: 0.2rem;
}

}
.app-hide-list i{
    margin-top: -3px;
    margin-right: 5px;
}
.app-hide-list{


    color:#232323;
    border-bottom: 1px solid #e0e0e0;
}
.app-slide-menu .mdui-list-item-content{
    text-align: left;
    padding-left: 0em;
}
.app-collapse-menu{
    margin:0 0 0 16px;
}
.app-list-home{
    padding:0;
    border-bottom: 1px solid #e0e0e0;

}
/*.app-list-home:hover{*/
    /*background: #00b355;*/
/*}*/
.app-list-home i{
    margin-top: -3px;
    margin-right: 5px;
    color:#fff;
}
.app-list-home a{
    color:#232323;
}
.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;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
}
/*.app-collapse-list{*/
    /*margin:10px 0;*/
/*}*/
/*.menu-click{*/
    /*background: #e1fff0;*/
/*}*/
.app-btn{

	text-align: center;


}