
.head-middle .logo{
	height: 30px;
}
/*遮罩层*/
.hide{
    display: none;
}
.header_ru{
  position: absolute;
  right: 16%;
  top: 0;
  color: #000;
  font-size: 18px;
  line-height: 56px;
}
.header_ru a{
  color:#366a87;
}

/*首页*/
header{
	width: 100%;
	height:50px;
	line-height: 48px;
	text-align: center;
	font-size:1.5em;
    background: #fff;
  	border-bottom: 1px solid #ccc;
    color:#fff;
    position: fixed;
    z-index: 2001;
    top: 0;
    left: 0;
    right: 0;
}

/*列表页*/
.head-middle{
    width: 25%;
    height: 48px;
    margin-left: 10px;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.head-right{
	float:right;
	text-align: center;
	width:15%;
}
.app-hide-list i{
    margin-top: 2px;
    margin-right:10px;
}
.app-hide-list{
    background: #f5f5f5;
    margin:5px 0;
    color:white;
}
.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: #5580B1;
}
.app-list-home:hover{
  background: #5580B1;
}
.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: #366a87;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
}
.app-collapse-list{
    margin:10px 0;
}
.menu-click{
    background: #366a87;
}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;
	background:url(../img/menu_ico.png) no-repeat center;
}
.app_ico_home{
	width: 25px;
	height: 25px;
	background:url(../img/app_ico_home.png) no-repeat center;
}
.app_ico{
	width: 15px;
	height: 15px;
	background:url(../img/app_ico.png) no-repeat center;
  	background-size: 100%;
}
