/*全局样式表*/
html,body,#app{height: 100%;margin: 0;padding: 0;min-width: 1366px;}
a,a:hover{text-decoration-line: none;}
#app{display: none}
.home-container{height: 100%;}
.el-header{
    /*position: fixed;z-index:99999;width: 100%;*/
    position: relative;width: 100%;height: 60px;
    background-color: #373d41;
    display:flex;
    justify-content: space-between;
    padding-left: 0px;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.el-header div{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.el-header div img{width: 50px;}
.el-header div span{margin-left: 15px;}

.el-aside{
    /*position: fixed;z-index:99999;margin-top: 60px;height: 100%;*/
    display: block;position: absolute;left: 0;top: 60px;bottom: 0;
    background-color: #333744;
}
.el-aside .el-menu{
    border-right: none;
}
.el-main{
    position: absolute;left: 0px;right: 0;top: 60px;bottom: 0;overflow-y: scroll;
    /*margin-top: 30px;*/
    background-color: #eaedf1;
}
.gs{margin-right:10px;}
.toggle-button{
    background-color: #4a5064;
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    cursor:pointer;
}

.el-breadcrumb{
    margin-bottom: 15px;
    font-size: 12px;

}
.el-card{
    box-shadow: 0 1px 1px rgba(0,0,0,0.15) !important;
}
.el-table{
    margin-top: 15px;
    font-size: 12px;
}
.el-pagination{
    margin-top: 15px;
}
.el-pager li{border: none;outline: none}
.el-header .el-menu .el-menu-item,.el-header .el-menu .el-submenu .el-submenu__title{border-bottom:none;}

.glbPicViewBox,.glbTitleBox{float: left;overflow: hidden;width: 100%;}
.glbPicViewBox img{float: left;max-height:100px;width: auto;border:1px solid #EEE;padding:2px;}
.updBox{float: left;overflow: hidden;width: 100%;height: 29px;margin-top:10px;}
.updBox div{float: left;overflow: hidden}
.updBLft{}
.updBRgt{color:#777;margin:-6px 0px 0px 10px;}
.glbTitleBox div{float: left;overflow: hidden}
.glbTitleBox .img{margin: 3px 0px 0px 5px;}
.glbTitleBox .img img{width: 13px;height: 15px;}
.glbTitleBox .imgDisp{}
.glbTitleBox .imgDisp img{width:40px;height:40px;}
.glbTitleBox .titleDisp{margin:10px 0px 0px 10px;}
.numTagCss{color:#FFF;background:#F56C6C;padding:0 3px;border-radius:3px;font-size: 11px;margin-left:2px;display: none}

