/*遮罩层*/
.hide {
    display: none;
}



/*首页*/
header {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 1.5em;
    background-color: #FFF;
    display: none;

}

/*列表页*/
.backprev {
    float: left;
    width: 46%;
    text-align: center;
    color: #fff;
    margin: 0 15px;

}

.backprev img {
    width: 100%;
}

.head-middle {
    width: 42%;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.head-right {
    float: right;
    text-align: center;
    width: 33%;
}

.app-hide-list i {
    margin-top: -3px;
    margin-right: 5px;
}

.app-hide-list {
    background: #f5f5f5;
    margin: 5px 0;
    color: #fa6700;
}

.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: #fa6700;

}

.app-list-home:hover {
    background: #fa6700;

}

.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;
    height: 40px;
    background: #fff;
}

.mdui-collapse-item-body .app-sub-list a {
    padding-left: 23px;
}

.app-collapse-list {
    margin: 10px 0;
}

.menu-click {
    background: #ffe3cf;
}

.app-btn {

    text-align: center;
    padding: 0;
    min-width: 23px;
}

.head-right .mdui-list-item-content {
    font-size: 14px;
}<!--0.00027680397033691-->