﻿@charset "utf-8";
/* CSS Document */
img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
}

i {
    display: inline-block;
    font-style: normal;
}

a {
    display: inline-block;
}

select, input, textarea, button {
    outline: 0;
    display: inline-block;
}

a {
    cursor: pointer;
}

body, html {
    _background-attachment: fixed;
}

input, select, option, textarea, button {
    outline: none !important;
}

    input:focus {
        outline: none !important;
    }

    textarea:focus {
        outline: none !important;
    }

    select:focus {
        outline: none !important;
    }

    option:focus {
        outline: none !important;
    }

    button:focus {
        outline: none !important;
    }

/***** 
    huangyuting 
    2021-10-09 
*****/
/*html*/
form.form_db {
    display: block !important;
}

form.form_dib {
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1 !important;
}

/*滚动条整体部分*/
body::-webkit-scrollbar,
/*.modal-open .modal::-webkit-scrollbar,*/
.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar,
.modal-body::-webkit-scrollbar,
.all_ova::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar,
.layui-form-select dl::-webkit-scrollbar,
.sear_con::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.sidebar .sidebar-nav::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    background-color: #d8e3e1;
}
/*滚动条的轨道*/
body::-webkit-scrollbar-track,
/*.modal-open .modal::-webkit-scrollbar-track,*/
.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track,
.all_ova::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track,
.layui-form-select dl::-webkit-scrollbar-track,
.sear_con::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.sidebar .sidebar-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px white;
    background-color: white;
}
/*滚动条的滑块按钮*/
body::-webkit-scrollbar-thumb,
/*.modal-open .modal::-webkit-scrollbar-thumb,*/
.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb,
.all_ova::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb,
.layui-form-select dl::-webkit-scrollbar-thumb,
.sear_con::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #d8e3e1;
    box-shadow: inset 0 0 3px #d8e3e1;
}
/*滚动条的上下两端的按钮*/
body::-webkit-scrollbar-button,
/*.modal-open .modal::-webkit-scrollbar-button,*/
.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-button,
.modal-body::-webkit-scrollbar-button,
.all_ova::-webkit-scrollbar-button,
.dropdown-menu::-webkit-scrollbar-button,
.layui-form-select dl::-webkit-scrollbar-button,
.sear_con::-webkit-scrollbar-button,
.table-responsive::-webkit-scrollbar-button,
.sidebar .sidebar-nav::-webkit-scrollbar-button {
    height: 0;
    background-color: #d8e3e1;
}

.nav_two_ova {
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #334152;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #334152;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #334152;
    /*滚动条阴影*/
    scrollbar-shadow-color: #334152;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #272f39;
}

    /*滚动条整体部分*/
    .nav_two_ova::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #334152;
    }
    /*滚动条的轨道*/
    .nav_two_ova::-webkit-scrollbar-track {
        box-shadow: none;
        background-color: #272f39;
    }
    /*滚动条的滑块按钮*/
    .nav_two_ova::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #334152;
        box-shadow: inset 0 0 3px #334152;
    }
    /*滚动条的上下两端的按钮*/
    .nav_two_ova::-webkit-scrollbar-button {
        height: 0;
        background-color: #334152;
    }

.sidebar .sidebar-nav {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/************ 样式 ************/
.ml1em {
    margin-left: 1em;
}

.ml2em {
    margin-left: 2em;
}

.ml5em {
    margin-left: 5em;
}

.cursor_p {
    cursor: pointer;
}

.c04 {
    color: #333333;
}

.eman_tk .con {
    scrollbar-face-color: #d8dbe3;
    scrollbar-shadow-color: #e8eaed;
}

body {
    background-color: #f0f0f0;
    font-size: 15px;
    /*overflow: hidden;*/
}

body, input, select, textarea, table {
    font-family: 'Open Sans',"Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    /* font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;*/
}

.panel.layout-panel.layout-panel-north.panel-htop {
    -webkit-box-shadow: 0 0 5px rgba(16,75,184,0.5);
    -moz-box-shadow: 0 0 5px rgba(3,33,88,0.5);
    box-shadow: 0 0 5px rgba(3,33,88,0.5);
}
/*--- base ---*/
.pl7 {
    padding-left: 7px;
}

.pl13 {
    padding-left: 13px;
}

.mr3 {
    margin-right: 3px;
}

.ml3 {
    margin-left: 3px;
}

.mr8 {
    margin-right: 8px;
}

.mt18 {
    margin-top: 18px;
}

.mt_1 {
    margin-top: -1px;
}

.mt_2 {
    margin-top: -2px;
}

.wsnp {
    white-space: nowrap;
}

.sidebar-fixed.ovh, .ovh {
    overflow: hidden;
}
/************ 表格 ************/
#ul_item li {
    padding: 7px 10px;
}

    #ul_item li input {
        display: inline-block;
        vertical-align: middle;
    }

        #ul_item li input.all_text {
            margin-left: 8px;
            width: 350px;
        }

        #ul_item li input.ul_item_btn {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            border: 0;
            background-color: #455d8f;
            cursor: pointer;
            margin-left: 15px;
            border-radius: 4px;
            padding: 0 15px;
            *padding: 0 8px;
            font-size: 12px;
            color: White;
        }

            #ul_item li input.ul_item_btn:hover {
                background-color: #30487b;
            }
/* input */
.all_text, .all_text2 {
    color: #101010;
    background-color: white;
    display: inline-block;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-size: 15px;
}

.all_text {
    height: 35px;
    line-height: 35px;
    padding: 5px 7px 5px 11px;
}

.all_text2 {
    padding: 11px;
}

.all_time {
    display: inline-block;
    padding: 5px 30px 5px 7px;
    height: 35px;
    line-height: 35px;
    font-size: .89rem;
    color: #101010;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background: url(../images/ico_time.png) 95% no-repeat;
    background-color: white;
}

.all_sel {
    display: inline-block;
    padding: 3px 2px 3px 7px;
    height: 35px;
    line-height: 35px;
    color: #101010;
    font-size: 15px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

/*    .all_sel.sel_ico1 {
        border: 1px solid #e2e6ec;
        color: #666666;
        padding: 3px 2px 3px 25px;
        background: url(../images/ico_sel.png) 7px 9px no-repeat white;
        background-size: 15px 13px;
    }*/

.all_text::-webkit-input-placeholder,
.all_text2::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8f8f8f;
}

.all_text:-moz-placeholder,
.all_text2:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8f8f8f;
}

.all_text::-moz-placeholder,
.all_text2::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8f8f8f;
}

.all_text:-ms-input-placeholder,
.all_text2:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8f8f8f;
}

.all_text.color_gray::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

.all_text.color_gray:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.all_text.color_gray::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.all_text.color_gray:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}

/* input 按钮 */

/* 是否按钮 */
.weui-switch-cp {
    display: block;
    /*float: right;*/
    margin: 0 auto;
}

.weui-switch,
.weui-switch-cp__box {
    position: relative;
    width: 55px;
    height: 28px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    -webkit-transition: background-color 0.1s, border 0.1s;
    transition: background-color 0.1s, border 0.1s;
    margin: 0 auto;
}

    .weui-switch:before,
    .weui-switch-cp__box:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 53px;
        height: 26px;
        border-radius: 15px;
        background-color: #FDFDFD;
        -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
        transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
        transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
        transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    }

    .weui-switch:after,
    .weui-switch-cp__box:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
        border-radius: 15px;
        background-color: #FFFFFF;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
        transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
        transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
        transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    }

    .weui-switch:checked,
    .weui-switch-cp__input:checked ~ .weui-switch-cp__box {
        border-color: #00c48f;
        background-color: #00c48f;
    }

        .weui-switch:checked:before,
        .weui-switch-cp__input:checked ~ .weui-switch-cp__box:before {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .weui-switch:checked:after,
        .weui-switch-cp__input:checked ~ .weui-switch-cp__box:after {
            -webkit-transform: translateX(27px);
            transform: translateX(27px);
        }

.weui-switch-cp__input {
    position: absolute;
    left: -9999px;
}

.weui-switch-cp__box {
    display: block;
}
/* 是否按钮 end */
.img_show {
    max-width: 280px !important;
    height: auto !important;
}

.label_con {
    color: #4b4946;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    margin-bottom: 0;
}

    .label_con i {
        width: 23px;
        height: 23px;
        background-image: url(../images/radio_false.png);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .label_con i.i_radio {
            border-radius: 30px;
        }

    .label_con .con_ra {
        display: none;
    }

        .label_con .con_ra:checked + i.i_ico_check,
        .label_con .con_ra:checked + input + i.i_ico_check {
            background-image: url(../images/radio_true.png);
        }

            .label_con .con_ra:checked + i.i_ico_check + span,
            .label_con .con_ra:checked + input + i.i_ico_check + span {
                color: #537DCA;
            }

    .label_con .s_text {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 6px 4px 3px;
        margin-right: 20px;
    }

    .label_con:hover .s_text {
        color: #537DCA;
    }

.modal_f {
    padding: .5rem;
}

.i_ico {
    display: block;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
/*----------login----------*/
.log_body {
    width: 100%;
    height: 100%;
    position: relative;
}

.log_bodybg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /*background: url(../images/log_bg.jpg) top no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;*/
    /* background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/log_bg.jpg',sizingMethod='scale');*/
    background-color: #f7f8fa;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-animation: flymove 6s linear infinite alternate;
    -moz-animation: flymove 6s linear infinite alternate;
    -ms-animation: flymove 6s linear infinite alternate;
    animation: flymove 6s linear infinite alternate;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
}

@-moz-keyframes flymove {
    0% {
        -webkit-transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
    }
}

@-ms-keyframes flymove {
    0% {
        -webkit-transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
    }
}

@-webkit-keyframes flymove {
    0% {
        -webkit-transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
    }
}

@keyframes flymove {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.15, 1.15);
    }
}

.log_bg {
    width: 100%;
    height: 100%;
}

.log_conbigbg {
    width: 100%;
    max-width: 1028px;
    height: 576px;
    position: absolute;
    left: 50%;
    top: 46%;
    /*margin-left: -599px;
    margin-top: -360px;*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.log_con {
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.2); /*firefox*/
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.2); /*webkit*/
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

    .log_con.animated {
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
    }

.log_logo {
    width: 518px;
    height: 576px;
    background: url(../images/log_cbg.jpg) center no-repeat;
    color: white;
    font-weight: bold;
}

    .log_logo .tit {
        font-size: 37px;
        padding-top: 72px;
        padding-left: 40px;
    }

    .log_logo .tit2 {
        font-size: 32px;
        padding-top: 20px;
        padding-left: 40px;
    }

.log_conbg {
    /* width: 598px;*/
    height: 100%;
    background-color: white;
    flex: 1;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.log_textc {
    width: 422px;
    margin: 0 auto;
    padding-top: 65px;
}

.log_t2 {
    margin-top: 25px;
}

.log_t {
    position: relative;
    font-size: 12px;
}

    .log_t input {
        display: inline-block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 65px;
        background-color: white;
        font-size: 18px;
        color: black;
        border-radius: 4px;
        border: 1px solid #D8D8D8;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .log_t input::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #ababab;
        }

        .log_t input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #ababab;
        }

        .log_t input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #ababab;
        }

        .log_t input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #ababab;
        }

        .log_t input:focus {
            border: 1px solid #00c48f;
            background-color: #f9fffd;
        }

    .log_t i.ico1,
    .log_t i.ico2 {
        display: inline-block;
        width: 58px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
    }

        .log_t i.ico1:before,
        .log_t i.ico2:before {
            content: '';
            display: block;
            width: 2px;
            height: 18px;
            background: #DFDFDF;
            position: absolute;
            left: 52px;
            top: 50%;
            margin-top: -8px;
            z-index: 10;
        }

.log_t1 i.ico1 {
    background: url(../images/log_ico1.png) center no-repeat;
}

.log_t2 i.ico2 {
    background: url(../images/log_ico2.png) center no-repeat;
}

.log_bu {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.log_input {
    margin: 25px auto 0 auto;
}

.log_input_i {
    width: 100%;
    margin-right: 1rem;
    padding-left: 26px;
}

.log_b {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: white;
    font-size: 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
    background-color: #00c48f;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .log_b:hover {
        background-color: #00b483;
        color: white;
        -moz-box-shadow: 0 9px 18px rgba(0,169,123,0.4); /*firefox*/
        -webkit-box-shadow: 0 9px 18px rgba(0,169,123,0.4); /*webkit*/
        box-shadow: 0 9px 18px rgba(0,169,123,0.4);
    }

.log_b {
    position: relative;
}

    .log_b .log_button {
        width: 100%;
        height: 100%;
        border: none;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

.log_fo {
    width: 100%;
    /*font-family: SimSun,"宋体";*/
    font-size: 17px;
    color: #686868;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 15;
}

    .log_fo span {
        display: inline-block;
        vertical-align: middle;
    }

    .log_fo a {
        display: inline-block;
        vertical-align: middle;
        color: #686868;
        margin-left: 12px;
    }

        .log_fo a:hover {
            color: #00c48f;
        }

.log_fos {
    margin: 4px 5px 0 5px;
    font-size: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.log_title {
    font-weight: 400;
    font-size: 32px;
    color: #45424B;
    padding-bottom: 35px;
}

    .log_title i {
        width: 47px;
        height: 4px;
        background: #00c48f;
        display: block;
        margin: 8px 0 0 40px;
    }

.log_red {
    width: 100%;
    height: 21px;
    text-align: center;
    color: #EC483C;
    font-size: 16px;
    margin-top: 15px;
}

.log_t .log_code {
    display: inline-block;
    width: 138px;
    height: 60px;
    line-height: 60px;
    border: 1px solid white;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
}

    .log_t .log_code .log_valiCode {
        position: absolute;
        left: 50%;
        margin-left: -60px;
        top: 0;
        display: inline-block;
        vertical-align: middle;
    }
/************ page ************/
.page-header.navbar {
    padding: 0 1rem;
}

.main-container {
    background-color: transparent;
}

.navbar .navbar-brand {
    width: auto;
}

.sidebar {
    background-color: #272f39;
    min-height: calc(100vh - 75px);
    border-right: 3px solid #00c48f;
}

    .sidebar .nav-link {
        font-size: 16px;
        padding: 14px 21px 14px 15px;
    }

.btn-link.sidebar-toggle,
.btn-link.sidebar-mobile-toggle {
    color: white;
    padding: .2rem;
    display: none !important;
}

    .btn-link.sidebar-toggle:hover,
    .btn-link.sidebar-mobile-toggle:hover {
        color: #c5e5f5;
    }

.btn-link.sidebar-toggle {
    margin-left: 2rem;
    margin-top: .2rem;
}

.btn.btn-link.sidebar-toggle i,
.btn.btn-link.sidebar-mobile-toggle i {
    font-size: 1.1rem;
}

.sidebar .nav-dropdown.open .nav-dropdown-items {
    background-color: rgba(73,81,85,0.35);
    padding: 5px 0;
}

.nav-item.nav-dropdown.open {
    background-color: transparent;
}

.sidebar .nav-item.nav-dropdown.open .nav-link {
    color: #f2f2f2;
}

.sidebar .nav-dropdown-items .nav-item .nav-link {
    padding: 10px 10px 10px 21px;
}

.sidebar .nav-link i.iconfont {
    font-size: 18px;
}

.sidebar .nav-item.nav-dropdown.open .nav-link i.iconfont {
    color: white;
}

.sidebar .nav-link.active {
    color: #00c48f;
}

.nav-item.dropdown .nav-link.dropdown-toggle .small {
    color: white;
    font-size: 1rem;
}

.nav-item.dropdown .dropdown-toggle:after {
    color: white;
    font-size: .92rem;
}

.sidebar .nav_one .nav-link.active {
    font-weight: bold;
    background: -webkit-linear-gradient(to right,#294a87, #293950);
    background: -o-linear-gradient(to right,#294a87, #293950);
    background: -moz-linear-gradient(to right,#294a87, #293950);
    background: linear-gradient(to right,#294a87, #293950);
    border-left: 3px solid #00c48f;
}

.sidebar .nav_one .nav-link i.iconfont {
    font-size: 18px;
}

.sidebar .nav_one .nav-link.active {
    color: white;
}

.sidebar .nav_one .nav-item {
    border-bottom: 1px solid #263546;
}

    .sidebar .nav_one .nav-item.nav-dropdown .nav-link.active {
        background: transparent;
        border-left: 0;
    }

    .sidebar .nav_one .nav-item.nav-dropdown .nav-item {
        border-bottom: 0;
    }

.fa.fa-bell {
    font-size: 1.2rem;
    color: white;
}


.page-header .navbar-nav .dropdown-menu {
    border-radius: 8px;
    overflow: hidden;
}

.content {
    padding: 0;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
    background-color: #f0f0f0;
    color: #343434;
}

.table td, .table th {
    height: 44px;
    font-size: 15px;
    padding: .6rem .55rem;
    line-height: 1.2;
    vertical-align: middle !important;
}

.table th {
    padding: .8rem .55rem;
}

.btn-primary {
    background-color: #0e9772;
    border-color: #0e9772;
}

.btn-outline-primary {
    color: #0e9772;
    border-color: #0e9772;
}

.btn-primary,
.btn-outline-secondary,
.btn-outline-primary {
    border-radius: 5px;
}

.btn i {
    font-size: .92rem;
}

.btn {
    font-size: .915rem;
    line-height: 1.4;
    border-radius: 5px;
    padding: 0.5rem 0.9rem;
}

div.btn:hover,
div.btn_bg2:hover,
span.btn:hover,
span.btn_bg2:hover {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    cursor: default !important;
}

.table .btn {
    font-size: .88rem;
    line-height: 1.3;
    padding: .25rem .55rem;
    margin: 2px 3px;
}

.sidebar .nav-link.active .nav-dropdown-items .nav-link {
    color: white;
}

.badge-danger {
    background-color: #ff5722;
    border-radius: 5px;
}

.card {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table thead th {
    white-space: nowrap;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.close,
.close:active {
    outline: 0 !important;
    border: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

.form-group {
    margin-bottom: 1.3rem;
}

.sidebar .nav-link.active i {
    color: #00c48f;
}

.sidebar .nav-item.nav-dropdown.open .nav-link.active {
    color: #00c48f;
}

.page-header .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.page-header .navbar-nav .dropdown .dropdown-menu {
    min-width: 240px;
}

    .page-header .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        padding: 15px 16px;
        font-size: 16px;
    }

        .page-header .navbar-nav .dropdown .dropdown-menu .dropdown-item i {
            width: 26px;
            margin-right: 9px;
            margin-left: 5px;
            font-size: 19px;
            vertical-align: text-bottom;
            text-align: center;
        }

.toggle-switch .ts-helper:before {
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
}

.toggle-switch label {
    margin-bottom: 0;
}

.btn-outline-warning.btn_yellow {
    padding: .25rem .6rem;
    background-color: #fffaf2;
    color: #ff7e00;
    background-image: none;
    border-color: #ffca28;
}

    .btn-outline-warning.btn_yellow:hover {
        background-color: #f8ae0f;
        color: white;
    }

.btn-outline-warning.btn_green {
    padding: .25rem .6rem;
    background-color: #f4feef;
    color: #46ba0c;
    background-image: none;
    border-color: #7ec31b;
}

    .btn-outline-warning.btn_green:hover {
        background-color: #7ec31b;
        color: white;
    }

.btn-outline-warning.btn_blue {
    padding: .25rem .6rem;
    background-color: #f4f7ff;
    color: #3d5fb7;
    background-image: none;
    border-color: #526bab;
}

    .btn-outline-warning.btn_blue:hover {
        background-color: #526bab;
        color: white;
    }

.table.mb0 {
    margin-bottom: 0;
}
/*
    弹出框
*/
.modal-content {
    border-radius: 6px;
    /*border: 3px solid rgba(6,40,74,.12);*/
    -moz-box-shadow: 0 5px 18px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 5px 18px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 18px 0 rgba(0,0,0,.3);
    overflow: hidden;
    border: 0;
}

.modal-footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 15px 30px;
    border-top: 1px solid #d2d2d2;
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*z-index: 10;*/
    background-color: white;
    border-radius: 0 0 6px 6px;
}

    .modal-footer .btn {
        padding: .45rem 1.2rem;
        font-size: 15px;
    }

.modal-title {
    color: #313131;
    font-weight: bold;
    font-size: 20px;
}

.modal-header {
    padding: 13px 25px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
    /*background: -webkit-linear-gradient(to right,#2965B6, #FDFEFE);
    background: -o-linear-gradient(to right,#2965B6, #FDFEFE);
    background: -moz-linear-gradient(to right,#2965B6, #FDFEFE);
    background: linear-gradient(to right,#2965B6, #FDFEFE);*/
    border-radius: 6px 6px 0 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 8888;
}

    .modal-header .close {
        font-size: 1.5rem;
        opacity: 1;
        margin: -0.8rem -1rem -1rem auto;
    }

.modal-body {
    padding: .8rem;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*    .modal-body .all_text {
        height: 32px;
        line-height: 32px;
    }*/
.modal-content .tab-content .tab-pane {
    padding: 0;
}

.modal-content .tab-pane .modal-body {
    height: 500px;
}

.nav-tabs {
    padding: 10px 10px 10px 10px;
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 16px;
}

    .nav-tabs .nav-item {
        margin-left: 8px;
        margin-right: 8px;
    }

    .nav-tabs .nav-link {
        border-radius: 5px;
        color: #999;
        background: #eff2f3;
        padding: .4rem .9rem;
    }

        .nav-tabs .nav-link:hover {
            color: #00c48f;
        }

        .nav-tabs .nav-link.active {
            color: white;
            background: #00c48f;
            border-color: transparent;
        }

            .nav-tabs .nav-link.active:focus {
                background: #00c48f;
                border-color: transparent;
                border-bottom-color: transparent;
            }

            .nav-tabs .nav-link.active:hover {
                background: #00c48f;
                border-color: transparent;
            }

.modal-content .tab-content {
    margin-top: -1px;
    border: 0;
    border-radius: 0 0 10px 10px;
}

.modal-backdrop.show {
    opacity: .15;
}

@media (min-width: 992px) {
    .modal-xlg {
        max-width: 960px;
    }
}

@media (min-width: 820px) {
    .modal-xxlg {
        max-width: 800px;
    }
}

@media (min-width: 1020px) {
    .modal-xxlg {
        max-width: 1000px;
    }
}

@media (min-width: 1220px) {
    .modal-xxlg {
        max-width: 1200px;
    }
}

@media (min-width: 1420px) {
    .modal-xxlg {
        max-width: 1400px;
    }
}
/*
    弹出框 end
*/

/*
    select2 下拉搜索框
*/
.modal-body .select2-container {
    z-index: 10000;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 1px solid #dcdcdc !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 5px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 33px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 33px !important;
        font-size: 15px !important;
        color: #101010 !important;
        padding-left: 11px !important;
    }

.select2-results__option {
    font-size: 16px;
}
/*
    select2 下拉搜索框2
*/
.selectize-input, .selectize-dropdown {
    border: 1px solid #dcdcdc !important;
}

.form-control.selectize-dropdown {
    padding: 0 !important;
}

.selectize-control {
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: normal !important;
    padding: 0 !important;
    border: 0 !important;
}

.selectize-input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-size: .89rem !important;
    padding: 8px 8px 7px 8px !important;
    margin-top: 3px !important;
}

.modal-body .table .selectize-dropdown {
    position: inherit !important;
    top: auto !important;
    left: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-body .table .selectize-control {
    position: inherit !important;
}

.modal-body .table .selectize-dropdown-content {
    width: 220px !important;
    position: absolute !important;
    z-index: 99999 !important;
    background: #fff !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 0 0 3px 3px !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.1) !important;
}

.modal-body .table .selectize-dropdown .optgroup-header, .selectize-dropdown .option {
    padding: 0 8px !important;
}

.modal-body .table .selectize-input {
    padding: 3px 2px 3px 7px !important;
    height: 33px !important;
    line-height: 27px !important;
    margin-top: 0 !important;
}

.modal-body .table .selectize-control.single .selectize-input:after {
    margin-top: -2px !important;
}
/*
    多选下拉框
*/
.hidden {
    display: none !important;
}

/*
    多选下拉框 end
*/
/************ content主界面 ************/
.b_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fw_w {
    flex-wrap: wrap;
}

.f_fl {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.f_fr {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.f_fc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_flrb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.f_flra {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}

.f_flrc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_fl_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_fr_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_fc_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_flrb_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_flra_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.f_flrc_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.main_logo {
    font-size: 1.8rem;
    color: white;
    vertical-align: middle;
    letter-spacing: 1.5px;
    margin-left: 13px;
}

.navbar-brand {
    padding: 0;
}

.flex_hc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab-content > .active.flex_hc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_a {
    flex: auto;
}

.flex_1 {
    flex: 1;
    width: 100%;
}

.all_ova {
    overflow: auto;
}

.card.mb0 {
    margin-bottom: 0;
}

.main_height_ova {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 175px);
}

    .main_height_ova.page_none {
        height: calc(100vh - 133px);
    }

.table_height_ova {
    height: 100%;
    flex: 1;
}
/**
    page
*/
.main_page {
    width: 100%;
    text-align: center;
    padding: 1.2rem 0 2.2rem 0;
}

.modal-content .main_page {
    padding: .8rem 0;
}

.pagination-container {
    width: 100%;
    text-align: center;
}

.pagination {
    width: 100%;
    text-align: center;
    font-size: 0;
    flex-wrap: wrap;
    display: block;
}

    .pagination li {
        font-size: .9rem;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .pagination li a,
        .pagination li span {
            float: initial;
            border-radius: 5px;
            position: relative;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            padding: .5rem .75rem;
            margin: 0 1px;
            line-height: 1.2;
            color: #777;
            background-color: #f9fbfd;
        }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #f4f6f9;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 1;
        cursor: default;
        color: #fff;
        background-color: #00c48f;
        border-color: #00c48f;
    }

.page-link {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.page-item.active .page-link {
    background-color: #00c48f !important;
    border-color: #00c48f !important;
    color: white !important;
}

.right_sear {
    width: auto;
    width: 100%\9;
    color: #666666;
    background-color: white;
}

    .right_sear ul li span {
        padding-right: 0;
    }

        .right_sear ul li span.tit {
            padding-right: 10px;
            font-weight: bold;
            color: #121212;
            white-space: nowrap;
        }

    .right_sear ul {
        padding: 10px 16px 10px 25px;
        flex-wrap: wrap;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
    }

        .right_sear ul li {
            padding: 6px 30px 6px 0;
            font-size: 15px;
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            -webkit-align-items: center;
            align-items: center;
        }

.table_tbtn .right_sear ul li button, .table_tbtn .right_sear ul li select, .table_tbtn .right_sear ul li input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.right_sear ul li input, .right_sear ul li select, .right_sear ul li span {
    vertical-align: middle;
}

.pl33 {
    padding-left: 33px;
}

.lb_time {
    color: white;
    font-size: 1rem;
    margin-right: 15px;
}

.lb_welcome {
    color: white;
    font-size: 1rem;
    margin-right: 25px;
}

.footer {
    width: 100%;
    padding: 6px 0;
    color: #434343;
    font-size: .9rem;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #E4ECF3;
}

.main_footer.footer {
    width: calc(100% - 210px);
    height: 45px;
    position: fixed;
    left: 210px;
    bottom: 0;
    z-index: 90;
    background-color: #f9fbfd;
    -moz-box-shadow: 0 -1px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 -1px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 -1px 10px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 0;
    padding: 0;
}

.sidebar-hidden .main_footer.footer {
    width: calc(100% - 56px);
    left: 56px;
}

.footer .footer_fl {
    margin-left: 10px;
}

.footer .footer_fr {
    margin-right: 10px;
}

.main_cpa {
    padding: 8px 15px;
}

.main_cpt {
    padding-top: 13px;
}

.main_cpa.pbr0 {
    padding-bottom: 0;
    padding-right: 0;
}

.main_top {
    width: 100%;
}

.main_con {
    width: 100%;
    background-color: white;
}

.main_edit_cbg {
    height: 100%;
}

    .main_edit_cbg .main_edit_cpa {
        height: 100%;
    }

.main_edit_c {
    height: calc(100% - 50px);
}

.table .table {
    background-color: transparent !important;
}

.table_operate {
    font-size: 0;
}

.table_a {
    display: inline-block;
    vertical-align: middle;
    font-size: .91rem;
    color: #0e9772;
    background-color: transparent;
    border: 0;
    outline: 0;
    margin: 2px 4px;
}

input.table_a:hover,
.btn_file.table_a:hover,
a.table_a:hover {
    cursor: pointer;
    color: #00c48f;
}

a.table_a:hover,
.btn_file.table_a:hover,
input.table_a:hover {
    color: #00c48f;
    font-weight: bold;
}

a.table_a.h_red:hover,
.btn_file.table_a.h_red:hover,
input.table_a.h_red:hover {
    color: red;
}

a.table_a:not([href]):not([tabindex]), a.table_a:not([href]):not([tabindex]):focus, a.table_a:not([href]):not([tabindex]):hover {
    font-weight: normal;
    cursor: default;
}

.fancybox.table_a {
    display: inline-block !important;
}

.table_img {
    width: 120px;
    height: 70px;
    position: relative;
    overflow: hidden;
}

    .table_img img {
        display: inline-block;
        max-width: 100.5%;
        min-height: 100.5%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.table .table_a.max_w {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.busi_sw {
    padding-top: .5rem;
    width: 100%;
}

.file_bg {
    background-color: white;
    position: relative;
    margin-top: .5rem;
}

.busi_file {
    width: 188px;
    height: 122px;
    border: 1px dashed #c7c7c7;
    margin-right: .8rem;
}

.file_cw {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

    .file_cw .iconfont {
        color: #b6b6b6;
        font-size: 2.4rem;
    }

    .file_cw span {
        color: #434343;
        font-size: 1rem;
        padding-top: .5rem;
    }

.file_bg:hover {
    border: 1px dashed #00c48f;
}

    .file_bg:hover span,
    .file_bg:hover .iconfont {
        color: #00c48f;
    }

.file_bg .file_btn {
    width: 100%;
    height: 100%;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.bp_button {
    display: inline-block;
    vertical-align: middle;
    width: 188px;
    height: 122px;
    border: 1px dashed #c7c7c7;
    margin-right: .8rem;
    position: relative;
    margin-top: .5rem;
}

    .bp_button .imgbg {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        background-color: White;
    }

        .bp_button .imgbg img {
            display: inline-block;
            max-width: 101%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: cover;
            cursor: pointer;
        }

.bp_button_del {
    border: 0;
    cursor: pointer;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/tab_pdel.png) no-repeat;
    background-size: 1.4rem auto;
    position: absolute;
    right: -.6rem;
    top: -.65rem;
    z-index: 10;
}

.table_fileImg, .table_fileImg_c {
    flex-wrap: wrap;
}

table th {
    text-align: center;
}

table td {
    text-align: center;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}

    table td.tl {
        text-align: left;
    }

.drive_fileImg .busi_file {
    width: 141px;
    height: 197px;
}

.drive_fileImg .bp_button {
    width: 141px;
    height: 197px;
}

.table_none {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

    .table_none div {
        width: 100%;
        text-align: center;
    }

        .table_none div img {
            display: inline-block;
            vertical-align: middle;
        }

    .table_none p {
        color: #666;
        font-size: 16px;
        margin-top: 15px;
    }
/*** 导航栏 */
.sidebar .sidebar-nav {
    width: 210px;
}

    .sidebar .sidebar-nav::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

.sidebar .sidebar-nav {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.header-fixed .sidebar {
    overflow-x: hidden;
}

.header-fixed.sidebar-hidden .sidebar {
    margin-left: 0;
    width: 56px;
    -webkit-transition: all .3s;
    transition: all 0 .3s;
}

.sidebar-hidden .sidebar .nav-link span.pl10 {
    padding-left: 6px;
    -webkit-transition: all .3s;
    transition: all 0 .3s;
}

.sidebar .nav-link i:first-of-type {
    font-size: 15px;
    width: 25px;
    text-align: center;
    margin-right: 4px;
}

.sidebar-hidden .sidebar .nav-link i:first-of-type {
    font-size: 17px;
    -webkit-transition: all .3s;
    transition: all 0 .3s;
}

.nav_index {
    height: 50px;
    /* padding: 6px 5px 4px 5px;*/
    background-color: #526bab;
}

.nav_index_a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #477cc8;
    border-radius: 5px;
    color: white;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}

    .nav_index_a:hover {
        color: white !important;
        background-color: #2269ce;
    }

    .nav_index_a i {
        margin-right: 10px;
        vertical-align: text-top;
    }

        .nav_index_a i.ico_home {
            display: inline-block;
            width: 19px;
            height: 21px;
            background: url(../images/top_ico_index.png) center no-repeat;
        }

.nav_footer {
    height: 45px;
    padding: 0 .5rem;
    background-color: #334152;
}

    .nav_footer .w100b.f_flra {
        height: 45px;
    }

    .nav_footer .btn-link.sidebar-toggle {
        padding: .375rem .75rem;
        color: white;
        margin-left: 0;
    }

    .nav_footer .btn {
        color: white;
    }

        .nav_footer .btn.btn-link.sidebar-toggle i,
        .nav_footer .btn.btn-link.sidebar-mobile-toggle i,
        .nav_footer .btn i {
            font-size: 17px;
        }

.header-fixed.sidebar-hidden .sidebar .nav_index_a i {
    margin-right: 0;
}

.header-fixed.sidebar-hidden .sidebar .nav_index_a span {
    display: none;
}

.header-fixed.sidebar-hidden .sidebar .nav_footer_a {
    display: none;
}

@media (max-width: 991.98px) {
    .sidebar-fixed .content {
        margin-left: 210px;
    }

    .sidebar-hidden .content {
        margin-left: 56px;
    }
}
/*** 左右二级切换导航 */
.nav_open_c {
    padding-top: 10px;
}

.nav_open_fl {
    float: left;
    width: 46px;
    height: 100%;
    background-color: #1e2228;
    overflow-y: auto;
    overflow-x: hidden;
}

    .nav_open_fl li {
        width: 100%;
        margin: 5px 0;
        text-align: center;
        cursor: pointer;
    }

        .nav_open_fl li span {
            display: block;
            width: 100%;
            padding: 8px 0;
            text-align: center;
            cursor: pointer;
            line-height: 15px;
        }

            .nav_open_fl li span i {
                font-size: 16px;
                padding-bottom: 8px;
            }

        .nav_open_fl li:hover span {
            background-color: #00c48f;
            color: white;
        }

        .nav_open_fl li.act span {
            background-color: #272f39;
            color: #00c48f;
        }

.nav_open_fr {
    float: right;
    width: 161px;
    height: 100%;
    background-color: #272f39;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar .nav_open_fr .nav-link {
    font-size: 15px;
    padding: 12px 10px;
}

.header-fixed.sidebar-hidden .nav_two .sidebar {
    width: 88px;
}

.nav_two .sidebar .sidebar-nav {
    overflow: hidden;
}

.sidebar-hidden .nav_two .main_footer.footer {
    width: calc(100% - 88px);
    left: 88px;
}

.sidebar-hidden .nav_two .content {
    margin-left: 88px;
}

@media (max-width: 991.98px) {
    .sidebar-fixed .content {
        margin-left: 210px;
    }

    .sidebar-hidden .content {
        margin-left: 88px;
    }
}

/*** loading加载中 */
.column_loading {
    width: 100%;
    height: 100%;
    /* background-color: rgba(255,255,255,0.3);*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50000;
    overflow: hidden;
}

    .column_loading img {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 46%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 900;
    }
/*** loading加载中 end */
.table_search_list td, .table_search_list th {
    border: 1px solid #edeff0;
}

.btn.btn_black {
    color: #555;
    border-color: #dee2e6;
}

    .btn.btn_black.btn-outline-primary:hover {
        background-color: #00c48f;
        color: white;
        border-color: #00c48f;
    }


.table_tbtn {
    width: 100%;
    padding: 0;
    /*border-left: 1px solid #e2e6ec;
        border-right: 1px solid #e2e6ec;
        border-bottom: 1px solid #e2e6ec;
        border: 1px solid #e2e6ec;*/
    background-color: white;
    color: #666;
}

.table_tbtn_li {
    margin-left: 18px;
}

    .table_tbtn_li.ml30 {
        margin-left: 30px;
    }

.table_tbtn button,
.table_tbtn select,
.table_tbtn a,
.table_tbtn input {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.card-header {
    padding: 8px 15px;
    border-bottom: 0;
    border: 1px solid #e2e3e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white !important;
    font-size: 15px;
    color: #4b4949;
    font-weight: bold;
}

    .card-header .s_bg .color {
        color: #06b787;
    }

.ico_posi {
    width: 18px;
    height: 14px;
    background-image: url(../images/ico_posi.png);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.card-header.card_header_titbtn {
    padding: .58rem 1rem;
    flex-wrap: wrap;
}

    .card-header.card_header_titbtn .f_fl {
        flex-wrap: wrap;
    }

.selectize-input, .selectize-dropdown {
    border: 1px solid #dcdcdc !important;
}

.form-control.selectize-dropdown {
    padding: 0 !important;
}

.selectize-control {
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: normal !important;
    padding: 0 !important;
    border: 0 !important;
}

.selectize-input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-size: .89rem !important;
    padding: 8px 8px 7px 8px !important;
    margin-top: 3px !important;
}


.myChart {
    width: 90%;
    height: 400px;
    margin: 0 auto;
}

.myChart2 {
    width: 90%;
    height: 250px;
    margin: 0 auto;
}

.myTable {
    width: 100%;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table_detail.table td {
    height: 50px;
    padding: 8px .5rem 8px .3rem;
    text-align: left;
    font-size: 16px;
    border-top: 0;
    color: black;
}

.table_detail.table th {
    height: 50px;
    padding: 8px 0 8px .5rem;
    text-align: right;
    font-weight: normal;
    font-size: 16px;
    border-top: 0;
    /* white-space:nowrap;*/
    min-width: 6rem !important;
}

.table_detail.table .tc {
    text-align: center;
}

.table.table_detail.table_detail_border th,
.table.table_detail.table_detail_border td {
    border: 0;
    text-align: center;
    padding: .35rem .5rem;
}

.table_detail.table.table_detail_border th {
    min-width: initial !important;
}

.table_detail.table.table_detail_border th {
    min-width: initial !important;
}

.table.table_detail.border-top-0 tr:first-child,
.table.table_detail.border-top-0 tr:first-child th,
.table.table_detail.border-top-0 tr:first-child td {
    border-top: 0;
}


.edit_table {
    padding: 35px 18px;
}

    .edit_table .table {
        width: 85%;
        /*min-width: 750px;*/
        max-width: 1100px;
    }

.edit_table {
    padding: 35px 18px;
}

    .edit_table .table {
        width: 85%;
        /*min-width: 750px;*/
        max-width: 1100px;
    }

@media (max-width: 1000px) {
    .edit_table .table {
        width: 100%;
    }
}

.edit_table .table_detail.table td,
.edit_table .table_detail.table th {
    border-top: 0;
}

.edit_table_btn {
    font-size: 1.05rem !important;
    padding: .55rem 1.2rem !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

    .edit_table_btn.btn i {
        font-size: 1.05rem !important;
    }

.edit_table.edit_table_list {
    padding: 35px 0;
    width: 92%;
    margin: 0 auto;
}

    .edit_table.edit_table_list.top_edit_table_list {
        padding: 5px 0 15px 0;
        width: 96%;
    }

    .edit_table.edit_table_list .table {
        width: 100%;
        /*min-width: 750px;*/
        max-width: initial;
    }

    .edit_table.edit_table_list .table_detail.table td {
        padding: .9rem .5rem .9rem .3rem;
    }

        .edit_table.edit_table_list .table_detail.table td.tc {
            text-align: center;
            padding: .9rem .5rem;
        }

    .edit_table.edit_table_list .table_detail.table td,
    .edit_table.edit_table_list .table_detail.table th {
        border-top: 1px solid #dee2e6;
    }

    .edit_table.edit_table_list .table_detail.table tr:first-child td,
    .edit_table.edit_table_list .table_detail.table tr:first-child th {
        border-top: 0;
    }

    .edit_table.edit_table_list.top_edit_table_list .table_detail.table td {
        padding: .2rem .5rem .2rem .3rem;
    }

        .edit_table.edit_table_list.top_edit_table_list .table_detail.table td.tc {
            text-align: center;
            padding: .2rem .5rem;
        }

    .edit_table.edit_table_list.top_edit_table_list .table_detail.table .all_text {
        height: 33px;
        line-height: 33px;
    }

    .edit_table.edit_table_list.top_edit_table_list .table_detail.table td,
    .edit_table.edit_table_list.top_edit_table_list .table_detail.table th {
        border-top: 0;
    }

.tab_wrap2 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.btn_file {
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.table_detail.table .btn {
    padding: .4rem .55rem;
}

.btn-outline-white {
    padding: .375rem .8rem;
}

.btn.plr,
.btn.plr {
    padding: .375rem 1rem !important;
}

.plr_big,
.table .btn.plr_big {
    padding: .5rem 1.5rem !important;
    font-size: 1.1rem;
}

.btn.plr_big i {
    font-size: 1.1rem;
}

.btn_file .input_file {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tab_tita {
    width: 100%;
    border-bottom: 2px solid #18a3e6;
    /*overflow: hidden;*/
    background: transparent;
}

.bleft {
    border-left: 1px solid #e2e6ec;
}

.overhidden {
    overflow: hidden;
}

.nav-more {
    float: left;
    padding: 10px;
}

.tab_tita h3.pagecaption-title {
    font-size: 117%;
    float: left;
    margin: 8px 10px 0 0;
    line-height: 26px;
    font-weight: normal;
    color: #666;
}

    .tab_tita h3.pagecaption-title .menufont {
        color: #666;
    }


.tab_tita_ul {
    width: 100%;
}

    .tab_tita_ul li {
        float: left;
        list-style-type: none;
        /*margin-right: -1px;*/
    }

        .tab_tita_ul li a {
            display: inline-block;
            padding: 0 13px;
            color: #333333;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            cursor: pointer;
            white-space: nowrap;
            margin: 0 6px;
        }

            .tab_tita_ul li a:hover {
                background: #e3efff;
            }

            .tab_tita_ul li a.noborder {
                border: 0px;
            }

        .tab_tita_ul li.toptab-right {
            padding: 5px 0px 0px 12px;
        }

        .tab_tita_ul li.huiColor {
            padding: 10px 0px 0px 12px;
        }

    .tab_tita_ul button {
        margin-left: 5px;
        margin-top: 3px;
        line-height: 15px;
    }

    .tab_tita_ul li a.active {
        color: #fff;
        background-color: #1E9FFF;
        border: none;
    }

    .tab_tita_ul li a font {
        display: none;
    }

    .tab_tita_ul li a.active font {
        display: inline-block;
    }

    .tab_tita_ul li a.A3 {
        border: none;
        font-size: 12px;
    }

.tab_tita_line.tab_tita {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    border-bottom: 2px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .tab_tita_line.tab_tita .tab_tita_ul li a.active {
        border-bottom: 2px solid #00c48f;
        color: #00c48f;
        background-color: white;
    }

.table_tbtn .dropdown-item {
    padding: .45rem .8rem;
}

.dropdown-menu {
    padding: .1rem 0;
    border-radius: 3px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 420px !important;
}

.search_hover_show {
    width: 460px;
    position: absolute;
    top: 90%;
    left: -180px;
    z-index: 1000;
    height: 520px !important;
    max-height: initial !important;
    -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.2);
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #444;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
}

.search_hover_c:hover .search_hover_show {
    display: block;
}

.search_hover_show_pa {
    padding: 10px;
}

.footer.det_footer .pagination li a,
.footer.det_footer .pagination li span {
    padding: .3rem .58rem;
    margin: 0 3px;
    line-height: 1.2;
    background-color: #f8fffd;
    color: #a3a6ab;
}

.header_search {
    border: 1px solid #bae9f3;
    border-radius: 5px;
}

.header_search_btn {
    width: 90px;
    background-color: #dbf5fb;
    color: #00c48f;
    border-radius: 5px 0 0 5px;
}

.header_search_btn2 {
    padding: .375rem 1.4rem;
    background-color: #dbf5fb;
    border-radius: 0 5px 5px 0;
}

.header_search_text {
    border: 1px solid white;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control.header_search_text {
    width: 280px;
}

.bg_gray.header_search {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #F5F7FA;
}

    .bg_gray.header_search .header_search_text {
        border-radius: 5px 0 0 5px;
    }

    .bg_gray.header_search .header_search_btn2 {
        background-color: #F5F7FA;
        border-left: 1px solid #dee2e6;
    }

        .bg_gray.header_search .header_search_btn2 i {
            color: #909399;
        }

.table_grayblue.table thead td,
.table_grayblue.table th {
    background-color: #f5f7fa;
    color: #909399;
    font-weight: normal;
}

.select_tit {
    width: 100%;
    margin: 15px 0 12px 0;
    position: relative;
}

.select_tit_line {
    width: 90%;
    border-bottom: 1px solid #e2e6ec;
    margin: 0 auto;
}

.select_tit_c {
    white-space: nowrap;
    display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    color: #909399;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.all_text[type='number'] {
    padding-right: 0;
    /*text-align: center;*/
}

.table_dno {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

table tr:hover .table_dno {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.btn-white.dropdown-toggle:after,
.btn-outline-white.dropdown-toggle:after {
    display: none !important;
}

.table_tit_td {
    padding: .7rem .5rem .7rem .3rem;
    text-align: left;
    font-size: .88rem;
    background-color: #f5f5f5;
}

.table_detail.table td.table_tit_td {
    background-color: #f5f5f5;
    padding: .7rem 1rem !important;
}

    .table_detail.table td.table_tit_td.table_tit_tbtn {
        padding: .2rem .5rem .2rem 1rem !important;
    }

.table_detail.table .btn.btn_remove_s {
    padding: .1rem .15rem .1rem .3rem;
    margin: 0 0 0 5px;
}

    .table_detail.table .btn.btn_remove_s i {
        font-size: 1.2rem;
    }

.table_clamp_2 {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dno {
    display: none !important;
}

.up_list {
    width: 100%;
    font-size: 0;
}

    .up_list ul {
        width: 100%;
    }

        .up_list ul li:first-child {
            margin-top: 10px;
        }

        .up_list ul li {
            font-size: .91rem;
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            -webkit-align-items: center;
            align-items: center;
        }

            .up_list ul li .table_a {
                max-width: inherit;
                overflow: unset;
                white-space: normal;
                text-overflow: inherit;
                /*flex: 1;*/
                margin-right: 10px;
            }

    .up_list.up_list_dib ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        border: 1px solid black;
        border-radius: 5px;
        padding: 3px 5px;
        margin-right: 5px;
        margin-top: 3px;
        background-color: #f6fbfd;
        border: 1px solid #bdddf0;
    }

        .up_list.up_list_dib ul li:first-child {
            margin-top: 0;
        }

        .up_list.up_list_dib ul li .btn_close.close {
            margin-left: 5px;
        }

        .up_list.up_list_dib ul li .table_a:hover {
            color: #0177d5 !important;
        }

.btn_close.close {
    color: #a2a9ac;
    float: none;
    vertical-align: top;
    display: inline-block;
    font-size: 1.2rem;
}

    .btn_close.close:hover {
        color: #ff2f2f;
    }

.up_list_img {
    width: 100%;
    line-height: 0;
}

    .up_list_img ul {
        width: 100%;
    }

        .up_list_img ul li {
            width: 77px;
            height: 77px;
            margin: 15px 16px 0 3px;
            position: relative;
            float: left;
        }

    .up_list_img.none_del ul li {
        margin: 7px 12px 7px 0;
    }

.up_list_img_a {
    width: 77px;
    height: 77px;
    line-height: 77px;
    border-radius: 0;
    border: 1px solid #e2e6ec;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: white;
}

    .up_list_img_a img {
        width: 100% !important;
        height: 100% !important;
        display: inline-block;
        vertical-align: sub;
        object-fit: cover;
    }

.up_list_img ul li .btn_close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 10;
}

.tab_table_con.tab-content {
    border: 0;
    border-top: 1px solid #dee2e6;
}

    .tab_table_con.tab-content .tab-pane {
        padding: 0;
    }

    .tab_table_con.tab-content .table_tbtn {
        margin-top: 12px;
        border-top: 1px solid #e2e6ec;
    }

#faArrowsAlt.act {
    display: none;
}

#faCompress.act {
    display: block !important;
}

.ico_user {
    width: 80px;
    height: 80px;
    border: 0px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    position: relative;
    margin: 0 auto;
}

    .ico_user img {
        display: inline-block;
        vertical-align: middle;
        max-width: 80px;
        max-height: 80px;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }

/*.all_text.ico_search {
    padding-left: 44px;
    background: url(../images/ico_search.png) 12px center no-repeat;
}*/

.task_text {
    width: 275px;
    padding: 0 0 15px 15px;
    color: gray;
    font-size: 14px;
}

    .task_text p {
        margin: 10px 0;
    }

.task_select_c {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .task_select_c .label_con {
        margin: 3px;
    }

.s_green,
.s_orange,
.s_orange2,
.s_red,
.s_yellow,
.s_gray {
    display: inline-block;
    padding: 7px 9px;
    min-width: 32px;
    line-height: 1.15;
    color: white;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
}

.s_green {
    background-color: #9ccc65;
}

.s_orange {
    background-color: #fab461;
}

.s_orange2 {
    background-color: #f7a130;
}

.s_red {
    background-color: #ef5350;
}

.s_yellow {
    background-color: #ffca28;
}

.s_gray {
    background-color: #bebebe;
}

table tr.bt0 th,
table tr.bt0 td {
    border-top: 0 !important;
}

.fa.fa-check.mr5.color1 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.i_checked .fa.fa-check.mr5.color1 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.taski_top {
    width: 100%;
}

.tab-content.border_t {
    border: 0;
    border-top: 1px solid #dee2e6;
}

    .tab-content.border_t .tab-pane.pt10 {
        padding: 0;
        padding-top: 10px;
    }

.taski_table_textc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.taski_con .taski_table_textc {
    margin: 7px 0;
    -webkit-line-clamp: 2;
}

.taski_con .color8 {
    font-size: 14px;
    margin-top: 3px;
}

.taski_btn {
    display: none;
}

.taski_con:hover .taski_btn {
    display: block;
}

.nav-item .nav-link .font_num {
    display: none;
}

.nav-item .nav-link.active .font_num {
    display: inline-block;
}

.table_lf {
    table-layout: fixed;
}
/** 弹窗仿写 */
.print_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
    overflow: auto;
}

.print_con {
    width: 98%;
    max-width: 1200px;
    margin: 1.75rem auto;
}

.print_backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #444;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    -webkit-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
    display: none;
}

.table_input {
    font-size: 0;
    white-space: nowrap;
}

    .table_input span {
        display: inline-block;
        padding: 0 3px;
        font-size: .9rem;
        vertical-align: middle;
        color: #00c48f;
    }

.table tbody + tbody {
    border-top: 1px solid #dee2e6;
}
/** top */
.nav_black {
    color: black;
}

    .nav_black .nav-item.dropdown .nav-link.dropdown-toggle .small {
        color: white;
    }

    .nav_black .nav-item.dropdown .dropdown-toggle:after {
        color: white;
    }

.nav_line {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #d8d7dd;
    height: 28px;
}

.top_icon_1,
.top_icon_2,
.top_icon_3 {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin: 0 2px;
}

/*.top_icon_1 {
    background-image: url(../images/top_ico_01.png);
}

.top_icon_2 {
    background-image: url(../images/top_ico_02.png);
}

.top_icon_3 {
    background-image: url(../images/top_ico_03.png);
}
*/
.top_icon_4 {
    display: inline-block;
    color: black;
    font-size: 1rem;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-right: 6px;
    background: url(../images/top_ico_04.png) left no-repeat;
    padding: 8px 5px 8px 27px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .top_icon_1:hover,
    .top_icon_2:hover,
    .top_icon_3:hover,
    .top_icon_4:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

.top_header_img {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
}

.dropdown-toggle:after {
    vertical-align: middle;
}
/*修改提示框*/

.mytitle {
    position: absolute;
    max-width: 280px;
    padding: 6px 10px;
    border: 1px solid #3e8cee;
    background-color: white;
    color: #3e8cee;
    /*    -webkit-box-shadow: 0 0 8px rgba(6,111,215,0.3);
    -moz-box-shadow: 0 0 8px rgba(6,111,215,0.3);
    box-shadow: 0 0 8px rgba(6,111,215,0.3);*/
    line-height: 1.2;
    font-size: 15px;
    border-radius: 5px;
    z-index: 99900;
}

a.mytips.cursor_p {
    cursor: pointer;
}

.mytips.color_blue {
    color: #26c6da;
}

a.mytips.cursor_p:hover {
    color: #2c7cda;
}

a.mytips.cursor_p.color_blue:hover {
    color: #2c7cda;
}
/** 
    other 
*/

.ind_contit {
    width: 100%;
    height: 66px;
}

    .ind_contit .ico {
        display: inline-block;
        width: 7px;
        height: 28px;
        background: url(../images/ind_tit_ico.png) center no-repeat;
        margin-right: 10px;
    }

    .ind_contit .num {
        display: inline-block;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        white-space: nowrap;
        text-align: center;
        border-radius: 40px;
        background: #f93c4a;
        color: white;
        font-size: 14px;
        padding: 0 7px;
        margin-left: 10px;
    }

    .ind_contit .tit {
        font-size: 18px;
        color: #424242;
        padding-left: 15px;
        white-space: nowrap;
    }

        .ind_contit .tit .color {
            color: #2c53e5;
        }

    .ind_contit .tit_fr {
        font-size: 16px;
        color: #303030;
        padding-right: 15px;
    }

        .ind_contit .tit_fr .ind_more {
            font-size: 15px;
            color: #526bab;
            padding-right: 5px;
        }

.ind_tit_border_b {
    padding: 0 15px;
}

    .ind_tit_border_b .ind_contit {
        height: 60px;
        border-bottom: 1px solid #e0e0e0;
    }

        .ind_tit_border_b .ind_contit .tit_fr {
            padding-right: 8px;
        }

.tab_tita_line.tab_tita.ins_tab_tita .btn-outline-white {
    border: 0;
}

.table_border_th.table thead th {
    border: 1px solid #dee2e6;
    padding: .33rem .55rem;
}

/* div自适应高度 */
.main_card_h100v {
    height: calc(100vh - 75px);
}

.main_card_h100v_2 {
    height: calc(100% - 65px);
}

.main_card_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main_card_div_child {
    flex: 1;
    height: 100%;
}

.table_fix {
    width: 100%;
    height: 100%;
}

.thead_fix {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: -1px;
    z-index: 10;
}
/* div自适应高度 end */
/** 框内图片自适应 **/
.img_wha {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: white;
}

    .img_wha img {
        display: inline-block;
        width: 100.5%;
        min-height: 100.5%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
/** 框内图片自适应 end **/
.up_list.up_list_people {
    padding-top: 9px;
    padding-bottom: 5px;
}

    .up_list.up_list_people ul li:first-child {
        margin-top: 0;
    }

    .up_list.up_list_people ul li .close.btn_close {
        vertical-align: middle;
    }

    .up_list.up_list_people ul li {
        float: left;
        margin-right: 18px;
    }

.c00 {
    color: black !important;
}

.up_list.up_list_people ul li:hover .c00,
.up_list.up_list_people ul li:hover .fas.fa-user-tie {
    color: #0a65b8 !important;
}

.up_list.up_list_span ul li:first-child {
    margin-top: 0;
}

.up_list.up_list_span ul li {
    margin: 2px;
    white-space: nowrap;
    border: 1px solid #dcdcdc;
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 3px 5px;
}


.home_welbg {
    width: 100%;
    height: calc(100vh - 178px);
    background-color: white;
    overflow: auto;
}

.home_welbg_c {
    width: 100%;
    text-align: center;
    padding: 10vh 0 50px 0;
}

    .home_welbg_c .home_welbg_img {
        display: inline-block;
        vertical-align: middle;
    }

.w_text {
    min-height: 37px;
    padding: 4px 7px 4px 11px;
    font-size: 15px;
    background-color: #f8f8f8;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
}

.right_sear ul li span.w_text {
    padding: 7px 13px 7px 11px;
}
/****
    detail_edit
*/
.detail_edit_con {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

    .detail_edit_con .table_detail.table {
        /*border: 1px solid #dbdbdb;*/
        border-collapse: collapse;
        border: 0;
    }

        .detail_edit_con .table_detail.table th {
            border: 1px solid #dbdbdb;
            background-color: #E4E7EF;
            height: 40px;
            text-align: center;
            font-weight: bold;
            color: black;
            padding: 0.6rem 0.5rem;
        }

            .detail_edit_con .table_detail.table th.com_tit {
                border: 0;
                /*  background: url(../images/com_tit.png) center no-repeat;*/
                height: 100px;
                text-align: center;
                font-weight: bold;
                color: white;
                font-size: 22px;
                padding: 0;
            }

        .detail_edit_con .table_detail.table td {
            border: 0;
            height: 40px;
            padding: 0;
        }

        .detail_edit_con .table_detail.table .table {
            border: 1px solid #e4e5ee;
            border-collapse: collapse;
        }

            .detail_edit_con .table_detail.table .table th {
                text-align: center;
                border: 1px solid #e4e5ee;
                background-color: #f6f7fc;
                padding: 0.6rem 0.5rem;
            }

            .detail_edit_con .table_detail.table .table td {
                text-align: center;
                border: 1px solid #e4e5ee;
                padding: 0.6rem 0.5rem;
            }

.tab_check1_true,
.tab_check1_false,
.tab_check1_error,
.tab_check1_minus {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

.tab_check1_true {
    background-image: url(../images/ico_check1_2.png);
}

.tab_check1_error {
    background-image: url(../images/ico_error.png);
}

.tab_check1_minus {
    background-image: url(../images/ico_minus.png);
}

.tab_check1_state4 {
    background-image: url(../images/ico_alert.png);
}

.modal-body .tab_check1_true,
.modal-body .tab_check1_false,
.modal-body .tab_check1_error,
.modal-body .tab_check1_minus {
    width: 22px;
    height: 22px;
}

.table_detail.border-0.table th,
.table_detail.border-0.table td {
    border: 0;
}

.table_detail .all_text,
.table_detail .all_sel,
.table_detail .all_time {
    height: 38px;
    line-height: 38px;
}


.table_detail .select2-container .select2-selection--single {
    height: 38px !important;
}

.table_detail .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.table_detail .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.layui-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 18px;
    color: #06B787;
    width: auto;
    max-width: inherit;
    margin-bottom: 0;
}

.layui-elem-field {
    border-color: #06B787;
}

.layui-tab-title .layui-this {
    color: #06B787;
}

.layui-tab .layui-tab-title {
    height: auto;
    white-space: normal;
}

.layui-tab-card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

.layui-tab-content {
    padding: 8px 15px;
}

.layui-card-body {
    line-height: 1.2;
    padding: 10px;
}

.layui-tab {
    margin: 0 0 20px 0;
}

hr {
    border-bottom: 1px solid #e3e3e3;
}

.layui-font-gray {
    color: #8e8e8e !important;
}

.layui-card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}
/****
    nav
*/
.main_nav_con {
    width: 150px;
    height: calc(100vh - 48px);
    background-color: #2b3c5d;
    position: fixed;
    left: 0;
    top: 48px;
    z-index: 200;
}

.main_nav {
    width: 100%;
    height: 100%;
    padding: 10px 0 20px 0;
    font-size: 14px;
    overflow: auto;
}
    /* 滚动条 隐藏 */
    .main_nav::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

.main_nav {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.main_nav_tit {
    width: 100%;
    padding: 13px 12px;
}

.main_nav_a {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
    cursor: pointer;
    position: relative;
    margin: 3px 0;
    font-size: 14px;
    color: white;
    overflow: hidden;
}

    .main_nav_a .main_nav_tit:hover,
    .main_nav_a .main_nav_tit.main_nav_asel:hover {
        background-color: #3a4c70;
        color: white;
    }

    .main_nav_a.active .main_nav_tit:hover,
    .main_nav_a.active .main_nav_tit.main_nav_asel:hover {
        color: #34fbc5;
    }

    .main_nav_a.active {
        color: #34fbc5;
    }

    /*.main_nav_a.active:after {
            content: '';
            width: 2px;
            height: 100%;
            background-color: #34fbc5;
            position: absolute;
            right: 0;
            top: 0;
        }*/

    .main_nav_a .i_nav {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 0.3s ease 0;
        -moz-transition: all 0.3s ease 0;
        -o-transition: all 0.3s ease 0;
        transition: all 0.3s ease 0;
        margin-right: 8px;
    }

        .main_nav_a .i_nav.ico1 {
            background-image: url(../images/nav_ico1.png);
        }

        .main_nav_a .i_nav.ico2 {
            background-image: url(../images/nav_ico2.png);
        }

        .main_nav_a .i_nav.ico3 {
            background-image: url(../images/nav_ico3.png);
        }

        .main_nav_a .i_nav.ico4 {
            background-image: url(../images/nav_ico4.png);
        }

        .main_nav_a .i_nav.ico5 {
            background-image: url(../images/nav_ico5.png);
        }

        .main_nav_a .i_nav.ico6 {
            background-image: url(../images/nav_ico6.png);
        }

        .main_nav_a .i_nav.ico7 {
            background-image: url(../images/nav_ico7.png);
        }

        .main_nav_a .i_nav.ico8 {
            background-image: url(../images/nav_ico8.png);
        }

        .main_nav_a .i_nav.ico9 {
            background-image: url(../images/nav_ico9.png);
        }

        .main_nav_a .i_nav.ico10 {
            background-image: url(../images/nav_ico10.png);
        }

        .main_nav_a .i_nav.ico11 {
            background-image: url(../images/nav_ico11.png);
        }

        .main_nav_a .i_nav.ico12 {
            background-image: url(../images/nav_ico12.png);
        }

        .main_nav_a .i_nav.ico13 {
            background-image: url(../images/nav_ico13.png);
        }

        .main_nav_a .i_nav.ico14 {
            background-image: url(../images/nav_ico14.png);
        }

        .main_nav_a .i_nav.ico15 {
            background-image: url(../images/nav_ico15.png);
        }

        .main_nav_a .i_nav.ico16 {
            background-image: url(../images/nav_ico16.png);
        }

        .main_nav_a .i_nav.ico17 {
            background-image: url(../images/nav_ico17.png);
        }

        .main_nav_a .i_nav.ico18 {
            background-image: url(../images/nav_ico18.png);
        }

        .main_nav_a .i_nav.ico19 {
            background-image: url(../images/nav_ico19.png);
        }

        .main_nav_a .i_nav.ico20 {
            background-image: url(../images/nav_ico20.png);
        }

        .main_nav_a .i_nav.ico21 {
            background-image: url(../images/nav_ico21.png);
        }

        .main_nav_a .i_nav.ico22 {
            background-image: url(../images/nav_ico22.png);
        }

        .main_nav_a .i_nav.ico23 {
            background-image: url(../images/nav_ico23.png);
        }

    .main_nav_a.active .i_nav.ico1 {
        background-image: url(../images/nav_ico1_2.png);
    }

    .main_nav_a.active .i_nav.ico2 {
        background-image: url(../images/nav_ico2_2.png);
    }

    .main_nav_a.active .i_nav.ico3 {
        background-image: url(../images/nav_ico3_2.png);
    }

    .main_nav_a.active .i_nav.ico4 {
        background-image: url(../images/nav_ico4_2.png);
    }

    .main_nav_a.active .i_nav.ico5 {
        background-image: url(../images/nav_ico5_2.png);
    }

    .main_nav_a.active .i_nav.ico6 {
        background-image: url(../images/nav_ico6_2.png);
    }

    .main_nav_a.active .i_nav.ico7 {
        background-image: url(../images/nav_ico7_2.png);
    }

    .main_nav_a.active .i_nav.ico8 {
        background-image: url(../images/nav_ico8_2.png);
    }

    .main_nav_a.active .i_nav.ico9 {
        background-image: url(../images/nav_ico9_2.png);
    }

    .main_nav_a.active .i_nav.ico10 {
        background-image: url(../images/nav_ico10_2.png);
    }

    .main_nav_a.active .i_nav.ico11 {
        background-image: url(../images/nav_ico11_2.png);
    }

    .main_nav_a.active .i_nav.ico12 {
        background-image: url(../images/nav_ico12_2.png);
    }

    .main_nav_a.active .i_nav.ico13 {
        background-image: url(../images/nav_ico13_2.png);
    }

    .main_nav_a.active .i_nav.ico14 {
        background-image: url(../images/nav_ico14_2.png);
    }

    .main_nav_a.active .i_nav.ico15 {
        background-image: url(../images/nav_ico15_2.png);
    }

    .main_nav_a.active .i_nav.ico16 {
        background-image: url(../images/nav_ico16_2.png);
    }

    .main_nav_a.active .i_nav.ico17 {
        background-image: url(../images/nav_ico17_2.png);
    }

    .main_nav_a.active .i_nav.ico18 {
        background-image: url(../images/nav_ico18_2.png);
    }

    .main_nav_a.active .i_nav.ico19 {
        background-image: url(../images/nav_ico19_2.png);
    }

    .main_nav_a.active .i_nav.ico20 {
        background-image: url(../images/nav_ico20_2.png);
    }

    .main_nav_a.active .i_nav.ico21 {
        background-image: url(../images/nav_ico21_2.png);
    }

    .main_nav_a.active .i_nav.ico22 {
        background-image: url(../images/nav_ico22_2.png);
    }

    .main_nav_a.active .i_nav.ico23 {
        background-image: url(../images/nav_ico23_2.png);
    }

.main_nav .menu_list {
    color: white;
}

    .main_nav .menu_list a {
        color: white;
        display: block;
    }

    .main_nav .menu_list.menu_one {
        width: 100%;
    }

    .main_nav .menu_list.menu_two {
        width: 100%;
        background-color: #182c53;
    }

    .main_nav .menu_list ul li {
        width: 100%;
        padding: 2px 0;
    }

        .main_nav .menu_list ul li .menu_link_s {
            width: 100%;
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 1.4;
            padding: 8px 8px 8px 39px;
        }

        .main_nav .menu_list ul li .menu_link {
            width: 100%;
            cursor: pointer;
        }

            .main_nav .menu_list ul li .menu_link.active,
            .main_nav .menu_list ul li .menu_link:hover {
                color: #34fbc5;
            }

.main_nav .menu_two_a.active {
    color: #34fbc5;
}

.main_nav .menu_list ul li .menu_two_a > .menu_link_s {
    padding-right: 25px;
    background: url(../images/nav_sel.png) 92% center no-repeat;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
}

.main_nav .menu_list ul li .menu_two_a .menu_link_s.nav_sel {
    background: url(../images/nav_sel2.png) 92% center no-repeat;
}

.main_nav .menu_list ul li .menu_two_a .menu_link {
    padding: 0 0 0 13px;
    font-size: 13px;
}

.main_nav .menu_list ul li .menu_two_a ul {
    padding: 8px 0;
}

    .main_nav .menu_list ul li .menu_two_a ul li .menu_link_s {
        padding: 7px 7px 7px 39px;
    }

.main_nav_a .main_nav_tit.main_nav_asel {
    padding-right: 25px;
    background: url(../images/nav_sel.png) 92% center no-repeat;
}

    .main_nav_a .main_nav_tit.main_nav_asel.nav_sel,
    .main_nav_a.active .main_nav_tit.main_nav_asel {
        background: url(../images/nav_sel2.png) 92% center no-repeat;
    }

.main_nav .menu_one {
    display: none;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
}

.main_nav .menu_two {
    display: none;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
}

.main_nav_a.active .menu_one {
    display: block;
}

.main_nav .menu_two_a.active .menu_two {
    display: block;
}
/* layui-onswitch */
.layui-form-switch {
    height: 28px;
    line-height: 28px;
    min-width: 58px;
    padding: 0;
    margin-top: 0;
    border: 0;
    border-radius: 50px;
    background-color: #b9b9b9;
    color: #ffffff;
}

    .layui-form-switch i {
        background-color: #ffffff;
        width: 24px;
        height: 24px;
        top: 2px;
        left: 2px;
    }

.layui-form-onswitch {
    background-color: #ff7001;
}

    .layui-form-onswitch i {
        left: 100%;
        margin-left: -26px;
    }

.layui-form-switch > div {
    color: #ffffff !important;
}

.layui-form-onswitch > div {
    color: #ff7001 !important;
    display: none;
}
/* layui-inline */
.input_list .layui-inline {
    margin: 3px 10px 3px 0;
}

.layui-form-label {
    width: auto;
    padding: 9px 5px 9px 5px;
    font-size: 15px;
    color: #212020;
}

.lay_sel {
    width: 100%;
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    color: rgba(0,0,0,.85);
    border-color: #eee;
    border-radius: 5px;
    font-size: 15px;
    padding: 0 25px 0 10px;
    background-color: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

    .lay_sel::-ms-expand {
        display: none;
    }

.lay_sel_box {
    width: 100%;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .lay_sel_box:after {
        content: '';
        /* pointer-events设置为none，使元素不会成为鼠标事件的目标，让鼠标事件可以指向后代元素 */
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-style: dashed;
        border-color: transparent;
        overflow: hidden;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        cursor: pointer;
        border-width: 6px;
        border-top-color: #c2c2c2;
        border-top-style: solid;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .lay_sel_box:focus-within:after {
        margin-top: -9px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.layui-input,
.layui-select,
.layui-textarea {
    border-radius: 5px;
    font-size: 15px;
    padding: 0 10px;
    background-color: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-color: #d0d0d0;
}
    .layui-input:hover,
    .layui-select:hover,
    .layui-textarea:hover {
        border-color: #cadcd7 !important;
    }

.layui-textarea {
    padding: 8px 10px;
}

.modal-body .layui-input,
.modal-body .layui-select {
    height: 42px;
    padding: 0 15px;
    font-size: 17px;
}

.layui-select,
.modal-body .layui-select {
    padding-right: 25px;
}

.layui-form-select .layui-input {
    padding-right: 25px;
    cursor: pointer;
}

.modal-body .layui-textarea {
    padding: 12px 15px;
    font-size: 17px;
}

.layui-input:disabled,
.layui-select:disabled,
.lay_sel:disabled,
.layui-textarea:disabled {
    background-color: #f7f7f7;
    color: #777777;
}

.layui-input:focus,
.layui-select:focus,
.lay_sel:focus,
.layui-textarea:focus {
    border: 1px solid #00c48f !important;
    -webkit-box-shadow: 0 0 13px rgba(2,147,127,0.16);
    -moz-box-shadow: 0 0 13px rgba(2,147,127,0.16);
    box-shadow: 0 0 13px rgba(2,147,127,0.16);
}

.date_time {
    background: url(../images/ico_time3.png) right no-repeat;
    background-color: white;
    padding-right: 36px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.layui-input,
.layui-select,
.lay_sel,
.layui-textarea,
.input_date,
.input_year,
.input_month,
.input_time,
.input_datetime,
.input_dateframe,
.input_monthframe,
.input_timeframe,
.input_datetimeframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input_list .layui-input-inline {
    float: left;
    margin-right: 10px;
}
/* layui-table */
.layui-table {
    margin: 0 0 10px 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .layui-table[lay-skin=line] {
        border: 0;
    }

    .layui-table[lay-even] tr:nth-child(even) {
        background-color: transparent;
    }

    .layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr {
        background-color: #f8fcfa !important;
    }

    .layui-table td, .layui-table th {
        font-size: 16px;
        color: #333333;
        padding: 10px 12px;
        line-height: 1.1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .layui-table th {
        text-align: center;
        background-color: #EEF3F0;
        padding: 12px 12px;
        white-space: nowrap;
        line-height: 1.2;
    }

.detail_table.layui-table td,
.detail_table.layui-table th {
    padding: 8px 10px;
    text-align: left;
    height: 50px;
}

.detail_table.layui-table th {
    text-align: right;
    background-color: #fafafa;
    white-space: normal;
}

.detail_table2 {
    padding: 3vh 0;
}

    .detail_table2 .layui-table tbody tr:hover,
    .detail_table2 .layui-table thead tr,
    .detail_table2 .layui-table-click,
    .detail_table2 .layui-table-header,
    .detail_table2 .layui-table-hover,
    .detail_table2 .layui-table-mend,
    .detail_table2 .layui-table-patch,
    .detail_table2 .layui-table-tool,
    .detail_table2 .layui-table-total,
    .detail_table2 .layui-table-total tr {
        background-color: transparent !important;
    }

    .detail_table2 .layui-table {
        border: 0;
    }

        .detail_table2 .layui-table td,
        .detail_table2 .layui-table th {
            padding: 12px;
            text-align: left;
            border: 0;
        }

        .detail_table2 .layui-table th {
            padding: 12px 0 12px 12px;
            text-align: right;
            background-color: transparent;
            white-space: normal;
        }
/* layui-modal */
.layui-layer.layui-layer-page {
    width: 860px;
    border-radius: 15px 15px 0 0 !important;
    box-shadow: 1px 1px 40px rgba(9,87,53,0.4) !important;
}

.layui-layer-shade {
    background-color: #c8d6d0 !important;
    opacity: 0.7 !important;
}

.layui-layer.layui-layer-page .layui-layer-title {
    font-size: 17px !important;
    font-weight: bold !important;
    position: relative;
    z-index: 100;
    background-color: white;
    border-radius: 30px 30px 0 0;
}

.layui-layer.layui-layer-page .layui-layer-setwin {
    z-index: 120;
}

    .layui-layer.layui-layer-page .layui-layer-setwin .layui-layer-min {
        display: none !important;
    }

.modal_detail {
    width: 100%;
    padding-bottom: 65px;
    /*height: 550px;*/
}

.modal_btn {
    width: 100%;
    padding: 12px 15px;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 5px 5px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
}

.layui-layer.layui-layer-page .layui-layer-resize {
    width: 20px !important;
    height: 20px !important;
    z-index: 20;
}

.layui-layer-page .layui-layer-content {
    position: initial !important;
    min-height: 60px;
    height: 550px;
}

.fancybox-overlay-fixed {
    z-index: 19892000;
}

.fancybox-opened {
    z-index: 19892200;
}
/* layui-btn */

.layui-btn {
    border-radius: 5px;
    height: 37px;
    line-height: 35px;
    font-size: 15px;
}

    .layui-btn.layui-btn-sm {
        height: 33px;
        line-height: 31px;
        padding: 0 9px;
        font-size: 13px;
    }

    .layui-btn.layui-btn-lg {
        height: 44px;
        line-height: 42px;
        padding: 0 25px;
        font-size: 16px;
    }

    .layui-btn.layui-btn-xs {
        height: 22px;
        line-height: 20px;
        padding: 0 5px;
        font-size: 12px;
    }

.modal-footer .layui-btn {
    min-width: 90px;
}

.table_input .layui-btn {
    margin: 2px 2px;
}
.table .table_input .layui-btn {
    margin: 5px 2px;
    width: calc(100% - 4px);
    max-width: 86px;
    display: block;
    padding: 0;
    text-align: center;
}

.layui-btn.b_color_green {
    background-color: #8DC642;
}

.layui-btn.b_color_green2 {
    background-color: #15A057;
}

.layui-btn-danger {
    background-color: #FF4F4F;
}

.layui-btn-warm {
    background-color: #EEB735;
}

    .layui-btn-warm.b_color_yellow {
        background-color: #FB9346;
    }

label {
    margin-bottom: 0;
}
/* date time */
.date_info {
    position: relative;
    padding-right: 38px;
    background: url(../images/ico_time3.png) 95% no-repeat white;
}

    .date_info::-webkit-calendar-picker-indicator {
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: none;
        background-color: transparent;
        color: transparent;
        position: absolute;
        right: 0;
        top: 0;
    }

    .date_info::-webkit-clear-button {
        display: none;
    }

    .date_info::-webkit-inner-spin-button {
        display: none;
    }

    .date_info::-webkit-inner-spin-button {
        visibility: hidden;
    }

.layui-form-select dl {
    max-height: 240px;
}

.modal-body .lay_fl .layui-form-label {
    font-size: 17px;
    width: 16%;
    text-align: right;
    flex: none;
}

.modal-body .layui-row .layui-form-label {
    font-size: 17px;
    text-align: right;
    width: 100%;
}

.layui-row {
    width: 100%;
    margin: 15px 0;
}

.layui-form-item {
    width: 100%;
    margin: 15px 0;
}

.lay_fl {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

    .lay_fl.f_fl_nc {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

.lay_flex {
    flex: 1;
}

.modal-body .layui-form-radio > * {
    font-size: 17px;
}

.modal-body .layui-form-radio > i {
    font-size: 24px;
}

.layui-bg-red {
    background: #f55959;
}

.layui-bg-yellow {
    background: #fbc712;
}

.layui-bg-green {
    background: #00c48f;
}

div.layui-input {
    background-color: #fafafa;
    height: auto !important;
    padding: 9px 10px 8px 10px !important;
    line-height: 1.15 !important;
    min-height: 38px;
}

.modal-body div.layui-input {
    min-height: 42px;
    padding: 10px 15px !important;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}

.e_con div.layui-input {
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}

.layui-input-wrap .layui-input {
    padding-right: 40px;
}

.layui-input-suffix {
    width: 38px;
    height: calc(100% - 2px);
    top: 1px;
    right: 1px;
    font-size: 16px;
    color: #343434;
    border-left: 1px solid #d2d2d2;
    background: #f5f6fa;
    border-radius: 0 5px 5px 0;
}

.layui-form-checkbox[lay-skin=primary] {
    padding-left: 18px;
}

.demo-tab-header .layui-btn {
    border-color: white;
    color: #343434;
}

    .demo-tab-header .layui-btn.layui-this {
        border-color: #00c48f;
        color: #00c48f;
    }

.demo-tab-body > div {
    display: none;
}

.layui-btn-container .layui-btn {
    margin: 5px 10px 5px 0;
}
.modal-content .right_sear ul {
    padding: 5px 10px 5px 15px;
}
/****
    other
*/
.ico_search {
    width: 19px;
    height: 19px;
    background-image: url(../images/ico_search.png);
}

.ico_export {
    width: 18px;
    height: 18px;
    background-image: url(../images/ico_export.png);
}

.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.top_tips {
    width: 40px;
    padding: 0;
    text-align: center;
    position: relative;
}

    .top_tips .top_tips_ico {
        width: 21px;
        height: 26px;
        background-image: url(../images/ico_bell.png);
        margin: 0 auto;
    }

    .top_tips:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -webkit-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        background-color: transparent;
    }

    .top_tips .dot_red {
        min-width: 20px;
        height: 20px;
        line-height: 18px;
        padding: 0 5px;
        color: white;
        font-size: 12px;
        text-align: center;
        background-color: #f22323;
        border-radius: 50px;
        position: absolute;
        right: -2px;
        top: -8px;
    }

.top_sel {
    width: 90px;
    border: 0;
    background-color: transparent;
    color: white;
    font-size: 16px;
}

    .top_sel option {
        color: #222222;
    }

.reb_s {
    display: inline-block;
    vertical-align: middle;
    min-width: 74px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    padding: 0 15px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
}

.e_title {
    font-size: 20px;
    color: #343434;
    padding: 17px 28px;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid #D9D9D9;
}

.e_con {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 3%;
    font-size: 16px;
}

    .e_con .layui-form-label {
        width: 120px;
        font-size: 15px;
        color: #888888;
        margin-right: 20px;
    }

    .e_con .layui-row {
        margin: 18px 0;
    }

.layui-form-radio {
    margin: 6px 15px 6px 0;
}

.e_con .layui-form-radio > * {
    font-size: 16px;
}

.e_con .layui-form-radio > i {
    font-size: 26px;
}

.e_con .table-bordered thead td, .e_con .table-bordered thead th {
    background-color: #f7f7f7;
    font-weight: normal;
    font-size: 16px;
}

.goods_img .img {
    width: 54px;
    height: 54px;
    overflow: hidden;
    flex: none;
    margin-right: 10px;
}

.goods_img .con {
    text-align: left;
}

    .goods_img .con .tit {
        color: #343434;
        font-size: 14px;
    }

    .goods_img .con .state {
        margin-top: 3px;
    }

    .goods_img .con .num {
        margin-top: 3px;
        color: #fc2727;
    }

    .goods_img .con .state span {
        display: inline-block;
        color: #ff7001;
        font-size: 12px;
        padding: 4px 7px;
        text-align: center;
        background-color: #ffe4cf;
        border-radius: 3px;
    }

.posi_sbg {
    overflow-y: auto;
    height: 100%;
}

.table.border_white {
    min-width: 1580px;
    background-color: white;
}

    .table.border_white tr.posi_s {
        background-color: white;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 0;
        z-index: 15;
    }

    .table.border_white,
    .table.border_white th,
    .table.border_white td {
        border-color: white;
        white-space: normal;
        padding: .6rem .25rem;
    }

        .table.border_white td {
            padding: .4rem .25rem;
        }

            .table.border_white td.tr_table_two {
                padding: 0 0 12px 0;
            }

        .table.border_white .tr_table_two .table {
            margin-bottom: 0;
        }

            .table.border_white .tr_table_two .table,
            .table.border_white .tr_table_two .table th,
            .table.border_white .tr_table_two .table td {
                border-color: #dee2e6;
            }

.goods_cbg {
    width: 100%;
    color: #343434;
    font-size: 15px;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.goods_th {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dee2e6;
    font-weight: bold;
    white-space: nowrap;
}

.goods_td {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.goods_tdbg {
    width: 100%;
}

.goods_tc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.goods_th .goods_tc {
    padding: 13px 10px;
}

.goods_td .goods_tc {
    padding: 8px 10px;
}

.goods_tc.width1 {
    flex: 1;
}

.goods_tc.width2 {
    width: 14%;
    min-width: 98px;
}

.goods_tc.width3 {
    width: 32%;
}

.goods_tc.width4 {
    width: 10%;
    min-width: 80px;
}

.goods_tc.width5 {
    width: 6%;
    min-width: 50px;
}

.goods_tc .width1_2 {
    width: 50%;
}

.goods_ico .layui-icon-addition {
    font-size: 22px;
    font-weight: bold;
    color: #bcbcbc;
}

.goods_ico:hover .layui-icon-addition {
    color: #00b483;
}

.goods_ico .layui-icon-addition:before {
    content: "\e67e";
}

.goods_ico.active .layui-icon-addition:before {
    content: "\e624";
}

.goods_tc input[type='number'] {
    padding-right: 0;
}

.goods_tc .layui-btn.layui-btn-primary {
    padding: 0 13px;
}

.goods_tdc {
    width: 100%;
}

.goods_cbg_con {
    width: 100%;
}

.order_thshow {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

    .order_thshow:hover {
        color: #00b483;
    }

    .order_thshow .layui-icon-triangle-d {
        transform: rotateX(180deg);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .order_thshow.active .layui-icon-triangle-d {
        transform: rotateX(0);
    }

.modal-content {
    overflow: visible !important;
}
.modal-body {
    overflow: visible !important;
    max-height:none !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px !important;
    }

    .modal-xlg {
        max-width: 960px !important;
    }
}
/*【订单统计】-排序按钮*/
.layui-btn.btn-sort {
    color: #B7B7B7;
    border-color: #B7B7B7;
    background-color: #fff;
}
.layui-btn.btn-sort.active {
    color: #00C48F;
    border-color: #00C48F;
}
.order_blo {
    width:100%;
    margin-right: 10px;
    background-color: #fff;
    border: solid 1px #D2D2D2;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    border-radius:5px;
}
.order_blo:last-child{
    margin-left:10px;
}

/**2025-9-2*/

.month_con {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    padding: 5px;
}

.month_c {
    min-width: 200px;
    padding: 15px 0;
}

.month_ca {
    color: #06b787;
}

    .month_ca:hover {
        color: #0e9772;
    }

.month_con i.line {
    display: block;
    width: 1px;
    height: 50px;
    background: #B8C7D2;
}

.month_c .title .tit {
    margin-left: 6px;
}

.month_c .con {
    text-align: center;
    margin-top: 6px;
}

    .month_c .con .tit.num {
        font-size: 20px;
    }

    .month_c .con .unit {
        font-weight: normal;
    }

.month_c .title .i_bg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

    .month_c .title .i_bg.bg1 {
        background: #E5F1FF;
    }

    .month_c .title .i_bg.bg2 {
        background: #DAF4F3;
    }

    .month_c .title .i_bg.bg3 {
        background: #FBF3D9;
    }

    .month_c .title .i_bg.bg4 {
        background: #D4F2EB;
    }

    .month_c .title .i_bg.bg5 {
        background: #FCE6E4;
    }

    .month_c .title .i_bg.bg6 {
        background: #FFEAD8;
    }

    .month_c .title .i_bg .i_ico {
        width: 36px;
        height: 36px;
        background-size: auto;
    }

        .month_c .title .i_bg .i_ico.ico1 {
            background-image: url("../images/m_i1.png");
        }

        .month_c .title .i_bg .i_ico.ico2 {
            background-image: url("../images/m_i2.png");
        }

        .month_c .title .i_bg .i_ico.ico3 {
            background-image: url("../images/m_i3.png");
        }

        .month_c .title .i_bg .i_ico.ico4 {
            background-image: url("../images/m_i4.png");
        }

        .month_c .title .i_bg .i_ico.ico5 {
            background-image: url("../images/m_i5.png");
        }

        .month_c .title .i_bg .i_ico.ico6 {
            background-image: url("../images/m_i6.png");
        }

.exl_s {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}