#app, #root, body, html, .admin-container {
    height: 100%;
}
/* base */
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.space {
    width: 100%;
}

/* text align */
.text-al {
    text-align: left;
}
.text-ac {
    text-align: center;
}
.text-ar {
    text-align: right;
}

/* 后台布局 */
.el-header, .el-footer {
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 60px;
}

.el-aside {
    background-color: #D3DCE6;
    color: #333;
    text-align: center;
    line-height: 200px;
}

.el-main {
    background-color: #E9EEF3;
    color: #333;
    text-align: center;
}

body > .el-container {
    margin-bottom: 40px;
}
.admin-container .left-aside {
}
.el-menu-vertical-demo:not(.el-menu--collapse) {
    width: 200px;
    min-height: 400px;
}
.admin-container .left-aside .left-sider-menu-logo {
    position: relative;
    height: 64px;
    padding-left: 24px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 64px;
    background: #001529;
}
.admin-container .left-aside .left-sider-menu-logo h1 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 12px;
    font-family: Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-weight: 600;
    vertical-align: middle;
}
.admin-container .left-aside .left-sider-menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
.global-header {
    display: flex;
    justify-items: center;
    justify-content: space-between;

}
.global-header .global-header-refresh {
    width: 70px;
    height: 60px;
    font-size: 24px;
}
.global-header .global-header-content {
    display: flex;
    height: 60px;
    justify-content: space-between;
}
.global-header .global-header-content .header-avatar {
    padding-top: 10px;
    margin-right: 10px;
}
.global-header .global-header-content .account-menu {
    z-index: +1;
    background:#fff;
    position: absolute;
    top: 60px;
    width: 120px;
    right: 10px;
    box-shadow: 2px 2px 2px #888888;
}
.global-header .global-header-content .account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.global-header .global-header-content .account-menu ul > li{
    height: 40px;
    line-height: 40px;
    margin: 2px 0;
}
.global-header .global-header-content .account-menu ul > li:nth-last-child(2){
     border-bottom: #eee solid 1px;
 }
.global-header .global-header-content .account-menu ul > li > a {
    color: #333;
}
.global-header .global-header-content .account-menu ul > li > a:hover {
    display: block;
    color: #000;
    background: rgba(245,87,95,0.2);
}
.global-header .global-header-content .account-menu ul > li > a i {
    margin-right: 10px;
}

.el-main .el-header {
    text-align: left;
}
.el-main .el-header h3 {
    padding-top: 15px;
    font-weight: bold;
}
.el-main .el-main .tab-content {
    background: #fff;
}
/* 列表页 组合搜索 样式*/
.input-with-select .el-select .el-input {
    width: 8.5em;
}
.input-with-select .el-input-group__prepend {
    background-color: #fff;
}

input[type=file] {display: none}

/* 标题 */
.page-container .warning {
    padding: 2px 2px;
    background-color: #fff6f7;
    border-radius: 4px;
    border-left: 5px solid #fe6c6f;
    margin: 20px 0;
}
.page-container .success {
    padding: 2px 2px;
    background-color: #fff6f7;
    border-radius: 4px;
    border-left: 5px solid #fe6c6f;
    margin: 20px 0;
}
.page-container .primary {
    padding: 2px 2px;
    background-color: #409eff6e;
    border-radius: 4px;
    border-left: 5px solid #409eff;
    margin: 20px 0;
}

.df-container {
    display: flex;
}
.df-header {
    display:flex;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding-right: 20px;
}
