body{
    background-color: #F0F2F5;
}
body::-webkit-scrollbar {
    width : 7px;
    height: 7px;
}
body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
    background: #979797;
}
.page-header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 60px;
    background-color: #0b5ed7;
    box-shadow: 0 1px 1px 0 #0b5ed7;
    z-index: 1030;
    background-image: url(/image/background/header-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
}
.header-box{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header-box .page-logo {
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-align: center;
}
.header-box .page-menu{
    width: 71%;
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}
.header-box .page-menu .nav.nav-menu{
    flex-direction: row;
    align-items: center;
    margin-right: auto;
}
.page-menu>.nav>.nav-item{
    padding: 10px 0;
}
.page-menu>.nav>.nav-item>a{
    text-decoration: none;
    font-weight: bold;
    font-size: 15.4px;
    display: block;
    color: #e5e5e5;
    padding: 0.15rem 0.85rem;
    border-radius: 4px;
}
.page-menu>.nav>.nav-item.show>a,
.page-menu>.nav>.nav-item:hover>a{
    background-color: #2E7BFF;
}
.page-logo img{
    height: 35px;
}
.page-logo span{
    font-size: 1rem;
    font-weight: 600;
}
.page-menu>.nav-menu .dropdown::after{
    display: none;
}
.header-box .dropdown-menu{
    padding: 15px;
    min-width: 200px;
    max-width: 860px;
    position: absolute;
}
.header-box .dropdown-menu .menu-block {
    display: flex;
    align-items: baseline;
}
.header-box .dropdown-menu .third-menus-box{
    line-height: 30px;
    min-width: 310px;
}
.header-box .dropdown-header{
    padding: .5rem 0 0 .5rem;
    flex-shrink: 0;
    min-width: 92px;
    color: #1D2129;
    color: #555;
    font-weight: bold;
}
.header-box .dropdown-item .bi-dot{
    margin-left: -15px;
}
.header-box .dropdown-menu-dark{
    top: 50px;
    background-color: #ffffff;
    color: #1D2129;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.header-box .dropdown-menu:before{
    border-bottom: 10px solid #ffffff;
    top: -10px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 25px;
}
.header-box .dropdown-item{
    font-size: .85rem;
    color: #1D2129;
    font-weight: normal;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    min-width: 80px;
    width: auto;
    display: inline-block;
}
.header-box .dropdown-item span{
    padding: 2px 5px;
}
.dropdown-menu-dark .dropdown-item:hover span, .dropdown-menu-dark .dropdown-item:focus span{
    border-radius: 4px;
    background-color: #F0F5FF;
    color: #0b5ed7;
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active{
    color: #1D2129;
    background: transparent;
}
.header-box .page-fns {
    position: absolute;
    right: 5px;
}
.header-box .nav.topbar-menu{
    flex-direction: row;
    align-items: center;
}
.header-box .page-fns .topbar-menu li>a{
    text-decoration: none;
    font-weight: bold;
    font-size: 15.4px;
    display: block;
    color: #e5e5e5;
    padding: 0.75rem 0.6rem;
}
.page-fns .rounded-circle{
    height: 32px;
    display: inline-block;
}

.page-fns .nav-user-name{
    margin: 0 5px 0 5px;
}
.dropdown-menu-right{
    left: auto;
    right: 0;
}
.page-fns .dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 25px;
}
.dropdown-menu.userinfo-menu{
    width: 220px;
}
.userinfo-menu .media-body{
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    color: #1D2129;
}
.userinfo-menu .media-body h5{
    margin: 0;
}
.userinfo-menu .dropdown-item-text{
    padding: 0.5rem 1rem;
}
.header-box .dropdown-menu.userinfo-menu .menu-block{
    display: block;
}
.header-box .dropdown-menu.userinfo-menu .dropdown-item{
    display: block;
    height: 30px;
    line-height: 30px;
}


.left-sidebar{
    top: 60px;
    bottom: 0;
    position: fixed;
    width: 250px;
    left: 0;
    z-index: 50;
    background: #fff;
    border-right: 1px solid #f3f3f3;
    box-shadow: 0 0 2px 0 #e9e9e9;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    overflow-y: hidden;
}
.left-sidebar:hover{
    overflow-y: auto;
}
.left-sidebar::-webkit-scrollbar {
    width : 7px;
}
.left-sidebar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #d4d3d3;
}

.side-nav-menu{
    list-style: none;
    padding-left: 0;
}
.left-sidebar .sidebar-nav-menu{
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}
.sidebar-nav-menu .menus-title{
    padding: 25px 30px 10px 30px;
    font-weight: bold;
    color: #757a85;
}
.sidebar-nav-menu>li>a{
    padding: 9px 30px;
    color: #000!important;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: relative;
}
.sidebar-nav-menu .sub-menu{
    position: relative;
    padding: 0;
    display: none;
}
.sidebar-nav-menu .sub-menu:before{
    position: absolute;
    content: ' ';
    height: 100%;
    width: 1px;
    background: #e5e9ec;
    left: 37px;
}
.sidebar-nav-menu .sidebar-sub-menu-show .sub-menu{
    display: block;
}
.sidebar-nav-menu>li .sidebar-item{
    padding-left: 47px;
}
.sidebar-nav-menu>li .sidebar-item a{
    display: block;
    line-height: 1.5!important;
    padding: 5px;
    color: #596b8c;
    text-decoration: none;
}
.sidebar-nav-menu>li .sidebar-item.current-page a{
    color: #4700ed !important;
}
.sidebar-nav-menu li .bi{
    margin-right: 5px;
}
.sidebar-nav-menu>li>a:after{
    position: absolute;
    content: " ";
    width: 0.5em;
    height: 0.5em;
    border-color: #333333;
    right: 40px;
    top: 12px;
    border-style: solid;
    transition: all .3s ease-out;
    border-width: 1px 0 0 1px;
    font-size: 0.875rem;
    transform: rotate(-225deg) translateY(-50%);
}
.sidebar-nav-menu .sidebar-sub-menu-show>a:after{
    transform: rotate(-135deg) translateY(-50%)!important;
}
.modal-fullscreen {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    left: 0!important;
}


.content-wrapper{
    position: absolute;
    top: 60px;
    width: calc(100% - 250px);
    left: 250px;
    padding: 15px 15px 15px 15px;
    font-size: .85rem;
}
.content-tab-wrapper {
    height: calc(100% - 60px);
    position: fixed;
    padding: 0;
}
.content-wrapper .breadcrumb{
    margin: 0 0.5rem 0.5rem 0.5rem;
}
.content-wrapper .container-fluid{
    padding: 5px 5px;
}
.list-group{
    display: block;
}
.fr {
    float: right;
}


.list-layout {
    padding: 5px 0 0 0;
}
.list-table {
    font-size: 14px;
    display: inline-block;
    position: relative;
    border: 1px solid #d8dfeb;
    border-radius: 0.25rem;
}
.list-title {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    min-height: 36px;
    table-layout: fixed;
}
.table-thead{
    margin: 0;
}
.list-title li,
.list-table th{
    font-size: 12px;
    border-top: 0;
    font-weight: 600;
    border-bottom: 1px solid #d8dfeb;
    background-color: #eee;
    color: #5e5e5e;
    padding: 7px 8px;
    display: table-cell;
    min-width: 1%;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}
.list-tfoot span.bold {
    display: block;
    padding: 0 0 0 3px;
    border-top: 1px solid #d8dfeb;
}
.list-table>.list-tbody {
    overflow-y: auto;
}
.list-table>.list-tbody::-webkit-scrollbar {
    width : 7px;
}
.list-table>.list-tbody::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #979797;
}
.list-table .list-body,
.list-table .list-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.list-table .group-nodata{
    background-color: #f8f8f8;
    border-color: #e0e0e0;
    color: #6A6A6A !important;
    border-radius: 0;
    margin: 5px !important;
}
.list-table .group-nodata p{
    margin: 0;
}
.list-table .list-body ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-table .list-body li ul li,
.list-table .list-body>tr>td{
    font-size: 12px;
    padding: 7px 8px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}
.list-body>li + li {
    border-top: 1px solid #d8dfeb;
}
.list-body>li:last-child{
    border-bottom: 1px solid #d8dfeb;
}


.list-table p{
    padding: 0;
    margin: 0;
}

.list-table img{
    max-height: 50px;
}

.panel-footer {
    min-height: 52px;
    background-color: #f8f8f8;
    border-top: 1px solid #d8dfeb;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel .panel-toolbar .static-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    color: #777;
}
.list-tfoot .btn-group,
.list-tfoot .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.list-tfoot .jump-pages{
    width: auto;
    display: inline-block;
}
.list-tfoot .form-control{
    display: inline-block;
    width: 70px;
}
.list-tfoot .panel-toolbar{
    padding: 5px;
}
.list-tfoot .panel-toolbar>div{
    padding: 3px;
}
.list-tfoot .btn-outline-secondary{
    border: 1px solid #d8dfeb;
}

.list-table a{
    display: inline-block;
    padding: 0 3px;
}
.list-layout .list-buttons{
    margin: 5px 0 5px 0;
}
.list-layout .list-buttons .btn-group + .btn-group{
    margin-left: 1px;
}

.list-layout .son-list-layout{
    padding: 25px 15px 15px 15px;
}
.son-list-layout table,
.son-list-layout .list-table{
    border: 1px solid #d8dfeb;
}
.son-list-layout table td,
.son-list-layout .list-table li{
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.pct0 {
    width: 0%;
}

.pct1 {
    width: 1%;
}
.pct2 {
    width: 2%;
}
.pct3 {
    width: 3%;
}
.pct4 {
    width: 4%;
}
.pct5 {
    width: 5%;
}
.pct6 {
    width: 6%;
}
.pct7 {
    width: 7%;
}
.pct8 {
    width: 8%;
}
.pct9 {
    width: 9%;
}
.pct10 {
    width: 10%;
}
.pct11 {
    width: 11%;
}
.pct12 {
    width: 12%;
}
.pct13 {
    width: 13%;
}
.pct14 {
    width: 14%;
}
.pct15 {
    width: 15%;
}
.pct16 {
    width: 16%;
}
.pct17 {
    width: 17%;
}
.pct18 {
    width: 18%;
}
.pct20 {
    width: 20%;
}
.pct21 {
    width: 21%;
}
.pct22 {
    width: 22%;
}
.pct23 {
    width: 23%;
}
.pct24 {
    width: 24%;
}
.pct25 {
    width: 25%;
}
.pct26 {
    width: 26%;
}
.pct27 {
    width: 27%;
}
.pct28 {
    width: 28%;
}
.pct29 {
    width: 29%;
}
.pct30 {
    width: 30%;
}
.pct35 {
    width: 35%;
}
.pct40 {
    width: 40%;
}
.pct45 {
    width: 45%;
}
.pct50 {
    width: 50%;
}
.pct60 {
    width: 60%;
}
.pct65 {
    width: 65%;
}
.pct70 {
    width: 70%;
}
.pct80 {
    width: 80%;
}
.pct90 {
    width: 90%;
}
.pct100 {
    width: 100%;
}

.m_r_1em {
    margin-right:1em !important;
}


.btn-info {
    color: #fff !important;
}
label.required:before{
    position: absolute;
    top: auto;
    bottom: auto;
    display: inline-block;
    font-size: 17px;
    color: #ea644a;
    content: '*';
    margin-left: -10px;
}
label.required{
    margin-left: 10px;
}
label.label-right.required{
    margin-left: 0;
    text-align: right;
}
label.label-right{
    margin-left: 0;
    text-align: right;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #6f6f6f;
}
.form-label {
    margin-bottom: 0.25rem;
}

.modal .modal-dialog{
    margin: 70px auto 0 auto;
    max-width: 700px;
}
.modal .modal-header{
    background: linear-gradient(250deg, #f7f9fa, #f9f9f9);
    border-bottom: 1px dashed #eee;
}
.modal .modal-title{
    font-size: 1.1rem;
    font-weight: 600;
}
.modal .modal-body{
    padding: 25px;
}
.modal .form-group{
    margin-bottom: 10px;
}
.modal .modal-footer{
    padding: 0.5rem;
    border-top: 1px dashed #eee;
    background-color: #f7f9fa;
}

.list-tfoot .pagger-box{
    padding: 10px 10px 0 10px;
    display: inline-block;
}
.pagger-box .page-wrap{
    display: inline-grid;
    overflow: hidden;
    white-space: nowrap;
}
.pagger-box .page-select{
    width: 999999999px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
}
.pagger-box .page-wrap ul li {
    width: 45px;
    text-align: center;
    cursor: pointer;
    padding: 0.38rem 0;
}
.pagger-box .page-wrap ul li.sel-page{
    color: #641acf;
    font-weight: bold;
}
.pagger-box .btn{
    margin: 1px;
    min-height: 34px;
}
.list-tfoot .btn-min-page{
    margin: 0 0.25rem !important;
    padding: 2px 5px;
}
.pagger-box .jump-text{
    display: inline-block;
    width: 65px;
    margin: 0 5px;
}


    /*右侧modal*/
.modal.modal-right{overflow-x: hidden;overflow-y: auto;}
.modal.modal-right .modal-dialog-right {position: absolute;top: 0;height: 100%;margin: 0!important;border-width: 0;border-radius: 0;right: -100% !important;opacity: 0;transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;}
.modal.modal-right .modal-dialog-right .modal-content{height: 100%;border-width: 0;}
.modal.modal-right.show .modal-dialog-right{right: 0 !important;opacity: 1;}
.modal.modal-right .modal-dialog-right .modal-header{height: 73px;border-bottom: 1px dashed #eee;background: linear-gradient(250deg, #f7f9fa, #f9f9f9);}
.modal.modal-right .modal-dialog-right .modal-header .modal-title{font-weight: 600;color: #444;width: 100%;text-align: center;}
.modal.modal-right .modal-dialog-right .modal-body{background-color: #ffffff;min-height:-webkit-calc(100% - 145px);min-height:-moz-calc(100% - 145px);min-height:calc(100% - 145px);}
.modal.modal-right .modal-dialog-right .modal-footer{height: 60px;border-radius: 0;border-top: 1px dashed #eee;background-color: #f7f9fa;}
.modal-dialog-right .modal-body .form-group {
    margin-bottom: 15px;
}

.modal-body{
    overflow-y: auto;
}
.modal-body::-webkit-scrollbar {
    width : 7px;
    height: 7px;
}
.modal-body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #979797;
}


.loading_large {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    background-color: #00000026;
}
.loading_text {
    display: inline-block;
    border-radius: 30px;
    background-color: #000;
    padding: 10px 20px 10px 20px;
    line-height: 30px;
    color: #fff;
    font-size: 1em;
    font-family: Microsoft JhengHei,Arial,Helvetica,sans-serif;
    filter: alpha(opacity:50);
    opacity: 0.5;
    border: 5px solid rgba(255,255,255,0.5);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -95px;
    margin-top: -30px;
}

.panel-navbar {
    border-radius: 3px;
    border: 1px solid #d8dfeb;
    position: relative;
}
.panel-navbar .list-group{
    padding: 10px;
}
.panel-navbar .list-group + .list-group{
    border-top: 1px solid #d8dfeb;
}
.panel-navbar .list-group>.query-group{
    padding: 0 5px;
}
.panel-navbar .query-group{
    display: inline-block;
}
.panel-navbar label{
    margin: 0;
}
.panel-navbar .form-control,
.panel-navbar .form-select{
    display: inline-block;
    margin-right: 5px;
    width: 200px;
    height: 35px;
    overflow-y: hidden;
    vertical-align: middle;
}
.list-group .sort-group{
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    display: inline-block;
}
.list-group .sort-group li{
    display: inline-block;
    padding: 2px;
}
.list-group .sort-group li a{
    padding: 5px;
    text-decoration: none;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}
.list-group .sort-group li.active{
    border: 1px solid #0d6efd;
    color: #0d6efd;
}
.panel-navbar.panel-navbar-lucency{
    border-width: 0;
}
.panel-navbar.panel-navbar-lucency .list-group{
    padding: 0;
}
.panel-navbar.panel-navbar-lucency .query-group{
    padding: 0;
}


.select2-selection {
    height: 35px !important;
}
.select2-selection>span,
.select2-selection>button{
    height: 33px !important;
    line-height: 33px !important;
}
.select2-container .select2-dropdown{
    z-index: 2000;
}
.select2-results p{
    margin-bottom: 0;
}

.select2-selection--multiple .select2-selection__choice{
    padding: 1px 17px 1px 1px !important;
}
.select2-selection--multiple .select2-selection__choice__remove{
    top: 2px!important;
    left: auto !important;
    right: 0!important;
    border-right-width: 0!important;
    border-left: 1px solid #aaa !important;
    border-radius: 0 4px 4px 0 !important;
}

.select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    height: 32px;
    max-width: 80%;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block !important;
}
.select2-selection--multiple .select2-search__field{
    position: absolute;
    height: 33px !important;
    margin-top: 0 !important;
}
.select2-selection--multiple .select2-selection__clear{
    margin-top: 0!important;
}


/* Switch开关样式 */
input[type='checkbox'].switch {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 20px;
    padding: 1px;
    background: #ccc;
    border-radius: 10px;
    transition: border-color .4s, background-color .4s;
}
input[type='checkbox'].switch::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: .4s;
    position: absolute;
    left: .12rem;
}
input[type='checkbox'].switch:checked {
    background: #44bae6;
}
/* 当input[type=checkbox]被选中时：伪元素显示下面样式 位置发生变化 */
input[type='checkbox'].switch:checked::after {
    content: '';
    position: absolute;
    left: 53%;
}
input[type='checkbox'].switch:before{
    font-weight: bold;
    content: "off";
    color: #fff;
    left: 52%;
    top: 1px;
    position: absolute;
    transition: 0s;
}
input[type='checkbox'].switch:checked:before{
    content: "on";
    color: #fff;
    left: 4px;
}
input[type="checkbox"].switch:disabled {
    background-color: #dddddd;
    cursor: text;
}
.form-group textarea{
    vertical-align: top;
}
.form-group-210 .form-group label{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    width: 17%;
}
.form-group-210 .form-group .form-select,
.form-group-210 .form-group .form-control{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.form-group-210 .form-group div.maxlength{
    display: inline-flex;
    vertical-align: middle;
    width: 70%;
}
.form-group-210 .form-group div.maxlength textarea.form-control[maxlength]{
    width: 100%;
    border-radius: 0.25rem;
}

.form-group-210 .form-group div.maxlength span.textarea-counter {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 100;
    font-weight: 600;
    line-height: 24px;
    font-size: 13px;
    color: #B7B7B7;
}

.form-group .has-icon-right,
.form-group .has-icon-left,
.form-group .has-icon-center{
    position: relative;
}
.has-icon-center input{
    padding-left: 30px;
    padding-right: 30px;
}
.form-group .has-icon-right input {
    padding-right: 30px;
}
.input-control-icon-right {
    right: 0;
}
.form-group .has-icon-left input {
    padding-left: 30px;
}
.input-control-icon-left {
    left: 0;
}
.form-group .input-control-icon-left,
.form-group .input-control-icon-right{
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 5;
    opacity: .5;
    width: 35px;
    height: 100%;
    padding: 6px;
    font-weight: 600;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}
.modal-backdrop.show {
    opacity: 0;
}

body:has(.main-content) .modal .modal-dialog{
    margin: 15px auto;
    left: -125px;
}
body:has(.main-content) .jconfirm-holder{
    margin-left: -125px;
}
body:has(.main-content) .toast-message{
    margin-left: -125px;
}

.excel-import-modal .modal-dialog{
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.54;
}
.excel-import-modal .modal-title{
    font-weight: 700;
    font-size: 15px;
}
.excel-import-modal .modal-body{
    padding: 15px 10px;
}
.excel-import-modal .modal-footer{
    padding: 12px 20px;
}
.content-layout {
    margin: 0 0 5px 0;
    text-align: center;
    position: relative;
}
.content-layout .col-lg-6+.col-lg-6{
    border-left: 1px dashed #dedede;
    min-height: 270px;
}
.content-layout .import-hint{
    margin-top: 10px;
    padding-left: 20px;
    text-align: left;
}
.import-hint p{
    margin: 0 0 5px;
}
.content-layout .col-lg-6 button {
    color: #333;
    margin: 15px 0 5px 0;
    display: inline-block;
    border: 1px solid #e4e4e4;
    background: #f5f7f7;
    border-radius: 16px;
    padding: 0 12px;
    height: 36px;
}
.excel-import-modal .hint-layout p{
    text-align: left;
    margin: -5px 0 5px 35px;
}
.excel-import-modal .select2{
    width: 90%!important;
}



.content-tab-wrapper .menus-tab{
    background: #fdfdfd;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 0 2px 0 #e9e9e9;
}
.content-tab-wrapper>.menus-tab>.nav-tabs{
    border-width: 0;
}
.content-tab-wrapper .nav-link{
    padding: 0.85rem 2rem;
    color: #969696;
}
.content-tab-wrapper .nav-tabs .nav-link{
    margin: 0;
    border-width: 0;
    border-radius: 0;
}

.content-tab-wrapper .nav-item.active a{
    color: #726a7d;
    border-bottom: 2px solid #726a7d;
}
.content-tab-wrapper .nav-item a:hover{
    color: #7a7185;
    border-bottom: 2px solid #7a7185;
}

.content-tab-wrapper .page-body-wrapper {
    height: calc(100% - 48px);
    height: -webkit-calc(100% - 48px);
    height: -moz-calc(100% - 48px);
}

.main-content{
    padding: 0.75rem;
}
.text-right{
    text-align: right !important;
}
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg{
    opacity: 0;
}
.dis-none{
    display: none;
}

.popover-img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1058;
    text-align: center;
    vertical-align: middle;
}
.popover-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1056;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
.img-container{
    position: relative;
    display: inline-block;
    margin: auto;
    top: 20%;
}
.img-container img{
    max-height: 400px;
    min-height: 200px;
    border-radius: 8px;
}
.popover-img .popover-img-close{
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #5050508c;
    border-radius: 50%;
    padding: 3px;
    height: 23px;
    width: 23px;
    color: #fff;
    cursor: pointer;
}

.popover-img-unlimited {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1058;
    text-align: center;
    vertical-align: middle;
}

.popover-backdrop-unlimited {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1056;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.popover-img-unlimited .img-container-unlimited {
    position: relative;
    display: inline-block;
    margin: auto;
    top: 0;
    height: 100%;
    overflow-y: auto;
}

.popover-img-unlimited .img-container-unlimited img {
    max-height: 100%;
    border-radius: 8px;
}

.popover-img-unlimited .popover-img-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #5050508c;
    border-radius: 50%;
    padding: 3px;
    height: 23px;
    width: 23px;
    color: #fff;
    cursor: pointer;
}

.display-inline-block {
    display: inline-block;
}

.form-control:disabled,
.form-control[readonly],
.form-select[disabled]{
    background-color: #f9f9f9;
    opacity: 1;
}


#list-tfoot-page .dropdown-menu,
.list-tfoot .dropdown-menu{
     min-width: calc(100% - 5px);
}
#list-tfoot-page .dropdown-item,
.list-tfoot .dropdown-item{
    padding: 0.25rem 1rem;
}



.category-select .modal-dialog,
.category-select .modal-content{
    max-width: 780px;
    width: 780px;
}
.category-select .modal-body{
    padding: 15px;
    max-height: 410px;
}
.category-select .category-select-hint{
    margin: 5px 3px 0 3px;
    padding: 10px;
}
.category-select-list-box{
    margin: 0 0 0 0;
}
.category-select-list{
    width: 100%;
    height: 280px;
    overflow-y: auto;
    display: inline-block;
    border: 1px solid #d8dfeb;
}
.category-select-list-box>.col-3{
    padding: 0 3px;
}
.category-select-list::-webkit-scrollbar {
    width : 5px;
}
.category-select-list::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px #b6b6b6d0;
    background: #b1b1b1;
}
.category-select-list .category-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-list li{
    padding: 5px 10px;
    cursor: pointer;
    color: #727272;
}
.category-list li:hover{
    color: #4a4a4a;
}
.category-list li.active{
    background-color: #e3e9fb;
    color: #114189;
}
.category-search-box{
    margin: 0 3px 10px 3px;
}
.category-search-box .category-search{
    padding-right: 35px;
}



.list-table .list-body .dropdown .dropdown-menu{
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 8rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: .85rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.list-table .list-body .dropdown .dropdown-menu.show {
    display: block !important;
}
.list-table .list-body .dropdown .dropdown-item{
    padding: 0.25rem 1rem;
}
.list-table .list-body .dropdown .dropdown-toggle::after{
    margin-left: 0;
}

.ke-container{
    border-radius: 0.25rem;
    border: 1px solid #ced4da !important;
}
.ke-toolbar{
    background-color: #ffffff !important;
    border-bottom: 1px solid #ced4da !important;
}
.ke-toolbar .ke-outline {
    border: 1px solid #ffffff !important;
}
.ke-statusbar{
    background-color: #ffffff !important;
    border-top: 1px solid #ced4da !important;
}


.section-top{
    background-color: #111111;
    width: 90%;
}

/* 表单中表格样式  start */
form table.formTable > tbody.scroll {
    display: block;
    height: 195px;
    overflow-y: scroll;
}

form table.detail-table-layout.formTable th {
    vertical-align: middle;
}

form table.detail-table-layout.formTable p {
    margin: 0;
}

form table.detail-table-layout.formTable > .scroll > tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

form table.detail-table-layout.formTable {
    border: 1px solid #ebebeb;
}

form table.detail-table-layout.formTable tbody {
    width: 100%;
}

form table.detail-table-layout.formTable thead {
    background: #dee2e6
}

form table.detail-table-layout.formTable td {
    padding: 0.3rem 0.3rem;
    vertical-align: middle;
    word-break:break-word;
}
/* 表单中表格样式  end */

/* 表格横向滑动  start */
.w100 {
    width: 100px;
}

div.list-table.horizontalScrolling .list-thead {
    width: 100%;
    height: 100px;
    overflow: auto;
}

div.list-table.horizontalScrolling .list-thead table.table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

/* 标题边框 start */
div.list-table.horizontalScrolling .list-thead table.table thead tr th {
    border-right: 1px solid #d8dfeb;
}

div.list-table.horizontalScrolling .list-thead table.table thead tr:first-child th:last-child {
    border-right: 0;
}

/* 标题边框 end */

/* 表格th/td样式 */
div.list-table.horizontalScrolling .list-thead table.table td, th {
    width: 150px;
    box-sizing: border-box;
    /*超出长度...*/
    height: 30px;
}

/* 固定列 */
div.list-table.horizontalScrolling .list-thead table.table .sticky {
    position: sticky;
    z-index: 100;
}
div.list-table.horizontalScrolling .list-thead table.table .bottom {
    position: sticky;
    border-top-width: 1px;
    border-top-color: #dee2e6;
    bottom: 0;
    background: yellow;
}
/* 表格横向滑动  end */
/* 时间轴样式  start */
.timeAxis .row {
    margin-bottom: 10px;
}

.timeAxis .app-line {
    position: relative;
}

.timeAxis .app-line:before {
    /*颜色*/
    background-color: #e7e7e7;
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-bottom: -10px;
    z-index: 1;
}

.timeAxis .app-line span {
    z-index: 2;
}

.timeAxis .row .card-body {
    padding: 10px;
}
.has-icon-right {
    position: relative;
}
.input-control-icon-right{
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 5;
    opacity: .5;
    width: 30px;
    height: 100%;
    padding: 6px;
    font-weight: 600;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}

/* 时间轴样式  end */

.h-400{
    height: 400px !important;
}
.h-300{
    height: 300px !important;
}
.h-200{
    height: 200px !important;
}
.h-150{
    height: 150px !important;
}
.h-100{
    height: 100px !important;
}

/* 表格文本 竖直居中 */
table .vertical-center {
    display: table-cell;
    vertical-align: middle;
}

/* 图片上传图片展示样式   start*/
.up-img-box {
    position: relative;
    margin-bottom: 0 !important;
}


.up-img-box {
    height: 100%;
    display: inline-block;
    top: 0;
    width: 70%;
}

.up-img-box ul {
    padding: 0;
    margin: 0;
}

.up-img-box ul li {
    position: relative;
    display: inline-block;
    height: 110px;
    width: 110px;
    border-radius: 0.35rem;
    margin: 0;
    margin-right: 12px;
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    list-style: none;
    vertical-align: top;
}

.up-img-box ul li img {
    border-radius: 0.35rem;
    height: 100%;
    width: 100%;
}

.up-img-box ul li div.up-img-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .66;
    display: none;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    border-radius: 0.35rem;
}

.up-img-box ul li div.up-img-hover p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.up-img-box ul li div.up-img-hover p a {
    color: #fff;
    display: inline-block;
    margin: 0;
    margin-right: 12px;
}

.up-img-box ul li div.up-img-hover p a:nth-last-child(1) {
    margin-right: 0;
}

.up-img-box ul li:hover div.up-img-hover {
    display: block;
}

.up-img-box ul li.img-upload {
    font-size: 14px;
    cursor: pointer;
    border-style: dashed;
}
.up-img-box ul li.img-upload div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.up-img-box ul li.img-upload div p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #ced4da;
    font-weight: 600;
}

.up-img-box ul li.img-upload:hover,
.up-img-box ul li.img-upload:active {
    border-color: #0d6efd;
}

.up-img-box ul li.img-upload:hover p,
.up-img-box ul li.img-upload:active p {
    color: #0d6efd;
}

/* 图片上传图片展示样式   end*/
.w175px {
    width: 175px !important;
}

.w165px {
    width: 165px !important;
}

.w150px {
    width: 150px !important;
}

/* 列表页详情 start */
div.list-detail-table {
    margin: 12px 10px 12px 10px;
    border: 1px solid #d8dfeb;
}

div.list-detail-table table td {
    padding: 0.25rem 0.25rem;
    border-bottom-width: 0;
    vertical-align: middle;
}

div.list-detail-table table tbody tr {
    border-top: 1px solid #d8dfeb;
}

/** 列表页详情 end */
/* 滚动条样式 start*/
.scrollBarStyle::-webkit-scrollbar {
    width: 7px;
}

.scrollBarStyle::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #979797;
}
/* 滚动条样式 end*/



#selectMerchantModal .modal-body{
    max-height: 350px;
    min-height: 300px;
}
#selectMerchantModal .current-merchant{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px 10px 10px;
}
#selectMerchantModal .select-merchant-list-box{
    padding: 5px;
}
.select-merchant-list-box .merchant-box{
    display: inline-block;
    margin: 5px;
    border: 1px solid #ced4da;
    /*width: 150px;*/
    padding: 10px 10px;
    line-height: 11px;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
}
.select-merchant-list-box .merchant-box.active,
.select-merchant-list-box .merchant-box:hover{
    border-color: #0b5ed7;
    color: #0b5ed7;
}

.card{
    border-width: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 2.5px 2px #d8dfeb;
    box-shadow: 0 2.5px 2px #d8dfeb;
    border-radius: 6px;
    align-self: stretch;
}
.float-container{
    border-width: 0 !important;
    width: calc(100% - 249px) !important;
}


.form-control, .form-select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border: 1px solid #D9DBDE !important;
}

/* 左侧折叠按钮 */
.fold-button{
    position: fixed;
    cursor: pointer;
    bottom: 6px;
    left: 220px;
    font-size: 20px;
    width: 28px;
    height: 28px;
    text-align: center;
    z-index: 100;
    background: #fff;
    border-radius: 3px;
}
.fold-button.left-collapse{
    left: 0;
}
.left-sidebar.left-collapse{
    display: none;
    width: 0;
}
.content-wrapper.left-collapse{
    width: 100%;
    left: 0;
}
.float-container.left-collapse{
    width: calc(100% - 20px) !important;
}

.bootstrap-table .table th,
.bootstrap-table .table td{
    border-width: 1px;
}

/* 顶部刊登-信息 */
.header-box .platform-info-box{
    display: flex;
    flex-wrap: wrap;
    width: 860px;
}
.header-box .platform-info-box .platform-item{
    width: 50%;
    border-bottom: none;
    padding: 15px 14px 5px 14px;
    display: flex;
    align-items: baseline;
    position: relative;
}
.header-box .platform-info-box .platform-item:nth-child(1),
.header-box .platform-info-box .platform-item:nth-child(2){
    width: 100%;
}
.header-box .platform-info-box .platform-item:nth-child(2){
    padding-top: 5px;
}
.header-box .platform-info-box .platform-item>b{
    display: inline-block;
    position: relative;
    min-width: 92px;
}
.header-box .platform-info-box .platform-item>b span{
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding-inline: 2px 5px;
    border-radius: 5px 5px 5px 0px;
    top: -12px;
    right: 0px;
    z-index: 2;
    background: #297aef;
    font-weight: 400;
}
.header-box .platform-info-box .platform-item.disabled b{
    color: #ccc;
}
.header-box .platform-info-box .platform-item .child-menu{
    display: flex;
    flex-wrap: wrap;
}
.header-box .platform-info-box .platform-item.disabled .authorize{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.header-box .platform-info-box .platform-item.disabled:hover .authorize{
    display: flex;
}
.header-box .platform-info-box .platform-item .svg-ico{
    width: 72px;
    height: 24px;
    border: 1px solid #E4E4E4;
}
.header-box .platform-info-box .platform-item .svg-ico:hover{
    border-color: #0453F3;
}
.header-box .platform-info-box .platform-item.disabled i.iconfont{
    color: #E4E4E4;
    font-size: 24px;
    border: 1px solid #E4E4E4;
}
.header-box .platform-info-box .platform-item .menu-item{
    font-weight: normal;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 2px;
    min-width: 80px;
    color: #1D2129;
}
.header-box .platform-info-box .platform-item .menu-item span{
    padding: 2px 5px;
}
.header-box .platform-info-box .platform-item .menu-item:hover span,
.header-box .platform-info-box .platform-item .menu-item:focus span{
    border-radius: 4px;
    background-color: #F0F5FF;
    color: #0b5ed7;
}
.header-box .platform-info-box .platform-item.disabled .menu-item:hover span,
.header-box .platform-info-box .platform-item.disabled .menu-item:focus span{
    border-radius: 0;
    background-color: transparent;
    color: #ccc;
}
.header-box .platform-info-box .platform-item .menu-item.active, 
.header-box .platform-info-box .platform-item .menu-item:active {
    color: #1D2129;
    background: transparent;
}
.header-box .platform-info-box .platform-item.disabled .menu-item{
    color: #ccc;
}
/* 顶部修改导航栏颜色 */
.change-top-background-color-box .title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #272525;
}
.change-top-background-color-box .form-label{
    font-weight: 500;
}
.change-top-background-color-box .form-control-color{
    width: 100px;
}
.change-top-background-color-box .background-presets-color{
    align-items: center;
    flex-wrap: wrap;
}
.change-top-background-color-box .background-presets-color .color-item{
    width: 30px;
    height: 20px;
    border-radius: 3px;
    margin: 10px 5px 0px;
    border: 1px solid #ddd;
}
.change-top-background-color-box .submit-box{
    margin-top: 20px;
}
/* 官网设置 */
#officialWebsiteSetModal .form-label{
    margin-right: 10px;
    min-width: 100px;
    text-align: right;
}
#officialWebsiteSetModal .logo-upload-box{
    border: 1px dashed #d8dfeb;
    width: 160px;
    height: 160px;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
}
#officialWebsiteSetModal .logo-upload-box .image-container{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#officialWebsiteSetModal .logo-upload-box img{
    max-width: 100%;
    max-height: 100%;
}
#officialWebsiteSetModal .logo-upload-box .upload-logo{
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#officialWebsiteSetModal .logo-upload-box .del-logo{
    position: absolute;
    top: -16px;
    right: -8px;
    color: red;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
#officialWebsiteSetModal .logo-upload-box .image-container:hover .del-logo{
    display: block;
}