﻿@import url('/page/yspt/res/fontawesome/css/all.css');
@import url('/page/yspt/res/flowdesgion/css/jsplumbtoolkit-defaults.css');
@import url('/page/yspt/res/ext/build/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css');
@import url('/page/yspt/res/toast/toastr.min.css');
@import url('/page/yspt/res/webupd/webupd.css?v=202506');

input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-o-clear {
    display: none;
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .justified-gallery > a,
    .justified-gallery > div,
    .justified-gallery > figure {
        position: absolute;
        display: inline-block;
        overflow: hidden;
        /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
        filter: "alpha(opacity=10)";
        opacity: 0.1;
        margin: 0;
        padding: 0;
    }

        .justified-gallery > a > img,
        .justified-gallery > div > img,
        .justified-gallery > figure > img,
        .justified-gallery > a > a > img,
        .justified-gallery > div > a > img,
        .justified-gallery > figure > a > img,
        .justified-gallery > a > svg,
        .justified-gallery > div > svg,
        .justified-gallery > figure > svg,
        .justified-gallery > a > a > svg,
        .justified-gallery > div > a > svg,
        .justified-gallery > figure > a > svg {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            padding: 0;
            border: none;
            filter: "alpha(opacity=0)";
            opacity: 0;
        }

        .justified-gallery > a > .jg-caption,
        .justified-gallery > div > .jg-caption,
        .justified-gallery > figure > .jg-caption {
            display: none;
            position: absolute;
            bottom: 0;
            padding: 5px;
            background-color: #000000;
            left: 0;
            right: 0;
            margin: 0;
            color: white;
            font-size: 12px;
            font-weight: 300;
            font-family: sans-serif;
        }

            .justified-gallery > a > .jg-caption.jg-caption-visible,
            .justified-gallery > div > .jg-caption.jg-caption-visible,
            .justified-gallery > figure > .jg-caption.jg-caption-visible {
                display: initial;
                filter: "alpha(opacity=70)";
                opacity: 0.7;
                -webkit-transition: opacity 500ms ease-in;
                -moz-transition: opacity 500ms ease-in;
                -o-transition: opacity 500ms ease-in;
                transition: opacity 500ms ease-in;
            }

    .justified-gallery > .jg-entry-visible {
        filter: "alpha(opacity=100)";
        opacity: 1;
        background: none;
    }

        .justified-gallery > .jg-entry-visible > img,
        .justified-gallery > .jg-entry-visible > a > img,
        .justified-gallery > .jg-entry-visible > svg,
        .justified-gallery > .jg-entry-visible > a > svg {
            filter: "alpha(opacity=100)";
            opacity: 1;
            -webkit-transition: opacity 500ms ease-in;
            -moz-transition: opacity 500ms ease-in;
            -o-transition: opacity 500ms ease-in;
            transition: opacity 500ms ease-in;
        }

    .justified-gallery > .jg-filtered {
        display: none;
    }

    .justified-gallery > .jg-spinner {
        position: absolute;
        bottom: 0;
        margin-left: -24px;
        padding: 10px 0 10px 0;
        left: 50%;
        filter: "alpha(opacity=100)";
        opacity: 1;
        overflow: initial;
    }

        .justified-gallery > .jg-spinner > span {
            display: inline-block;
            filter: "alpha(opacity=0)";
            opacity: 0;
            width: 8px;
            height: 8px;
            margin: 0 4px 0 4px;
            background-color: #000;
            border-radius: 6px;
        }

.c-b-toast {
    background-color: red;
    color: #fff;
    border-radius: 3px;
}

.clsj {
    float: left;
    color: #000000;
    font-size: 8px;
    text-align: right;
    background-color: #e6e6e6;
    width: 100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
/*pubTopPanel css*/
.msgtop {
    position: absolute;
    width: 500px;
    height: 60px;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -30px;
    margin-left: -250px;
    z-index: 9;
    border: #e0dede 1px solid;
    background: #F9F9F9;
    color: #333;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
    border-radius: 5px;
    line-height: 60px;
    vertical-align: middle;
    padding: 0px 10px
}

.msggd {
    height: 40px;
    line-height: 40px;
    width: 450px;
    margin-top: 9px;
    overflow: hidden;
}

.mingdan {
    list-style: none;
    margin-top: 0px;
}

    .mingdan li {
        margin-left: 15px;
        cursor: pointer;
        overflow: hidden;
    }

.fa-close::after {
    color: red;
}

.msglable {
    width: 70px;
    position: absolute;
    left: 10px;
}

.msgclose {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 22px;
}

    .msgclose:hover {
        cursor: pointer;
    }

.msgbox {
    position: relative;
}

.fa-bell-o {
    color: #2174bc;
    font-size: 14px;
    font-weight: bold
}

.msgcount {
    color: white;
    display: none;
    background-color: red;
    padding: 0px 3px;
    border-radius: 10px;
    position: absolute;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    top: -13px;
    left: 35px;
    z-index: 222;
}
/*pubTopPanel css end*/


/*消息弹窗infopanelcss*/

.info-msgbox {
    width: 800px;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
}

.info-msgitem {
    border: 1px solid #f3f2f2;
    width: 195px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

    .info-msgitem:hover {
        border: 1px solid #cecaca;
    }

    .info-msgitem:active {
        background-color: #f3f2f2;
    }

.info-msginfocount {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #0d0808
}
/*消息弹窗infopanelcss  end*/

.chartbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.chartboxitem {
    width: 400px;
    height: 300px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    margin-left: 40px;
    padding: 10px;
    margin-top: 25px;
}

.desk-top {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    align-content: center;
    align-items: center;
}

.desk-top-left {
    width: 50%;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
}

    .desk-top-left img {
        vertical-align: middle;
        margin-left: 0px;
        cursor: pointer;
    }

/*.desk-top-center {
    width: 20%;
    text-align: center;
    font-weight: bold;
    color: #2174bc;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}*/

.logoprj {
    color: #000000;
    text-decoration: none;
}

.desk-prjname {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #696969;
}

.desk-top-right {
    flex: 1;
    height: 50px;
    text-align: right;
    font-size: 14px;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.desk-top-right-btn {
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.line-g {
    border-left: 1px solid #ccc;
    margin-left: 7px;
    margin-right: 7px;
    height: 15px;
}

.com-logo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.weui-uploader {
    margin-left: 25px;
    border: 2px dashed #e6e6e6;
    min-height: 115px;
    padding: 0px 15px 0px 15px;
    display: flex;
    flex-direction: column;
}

.weui-uploader__hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.weui-uploader__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-top: 5px;
    margin-bottom: 1px;
}

.weui-uploader__info {
    color: #B2B2B2;
}

.weui-uploader__bd {
    background-color: #fff;
}

.weui-uploader__files {
    list-style: none;
}

.weui-uploader__file {
    float: left;
    margin-right: 15px;
    margin-bottom: 32px;
    width: 51px;
    height: 51px;
    background: no-repeat center center;
    background-size: cover;
}

    .weui-uploader__file img {
        width: 50px;
        height: 50px;
        border-radius: 2px;
        border: 1px solid #ccc;
        cursor: pointer;
    }

.weui-uploader__file_status {
    position: relative;
}

    .weui-uploader__file_status:before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .weui-uploader__file_status .weui-uploader__file-content {
        display: block;
    }

.weui-uploader__file-content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

    .weui-uploader__file-content .weui-icon-warn {
        display: inline-block;
    }

.weui-uploader__input-box {
    float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 50px;
    height: 50px;
    border: 1px solid #D9D9D9;
}

    .weui-uploader__input-box:before,
    .weui-uploader__input-box:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #D9D9D9;
    }

    .weui-uploader__input-box:before {
        width: 2px;
        height: 39.5px;
    }

    .weui-uploader__input-box:after {
        width: 39.5px;
        height: 2px;
    }

    .weui-uploader__input-box:active {
        border-color: #999999;
    }

        .weui-uploader__input-box:active:before,
        .weui-uploader__input-box:active:after {
            background-color: #999999;
        }

.weui-uploader__input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.weui-uploader_del {
    width: 40px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    color: #2e3a1f;
}

    .weui-uploader_del span {
        font-size: 12px;
        margin-left: 2px;
    }

.weui-uploader_btn-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 5px;
    justify-items: right;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    margin-bottom: 15px;
}

.weui-uploader_btn {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

    .weui-uploader_btn:hover {
        background-color: #efecec;
    }

.weui-uploader_ok {
    position: fixed;
    margin-left: -20px;
    margin-top: 57px;
    width: 20px;
    height: 20px;
    background: url("/resources/webupd/images/success.png");
}



.htmlGrid table {
    border-collapse: collapse;
    overflow: yes;
}

.htmlGrid td, .htmlGrid th {
    border: 1px solid #ccc;
    padding: 5px;
}

.htmlGrid tr td:first-child {
    border-left: 0px;
}

.htmlGrid tr:first-child td {
    border-top: 0px;
}

.htmlGrid th {
    background-color: #e6e6e6;
}

.x-tree-icon-custom {
    color: #157FCC;
}

.x-btn-icon-el-default-toolbar-small {
    color: #157FCC;
}

.fa-th-list:before {
    color: #157FCC;
}

.markTip {
    margin-right: 10px;
    cursor: pointer;
    color: red;
    border: 1px solid red;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    margin-right: 3px;
    border-radius: 50%;
    font-weight: bold
}

/*行样式相关*/
.del-grid-row {
    color: #aeaaaa;
}

.grid-row-1 {
    background-color: #ffffff;
}

.grid-row-2 {
    background-color: #f6f5ec;
}

.grid-row-warn {
    background-color: #fbdeaa;
    font-weight: bold;
}

.grid-row-error {
    background-color: red;
    font-weight: bold;
    color: #fff;
}

.Row_Red {
    background-color: red;
    color: #fff;
    font-weight: bold;
}

.Row_Crimson {
    background-color: #DC143C;
    color: #fff;
    font-weight: bold;
}

.Row_Crimson1 {
    background-color: #CE0000;
    color: #fff;
    font-weight: bold;
}

.Row_Crimson2 {
    background-color: #EA0000;
    color: #fff;
    font-weight: bold;
}

.Row_Crimson3 {
    background-color: #FF0000;
    color: #fff;
    font-weight: bold;
}

.Row_Crimson4 {
    background-color: #FF5151;
    color: #fff;
    font-weight: bold;
}

.Row_Crimson5 {
    background-color: #ff7575;
    color: #fff;
    font-weight: bold;
}

.Row_DeepPink {
    background-color: #FF1493;
    color: #fff;
    font-weight: bold;
}


.Row_Magenta {
    background-color: #FF00FF;
    color: #fff;
    font-weight: bold;
}


.Row_DarkMagenta {
    background-color: #8B008B;
    color: #fff;
    font-weight: bold;
}


.Row_Indigo {
    background-color: #4B0082;
    color: #fff;
    font-weight: bold;
}


.Row_Blue {
    background-color: #0000FF;
    color: #fff;
    font-weight: bold;
}


.Row_DarkSlateGray {
    background-color: #2F4F4F;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen {
    background-color: #006400;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen1 {
    background-color: #007500;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen2 {
    background-color: #009100;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen3 {
    background-color: #00A600;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen4 {
    background-color: #00BB00;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen5 {
    background-color: #53FF53;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen6 {
    background-color: #728C00;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen7 {
    background-color: #667C26;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen8 {
    background-color: #347C2C;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen9 {
    background-color: #347C17;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen10 {
    background-color: #6AA121;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen11 {
    background-color: #4AA02C;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen12 {
    background-color: #41A317;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen13 {
    background-color: #3EA055;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen14 {
    background-color: #6CBB3C;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen15 {
    background-color: #6CC417;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen16 {
    background-color: #4CC417;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen17 {
    background-color: #52D017;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen18 {
    background-color: #4CC552;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen19 {
    background-color: #54C571;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen20 {
    background-color: #99C68E;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen21 {
    background-color: #89C35C;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen22 {
    background-color: #85BB65;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen23 {
    background-color: #8BB381;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen24 {
    background-color: #7FE817;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen25 {
    background-color: #99C68E;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen26 {
    background-color: #59E817;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen27 {
    background-color: #57E964;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen28 {
    background-color: #64E986;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen29 {
    background-color: #5EFB6E;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen30 {
    background-color: #00FF00;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen31 {
    background-color: #5FFB17;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGreen32 {
    background-color: #87F717;
    color: #fff;
    font-weight: bold;
}

.Row_JBColor1 {
    background: linear-gradient(to right, #82D900, #F5FFE8);
    color: #000;
    font-weight: bold;
}


.Row_JBColor2 {
    background: linear-gradient(to right, #F5FFE8, #82D900);
    color: #000;
    font-weight: bold;
}

.Row_JBColor3 {
    background: linear-gradient(to right, #FFD306, #FFFCEC);
    color: #000;
    font-weight: bold;
}

.Row_JBColor4 {
    background: linear-gradient(to right, #FFFCEC, #FFD306);
    color: #000;
    font-weight: bold;
}

.Row_JBColor5 {
    background: linear-gradient(to right, #FFFCEC, #98FF98);
    color: #000;
    font-weight: bold;
}

.Row_JBColor6 {
    background: linear-gradient(to right, #82D900, #FFFCEC);
    color: #000;
    font-weight: bold;
}

.Row_Black {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
}

.Row_TianLan {
    background-color: #08d8c7;
    color: #fff;
    font-weight: bold;
}

.Row_Yellow {
    background-color: #dbc907;
    color: #fff;
    font-weight: bold;
}

.Row_Yellow1 {
    background-color: #EDDA74;
    color: #fff;
    font-weight: bold;
}

.Row_Yellow2 {
    background-color: #EDE275;
    color: #fff;
    font-weight: bold;
}

.Row_Yellow3 {
    background-color: #FFE87C;
    color: #000;
    font-weight: bold;
}

.Row_Yellow4 {
    background-color: #FFF380;
    color: #000;
    font-weight: bold;
}

.Row_Yellow5 {
    background-color: #FFFFC2;
    color: #000;
    font-weight: bold;
}

.Row_Yellow6 {
    background-color: #FFFFCC;
    color: #000;
    font-weight: bold;
}

.Row_Yellow7 {
    background-color: #FFF8C6;
    color: #000;
    font-weight: bold;
}

.Row_Yellow8 {
    background-color: #FFF8DC;
    color: #000;
    font-weight: bold;
}

.Row_Yellow9 {
    background-color: #F5F5DC;
    color: #000;
    font-weight: bold;
}

.Row_Yellow10 {
    background-color: #FBF6D9;
    color: #000;
    font-weight: bold;
}

.Row_Yellow11 {
    background-color: #F3E5AB;
    color: #000;
    font-weight: bold;
}

.Row_Yellow12 {
    background-color: #ECE5B6;
    color: #000;
    font-weight: bold;
}

.Row_Yellow13 {
    background-color: #FFE5B4;
    color: #000;
    font-weight: bold;
}

.Row_Yellow14 {
    background-color: #FDD017;
    color: #fff;
    font-weight: bold;
}

.Row_Yellow15 {
    background-color: #FBB117;
    color: #fff;
    font-weight: bold;
}

.Row_Yellow16 {
    background-color: #D4A017;
    color: #fff;
    font-weight: bold;
}

.Row_Yellow17 {
    background-color: #C2B280;
    color: #fff;
    font-weight: bold;
}


.Row_ChenSe {
    background-color: #e28016;
    color: #fff;
    font-weight: bold;
}

.Row_AliceBlue {
    background-color: #F0F8FF;
    color: #000;
    font-weight: bold;
}

.Row_AntiqueWhite {
    background-color: #FAEBD7;
    color: #000;
    font-weight: bold;
}

.Row_Beige {
    background-color: #F5F5DC;
    color: #000;
    font-weight: bold;
}

.Row_CadetBlue {
    background-color: #5F9EA0;
    color: #fff;
    font-weight: bold;
}

.Row_CornflowerBlue {
    background-color: #6495ED;
    color: #fff;
    font-weight: bold;
}

.Row_DarkBlue {
    background-color: #00008B;
    color: #fff;
    font-weight: bold;
}

.Row_DarkGoldenRod {
    background-color: #B8860B;
    color: #fff;
    font-weight: bold;
}

.Row_DarkKhaki {
    background-color: #BDB76B;
    color: #fff;
    font-weight: bold;
}

.Row_DarkOrange {
    background-color: #FF8C00;
    color: #fff;
    font-weight: bold;
}

.Row_Fuchsia {
    background-color: #FF00FF;
    color: #fff;
    font-weight: bold;
}

.Row_SlateBlue {
    background-color: #6A5ACD;
    color: #fff;
    font-weight: bold;
}

.Row_SteelBlue {
    background-color: #4682B4;
    color: #fff;
    font-weight: bold;
}

.Row_DarkOrchid {
    background-color: #9932CC;
    color: #fff;
    font-weight: bold;
}

.Font_Red {
    color: red;
}

.Font_Crimson {
    color: #DC143C;
}


.Font_DeepPink {
    color: #FF1493;
}


.Font_Magenta {
    color: #FF00FF;
}


.Font_DarkMagenta {
    color: #8B008B;
}


.Font_Indigo {
    color: #4B0082;
}


.Font_Blue {
    color: #0000FF;
}


.Font_DarkSlateGray {
    color: #2F4F4F;
}

.Font_DarkGreen {
    color: #006400;
}

.Font_TianLan {
    color: #08d8c7;
}

.Font_Yellow {
    color: #dbc907;
}


.Font_ChenSe {
    color: #e28016;
}

.Font_DarkBlue {
    color: #00008B;
}

.Font_DarkCyan {
    color: #008B8B;
}

.Font_GoldenRod {
    color: #DAA520;
}

.Font_MidnightBlue {
    color: #191970;
}

.Font_Olive {
    color: #808000;
}

.Font_RoyalBlue {
    color: #4169E1;
}

.Font_SlateGray {
    color: #708090;
}

.Font_SteelBlue {
    color: #4682B4;
}

.Font_Violet {
    color: #EE82EE;
}



.btn-tip {
    background-color: red;
    border-radius: 50%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 10px;
    margin-left: 5px;
    color: #fff;
    padding: 1px 4px 1px 4px;
}

.rsnjkbMain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.rsnjItemTop {
    margin-right: 15px;
    width: 285px;
    height: 135px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 12px;
}

.rsnjItem {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    /*  background-color: #f9f9f9;*/
    width: 100%;
    height: 100%;
    border: 1px solid #f9f9f9;
    padding-left: 15px;
}

    .rsnjItem:hover {
        border: 1px solid #3892d4;
    }

.rsnjItemTop:hover {
    border: 1px solid #3892d4;
}

.rsnjWarning {
    border: 1px solid red;
}

.rsnjTitle {
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.rsnjRow {
    font-size: 14px;
    height: 25px;
    display: flex;
    align-items: center;
}

.rsnjState {
    font-weight: bold;
    font-size: 18px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.rsnjbzCount {
    display: flex;
    flex-direction: row;
}

.kbWeight {
    font-weight: bold;
}

.colorkb1 {
    color: #0066CC;
}

.colorkb2 {
    color: #ccc;
}

.colorkb3 {
    color: #09c736;
}

.colorkb4 {
    color: red;
}


.colorkb5 {
    color: #006c54;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.gzbody {
    padding: 25px 10px 20px 25px;
    width: 100%;
}

.gz-item {
    width: 30%;
    min-height: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 50px 50px 0px;
    background-color: #f9f9f9;
    cursor: pointer;
    float: left;
}

.gz-item-title {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}

.gz-item-content {
    font-size: 14px;
    text-align: left;
    text-indent: 1rem;
    padding: 10px 15px 15px 15px;
}

.gz-jiazi {
    font-size: 32px;
    margin-top: -15px;
    margin-left: -10px;
}

.x-accordion-layout-ct {
    padding: 0px;
}

.x-accordion-item {
    margin: 0;
}

.x-accordion-hd .x-panel-header-title {
    cursor: pointer; /*color:#000*/
}

.wxgrid td, .wxgrid .x-column-header {
    font: normal 17px/25px helvetica, arial, verdana, sans-serif;
}

.wxgrid .x-form-text-default {
    min-height: 37px;
    font-size: 17px;
}

.wxgrid .x-btn-default-toolbar-small {
    padding: 6px 3px 6px 7px;
}

.wxgrid .x-btn-inner-default-toolbar-small {
    font-size: 17px;
}

.wxgrid .x-grid-row-checker, .wxgrid .x-column-header-checkbox .x-column-header-text {
    height: 33px;
    width: 33px;
    background-image: url(/images/ExtX/checkbox.png);
}

.wxgrid .x-grid-hd-checker-on .x-column-header-text, .wxgrid .x-grid-item-selected .x-grid-row-checker, .wxgrid .x-grid-item-selected .x-grid-row-checker {
    background-position: 0 -33px;
}

.wxattr .x-form-text-default, .wxattr .x-form-item-label-default {
    background-color: #fff;
    font: normal 17px/25px helvetica, arial, verdana, sans-serif;
    min-height: 37px;
}

@media all and (-moz-min-device-pixel-ratio: 1.01) and (-moz-max-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.01) and (-webkit-max-device-pixel-ratio: 2), (min-resolution: 1.01dppx) and (max-resolution: 2dppx) {
    .x-grid-body {
        z-index: 2;
    }

    .x-accordion-item {
        border-bottom: 1px solid #cfcfcf;
    }
}

.x-column-header-inner {
    font-weight: bold;
}

.d-row {
    font-size: 14px;
    line-height: 30px;
}

.d-row-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.d-row-title-sub {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.d-table {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.d-table-notRadius {
    border-radius: inherit;
}

.d-table-row {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    height: 30px;
}

    .d-table-row:last-child {
        border-bottom: 0px;
    }

.d-table-title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.d-table-cell {
    flex: 1;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-table-label {
    flex: none;
    width: 20%;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-table-cell30 {
    flex: none;
    width: 30%;
}

.zhkb-table-cell25 {
    flex: none;
    width: 25%;
}

.d-table-cell20 {
    flex: none;
    width: 20%;
}

.d-table-cell:last-child {
    border-right: 0px;
}


/*showPic样式*/
.showpic-left-img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.showpic-active {
    border: 2px solid #157FCC;
}

.testbao {
    border: 1px solid #ccc;
    padding: 3px 3px 5px 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #f7f2f2;
    margin-right: 7px;
}

.circle {
    margin-left: 730px;
    height: 0;
    width: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ff0000;
    float: left;
}

.circle2 {
    margin-left: 300px;
    height: 0;
    width: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid green;
    float: left;
}

.fa {
    font-size: 16px;
}

.fa-menu {
    color: #818181;
}


.popup {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 50px;
    height: 60%;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.menupanel-main {
    width: 1200px;
    height: 100%;
    display: flex;
}

.menupanel-left {
    width: 360px;
    background-color: #fbfbfb;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-top: 25px;
}

.menupanel-left-row {
    height: 25px;
}

.menupanel-left-bottom {
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 300px;
    text-align: center;
}

    .menupanel-left-bottom a {
        color: #0a7f7f;
        font-size: 14px;
        margin: 10px;
    }

.menupanel-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    align-content:flex-start;
}

    .menupanel-right a:hover {
        color: #0a7f7f
    }

.menupanel-prj {
    font-weight: bold;
    margin: 15px;
    text-decoration: none;
    font-size: 16px;
    height:35px;
    min-width:70px;
}

.active {
    color: #0a7f7f;
}

.activeBold {
    font-weight: bold;
    color: #0a7f7f;
}


.faplaycircle {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* 使div变成圆形 */
    background: radial-gradient(circle, #ffffff, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 67px;
    margin-top: 10px;
}

    .faplaycircle:hover {
        cursor: pointer;
    }

    .faplaycircle:active {
        background: radial-gradient(circle, #b1aeae, transparent);
    }

.fastopcircle {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* 使div变成圆形 */
    background: radial-gradient(circle, #FFFFFF, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 67px;
    margin-top: 10px;
}

    .fastopcircle:hover {
        cursor: pointer;
    }

    .fastopcircle:active {
        background: radial-gradient(circle, #b1aeae, transparent);
    }

.fa-play-circle {
    color: #47CEC6;
    font-size: 90px;
}

    .fa-play-circle:hover {
        color: #3CADA7;
    }

.fa-stop-circle {
    color: #ff0000;
    font-size: 90px;
}

    .fa-stop-circle:hover {
        color: #d80505;
    }

.fa-camera {
    font-size: 86px;
    color: #47CEC6;
}

    .fa-camera:hover {
        color: #3CADA7;
    }

.facamera {
    width: 60px;
    height: 60px;
    border-radius: 50%; /* 使div变成圆形 */
    background: radial-gradient(circle, #ffffff, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 77px;
    margin-top: 10px;
}

    .facamera:hover {
        cursor: pointer;
    }

    .facamera:active {
        background: radial-gradient(circle, #b1aeae, transparent);
    }
.x-grid-row-summary .x-grid-cell-inner {
    font-weight: bold;
    color: Red;
}

.x-grid-row-checker, .x-column-header-checkbox .x-column-header-text {
    padding-left: -3px;
    margin-left: -3px;
}

:root {
    --primary: #6366f1;
    --secondary: #ec4899;
    --glass: rgba(255, 255, 255, 0.9);
}

.dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    width: 100%;
    padding:30px;
}

.comm-card {
    background: var(--glass);
    backdrop-filter: blur(12px);
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', system-ui, sans-serif;
}

    .comm-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(99, 102, 241, 0.2);
    }

.metric {
    position: relative;
    padding-left: 3.5rem;
}

.metric-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.comm-value {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 0.25rem;
}

.comm-label {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 1.2rem;
}

/* 不同卡片图标颜色 */
.comm-card:nth-child(odd) .metric-icon {
    background: linear-gradient(45deg, #10b981, #3b82f6);
}

.comm-card:nth-child(even) .metric-icon {
    background: linear-gradient(45deg, #f59e0b, #ec4899);
}

.home-grid-title {
  font-weight:bold;
}

.bag {
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    margin-right: 3px;
    border-radius: 3px;
    font-weight: bold;
    border: 1px solid red;
    color:red;
}

.badge {
    display: inline-flex; /* 关键：使用弹性布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    min-width: 20px; /* 最小直径 */
    height: 20px; /* 固定高度 */
    padding: 0 3px; /* 左右留白，数字变长时自动扩展宽度 */
    box-sizing: border-box; /* 确保 padding 不影响总尺寸 */
    border-radius: 50%; /*圆形关键属性 */
    background: #ff4444; /* 背景色 */
    color: white;
    font-size: 12px;
    margin-left: 3px;
    padding-top: 2px;
    position: fixed;
    margin-top: 5px;
}
.badge-min {
    min-width: 13px; /* 最小直径 */
    height: 13px; /* 固定高度 */
    padding: 0 2px; /* 左右留白，数字变长时自动扩展宽度 */
    font-size: 10px;
    margin-top: 1px;
}


.flow-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.flow-node {
    position: absolute;
    width: 120px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    line-height: 70px;
    cursor: move;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    font-weight: bold;
}

.start-node {
    background-color: #989cc3;
    color: white;
}

.end-node {
    background-color: #4CAF50;
    color: white;
}

.normal-node {
    background-color: #2196F3;
    color: white;
}

.branch-node {
    background-color: #FF9800;
    color: white;
}

.flow-node-selected {
    border: 2px solid #0a7f7f;
    box-shadow: 0 0 10px #0a7f7f;
}

.jtk-connector path {
    stroke-width: 2px;
}

.jtk-overlay.connection-delete {
    cursor: pointer;
    fill: #ff0000;
    font-weight: bold;
}