:root {
    --jexcel-border-color: #000;
    --green: #00b034;
    --blue: #0094ff;
    --blue-gray: #DFE8F6;
    --light-blue: #f0f9ff;
}

.width30 {
    width: 30px !important;
}

.width50 {
    width: 50px !important;
}

.width80 {
    width: 80px !important;
}

.width90 {
    width: 90px !important;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 150px !important;
}

.width200 {
    width: 200px !important;
}

.width300 {
    width: 300px !important;
}

.width500 {
    width: 500px !important;
}

.width900 {
    width: 900px !important;
}

.text12 {
    font-size: 14px !important;
}

.text14 {
    font-size: 14px !important;
}

.pad0 {
    padding: 0 !important;
}

.pad5 {
    padding: 5px !important;
}

.pad10 {
    padding: 10px !important;
}

.pad15 {
    padding: 15px !important;
}

.padT15 {
    padding-top: 15px !important;
}

.padL0 {
    padding-left: 0 !important;
}

.padX20 {
    padding: 0 20px !important;
}

.padY0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padY10 {
    padding: 10px 0 !important;
}

.padY15 {
    padding: 15px 0 !important;
}

.padR0 {
    padding-right: 0 !important;
}

.padB0 {
    padding-bottom: 0 !important;
}

.mar10 {
    margin: 10px !important;
}

.mar20 {
    margin: 20px !important;
}

.marT5 {
    margin-top: 5px !important;
}

.marT10 {
    margin-top: 10px !important;
}

.marT15 {
    margin-top: 15px !important;
}

.marT20 {
    margin-top: 20px !important;
}

.marL5 {
    margin-left: 5px !important;
}

.marL10 {
    margin-left: 10px !important;
}

.marL15 {
    margin-left: 15px !important;
}

.marL24 {
    margin-left: 24px !important;
}

.marB5 {
    margin-bottom: 5px !important;
}

.marB10 {
    margin-bottom: 10px !important;
}

.F46B50F {
    color: #46B50F !important;
}

.F666 {
    color: #666 !important;
}

.F2263E6 {
    color: #2263E6 !important;
}

.F2007FE {
    color: #2007FE !important;
}

.D603F0 {
    color: #D603F0 !important;
}

.F61CC2C {
    color: #61CC2C !important;
}

.FBF73A {
    color: #FBF73A !important;
}

.FF0101 {
    color: #FF0101 !important;
}

.EE182C {
    color: #EE182C !important;
}

.FF4859 {
    color: #FF4859 !important;
}

.F2263E5 {
    color: #2263E5 !important;
}

.F909399 {
    color: #909399 !important;
}

.F32735 {
    color: #F32735 !important;
}

.cursorP {
    cursor: pointer;
}

.tRight {
    text-align: right !important;
}

.tCenter {
    text-align: center !important;
}

.text-blod {
    font-weight: bold;
}

html, body {
    background-color: #fff;
    font-family: "Helvetica Neue","San Francisco","PingFang", Arial, "Microsoft YaHei";
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

#app {
    height: 100%;
}

.el-main {
    background: #fff;
    padding:10px
}

.content-h > .el-main + .el-main {
    padding: 0;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.alignCenter {
    display: flex;
    align-items: center;
}

.iconwenhaotishi {
    color: #dfdfdf;
    cursor: pointer;
}

    .iconwenhaotishi:hover {
        color: #2263E5;
    }

[v-cloak] {
    display: none;
}
/*清楚number的上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*清楚浮动*/
.clearfix {
    _zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
    }
/*遮罩*/
.modal-mask {
    background: rgba(0,0,0,0.5);
    z-index: 4;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-top {
    z-index: 5;
    position: relative;
}
/*表格样式*/
.el-table th, .el-table thead th.el-table__cell {
    background-color: #fcfcfc;
}

.el-table thead th{
    font-size: 14px;
    font-weight: normal !important;
    color: #444 !important;
}

.el-table .cell {
    /*overflow: inherit;*/
    line-height: normal;
    word-break: break-word;
}

.el-table__body tr {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
/*带图标小按钮*/
.el-button.label-btn, .label-btn.el-dropdown {
    font-size: 14px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 4px;
    padding-right: 18px;
    margin-left: 0px;
    font-weight: 400;
}

    .el-button.label-btn.el-button--text > .iconfont {
        font-size: 14px;
    }

.el-button [class*=iconfont] + span {
    margin-left: 5px;
}
/*解释按钮*/
.label-tip {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('../image/common/tip.png') no-repeat;
    background-size: cover;
    vertical-align: top;
    cursor: pointer
}


.el-tabs__active-bar {
    background: #0094ff;
}

/* 按钮样式 */
.el-button {
    padding: 8px 18px;
    border-radius: 2px;
    min-width: 44px;
    text-align: center;
    font-size: 14px;
    font-weight:400;
}

    .el-button.mini {
        padding: 5px 10px;
        min-width: auto;
    }

/*选框按钮*/
.el-checkbox__label, .el-radio__label {
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
    vertical-align: middle;
    line-height: 16px;
}

/* 模态框 */
.el-dialog__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .el-dialog .el-dialog__body {
        flex: 1;
        overflow: auto;
        font-size: 14px;
    }

.el-dialog__wrapper .el-dialog__footer {
    padding: 10px 20px 10px;
    box-shadow: 0px -3px 6px rgba(123,123,123,0.06);
}

.el-dialog__header, .j-dialog-header, .j-dialog__header {
    padding: 9px 15px 8px;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid rgb(243, 243, 243);
    background: #fff;
    margin-right: 0;
    height: 40px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.j-dialog .j-dialog-header, .j-dialog .j-dialog__header {
    line-height: unset;
}

.el-dialog__header .el-dialog__headerbtn .el-dialog__close, .j-dialog-header .j-dialog-close.j-icon.icon-close, .j-dialog__header .j-dialog__close.j-icon.icon-close {
    font-size: 16px;
    color: #909399;
    font-weight: 400;
    margin-top: unset;
}

    .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover, .j-dialog-header .j-dialog-close.j-icon.icon-close:hover, .j-dialog__header .j-dialog__close.j-icon.icon-close:hover {
        color: #0094ff
    }

.j-dialog .j-dialog-header .j-dialog-close:hover, .j-dialog .j-dialog__header .j-dialog-close:hover {
    background: unset;
}

.el-dialog__title, .j-dialog-header .title-icon, .j-dialog__header .title-icon {
    font-size: 14px;
    font-weight: 700;
}

.el-dialog__headerbtn, .j-dialog-header .j-dialog-close.j-icon.icon-close, .j-dialog__header .j-dialog__close.j-icon.icon-close {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: var(--el-message-close-size, 16px);
    padding: 0px;
    background: 0px 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: 0px;
}
    .el-dialog__headerbtn .el-dialog__close {
        font-weight: bold;
        font-size: 20px;
    }


.el-dialog__body {
    padding: 10px 20px;
}

.el-dialog__footer {
    padding: 0px 20px 10px
}

.modal-panel-title {
    height: 36px;
    background: rgba(225,227,230,0.25);
    line-height: 36px;
    color: #333333;
    padding-left: 20px;
}

.modal-panel-con-title {
    color: #666666;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

/*提示*/
.el-tooltip__popper.is-light {
    border: none;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    color: #606266
}
/*底部按钮区域*/
.footer-box {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .footer-box.fiexd {
        width: -moz-calc(100% - 32px);
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        box-shadow: 0px -5px 6px rgba(123,123,123,0.06);
        position: fixed;
        bottom: 0;
        z-index: 2;
    }
/*标签页下划线*/

.el-tabs__item {
    padding: 0 18px;
    height: 44px;
    line-height:44px;
}

div.el-tabs__item.is-active {
    color: #0094ff;
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 12px;
}


.el-tabs__nav-wrap::after {
    height: 1px;
}
/*下拉菜单样式优化*/
.el-dropdown-menu__item {
    word-break: break-word;
    padding: 6px 20px;
    line-height: 10px;
}

.el-select-dropdown__item, .el-dropdown, .el-dropdown-menu__item, .el-input--small, .el-button.label-btn.el-button--text, .el-checkbox__label, .el-tabs__item, .el-form-item__content, .el-form-item__label, .el-radio__label {
    font-size: 14px;
}
/*内部iframe样式优化*/
.inside-iframe .el-dialog__body {
    padding: 0;
}

.inside-iframe .iframes {
    height: auto;
}

.inside-el-dialog__footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 10px 20px 10px;
    box-shadow: 0px -3px 6px rgba(123,123,123,0.06);
    background: #fff;
    z-index: 2;
}
/*下方表单间距*/

.modal-panel2 .el-form-item {
    margin-bottom: 4px;
}

/*操作时抖动问题*/

.el-checkbox ::after, .reprint-remark-form .el-form-item__error, .el-radio ::after,
.el-icon-caret-right, .el-tabs__active-bar {
    transition: none !important;
}

.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.overflow-ellipsis2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*列表菜单上移下移*/
.operate-moves {
    text-align: right;
}

    .operate-moves i {
        font-size: 14px;
        cursor: pointer;
        padding: 2px;
        transition: color .3s;
    }

/*解决表格滚动条bug*/
.el-table__fixed, .el-table__fixed-right {
    pointer-events: none;
}

.el-table__fixed-header-wrapper, .el-table__fixed-body-wrapper, .el-table__fixed-footer-wrapper {
    pointer-events: auto;
}

.el-table .el-table__body-wrapper {
    pointer-events: auto;
}

/*上下表格拖动改变高度*/
.table-move-line {
    width: 100%;
    height: 7px;
    border-top: 3px dashed transparent;
    cursor: n-resize;
    position: fixed;
    left: 0;
    z-index: 2;
}
/*输入框名称*/
.el-form-item--small .el-form-item__label {
    line-height: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    z-index: 1;
    word-break: break-word;
}

/*.el-tabs__header + .el-tabs__content
{
	padding-top: 8px;
}
*/
.el-tabs--border-card > .el-tabs__content {
    padding: 0;
}

.el-pagination button, .el-pagination span:not([class*=suffix]), .el-pagination__sizes .el-input .el-input__inner {
    font-size: 14px;
}

.el-link {
    font-size: 14px;
}

.el-popover.pad6 {
    padding: 6px;
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
    border-top-color: #fff;
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
    border-bottom-color: #fff;
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
    border-right-color: #fff;
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
    border-left-color: #fff;
}
/* 修改element表头错位的问题 */
body .el-table th.gutter {
    display: table-cell !important;
}

body .el-table colgroup.gutter {
    display: table-cell !important;
}

.el-table .warning-row {
    background: oldlace;
}

.el-table .success-row {
    background: #f0f9eb;
}


.el-pagination__sizes .el-select {
    width: auto;
}

.el-date-editor .el-range-input, .el-date-editor .el-range-separator {
    font-size: 14px;
}

.el-date-editor .el-range__icon {
    font-size: 14px;
    line-height: 28px;
}

.jst-li {
    cursor: pointer;
    color: #303133;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tight-form {
    padding-bottom: 4px;
    font-size: 0;
}

.select-tags-input .el-select__tags {
    white-space: nowrap;
    overflow: hidden;
    flex-wrap: nowrap;
    margin-left: 5px;
}

.el-select__tags-text {
    display: inline-block;
    max-width: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.tight-form .el-input.el-input--small, .tight-form .el-select.el-select--small {
    width: 162px;
}

.tight-form .el-form-item--small.el-form-item {
    margin-bottom: 6px;
    margin-right: 6px;
    color: #606266;
}

.tight-form .el-range-editor--small.el-input__inner {
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
}

.tight-form .el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}

.tight-form .el-form-item--small .el-form-item__content, .tight-form .el-form-item--small .el-form-item__label {
    /*line-height: normal;*/
}

.tight-form .el-input-group.el-input.el-input--small, .tight-form .el-input-group.el-select.el-select--small {
    width: 330px;
}

.tight-form .el-input-group__prepend .el-input.el-input--small, .tight-form .el-input-group__prepend .el-select.el-select--small {
    width: auto;
}

.tight-form .el-date-editor {
    width: 330px;
}

.tight-form .el-input--small.el-input-group .el-input-group__prepend {
    height: 28px;
    line-height: 26px;
    background: #fff;
    padding-left: 21px;
}

    .tight-form .el-input--small.el-input-group .el-input-group__prepend .el-input__inner {
        height: 30px;
    }

.tight-form .el-input-group__prepend .el-select .el-input {
    width: 158px;
}

.tight-form .el-form--inline .el-form-item .el-form-item__label, .tight-form .el-form--inline .el-form-item .el-form-item__content {
    display: inline-block;
    vertical-align: middle;
}

.jst-title {
    z-index: 99999999999999999;
}

.table-searchbar {
    padding: 10px 10px 5px;
    border-bottom: 6px solid #f3f3f3;
}

.content-h > .el-main:not(.table-searchbar) + .el-main {
    border-top: 6px solid #f3f3f3;
}

.search-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom:6px;
}

.table-toolbar {
    padding: 6px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .table-toolbar .el-button, .table-toolbar .table-label-btn, .table-toolbar button.j-button.table-label-btn {
        color: #0094ff;
        border: none;
        background-color: transparent;
        padding: 4px;
        height: 32px;
        margin-right: 10px;
        font-weight: 400;
    }

        .table-toolbar .el-button:hover, .table-toolbar .table-label-btn:hover, .table-toolbar button.j-button.table-label-btn:hover {
            background-color: #f5f7fa;
            color: #0094ff;
        }

        .table-toolbar .table-label-btn + .table-label-btn{
            margin-left:0;
        }
div.j-select-btn button.j-button.table-label-btn {
    margin-right: 0;
}
.page-size-panel input.el-input__inner {
    width: 80px;
}

.el-link.el-link--default {
    font-size: 14px;
}

.el-table__row .el-link.el-link--default {
    color: #0094ff;
}

el-main > div.el-image.full-img {
    position: absolute;
}

.toolbar.footer, .el-dialog__footer, div.el-dialog__footer, .el-dialog__wrapper .el-dialog__footer, .el-dialog__wrapper div.el-dialog__footer {
    padding: 0px;
    padding-right: 10px;
    text-align: right;
    background-color: #fff;
    border-top: 1px solid #eee;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    box-shadow: none;
}

    .toolbar.footer > * {
        margin-left: 4px;
    }

.el-table.el-table--border {
    border: 1px solid #e1e1e1;
}

header.el-drawer__header {
    height: 40px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 40px;
    margin: 0px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid rgb(243, 243, 243);
}

div.v-modal {
    opacity: 0.1;
}

.el-icon.el-dialog__close {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}


.el-tabs > .el-tabs__header {
    margin: 0px;
    background-color: #fff;
}

div.el-form-item {
    margin-bottom: 12px;
}

.table-searchbar div.el-form-item {
    margin-bottom: 5px;
}

.el-button.reset-btn {
    border: 1px solid #eee;
}

.el-button.search-btn {
    background-color: #ecf5ff;
    color: #0094ff;
    border-radius: 2px;
    border: 1px solid #c6e2ff;
}

    .el-button.search-btn:hover {
        background-color: #0094ff;
        color: #fff;
        border-radius: 2px;
        border: 1px solid #0094ff;
    }

    .el-button.search-btn + .el-button.reset-btn {
        margin-left: 4px;
    }

.table-footer {
    display: flex;
    align-items: center;
    padding-top: 2px;
    justify-content: flex-end;
    padding-right: 0px;
}

ul.el-pager li.active, li.el-select-dropdown__item.selected {
    color: #0094ff;
    background-color: none;
}

.panel ul > li.active, .panel ul > li:hover {
    color: #fff;
    background-color: #0094ff;
}

.el-pagination li {
    font-weight: 400;
}

.el-input__inner:focus:not(:disabled) {
    border-color: #0094ff;
}
.el-table__cell .table-btn,
.cell .el-link.el-link--default,
.umy-table-beyond .table-btn,
.el-table .cell .table-btn {
    min-width: 20px;
    height: 21px;
    line-height: 100%;
    border: none;
    color: #0094ff;
    padding: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: 8px;
}
    .el-table__cell .table-btn + .table-btn,
    .umy-table-beyond .table-btn + .table-btn,
    .el-table .cell .table-btn + .table-btn {
        margin-left: 0;
    }

    .el-table__cell .table-btn:hover,
    .cell .el-link.el-link--default:hover,
    .umy-table-beyond .table-btn:hover,
    .el-table .cell .table-btn:hover {
        border-bottom: 1px solid #06be00;
        color: #06be00;
    }

.cell .el-link.is-underline:hover:after {
    border-bottom: 0px solid #409EFF !important
}

*:disabled {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.75;
}

.el-table__body tr.hover-row {
    background-color: #f3f3f3;
}

.el-table__body tr.current-row {
    background-color: #ffffd9;
}

.el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .el-table__body tr.hover-row > td.el-table__cell {
    background-color: transparent;
}

.el-table__body tr.current-row > td.el-table__cell, .el-table__body tr.hover-row.current-row > td.el-table__cell {
    background-color: transparent;
}

.el-image-viewer__next, .el-image-viewer__prev {
    border-radius: 50%;
}

.dialog-footers {
    padding: 10px;
    /*box-shadow: 0px -3px 6px rgba(123,123,123,0.06);*/
    border-top: 1px solid #eee;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

    .dialog-footers .dialog-footers-con {
        flex: 1
    }

.dialog-page {
    padding: 10px;
    overflow: auto;
    flex: 1;
}

.padX10 {
    padding: 0 10px !important;
}

.f000 {
    color: #000;
}

.el-input__inner {
    padding: 0 6px;
    font-size:14px;
}

.el-input--prefix .el-input__inner {
    padding-left: 18px;
}

.el-input__prefix {
    left: 0px;
}

.el-input__icon {
    width: 20px;
    display: inline-block;
}

*:focus-visible {
    outline: none;
}

.el-drawer__header {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.el-form-item--small.el-form-item {
    margin-bottom: 12px;
}

/*1.显示滚动条：当内容超出容器的时候，可以拖动：*/
.el-drawer__body {
    overflow: auto;
    /* overflow-x: auto; */
}

.el-scrollbar__wrap {
    overflow-x: auto;
}

.el-select-dropdown .el-scrollbar__wrap {
    overflow-x: scroll;
}

.jst-multi-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.el-scrollbar__bar.is-vertical {
    opacity: 0.6;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: none;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: none;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgba(144,147,153,.3);
}

/*tab标签页样式*/
.jst-tabs {
    padding-left: 24px;
    height: 46px;
    background: #fff;
    border-bottom: 1px solid #e4eaee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .jst-tabs>div>div.el-tabs__header {
        margin: 0;
    }

    .jst-tabs>div>div.el-tabs__header .el-tabs__nav-scroll {
        padding: 0;
    }

    .jst-tabs>div>div.el-tabs__header .el-tabs__active-bar {
        display: none;
    }

    .jst-tabs>div.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
        padding-left: 0;
    }

    .jst-tabs > div > div.el-tabs__header .el-tabs__item {
        height: 36px;
        line-height: 36px;
        padding: 0 3px;
        font-size: 14px;
    }

        .jst-tabs > div > div.el-tabs__header .el-tabs__item > span {
            padding: 6px 20px;
            font-size: 14px;
            font-weight: bold;
        }

            .jst-tabs > div > div.el-tabs__header .el-tabs__item > span .iconfont {
                font-size: 14px;
                margin-right: 8px;
                color: #8c9ea8;
            }

        .jst-tabs > div > div.el-tabs__header .el-tabs__item.is-active > span, .jst-tabs > div > div.el-tabs__header .el-tabs__item:hover > span {
            border-radius: 20px;
            background-color: #f0f9ff;
            color: #00a1ff;
            text-align: center;
        }

            .jst-tabs > div > div.el-tabs__header .el-tabs__item.is-active > span .iconfont, .jst-tabs > div > div.el-tabs__header .el-tabs__item:hover > span .iconfont {
                color: #00a1ff;
            }

    .jst-tabs > div > div.el-tabs__header .el-tabs__nav-wrap::after {
        display: none;
    }

.jst-tabs.style2 {
    height: initial;
    display: block;
    border-bottom: none;
    padding-left: 0;
}
.jst-tabs.style2>div>div.el-tabs__header.is-top{
    padding: 5px 24px;
    height: 46px;
    box-sizing:border-box;
    border-bottom: 1px solid #e4eaee;
}

/*搜索框样式*/
.search {
    font-size: 14px;
}

    .search.el-input--prefix .el-input__inner {
        padding-left: 26px;
    }

    .search .el-input__prefix {
        left: 8px;
    }

    .search .el-input__icon {
        width: auto;
        font-size: 14px;
        color: #C0C4CC
    }

.icon-button.el-button, .icon-button.j-button {
    min-width: 0;
    padding: 7px;
    font-size: 14px;
}
    .icon-button.el-button i, .icon-button.j-button i {
        font-size: 16px;
    }

.el-button.el-button--default:not(.el-button--primary):focus {
    color: #606266;
    border-color: #DCDFE6;
    background-color: #fff;
}

.shadow-bottom {
    box-shadow: 0px 3px 6px #666666a3;
}
/*富文本编辑器样式修改*/
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background: #dbdddf !important;
    cursor: pointer;
}
.tox .tox-tbtn {
    cursor: pointer;
}
.tox .tox-toolbar__group button, .tox .tox-split-button {
    margin-right: 5px !important;
}
.tox .tox-toolbar__group button>span{
    cursor:pointer;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
    background-color: #fafbfb !important;
    box-shadow: none !important;
    border-bottom: 1px solid #dcdfe6 !important;
}
.tox-tinymce {
    border: 1px solid #dcdfe6 !important;
    border-radius: 2px !important;
}
.tox .tox-tbtn:hover {
    background: #dbdddf !important;
}
.tox .tox-mbtn--active {
    color: #2c6ecb !important;
    background: #e5effd !important;
}
.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover {
    background: #e5effd !important;
}
.tox .tox-tbtn--enabled svg, .tox .tox-tbtn--enabled:hover svg{
    fill: #2c6ecb !important;
}
.success {
    color: #67C23A;
}

.error {
    color: #F56C6C;
}
.warn {
    color: #E6A23C;
}

.el-switch.is-checked .el-switch__core {
    border-color: #13ce66;
    background-color: #13ce66;
}

.j-main-bj-grey{
    background-color:#eee;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
    background-color: #ecf5ff;
    border-color: #c6e2ff;
    color: #0094ff;
    border-top-color: #DCDFE6;
    border-bottom-color: #DCDFE6;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner:hover {
    color: #ffffff;
    background-color: #79bbff;
}
.el-radio-button__inner:hover {
    background-color: #ecf5ff;
    border-color: #c6e2ff;
    color: #0094ff;
    border-top-color: #DCDFE6;
    border-bottom-color: #DCDFE6;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
    box-shadow: -1px 0 0 0 #c6e2ff;
}

.j-dialog__new header.el-drawer__header {
    border-bottom: 2px solid #0094ff;
}
.j-dialog__modify header.el-drawer__header {
    border-bottom: 2px solid #0b0;
}
.j-dialog__modify .el-button--primary, .j-dialog__modify .el-button--primary:hover{
    background-color: #0b0;
    color: #fff;
    border-color: #0b0;
}
.el-form--label-top .el-form-item__label {
    line-height: 28px;
    font-size: 14px;
    padding: 6px 10px 6px 0;
    color: #666;
}
.el-drawer__wrapper .el-form-item__content {
    line-height:initial;
}
.el-drawer__wrapper div.el-form-item {
    margin-bottom:16px;
}

.j-popover-list {
    padding: 6px 0;
}

.j-popover-item {
    word-break: break-word;
    padding: 6px 20px;
    line-height: 30px;
    cursor: pointer
}

    .j-popover-item.active, .j-popover-item:focus, .j-popover-item:not(.is-disabled):hover {
        background-color: #ecf5ff;
        color: #0094ff;
    }

    .j-popover-item.is-disabled {
        cursor: default;
        color: #bbb;
        pointer-events: none;
    }

    .import-dialog .describe {
        padding: 8px 10px;
        background: #FFF5BE;
        border: 1px solid #FCE276;
        color: #666666;
        font-size: 12px;
        line-height: 22px;
    }

    .import-dialog .describe .iconfont {
        font-size: 14px;
        color: #FD8837;
    }
    .import-dialog .upload-demo {
        margin-top: 10px
    }
    .import-dialog .el-upload, .import-dialog .el-upload-dragger, .import-dialog .j-upload, .import-dialog .j-upload-dragger{
        width: 100%;
    }
    .import-dialog .el-upload-list__item:first-child,  .import-dialog .j-upload-list__item:first-child{
        margin-top: 5px;
    }

    .import-dialog .describe .tip{
        display: flex;
    }
    .import-dialog .import-way{
        margin: 10px 10px 0 0;
    }
    .import-dialog .import-way .tip{
        color:red;
        font-size:13px;
        margin-top:8px;
    }
    .import-dialog .dialog-body{
        padding: 10px 20px;
    }
    .import-dialog .footer-btn-iframe{
        padding: 9px 0 9px 20px;
        position: fixed;
        bottom: 0;
        width: calc(100% - 20px);
        display: flex;
        justify-content: start;
    }
    .import-dialog .footer-btn-iframe button + button {
        margin-left: 10px;
    }
    .import-dialog .j-dialog-footer,  div.import-dialog div.el-dialog__footer {
        padding-left: 20px;
        border-top: 0!important;
        text-align: left;
    }
    .import-dialog-iframe.import-dialog .describe {
        margin: 10px 20px;
    }
    .import-dialog-iframe .upload-demo{
        margin:20px 0 0 20px;
    }
    .import-dialog-iframe.import-dialog .describe {
        margin: 10px 20px;
    }
    .import-dialog-iframe div.el-upload.el-upload--text {
        width: calc(100% - 20px);
    }
    div.import-dialog div.el-dialog__footer {
        border-top: 0;
        justify-content: start;
        padding-left: 20px;
    }
    .grid-content {
        padding: 6px 10px;
        color: #666;
        background-color: #FFF5BE;
        font-size: 14px;
        margin: 10px 10px 0 10px;
        border: 1px solid #FCE276;
        display: flex;
        position: relative;
        line-height: 16px;
    }
    .el-main:has(>.el-main) .grid-content {
        margin-top: -5px;
    }
    .el-main .grid-content {
        margin: 0;
    }
        .grid-content .el-icon-close, .grid-content .icon-close{
            margin-left: auto;
            cursor:pointer;
        }
        .grid-content .icontixing1 {
            color: rgb(253, 136, 55);
            margin-right: 4px;
        }
    
    
    
        .grid-content .el-link {
            font-size: 12px;
        }
    
        .grid-content .el-button.el-button--text, .grid-content button {
            font-size: 12px;
            padding: 0;
            line-height: 1;
            height: unset;
        }
    
        .el-dialog .grid-content, .j-dialog .grid-content, .el-form .grid-content, .tight-form .grid-content{
            margin: 0;
        }
        .el-dialog__body:has(.grid-content) {
            padding-top: 5px;
        }
.el-message-box__message {
    max-height: 300px;
    overflow: auto;
}
.el-message {
    word-break: break-word;
}



.el-popover.el-popper {
    box-sizing: border-box
}

input.el-upload__input[type=file] {
    display: none !important;
}