﻿@media screen and (min-width: 1260px) {
    .cardPanel {
        width: 600px !important;
    }
}

@media screen and (min-width: 768px) {
    /* #divMenuButton {
        display: none;
    }*/

    .topFill {
        /*margin-top: 100px;*/
        margin-top: calc(100vh / 3.8);
    }

    /*.login {
        width: 720px;
    }

    .logPanel {
        width: 350px;
        float: left;
    }*/

    .pageFrame {
        width: 80%;
    }

    .sidePanel {
        display: none;
    }

    .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .cardPanel {
        width: 100%;
    }
}

@media screen and (min-width:500px) and (max-width: 768px) {
    .topFill {
        /*margin-top: 50px;*/
        margin-top: calc(100vh / 3.8);
    }

    /*.login {
        width: 720px;
    }

    .logPanel {
        width: 310px;
        float: left;
    }*/

    .pageFrame {
        width: 360px;
    }

    .contentTopBar .print, .favrate {
        display: none;
    }

    .sidePanel {
        display: none;
    }

    .cardPanel {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .topFill {
        /*margin-top: 20px;*/
        margin-top: calc(100vh / 4);
    }

    /*.login {
        width: 100%;
        border-radius: 0px !important;
    }

    .logPanel {
        width: 100%;
    }*/

    .pageFrame {
        width: 100%;
    }

    .funInfoAssist,
    .subFuncAssist {
        width: 100% !important;
    }

    .funInfoAssist {
        width: calc(100vw - 22px) !important;
    }

    .contentTopBar {
        /*height: fit-content !important;*/
    }

    .contentTopBarBack {
        /*height: fit-content !important;*/
    }

    .searchKey {
        width: 100% !important;
    }

    .contentTopBar .print, .favrate {
        display: none;
    }

    .remarkinfo > .statusinfo {
        float: left !important;
        margin-top: 10px !important;
    }

    .remarkinfo .buttonBar > .remarkButton {
        float: left !important;
    }

    .sidePanel {
        width: calc(100vw - 30px) !important;
        height: 200px;
        box-sizing: border-box;
        margin: 2px 2px 2px 2px;
        padding: 2px 4px 4px 4px;
        display: none;
    }

    .taskListPanel {
        width: 100%;
    }

    .shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .FunPanel {
        width: calc(100% - 3px) !important;
        height: calc(100% - 10px) !important;
        position: absolute;
        z-index: 10;
        margin-top: 5px !important;
        margin-left: -14px !important;
        background-color: white !important;
    }

    .cardPanel {
        width: 100%;
    }
}

.navbar {
    min-height: 34px;
}

.navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 6px;
}
/*这里替换成你想要作为背景的图片路径*/
html, body {
    margin: 0 0 0 0;
    font-size: 12px;
    color: black;
    font-family: 微软雅黑 Light;
    overflow: hidden;
    height: calc(100%);
    background: linear-gradient(to bottom, rgba(139, 0, 0, 0.52) 0%, rgb(222, 222, 222) 80%);
    background-image: url("../IMAGES/HOMEPAGEBACKGROUND.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.panel {
    /*background-color: transparent;*/
    background-color: #f7f7f7;
}

.reviewPanel {
    background-color: #f9d6f6;
    border-bottom: 1px solid #ff02e9;
    cursor: pointer;
    width: calc(100vw - 50px);
    overflow-x: auto;
}

.bodyLogin {
    background-image: url("../IMAGES/LOGOBACKGROUND.jpg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vh - 0px);
    width: calc(100vw - 0px);
}

.logBlock {
    width: 400px;
    border-width: 0px;
    padding: 15px 15px 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0pt 0px 30px 0 rgba(105, 108, 109, 0.7);
    -moz-box-shadow: 0pt 0px 30px 0 rgba(105, 108, 109, 0.7);
    box-shadow: 0pt 0px 30px 0 rgba(105, 108, 109, 0.7);
    background-color: rgba(255, 255, 255, 0.5);
    background-color: rgb(255 255 255 / 0.60);
}

    .logBlock::before {
        background-image: url($img);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-attachment: fixed;
        filter: blur(5px);
        backdrop-filter: blur(5px);
    }

.LoginPanel {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.2em;
    color: white;
}

    .LoginPanel .loginTitle {
        color: darkblue;
        font-size: larger;
        font-weight: bolder;
        text-align: center;
        border-bottom: 1px solid #efefef;
    }

.divBlock {
    margin: 20px 20px 20px 20px;
    padding: 30px 20px 20px 20px;
}

.divButton {
    /*display: unset;*/
    margin: 2px 4px 0 0;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    border: 0px solid transparent;
    color: #dfdfdf;
    /*line-height: 46px;*/
}

    .divButton:hover {
        color: white;
    }

.themeColorSelectItem {
    display: inline-block;
    margin-left: 4px;
    height: 12px;
    width: 12px;
    cursor: pointer;
}

    .themeColorSelectItem:hover {
        border: 1px solid white;
        margin-left: 2px;
        height: 13px;
        width: 13px;
        -webkit-box-shadow: 0pt 0px 4px rgba(128, 128, 128, 0.6);
        -moz-box-shadow: 0pt 0px 4px rgba(128, 128, 128, 0.6);
        box-shadow: 0pt 0px 4px rgba(128, 128, 128, 0.6);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

.infoFlag {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: dodgerblue;
    font-size: larger;
}

.icon {
    display: inline;
    margin: 5px 5px 5px 5px;
    cursor: pointer;
}

.iconButton {
    display: inline;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.iconButtonSelected {
    border: 1px solid darkred;
    padding: 2px 2px 2px 2px;
}

.contentBackgroundColor {
    background: white !important;
}

.menuPage {
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

    .menuPage > .menuPanel {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100vw - (100vw / 10));
        min-width: 300px;
        height: calc(100vh / 1.5);
        min-height: 500px;
        margin-left: calc((100vw - (100vw - (100vw / 10))) / 2);
        margin-top: calc((100vh - (100vh / 1.5)) / 2.2);
        box-sizing: border-box;
        padding: 0px 0px;
        color: black;
        background-color: whitesmoke;
    }

        .menuPage > .menuPanel > .menuTitlePanel {
            height: 40px;
            width: 100%;
            border-bottom: 1px solid #d1d1d1;
        }

            .menuPage > .menuPanel > .menuTitlePanel > .menuTitle {
                display: inline-block;
                margin-left: 10px;
                font-weight: bold;
            }

                .menuPage > .menuPanel > .menuTitlePanel > .menuTitle > .menuTitleItem {
                    display: inline-block;
                    margin-left: 20px;
                    font-size: 18px;
                    padding-top: 6px;
                    padding-bottom: 6px;
                    padding-left: 12px;
                    padding-right: 12px;
                    margin-top: 1px;
                }

                    .menuPage > .menuPanel > .menuTitlePanel > .menuTitle > .menuTitleItemSelected,
                    .menuPage > .menuPanel > .menuTitlePanel > .menuTitle > .menuTitleItem:hover {
                        color: white;
                        background-color: antiquewhite;
                    }

            .menuPage > .menuPanel > .menuTitlePanel > .menuTitleCloseButton {
                display: inline-block;
                font-size: 18px;
                float: right;
                margin-right: 10px;
                margin-top: 5px;
            }

        .menuPage > .menuPanel > .menuLeftPanel {
            min-width: 100px;
            width: calc(100% / 3);
            height: calc(100% - 40px);
            display: inline-block;
            box-sizing: border-box;
            vertical-align: top;
            overflow-x: hidden;
            overflow-y: auto;
        }

            .menuPage > .menuPanel > .menuLeftPanel > .menuLeftItem {
                font-size: 14px;
                text-align: left;
                margin-left: 10px;
                margin-right: 10px;
                border-bottom: 1px solid #d1d1d1;
                height: 40px;
                line-height: 38px;
                padding-left: 10px;
                padding-right: 10px;
                white-space: nowrap; /* 不换行 */
                overflow: hidden; /* 内容超出部分隐藏 */
                text-overflow: ellipsis; /* 显示省略号 */
            }

                .menuPage > .menuPanel > .menuLeftPanel > .menuLeftItemSelected,
                .menuPage > .menuPanel > .menuLeftPanel > .menuLeftItem:hover {
                    color: white;
                    background-color: antiquewhite;
                }

        .menuPage > .menuPanel > .menuRightPanel {
            min-width: 200px;
            height: calc(100% - 40px);
            display: inline-block;
            width: calc(100% / 3 * 2 - 4px);
            padding: 0px 0px;
            margin: 0px 0px;
            box-sizing: border-box;
            border-left: 1px solid #d1d1d1;
            vertical-align: top;
            overflow: auto;
        }

            .menuPage > .menuPanel > .menuRightPanel > .menuRightItem {
                display: inline-block;
                font-size: 12px;
                text-align: center;
                margin-left: 10px;
                margin-top: 10px;
                border: 1px solid #d1d1d1;
                width: 100px;
                height: 135px;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 10px;
                padding-right: 10px;
                white-space: nowrap; /* 不换行 */
                overflow: hidden; /* 内容超出部分隐藏 */
                text-overflow: ellipsis; /* 显示省略号 */
                border-top-left-radius: 10px;
            }

                .menuPage > .menuPanel > .menuRightPanel > .menuRightItem > .Head {
                    font-size: 1.1em;
                    margin-bottom: 4px;
                }

                .menuPage > .menuPanel > .menuRightPanel > .menuRightItem > .Comment {
                    border-top: 1px solid #d1d1d1;
                    padding-top: 4px;
                    padding-bottom: 4px;
                }

                .menuPage > .menuPanel > .menuRightPanel > .menuRightItemSelected,
                .menuPage > .menuPanel > .menuRightPanel > .menuRightItem:hover {
                    color: white;
                    background-color: antiquewhite;
                }

.shadow {
    -webkit-box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
    -moz-box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
    box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    cursor: pointer;
}

.textOverFlow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iconBlock {
    margin: 5px 5px 5px 5px;
}

.mask {
    width: 90%;
    height: 90%;
    opacity: 0.1;
    background-color: gold;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.loadingMask {
    z-index: 91000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

    .loadingMask > .loadingMessage {
        z-index: 100;
        /*width: 70%;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: calc((100vh - 200px) / 2.2);
        background-color: transparent;
        padding-top: 20px;
    }

        .loadingMask > .loadingMessage > .textInfo {
            margin-left: auto;
            margin-right: auto;
            font-size: 18px;
            height: 150px;
            padding-top: 60px;
            width: 100%;
            text-align: center;
            background: white;
            font-weight: bolder;
            color: darkred;
        }

    .loadingMask > .loadingClose {
        margin: 4px auto auto;
        text-align: center;
    }

#topHeader {
    border-width: 0 0 0px;
}

.dropdown-menu .NumFlag {
    display: inline-block;
    float: right;
    color: white;
    background-color: red;
    border-radius: 10px;
    width: 18px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: text-bottom;
    margin-top: 2px;
    margin-right: 4px;
    height: 18px;
    line-height: 19px;
}

#topBodyer {
    max-height: calc(100vh - 36px);
    overflow: auto;
}

    #topBodyer > .masterPage {
        width: calc(100vw - 10px);
        height: 100%;
    }

        #topBodyer > .masterPage > .leftFunction {
            width: 200px;
            height: calc(100vh - 78px);
            padding-right: 5px;
            border-right: 1px solid #d1d1d1;
            display: inline-block;
            vertical-align: top;
            margin-left: 5px;
            cursor: pointer;
            overflow: auto;
        }

            #topBodyer > .masterPage > .leftFunction .Flag {
                display: inline-block;
                float: right;
                width: 18px;
                text-align: center;
                vertical-align: text-bottom;
                margin-top: 3px;
                margin-right: 4px;
                height: 18px;
                line-height: 19px;
            }

            #topBodyer > .masterPage > .leftFunction .NumFlag {
                display: inline-block;
                float: right;
                color: white;
                background-color: red;
                border-radius: 10px;
                width: 18px;
                font-size: 0.8em;
                text-align: center;
                vertical-align: text-bottom;
                margin-top: 6px;
                margin-right: 4px;
                height: 18px;
                line-height: 19px;
            }

            #topBodyer > .masterPage > .leftFunction .MenuFlag {
                display: inline-block;
                float: right;
                width: 18px;
                text-align: center;
                vertical-align: text-bottom;
                margin-top: 0px;
                margin-right: 4px;
                height: 18px;
                line-height: 19px;
            }

            #topBodyer > .masterPage > .leftFunction .masterItem {
                height: 30px;
                line-height: 28px;
                vertical-align: middle;
            }

                #topBodyer > .masterPage > .leftFunction .masterItem:hover {
                    background-color: aquamarine;
                }

            #topBodyer > .masterPage > .leftFunction > .functionTopBar {
                border-bottom: 1px solid #d1d1d1;
                margin-bottom: 5px;
                padding-left: 5px;
                padding-bottom: 5px;
            }

            #topBodyer > .masterPage > .leftFunction > .functionMyBar {
                padding-top: 5px;
                margin-bottom: 5px;
                padding-left: 5px;
                border-bottom: 1px solid #d1d1d1;
            }

                #topBodyer > .masterPage > .leftFunction > .functionMyBar > .funMyFavrateBar > .menuItems {
                    padding: 2px 5px 2px 0px;
                    margin-bottom: 8px;
                }

                    #topBodyer > .masterPage > .leftFunction > .functionMyBar > .funMyFavrateBar > .menuItems > .menu1Item {
                        list-style: none;
                        padding: 5px 0px 5px 10px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        display: block;
                        text-align: left;
                        cursor: pointer;
                        border-left: 1px solid #d1d1d1;
                    }

                        #topBodyer > .masterPage > .leftFunction > .functionMyBar > .funMyFavrateBar > .menuItems > .menu1Item:hover {
                            border-left: 1px solid rgba(128, 128, 128, 0.6);
                            background-color: azure;
                        }

                    #topBodyer > .masterPage > .leftFunction > .functionMyBar > .funMyFavrateBar > .menuItems .menu2Items {
                        padding: 2px 5px 2px 0px;
                        margin-bottom: 8px;
                        margin-left: 12px;
                        width: calc(100% - 12px);
                        display: none;
                    }

                    #topBodyer > .masterPage > .leftFunction > .functionMyBar > .funMyFavrateBar > .menuItems .menuDisplay {
                        display: inline-block;
                    }

            #topBodyer > .masterPage > .leftFunction > .functionMenuBar {
                border-bottom: 1px solid #d1d1d1;
                padding-top: 5px;
                margin-bottom: 5px;
                padding-left: 5px;
            }

                #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar {
                }

                    #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar > .menuItems {
                        padding: 2px 5px 2px 0px;
                        margin-bottom: 8px;
                    }

                        #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar > .menuItems > .menu1Item {
                            list-style: none;
                            padding: 5px 0px 5px 10px;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            display: block;
                            text-align: left;
                            cursor: pointer;
                            border-left: 1px solid #d1d1d1;
                        }

                            #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar > .menuItems > .menu1Item:hover {
                                border-left: 1px solid rgba(128, 128, 128, 0.6);
                                background-color: azure;
                            }

                        #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar > .menuItems .menu2Items {
                            padding: 2px 5px 2px 0px;
                            margin-bottom: 8px;
                            margin-left: 12px;
                            width: calc(100% - 12px);
                            display: none;
                        }

                        #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar > .menuItems .menuDisplay {
                            display: inline-block;
                        }

                        #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar > .menuItems .menu2Item {
                            list-style: none;
                            padding: 5px 0px 5px 10px;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            display: block;
                            text-align: left;
                            cursor: pointer;
                            border-left: 1px solid #d1d1d1;
                        }

                            #topBodyer > .masterPage > .leftFunction > .functionMenuBar > .funMyMenuBar > .menuItems .menu2Item:hover {
                                border-left: 1px solid rgba(128, 128, 128, 0.6);
                                background-color: azure;
                            }

            #topBodyer > .masterPage > .leftFunction .SelectedItem {
                border-left: 1px solid rgba(128, 128, 128, 0.6);
                background-color: azure;
            }

            #topBodyer > .masterPage > .leftFunction > .functionOptBar {
                padding-top: 5px;
                margin-bottom: 5px;
                padding-left: 5px;
            }

        #topBodyer > .masterPage > .masterContent {
            width: calc(100% - 210px);
            height: 100%;
            display: inline-block;
            padding-top: 0px;
        }

#topFooter {
    width: 99%;
    clear: both;
    border-top: 1px solid #d1d1d1;
    text-align: left;
}

.footer {
    margin-left: 4px;
    height: 35px;
    font-size: smaller;
}

.currentusername {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}
/**********************************************************************************************
 * 修改基础样式
 * 2020-11-10
***********************************************************************************************/
label {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 0px;
}

details {
    display: inline-block;
    cursor: pointer;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
input[readonly=readonly],
button[disabled=disabled],
input[disabled=disabled],
textarea[disabled=disabled],
select[disabled=disabled] {
    /*pointer-events: none;*/
    cursor: not-allowed !important;
    background-color: transparent !important;
}

input[type=radio] {
    width: 15px;
    line-height: 22px;
    vertical-align: bottom;
    margin-top: 2px;
    margin-right: 4px;
    cursor: pointer;
}

input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=time],
textarea {
    border: 0px;
    outline: none;
    border-bottom: 1px #d1d1d1 solid;
    background-color: #7ac2ff17;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
}

    input[type=search]:focus,
    input[type=radio]:focus
    input[type=text]:focus,
    input[type=tel]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    textarea:focus {
        border-bottom-color: #808080;
        outline: 1px;
    }

        input[type=search]:focus:valid,
        input[type=radio]:focus:valid,
        input[type=text]:focus:valid,
        input[type=tel]:focus:valid,
        input[type=password]:focus:valid,
        input[type=email]:focus:valid,
        input[type=number]:focus:in-range,
        textarea:focus:valid {
            outline: 1px #73d0f1 solid;
        }

        input[type=search]:focus:invalid,
        input[type=radio]:focus:invalid,
        input[type=text]:focus:invalid,
        input[type=tel]:focus:invalid,
        input[type=password]:focus:invalid,
        input[type=email]:focus:invalid,
        input[type=number]:focus:out-of-range,
        textarea:focus:invalid {
            outline: 1px red solid;
        }

    input[type=search]::-webkit-input-placeholder,
    input[type=radio]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder,
    input[type=number]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #808080;
    }

    input[type=search]:-ms-input-placeholder,
    input[type=radio]:-ms-input-placeholder,
    input[type=text]:-ms-input-placeholder,
    input[type=tel]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    input[type=email]:-ms-input-placeholder,
    input[type=number]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #808080;
    }

    input[type=search]::-moz-placeholder,
    input[type=radio]::-moz-placeholder,
    input[type=text]::-moz-placeholder,
    input[type=tel]::-moz-placeholder,
    input[type=password]::-moz-placeholder,
    input[type=email]::-moz-placeholder,
    input[type=number]::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #808080;
    }

input[type=checkbox],
input[type=checkbox]:focus {
    margin-left: 5px;
    margin-right: 2px;
    line-height: 25px;
}

    input[type=checkbox], input[type=checkbox]:focus label {
        font-weight: lighter;
    }

/**********************************************************************************************/
/*缺省SELECT样式*/
/**********************************************************************************************/
select {
    position: relative;
    left: -2px;
    top: -2px;
    font-size: 12px;
    width: 183px;
    border: 0px;
    color: black;
    line-height: 22px;
    padding-left: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d1d1d1;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*background: url('../IMAGES/navigation-expand.png') no-repeat scroll right center transparent;*/
    background: url('../IMAGES/navigation-expand.png') no-repeat scroll right center white;
    background-size: 12px;
    background-color: #7ac2ff17;
}

    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    select::-ms-expand {
        display: none;
    }

body, div, span {
    scrollbar-track-color: white;
    scrollbar-base-color: rgba(221, 221, 221, 1);
}
    /*
    滚动条         
        外层轨道
    */
    body::-webkit-scrollbar, div::-webkit-scrollbar, .bodyer::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        border-radius: 5px;
        background: darkred;
    }

    body::-webkit-scrollbar-track, .bodyer::-webkit-scrollbar {
        background: rgb(239, 239, 239);
    }
    /*
    滚动条
        内层轨道
    */
    body::-webkit-scrollbar-thumb {
        display: block;
        width: 2px;
        margin: 0 auto;
        border-radius: 5px;
        background-color: darkred;
    }

    /*
    滚动条
        内层轨道
    */
    body::-webkit-scrollbar-thumb, .bodyer::-webkit-scrollbar-thumb {
        display: block;
        width: 2px;
        margin: 0 auto;
        border-radius: 5px;
        background-color: darkred;
    }

div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 0px;
    border-color: #bfbfbf;
    scrollbar-track-color: white;
    scrollbar-base-color: rgba(221, 221, 221, 1);
    /*overflow: auto;*/
}

    div::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    div::-webkit-scrollbar-track {
        border-radius: 5px;
        background: rgb(239, 239, 239);
    }

    div::-webkit-scrollbar-thumb {
        width: 2px;
        /*border-radius: 5px;*/
        background-color: darkred;
    }

        div::-webkit-scrollbar-thumb:hover {
            background-color: darkred;
        }

    div::-webkit-scrollbar-corner {
        background: #179a16;
    }

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.FunPanel {
    display: none;
    background-color: transparent;
    width: 180px;
    vertical-align: top;
    margin-top: 20px;
    height: calc(100vh - 120px);
    overflow: auto;
}

    .FunPanel > ul {
        padding: 2px 5px 2px 5px;
        margin-bottom: 8px;
        border-top: 1px solid #d1d1d1;
    }

    .FunPanel ul > li {
        list-style: none;
        padding: 5px 10px 5px 10px;
        margin: 8px 5px 8px 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: calc(100% - 10px);
        border-radius: 5px;
        text-align: left;
        cursor: pointer;
    }

        .FunPanel ul > li:hover {
            border: 1px solid #808080;
            background-color: #808080;
            color: white !important;
            font-weight: bold;
        }

.FunPanelItemSelected {
    background-color: #808080;
    color: white !important;
    font-weight: bold;
}

.ContentPanel {
    display: inline-block;
    width: calc(100% - 0px);
    vertical-align: top;
}

.ContentPanelDisplay {
    width: calc(100% - 190px);
}

#topBodyer > .masterPage > .masterContent .GuyRope {
    position: fixed;
    z-index: 1;
    float: left;
    top: 45px;
    left: 208px;
    width: 20px;
    height: 20px;
    background-color: darkred;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
    padding-top: 1px;
}

.ToolBar {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: #d1d1d1;
    border-radius: 20px;
}

    .ToolBar .infoBlock {
        display: inline-block;
        margin-left: 5px;
    }

    .ToolBar .leftButton {
        display: inline-block;
        color: #bfbfbf;
        font-size: 1.2em;
        margin-left: 6px;
        vertical-align: top;
    }

        .ToolBar .leftButton:hover {
            color: #808080;
            font-size: 1.4em;
        }

    .ToolBar .rightButton {
        float: right;
        margin-right: 10px;
        color: #bfbfbf;
        font-size: 1.2em;
    }

        .ToolBar .rightButton:hover {
            color: #808080;
            font-size: 1.4em;
        }

    .ToolBar input {
        float: left;
        margin-left: 10px;
        font-size: 1em;
        color: white;
    }

        .ToolBar input:focus {
            border-bottom-color: white;
        }
/**********************************************************************************************/
.contentFrame {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0 0 0px;
    height: calc(100vh - 10px);
    overflow: hidden;
}

.contentTopBar {
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    padding-right: 20px;
    padding-left: 10px;
    z-index: 2;
}

    .contentTopBar .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #bfbfbf;
    }

    .contentTopBar > select,
    .contentTopBar > input {
        color: #bfbfbf;
    }

        .contentTopBar > select:hover,
        .contentTopBar > input:hover {
            color: white;
        }

    .contentTopBar > .contentTopButton {
        display: inline-block;
        margin-left: 10px;
        color: #bfbfbf;
        font-size: 1.2em;
    }

        .contentTopBar > .contentTopButton:hover {
            color: white;
        }

        .contentTopBar > .contentTopButton .print {
        }

        .contentTopBar > .contentTopButton .favrate {
        }

        .contentTopBar > .contentTopButton .close {
        }

    .contentTopBar > .textButton {
        border: 1px solid;
        border-radius: 8px;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.contentTopBarBack {
    display: block;
    height: 40px;
}

.pageFrame {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 15px 5px 15px 5px;
    /*
        打印时的padding
        padding: 100px 50px 100px 50px;
    */
}
/*说明提示*/
.notice {
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 5px 6px 10px;
    box-sizing: border-box;
    min-width: inherit;
    line-height: 20px;
    vertical-align: central;
    border-radius: 15px;
    /*background-color: antiquewhite;
    color: chocolate;*/
    background-color: #e8e7e1;
    font-weight: bold;
    color: #ff0808;
}
/*备注信息*/
.remarkinfo {
    display: inline-block;
    width: 100%;
    background-color: #efefef;
    font-size: 0.9em;
    color: #313131;
    padding: 10px 15px 10px 15px;
}

    .remarkinfo > .image {
        box-sizing: border-box;
        float: left;
        margin-left: 5px;
        cursor: pointer;
    }

    .remarkinfo > .relItemList {
        display: inline-block;
    }

    .remarkinfo > .statusinfo {
        box-sizing: border-box;
        float: right;
        vertical-align: middle;
    }

    .remarkinfo .statusinfoitem {
        width: 200px;
        margin-bottom: 5px;
    }

    .remarkinfo .buttonBar {
        text-align: center;
        border-top: 1px solid #b1b1b1;
        padding-top: 5px;
    }

        .remarkinfo .buttonBar > .remarkButton {
            width: 100px;
            float: right;
            color: darkred;
        }

/*禁止使用*/
.nodisplay {
    color: #bfbfbf;
    cursor: not-allowed;
}

.titleflag {
    margin-top: 4px;
    width: 60px;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.statusflag {
    text-align: center;
    border: 1px solid darkred;
    border-radius: 4px;
    background-color: darkred;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}

.button {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

    .button:hover {
        -webkit-box-shadow: 0pt 0px 10px rgba(139,0,0,0.2);
        -moz-box-shadow: 0pt 0px 10px rgba(139,0,0,0.2);
        box-shadow: 0pt 0px 10px rgba(139,0,0,0.2);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        cursor: pointer;
    }

.smallButton {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 8px 5px 8px;
    text-align: center;
    border-radius: 8px;
}

    .smallButton:hover {
        -webkit-box-shadow: 0pt 0px 10px rgba(139,0,0,0.2);
        -moz-box-shadow: 0pt 0px 10px rgba(139,0,0,0.2);
        box-shadow: 0pt 0px 10px rgba(139,0,0,0.2);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        cursor: pointer;
    }

.funInfoAssist {
    display: none;
    width: calc(100vw - 5px);
    height: calc(100vh - 0px);
    position: fixed;
    float: left;
    z-index: 11;
    margin-left: -10px;
}


.subFuncAssist {
    border-width: 0 0 0px;
    margin-left: -15px;
    width: 100%;
    margin-right: 0px;
    display: none;
    height: calc(100vh - 0px);
    position: fixed;
    float: left;
    z-index: 11;
    background-color: white;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*页面内容标题*/
.contentTitle {
    display: inline-block;
    padding-left: 10px;
    width: inherit;
}

    .contentTitle > h4,
    .contentTitle > h5 {
        float: left;
        margin-right: 15px;
        border-left: 5px solid darkred;
        padding-left: 5px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 20px;
        border-bottom-left-radius: 24px;
        border-top-left-radius: 24px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .contentTitle > h4 > div,
        .contentTitle > h5 > div {
            font-size: medium;
            margin-left: 5px;
            margin-top: 2px;
            margin-bottom: 1px;
            padding-right: 30px;
        }

    .contentTitle .infoBlock {
        display: inline-block;
        margin-left: 5px;
    }

    .contentTitle > details {
    }

        .contentTitle > details > summary {
        }

        .contentTitle > details > div {
        }

    .contentTitle .contentTitleCondition {
        display: inline-block;
        margin-left: 5px;
    }

    .contentTitle .contentTitleOpt {
        display: inline-block;
        margin-left: 5px;
    }

.optButton {
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    border-image: none;
    color: #d1d1d1;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 12px;
    display: inline-block;
    width: fit-content;
}

    .optButton:hover {
        color: white;
        background-color: #808080;
        -webkit-box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
        -moz-box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
        box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

.contentTitle > .toolBar {
    float: left;
    line-height: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
}

.homebodyer {
    border: 0px;
    margin-bottom: 0px;
    /*width: calc(100vw - 49px);*/
    width: 100%;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.sidePanel {
    width: 240px;
    box-sizing: border-box;
    margin: 2px 2px 2px 2px;
    padding: 2px 4px 4px 4px;
    border: 1px solid #d1d1d1;
}

    .sidePanel > .header {
        display: block;
        font-weight: bolder;
        width: 100%;
        margin: 2px 2px 2px 2px;
        border-bottom: 1px solid #d1d1d1;
        padding-top: 2px;
        padding-bottom: 4px;
        padding-left: 5px;
        background-color: rgba(34, 34, 34, 1);
        color: white;
    }

    .sidePanel > .bodyer {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 30px);
    }

        .sidePanel > .bodyer > hr {
            margin-top: 0px;
            margin-bottom: 0px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .sidePanel > .bodyer > .form-group {
            margin-bottom: 0px;
        }

        .sidePanel > .bodyer > input[type=text],
        .sidePanel > .bodyer > input[type=tel],
        .sidePanel > .bodyer > input[type=email],
        .sidePanel > .bodyer > input[type=number],
        .sidePanel > .bodyer > input[type=password],
        .sidePanel > .bodyer > input[type=date],
        .sidePanel > .bodyer > input[type=datetime],
        .sidePanel > .bodyer > input[type=time],
        .sidePanel > .bodyer > textarea {
            margin-top: 0px;
        }

.form-group {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
    margin-bottom: 0px;
}

    .form-group:hover {
        background-color: rgb(181 180 180 / 0.3);
    }

.label-key {
    min-width: 80px;
    text-align: center;
    vertical-align: top;
}

.needfill {
    border-bottom: 2px solid darkred;
    font-weight: bolder;
    padding-bottom: 4px;
    border-top-left-radius: 5px;
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: inherit;
}

.toolIconButton {
    display: inline-block;
    margin-left: 10px;
    color: #bfbfbf;
    font-size: 1.2em;
    cursor: pointer;
}

    .toolIconButton:hover {
        color: darkred;
        font-size: 1.4em;
        cursor: pointer;
    }

select {
    cursor: pointer;
}

.datalist {
    display: inline-block;
    border: 1px solid #d1d1d1;
    padding: 5px 5px;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
}

    .datalist ul {
        padding: 2px 5px 2px 5px;
        margin-bottom: 8px;
    }

        .datalist ul > li {
            list-style: none;
            padding: 2px 5px 2px 5px;
            margin-bottom: 2px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            border-bottom: 1px solid #d1d1d1;
            text-align: left;
            cursor: pointer;
        }

            .datalist ul > li:last-child {
                border-bottom: none;
                margin-bottom: 0px;
            }

            .datalist ul > li:hover {
                border: 1px solid darkred;
                background-color: darkred;
                color: white !important;
                font-weight: bold;
            }

        .datalist ul > .selectedList {
            border: 1px solid darkred;
            background-color: darkred;
            color: white !important;
            font-weight: bold;
        }

.loglist {
    display: inline-block;
    padding: 5px 5px;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
    color: #808080;
    font-size: 0.9em;
}

    .loglist ul {
        padding: 2px 5px 2px 5px;
        margin-bottom: 8px;
    }

        .loglist ul > li {
            list-style: none;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            text-align: left;
            cursor: pointer;
            padding: 8px 10px 8px 10px;
            border-left: 1px dotted #d1d1d1;
            margin-bottom: 2px;
        }

            .loglist ul > li:last-child {
                border-bottom: none;
                margin-bottom: 0px;
            }

            .loglist ul > li:hover {
                border-left: 1px solid red;
                background-color: #ffe6d5;
                color: red !important;
                font-weight: bold;
            }

        .loglist ul > .selectedList {
            border: 1px solid darkred;
            background-color: #ffe6d5;
            color: white !important;
            font-weight: bold;
        }
/*
    数据表基础样式
    吴培骏
    2022-06-07
    最后修改:2022-08-24
*/
.datatable {
    padding: 2px 2px;
    font-size: smaller;
    text-align: center;
}

    .datatable > thead {
        font-weight: bold;
        background-color: rgb(239, 239, 239);
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
    }

        .datatable > thead > tr {
            border-bottom: 1px solid #efefef;
            cursor: pointer;
        }

    .datatable tbody {
        overflow: auto;
    }

        .datatable tbody > tr {
            border-bottom: 1px solid #efefef;
            cursor: pointer;
            height: 28px;
        }

    .datatable th, td {
        padding: 4px 8px;
        min-width: 80px;
    }

    .datatable td:last-child {
        border-right: none;
    }

    .datatable tbody > tr:hover {
        background-color: rgba(221, 221, 221, 1);
        font-weight: bold;
        -webkit-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -moz-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .datatable rowsLocked {
        margin: 0 0;
        padding: 0 0;
    }

.table {
    padding: 2px 2px;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 5px;
}

    .table > thead {
        font-weight: bold;
        background-color: rgb(239, 239, 239);
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
    }

.datatable > thead > tr {
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.table tbody {
    overflow: auto;
}

    .table tbody > tr {
        border-bottom: 1px solid #efefef;
        cursor: pointer;
        height: 28px;
    }

.table th, td {
    padding: 4px 8px;
    min-width: 80px;
}

.table td:last-child {
    border-right: none;
}

.table tbody > tr:hover {
    background-color: rgba(221, 221, 221, 1);
    font-weight: bold;
    -webkit-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
    -moz-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
    box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.datatable rowsLocked {
    margin: 0 0;
    padding: 0 0;
}

/*
    块列表基础样式
    吴培骏
    2022-06-07
*/
.blockList {
    width: 100%;
    display: inline-block;
    border: 1px solid #42fc7b;
    margin-top: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.blockList-title {
    background-color: #aeffc7;
}

.blockList .block-row {
    border-top: 1px solid #42fc7b;
}

    .blockList .block-row:first-child {
        border-top: 0px solid #42fc7b;
        border-bottom: 1px solid #42fc7b;
    }

    .blockList .block-row:last-child {
        border-top: 1px solid #42fc7b;
        border-bottom: 0px solid #42fc7b;
    }

    .blockList .block-row:hover {
        background-color: rgba(66, 252, 123, 0.20);
        /*-webkit-box-shadow: 0pt 0px 15px rgba(139,0,0,0.2);*/
        -webkit-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -moz-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .blockList .block-row .block-row-left {
        min-width: 120px;
        vertical-align: top;
        display: inline-block;
    }

    .blockList .block-row .block-row-right {
        width: 130px;
        vertical-align: top;
        display: inline-block;
        border-left: 1px dotted #42fc7b;
    }

.blockList-item {
    border-bottom: 1px dotted #42fc7b;
}

    .blockList-item:last-child {
        border-bottom: 0px solid #42fc7b;
    }

    .blockList-item input[type=checkbox] {
        margin-right: 4px;
        margin-left: 4px;
        margin-top: 4px;
    }

.previewCharts {
    display: inline-block;
    border: 1px solid #d1d1d1;
    margin-left: 10px;
    padding: 5px 5px;
    vertical-align: top;
    overflow: auto;
}


.taskListPanel {
    display: inline-block;
    width: 482px;
    height: 300px;
    margin: 5px 5px;
    padding: 5px 5px;
    vertical-align: top;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #efefef;
    -webkit-box-shadow: 0pt 0px 12px white;
    -moz-box-shadow: 0pt 0px 12px white;
    box-shadow: 0pt 0px 12px white;
}

    .taskListPanel .header {
        width: 100%;
        height: 24px;
        border-bottom: 1px solid #efefef;
        margin-bottom: 2px;
    }

    .taskListPanel .title {
        float: right;
        margin-right: 4px;
        color: darkred;
        font-weight: bold;
    }

    .taskListPanel select {
        background-color: transparent;
    }

    .taskListPanel:hover {
        background-color: rgba(255, 255, 255, 0.60);
        -webkit-box-shadow: 0pt 4px 8px #333;
        -moz-box-shadow: 0pt 4px 8px #333;
        box-shadow: 0pt 4px 8px #333;
    }

.homePageButtonBar {
    width: 100%;
    height: 30px;
    min-height: 30px;
    vertical-align: top;
    background-color: white;
    -webkit-box-shadow: 0pt 0px 12px white;
    -moz-box-shadow: 0pt 0px 12px white;
    box-shadow: 0pt 0px 12px white;
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    position: fixed;
}

    .homePageButtonBar .topButton {
        font-size: 18px;
        margin-left: 5px;
        margin-top: 2px;
    }

        .homePageButtonBar .topButton:hover {
            color: white;
        }

.infoListItem {
}

    .infoListItem:hover {
        background-color: #efefef;
        border-color: #d1d1d1;
    }

/*修证报表设计文件显示样式位置*/
.ribbon-button-item-text {
    padding-left: 10px !important;
}

.toggleButtonOff {
    color: #808080;
    font-size: larger;
}

.toggleButtonOn {
    color: #23b506;
    font-size: larger;
}

.form-field {
    display: inline-block;
}

.dataBlock {
    display: inline-block;
    width: 120px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
    border-radius: 5px;
    margin-right: 8px;
}

    .dataBlock > .dataHead {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .dataBlock > .dataContent {
        display: inline-block;
        line-height: 40px;
        font-size: x-large;
        font-weight: bold;
        text-align: center;
        font-family: Arial;
    }

.gradient-background {
    background: linear-gradient(to right, #0000FF, rgba(255, 255, 255, 0));
}

.statusStyleSuccess {
    padding: 4px 8px 0px 8px;
    border-radius: 25px;
    background-color: #0caf3e !important;
    color: white !important;
}

.statusStyleError {
    padding: 4px 8px 0px 8px;
    border-radius: 25px;
    background-color: #f11313 !important;
    color: white !important;
}

.statusStyleWarning {
    padding: 4px 8px 0px 8px;
    border-radius: 25px;
    background-color: #ffbf0c !important;
    color: white !important;
}

.statusStyleInfo {
    padding: 4px 8px 0px 8px;
    border-radius: 25px;
    background-color: #068be5 !important;
    color: white !important;
}

.statusStylePrompt {
    padding: 4px 8px 0px 8px;
    border-radius: 25px;
    background-color: #d2eafa !important;
    color: white !important;
}


.listItem {
    display: inline-block;
    min-width: 240px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-left: 10px;
    background-color: #f7f7f7;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .listItem:hover {
        -webkit-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -moz-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .listItem .listItemText {
        display: inline-block;
        width: auto;
        padding: 4px 8px 4px 8px;
    }

    .listItem .listItemStatus {
        display: inline-block;
        width: auto;
        padding: 4px 12px 4px 12px;
        font-size: smaller;
        border-radius: 15px;
        border: 1px solid #efefef;
        margin-right: 2px;
        float: right;
    }

    .listItem .listItemDeleteButton {
        display: inline-block;
        width: auto;
        padding: 4px 4px 4px 4px;
        border-radius: 5px;
        margin-right: 5px;
        margin-left: 2px;
        color: red;
        float: right;
    }

        .listItem .listItemDeleteButton:hover {
            border: 1px solid #efefef;
        }
    .listItem .listItemButton {
        display: inline-block;
        width: auto;
        padding: 4px 4px 4px 4px;
        border-radius: 5px;
        margin-right: 5px;
        margin-left: 2px;
        color: green;
        float: right;
    }

        .listItem .listItemDeleteButton:hover {
            border: 1px solid #efefef;
        }

    .listItem .listItemComment {
        border-top: 1px solid #d1d1d1;
        padding-top: 5px;
        margin-top: 4px;
    }

.listItemSelected {
    background-color: #fef2ff;
}

.cardItem {
    display: inline-block;
    width: 70px;
    padding: 4px 4px 4px 4px;
    border-top-left-radius: 18px;
    border: 1px solid #ddd;
    margin-left: 10px;
    background-color: #f7f7f7;
    vertical-align: top;
    margin-bottom: 5px;
    height: 80px;
}

    .cardItem:hover {
        -webkit-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -moz-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        cursor: pointer;
    }

    .cardItem .listItemText {
        display: inline-block;
        width: 65px;
        height: 55px;
        font-weight: bold;
        font-size: 1.1em;
        padding: 4px 4px 4px 4px;
        word-wrap: break-word;
    }

    .cardItem .listItemStatus {
        display: inline-block;
        width: auto;
        padding: 0px 4px 4px 4px;
        font-size: smaller;
        border-radius: 15px;
        border: 1px solid #efefef;
        margin-right: 2px;
    }

a:hover {
    color: #068be5 !important;
}

.OpenInfo {
    display: inline-block;
    color: #068be5;
    font-size: 1.2rem;
}

    .OpenInfo > a {
        color: #068be5;
    }

.printContent {
    height: calc(100vh - 62px);
    overflow-y: scroll;
}

.cornerMark {
    float: right;
    z-index: 1;
    border-radius: 15px;
    background-color: red;
    width: 8px;
    height: 8px;
    position: relative;
    top: -3px;
    right: -7px;
}

.placeContainer {
    width: calc(100% - 0px);
    height: auto;
    margin-top: 10px;
    padding-left: 8px;
}

    .placeContainer > .equipmentContainer {
        display: inline-block;
        width: 300px;
        height: auto;
        text-align: center;
        position: relative;
        vertical-align: top;
        margin: 6px 6px;
        background: #efefef90;
        border: 1px solid #efefef;
        border-radius: 4px;
        cursor: pointer;
    }

        .placeContainer > .equipmentContainer:hover {
            -webkit-box-shadow: 0pt 0px 15px rgb(149 0 0 / 0.76);
            -moz-box-shadow: 0pt 0px 15px rgb(149 0 0 / 0.76);
            box-shadow: 0pt 0px 15px rgb(149 0 0 / 0.76);
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .placeContainer > .equipmentContainer > .equipmentImage {
            width: 100%;
            height: 300px;
            line-height: 300px;
        }

        .placeContainer > .equipmentContainer > .equipmentInfo {
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background-color: #d1d1d190;
            text-align: left;
            padding: 5px 5px;
        }

            .placeContainer > .equipmentContainer > .equipmentInfo > .code {
                font-size: smaller;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: calc(100% - 60px);
                color: darkred;
                font-weight: bold;
            }

            .placeContainer > .equipmentContainer > .equipmentInfo > .name {
                font-size: smaller;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: calc(100% - 60px);
                margin-top: 4px;
            }

            .placeContainer > .equipmentContainer > .equipmentInfo > .status {
                float: right;
                font-size: smaller;
                width: 54px;
            }

        .placeContainer > .equipmentContainer > .equipmentRuntime {
            width: 100%;
            top: 275px;
            position: absolute;
            background-color: #d1d1d190;
            text-align: right;
            padding: 5px 5px;
            font-size: smaller;
        }

            .placeContainer > .equipmentContainer > .equipmentRuntime .runtime {
                color: green;
            }

        .placeContainer > .equipmentContainer > .runningTasks {
            width: 100%;
            padding-top: 6px;
            height: auto;
            text-align: left;
            padding-left: 6px;
            padding-right: 6px;
            color: orange;
            cursor: pointer;
            background: white;
        }

            .placeContainer > .equipmentContainer > .runningTasks > .head {
                font-weight: bold;
            }

                .placeContainer > .equipmentContainer > .runningTasks > .head > .taskCount {
                    margin-left: 10px;
                    font-size: 0.7em;
                    background-color: orange;
                    color: white;
                    display: inline-block;
                    padding: 2px 2px;
                    border-radius: 5px;
                    min-width: 16px;
                    text-align: center;
                    width: fit-content;
                    margin-bottom: 5px;
                }

            .placeContainer > .equipmentContainer > .runningTasks > ul {
                list-style: none;
                margin-top: 0px;
                margin-bottom: 0px;
            }

                .placeContainer > .equipmentContainer > .runningTasks > ul > li {
                    list-style: none;
                    margin-left: -40px;
                }

        .placeContainer > .equipmentContainer > .todayTasks {
            width: 100%;
            padding-top: 6px;
            padding-bottom: 6px;
            height: auto;
            text-align: left;
            padding-left: 6px;
            padding-right: 6px;
            color: dodgerblue;
            cursor: pointer;
            background: white;
        }

            .placeContainer > .equipmentContainer > .todayTasks > .head {
                font-weight: bold;
            }

                .placeContainer > .equipmentContainer > .todayTasks > .head > .taskCount {
                    margin-left: 10px;
                    font-size: 0.7em;
                    background-color: dodgerblue;
                    color: white;
                    display: inline-block;
                    padding: 2px 2px;
                    border-radius: 5px;
                    min-width: 16px;
                    text-align: center;
                    width: fit-content;
                    margin-bottom: 5px;
                }

            .placeContainer > .equipmentContainer > .todayTasks > ul {
                list-style: none;
                margin-top: 0px;
                margin-bottom: 0px;
            }

                .placeContainer > .equipmentContainer > .todayTasks > ul > li {
                    list-style: none;
                    margin-left: -40px;
                }

.cardPanel {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.selectedDataTemplate {
    border: 2px solid #f9991a !important
}

.queryTitle {
    text-align: center;
    width: 100%;
}

.queryCondition {
    text-align: center;
    width: 100%;
}

.queryResult {
    text-align: center;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    margin-top: 10px;
    display: none;
}

    .queryResult .queryline {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

        .queryResult .queryline h4 {
            padding-left: 5px;
        }

        .queryResult .queryline > .reportInfo {
            width: 100%;
            text-align: left;
            display: inline-block;
        }

        .queryResult .queryline > .projectInfo {
            width: 100%;
            text-align: left;
            display: inline-block;
        }

        .queryResult .queryline > .taskInfo {
            width: 100%;
            text-align: left;
            display: inline-block;
        }

.personBaseInfoPanel {
}

    .personBaseInfoPanel > .personPictureInfo {
        position: relative;
        width: 240px;
        height: 330px;
        display: inline-block;
        vertical-align: top;
    }

    .personBaseInfoPanel > .pictureButtonPanel {
        position: relative;
        height: 0px;
        width: 240px;
        z-index: 1;
        display: block;
        text-align: center;
        vertical-align: middle;
        border-radius: 6px;
        background-color: #efefef80;
    }

        .personBaseInfoPanel > .pictureButtonPanel > .imageButton {
            display: inline-block;
            width: 72px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            vertical-align: middle;
            cursor: pointer;
        }

            .personBaseInfoPanel > .pictureButtonPanel > .imageButton:hover {
                background-color: #d1d1d1;
            }

        .personBaseInfoPanel > .pictureButtonPanel > .imageButtonSelected {
            background-color: #d1d1d1;
        }

    .personBaseInfoPanel > .personBaseInfo {
        width: calc(100% - 290px);
        height: 330px;
        display: inline-block;
        vertical-align: top;
    }

.personCAPEInfoPanel {
    width: 100%;
    background-color: #efefef80;
    border-top: 1px solid #d1d1d1;
}

    .personCAPEInfoPanel > .personEvaluatePanel {
        display: inline-block;
        width: 240px;
        height: 30px;
        line-height: 30px;
        vertical-align: top;
        margin-left: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

        .personCAPEInfoPanel > .personEvaluatePanel > .evaluateScore {
            display: inline-block;
            margin-left: 5px;
            font-weight: bold;
            width: 60px;
        }

        .personCAPEInfoPanel > .personEvaluatePanel > .evaluateStar {
            display: inline-block;
            width: auto;
            cursor: pointer;
            font-size: large;
        }

        .personCAPEInfoPanel > .personEvaluatePanel .icon {
            margin: 0 0;
        }

    .personCAPEInfoPanel > .personEvaluateCommentPanel {
        display: inline-block;
        width: calc(100% - 290px);
        text-align: left;
        height: 30px;
        line-height: 30px;
        vertical-align: top;
        margin-left: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .personCAPEInfoPanel > .personPowerInfoPanel {
        display: block;
        width: 100%;
        min-height: 60px;
        vertical-align: top;
        border-top: 1px dotted #efefef;
    }

.tagColor {
    background-color: #f0f0f0; /* 初始背景色 */
    padding: 5px 10px; /* 内边距 */
    border-radius: 5px; /* 圆角 */
    border: 1px solid;
    margin: 5px; /* 外边距 */
    display: inline-block; /* 使标签并排显示 */
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来表示溢出的文本 */
    max-width: 100%; /* 最大宽度设置为父容器的宽度 */
    box-sizing: border-box; /* 包括padding和border在内的总宽度 */
    cursor: pointer;
}

    .tagColor:hover {
        border-color: #a1a1a1;
        color: #a1a1a1;
    }

.sessionData {
    display: block;
    border: 1px solid #efefef;
    /* width: inherit; */
    height: calc(100% - 155px);
    vertical-align: top;
    padding: 4px 10px 4px 10px;
    overflow: auto;
    border-radius: 5px;
}

    .sessionData:hover {
        -webkit-box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
        -moz-box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
        box-shadow: 2pt 4px 5px rgba(128, 128, 128, 0.6);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        cursor: pointer;
    }

    .sessionData .contentInfo {
        font-family: Arial;
    }

    .sessionData .contentInfoTime {
        border-top: 1px solid #d1d1d1;
        margin-top: 4px;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-left: 5px;
        font-size: smaller;
        padding-top: 5px;
    }

    .sessionData .localChecking {
        border: 1px solid #808080;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 10px;
        width: fit-content;
    }

    .sessionData table {
        padding: 2px 2px;
        font-size: smaller;
        text-align: center;
        border: 1px solid #efefef;
        margin: 8px 0px;
    }

        .sessionData table > thead {
            font-weight: bold;
            background-color: rgb(239, 239, 239);
            font-size: 1.1em;
            font-weight: bold;
            padding: 5px 5px 5px 5px;
        }

            .sessionData table > thead > tr {
                border-bottom: 1px solid #efefef;
                cursor: pointer;
            }

        .sessionData table tbody {
            overflow: auto;
        }

            .sessionData table tbody > tr {
                border-bottom: 1px solid #efefef;
                cursor: pointer;
                height: 28px;
            }

        .sessionData table th, td {
            padding: 4px 8px;
            min-width: 80px;
        }

        .sessionData table td:last-child {
            border-right: none;
        }

        .sessionData table tbody > tr:hover {
            background-color: rgba(221, 221, 221, 1);
            font-weight: bold;
            -webkit-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
            -moz-box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
            box-shadow: 0pt 0px 15px rgba(66, 252, 123, 0.20);
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .sessionData table rowsLocked {
            margin: 0 0;
            padding: 0 0;
        }


.mermaid .flowchart {
    height: 100% !important;
}

.mermaid .flowchart-link {
    stroke: var(--borderColor) !important;
}

.mermaid marker {
    fill: var(--borderColor) !important;
    stroke: var(--borderColor) !important;
}

.mermaid .root .nodes .node rect {
    stroke: none !important;
    fill: var(--loadMessageColor) !important;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    y: -15;
}

.mermaid .done0,
.mermaid .done1,
.mermaid .done2 {
    stroke: #5beb78 !important;
    fill: #a0f6b6 !important;
}

.mermaid .active0,
.mermaid .active1,
.mermaid .active2 {
    fill: #ffe9cd !important;
    stroke: #f6d56b !important;
}

.mermaid .task0,
.mermaid .task1,
.mermaid .task2 {
    fill: #a6aade !important;
    stroke: #a3a2d0 !important;
}