html {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    width: 1600px;
    margin: 0 auto;
}

/* 当屏幕宽度大于600px时应用以下样式 */
@media (min-width: 1920px) {
    body {
        width: 1920px;
    }
}

.w-100 {
    width: 100%;
}

.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

html {
    /* 其他地方的的样式会有 overflow: scroll; 滚动条始终显示*/
    /* overflow: auto !important;
    min-height: 100% !important; */
}

.page-title {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
}

.page-title .nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.page-title label {
    width: 2px;
    margin-right: 3px;
    height: 8px;
    display: inline-block;
    background: white;
    margin-bottom: 0 !important;
}

.page-title .nav-icon .label2 {
    height: 20px;
}

.page-title .nav-icon .label4 {
    height: 15px;
}



/* 页脚高度有溢出，导致登录页有几个像素滚动条*/
.footers {
    overflow: hidden;
}

.container-fluid {
    padding-bottom: 20px !important;
}

.v-btn.v-size--default {
    font-size: 14px !important;
}

.v-btn {
    font-family: "Microsoft Yahei" !important;
}

span.text-blue.font-weight-bold.font-size-base.d-none.d-lg-block.mr-1 {
    color: #ded9d9;
}

/* el-table */
.el-table {
    color: #fff;
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
    content: '';
    position: absolute;
    background-color: #11356D !important;
    z-index: 1;
}

.el-table tr:not(.highlight-row) {
    color: #e1e1f0;
    background-color: #032453 !important;
}

.el-table tbody tr:not(.highlight-row):hover>td {
    background: #01204E !important
}
.el-table tr.highlight-row {
    background-color: rgba(239.8, 248.9, 235.3, 1) !important;
}
.el-table tr.highlight-row td{
    border-right-color:rgba(239.8, 248.9, 235.3, 1) !important;
}
.el-table tr.highlight-row:hover>td {
    background-color: rgba(239.8, 248.9, 235.3, 1) !important;
}


.el-table th.el-table__cell {
    line-height: 30px;
    background-color: #032453 !important;
}

.el-table .el-table--border::after,
.el-table--group::after,
.el-table::before {
    background-color: #11356D !important;
}

.el-table--border .el-table__cell,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-color: #0F3168 !important;
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
    border-radius: 50% !important;
    color: #0F3168 !important;
    background: transparent !important;
}

.el-pager .number {
    border-radius: 50% !important;
    color: #0F3168 !important;
}

.el-pager .number.active {
    border-radius: 50% !important;
    background: #0F3168 !important;
    color: white !important;
}

/* .el-pagination{
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px 0px !important;
    border-radius: 15px;
} */

.el-table tbody tr:hover>td {
    background: #01204E !important;
}

.el-table__fixed tbody tr:hover>td {
    background: #01204E !important;
}

.el-table__body tr.hover-row>td.el-table__cell {
    background: #01204E !important;
}

.el-table__fixed-right::before,
.el-table__fixed::before {
    background-color: #11356D !important;
}

/* .el-table__fixed-right::before, .el-table__fixed::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px !important;
    background-color: #EBEEF5;
    z-index: 4;
}

.el-table .el-table__header-wrapper {
    height: 40px!important;
    line-height: 40px!important;
} */

/* .el-table .el-table__header-wrapper th.el-table__cell {
    background-color: #032453 !important;
    color: #fff;
    line-height: 40px !important;
    height: 40px !important;
} */

/* .el-table .el-table--border {
    border: 1px solid #25262A;
}

.el-table td.el-table__cell div {
    color: #fff;
}



.el-table .el-table--border .el-table__cell,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border: 1px solid #25262A !important;
}

.el-table .el-table__empty-block {
    border-top: 1px solid #25262A !important;
}

.el-collapse {
    border-top: unset !important;
    border-bottom: unset !important;
}

.el-collapse .el-collapse-item__header {
    background-color: #25262A !important;
    color: #fff;
    border-bottom: 1px solid #0E0F13;
}

.el-collapse .el-collapse-item__wrap {
    background-color: #25262A !important;
    border-bottom: unset;
} */

.el-pager {
    padding-left: 0 !important;
}

.el-tabs__item {
    color: #bbbaba !important;
}

.el-tabs__item.is-active {
    color: #fff !important;
}

.el-button--default {
    color: #5399fa !important;
}

::v-deep .el-divider--horizontal {
    margin-top: 14px !important;
    margin-bottom: 4px !important;
}

.el-divider__text {
    background-color: #25262A !important;
    color: #ccc !important;
}

.el-input__inner {
    color: #fff !important;
    background-color: rgba(207, 208, 217, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.el-input .el-input__count .el-input__count-inner {
    background-color: transparent !important;
}

.el-date-editor.shadow {
    border: none !important;
    color: white;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5) !important;
    border-radius: 5px;
}

.el-date-editor--daterange.el-input__inner {
    background: #03265E !important;
}

.el-date-editor {}

.el-date-editor .el-input__inner {
    background: #03265E !important;
}

.el-dark-input .el-input__inner,
.el-dark-input .el-textarea__inner {
    /* color: #fff;
    background-color: rgba(145, 145, 145, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important; */
}

.el-dark-input .el-input__inner:focus {
    /* color: #495057 !important;
    background-color: #fff !important;
    border-color: #dbe7ff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(91, 146, 255, 0.25) !important; */
}

.el-form-item__content .el-input__inner {

    /* background-color: rgba(145, 145, 145, 0.5) !important; */
    /* color: #fff;
    background-color: rgba(37, 38, 42, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    height: 40px;
    line-height: 40px; */
}

.el-form-item__content .el-input__inner:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #dbe7ff !important;
    outline: 0 !important;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 0 0.2rem rgba(91, 146, 255, 0.25) !important;
}

.aside {
    background-color: #032556 !important;
}

.brand {
    background: unset !important;
}

.aside-menu {
    background: unset !important;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link {
    background: linear-gradient(to right, rgba(41, 56, 125, 0.95) 0%, transparent 100%) !important;
    color: #fff;
    border-radius: 4px;
}

.aside-menu .menu-nav>.menu-item>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item>.menu-link .menu-text {
    color: #5B92FF !important;
    margin-top: 2px;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text {
    color: #fff !important;
}

.aside-menu .menu-nav>.menu-item>.menu-heading .menu-icon,
.aside-menu .menu-nav>.menu-item>.menu-link .menu-icon {
    background: rgba(91, 146, 255, 0.2) !important;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    border-radius: 3px;
    font-size: 1.18em;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    color: #3699FF !important;
    flex: unset;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-icon,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-icon {
    background-color: #5B92FF !important;
    color: #fff !important;
}

.card {
    /* background: #01204E !important; */
    background: rgba(1, 32, 78, 0.3) !important;
    border-radius: .25rem;
    border: unset !important;
}

.card-box {
    border: 1px solid #ECF0F3 !important;
}

.card-title,
.card-title .text-dark {
    color: #fff !important;
}

.text-muted {
    color: #a8c5ff !important;
}

.btn-primary {
    background-color: #5B92FF !important;
    border: unset !important;
}

.bg-light-box {
    background: #3d6bc7 !important;
}

.card a.text-dark {
    color: #fff !important;
}

.text-date {
    color: #a8c5ff !important;
}

.wrapbox {
    /* background: radial-gradient(ellipse at center, #1a234f 0%, #1E1E1F 100%); */
    /*background-attachment: fixed;*/
    /*background-position: center top;*/
}

.panel-bg-blue {
    background: #01204E;
}

.panel-bg-black {
    background: #01204E;
}

.el-cascader-node:not(.is-disabled):hover {
    color: #fff;
    background: #0087F6 !important;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: #0087F6 !important;
    color: #fff !important;
}

.el-button--border {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #47dc95 !important;
}

.el-button--border:hover {
    background-color: #47dc95 !important;
    border-color: #47dc95 !important;
}

.el-button--border {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #47dc95 !important;
}

.el-button--border:hover {
    background-color: #47dc95 !important;
    border-color: #47dc95 !important;
}

.el-button--export {
    color: #fff !important;
    background-color: #47dc95 !important;
    border-color: #47dc95 !important;
}

.el-button--export:hover {
    background-color: #47dc95 !important;
    border-color: #47dc95 !important;
}

.el-button--yellow {
    color: #fff !important;
    background-color: #FFAE22 !important;
    border-color: #FFAE22 !important;
}

.el-button--yellow:hover {
    background-color: #FFBC48 !important;
    border-color: #FFBC48 !important;
}

.el-button--blue {
    color: #fff !important;
    background-color: #347AFF !important;
    border-color: #347AFF !important;
}

.el-button--blue:hover {
    background-color: #5B92FF !important;
    border-color: #5B92FF !important;
}

.el-button--cancel {
    color: #5B92FF !important;
    border-color: #5B92FF !important;
    background-color: transparent !important;
}

.el-button--cancel:hover {
    color: #fff !important;
    background-color: #5B92FF !important;
    border-color: #5B92FF !important;
}

.el-button--save {
    color: #fff !important;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5) !important;
    border-color: transparent !important;
    background-color: #0C2F64 !important;
    border-color: #0C2F64 !important;
}

.el-button--save:hover {
    color: #fff !important;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5) !important;
    border-color: transparent !important;
    background-color: #0C2F64 !important;
    border-color: #0C2F64 !important;
}

.el-button--success {
    color: #1FC96E !important;
    border-color: #1FC96E !important;
    background-color: transparent !important;
}

.el-button--success:hover {
    color: #fff !important;
    border-color: #1FC96E !important;
    background-color: #1FC96E !important;
}

.el-button--primary.blue {
    background: #0C2F64 !important;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5) !important;
    border-color: transparent !important;
}

.el-button--primary.a-blue {
    background: #4780AF !important;
    border-color: transparent !important;
}

.el-button--lightblue {
    background: #4780AF !important;
    border-color: transparent !important;
}

.el-message--success {
    background: #0D2F65 !important;
    border-color: transparent !important;
    position: relative;
}

.el-message--success::before {
    content: "";
    height: 26px !important;
    width: 70%;
    position: absolute;
    top: -12px;
    left: 15%;
    background: url('./images/horizontal-liner.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.el-message--success::after {
    content: "";
    height: 26px !important;
    width: 70%;
    position: absolute;
    bottom: -13px;
    left: 15%;
    background: url('./images/horizontal-liner.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.el-message .el-icon-success {
    color: white !important;
}

.el-message--success .el-message__content {
    color: white !important;
    position: relative;
}

.el-message--success .el-message__content::before {
    content: "";
    height: 58px;
    width: 7px;
    position: absolute;
    left: -49px;
    top: -26px;
    background: url('./images/vertical-line.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.el-message__closeBtn {
    position: relative;
}

.el-message--success .el-message__closeBtn::after {
    content: "";
    height: 58px;
    width: 7px;
    position: absolute;
    right: -18px;
    top: -27px;
    background: url('./images/vertical-line.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.el-table {
    background-color: transparent !important;
}

.el-button--border-warning {
    color: #FFBC47 !important;
    background-color: transparent !important;
    border-color: #FFBC47 !important;
}

.el-button--border-warning:hover {
    color: #000 !important;
    background-color: #FFBC47 !important;
    border-color: #FFBC47 !important;
}

.el-form .el-form-item__label {
    color: #FFFFFF !important;
}

.el-message-box {
    /* background-color: #25262A !important; */
    background: #0C2F64 !important;
    border: unset !important;
}

.el-message-box__title {
    color: #fff !important;
}

.el-message-box__message p {
    color: #fff !important;
}

.el-dark-input .el-input__inner,
.el-dark-input .el-textarea__inner {
    border: none !important;
}

.el-dialog {
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
}

.el-dialog__header {
    background-color: #0C2F64;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 10px !important;
}

.el-dialog__headerbtn {
    top: 10px !important;
}

.el-dialog__footer {
    border-radius: 0 0 5px 5px;
}

.el-dialog__body,
.el-dialog__footer {
    background-color: #01204E;
}

.el-checkbox .el-checkbox__label {
    color: #666 !important;
}

.el-dialog__body .label-name {
    color: #666;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
    font-size: 13px !important;
}

.el-dialog__title,
.label_text {
    color: rgba(255, 255, 255, 0.8) !important;
    /* color: white !important; */
}

.el-transfer__button.is-disabled {
    background-color: #cfd0d1 !important;
}


.table-title {
    color: white !important;
}

@font-face {
    font-family: 'shuma';
    src: url('/shumaguanzt/digifaw.ttf');
}

.shuma {
    width: 100%;
    height: 100%;
    font-family: 'shuma';
}

.el-popover .popper__arrow::after {
    /* border-bottom-color: #303133!important; */
}

.panel-shadow {
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5);
}

.panel-title {
    background: #0C2F64;
}

.el-select.shadow {
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5) !important;
    border-radius: 5px;
}

.el-select.shadow .el-input__inner {
    background: #03265E !important;
}

.el-select .el-input__inner {
    border: none !important;
    background: #03265E;
    color: white;
    /* box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.5); */
}

.el-tabs--card>.el-tabs__header {
    border-bottom-color: #40526f !important;
    /* border-bottom: 1px solid #0F3168 !important; */
}

.el-tabs--card>.el-tabs__header .el-tabs__item,
.el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: none !important;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: #0F3168 !important;
    border-radius: 10px 10px 0 0;
    background: #1954A1;
    position: relative;
}

.el-popover {
    background-color: #0C2F64 !important;
    border: 1px solid #0C2F64 !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.el-popover__title {
    color: #e1e1f0 !important;
}

.el-popover[x-placement^=top] .popper__arrow::after {
    border-top-color: #0C2F64 !important;
    bottom: 0 !important;
}

.el-popover[x-placement^=right] .popper__arrow::after {
    border-right-color: #0C2F64 !important;
    left: 0 !important;
    ;
}

.el-popover[x-placement^=bottom] .popper__arrow::after {
    top: 0px !important;
    border-bottom-color: #0C2F64 !important;
}

.el-popover[x-placement^=left] .popper__arrow::after {
    right: 0px !important;
    border-left-color: #0C2F64 !important;
}


.el-date-editor .el-range-input,
.el-range-separator {
    color: white !important;
}

[class^=el-icon-] {
    color: white !important;
    /* color: #666 !important; */
}

.el-tree-node:focus>.el-tree-node__content {
    background-color: #032453;
}

/* .el-popover {
    border: unset!important;
    color:#000!important;
}

.el-popover.el-table.el-table__header-wrapper {
    background-color: transparent!important;
}
.el-popover .el-table .el-table__header-wrapper th.el-table__cell {
    background-color: transparent!important;
}
.el-popover .el-table tr {
    background-color: transparent!important;
}
.el-popover .el-table .el-table__header-wrapper th.el-table__cell {
    color:#000!important;
}
.el-popover .el-table td.el-table__cell div {
    color:#000!important;
}
.el-popover .el-table tbody tr:hover>td {
    background: #f5f7fa !important
} */