* {
    margin: 0;
    padding: 0;
    outline: noen;
    font-size: 14px;
    box-sizing: border-box;
}

body {
    background: none;
}

a {
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

ul, li {
    list-style: none;
}

.Fl {
    float: left;
}

.Fr {
    float: right;
}

.Clear {
    clear: both;
}

    .Clear::after {
        content: ".";
        clear: both;
        display: block;
        overflow: hidden;
        font-size: 0;
        height: 0;
    }

.Clear {
    zoom: 1;
}

.ClearFix {
    clear: both;
}

.Tl {
    text-align: left;
}

.Tr {
    text-align: right;
}

.Tc {
    text-align: center;
}

.fw {
    font-weight: bold;
}

.Flex-C {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Flex-V {
    display: flex;
    align-items: center;
}

.Flex-S {
    display: flex;
    justify-content: start;
}

.Flex-E {
    display: flex;
    justify-content: flex-end;
}

.Flex-B {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PosR {
    position: relative;
}

.PosA {
    position: absolute;
}

.PosF {
    position: fixed;
    z-index: 6;
}

.Hide {
    display: none;
}

.W100 {
    width: 100%;
}

.H100 {
    height: 100%;
}

.w120 {
    width: 120px;
}

.H35 {
    height: 35px;
}

.Bgwhite {
    background: #FFF;
}

.bg1 {
    background: #fff;
}

.bg2 {
    background: #f4f4f4;
}

.cRed {
    color: red;
}

.btn1 {
    width: 60px;
    height: 36px;
    border-radius: 5px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background: #184890;
    border: 1px #184890 solid;
    border: 0;
    margin-left: 5px;
}

.btn2 {
    min-width: 60px;
    height: 36px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    background: #184890;
    border: 1px #184890 solid;
    line-height: 36px;
    cursor: pointer;
    margin-left: 2px;
    padding: 0 10px;
    font-size: 12px;
}
/*.btn2:first-child{
    margin:0;
}*/
.btn3 {
    min-width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    background: #184890;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 5px;
    white-space: nowrap;
}

.body_bg {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.layui-tree-entry {
    height: auto;
}
/*��ҳ*/
.nav_jk {
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #184890;
    position: fixed;
    left: 0;
    top: 0;
    min-width: 1318px;
}

    .nav_jk .jk_logo {
        float: left;
    }

    .nav_jk ul {
        float: right;
        margin-right: 20px;
        margin-bottom: 0;
        padding: 10px 0;
    }

.tr_1 {
    font-size: 15px;
    white-space: nowrap;
}

.table_1 > tbody > tr > td {
    padding: 13px 8px;
    text-align: center;
}

.imgAction {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    cursor: pointer;
}

.nav_jk ul li {
    height: 32px;
    float: left;
    margin: 0 1px;
    min-width: 90px;
    position: relative;
}

    .nav_jk ul li a {
        border: 1px solid rgba(255,255,255,0);
        width: 100%;
        line-height: normal;
        background: #184890;
        padding: 5px;
        text-align: center;
        display: inline-block;
        color: #fff;
        transition: 0.2s;
    }

    .nav_jk ul li > a:hover {
        background: #2158A8;
        border-radius: 100px;
    }

    .nav_jk ul li.cur a {
        background: #2158A8;
        border-radius: 100px;
        border: 1px solid #2158A8;
    }

    .nav_jk ul li .nav_erji {
        position: absolute;
        left: 0;
        display: none;
    }

        .nav_jk ul li .nav_erji a {
            width: 90px;
            height: 28px;
            display: block;
            margin-top: 1px;
            line-height: 28px;
            color: #fff;
            background: #a3a3a3;
            text-align: center;
            cursor: pointer;
        }

            .nav_jk ul li .nav_erji a:hover {
                background: #f62626;
            }

.jk_logo a {
    display: inline-flexbox;
}

.jk_logo img {
    vertical-align: middle;
    padding: 6px 20px;
    margin-top: 3px;
    height: 48px;
}

.jk_nav ul li p {
    display: inline;
}

.pading_40 {
    padding: 0px !important;
}

.shousuo {
    position: absolute;
    width: 13px;
    height: 66px;
    z-index: 9999;
    left: 256px;
    top: calc((100% - 25px)/2);
    cursor: pointer;
}
/**智能化生成界面*/
.ocp_data_select {
    height: 30px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/*��࿪ʼ*/
.fa-circle {
    transform: scale(0.6);
    color: #666;
}

.fa-home {
    font-size: 20px;
    color: #184890;
    vertical-align: text-top;
}

.content_main {
    background: #f4f1f2;
    padding: 20px 10px 10px 10px;
    position: relative;
    min-width: 256px;
    top: 50px;
    height: calc(100vh - 50px);
}

    .content_main .left_list {
        width: 256px;
        float: left;
        background: #fff;
        position: fixed;
        left: 0;
        top: 50px;
        height: calc(100vh - 50px);
    }

.tree_main .left_list {
    top: 0;
    height: 100%;
}

.content_main .left_list ul {
    padding-top: 0;
    font-size: 14px;
}

    .content_main .left_list ul > li {
        width: 100%;
        line-height: 45px;
        color: #414141;
    }

        .content_main .left_list ul > li:hover {
        }

    .content_main .left_list ul li a {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #4A6C9D;
    }

.a_bac {
    /*background: #e7e7e7;*/
}

.dn li a:hover i {
    color: #b3b3b3;
}

.dn li p:hover {
    background: #fff;
    border-right: 4px solid #184890
}

.jk_sanji li p:hover {
    background: #fff;
    border: none;
}

.content_main .left_list ul li a > p {
}

    .content_main .left_list ul li a > p b {
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

.content_main .left_list ul li a span {
    width: 20px;
    height: 20px;
    background: url("../images/public/down.png") no-repeat;
    display: block;
    float: right;
    margin: 15px 20px 0 0;
}

.content_main .left_list ul li a .cur {
    background: url("../images/public/right.png") no-repeat;
}

.content_main .left_list ul li .jk_erji {
    background: #f7f7f7;
    padding-top: 0;
}

    .content_main .left_list ul li .jk_erji li {
        line-height: 36px;
        border-top: none;
        border-bottom: none;
    }

        .content_main .left_list ul li .jk_erji li:hover {
            line-height: 36px;
            color: #e70626;
        }

    .content_main .left_list ul li .jk_erji .jk_bg_cur {
        width: 255px;
        line-height: 36px;
        background: #fff;
    }

        .content_main .left_list ul li .jk_erji .jk_bg_cur p {
            border-right: 4px solid #184890;
            background: #FFF;
        }

            .content_main .left_list ul li .jk_erji .jk_bg_cur p:hover {
                color: #4D89FE;
            }


.jk_bg_cur i {
    color: #b3b3b3 !important;
}

.content_main .left_list ul li p {
    text-indent: 1.5em;
}

.content_main .left_list ul li .jk_sanji {
    line-height: 36px;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-left: 10px;
}

.content_main .left_list ul li .jk_erji li p {
    text-indent: 2em;
}

.content_main .left_list ul li .jk_sanji li p {
    text-indent: 2.5em;
}

.content_main .left_list ul li .jk_siji li p {
    text-indent: 3em;
}

/*������*/

/*��໬������*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.right_tip {
    text-align: center;
    position: fixed;
    right: 0;
    top: 30%;
    width: 50px;
    height: 150px;
    box-shadow: -5px 0px 20px #888;
    background: #fff;
    cursor: pointer;
}

    .right_tip div {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        background: #e14145;
        font-size: 18px;
    }

.right_box {
    width: 40%;
    padding: 80px 0px;
    background: #fff;
    box-shadow: -2px 0px 5px #888;
    position: fixed;
    right: -45%;
    top: 80px;
}

.chose_qu {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    float: left;
}

.right_box p {
    font-weight: bolder;
    font-size: 18px;
    padding-left: 20px;
}

.detils_box {
    overflow-y: auto;
    padding: 30px 65px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px;
    background: #fafafa;
    min-height: 200px;
    max-height: 300px;
}

.detils_box_table {
    width: 100%;
}

    .detils_box_table tr td {
        padding-bottom: 10px;
    }

.detils_box_form {
    float: none;
    padding-left: 20px;
    margin-top: 45px;
}

    .detils_box_form input {
        width: 100px;
        height: 40px;
        color: #fff;
        border-radius: 3px;
        border: none;
        background: #e14145;
    }

.detils_box ul li {
    padding: 5px;
    cursor: pointer;
    font-size: 15px
}

    .detils_box ul li:hover {
        background-color: #d0d0d0;
    }

.detils_box_form input[type="button"] {
    color: #666;
    background: #e6e6e6;
}
/*��໬�����ڽ���*/

.content_main .right_list {
    overflow-y: scroll;
    position: fixed;
    top: 58px;
    right: 0;
    width: calc(100vw - 272px);
    height: calc(100vh - 60px);
    background: #FFF;
}

    .content_main .right_list .every_box {
        width: 25%;
        border: 1px #080808 solid;
        float: left;
    }

.jk_gtcx {
    padding: 10px 20px;
    background: #fff;
}

    .jk_gtcx label {
        width: auto;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        float: left;
    }



    .jk_gtcx ul li {
        float: left;
        margin-right: 12px;
    }

        .jk_gtcx ul li input,
        .jk_gtcx ul li select {
            height: 38px;
            border: 1px #c8c8c8 solid;
            border-radius: 3px;
            padding: 0 5px;
        }

    .jk_gtcx .jk_gtcx_btn button {
        margin-top: 10px;
    }

.jk_page-header {
    margin: 0;
}

.jk_row {
    margin: 0;
}

.jk_fenlei {
    padding-left: 0;
    margin-bottom: 20px;
}

    .jk_fenlei a:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        transition: 0.3s;
    }

    .jk_fenlei i {
        display: flex;
    }

        .jk_fenlei i img {
            width: 100%;
        }

.fenlei_1 {
    width: 100%;
    text-align: center;
    display: block;
}

.fenlei_2 {
    width: 100%;
    height: 84px;
    text-align: center;
    padding: 20px 0;
}

    .fenlei_2 a {
        width: 50%;
        display: block;
        float: left;
        text-align: center;
    }

    .fenlei_2 i {
        height: 50px;
        margin-left: -1px;
        float: left;
        display: block;
        border-right: 1px #e5e5e5 dashed;
    }

    .fenlei_2 a:nth-child(2) {
        border-right: none;
    }

.fenlei_3 {
    width: 100%;
    height: 84px;
    text-align: center;
    padding: 20px 0;
}

    .fenlei_3 a {
        width: 33.333%;
        display: block;
        float: left;
        text-align: center;
    }

    .fenlei_3 i {
        height: 50px;
        margin-left: -1px;
        float: left;
        display: block;
        border-right: 1px #e5e5e5 dashed;
    }

    .fenlei_3 a:nth-child(3) {
        border-right: 1px #fff solid;
    }

.jk_row-fluid .table > thead > tr > th {
    border-bottom: 1px #f4f1f2 solid;
}

.jk_row-fluid .table > tbody > tr > td {
    border-top: 1px #f4f1f2 solid;
}

.jk_row-fluid {
    margin: 0 10px 20px 0;
}

    .jk_row-fluid h3 {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        padding: 20px 0 0 15px;
    }


.table td {
    border: 1px solid #DDDDDD;
    vertical-align: middle;
    padding-left: 5px;
}


.jk_region {
    background: #fff;
    margin: 20px 10px 20px 0;
}

    .jk_region .shaixuan ul {
        margin-left: 20px;
    }

        .jk_region .shaixuan ul li {
            width: auto;
            float: left;
            line-height: 30px;
            margin: 10px;
        }

            .jk_region .shaixuan ul li input {
                width: 180px;
                height: 30px;
                margin-left: 10px;
                border: 1px #e8e8e8 solid;
            }

.jk_btn-default {
    width: 66px;
    height: 28px;
    text-align: center;
    padding: 0;
    border-radius: 2px;
    font-size: 12px;
    background: #e60020;
    color: #fff;
    transition: 0.3s;
}

    .jk_btn-default:hover {
        background: #f82341;
        color: #fff;
        border: 1px #e60020 solid;
    }

.sx_list {
    width: 100%;
    height: auto;
    border: 1px #f4f1f2 solid;
    padding: 20px 20px 20px 30px;
    position: relative;
}

    .sx_list .jk_choice {
        position: absolute;
        left: 5px;
        top: 20px;
    }

        .sx_list .jk_choice img {
            background: #fff;
        }

    .sx_list .jk_choice_cur img {
        background: url("../images/pic10_1.png") no-repeat;
    }

    .sx_list .xgt {
        float: left;
        width: 20%;
        overflow: hidden;
    }

        .sx_list .xgt img {
            width: 100%;
            height: 160px;
            float: left;
        }

    .sx_list table {
        width: 80%;
        margin-left: 22%;
        margin-top: 12px;
    }

    .sx_list b {
        margin-left: 2%;
        margin-bottom: 20px;
    }

    .sx_list table tr td {
        line-height: 33px;
    }

        .sx_list table tr td span {
            margin-left: 5px;
        }

.qy_shaixuan {
    width: 100%;
    height: 450px;
}


.jk_warp {
    margin-left: 20px;
    margin-right: 20px;
    /*padding-top: 10px;*/
}
#edui_fixedlayer {
    z-index: 198910212 !important;
}
.jk_table2 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-top:12px;
}

    .jk_table2 table {
        width: 100%;
    }

        .jk_table2 table tr td {
            height: 40px;
            border: 1px #dcdbdb solid;
            position: relative;
        }
            .jk_table2 table tr td:last-child{
                background:#fff;
            }
            .jk_table2 table tr td .anniu_3 {
                position: absolute;
                right: 20px;
                top: 5px;
            }

                .jk_table2 table tr td .anniu_3 button {
                    margin: 0 10px;
                }

/*ģ̬����ʽ*/
.jk_modal-header {
    background: #184890;
    height: 40px;
    padding: 0 15px;
    border-bottom: none;
}

    .jk_modal-header h4 {
        line-height: 40px;
        font-size: 15px;
    }

.jk_modal-content {
    border: 2px #184890 solid;
}

.jk_modal-body {
}

.modal-header .close {
    margin-top: 10px;
}

.close {
    opacity: 1;
    color: #fff;
}

    .close:hover {
        opacity: 1;
        color: #fff;
    }


/*�ϻ���ҵ������*/
.jg_select {
    width: 100%;
    height: auto;
    line-height: 30px;
}

    .jg_select b {
        width: 10%;
        float: left;
        font-size: 14px;
        font-style: normal;
    }

    .jg_select select {
        width: 90%;
        height: 30px;
        line-height: 30px;
        border: 1px #e8e8e8 solid;
        float: left;
    }

.jg_choice {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    background: #f3f3f3;
    border: 1px #d6d6d6 solid;
    position: relative;
}

.every_choice {
    width: 26%;
    float: left;
    margin: 0 3.5%;
}

    .every_choice p {
        font-size: 14px;
        margin-top: 15px;
        color: #333;
        font-weight: bold;
    }

    .every_choice ul {
        height: 230px;
        overflow-y: auto;
        color: #7d7d7d;
        margin-top: 15px;
        background: #fff;
    }

        .every_choice ul li {
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            cursor: pointer;
            position: relative;
        }

            .every_choice ul li input {
                position: absolute;
                left: 0;
                top: 0;
            }

            .every_choice ul li label {
                width: 100%;
                height: auto;
            }

            .every_choice ul li:hover {
                color: #184890;
            }

            .every_choice ul li i {
                width: 20px;
                height: 20px;
                margin-top: 5px;
                display: inline-block;
                background: url("../images/pic10.png") no-repeat;
            }

            .every_choice ul li .cur {
                width: 20px;
                height: 20px;
                display: inline-block;
                background: url("../images/pic10_1.png") no-repeat;
            }

.jg_choice .add_all_del {
    position: absolute;
    top: 100px;
    right: 31.5%;
}

    .jg_choice .add_all_del input {
        width: 66px;
        display: block;
        margin: 10px 0;
    }

.jg_choice .qzgt {
    position: absolute;
    top: 10px;
    right: 4.8%;
}

    .jg_choice .qzgt button {
        width: 67px;
        height: 24px;
        transition: 0.3s;
        line-height: 24px;
        background: #a1a1a1;
        color: #fff;
        text-align: center;
        border: none;
    }

        .jg_choice .qzgt button:hover {
            background: #8c8c8c;
        }



/*��Ŀ�����б�*/
.jk_top1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    background: #f4f1f2;
    z-index: 9;
}

    .jk_top1 a {
        width: 84px;
        height: 30px;
        display: block;
        float: left;
        background: #f4f1f2;
        text-align: center;
        color: #656464;
    }

        .jk_top1 a:hover {
            width: 84px;
            height: 30px;
            color: #fff;
            border-radius: 2px;
            background: #e60020;
        }

    .jk_top1 .cur {
        width: 84px;
        height: 30px;
        color: #fff;
        border-radius: 2px;
        background: #e60020;
    }
/*.jk_gtcx{ width: 100%; height: auto; border-bottom: 2px #f4f1f2 solid; background: #fff; padding-top: 15px; }*/
.jk_gtcx label {
    width: auto;
    height: auto;
    line-height: 36px;
    overflow: hidden;
    float: left;
    padding: 0 10px;
}



.jk_gtcx .layui-form-item {
    margin-bottom: 0;
}

    .jk_gtcx .layui-form-item .layui-inline {
        margin-bottom: 0;
    }

.jk_gtcx ul li {
    float: left;
    margin: 0 5px 0 0;
}

.jk_gtcx .jk_gtcx_btn button {
    margin-top: 10px;
}

input[type="submit"].btn1:hover {
    background: #194890;
}
/*��Ŀ�����б�����*/
/*.jk_table3{ width: 100%; height: auto; background: #f9f9f9;}*/
/*.jk_table3 table{ width: 100%;}*/
/*.jk_table3 table tr td{ height: 40px; border: 1px #dcdbdb solid; position: relative; }*/
/*.jk_table3 table tr td>select{ width: 50%;}*/
/*.jk_table3 table tr td span{ width: 100%; height: 100%; line-height: 40px; display: block; }*/
/*.jk_table3 table tr td>img{ width: 90px; height: 90px;}*/
/*.jk_table3 table tr td textarea{ width: 100%; height: 100%; padding-right: 50%;}*/
.jk_table3 {
    width: 100%;
}

    .jk_table3 tbody tr {
        position: relative;
    }

        .jk_table3 tbody tr td {
            padding: 0;
            height: 40px;
            line-height: 40px;
            color: #333;
            position: relative;
        }

    .jk_table3 tr td .bg2 {
        width: 100%;
        height: 100%;
        display: block;
    }

    .jk_table3 tr td textarea {
        width: 100%;
        padding-right: 50%;
        padding-left: 10px;
        height: 100%;
        line-height: 20px;
        border: 1px #ddd solid;
    }

    .jk_table3 tr td select option {
        width: 160px;
    }

.tishi {
    height: 38px;
    line-height: 19px;
    position: absolute;
    left: 52%;
    top: 1px;
    font-style: normal;
    font-weight: normal;
    color: #f00;
}

    .tishi > img {
        width: 16px;
        height: 16px;
    }

.jk_percent {
    width: 30px;
    height: 30px;
    font-style: normal;
    margin-top: 3px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #979797;
    border: 1px #e8e8e8 solid;
}

.xm_tu {
    width: 150px;
    height: 150px;
    margin: 10px 5px;
    float: left;
    position: relative;
}

    .xm_tu p {
        width: 100%;
        height: 20px;
        line-height: 20px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .xm_tu img {
        width: 100%;
        height: 100%;
    }

    .xm_tu i {
        background: #fff;
        font-style: normal;
    }

    .xm_tu p i:hover {
        color: #f11736;
    }

    .xm_tu p .jk_del {
        float: left;
        margin-left: 10px;
        cursor: pointer;
        line-height: 20px;
    }

    .xm_tu p .jk_fm {
        float: right;
        margin-right: 10px;
        cursor: pointer;
        line-height: 20px;
    }

.jk_form-control {
    height: 40px;
    border: 0;
    border-radius: 2px;
    padding: 0 5px;
}

    .jk_form-control:focus {
        border: 1px #0785f1 solid;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.jk_input-group-addon {
    height: 40px;
    border: 0;
    cursor: pointer;
    background-color: #184890;
    color: #fff;
}

    .jk_input-group-addon:hover {
        background-color: #f82341;
    }

.jk_radio {
    color: #4b4b4b;
    line-height: 30px;
    float: left;
    margin-left: 10px;
}

    .jk_radio label {
        height: 30px;
        margin: 0 10px;
    }

        .jk_radio label i {
            width: 20px;
            height: 20px;
            background: url("../images/pic10.png") no-repeat;
            display: block;
            float: left;
            margin-top: 4px;
            margin-right: 5px;
        }

    .jk_radio .cur i {
        width: 20px;
        height: 20px;
        background: url("../images/pic10_1.png") no-repeat;
        display: block;
        float: left;
    }

.jk_checkbox {
    color: #4b4b4b;
    line-height: 30px;
    float: left;
    margin-left: 10px;
}

    .jk_checkbox label {
        height: 30px;
        margin: 0 10px;
    }

        .jk_checkbox label i {
            width: 20px;
            height: 20px;
            background: url("../images/pic10.png") no-repeat;
            display: block;
            float: left;
            margin-top: 4px;
            margin-right: 5px;
        }

    .jk_checkbox .cur i {
        width: 20px;
        height: 20px;
        background: url("../images/pic10_1.png") no-repeat;
        display: block;
        float: left;
    }

.rengou {
    height: 30px;
    line-height: 30px;
    float: left;
}

    .rengou input {
        width: 100px;
        height: 30px;
        line-height: 30px;
        border: none;
        border-bottom: 2px #e3e3e3 solid;
    }



.modal_choice {
    margin-top: 10px;
}

    .modal_choice span {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 86px;
        height: 28px;
        text-align: center;
        display: inline-block;
        line-height: 28px;
        border: 1px #e8e8e8 solid;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .modal_choice span:hover {
            background: #b4b4b4;
            color: #fff;
        }

    .modal_choice .cur {
        background: #b4b4b4;
        color: #fff;
    }

.modal_list ul {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    float: left;
    border: 1px #ddd solid;
}

    .modal_list ul li {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

        .modal_list ul li:hover {
            background: #efefef;
        }

.cp_17 {
    width: 100%;
    height: 1480px;
    background-image: url(../images/liu_pic_03.png);
    background-size: 100% 100%;
    font-size: 15px;
    margin: 0 auto;
    position: relative;
}

.cp_02 {
    width: 1399px;
    height: 697px;
    background-image: url(../img/pic3.jpg);
    background-size: 100% 100%;
    font-size: 15px;
    margin: 0 auto;
    position: relative;
}






.tan {
    /*display: none;*/
    text-align: left;
    color: #666;
    width: 215px;
    height: 180px;
    border: 1px solid #C9C9C9;
    background: #fff;
    right: 100%;
    border-radius: 5px;
    position: absolute;
    padding: 10px;
    z-index: 1050;
    display: none;
    /*opacity: 0;*/
}



.cp_17 a:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: -17%;
    position: absolute;
    width: 0;
    border-width: 8px;
    border-bottom: 14px solid #f0f0f0;
    left: 39%;
}

.cp_17 a:before,
.div_1:before {
    content: '';
    width: 100%;
    height: 16px;
    display: block;
    background: url('../img/ring_11.png') no-repeat;
    position: absolute;
    top: -37px;
    left: 40%;
}

.cp_17 a {
    cursor: pointer;
    background: #f0f0f0;
    font-size: 13px;
    font-weight: 600;
    width: 3.9%;
    height: 121px;
    color: #4d4d4d;
    text-align: left;
    padding: 22px 6px;
    position: absolute;
    display: block;
    border-radius: 5px;
    text-align: center;
}

.a_postion1 {
    top: 23.3%;
    left: 8%;
}

.a_postion2 {
    top: 23.3%;
    left: 13%;
}

.a_postion3 {
    top: 23.3%;
    left: 18.1%;
}

.a_postion4 {
    top: 23.3%;
    left: 23.2%;
}

.a_postion5 {
    top: 23.3%;
    left: 28.2%;
}

.a_postion6 {
    top: 23.3%;
    left: 33.3%;
}

.a_postion7 {
    top: 36%;
    left: 27.1%;
    color: #4d4d4d !important;
    width: 6.4% !important;
    height: 72px !important;
}

.a_postion8 {
    top: 23.3%;
    left: 38.4%;
    color: #4d4d4d !important;
}

.a_postion9 {
    top: 10.7%;
    left: 40.1%;
    color: #4d4d4d !important;
    width: 6.2% !important;
    height: 87px !important;
}

.div_1 {
    position: absolute;
    top: 23.3%;
    left: 44%;
    width: 8.0%;
    line-height: 20px;
}


    /*���⼰�豸�÷�����*/

    .div_1 a {
        background: #f0f0f0;
        width: 100%;
        position: static;
        color: #4d4d4d;
        margin-top: 8px;
        height: auto !important;
        padding: 5px 6px !important;
        text-align: center;
    }

        .div_1 a:after,
        .div_1 a:before {
            content: none !important;
        }

    .div_1:before {
        left: 13%;
    }

.div_1_blue:before {
    background: url("../img/ring_03.png") no-repeat !important;
}

.div_1_green:before {
    background: url("../img/ring_05.png") no-repeat !important;
}


.div_1_red:before {
    background: url("../img/ring_07.png") no-repeat !important;
}

.div_1_yellow:before {
    background: url("../img/ring_09.png") no-repeat !important;
}


/*���⼰�豸�÷�����*/

.a_postion10 {
    top: 12.7%;
    left: 48%;
    color: #4d4d4d !important;
    width: 5.2% !important;
    height: 102px !important;
}

.a_postion11 {
    top: 11.5%;
    left: 55.7%;
    color: #4d4d4d !important;
    width: 5% !important;
    height: 80px !important;
}

.a_postion12 {
    top: 23.3%;
    left: 53.5%;
    color: #4d4d4d !important;
}

.a_postion13 {
    top: 23.3%;
    left: 58.6%;
    color: #4d4d4d !important;
}

.a_postion14 {
    top: 23.3%;
    left: 63.8%;
    color: #4d4d4d !important;
}


/*��--�Ŵ�*/

.div_2 {
    left: 69.2%;
    width: 6.9%;
    top: 23.5%;
}

    .div_2 a {
        margin-top: 5px;
        text-align: center;
    }

    .div_2:before {
        top: -40px;
        left: 72%;
    }


/*��--�Ŵ�*/


/*����Ż����ɱ�ָ��*/

.div_3 {
    left: 69.1%;
    top: 10.6%;
}

    .div_3 a {
        padding: 16px 6px !important;
    }

    .div_3:before {
        top: 151px;
        left: 16%;
    }


/*����Ż����ɱ�ָ��*/

.a_postion15 {
    top: 23.3%;
    left: 77.5%;
    color: #4d4d4d !important;
}

.a_postion16 {
    top: 23.3%;
    left: 82.6%;
    color: #4d4d4d !important;
}

.a_postion17 {
    top: 11.5%;
    left: 82.6%;
    color: #4d4d4d !important;
    width: 4% !important;
    height: 80px !important;
}


/*������ƺ�����*/

.div_4 {
    left: 88.4%
}

    .div_4 a {
        padding: 15px 6px !important;
    }


/*������ƺ�����*/

.div_5 {
    top: 54.7%;
    left: 70.3%;
}

.div_6 {
    left: 84.3%;
}

    .div_5:before,
    .div_6:before {
        top: 276px;
        left: 72%;
    }

.a_postion18 {
    top: 63.8%;
    left: 34.4%;
}

.a_postion19 {
    top: 63.8%;
    left: 39.5%;
}

.a_postion20 {
    top: 63.8%;
    left: 44.5%;
}

.a_postion21 {
    top: 63.8%;
    left: 49.7%;
}

.a_postion22 {
    top: 63.8%;
    left: 54.7%;
}

.a_postion23 {
    top: 63.8%;
    left: 59.8%;
}

.a_postion24 {
    top: 63.8%;
    left: 64.8%;
}

.a_postion25 {
    top: 63.8%;
    left: 78.8%;
}

.a_postion26 {
    top: 70.8%;
    left: 9.3%;
    width: 6.4% !important;
    height: 100px !important;
}


/*�����ش����*/

.a_postion7:after {
    top: -28% !important;
    border-bottom: 14px solid #f0f0f0;
    left: 42% !important;
}

.a_postion7:before {
    top: -28px !important;
    left: 42% !important;
}


/*�����ش��������*/

.a_postion8:after {
    border-bottom: 14px solid #f0f0f0;
}


/*ʩ��ͼ�ش����*/

.a_postion9:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion9:before {
    top: 100px !important;
    left: 38% !important;
}


/*ʩ��ͼ�ش��������*/


/*ʩ��ͼ���������ύ*/

.a_postion10:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion10:before {
    /*top: 120px !important;
left: 39% !important;*/
    top: 120px !important;
    left: 40% !important;
}


/*ʩ��ͼ���������ύ����*/


/*ʩ��ͼ����*/

.a_postion11:after {
    /*border-bottom: none !important;
border-top: 14px solid #f0f0f0 !important;
top: 99% !important;*/
}

.a_postion11:before {
    top: 96px !important;
    left: 39% !important;
}


/*ʩ��ͼ�������*/

.a_postion12:after {
    border-bottom: 14px solid #f0f0f0;
}

.a_postion13:after {
    border-bottom: 14px solid #f0f0f0;
}

.a_postion14:after {
    border-bottom: 14px solid #f0f0f0;
}

.a_postion15:after {
    border-bottom: 14px solid #f0f0f0;
}

.a_postion16:after {
    border-bottom: 14px solid #f0f0f0;
}


/*��ĿѲ��*/

.a_postion17:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion17:before {
    top: 95px !important;
}


/*��ĿѲ��*/

.a_postion18:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion19:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion20:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion21:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion22:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion23:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion24:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}

.a_postion25:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    top: 99% !important;
}


/*ʩ��ͼ��Ƶ�λȷ��*/


/*��󵥶�*/

.a_postion26:after {
    border-bottom: none !important;
    border-top: 14px solid #f0f0f0 !important;
    left: 99% !important;
    transform: rotate(-90deg) !important;
    top: 40% !important;
}

.a_postion26:before {
    top: 38px !important;
    left: 121% !important;
}

.a26_blue:after {
    border-top: 14px solid #4c8fbd;
}

.a26_green:after {
    border-top: 14px solid #50b18e;
}

.a26_red:after {
    border-top: 14px solid #db4a4a;
}

.a26_yellow:after {
    border-top: 14px solid #e09d47;
}


/*��󵥶�*/


/*ʩ��ͼ��Ƶ�λȷ��*/

@media screen and (max-width: 1430px) {
    .div_1 a,
    .div_4 a,
    .div_3 a {
        font-size: 13px;
    }

    .div_4 a,
    .div_3 a {
        padding: 10px 6px !important;
    }
}


/*��ͷ����*/

.a_yellow {
    background: #e09d47 !important;
    color: #fff !important;
}

    .a_yellow:after {
        border-bottom: 14px solid #e09d47 !important;
    }

.a_blue {
    background: #4c8fbd !important;
    color: #fff !important;
}

    .a_blue:after {
        border-bottom: 14px solid #4c8fbd !important;
    }


/*��ɫ����*/

.a_red {
    background: #db4a4a !important;
    color: #fff !important;
}

.div_1_green {
    background: url("../img/ring_07.png") no-repeat;
}

.a_red:after {
    border-bottom: 14px solid #db4a4a !important;
}

.a_green {
    background: #50b18e !important;
    color: #fff !important;
}

    .a_green:after {
        border-bottom: 14px solid #50b18e !important;
    }

    .a_green:before {
        background: url('../img/ring_05.png') no-repeat !important;
    }

.a_blue:before {
    background: url('../img/ring_03.png') no-repeat !important;
}

.a_red:before {
    background: url('../img/ring_07.png') no-repeat !important;
}

.a_yellow:before {
    background: url('../img/ring_09.png') no-repeat !important;
}


/*��ͷ����*/

.a_yellow_d {
    background: #e09d47 !important;
    color: #fff !important;
}

    .a_yellow_d:after {
        border-top: 14px solid #e09d47 !important;
        top: 99%;
    }

.a_blue_d {
    background: #4c8fbd !important;
    color: #fff !important;
}

    .a_blue_d:after {
        border-top: 14px solid #4c8fbd !important;
    }

.a_red_d {
    background: #db4a4a !important;
    color: #fff !important;
}

    .a_red_d:after {
        border-top: 14px solid #db4a4a !important;
    }

.a_green_d {
    background: #50b18e !important;
    color: #fff !important;
}

    .a_green_d:after {
        border-top: 14px solid #50b18e !important;
        /*top: 99% !important;*/
    }

.a_down_ring:before {
    left: 42% !important;
    top: 142px !important;
}

.a_down_ring_blue:before {
    background: url('../img/ring_03.png') no-repeat;
}

.a_down_ring_green:before {
    background: url('../img/ring_05.png') no-repeat;
}

.a_down_ring_red:before {
    background: url('../img/ring_07.png') no-repeat;
}

.a_down_ring_yellow:before {
    background: url('../img/ring_09.png') no-repeat;
}


/*�޼�ͷ�ı����ɫ*/

.a_yellow_n {
    background: #e09d47;
    color: #fff;
}

.a_blue_n {
    background: #4c8fbd;
    color: #fff;
}

.a_red_n {
    background: #db4a4a;
    color: #fff;
}

.a_green_n {
    background: #50b18e;
    color: #fff;
}

.listItem:nth-child(even) {
    background-color: #fff;
}

.table > tbody > tr:nth-child(odd) {
    background: #f5f5f5;
}
/*20181115�ֱ��ʵ���*/
.content {
    min-width: 900px;
}


/*add by 2020-08-20*/
.Hide {
    display: none;
}

.newTable_con {
    background: #FFF;
}

.newTable_out {
    width: 160px;
    padding: 0px 0px;
}

.newTable_list {
    padding: 10px;
    cursor: default;
    text-align: center;
}

.newTable_active {
    color: #FFF;
    background: #e50120;
}

.newTab_active {
    position: relative;
    color: #e50120;
}

    .newTab_active::after {
        position: absolute;
        content: '';
        display: block;
        width: 60%;
        height: 2px;
        left: 20%;
        bottom: 0px;
        background: #e50120;
    }

.newTable_box {
    border-bottom: 1px solid #dcdbdb;
}

.newTable_in {
    height: 100vh;
    width: calc(100% - 160px);
    padding: 0px 5px 0px 0px;
}

.newTable_inlist {
    white-space: nowrap;
    height: 100%;
    overflow: auto;
}

    .newTable_inlist table.newin_Table td {
        padding: 0 10px !important;
    }

.newin_head {
    padding: 10px 0;
}

.newTable_title {
    padding: 10px 0;
    font-weight: bold;
}

.newin_head_tab {
    padding: 10px 20px;
    cursor: default;
    border-radius: 3px;
}

.newin_body {
    overflow-y: hidden;
    /*border-left: 1px solid #dcdbdb;
border-right: 1px solid #dcdbdb;*/
}

    .newin_body table {
        width: 100%;
    }

    .newin_body th {
        background: #f5f5f5;
        border: 1px solid #dcdbdb;
    }

        .newin_body th:first-child, .newin_body td:first-child {
            border-left: 0;
        }

        .newin_body th:last-child, .newin_body td:last-child {
            border-right: 0;
        }

    .newin_body td {
        border: 1px solid #dcdbdb;
    }

.newinHead_txt {
    white-space: nowrap;
    padding: 10px 5px;
    text-align: center;
}

.newinBody_txt {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layui-table-cell {
    padding: 0 5px;
}

input[readonly].public_input {
    background: #F5F5F5;
}


.MFsdata tr:first-child td {
    white-space: nowrap;
}


.file-list {
    padding: 0px 0 3px 0;
    position: relative;
    line-height: 24px;
    cursor: default;
    width: 380px;
    width: auto;
    max-width: 100%;
}

    .file-list:hover .file-delete {
        display: block;
    }

.file-list-item {
    max-width: 58%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-delete {
    background: #ed1d1d;
    color: #FFF;
    padding: 3px 8px;
    font-size: 13px;
    border-radius: 3px;
    height: 24px;
    line-height: 20px;
    margin-top: 1px;
    margin-left: 5px;
}

a.file-delete:hover {
    color: #FFF;
}

/*������й�˾������*/
.CityCompany-out {
    border: 1px solid #dcdbdb;
}

.HeadRegion-box, .HeadCity-box, .HeadCompany-box {
    height: 100%;
    padding: 10px;
    overflow: auto;
    height: calc(100vh - 150px);
}

    .HeadRegion-box::-webkit-scrollbar,
    .HeadCity-box::-webkit-scrollbar,
    .HeadCompany-box::-webkit-scrollbar {
        /*������������ʽ*/
        width: 8px; /*�߿��ֱ��Ӧ�����������ĳߴ�*/
        height: 10px;
    }

    .HeadRegion-box::-webkit-scrollbar-thumb,
    .HeadCity-box::-webkit-scrollbar-thumb,
    .HeadCompany-box::-webkit-scrollbar-thumb {
        /*����������С����*/
        border-radius: 8px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #C1C1C1;
    }

    .HeadRegion-box::-webkit-scrollbar-track,
    .HeadCity-box::-webkit-scrollbar-track,
    .HeadCompany-box::-webkit-scrollbar-track {
        /*������������*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        background: #F1F1F1;
    }

.HeadRegion-box {
    width: 20%;
    border-right: 1px solid #dcdbdb;
}

.HeadCity-box {
    width: 20%;
    border-right: 1px solid #dcdbdb;
}

.HeadCompany-box {
    width: 60%;
}

.CityCompany-item {
    padding: 10px 10px;
    cursor: default;
    text-align: center;
}

.CityCompany-active {
    background: #f0f0f0;
}

.left_titlle {
    font-size: 18px;
    font-weight: bolder;
    padding: 2px 5px;
    cursor: default;
}

.left_act {
    color: #5e9af4;
}

/*����*/
.modal-con {
    padding: 10px;
    border-bottom: 1px solid #dcdbdb;
    height: calc(56vh - 26px);
}

.region-modal-list {
    padding: 5px 10px;
}

.modal-item-name {
    width: 80px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    white-space: nowrap;
}

.modal-item-con {
    width: calc(100% - 80px);
}

    .modal-item-con select,
    .modal-item-con input[type=text] {
        height: 30px;
        width: 200px;
        border: 1px solid #dcdbdb;
        border-radius: 3px;
        padding: 0 5px;
    }

.modal-item-slist {
    width: 50%;
}

.item-slist-name {
    width: 20%;
    line-height: 30px;
}

.item-slist-con {
    width: 80%;
}

    .item-slist-con input[type=text] {
        height: 30px;
        padding: 5px;
    }

.choose-duty {
    width: 125px;
    display: flex;
    padding: 5px 6px 5px 0px;
}

    .choose-duty input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

.bug-upload {
    border-radius: 3px;
    background: #ddd8d8;
    padding: 5px 10px;
}

.bugpage .next, .bugpage .prev {
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #d6d5d5;
    cursor: default;
    margin: 0 2px;
}

.bugpage .page-box {
    padding: 5px 10px;
    border: 1px solid #d6d5d5;
    border-radius: 5px;
    margin: 0 2px;
}

.bugpage {
    float: right;
    padding: 10px 0;
}

.bug-project {
    height: 30px;
    width: 361px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #dcdbdb;
}

.bug-project-btn {
    background-color: #ea2943;
    border: 0;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 5px;
    border-radius: 3px;
}

.projimg {
    max-width: 200px;
}

.buglist-title {
    min-width: 200px;
}

.buglist-projectname {
    width: 200px;
}

.buglist-img {
    width: 150px;
    max-height: 100px;
    margin: 0 auto;
}

.tr_1 .buglist-img {
    line-height: 0;
    height: auto;
}

.buglist-img img {
    max-width: 100%;
    max-height: 100px;
}

.buglist-upload {
    width: 100px;
}

.buglist-date {
    width: 90px;
}

.buglist-star {
    width: 50px;
}

.buglist-solvelogin {
    width: 88px;
}

.buglist-operation {
    width: 70px;
}

.bugpageFoot {
    width: 100%;
    background: #FFF;
}

.bugTable-body {
    width: 100%;
    overflow: auto;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    height: calc(100vh - 115px);
}

    .bugTable-body table {
        background: #FFF;
        border-top: 0 !important;
    }

.bugTable-box {
    padding: 0;
    background: #E6E6E6;
    overflow: auto;
    height: calc(100vh - 61px);
    position: relative;
}

    .bugTable-box .table_1 > tbody > tr:first-child > td {
        border-top: 0 !important;
    }

    .bugTable-box .table_1 > tbody > tr:last-child > td {
        border-bottom: 0;
    }

    .bugTable-box .table_1 > tbody td div {
        margin: 0 auto;
    }

.newTable_in table tr td span {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.newTable_in .editdetail1 .public_input {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .layui-layer-title {
    /*height: 52px !important;*/
    /*line-height: 52px !important;*/
    background-color: #254F99;
    border-bottom: 1px solid #F1F1F1;
    color: #FFF !important;
}

.layui-layer-iframe {
    border: 2px solid #254F99;
}

.body_bg .layui-layer-setwin a {
    /*font-size: 12px;
    background-position: -9px -7px;
    background: url(/images/Close.png) no-repeat;
    background-size: 27px;
    width: 30px;
    height: 30px;*/
}

.email-con {
    width: 500px;
    border: 2px solid #2970da;
    height: 300px;
    left: calc((100% - 500px)/2);
    top: calc((100% - 300px)/2);
}

.email-body {
    height: calc(100% - 60px);
    padding: 25px 10px;
    border-bottom: 1px solid #2970da;
}

.email-foot {
    justify-content: flex-end;
    height: 60px;
    padding: 0 25px;
}

.email-list {
    align-items: center;
    padding: 5px 10px;
    margin: 13px 0;
}

.email-name {
    width: 100px;
}

.email-txt {
    height: 35px;
    width: 200px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.email-check {
    margin: 0 5px;
}

.mechanism-left {
    width: 180px;
    border: 1px solid #ccc;
    overflow: auto;
    max-height: calc(100vh - 131px);
    background: #f7f7f7;
}

.mechanism-right {
    width: calc(100% - 177px);
    padding-left: 15px;
}

.depleft {
    width: 221px;
}

.Required {
    font-size: 17px;
    color: red;
    position: absolute;
    right: 4px;
    top: 4px;
}

.lablered {
    font-size: 17px;
    color: red;
    position: absolute;
    right: 4px;
    top: 11px;
}

.depright {
    width: calc(100% - 221px);
}

.depleft .city-list {
    text-align: left;
}

    .depleft .city-list:first-child {
        /*text-align: center;*/
    }

.city-list {
    text-align: center;
    padding: 10px 10px;
    cursor: default;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.city-active {
    background: #ffffff;
}

.jk_td1 {
    height: 100%;
    padding-left: 20px;
    background: #f4f4f4;
    display: block;
    line-height: 38px;
    /* text-align: right; */
    /* margin-right: 15px; */
    white-space: nowrap;
}



.public_input {
    width: calc(100% - 10px);
    padding: 0 5px;
    height: 100%;
    border: 1px #e8e8e8 solid;
    height: 30px;
    margin-left: 10px;
    cursor: default;
}

    .public_input:focus {
        border: 1px solid #254f99;
    }

.public_select {
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    border: 1px #c8c8c8  solid;
}

select[disabled] {
    background: none;
}

textarea.public_input {
    min-height: 100px;
    resize: none;
    padding: 5px;
    margin: 5px 0px 3px 10px;
}

.modal-foot {
    padding: 10px 0;
}

.check-list {
    text-align: center;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #ddd;
}

    .check-list:last-child {
        border-right: 0;
    }

.ftable-body {
    height: calc(100vh - 165px);
    overflow: auto;
    border-bottom: 1px solid #ddd;
}

    .ftable-body tr:first-child td {
        border-top: 0;
    }

    .ftable-body td, .ftable-head td {
        padding: 0 5px;
    }
/*layui*/
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #184890;
}

.layui-laypage a:hover {
    color: #184890;
}

.layui-form-select dl dd.layui-this {
    background-color: #184890;
    color: #fff;
}

.layui-table-view .layui-table td {
    color: #333;
}

.box {
    width: 99%;
    height: auto;
    border: 1px solid #ccc;
}

.product {
    width: 100%;
    padding: 0;
    height: 280px;
    background: #FFF;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.temporaryCss {
}

.product .shadow {
    height: 50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    border: none;
}

.product span {
    position: absolute;
    bottom: 15px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0 40px;
}

.product.titleholder:hover {
    text-overflow: inherit;
    overflow: visible;
    white-space: pre-line;
}

.jk_gtcx {
    display: inline-block;
}

    .jk_gtcx ul {
        width: 100%;
        margin-bottom: 0;
    }

.aLL_chose li img {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
}

.text_input {
    width: 278px;
    color: #999;
    height: 38px;
    padding: 0 5px;
    /*text-indent: 1em;*/
}

.text_select {
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px #c8c8c8 solid;
}

.flow-input {
    height: 35px;
    line-height: 38px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px #c8c8c8 solid;
}

.flow-area {
    border-radius: 3px;
    border: 1px #c8c8c8 solid;
    resize: none;
    min-height: 136px;
    padding: 5px;
}

.flow-select {
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    border: 1px #c8c8c8 solid;
}

.table_input {
    height: 28px;
    border-radius: 3px;
    padding: 0 5px;
    width: 100%;
    border: 0;
    background: none;
}

.flow-name:hover {
    color: #3766eb;
    text-decoration: underline;
}

.top_left {
    width: 35%;
    float: left;
}

.top_left_1 {
    padding: 25px;
    float: left;
    width: 100%;
    background: #fff;
}

.mesages_div {
    float: left;
    width: 100%;
    height: 110px;
}

    .mesages_div .img_1 {
        margin-right: 30px;
        float: left;
    }

.mesages {
    float: left;
    vertical-align: middle;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.top_left_1 p {
    margin: 10px 0;
}

.img_2 {
    position: absolute;
    top: 50px;
}

.top_left_2 {
    padding: 16px 18px 17px 18px;
    width: 100%;
    background: #fff;
    margin-top: 5px;
    float: left;
    border: 1px solid #d3d3d3;
}

.title_liu {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

    .title_liu img {
        margin-right: 10px;
    }

.liu_ul {
    margin-top: 28px;
    width: 100%;
}

    .liu_ul li {
        float: left;
        width: 48%;
        height: 80px;
        border-radius: 3px;
        padding: 22px 45px;
        color: #fff;
        cursor: pointer;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .liu_ul li img {
            display: inline;
            margin-right: 8px;
        }

        .liu_ul li:nth-child(1) {
            background: #dd454c;
            margin-right: 4%;
            margin-bottom: 25px;
        }

        .liu_ul li:nth-child(2) {
            background: #4675c2;
            margin-bottom: 25px;
        }

        .liu_ul li:nth-child(3) {
            background: #9a6fcb;
            margin-right: 4%;
        }

        .liu_ul li:nth-child(4) {
            background: #c99a5e;
        }

.top_right {
    width: 64%;
    border: 1px solid #d3d3d3;
    float: right;
    padding: 25px 20px;
    padding-bottom: 0px;
    background: #fff;
}

/*�ֲ�ͼƬ*/
.roundabout_box {
    height: 226px;
    width: 65%;
    margin: 0 auto;
    margin-top: 163px;
    max-height: 226px;
    position: relative;
}

    .roundabout_box ul li {
        cursor: pointer;
        height: 308px;
        width: 445px;
        border: 1px solid #ececec;
    }

    .roundabout_box ul img {
        width: 100%;
        height: 100%;
    }

#next {
    position: absolute;
    right: -19.9%;
    z-index: 999;
    top: -15%;
    background-position: 56% 35%;
}

#previous {
    position: absolute;
    left: -20.5%;
    z-index: 999;
    top: -15%;
    background-position: 36% 4%;
}

.bannerBtn {
    height: 60px;
    width: 44px;
    background: url(../images/public/ad_ctr.png) no-repeat;
}

.top_right:hover .bannerBtn {
    display: block;
}
/*�ֲ�ͼƬ*/
.all_1 {
    padding: 0px 0px 0px 20px;
    border: 1px solid #d3d3d3;
    width: 100%;
    float: left;
    margin-top: 10px;
    background: #fff;
    height: 60px;
}

.aLL_chose {
    width: 100%;
    margin-top: 10px;
    float: left;
}

    .aLL_chose li {
        float: left;
        width: 25%;
        padding: 5px 10px 5px 0px;
    }

        .aLL_chose li:nth-child(4n) {
            padding-right: 0;
        }

        .aLL_chose li div {
            width: 100%;
            float: left;
            cursor: pointer;
        }

}

.img-responsive {
    width: 100%;
}

.chose_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #FFF;
    border-top: 1px solid #ccc;
}

    .chose_btn li {
        float: left;
        width: 24%;
        text-align: center;
        padding: 4px 0;
        background: #f0f0f0;
        cursor: pointer;
    }

        .chose_btn li:nth-child(1) {
            width: 28%;
        }

        .chose_btn li:nth-child(2n+1) {
            background: #fff;
        }

.banner_box {
    text-align: center;
    position: relative;
    top: 22px;
    height: 83%;
}

.banner_shadow {
    height: 50px;
    background-color: #333;
    opacity: 0.4;
    position: relative;
    top: -50px;
}

.banner_box .txt {
    width: 85%;
    padding: 0 33px;
    /* text-align: center; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: white;
    position: relative;
    top: -83px;
}

.txtTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 0;
}

.message_con {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 94%;
    margin-left: 25px;
    margin-top: -21px;
    margin-bottom: 10px;
    padding: 0 16px;
    padding-right: 0;
    color: #524040;
    position: static;
}

.message_talk {
    position: absolute;
    left: 170px;
    top: 80px;
    background: rgba(0, 0, 0, 0.5);
    width: 338px;
    height: 320px;
    z-index: 99;
    display: none;
}

.top_left_1 {
    position: relative;
    border: 1px solid #d3d3d3;
}

.logout {
    border: 1px solid;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #2158A8;
    cursor: default;
    display: inline-block;
}

.border0 {
    border: 0;
}

.signimgBox {
    position: absolute;
    top: 0;
    right: 97px;
}

.signimgCon {
    position: absolute;
    height: 100px;
    width: 100px;
    background: #fff;
    text-align: center;
    line-height: 90px;
    border-radius: 3px;
    padding: 5px;
}

    .signimgCon img {
        max-width: 100%;
        max-height: 100%;
    }

.signimg:hover .signimgBox {
    display: block;
}

.signimg {
    width: auto;
}

    .signimg .logout {
        margin: 0;
    }

.signimTitle {
}

.end_jia {
    width: 100%;
    text-align: center;
    border: 1px solid #d3d3d3;
    background: #f5f5f5;
    font-size: 17px;
    padding: 10px 0;
}

.slides li {
    cursor: pointer;
}

.img {
    text-align: center;
}

.slides li {
    background: #727E8B;
}

.img img {
    height: 100%;
    width: 70%;
    /*min-width: 820px;*/
}

.flex-viewport ul li p {
    width: 100%;
}

.table-cont {
    /**make table can scroll**/
    max-height: 200px;
    min-width: 1400px;
    overflow: auto;
    /** add some style**/
    /*padding: 2px;*/
    background: #ddd;
    margin: 20px 10px;
    box-shadow: 0 0 1px 3px #ddd;
}

.table-head {
    background: #FFF;
}

    .table-head th {
        border: 1px #dcdbdb solid;
        padding: 15px 8px;
    }

    .table-head .layui-table td:first-child {
        text-align: left;
        padding-left: 10px;
        white-space: nowrap;
        min-width: 200px;
    }

}

td,
th {
    border: 1px solid #ddd;
}

.messageInfo_box {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 10px;
    height: 88%;
    overflow: auto;
}

    .messageInfo_box ul {
        list-style: none;
        margin-bottom: 0;
        padding: 10px 15px;
        margin: 0 auto;
    }

    .messageInfo_box li {
        margin-bottom: 9px;
        border-bottom: 1px dashed;
        padding-bottom: 5px;
    }

.Info_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-decoration: none;
}

.Info_content {
    color: #67686b;
}

    .Info_content:hover {
        color: #212223;
        text-decoration: none;
        cursor: pointer;
    }

.Info_img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.modal-backdrop.fade.in {
    opacity: 0.4;
}

#mod {
    background: #ccc;
}

.modal {
    padding: 10px 0;
}

.red {
    color: #ff0000e8;
    font-weight: 100;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #ddd;
}

.MyPro .top_right {
    float: left;
    width: 100%;
}

.flexslider {
    width: 100%;
}

.MyPro-fun {
    width: 20%;
}

.EchartBox {
    box-sizing: border-box;
    height: 443px;
}

.MyPro {
    margin-top: 15px;
}

.MyPro-fun {
    height: 340px;
    margin-top: 25px;
    padding-top: 52px;
}

.MyPro-fun-item {
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.item-active {
    background: #F0F0F0;
}

.MyPro-fun-item img {
    margin-bottom: 5px;
}

.powertxt {
    width: 220px;
    border: none;
    height: 35px;
    padding: 0 5px;
    line-height: 35px;
    background: #F9F9F9;
}

.tblRight td {
    padding-left: 30px;
}

.PowerTable {
    height: calc(100vh - 100px);
    overflow: auto;
}

/*��Ŀ�ļ�*/
.flofer-btn {
    border-radius: 3px;
    border: 1px solid #184890;
    padding: 5px 10px;
    font-size: 13px;
    background: #184890;
    color: #fdfdfd;
    margin: 0 2px;
}

.cRed {
    color: red;
}

.flofer-btn:hover {
    color: #FFF;
    background: #2461bb;
    border: 1px solid #2461bb;
}

.layui-table-header th {
    font-weight: bold;
    color: #333;
}

.table-con {
    padding: 0 5px;
    overflow: auto;
}

.layui-table tbody tr:hover, .layui-table-hover {
    background: none;
}

.layui-table-view .layui-table td, .layui-table-view .layui-table th {
    padding: 11px 0;
    text-align: center;
}

.mechanism-right .layui-table-view .layui-table td:first-child {
    text-align: left;
}

.Email-table-con .layui-table-view .layui-table td:nth-child(3),
.Email-table-con .layui-table-view .layui-table td:nth-child(4) {
    text-align: left;
}

.layui-table-body tr:nth-child(2n+1) {
    background: #FFF;
}

.layui-table-body tr:nth-child(2n) {
    background: #f2f2f2;
}

.layui-table, .layui-table-view {
    margin: 0;
}
/**�����ϴ�**/
.modal_head {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

    .modal_head .layui-form-item {
        margin: 0;
        padding: 4px 0;
    }

    .modal_head .layui-input-inline {
        padding: 5px 0;
    }

#choose_file {
    width: 150px;
    height: 30px;
    border-radius: 3px;
}


#upload:enabled:active {
    /* background: #ce0621; */
}

.upload_box, .choose_file {
    padding: 10px 15px;
}

.table_list {
    padding: 10px 15px;
    text-align: left;
    max-height: 250px;
    overflow: auto;
}

    .table_list table {
        width: 100%;
        text-align: center;
    }

    .table_list td img {
        height: 100%;
        width: 100%;
    }

    .table_list th span {
        font-size: 15px;
    }

    .table_list td span,
    .table_list th span {
        padding: 5px;
        display: block;
    }

    .table_list td button {
        background: #2158A8;
    }

    .table_list a {
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
    }

    .table_list tr {
        height: 45px;
    }

        .table_list tr:nth-child(even) {
            background: #F5F5F5;
        }

    .table_list thead tr {
        background: #F5F5F5;
    }

    .table_list input[type=file] {
        margin-left: 10px;
    }

.modal_foot {
    padding: 10px 10px 9px 10px;
    border-top: 1px solid #F5f5f5;
}

.btn-delete img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline;
}

.btn_box input[type=button], .btn_box input[type=submit] {
    padding: 8px 20px;
    border-radius: 3px;
    border: 0;
    margin: 0 10px;
}

.btn_box input.SaveOut {
    background: #2158A8;
    color: #FFFFFF;
}

.DetailBox1 {
    align-items: inherit;
}

.SaveOut:enabled:active {
    background: #2158A8;
}

.SaveCa:enabled:active {
    background: #c1c1c1;
}

#modal3 .madal_box3 {
    padding: 10px 15px;
}

#modal3 table {
    width: 100%;
}

    #modal3 table span {
        white-space: nowrap;
        display: block;
        min-width: 200px;
        min-height: 25px;
    }

    #modal3 table th {
        text-align: center;
    }

        #modal3 table th:first-child {
            text-align: left;
        }

    #modal3 table th, #modal3 table td {
        padding: 5px;
        border: solid 1px #DDDDDD;
    }

#modal3 .Contrast_imgbox {
    height: 80px;
    width: 100px;
    margin: 0 auto;
    /*border: 1px solid;*/
}

.modal_foot {
    border-top: 1px solid rgb(220, 220, 220);
    position: absolute;
    width: 97%;
    bottom: 0px;
}

#modal4 {
    padding: 20px 50px;
    text-align: center;
}

.madal_box4 {
    padding: 10px 15px;
    height: 100%;
}

    .madal_box4 li {
        height: 35px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .madal_box4 label {
        width: 56px;
        display: inline-block;
    }

.mb4_right {
    width: 100%;
    line-height: 35px;
    display: flex;
    align-items: center;
}

    .mb4_right input {
        height: 30px;
        margin: 0 10px;
        padding: 0 5px;
        width: calc(100% - 150PX);
    }

.modal4_add {
    height: 25px;
    width: 35px;
}

#upload {
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    background: #2158A8;
    border-radius: 3px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

#jw_upload_modal td, #jw_upload_modal th {
    border: 1px solid #f5f5f5;
    text-align: center;
}


/* email */
.Email-container {
    border: 5px solid #c1d9f3;
}

.Email-toolbar {
    border-bottom: 5px solid #c1d9f3;
}

.composetab li {
    padding-right: 2px;
    border: 0;
    height: 27px;
    border-radius: 5px 5px 0 0;
    margin: 0 1px;
    background: #e0ecf9;
    cursor: pointer;
}

.composetab {
    height: 27px;
    width: auto;
}

    .composetab li.composetab_sel {
        min-width: 90px;
        height: 27px;
        color: #093665;
        background: #c1d9f3;
        text-align: center;
        margin: 0;
        padding: 0 10px;
    }

.toolbgline {
    background: #c1d9f3;
    padding: 15px 10px;
}

.btn_space {
    border-radius: 5px;
    background: #FFF;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    color: #555;
}

.Email-area-name {
    width: 100px;
    text-align: right;
    font-size: 14px;
    padding-top: 2px;
}

.Email-area-con {
    padding: 0 10px;
    width: calc(100% - 120px);
}

.add-enclosure {
    margin-top: 2px;
    display: inline-block;
    cursor: pointer;
    color: #1f7ed6;
}

    .add-enclosure:hover, .Email-file-del:hover {
        text-decoration: underline;
    }

.Email-file-size {
    color: #939393;
}

.Email-file-del {
    color: #1f7ed6;
    cursor: pointer;
}

.Email-con {
    margin-bottom: 10px;
}

    .Email-con:last-child {
        margin-bottom: 0;
    }

    .Email-con input {
        width: 100%;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 0 10px;
        outline: none;
        cursor: pointer;
    }

.Email-area {
    padding: 10px 0;
}

.addrtitle {
    margin-top: 5px;
}

    .addrtitle a {
        font-size: 12px;
        color: #1e5494;
    }

#edui1_bottombar {
    display: none;
}

.Email-textarea {
    padding-bottom: 10px;
}

.Email-list {
    padding: 0px;
    overflow: auto;
}

    .Email-list td {
        border: none;
        padding: 3px 5px;
        font-size: 13px;
        border-bottom: 1px solid #ccc;
    }

    .Email-list th {
        border: 0;
    }

    .Email-list tr:hover {
        background: #f5f5f5;
        cursor: pointer;
    }

    .Email-list thead tr:hover {
        background: none;
    }

.email-name {
    cursor: pointer;
}

    .email-name:hover a {
        color: #1f4bad;
        font-weight: bold;
    }

.tf span {
    font-size: 13px;
}

.email-state {
    width: 45px;
}

.Email-date {
    color: #387ccc;
    padding: 6px 5px;
    border-bottom: 2px solid #9bc3ef;
}

.readmailinfo {
    /*background: #eff5fb;*/
    min-height: calc(100vh - 280px);
}

.Email-info {
    padding: 5px 10px;
}

.Email-title {
    font-weight: bold;
    font-size: 15px;
}

.emaill-body-title {
    text-align: center;
    font-size: x-large;
    font-weight: 700;
    margin-top: 10px;
}

.Email-info-item {
    font-size: 13px;
    padding: 2px 0;
    color: #ababab;
}

.Email-info-name {
    display: inline-block;
    width: 60px;
}

.Email-reply {
    padding: 0 10px;
    margin-top: 10px;
}

.Email-txtarea {
    display: block;
    width: 100%;
    resize: none;
    padding: 5px;
    min-height: 60px;
    outline: none;
    border: 1px solid #dddbdb;
    border-radius: 3px;
}

.btn-EmailSend {
    height: 27px;
    width: 50px;
    background: #6b9f40;
    font-size: 13px;
    margin: 5px 3px;
    outline: none;
}

.Email-content {
    padding: 10px;
    min-height: calc(100vh - 390px);
}

.add-tree-table .public_input {
    width: 95%;
}

.power-head th {
    height: 40px;
    border: 1px #dcdbdb solid;
}

.folder-left {
    width: 450px;
}

.folder-right {
    /*max-width: calc(100% - 420px);*/
    width: calc(100% - 450px);
    overflow: auto;
    padding-left: 15px;
}

    .folder-right th:first-child, .folder-right th:first-child .layui-table-cell,
    .folder-right td:first-child, .folder-right td:first-child .layui-table-cell {
        min-width: 200px;
        text-align: left;
    }

.title-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.folder-left .layui-elem-field {
    border: 0;
    margin: 0;
    padding: 10px 5px 10px 0px;
}

.tree-btn-group {
    margin-left: 5px;
}

.folder-right .layui-table .tr_1 {
    background: #FFF;
}

    .folder-right .layui-table .tr_1 .fw {
        font-weight: bold;
    }

.folder-right .layui-table td {
    white-space: nowrap;
}

.folder-right .layui-table th {
    text-align: center;
}

.layui-elem-field .Show-all {
    width: auto;
    font-weight: bold;
    cursor: pointer;
    padding-left: 37px;
}

    .layui-elem-field .Show-all:hover {
        color: #184890;
    }

.proimg {
    height: 90px;
    width: 90px;
    margin: 5px 0 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}

    .proimg img {
        max-height: 100%;
        max-width: 100%;
    }

.proimg-shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
}

    .proimg-shadow img {
        height: 25px;
        width: 25px;
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 32px) / 2);
    }

.jk_table2 .layui-form-select {
    width: 95%;
    margin-left: 10px;
}

.layui-form-select .layui-input {
    padding-left: 5px;
}

.layui-input {
    height: 30px;
}

.city-first {
    background: #FFF;
}

    .city-first p {
        text-align: left;
    }

.city-second {
}

.city-item-name {
    padding: 10px 0px 10px 5px;
}

.city-third .city-item-name {
    padding-left: 15px;
}

.city-item-active {
    color: #4891ff;
    font-weight: bold;
}

.Mytime {
    height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.choosePer {
    height: auto;
    line-height: initial;
    min-width: 50px;
    margin-left: 5px;
}

.pertxt {
    width: 143px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
    background: none;
}

.chose-perinfo {
    cursor: pointer;
    padding: 0 5px;
    color: #1a6ce8;
}
/*start ����ͼ�ڵ�*/
.ystep {
    margin: 0 auto;
    min-height: 200px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 50px;
}

.step-item {
    text-align: center;
    background: #f5f5f5;
    position: absolute;
    right: 35px;
    bottom: 35px;
    left: -30px;
    width: 87px;
    height: 100px;
    border-radius: 5px;
    padding: 5px;
}

.tip-box-list {
    margin-bottom: 5px;
    margin: 5px 0;
}

.topL {
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

    .topL b, .topL span {
        font-size: 15px;
    }

.tip-box {
    width: 250px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px;
    left: 65px;
    bottom: 0;
    box-shadow: 0 2px 10px 1px #929090;
}

.tip-box-title {
    padding: 0 0 5px 0;
    cursor: default;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tip-box-list:last-child {
    margin-bottom: 0;
}

.step-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .step-arrow::after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 10px;
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #f5f5f5;
        border-bottom-width: 0;
        content: " ";
        left: 40px;
        bottom: -9px;
    }

.stage {
    background: #FFF;
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
    padding: 22px;
    border-bottom: 3px dashed #ccc;
}

.arrowD {
    position: absolute;
    top: 13px;
    height: 65px;
}

.stage-con:last-child .stage {
    border-bottom: 0;
}

    .stage-con:last-child .stage img {
        display: none;
    }

.bgstage {
    background: #FFF;
}

.stage-legend {
    width: 235px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 2px dashed #ccc;
    border-radius: 3px;
    padding: 10px 5px 10px 10px;
    background: #FFF;
    cursor: default;
}

.process-name {
    background: #FFF;
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
    padding-top: 22px;
    position: absolute;
    top: 0;
}

.legend-list {
    padding-bottom: 5px;
}

.leg {
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    margin-right: 5px;
}

.legend1 {
    background: #F0F0F0;
}

.legend2 {
    background: #e2ec3c;
    color: #8b8b8b;
}

.legend3 {
    background: #E09D47;
    color: #fff;
}

.legend4 {
    background: #DB4A4A;
    color: #fff;
}

.legend5 {/*5->3*/
    background: #50b18e;
    color: #fff;
}

.legend6 { /*6->4*/
    background: #d0d0d0;
    color: #fff;
}

.legend7 {
    background: #4C8FBD;
    color: #fff;
}

.legend8 {
    background: #6b63ef;
    color: #2f2f2f;
}

.legend9 {
    background: #FF0000;
    color: #fff;
}
/*end*/
.layui-tree-icon .layui-icon {
    font-size: 12px;
    color: #666;
}

.layui-tree-icon {
    height: 15px;
    width: 15px;
}

.bug-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
}

.bug-img-delete {
    height: 22px;
}

.bug-img-list {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 5px;
    margin: 5px 0 5px 12px;
}

.enclosure-box {
    padding: 5px 5px 5px 15px;
}

.enclosure-list {
    align-items: center;
    margin-bottom: 5px;
}

    .enclosure-list:last-child {
        margin-bottom: 0;
    }

.Upenclosure {
    padding: 0;
    width: 90px;
    margin-left: 12px;
}

.Upenclosure2 {
    width: auto;
    margin-left: 12px;
    display: inline-block;
    padding: 0 5px;
}

.teml-list {
    padding-bottom: 5px;
}

    .teml-list:last-child {
        padding-bottom: 0;
    }

.teml-con {
    max-height: 150px;
    overflow: auto;
    width: 100%;
}

.delc1 {
    background: #f84747;
}

.teml-box {
    width: 96%;
    padding: 5px 5px 5px 15px;
}

.modalTab-con {
    max-height: 600px;
    overflow: auto;
    padding: 10px 0;
}
.selecttitle .modalTab-con {
    height: 342px;
}
.stage-title {
    padding: 20px;
    margin: 20px 40px 0 40px;
    font-size: 25px;
    background: #f5f5f5;
    font-weight: bold;
    color: #333333;
    border: 1px solid #E6E6E6;
    position: absolute;
    width: calc(100% - 80px);
    display: flex;
}

.node-select {
    height: 38px;
    border: 1px #c8c8c8 solid;
    border-radius: 3px;
    padding: 0 5px;
    width: 200px;
    margin: 0;
}
.viewlct {
    padding-top: 100px;
}

.flow-con {
    width: 80%;
    padding: 0;
    border-radius: 0px;
    margin: 15px auto;
    box-shadow: 0 0 15px #e6e6e6;
    border-radius: 3px;
}

.flow-out {
    padding: 10px 10px;
}

.flow-list {
    padding: 5px 10px;
    background: #F6F6F6;
    position: relative;
}

    .flow-list::after {
        content: '';
        display: block;
        height: 1px;
        width: 98.6%;
        background: #ccc;
        position: absolute;
        bottom: 0;
        right: 0.7%;
        background: #ccc;
        position: absolute;
        bottom: 0;
    }

    .flow-list:last-child::after {
        height: 0;
    }

.flow-name {
    width: 100px;
    cursor: default;
    font-size: 15px;
    font-weight: bold;
}

    .flow-name:hover {
        color: #000;
        text-decoration: none;
    }

.flow-list-con {
    width: calc(100% - 100px);
    padding: 0 0px 0 10px;
}

.flow-txt {
}

input[disabled].flow-input,
select[disabled].flow-select,
textarea[disabled].flow-area {
    border: 0;
    background: 0;
}

.flow-top {
    padding: 10px 10px;
    border-bottom: 1px solid #dadada;
}

.flow-title {
    padding: 5px 20px 10px 20px;
    font-weight: bold;
}

.flow-head-title {
    color: #555;
    padding: 15px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.flow-head {
    background: #F6F6F6;
    padding: 0 10px;
}

.flow-head-list {
    width: 33%;
}
.pproval-publish {
    margin: 0 20px;
}
.flow-head-name {
    width: 50%;
    font-size: 14px;
    padding: 5px 10px;
    text-align: right;
    position: relative;
}

    .flow-head-name::after {
        content: '';
        display: block;
        height: 10px;
        width: 1px;
        right: 0.7%;
        background: #ccc;
        position: absolute;
        bottom: 10px;
    }

.flow-head-txt {
    font-size: 14px;
    padding: 0 10px;
}

.flow-list-con .file-list {
    width: 80%;
}

.Approval-con {
    background: #F6F6F6;
    padding: 0 10px;
    margin: 0 20px;
}

.Approval-list {
    padding: 0 10px;
    border-bottom: 1px solid #dadada;
}

    .Approval-list:last-child {
        border-bottom: 0;
    }

.Approval-info {
    padding: 5px 0;
}

.Approval-user {
    color: #0060a5;
    cursor: default;
}

a.Approval-user:hover {
    color: #2a77ea;
}

.Approval-date {
    margin-left: 5px;
    padding-top: 10px;
    margin: 0;
}

.Intelligent-head {
    height: 98px;
    /*margin-bottom: 10px;*/
    padding: 5px 0;
}

.Intelligent-list {
    width: 795px !important;
    height: 100%;
    padding: 5px 0;
    padding-bottom:0;
}

.Intelligent-tool {
    width: 126px;
    height: 100%;
    padding: 5px;
}

.Intelligent-body {
    height: calc(100vh - 210px);
}

.Intelligent-list .flow-head-title {
    font-size: 23px;
}

.Intelligent-con {
    height: 100%;
    overflow: auto;
    border: 1px solid #ccc;
}

    .Intelligent-con iframe {
        height: calc(100% - 10px);
        width: 100%;
        border: 0;
    }

    .Intelligent-con::-webkit-scrollbar {
    }

.Intelligent-head-con {
    height: 100%;
    margin: 0 5px;
    border: 1px solid #ccc;
}

.Intelligent-top {
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
}

.proj-speed {
    margin: 5px 0 5px 0;
    /* background: #1378cf; */
    position: relative;
    max-width: calc(100% - 20px);
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    color: #FFF;
    border-radius: 0 20px 20px 0;
}

.stageNum {
    position: absolute;
    right: 15px;
    z-index: 9;
}

.stage-list2 {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-right: 0;
    width: 100%;
}

    .stage-list2:last-child {
        border-right: 1px solid #ccc;
    }

.Intelligent-center {
    height: 85px;
    padding: 5px 5px;
    overflow: auto;
}

    .Intelligent-center::-webkit-scrollbar {
        height: 5px;
    }

.Intelligent-bottom {
}

.tool-list {
    border: 1px solid #ccc;
    padding: 5px;
    width: 70%;
    text-align: center;
    border-radius: 5px;
    margin: 10px auto;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ccc;
}

.tool1 {
    border: 1px solid red;
    color: red;
}

.tool2 {
    border: 1px solid green;
    color: green;
}

.tool3 {
    border: 1px solid black;
    color: black;
}

.tool4 {
    border: 1px solid #ea9b0c;
    color: #ea9b0c;
}

.tool5 {
    border: 1px solid blue;
    color: blue;
}

.tool6 {
    border: 1px solid #ff6a00;
    color: #ff6a00;
}

.sel-per-list {
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 38px;
    padding: 0 5px;
    z-index: 6;
    line-height: 37px;
    cursor: default;
    margin-top: 5px;
}

.sel-per-con {
    padding: 0 5px;
    max-height: calc(342px - 58px);
    overflow: auto;
}

.sel-per-serch {
    border-bottom: 1px solid #e4e4e4;
}

    .sel-per-serch.jk_gtcx ul li input,
    .sel-per-serch .jk_gtcx ul li select {
        height: 34px;
    }

    .sel-per-serch .jk_gtcx {
        padding: 7px 10px;
    }

.selActive {
    color: #466cf6;
}

.sel-per-item {
    margin-right: 10px;
}

.myModal-subtitle {
    padding: 10px 0 10px 0;
    font-weight: bold;
}


.stage-line {
    height: 5px;
    margin-top: 20px;
    background: #f6f6f6;
}

.stage-con {
    padding: 20px 20px 20px 19px;
}

.stage-list3 {
    float: left;
    width: 65px;
    min-height: 90px;
    position: relative;
    background: #F0F0F0;
    border-radius: 5px;
    margin-right: 30px;
}

.stage-list3 .stage-txt {
    color: #8b8b8b;
}
.step-arrow2 {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    bottom: -6px;
    left: 34%;
    z-index: 0;
    background: #F0F0F0;
    transform: rotate(45deg);
}

.stage-circle::after {
    content: " ";
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #F5F5F5;
    position: absolute;
    top: 113%;
    left: 34%;
    z-index: 6;
}

.step-line {
    height: 2px;
    width: 125%;
    background: #999999;
    position: absolute;
    bottom: -23px;
    left: 62%;
}

.stage-list3:last-child .step-line {
    display: none;
}

.stage-tip {
    height: 100px;
    width: 140px;
    border: 1px solid;
    border-radius: 7px;
}

.OverColor::after, .OverColor, .OverColor .step-arrow2, .OverColor .stage-txt {
    background: #50B18E;
}

.NoOverColor::after, .NoOverColor, .NoOverColor .step-arrow2, .NoOverColor .stage-txt {
    background: #DB4A4A;
}

.WillColor::after, .WillColor, .WillColor .step-arrow2, .WillColor .stage-txt {
    background: #E09D47;
}

.NotYetColor::after, .NotYetColor, .NotYetColor .step-arrow2, .NotYetColor .stage-txt {
    background: #F0F0F0;
}

.TimeoutColor::after, .TimeoutColor, .TimeoutColor .step-arrow2, .TimeoutColor .stage-txt {
    background: #4C8FBD;
}

.NoStartColor::after, .NoStartColor, .NoStartColor .step-arrow2, .NoStartColor .stage-txt {
    background: #F0F0F0;
}

.color4 {
    color: rgb(139, 139, 139);
    background: #50b18e;
}

.color4 .stage-txt {
    color: #FFF;
    background: #50b18e;
}

.color4:after {
    background-color: #50b18e;
}
.color4 .step-arrow2 {
    background: #50b18e;
}

.color5 {
    color: rgb(139, 139, 139);
    background: #ccc;
}

.color5 .stage-txt {
    color: #FFF;
    background: #ccc;
}

.color5:after {
    background-color: #ccc;
}
.color5 .step-arrow2 {
    background: #ccc;
}
/*.NoStartColor .stage-txt {
        color: #9e9e9e;
    }*/

.stage-txt {
    position: absolute;
    width: 100%;
    height: 96%;
    padding: 7px 5px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.stage-out {
    width: calc(100% - 0px);
    padding-bottom: 32px;
    padding-right: 185px;
    padding-left: 209px;
    position: relative;
}


.table-con .stage-con:last-child .stage-out::after {
    display: none;
}

.stage-item-con {
}

.stage-item {
    border: 1px solid #ccc;
    border-left: 0;
    padding: 6px;
    text-align: center;
    min-width: 40px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    width: 100%;
}

    .stage-item:last-child {
        border-right: 0;
    }

.stage-name {
    height: 60%;
    cursor: default;
}

.StColor1 {
    color: #FFF;
    background: #84C965;
    border-color: #84C965;
}

.StColor2 {
    color: #FFF;
    background: #DB4A4A;
    border-color: #DB4A4A;
}

.StColor3 {
    color: #FFF;
    background: #E09D47;
    border-color: #E09D47;
}

.StColor4 {
    color: #FFF;
    background: #4C8FBD;
    border-color: #4C8FBD;
}

.StColor5 {
    color: #FFF;
    background: #00bb00;
    border-color: #00bb00;
}

.input-group-addon {
    background-color: #184890;
    border: 0;
    color: #ffffff;
    font-size: 12px;
    height: 35px;
    width: 69px;
    border-radius: 0 5px 5px 0;
}

.TChooseProj {
    height: 35px;
    outline: none;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}

.TChooseProjB {
    padding: 5px 5px 0 5px;
}

.AreaTitle, .CityTitle {
    position: relative;
    bottom: 20px;
}

.ChooseProj-box {
    padding: 15px;
}

.ProjectCss {
    cursor: default;
}

.Projactive {
    background-color: rgb(221, 221, 221);
}

.ChooseProj-footer {
    padding: 15px;
    font-size: 16px;
}

.ChooseProjT {
    height: 36px;
    border: 1px solid #ccc;
}

.modal_choice span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 108px;
    height: 28px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    border: 1px #e8e8e8 solid;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.chooseper-top {
    padding: 10px 10px 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    min-height: 54px;
}

.chooseper-list {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    color: #FFF;
    cursor: default;
    margin-bottom: 5px;
    background: #2468cf;
}

.selectedPer {
    margin-bottom: 5px;
}

.ChangePass {
    cursor: pointer;
    margin-left: 5px;
}

.ChangePass-box {
    padding: 25px 20px 25px 20px;
}

.ChangePass-list {
    padding: 10px 0;
}

.ChangePass-name {
    width: 85px;
    text-align: right;
    padding: 10px 10px 10px 0px;
    font-weight: bold;
}

.ChangePass-txt {
    padding: 10px 5px;
    width: calc(100% - 10px);
    border: 1px solid #ccc;
    border-radius: 3px;
}

.ChangePass-foot {
    width: 100%;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
    padding-right: 20px;
}

.shuttle-box {
    padding: 32px 10px 10px 10px;
}

    .shuttle-box .modal-foot {
        padding: 10px 0 0px 0;
        width: 759px;
        margin: 0 auto;
    }

.templ-list2 {
    padding-right: 15px;
}

.editT-box .public_input {
    margin: 0;
    border: 0;
}

    .editT-box .public_input:focus {
        border: 0;
    }

.editT-box .myModal-subtitle {
    padding: 10px 0;
}

.editT-box {
    padding: 10px 10px 0 10px;
}


.guide-list {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 0 0 0;
    border-radius: 3px;
}

.guide-txt {
    width: 100%;
    min-height: 32px;
    border: 0;
    resize: none;
    padding: 5px 0 5px 0px;
}

.selectedP li input[disabled] {
    background: none;
}

.layui-table-tool-self {
    display: none;
}

#layui-table-page1 {
    text-align: right;
}
/*wangEditor自定义样式 start*/
.wangBr {
    border: 1px solid red;
}

.w-e-icon-upload2 {
    display: inline-block;
    color: #999;
    cursor: pointer;
    font-size: 60px;
    line-height: 1;
}

.w-e-text-container .wangTxt {
    padding: 5px 5px;
    margin-right: 5px;
}

.w-e-text-container .wangTxt {
    padding: 5px 5px;
    margin-right: 5px;
    min-height: 30px;
    margin-left: 15px;
    max-width: calc(100% - 50px);
}

.autoDate {
    font-weight: bold;
    font-size: 14px;
}

.wangImg {
    width: 250px;
    height: 80px;
    margin-top: 10px;
}

.w-e-text-container .Zdytxt {
    display: inline-block;
    margin-top: 10px;
}

.w-e-text-container .wangProjname {
    margin-top: 0px;
    margin-left: 15px;
    background: none;
}

.wangTable {
    width: 100%;
    margin-top: 10px;
}

.Morechoose {
    width: 500px;
    margin-top: 10px;
}

.w-e-text p {
    margin-top: 0;
}

.w-e-text-container {
    height: calc(100vh - 270px);
}

.page .wangProjname {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-right: 0;
    margin-top: 40px;
    text-align: right;
}

.procctitle {
    color: #254f99;
    text-decoration: underline;
}

.Intellectualization {
    height: auto;
}

font[size="1"] {
    font-size: 10px;
}

font[size="2"] {
    font-size: 13px;
}

font[size="3"] {
    font-size: 16px;
}

font[size="4"] {
    font-size: 18px;
}

font[size="5"] {
    font-size: 24px;
}

font[size="6"] {
    font-size: 32px;
}

font[size="7"] {
    font-size: 48px;
}

/*wangEditor自定义样式 end*/
/*临时样式*/
.demohead {
    margin-top: 113px;
}

.demoTitle::after {
    content: '';
    display: block;
    height: 3px;
    width: 431px;
    position: absolute;
    bottom: 0;
    background: #1f487c;
    right: 2%;
}

.demoTitle {
    font-size: 29px;
    font-weight: bold;
    padding-bottom: 9px;
    color: #252525;
}

.demoSubtitle {
    font-weight: bold;
    font-size: 29px;
    padding: 0 82px 0 0;
}

.demolist2 {
    margin-top: 441px;
}

.demotitle2 span {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.demoBimg {
}

.demolist3 {
    padding: 0 10px;
}

.demolist3Titme {
    font-size: 20px;
    font-weight: bold;
}

.demotxt1 {
    width: 100%;
    resize: none;
    padding: 5px;
    border: 1px solid red;
    margin-top: 10px;
    min-height: 110px;
}

    .demotxt1 table {
        border-collapse: collapse;
    }

    .demotxt1 td {
        border: 1px solid #555;
    }

    .demotxt1 p {
        font-size: 16px;
        color: #000;
        line-height: 28px;
        font-family: 宋体;
    }

    .demotxt1 td p {
        font-family: 'Times New Roman';
        font-size: 14px;
        text-align: center;
    }


.color3 .stage-txt {
    color: #FFF;
}

.showper {
    color: #184890;
    font-weight: bold;
    cursor: pointer;
}

.downFile {
    display: block;
    color: #0060a5;
    cursor: pointer;
}

.file-list-con {
    margin-bottom: 5px;
}

    .file-list-con:last-child {
        margin-bottom: 0;
    }

a.downFile:hover {
    color: #2a77ea;
}
/*临时样式 end*/
.leftShuttle {
    height: calc(100% - 30px);
    overflow: auto;
}

.leftTransfer {
    border: 1px solid #e6e6e6;
    height: 360px;
    margin-left: 10px;
    width: 289px;
}

.leftTransferTitle {
    padding: 5px 10px;
    background: #f5f5f5;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.leftShuttleItem {
    padding: 5px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.ShuttleName {
    margin-left: 3px;
    cursor: default;
    width: 100%;
}

.editT-con {
    height: calc(100vh - 308px);
    overflow: auto;
}

.ShuttleAct {
    background: #f5f5f5;
}

.ShuttleName span {
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#configCon input {
    background: none;
}

.Instance-head, .Instance-body {
    padding: 0 20px;
}

.Instance-legend {
    padding: 4px 10px;
    width: 15%;
    text-align: center;
}

.Instance-item {
    height: 40px;
    width: 150px;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 52px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #888;
}

    .Instance-item:hover .ActivitySummary {
        display: block;
    }

    .Instance-item .iconfont {
        position: absolute;
        transform: rotate(90deg);
        top: 41px;
        font-size: 43px;
        color: #a4a4a4;
    }

    .Instance-item:last-child {
        margin-bottom: 0;
    }

        .Instance-item:last-child .iconfont {
            display: none;
        }

.Instance-item-con {
    border: 1px dashed #cccc;
    border-radius: 3px;
    padding: 10px 10px 10px 120px;
}

.ActivityBreathe {
    overflow: visible;
    animation: activitybreathe 5s infinite;
    -webkit-animation: activitybreathe 5s infinite;
}

.ActivityFinished {
    background-color: #6dbacc;
    border: 1px solid #888;
}

.ActivityWorking {
    background-color: #FF0;
    border: 1px solid #888;
}

.ActivityError {
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}

.ActivitySummary {
    position: absolute;
    z-index: 9999;
    width: 620px;
    background-color: white;
    border: none;
    padding-left: 0;
    top: 13px;
    left: 294px;
    box-shadow: 0 1px 5px 0px #898989;
}

    .ActivitySummary span {
        font-weight: 500;
    }

    .ActivitySummary th,
    .ActivitySummary td {
        padding: 8px;
    }

    .ActivitySummary tbody tr:nth-child(odd) {
        background: #FFF;
    }

.znhtxt {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 5px;
}

.zymodal {
    height: 100px;
    width: 250px;
    padding: 10px;
    text-align: center;
}

.wordCon {
    background: url(/images/00000/wordlogo.png) no-repeat;
    /* width: 51%; */
    margin: 10px auto;
    border: 1px solid #ccc;
}

.layui-layer-btn {
    border-top: 1px solid #ccc;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #184890;
    background-color: #184890;
}
/*新增数据权限选项卡样式*/
.power-tabBox {
    margin: 0 5px 0px 5px;
    border-bottom: 1px solid #ccc;
}

.power-tab {
    padding: 10px 9px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: default;
}

.power-active {
    border-bottom: 2px solid #184890;
    color: #184890;
}

.power-title {
    padding-left: 15px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 15px;
}

.jurisdiction-con {
    padding: 10px;
}

.jurisdiction-box {
    padding-left: 5px;
}

.jurisdiction-item {
    margin-right: 10px;
}

.editor2 .edcontent {
    margin: 0 auto;
}

.EditCon2 {
    padding-left: 10px;
}
/*生产审查情况start*/
.Production-con {
    padding: 10px;
}

.Production-list {
    margin-bottom: 10px;
}

    .Production-list:last-child {
        margin-bottom: 0;
    }

.Production-left {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    width: 150px;
    color: #f5f5f5;
    background: #5cbbdf;
}

.Production-right {
    width: calc(85% - 160px);
    padding: 5px 0;
    margin-left: 10px;
    border: 1px solid #ccc;
}

.Production-item {
    padding: 5px 10px;
}

.progressName {
    white-space: nowrap;
    min-width: 200px;
    text-align: right;
    color: #1882ce;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.item-ProgressBar {
    width: calc(100% - 400px);
}

.progressState {
    white-space: nowrap;
    padding-left: 10px;
    width: 200px;
}

    .progressState span {
        background: #e2ec3c;
        color: #8b8b8b;
        padding: 2px 0;
        display: flex;
        font-size: 12px;
        padding: 2px 5px;
        width: fit-content;
        border-radius: 20px;
    }

.State1 {
    background: #F0F0F0;
}

.State2 {
    background: #e2ec3c;
    color: #8b8b8b;
}

.State3 {
    background: #E09D47;
    color: #fff;
}

.State4 {
    background: #DB4A4A;
    color: #fff;
}

.State5 {
    background: #50b18e;
    color: #fff;
}

.State6 {
    background: #d0d0d0;
    color: #fff;
}

.legend7 {
    background: #4C8FBD;
    color: #fff;
}

.State8 {
    background: #6b63ef;
    color: #2f2f2f;
}

.State9 {
    background: #FF0000;
    color: #fff;
}

.ReviewBox-list table {
    width: auto;
    background: #eae8e8;
}

.basedata-box {
    padding: 10px 0;
}

.basedata-list {
    height: 100%;
    width: 300px;
    border: 1px solid #d4d4d4;
    margin: 0 10px;
}

.ReviewBox-list table tr:first-child .ReviewBox-con {
    color: #1882ce;
}

.ReviewBox-list table tr td:nth-child(2) .ReviewBox-con,
.ReviewBox-list table tr td:last-child .ReviewBox-con {
    width: 150px;
}

.ReviewBox-con {
    width: 100px;
    text-align: center;
    padding: 4px 0;
    color: #7b7777;
}

.Production-right .layui-bg-green {
    background: #4ca8b7 !important;
}
/*生产审查情况end*/
.power-listCon {
    height: 100%;
}

.flow-tab-btn {
    text-align: center;
    margin: 0;
    padding: 8px 5px;
    cursor: default;
}

.flow-tab-active {
    color: #184890;
}

    .flow-tab-active::after {
        content: '';
        display: block;
        height: 3px;
        width: 70%;
        position: absolute;
        left: 15%;
        bottom: 0;
        background: #184890;
    }

.Prsurveytxt {
    font-size: 15px;
    line-height: 24px;
}
/*富文本目录*/
.catalog {
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0;
    color: #000;
    margin: 0;
    display: block;
    text-decoration: none;
}
/*邮箱样式列表*/
.tab-list {
    padding: 10px 13px 25px 13px;
    font-size: 16px;
    cursor: default;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-active {
    position: relative;
    color: #184890;
}

    .tab-active::after {
        content: '';
        display: block;
        position: absolute;
        width: 80%;
        height: 2px;
        left: 10%;
        bottom: 8px;
        background: #3273d4;
    }
/*新增项目案例上传附件样式*/
.fileCon {
    padding: 2px 10px 2px 15px
}
/*案例总结复制*/
.summary-box {
    height: calc(100vh);
    padding: 5px;
}

.summary-list {
    width: 30%;
    border: 1px solid #ccc;
    padding: 5px;
    height: 100%;
}

    .summary-list:last-child {
        width: 40%;
    }

.summary-list-title {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.summary-list-con {
    padding: 5px 0;
}

.summary-item {
    padding: 10px 5px;
}

.summaryActive {
    background: #d9e6f1;
}

.summary-item:nth-child(odd) {
    background: #f5f5f5;
}

    .summary-item:nth-child(odd).summaryActive {
        background: #d9e6f1;
    }

.summary-item:hover {
    background: #d9e6f1;
    cursor: default;
}

.FolderNode-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.FolderNode-content {
    padding: 10px;
}
/*历史项目*/
.CityCompany-out {
    border: 1px solid #dcdbdb;
}

.HeadRegion-box, .HeadCity-box, .HeadCompany-box {
    height: 100%;
    padding: 10px;
    overflow: auto;
    height: calc(100vh - 260px);
}

.HeadRegion-box {
    width: 200px;
    border-right: 1px solid #dcdbdb;
}

.CityCompany-item {
    padding: 10px 10px;
    cursor: default;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.CityCompany-active {
    background: #f0f0f0;
}

.HeadCity-box {
    width: 20%;
    border-right: 1px solid #dcdbdb;
}

.HeadCompany-box {
    width: calc(60% - 200px);
}
/*项目后评估流程*/

.evaluation-top {
    border-left: 1px solid #ccc;
    padding: 5px 5px;
}

.evaluation-con input[type=text] {
    width: 100%;
    border: none;
}

.evaluation-con textarea {
    border: 0;
    width: 100%;
    resize: none;
    height: 50px;
}

.evaluation-in input {
    border: 0;
}

.evaluation-name {
    padding: 5px;
    display: block;
    min-height: 30px;
    border: 1px solid #ccc;
    border-top: 0;
}

.evaluation-txt {
    min-height: 30px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.evaluation-out {
    margin: 5px 20px;
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom: 0;
}

.textarea-name {
    height: 64px;
}
/*案例复制*/
.copycase-box {
    padding: 10px;
    height: calc(100% - 20px);
}

.copycase-left, .copycase-right {
    width: 50%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    cursor: default;
    overflow: auto;
}

.copycase-left {
    border-right: 0;
}

.copycase-top {
    height: 50px;
}

.copycase-body {
    height: calc(100% - 26px);
}

.copycase-bottom {
    padding: 10px;
}

.copycase-title-list {
    padding: 5px;
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
}

    .copycase-title-list:hover {
        background: #f5f5f5;
    }

.copycase-active {
    background: #f5f5f5;
}

.copycase-title-name {
    white-space: nowrap;
}

.copycase-title-list .layui-form-select {
    width: 100%;
}

/**项目结构优化奖金*/
.Mydata {
    height: 30px;
    width: calc(100% - 10px);
    border: 1px solid #e8e8e8;
    margin-left: 10px;
}
.Mytextarea {
    height: 86px;
    width: calc(100% - 10px);
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin: 5px 0 5px 10px;
}
/*项目指标统计*/
.PubTableBox .layui-table-view {
    width: 100%;
}
.CalculationBox{

}
.CalculationBox .Calculation-list {
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
}
.CalculationBox .flow-name {
    width: 150px;
    text-align: right;
}
.CalculationBox .flow-list-con {
    width: calc(100% - 150px);
}
.CalculationBox .jk_warp {
    background: #F6F6F6;
    padding: 0 5px;
}
.CalculationBox .public_select {
    margin-left: 0;
    width: 100%;
}
.CalculationBox .modal-foot {
    padding: 10px 20px;
}