[v-cloak] {
    display: none;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    background-image: url(./images/login/loginbg.png);
    background-size: 100% 100vh;
}

.table-operate .el-button--mini {
    padding: 5px 15px;
}

.app-container {
    height: 100vh;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: auto;
}

.main-container {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 20px 0 30px;
    position: relative;
}

.userinfo-class {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.user-name {
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background-color: #48b6d3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 4px 10px;
    user-select: none;
}

.module-class {
    background-color: #fff;
    box-shadow: 0 0 5px #dbdbdb;
    padding: 16px;
    border-radius: 0px;
    min-height: 600px;
}

.module-title {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}

.module-class+.module-class {
    margin-left: 16px;
}

.quanxian-zu {
    flex: 1;
}

.user-head {
    display: flex;
    margin-bottom: 16px;
}

.sys-search {
    flex: 1;
}

.sys-operate a {
    text-decoration: none;
    color: inherit;
}

.sys-operate .el-button+.el-button {
    margin-left: 0;
}

.demo-input-suffix {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
}

.demo-input-suffix .el-input {
    width: 185px;
}

.form-class-user {
    width: 600px;
}

.form-class-user .el-autocomplete {
    width: 100%;
}

.form-operate {
    text-align: right;
}

.el-input.is-disabled .el-input__inner {
    color: #666;
}

.el-table .cell {
    font-size: 14px;
}

.el-radio {
    margin-right: 0;
}

/* 弹框 */
.poper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
}

.poper-content {
    background: #fff;
    padding: 20px 20px 10px;
    margin: 14vh auto 0;
    height: max-content;
    border-radius: 6px;
}

.poper-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
}

.pagination-container {
    display: flex;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.el-table--mini td {
    padding: 5px 0;
}

.statuscount-container {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.status-count {
    margin-right: 15px;
}

.scount-label {
    font-size: 12px;
}

.scount-value {
    font-size: 18px;
    font-weight: bold;
}

.scount-1 {
    color: #409EFF;
}

.scount-2 {
    color: #67c23a;
}

.popover-download-buttons {
    display: flex;
}