<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é®ç½©å±‚*/
.hide{
    display: none;
}


/*é¦–é¡µ*/
header{
	width: 100%;
	height:70px;
	line-height: 63px;
	text-align: center;
	font-size:1.5em;
    background-color: #FFF;
	border-bottom: 3px solid #009C84;
    color:#000;
	position: fixed;
	top: 0;
	z-index: 2001;
}

/*åˆ—è¡¨é¡µ*/
.backprev{
	float:left;
	width: 15%;
    text-align: center;
    color: #000;
    height: 63px;
    line-height: 63px;
}
.head-middle{
    width: 70%;
	height: 63px;
	padding-top: 7px;
    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:#fff;
}
.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: #009c84;
}
.app-list-home:hover{
    background: #21b8cd;
}
.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;
	color: #000000;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
}
.app-collapse-list{
    margin:10px 0;
}
.menu-click{
    background: #009c84;
}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;
}</pre></body></html>