/*遮罩层*/
.hide{
    display: none;
}


/*首页*/
.topbg{
	height:86px;
	line-height: 48px;
	text-align: center;
    background-color: #a51c14;
    color:#fff;
	width:640px;
	overflow:hidden;
}

/*列表页*/
.backprev{
	float:left;
	width:416px;
    text-align: left;
    color: #fff;
    height: 48px;
    line-height: 48px;
padding-left: 20px;
padding-top:7px;
}
.head-middle{
    width: 60px;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-top:46px;
}
.head-right{
	float:right;
	text-align: center;
	width:119px;
	height:123px;
}
.app-hide-list i{
    margin-top: 22px;
    margin-right: 5px;
}
.app-hide-list{
    background: #fff;
    margin:5px 0;
    color:#007d3c;
}
.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: #00b355;
}
.app-list-home:hover{
    background: #00b355;
}
.app-list-home i{
    margin-top: -3px;
    margin-right: 5px;
    color:#fff;
}
.app-list-home a{
    color:#fff;
}
.app-list-item-link{
    color:#818181;
    display: block;
    width:100%;
    text-align: left;
}
.mdui-float-right{
	float:right;
	width:50px;
}
.mdui-collapse-item-body .app-sub-list{
    padding:0 ;
    margin: 3px;
	height:60px;
	line-height:60px;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
}
.app-collapse-list{
    margin:10px 0;
}
.menu-click{
    background: #f1f1f1;
	height:70px;
	line-height:70px;
	color:#272727;
	
}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;
}


