body {
    color: #000000;
    min-width: 1088px;
    font-family: Forma DJR Micro,Arial, HP Forma DJR Office;
}

.layui-layout-admin .layui-header {
    height: 60px;
    background-color: #ffffff;
    border-bottom: #888888 solid 5px;
}
/*Email 显示*/
#email-span{
    font-size: 20px;
}
/*登出*/
#div-out {
    float: right;
    font-size: 25px;
    /*font-weight: bold;*/
    top: 15px;
    right: 20px;
    position: absolute;
    /*line-height: 50;*/
}
#div-out a .layui-icon{
    font-size: 20px;
}

/*左侧导航栏 */
.layui-bg-black {
    background-color: #F5F5F5 !important;
}

.layui-nav-tree .layui-nav-item a {
    color: #000000;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #0096D6;
}

.layui-side-scroll,
.layui-nav-tree {
    width: 280px;
}

.layui-nav {
    background-color: #F5F5F5;
}

img {
    width: 60px;
}

.layui-input{
    width: 160px;
}

.layui-form-label{
    width: 130px;
}



