
/*#form1{
    height: 99.99%;
    overflow-y: auto;
    overflow-x:hidden;
}*/
body {
    font-family: Helvetica, Arial, PingFangSC-Regular, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei";
    width: 100vw;
    /*height: calc(100vh - 8px);*/
}
body, div, iframe, form,
p,span,a,label,table{
    margin: 0;
    padding: 0;
}
body, table, tr, td {
    margin: 0;
    font-size: 12px;
}
li{
    list-style:none;
}
/* 单独配置滚动条样式 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #fff; /* 滚动条背景色 */
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(215,215,215,1); /* 滑块背景色 */
    /*min-height: 50px;
    min-width: 150px;*/
}
::-webkit-scrollbar-track {
    background-color: #fff; /* 滑轨背景色 */
}

/*设置圆角和实线条样式*/
input[type="text"], input[type="number"], select {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 4px;
    height: 28px;
    vertical-align: middle; /* 设置垂直居中 */
}
input[type="radio"], input[type="checkbox"] {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 4px;
    height: 14px;
    vertical-align: middle; /* 设置垂直居中 */
}
label {
    height: 20px;
    line-height: 22px;
    vertical-align: middle; /* 设置垂直居中 */
    margin-left: 0px; /* 调整radio和文字间距 */
}
/*设置圆角和实线条样式*/
textarea, input[type="button"] {
    border-radius: 3px;
    border: 1px solid #ccc;
}

/*获取焦点后显示蓝色发光样式*/
    input[type="text"]:focus, input[type="number"]:focus, textarea:focus, select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="button"]:focus {
        outline: none;
        border-color: #79b8ff !important;
        border-width: 2px !important;
        box-shadow: 0 0 3px #79b8ff !important;
    }

/*鼠标离开恢复原有样式*/
    input[type="text"]:hover, input[type="number"]:hover, textarea:hover, select:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="button"]:hover {
        outline: none;
        border-color: #79b8ff;
        border-width: 1px;
        box-shadow: 0 0 1px #79b8ff;
    }
form {
    margin:0;
}
.TableStyle,
.TableStyle tbody,
.TableStyle tr {
    width: 100%;
}
    .TableStyle input[type='text'],
    .TableStyle input[type='number'],
    .TableStyle select,
    .TableStyle input[type='button'] {
        float: left;
    }
    .TableStyle input[type='text'],
    .TableStyle input[type='number'],
    .TableStyle select,
    .TableStyle input[type='button'],
    .TableStyle button {
        min-height: 20px;
        box-sizing: border-box;
    }

    .TableStyle input[type='text'],
    .TableStyle input[type='number'],
    .TableStyle select,
    .TableStyle textarea {
        padding: 0 4px;
    }
    .TableStyle button,
    .TableStyle input[type='button'],
    .TableStyle input[type='submit'] {
        /*max-width:28px;*/
        background-repeat: no-repeat;
        /*background-size: contain;*/
        background-position: center center;
        background-color: transparent;
        border: none;
        margin-left: 2px;
        cursor: pointer;
    }
        .TableStyle input[type='submit']{
            float:none;
        }
            .TableStyle button.btnCell,
            .TableStyle input[type='button'].btnCell,
            .TableStyle input[type='submit'].btnCell {
                display: inline-block;
                background-color: #e5e5e5;
                border: 1px solid #999;
                box-sizing: border-box;
                padding: 0 6px;
            }
table.TableStyle {
    color: #334155;
    font-size: 9pt;
    border: #5388C5 0px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-collapse: collapse;
}

    table.TableStyle td,
    table.ProTabClass td {
        border-top: #ffffff 1px solid;
        border-right: #ffffff 1px solid;
        padding: 4px 0;
    }

.btn_readIdCard {
    width: 24px;
    height: 18px;
    background-image: url(/Images/Buttons/id-card.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 0 2px;
    cursor: pointer;
}

.RedFont {
    color: Red;
    text-align: right;
}

.TextRight {
    text-align: right;
}

.TextCenter {
    text-align: center;
}

.TextLeft {
    text-align: left;
}

.DisplayNone {
    display: none;
}

.BlueFont {
    color: #276ff5;
}

.ShowElement {
    display: block;
}

.HideElement {
    display: none;
}
/*Sale State*/
.SaleControlStyle {
    background-color: #fa8d00;
}

.WaitSaleStyle {
    background-color: #ffffff;
}

.ReservationStyle {
    background-color: #23fa00;
}

.ReservedStyle {
    background-color: #f1fa00;
}

.OrderStyle {
    background-color: #f76d7a;
}

.SaleStyle {
    background-color: #fe0000;
}

.OtherStyle {
    background-color: #a5bccf;
}

.LockStyle {
    background-color: #73706f;
}

.RSaleControlStyle {
    background-color: #fa8d00;
}

.RWaitSaleStyle {
    background-color: #ffffff;
}

.RReservationStyle {
    background-color: #23fa00;
}

.RReservedStyle {
    background-color: #f1fa00;
}

.ROrderStyle {
    background-color: #f76d7a;
}

.RSaleStyle {
    background-color: #fe0000;
}

.ROtherStyle {
    background-color: #a5bccf;
}

.JFYBLStyle {
    background-color: #faf700;
}

.JFWBLStyle {
    background-color: #9d5d11;
}

/*jiao fang Style*/
.JFDisContractStyle {
    background-color: #ffffff;
}

.JFDisAmountStyle {
    background-color: #ffffff;
}

.JFAmountStyle {
    background-color: #f4e66c;
}

.JFSeccStyle {
    background-color: #3562f6;
}

.JFErrorStyle {
    background-color: #f35a53;
}

.JFOtherStyle {
    background-color: #a5bccf;
}
/*Show and Hide Element*/

/*选项卡开始*/
#tab2 {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/*菜单class*/
.lib_tabborder {
   /* border: 1px solid #d2d2d2;*/
    border:0px;
    /*background-color:#f8f8f8;*/
    box-sizing: border-box;
}

.lib_Menubox {
    height: 40px;
    line-height: 40px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
}
.lib_Contentbox{
    padding-top:8px;
}
.lib_Menubox ul{
    padding: 0 10px;
}

.lib_Menubox li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    float: left;
    width: 118px;
    height: 40px;
    padding: 0 8px;
    /* 用线性渐变来创建背景 */
    background-color: #f5f7fa;
    /* 添加盒子阴影和内阴影，创造出3D的效果 */
    box-shadow: none !important;
    border-bottom: 1px solid #dcdfe6;
    box-sizing: border-box;
    line-height: 40px;
    color: #424e5f;
    font-weight: 400;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

        .lib_Menubox li.hover {
            background-color: #ffffff;
            border: 1px solid #dcdfe6;
            border-bottom: 0;
            color: #3880ff;
        }

        .lib_Menubox li:hover {
            color: #3880ff;
        }
#div_bottabs {
    margin-top: 5px;
}
    /*选项卡结束*/
    /*操作导航*/
.editMenu {
    float: right;
    width: 100% !important;
    text-align:right !important;
    background: #fff;
    font-size: 14px;
    min-height: 40px !important;
    height: auto !important;
    color: #424e5f !important;
    line-height: normal !important;
    border-bottom: 1px solid #f5f5f5;
    min-height: 26px;
    border: 0px;
    border-top: 0px solid #eff1f6;
    box-shadow: 0px 1px 3px 0px rgba(17, 50, 130, 0.15);
}
    .editMenu.dlgTitleBlock {
        text-align: left !important;
    }
    .editMenu div {
        color: #424e5f !important;
    }

    .editMenu ul {
        margin: 0;
        padding: 8px 8px 8px 8px;
        list-style: none;
    }

    .editMenu li {
        display: inline-block;
        height: 26px;
        margin: 0;
        padding: 0;
    }

    .editMenu a {
        float: left;
        border: 1px solid #d0d0d0;
        margin: 0;
        padding: 0 0 0 5px;
        text-decoration: none;
        font: bold 12px Verdana;
        border-radius: 3px;
        color: #424e5f;
        display: inline-block;
        height: 28px;
        line-height: 28px;
    }

        .editMenu a span {
            float: left;
            display: block;
            padding: 2px 12px 2px 6px;
            color: #424e5f;
        }
        .editMenu a:link, .editMenu a:focus {
            color: #424e5f;
        }
        .editMenu a:hover span {
            color: #3880ff;
        }

    .editMenu li a:hover {
        border: 1px solid #3880ff;
        background-color: #eaf2ff;
    }
.dlgTitleBlock {
    margin: 0 auto;
    margin-top: -8px;
    margin-bottom: 9px;
}
/*操作导航结束*/
/*Begin inputAndSelect Sytle*/
.selectWidthStyle {
    width: 245px;
}

.inputWidthStyle {
    width: 240px;
}
/*End inputAndSelect Sytle*/
/*Start Buttons Style*/
.Buttons {
    text-align: center;
    margin-top: 10px;
    background-color: #b1b1b1;
    height: 22px;
}
/*#ub_buttons{position:absolute; visibility:visible; bottom:0px; z-index:120;background:#B1B1B1;width:100%;}
#ub_buttons1{position:absolute; visibility:visible; bottom:0px; z-index:120;background:#B1B1B1;width:100%;}*/
/*End Button Style*/

/*针对只读样式 字体加粗/斜体/h黑色*/
.OnlyReadStyle {
    font-family: Verdana;
    background-color: #eef0f5 !important;
}

.RwwjswblStyle {
    background-color: #fa8d00;
}

.RwyjswblStyle {
    background-color: #269526;
}

.RwjfyblStyle {
    background-color: #23fa00;
}

.RywjswblStyle {
    background-color: #f1fa00;
}

.RyyjswblStyle {
    background-color: #268195;
}

.RyjfyblStyle {
    background-color: #fe0000;
}

.DisSaleStyle {
    background-color: #ffffff;
}
/*查询栏-房源选择按钮*/
.RoomSelectStyle {
    width: 24px;
    height: 22px;
    background: url(/Images/NewStyleImage/searchIconNew.png) /*url(/Images/Buttons/MsgLook.gif)*/ no-repeat;
    background-size:12px 12px;
}

input[type="text"],
input[type="number"],
input[type="password"],
select,
textarea {
    background: #fff;
    outline: none;
    border: 1px solid #bdbdbd;
    min-height:20px;
    padding: 0 4px;
    color: #464646;
}
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus /*,
    select option*/ {
        border: 1.5px solid #6b9cde;
        -moz-box-shadow: 0 0 3px 0 #95B8E7;
        -webkit-box-shadow: 0 0 3px 0 #95B8E7;
        box-shadow: 0 0 3px 0 #95B8E7;
    }

    select option{
        outline:none;
    }
    /*input[type="button"]
 {
     background-repeat:no-repeat;
     background-size:100% 100%;
     -webkit-background-size:100% 100%;
     }*/
    select::-ms-expand {
        display: none;
    }
    input[type="text"]:read-only,
    input[type="number"]:read-only,
    input[type="password"]:read-only,
    textarea:read-only {
        background-color: rgba(238,240,245,.15);
    }

select {
    border: 1px solid #d6d6d6;
    outline: none; /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none; /*在选择框的最右侧中间显示小箭头图片*/
    background: url(/Images/NewStyleImage/combo_arrow3.png) /*url(../../Images/NewStyleImage/inputSelect.png)*/ no-repeat;
    background-size:11px 7px;
    background-position: calc(100% - 4px) center;
    background-color: #fff;
    padding-right: 14px !important;
}

/*fieldset style*/
.fieldsetStyle {
    /*border-color: #a0a0a0;*/
    border-color: #d2d2d2 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 98%;
    margin: 5px auto;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    text-align:left;
    font-size:14px;
}
.fieldsetStyle legend {
    cursor: pointer;
    font-size: 12px;
    color: #276ff5;
}
.flegendToolbar {
    display:inline-block;
    font-size: 18px;
    transform: scale(1.3,0.6);
    cursor:pointer;
}
.fieldsetStyle legend:hover {
    /*color: #3880ff;*/
    font-weight: bold;
}
.flegendToolbarToggle {
    max-height: 10px;
    overflow: hidden;
}
.flegendToolbarToggle *:not(legend):not(.flegendToolbar) {
    display: none;
}

.digContent {
    width: 100%;
    float: left;
    font-size: 12px;
}

.digContent *.digInputItem {
    margin: 0;
    margin-bottom: 10px;
    float: left;
}

.InputItemTitle {
    width: 120px;
    float: left;
    text-align: right;
    line-height:24px;
}

.digContent *.digInputItem > input[type='text'],
.digContent .projImgPanel {
    width: calc(100% - 120px);
    box-sizing: border-box;
}

.digContent *.digInputItem > input[type='text'] {
    outline: none;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 5px;
}

.digContent *.digInputItem input[type='checkbox'] {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff;
    float: left;
}

    .digContent *.digInputItem input[type='checkbox'] + label {
        display: inline-block;
        font-size: 12px;
        line-height:24px;
    }
.projImgPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.imgPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: calc(100% - 95px);
    height: 80px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 4px;
}

    .imgPanel img {
        height: 100%;
    }
.fileAdd {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
}
    .fileAdd .fileBtn {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        line-height: 72px;
        text-align: center;
        font-size: 60px;
        color: rgba(0,0,0,.1);
        z-index: 2;
        cursor: pointer;
    }
    .fileAdd input[type='file'] {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        opacity: 0;
        cursor: pointer;
    }
.cellButton {
    display: inline-block;
    width: 80px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
}

.projImgPanel .cellButton {
    margin-left: 5px;
    margin-top: 60px;
}

.inputButton {
    width: auto;
    float: left;
}

    .inputButton > input[type='text'] {
        width: calc(100% - 50px);
        min-width: 50px;
        height: 24px;
        padding: 0 5px;
        float: left;
        border: 1px solid #999;
        border-right: 0;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        box-sizing: border-box;
        font-size:12px;
    }

    .inputButton > input[type='button'],
    .inputButton > button {
        width: 50px;
        height: 24px;
        border: 1px solid #999;
        border-left: 0;
        border-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        float: left;
        margin-left: 0px;
        background-color: #f3f3f3;
        color: #333;
        font-size: 12px;
    }

/**
*** 弹窗样式
*** by gaot
*** at 2021-12-10
**/
.winMask {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.winDialog {
    position: fixed;
    background-color: #EEECEF;
    border-radius: 8px;
    padding: 2px;
    height: calc(100vh - 8px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow: 0 0 24px 8px rgb(0,0,0,.15);
}

.dlgHead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    /*background-color: #EEECEF;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: linear-gradient(to bottom,#f8f9fa, #f0f0f0);
   /* box-shadow: 0px 1px 3px 0px rgba(17, 50, 130, 0.19);
    margin-bottom: 2px;*/
}
.dlgTitle {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    max-width:calc(100% - 120px);
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.winTool {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    height: 24px;
    cursor: pointer;
}
    .winTool .winToolItem .font_family {
        display: inline-block;
        width: 24px;
        height: 24px;
        opacity: 0.6;
        filter: alpha(opacity=60);
        margin: 0 0 0 4px;
        vertical-align: middle;
        color: #3776C5;
        font-size: 18px;
        line-height: 24px;
        text-align: right;
        cursor: pointer;
    }
/*.winToolMaximize {
    background: url(images/panel_tools.png) no-repeat 0 -16px;
}

.winToolMinimize {
    background: url(images/panel_tools.png) no-repeat 0 0px;
}

.winToolRoutine {
    background: url(images/panel_tools.png) no-repeat -16px -16px;
}

.winToolClose {
    background: url(images/panel_tools.png) no-repeat -16px 0px;
}
.winToolMessage {
    background: url(images/ruleQuestion.png) no-repeat 0px 0px;
}*/
.dlgBody{
    width:100%;
    height:calc(100% - 40px);
    background-color:#fff;
}

.ruleModal {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 600px;
    max-height: 800px;
    border-radius: 5px;
    background-color: #1D2442;
}

    .ruleModal.lightTheme {
        background-color: #f5f5f5;
    }

.ruleTitle,
.dgTitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.lightTheme .ruleTitle,
.lightTheme .dgTitle {
    color: #333;
}

.dgTitle {
    justify-content: center;
}

.ruleContent {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    width: 100%;
    padding: 10px;
    overflow: auto;
    text-align: left;
    font-size: 14px;
    color: #f5f5f5;
    white-space: pre-line;
    font-weight: 500;
}

.lightTheme .ruleContent {
    background-color:#fff;
    color: #565656;
}

.ruleButtons,
.dgButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-top: 1px solid rgba(255,255,255,.15);
}

    .ruleButtons button,
    .dgButtons button {
        border: none;
        background-color: transparent;
        height: auto;
        width: calc(45% - 20px);
        color: #3AE8F5;
        font-size: 14px;
        cursor: pointer;
    }
    .lightTheme .ruleButtons button,
    .lightTheme .dgButtons button {
        color: #0094cf;
    }
.pageHead{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
    width:100%;
    height:50px;
}
.queryMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display:none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.25);
    /*transition: width linear .5s;*/
}
.queryModal {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-height: 80%;
    padding: 8px 0;
    overflow-y: auto;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    pointer-events: auto;
}
.boardWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    width: 1200px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    height:100%;
}
    .boardWrapper .board_title,
    .board_title {
        position: relative;
        padding-left: 12px;
        line-height: 40px;
        font-size: 16px;
        color: #454545;
    }
        .boardWrapper .board_title:before,
        .board_title:before {
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            width: 4px;
            height: 100%;
            background-color: #40A0EC;
        }
    .boardWrapper .board_content {
        width: 100%;
    }
.businessParaPanel,
.businessParaPanel td {
    font-size: 14px;
}
/**
*布局
**/
.flexWrapper {
    display: flex;
}
.flexRow{
    flex-direction:row;
}
.justify-content-center{
    justify-content:center;
}
.justify-content-start {
    justify-content: flex-start;
}
.align-items-center{
    align-items:center;
}
.align-items-start{
    align-items:flex-start;
}
.flex-wrap-nowrap {
    flex-wrap: nowrap;
}
.col-1{
    width:100%;
}
.col-2{
    width:50%;
}
/*.queryModal *{
        pointer-events:all;
    }*/
/*布局*/
.fRight {
    float: right;
}

.fLeft {
    float: left;
}
/*字体颜色*/
.coWhite,
*.coWhite {
    color: #fff;
}

.coRed,
*.coRed {
    color: red;
}

.coTitle,
*.coTitle {
    color: #333;
}

.coGray,
*.coGray {
    color: #666;
}
/*字体样式*/
.fsBold {
    font-weight: bold;
}
 input[type='button'][style*='/Images/btnDate.bmp'],
 input[type='button'][class*='RoomSelectStyle'],
 input[type='button'][class*='btn_readIdCard'] {
    width: 20px !important;
    height: 20px;
    margin-top: 4px;
    margin-left: -24px;
    background-repeat: no-repeat;
    background-color: none;
    background-position: center;
    border: 0px;
}
input[type='button'][class*='btn_readIdCard'] {
    width: 17px;
    height: 16px;
    min-height: 16px;
    margin-top: 2px;
}
input[type='button'][style*='/Images/btnDate.bmp'] {
    margin-left: -22px;
}
input[type='button'][class*='btnCell'][value*='..'],
input[type='button'][class*='btnDateSelect'][value*='..'] {
    width: 20px !important;
    height: 20px;
    margin-top: 8px;
    margin-left: -20px;
    background-color: none;
    background-position: center;
    border: 0px;
    background: url(/Images/NewStyleImage/searchIconNew.png) /*url(/Images/Buttons/MsgLook.gif)*/ no-repeat;
    background-size: 12px 12px;
    color: transparent;
}
input[type='button'][class*='btnCell'][value*='填入'] {
    background-color: #f8f8f8;
}
#SelectDiv input[type='button'][class*='btnCell'], #SelectDiv input[type='button'][class*='btnDateSelect'] {
    margin-top: 7px !important;
}
#SelectDiv input[type='button'][class*='btn_readIdCard'] {
    height: auto !important;
    min-height: none !important;
    line-height: normal !important;
    margin-top: 6px;
}
img[src*='/Images/more.gif'] {
    margin-top: 1px;
}

#dh_bc input,
.ButtonConSpan input {
    background-color: transparent;
    color: #fff;
    border: 1px solid #d0d0d0;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    border: 0px;
    border: 1px solid #eff1f6;
    box-shadow: 0px 1px 3px 0px rgba(17, 50, 130, 0.39);
    min-width: 94px;
}
/* 可以根据需要添加其他样式 */
    /*#dh_bc input:hover,
      .ButtonConSpan input:hover{
        background-image: linear-gradient(to bottom,#fff, #fff);*/
        /*background-color: #eaf2ff;*/
        /*color: #ffc83d;*/
        /*color: #526ecc;
        border: 1px solid #526ecc !important;
    }*/
    #dh_bc input:disabled,
    .ButtonConSpan input:disabled {
        cursor: not-allowed !important;
        /*background-color: #f5f5f5;*/
        /*color: #adb0b8;*/
    }
    #dh_bc input:nth-child(n+5),
    .ButtonConSpan input:nth-child(n+5) {
        display: none;
    }
    #dh_bc input:not([hidden]):nth-of-type(1),
    .ButtonConSpan input:not([hidden]):nth-of-type(1) {
        background-color: #F59E0B;
        border: 1px solid #F59E0B;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
        #dh_bc input:not([hidden]):nth-of-type(1):hover,
        .ButtonConSpan input:not([hidden]):nth-of-type(1):hover {
            background-color: #d97706;
            border: 1px solid #d97706;
        }
        #dh_bc input:not([hidden]):nth-of-type(1):disabled,
        .ButtonConSpan input:not([hidden]):nth-of-type(1):disabled {
            background-color: #f9c56d;
            border: 1px solid #f9c56d;
        }
    #dh_bc input:not([hidden]):nth-of-type(2),
    .ButtonConSpan input:not([hidden]):nth-of-type(2) {
        background-color: #22C55E;
        border: 1px solid #22C55E;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
        #dh_bc input:not([hidden]):nth-of-type(2):hover,
        .ButtonConSpan input:not([hidden]):nth-of-type(2):hover {
            background-color: #16A34A;
            border: 1px solid #16A34A;
        }
        #dh_bc input:not([hidden]):nth-of-type(2):disabled,
        .ButtonConSpan input:not([hidden]):nth-of-type(2):disabled {
            background-color: #7adc9e;
            border: 1px solid #7adc9e;
        }

    #dh_bc input:not([hidden]):nth-of-type(3),
    .ButtonConSpan input:not([hidden]):nth-of-type(3) {
        background-color: #3B82F6;
        border: 1px solid #3B82F6;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
        #dh_bc input:not([hidden]):nth-of-type(3):hover,
        .ButtonConSpan input:not([hidden]):nth-of-type(3):hover {
            background-color: #2563EB;
            border: 1px solid #2563EB;
        }
        #dh_bc input:not([hidden]):nth-of-type(3):disabled,
        .ButtonConSpan input:not([hidden]):nth-of-type(3):disabled {
            background-color: #89b4fa;
            border: 1px solid #89b4fa;
        }
    #dh_bc input:not([hidden]):nth-of-type(4),
    .ButtonConSpan input:not([hidden]):nth-of-type(4) {
        background-color: #64748B;
        border: 1px solid #64748B;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
        #dh_bc input:not([hidden]):nth-of-type(4):hover,
        .ButtonConSpan input:not([hidden]):nth-of-type(4):hover {
            background-color: #475569;
            border: 1px solid #475569;
        }
        #dh_bc input:not([hidden]):nth-of-type(4):disabled,
        .ButtonConSpan input:not([hidden]):nth-of-type(4):disabled {
            background-color: #a2acb9;
            border: 1px solid #a2acb9;
        }
#dh_bc .menu-wrap,
.ButtonConSpan .menu-wrap {
    position: relative;
    display: inline-block;
    padding-right: 0px;
    z-index: 449;
}

#dh_bc .more-btn,
.ButtonConSpan .more-btn {
    color: #fff;
    background: #EF4444;
    border: 1px solid #EF4444;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
    #dh_bc .more-btn:hover,
    .ButtonConSpan .more-btn:hover {
        background-color: #dc2626;
        border: 1px solid #dc2626;
    }
    #dh_bc .more-btn:disabled,
    .ButtonConSpan .more-btn:disabled {
        background-color: #f58f8f;
        border: 1px solid #f58f8f;
    }
    /*#dh_bc .menu-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 80%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.7, 0.7);
}
*/
#dh_bc .menu,
.ButtonConSpan .menu {
    z-index: 1500;
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: #f7f7f7;
    border: 1px solid #ceced2;
    border-radius: 5px;
    /*padding: 5px;*/
    min-height: 15px;
    overflow-y: auto;
    margin-top: 0px;
    /*border-top: 1px solid #ceced2;*/
    min-width: 100px;
    /*min-height: 180px;*/
    /*padding-bottom: 20px;*/
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);*/
    border: 0px;
    /*border: 1px solid #eff1f6;*/
    box-shadow: 0px 5px 10px 0px rgba(17, 50, 130, 0.39);
    max-height: calc(100vh - 125px - 60px); /*240px;*/
}

    #dh_bc .menu input,
    .ButtonConSpan .menu input {
        display: block;
        margin: 0px 0;
        height: 15px;
        line-height: 15px;
        border: 0px !important;
        background-color: transparent;
        color: #252b3a;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        border-bottom: 1px dotted #454d64;
        border-radius: 0px;
        background-image: linear-gradient(to bottom, #fff, #fff);
        border: 0px;
    }
        #dh_bc .menu input:hover,
        .ButtonConSpan .menu input:hover {
            background-image: linear-gradient(to bottom,#eaf2ff, #eaf2ff);
            /*background-color: #eaf2ff;*/
            /*color: #ffc83d;*/
            color: #526ecc;
        }
        #dh_bc .menu input:disabled,
        .ButtonConSpan .menu input:disabled {
            cursor: not-allowed;
            /*background-color: #f5f5f5;*/
            color: #adb0b8;
        }
input[type="text"]:disabled, select:disabled, textarea:disabled {
    cursor: auto;
    /*background-color: #f5f5f5;*/
    /*color: #adb0b8;*/
    background-color: #eef0f5;
}
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    background-color: #fff;
}
input[type="radio"].OnlyReadStyle, input[type="checkbox"].OnlyReadStyle, table.OnlyReadStyle, span.OnlyReadStyle, label.OnlyReadStyle {
    background-color: transparent;
}
.img02 {
    /*background-color: #1060A1;*/
    background-color: #1f7fd0;
}
.img02 {
    background-color:#4587f2;
}
a {
    text-decoration: none;
    outline: none;
    color: #424e5f;
    display:inline-block;
    padding-bottom:0px;
}
a:hover {
    color: #3880ff;
}
a[class*='tv_']{
    padding-top: 4px;
    padding-bottom: 4px;
}
img[src*='/Images/FuncPic/'] {
    display:none;
}
#SelectDiv td{
    height:24px !important;
    padding:1px 0;
    border-top-width:0;
}
#SelectDiv.SelectDivShow td {
    height: auto !important;
    padding: 4px 0;
    border-top-width: 0;
}
#SelectDiv {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 43px;
    overflow: hidden;
    border: 0px dashed #e4e7f1;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-top: 12px;
}
    #SelectDiv input[type="text"],
    #SelectDiv input[type="file"],
    #SelectDiv input[type="date"],
    #SelectDiv input[type="datetime"],
    #SelectDiv input[type="datetime-local"],
    #SelectDiv input[type="email"],
    #SelectDiv input[type="number"],
    #SelectDiv input[type="tel"],
    #SelectDiv select, #SelectDiv textarea {
        height: 28px;
        line-height: 28px;
    }
    #SelectDiv input[type="checkbox"],
    #SelectDiv input[type="radio"] {
        height: 28px;
        line-height: 1;
    }
#SelectDiv:not(:has(tr)) {
    border: 0px;
    height: 0px !important;
    margin-bottom: 0px;
    margin-top: 8px;
}
/*#SelectDiv:hover {
    max-height: none;
}*/
.SelectDivShow {
    max-height: none !important;
    position: absolute !important;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    z-index: 500;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.DHBCToolBarShow{
    margin-top:83px;
}
    .NewQueryBtn {
        position: absolute;
        top: -12px;
        left: 50%;
        font-size: 28px !important;
        color: #6366f1;
        transform: scale(1.3,0.6);
        cursor: pointer;
    }
    .NewQueryBtn:hover {
        color: #4f46e5;
    }
.SelectMaskDiv{
    position:fixed;
    top:0;
    left:0;
    z-index:400;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0);
}
.pageHead {
    padding-top: 20px;
    display: block;
    text-align: center;
}
.pageHead input {
    display: inline-block;
    text-align: center;
    background-color: #6366F1;
    color: #fff;
    width: 70px;
    border-radius: 5px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border:0px;
}
.pageHead input:hover {
    /*border: 1px solid #4f46e5;*/
    background-color: #4f46e5;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.queryMask {
    background-color: rgba(0,0,0,.08) !important;
}
.queryModal {
    border: 0px;
    border-top: 0px solid #eff1f6;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding-top: 20px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.contentOpeBtn, .UploadImgStyle {
    background-color: transparent !important;
    color: #252b3a !important;
    border: 1px solid #d0d0d0 !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px !important;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0px;
    /*border: 1px solid #eff1f6;*/
    box-shadow: 0px 1px 3px 0px rgba(17, 50, 130, 0.29);
}
.UploadImgStyle {
    height: 20px;
    line-height: 20px;
}
.contentOpeBtn:hover, .UploadImgStyle:hover {
    color: #526ecc !important;
    border: 1px solid #526ecc !important;
    background-color: #EAF2FF !important;
}
.BlueColorStyle {
    color: #3880ff;
}
.dlgTitleBlock{
    text-align:left !important;
}

.FLTitle {
    /*流程名称字样式*/
    text-align: left;
    font-weight: bold;
    margin-top: 20px;
}

.FLName {
    /*流程名称样式*/
    margin-left: 100px;
    text-align: left;
    font-weight: bold;
}

.FLTitleName {
    font-weight: normal;
}

.FLConTop {
    /*流程表格外层容器 顶部样式*/
    margin-top: 10px;
    width: 100%;
    height: 3px;
    /*background-color: #abcbe3;*/
    font-size: 0pt;
}

.FLCon {
    /*流程表格外层容器样式*/
}

.FLConBot {
    /*流程表格外层容器 底部样式*/
    width: 100%;
    height: 2px;
    /*background-color: #abcbe3;*/
    font-size: 0pt;
    margin-bottom:10px;
}

.FLtbs {
    /*流程表格样式*/
    width: 100%;
    border-top: 1px solid #e2e8f0 !important;
}

    .FLtbs tr th {
        min-width: 120px;
        height: 40px !important;
        min-height: 36px;
        padding: 0 0.25rem;
        background: #ffffff;
        border: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        font-weight: 600 !important;
        color: #334155;
        font-size: 12px;
        line-height: normal !important;
        box-sizing: border-box;
        text-align: center;
    }

    .FLtbs tr td {
        /*流程表格样式*/
        min-width: 120px;
        height: 40px !important;
        min-height: 36px;
        padding: 0 0.25rem;
        border: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        color: #334155;
        font-size: 12px;
        text-align: center;
        line-height: normal !important;
        transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
        box-sizing: border-box;
    }

.FLHR {
    /*流程表格头样式*/
    background-color: #f8f9fa;
    height: 34px;
    text-align: center;
    background-image: linear-gradient(to bottom,#f8f9fa, #f8f9fa);
}
.FLCR:hover, .FLCRO:hover {
    background-color: #eaf2ff;
}
#tb_Doc td {
    background-color: #f8f9fa !important;
    color: #454d64 !important;
    border-right: 1px dotted rgb(204, 204, 204) !important;
    border-top: 1px dotted rgb(204, 204, 204) !important;
    border-bottom: 1px dotted rgb(204, 204, 204) !important;
}
.treeExpand {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 1.25rem;
    color: #64748b;
    cursor:pointer;
}
/***********************************************——Easyui样式调整开始——******************************************************************/
button, input, textarea, select {
    outline: none;
}
.textbox {
    border: solid 1px #d2d2d2;
    vertical-align: middle;
}
    .textbox .textbox-addon {
        display: block;
        width: 32px;
        /* height: 24px; */
        margin: 0 auto;
    }
.combo-arrow {
    display: block;
    width: 20px;
    height: 18px;
    margin: 0 auto;
    background-color:transparent !important;
    background-image: url('images/drop_down.png');
    background-repeat:no-repeat;
    background-position: 50% 50%;
}
.datebox .combo-arrow {
    filter: hue-rotate(200deg);
}
.condition_search input[type='text'], .search_time input input[type='text'] {
    height: 33px;
    min-width: 179px;
}
.textbox:hover {
    outline: none;
    border-color: #79b8ff !important;
    border-width: 1px !important;
    box-shadow: 0 0 2px #79b8ff !important;
}
.textbox-focused {
    outline: none;
    -moz-box-shadow: 0 0 2px 0 #79b8ff;
    -webkit-box-shadow: 0 0 2px 0 #79b8ff;
    box-shadow: 0 0 2px 0 #7cabe9;
}
.datagrid-view{
    border-top:1px solid #ddd;
}
.datagrid .panel-header, .datagrid .panel-body {
    border-width: 0px !important;
}
.datagrid-header .datagrid-cell span,
.datagrid-cell, .datagrid-cell-group,
.datagrid-header-rownumber, .datagrid-cell-rownumber {
    font-size: 12px !important;
}
.datagrid-header, .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner{
    background-color:transparent !important;
}
.datagrid-header, .datagrid-td-rownumber {
    background: transparent !important;
}
.datagrid-view table thead tr th {
    text-align: center;
    color: #3B82F6;
    font-size: 12px;
    background: #f5f9fd;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}

.datagrid-view .datagrid-body table tbody td {
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    color: #384047;
}

.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    font-size: 12px;
}
.combo-panel .datagrid-view2 table {
    width: auto;
}
/*表头样式*/
.datagrid-header {
    border: 0px;
}

.datagrid-htable .datagrid-cell,
.datagrid-htable .datagrid-cell span {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.datagrid-htable td,
.datagrid-htable .datagrid-cell {
    height: 100%;
    border-left: 0;
}

    .datagrid-htable td:hover,
    .datagrid-htable .datagrid-cell:hover {
        /*background: #eee;*/
        background-image: linear-gradient(to bottom,#f8f9fa, #f8f9fa);
    }

.datagrid-header tr td, .datagrid-body tr td {
    border-bottom: 1px rgba(228, 228, 228, .4) dotted;
    border-right: 1px rgba(228, 228, 228, .4) dotted;
}

.datagrid-header-row {
    height: 30px !important;
}

.datagrid-htable {
    color: #454d64;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}

table.datagrid-htable td,
table.datagrid-btable > tbody > tr > td {
    border: 1px dotted #ccc;
}

table.datagrid-htable td {
    border-top-width: 0;
}

.datagrid-header-row .datagrid-cell,
.datagrid-header-row .datagrid-cell-group,
.datagrid-header-row td {
    height: auto;
    text-align: center;
    color: #454d64;
    font-size: 12px !important;
    font-weight: normal;
    /*background-image: linear-gradient(to bottom,#f8f9fa, #f8f9fa);*/
    background-image: none !important;
    background-color: transparent !important;
    background: transparent !important;
    border: 0px;
}
table.datagrid-btable.datashow tbody tr:hover td {
    color: #3B82F6;
}
table.datagrid-btable > tbody > tr > td div.datagrid-cell {
    margin: auto;
}

    table.datagrid-btable > tbody > tr > td div.datagrid-cell .cellBtn {
        cursor: pointer;
    }
.datagrid-htable > tbody > tr > td:first-child {
    text-indent: 0;
}
table.datagrid-btable.datashow > tbody > tr > td:first-child,
table.datagrid-btable.datashow > tbody > tr:hover > td:first-child {
    border-left: 0;
}

table.datagrid-btable.datashow > tbody > tr:hover td .datagrid-cell-c2-state {
    border-bottom: 1px solid #3e97e4;
}

table.datagrid-btable .datagrid-cell {
    text-overflow: ellipsis;
}

    table.datagrid-btable .datagrid-cell.tree-node {
        text-overflow: clip;
    }

.pagination table {
    float: right;
}

.pagination-info {
    float: right;
}

.pagination {
    overflow: visible;
}

    .pagination td {
        position: relative;
    }

        .pagination td input {
            text-align: center;
        }

        .pagination td ul {
            position: absolute;
            width: 2em;
            height: auto;
            padding: 2px;
            margin-left: 2px;
            overflow: hidden;
            background: #fff;
            border: 2px solid #c9c9c9;
        }

            .pagination td ul li {
                float: none;
                width: 100%;
                height: 20px;
                text-align: center;
            }

                .pagination td ul li a {
                    display: block;
                    width: 100%;
                    height: 20px;
                    text-align: center;
                    line-height: 20px;
                    color: #384047;
                }
.data_table .tree-folder-open, .data_table .tree-folder {
    background: url(img/treeicof.png);
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
}

.tree-expanded, .tree-collapsed, .tree-folder,
.tree-file, .tree-checkbox, .tree-indent {
    vertical-align: middle;
}

.data_table .tree-file {
    background: url(img/treeicos.png);
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
}

.data_table .tree-title {
    /*margin-left: 1em;*/
    line-height: inherit;
    display: inline-block;
    height: 100%;
}

.data_table table tbody tr:nth-child(even) {
    background: #fff;
}

.datagrid-header-row {
    height: 40px;
}

.datagrid-row {
    height: 40px;
    color: #384047;
}

.data_table table.datagrid-btable > tbody > tr > td {
    height: auto;
    border-bottom: dotted 1px #ccc;
}

    .data_table table.datagrid-btable > tbody > tr > td div.datagrid-cell {
        line-height: normal;
    }

.data_table tbody td:nth-child(1) {
    border-right: 1px #ccc dotted;
}

.data_table tbody td:last-child {
    border-left: 1px #ccc dotted;
}
.data_table .datagrid-cell-c1-dstate {
    text-indent: 1em;
}

.data_table .datagrid-cell i {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    margin: 0 auto;
    margin-top: 25px;
}

    .data_table .datagrid-cell i.passed {
        background-color: #34b2ed;
    }

    .data_table .datagrid-cell i.nopass {
        background-color: #fe6150;
    }

    .data_table .datagrid-cell i.inreview {
        background-color: #ffb851;
    }

.datagrid-view {
    overflow-x: auto;
}
.datagrid-htable .datagrid-header-row .datagrid-cell {
    /*background: #f5f9fd;*/
    line-height:40px;
}

.datagrid-td-rownumber .datagrid-cell-rownumber {
    text-align: center;
    background: #f5f9fd;
    height: auto;
    line-height: normal;
}
.datagrid table {
    border-collapse: collapse;
}

.datagrid-row-selected {
    background-color: #eaf2ff !important;
    color: #526ecc !important;
}

    .datagrid-row-selected td {
        color: #526ecc !important;
    }
.datagrid-header-row .datagrid-cell {
    text-align: center;
}

.validatebox-disabled,
.textbox-disabled,
.textbox-icon-disabled {
    width: 100%;
}

input:disabled + span.textbox {
    background-color: rgb(235,235,228);
}
/**屏蔽easyui datagrid自带的加载等待弹窗**/
.datagrid-mask-msg {
    display: none !important;
    opacity: 0;
}
.window {
    background: linear-gradient(to bottom,#f8f9fa, #f0f0f0) !important;
}
    .window, .window .window-body {
        border: 0px !important;
    }
.window {
    min-width: 300px;
    min-height: 36px;
    max-width: 85%;
    max-height: 85%;
}
.window-header {
    height: 36px;
    border: 0px;
}
.panel-header, .panel-body {
    border-color: #c9c9c9;
}
    .panel-header, .panel-body:not(.datagrid-wrap) {
        border-right: 0px;
    }
        .panel-header.window-header {
            background: linear-gradient(to bottom,#f8f9fa, #f0f0f0) !important;
        }
.panel-title {
    color: #464646;
    text-indent: 1em;
    line-height: 36px;
}
.window-proxy-mask, .window-mask {
    background: #7a7a7a;
    opacity: .6;
}
.panel-title {
    color: #464646;
    text-indent: 1em;
    line-height: 36px;
}
.dialog_body_panel {
    width: 100%;
    height: auto;
    padding: 0;
    float: left;
    padding-bottom: 5px;
}

    .dialog_body_panel .info_content_body,
    .dialog_body_panel .dia_condition_search {
        width: 100%;
    }

.dialog_btn_panel,
.dialog-button.dialog_btn_panel {
    display: none;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-color: #F4F4F4;
}

    .dialog_btn_panel button {
        width: 76px;
        height: 26px;
        border: 1px solid #bdbdbd;
        border-radius: 4px;
        background-color: #fff;
        font-size: 12px;
        font-family: "SimHei";
        color: #656565;
        margin: 0 auto;
        margin-right: 27px;
        font-weight: 400;
        outline: none;
    }

        .dialog_btn_panel button:hover {
            background: #d9d9d9;
        }
/***********************************************——Easyui样式调整结束——******************************************************************/
.rowItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 4px 0 !important;
    font-size: 12px;
    line-height: 1.5;
}
.rowTitle {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
    min-width:70px;
    text-align:right;
    white-space: pre-wrap;
}
.rowContent {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
.ckItem{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:nowrap;
    padding:4px;
    font-size:14px;
}
    .ckItem input[type=checkbox],
    .ckItem input[type=radio]{
        min-height:20px;
    }
    .ckItem label {
        padding-left: 4px;
        font-weight: bold;
    }

.btn_dlg_choose {
    background: #3B82F6 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    float: right;
    height: 25px;
    vertical-align: middle;
    width: 80px;
    text-indent: 0;
    outline:none;
    border:none;
    line-height: 25px;
    cursor: pointer;
}

    .btn_dlg_choose:disabled {
        opacity: 0.5;
    }
.dgBtnPanel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
/**一行N列**/
.r_1_1, .pfull {
    width: calc(100% - 0.5rem/2);
    padding: 0 0.25rem;
    float: left;
}

.r_1_2,
.p_half {
    width: calc(50% - 0.5rem/2);
    padding: 0 0.25rem;
    float: left;
}

.r_1_3, .pthirty {
    width: calc(100%/3 - 0.5rem/3);
    padding: 0 0.25rem;
    float: left;
}

.r_1_3_2, .pseventy {
    width: calc(100%/3*2 - 0.5rem/3);
    padding: 0 0.25rem;
    float: left;
}

.r_1_4, .ptwentyFour {
    width: calc(100%/4 - 0.5rem/4);
    padding: 0 0.25rem;
    float: left;
}

.r_1_5 {
    width: calc(100%/5 - 0.5rem/5);
    padding: 0 0.25rem;
    float: left;
}

.r_1_6 {
    width: calc(100%/6 - 0.5rem/6);
    padding: 0 0.25rem;
    float: left;
}

.r_1_8 {
    width: calc(100%/8 - 0.5rem/8);
    padding: 0 0.25rem;
    float: left;
}
/**一行N列结束**/
/**一列N行**/
.c_1_1 {
    width: calc(100%);
}

.c_1_2 {
    height: calc(50%);
}

.c_1_3 {
    height: calc(100%/3);
}

.c_1_4 {
    height: calc(100%/4);
}

.c_1_5 {
    height: calc(100%/5);
}

.c_1_6 {
    height: calc(100%/6);
}
/**一列N行结束**/
/**边框**/
.border {
    border:1px solid rgb(189, 189, 189);
}
.borderTop {
    border-top: 1px solid rgb(189, 189, 189);
}
.borderRight {
    border-right: 1px solid rgb(189, 189, 189);
}
.borderBottom {
    border-bottom: 1px solid rgb(189, 189, 189);
}
.borderLeft {
    border-left: 1px solid rgb(189, 189, 189);
}
.noBorder{
    border:none !important;
}
/**边框结束**/