.capital {
    width: 100%;
    background-color: #fff;
}

.topBar {
    position: relative;
    width: 100%;
    height: 1rem;
    font-size: var(--sizeXL, .35rem);
    font-weight: 700;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 0.18rem;
    padding: 0.18rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

.border {
    border-bottom: 0.018rem solid #ddd;
    border-radius: 0 !important;
}

.topBar:before {
    display: block;
    content: "";
    width: 0.1rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    background: #1e9fff;
    border-radius: 0.1rem;
}

.capital .flex-box {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 98%;
    gap: 10px px;
}

.el-select {
    display: inline-block;
    position: relative;
}

body .el-select {
    height: 0.7rem;
    font-size: var(--sizeM, .25rem);
    align-items: center;
}


body .el-select,
body .el-select .el-input {
    display: inline-flex;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

body .el-input,
body .el-select .el-input__inner {
    height: 0.7rem;
    font-size: var(--sizeM, .25rem);
}

body .el-input {
    display: inline-flex;
    align-items: center;
}

body .el-select,
body .el-select .el-input {
    display: inline-flex;
}

.el-input__inner {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px;
}

body .el-input .el-input__inner {
    height: 0.7rem;
    font-size: var(--sizeM, .25rem);
    overflow: hidden !important;
    color: #000;
    padding: 0 0.3rem;
    margin: 0 10px;
}

.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    pointer-events: none;
}

body .el-input .el-input__prefix,
body .el-input .el-input__suffix {
    display: flex;
    align-items: center;
}

.el-input__suffix-inner {
    pointer-events: all;
}

.el-input__icon,
.el-input__prefix {
    height: 100%;
    text-align: center;
    transition: all .3s;
}

.el-input__icon {
    width: 25px;
    line-height: 40px;
}

.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}

.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    margin: 5px 0;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
    width: 350px;
}

.el-range-editor.el-input__inner {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    margin: 0 10px;
}

.capital .flex-box .el-date-editor {
    height: 35px;
}

.el-date-editor .el-range__icon {
    font-size: 14px;
    margin-left: -5px;
    color: #c0c4cc;
    float: left;
    line-height: 32px;
}

.el-date-editor .el-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 39%;
    text-align: center;
    font-size: 14px;
    color: #606266;
}

.el-range-editor .el-range-input {
    line-height: 1;
}

.el-date-editor .el-range-separator {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    width: 5%;
    color: #303133;
}

.capital .flex-box .el-date-editor .el-range-separator {
    flex: 1;
    line-height: 27px;
}

.el-date-editor .el-icon-circle-close {
    cursor: pointer;
}

.el-date-editor .el-range__close-icon {
    font-size: 14px;
    color: #c0c4cc;
    width: 25px;
    display: inline-block;
    line-height: 32px;
}

.capital .el-table {
    margin-top: 10px;
}

.el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #606266;
}

body .el-table--border,
body .el-table--group {
    border-color: #e8e8e8;
}

body .el-table {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

.el-table--border {
    border-right: none;
    border-bottom: none;
}

.el-table--border,
.el-table--group {
    border: 1px solid #ebeef5;
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
    overflow: hidden;
}

.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
    width: 100%;
}

.el-table__body,
.el-table__footer,
.el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}

.el-table thead {
    color: #909399;
    font-weight: 500;
}

.el-table tr {
    background-color: #fff;
}

.el-table--border .el-table__cell {
    border-right: 1px solid #ebeef5;
}

.el-table .el-table__cell {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

body .el-table .el-table__cell {
    position: relative;
    color: #333;
}

.el-table th.el-table__cell {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
}

body .el-table th.el-table__cell.is-leaf {
    background-color: #f5f5f5 !important;
    color: #333;
    font-weight: 400;
    font-size: var(--sizeM, .25rem);
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #ebeef5;
}

.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

body .el-table .cell {
    font-size: var(--sizeM, .25rem);
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-table th.el-table__cell>.cell {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
}

body .el-table .el-table__cell:first-child .cell {
    padding: 0 !important;
}

.el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399;
}

body .table-more {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    border-top: none;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

body .table-more .item {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 5px px;
}

.pages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--sizeM, .25rem);
}

body .table-more .pages {
    width: auto;
}

.pages span {
    margin: 0 0.1rem;
    font-size: var(--sizeM, .25rem);
    color: grey;
}

.pages input {
    width: 0.7rem;
    margin: 0 0.1rem;
    outline: none;
    border: 1px solid #dcdfe6;
    height: 0.6rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: var(--sizeM, .25rem);
    display: inline-block;
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}

.pages .el-pagination {
    height: 0.6rem;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: var(--sizeM, .25rem);
}

.pages .el-pagination button,
.pages .el-pagination li {
    height: 0.6rem !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0 0.05rem;
    color: #333;
    font-weight: 400;
    font-size: var(--sizeM, .25rem);
}

.pages .el-pagination .number,
.pages .el-pagination button {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: var(--sizeM, .25rem);
}

.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev:disabled {
    color: #c0c4cc;
}

.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.pages .el-pagination button,
.pages .el-pagination li {
    height: 0.6rem !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 0.05rem;
    color: #333;
    font-weight: 400;
    font-size: var(--sizeM, .25rem);
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #1890ff;
    color: #fff;
}

.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev:disabled {
    color: #c0c4cc;
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc;
}

.pages .el-pagination .number,
.pages .el-pagination button {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: var(--sizeM, .25rem);
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
}

.el-table__body-wrapper.is-scrolling-none {
    position: relative;
    height: 480px;
}

.el-table__body-wrapper.is-scrolling-none>[page] {
    top: 0;
    position: absolute;
    overflow: auto;
    height: 480px;
    transition: transform 0.5s ease-in-out;
}

.pagebox>.table-more {
    width: 100%;
    border-top: 1px solid #ababab;
}