body, html {
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}

button, input, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

[v-cloak] {
    visibility: hidden !important;
}

.el-dialog {
    margin: 0!important;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
}

.el-dialog__body {
    transform: translate3d(0, 0, 0);
    overflow: auto;
    padding: 20px;
}

.el-dialog__header {
    padding: 20px 20px 20px 20px!important;
    border-bottom: 1px solid #f4f4f4;
}

.el-dialog__footer {
    text-align: right!important;
    padding: 12px 20px 12px 20px!important;
    border-top: 1px solid #f4f4f4;
}

.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 24px!important;
}

.el-dialog__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-footer {
    background-color: #f5f5f5;
    color: #333;
    line-height: 60px;
}

.el-header {
    padding: 0 30px;
    background-color: #409EFF;
    color: #fff;
    line-height: 60px;
}

.el-aside {
    background-color: #fff;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0 20px 20px 0;
}

.el-main {
    background-color: #ffffff;
    color: #333;
    /*padding: 10px;*/
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.el-select {
    display: block;
}

.body {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 60px;
}

.el-container:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    border-radius: 0 0 60px 0;
    background: #409EFF
;
    z-index: -1;
}

.el-header .title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}


.el-header .topArea {
    float: right;
}

.el-header .topArea a {
    padding: 0 10px;
    color: white;
    cursor: pointer;
    margin-top: -4px;
}

.el-header .topArea .el-link:hover {
    background-color: white;
}

.pub_dialog {
    display: flex;
    justify-content: center;
    align-items: Center;
    overflow: hidden;
}

.pub_dialog .el-dialog {
    margin: 0 auto !important;
    height: 80%;
    overflow: hidden;
}

.pub_dialog .el-dialog .el-dialog__body {
    position: absolute;
    left: 0;
    top: 65px;
    bottom: 65px;
    right: 0;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
}

.pub_dialog .el-dialog .el-dialog__footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.el-pagination {
    margin-top: 10px;
    text-align: right;
}

.el-aside .el-menu-item {
    border-left: 3px solid rgba(0,0,0,0);
}

.el-aside .el-menu-item.is-active {
    background-color: #e9f3fe;
    border-left: 3px solid #53a8ff;
}

.el-aside .el-submenu.is-active .el-submenu__title, .el-aside .el-submenu.is-active .el-submenu__title i {
    color: #409eff !important;
}

.el-aside .el-submenu__title i {
    margin-right: 5px;
}
.el-table colgroup col[name='gutter']{
    width: 8px;
}
.el-table__body{
    width: 100% !important;
}
.el-aside::-webkit-scrollbar, .el-table__body-wrapper::-webkit-scrollbar, .scrollbar::-webkit-scrollbar{
    width: 7px !important;
    height: 10px !important;
}
.el-aside::-webkit-scrollbar-thumb, .el-table__body-wrapper::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: rgba(173,191,205,0.5);
    scrollbar-arrow-color:#adbfcd;
}
.el-aside::-webkit-scrollbar-track, .el-table__body-wrapper::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track{
    border-radius: 0;
    background: rgba(0,0,0,0);
}

.el-main {
    display: flex !important;
    flex-flow: column;
}

.el-tooltip__popper.is-light {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
    border: 1px solid #EBEEF5;
}

.el-tooltip__popper.is-light .popper__arrow {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
    border: none;
}