﻿    html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.root {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /*background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/Images/login_background.png);*/
    position: relative;
}

.flex {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}


.flex-direction-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-direction-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.flex-align-items-stretch {
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex-align-items-center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-justify-content-center {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.default-background {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/Images/login_background2.png);
    width: 100%;
    height: 100%
}

.default-background2 {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
.bg-img {
    width: 100%;
    height: 97%;
    background-image: url(/Images/login_background3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.footer-text {
    /* padding-top: 5px; */
    text-align: center;
    font-size: 12px;
    color: #939799;
}

.topNav-sam {
    align-items: center;
    justify-content: space-between;
    background-color: #0077b3;
    min-height: 50px;
    width: 100%;
}

.leftNav {
    background-color: #0077b3;
    width: 240px;
    overflow: auto;
    border-top: 2px solid #fff;
}
.leftNava{
    background-color: #0077b3;
    overflow: auto;
    border-top: 2px solid #fff;
}

.body-main {
    width: 80%; 
    padding: 10px 30px;
    background-color: #F7F9FA;
}

.layui-card {
    position: relative;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    /* //border-radius: 0.25rem; */
}

    .layui-card > .layui-card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        /* //background-color: rgba(0, 0, 0, 0.03);
        //border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
    }

    .layui-card > .layui-card-body {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
    }

a {
    color: rgba(0, 0, 0, 0.9);
}

.layui-input:hover, .layui-textarea:hover {
    border-color: rgba(155, 197, 226, 1) !important;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #3b86ff !important;
}

button[class~=layui-btn] > img {
    height: 100%;
}

button[class~=layui-btn]:hover {
    border-color: rgba(59,134,255,0.4) !important;
}

button[class~=layui-btn]:focus {
    border-color: rgba(59,134,255,0.4) !important;
}

/*��Ϣ����ʽ*/
body .user-message-layer .layui-layer-title {
    background-color: rgba(0, 0, 0, 0.03);
}

body .user-message-layer .layui-layer-btn {
    /*background-color: rgba(0, 0, 0, 0.03);*/
}

body .user-message-layer .layui-layer-btn0 {
    background-color: rgba(0, 0, 0, 0.03);
    color: black;
    border-radius: 100px;
    border: 1px solid #C9C9C9;
}

body .user-message-layer .layui-layer-btn1 {
    background-color: rgba(0, 0, 0, 0.03);
    color: black;
    border-radius: 100px;
    border: 1px solid #C9C9C9;
}

body .user-message-layer a:hover {
    border-color: rgba(155, 197, 226, 1) !important;
    border-radius: 100px;
}

body .user-message-layer a:focus {
    border-color: #3b86ff !important;
    border-radius: 100px;
    outline: none;
}

.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    align-items: center;
    justify-content: center;
    line-height: 100%;
}

.pop-btn {
    background-color: transparent
}

    .pop-btn > span[class~=layui-nav-bar] {
        display: none;
    }

    .pop-btn > .layui-nav-item > .layui-nav-child {
        top: auto;
    }

        .pop-btn > .layui-nav-item > .layui-nav-child > dd {
            padding: 0;
            padding: 0 20px;
        }

            .pop-btn > .layui-nav-item > .layui-nav-child > dd:last-child {
                border-bottom-width: 0;
            }

            .pop-btn > .layui-nav-item > .layui-nav-child > dd:hover {
                /*border: 1px solid rgba(155, 197, 226, 1);*/
                background-color: ghostwhite;
                cursor: pointer;
            }

            .pop-btn > .layui-nav-item > .layui-nav-child > dd * {
                vertical-align: middle;
                font-size: 12px;
                color: black;
            }

            .pop-btn > .layui-nav-item > .layui-nav-child > dd > i:first-child {
                margin-right: 5px;
                font-size: 20px;
            }

/*�˵���ʽ*/
.layui-nav {
    background-color: transparent !important;
}

.layui-nav-black > .layui-nav-item > a {
    /* background-color: #919ca1; */
    color: #fff;
}

.layui-nav-black > .layui-nav-item > .layui-nav-child {
    background-color: transparent !important
}


.dtree-theme-item:hover {
    /* border: 4px solid #3B8FF !important; */
    background-color: #2996CC !important;
    /* opacity: 0.7 !important; */
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color:  #fff !important;
}

.dtree-theme-item-this {
    /*border: 1px solid orange !important;*/
    /*background-color: #1062e5a3 !important*/
    background-color: #fff !important;
    color: #0077B3;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    /* width: 90%; */
}

.dtree {
    width: auto !important;
    padding-left: 16px;
}

.dtree-white div[class~=dtree-nav-div] > i[class~=dtree-theme-dtreefont] {
    color: white !important;
}

.layui-nav-tree {
    width: 100%;
    margin: 0;
    padding-top: 20px;
}

.dtree .dtree-nav-div { /*������ѡ���ı�*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*ѡ���ʽ*/
.layui-tab {
    margin: 0 0;
}

    .layui-tab > .layui-tab-title > li[class~=layui-tab-item-noclose] > i[class~=layui-tab-close] {
        display: none !important
    }

    .layui-tab > .layui-tab-title > .layui-tab-bar:hover {
        border: 1px solid rgba(155, 197, 226, 1) !important;
    }

    .layui-tab > .layui-tab-title > li:hover {
        color: #0077b3 !important;
    }
/*Splitter */
.splitter {
    /* background-color:#0077b3;  */
    background: gray;
}

    .splitter:hover {
        background-color: #3B86FF; /*orange*/
    }

.splitter-column {
    cursor: w-resize;
    width: 3px;
}

.splitter-row {
    cursor: s-resize;
    height: 3px;
}

.image-button > img {
    height: 18px !important;
    margin-right: 4px;
}


.tool-nav {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-right: 24px;
}

.tool-nav-sam {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 16px;
    font-size: 14px;
}

.tool-nav-sam2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 16px;
    font-size: 14px;
}

.layui-layer-page > .layui-layer-content > .soul-edit-out > .layui-form > ul > li > div > table, tr, td {
    border: 0px
}

.table {
    margin-left: 20px;
    margin-top: 30px;
    height: 50px;
}

.fadeInLeft > .condition-table, tr, td {
    border: 0px
}

.table > .auto-create-table,
.table > .auto-create-table > tr > td {
}

.table > .auto-create-table {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
}

.soul-edit-out > .layui-form .layui-form-switch {
    width: auto !important;
}

.layui-form {
    width: 100%;
    background-color: #F7F9FA;
}

.layui-form-sam {
    width: 90% !important;
}

.fadeInLeft > .condition-table tbody .layui-form-switch {
    width: auto !important;
}

/*
.layui-table-view {
    display: -webkit-flex; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    margin: 0 !important;
}

.layui-table-view > .layui-table-box {
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.layui-table-view > .layui-table-box > .layui-table-header {
    overflow: hidden;
}


.layui-table-view > .layui-table-box > .layui-table-body {
    height: auto !important;
    overflow: auto;
    flex-grow: 1;
}
*/

.layui-table-view > .soul-bottom-contion {
    display: none;
    height: auto;
}

.layui-table-view > .layui-table-total {
    /*display:none;*/
    /*overflow: visible;*/
}

.table-title {
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #61636f;
}

.layui-btn-link {
    background-color: transparent !important;
    color: #555;
}

    .layui-btn-link:hover {
        color: #555 !important;
    }

.layui-btn-image {
    background-color: transparent !important;
    color: #555;
}

    .layui-btn-image > img {
        width: 22px;
    }

    .layui-btn-image:hover {
        color: #555 !important;
    }

.layui-form-switch {
    margin-top: 0px;
}


.ztree li a .curSelectedNode {
    border: 0;
    background-color: #79ACFF !important;
    border-radius: 4px;
}

.ztree li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 10px;
    font-size: 12px;
    border-radius: 4px;
}

    .ztree li a:hover {
        border: 1px solid #3b86ff !important;
        border-radius: 4px;
    }

.layui-table-grid-down {
    /* display: none; */
}

.ew-tree-table {
    margin: 0 !important;
}

    .ew-tree-table .ew-tree-pack > span {
        height: auto !important;
    }

/*����Ȩ�޿���*/
.auth {
    display: none;
}


.meta-body {
    background-color: #F7F9FA;
}

.meta-body::-webkit-scrollbar{
	display: none;
}


.meta-root {
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* overflow: hidden; */
}
.meta-root::-webkit-scrollbar{
	display: none;
}

    .meta-root[class~=home] {
        top: 0px;
        left: 0px;
        right: 0px;
        margin-top: 10px;
    }

    .meta-root > .meta-content {
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    .meta-root > .layui-container {
        width: 100%;
        margin-bottom: 10px;
    }

.meta-header .meta-title {
    margin-top: 16px;
    margin-left: 20px;
    opacity: 0;
}

    .meta-header .meta-title > span {
        font-family: 'Microsoft YaHei';
        font-size: 23px;
        color: #61636f;
    }

    .meta-header .meta-title > img {
        width: 10%;
        margin-top: -10px;
    }

.meta-header .meta-tool {
    text-align: left;
    /*padding-right: 30px;*/
    padding-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.meta-tool > button {
    min-height: 30px;
    min-width: 90px;
    /*background-color: #3b86ff;*/
    background-color: rgba(0,0,0,0);
    border-width: 0;
    cursor: pointer;
    margin-top: 0px;
    border: 2px solid #0077b3;
    border-radius: 15px;
    margin-bottom: 5px;
}

    .meta-tool > button:hover {
        background-color: rgba(59,134,255,0.4);
    }

    .meta-tool > button:active {
        background-color: rgba(59,134,255,0.6);
    }


.meta-header .meta-tool > button > img {
    height: 18px;
    width: 18px;
}

.meta-header .meta-tool > button > span {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #0077B3;
    margin-left: 8px;
}

/*
.meta-header .meta-tool > button {
    margin-left: 12px;
}*/

/*.meta-tool>button:not(:first-child){
    margin-left:32px;
}
.meta-tool:last-child{
    margin-right:30px;
}*/

.meta-filter{
    margin-bottom: 10px;
}

.meta-filter > .layui-row, .meta-field > .layui-row {
    white-space: nowrap;
}


.caption, .switch-caption {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-weight: bold;
    color: #61636f;
    text-align: right;
    min-height: 32px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow: visible;
}

.word

.caption > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}


.switch-caption > span {
    position: absolute;
    top: 0;
    transform: translateY(0);
    right: 14px;
}

.meta-input {
    color: #4d4f5c;
    width: 20%;
    border-radius: 4px;
    border-width: 1px;
    border-color: #61636f73;
    border-style: solid;
    height: 30px;
    padding-left: 10px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.meta-input-sam {
    color: #4d4f5c;
    border-radius: 4px;
    border-width: 1px;
    border-color: #61636f73;
    border-style: solid;
    height: 30px;
    padding-left: 10px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

img[class~=meta-input] {
    border-radius: 0;
    border-width: 0;
    border-color: transparent;
    padding-left: 0;
}

.meta-body .layui-input, .meta-body .layui-textarea {
    border-width: 1px;
    border-color: #61636f73;
    border-style: solid;
    color: #4d4f5c;
}

.meta-input:hover {
    border-color: rgba(155, 197, 226, 1) !important;
}

.meta-input:focus {
    border-color: #3b86ff !important;
}


.meta-filter > .layui-row > *, .meta-field > .layui-row > * {
    margin-top: 0px;
    padding-right: 8px;
    /*line-height:30px;*/
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
}

.meta-footer {
    height: 18px;
}

.layui-form-select dl dd.layui-this {
    background-color: #3b86ff;
}

.lineTop {
    margin-top: 24px;
}

.marginSpace {
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
}

.marginRight {
    padding-right: 8px;
}

.meta-body .layui-input:hover, .meta-body .layui-textarea:hover {
    border-color: rgba(155, 197, 226, 1) !important;
}

.meta-body .layui-input:focus, .meta-body .layui-textarea:focus {
    border-color: rgba(155, 197, 226, 1) !important;
}

.layui-box > .layui-laypage-limits .layui-select-title > .layui-edge {
    margin-right: 10px;
}

.meta-body .layui-input, .meta-body .layui-textarea, .meta-body .layui-select {
    height: 28px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0077B3;
}

.layui-laypage > a:hover {
    color: #0077B3;
}

[lay-skin='primary'].layui-form-checked i {
    border-color: #0077B3;
    /* background-color: #0077B3; */
    color: #0077B3;
    font-weight: 600;
}

/* .layui-form-checked i:hover, .layui-form-checked i:hover {
    border-color: #3b86ff !important
}*/

[lay-skin='primary'].layui-form-checked i {
    border-color: #0077B3 !important;
    /* background-color: #0077B3; */
    color: #0077B3;
    font-weight: 600;
}

.fadeInLeft .layui-btn, .fadeOutLeft .layui-btn, .soul-edit-out .layui-btn {
    background-color: #0077B3;
    color: #fff;
}

.soul-edit-out .layui-form-checked, .soul-edit-out .layui-form-checked:hover {
    border-color: #3b86ff;
}

    .soul-edit-out .layui-form-checked span, .layui-form-checked:hover span {
        background-color: #3b86ff;
    }

    .soul-edit-out .layui-form-checked i, .soul-edit-out .layui-form-checked:hover i {
        color: #3b86ff;
    }

.soul-table-filter[lay-sort=asc] i, .soul-table-filter[lay-sort=desc] i {
    color: #3b86ff;
}

/*.layui-layer-title {
    background-color: #3b86ff;
    color:#fff;
}*/

.layui-layer-title {
    background-color: #0077b3 !important;
    color: #fff !important;
}


.layui-form-onswitch {
    background-color: #30cb69;
}

.layui-laydate .layui-this {
    background-color: #0077B3 !important;
}
/*.layui-laydate .layui-this {
    background-color: #3b86ff !important;
}*/

.layui-laydate-footer > .laydate-footer-btns > span:hover {
    color: #3b86ff;
}

.layui-laydate-footer > .laydate-btns-time:hover {
    color: #3b86ff;
}

.layui-laydate-header > i:hover {
    color: #3b86ff;
}

.layui-laydate-header > .laydate-set-ym > span:hover {
    color: #3b86ff;
}

.meta-query-button {
    background-color: transparent;
    height: 32px;
    border-width: 0;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    margin-left: 16px;
}

    .meta-query-button > img {
        height: 28px;
        width: 28px;
    }


    .meta-query-button:disabled {
        display: none;
    }

.meta-footer .meta-button {
    text-align: right;
    padding-right: 24px;
    position: relative;
    /* padding-top: 16px; */
}

    button[class~=meta-button], .meta-footer .meta-button > button, .normal-button {
        min-height: 40px;
        min-width: 130px;
        background-color: #3b86ff;
        border-width: 0;
        cursor: pointer;
        border-radius: 4px;
        font-family: 'Microsoft YaHei';
        font-size: 15px;
        color: #ffffff;
    }

        button[class~=meta-button]:disabled, .meta-footer .meta-button > button:disabled, .normal-button:disabled {
            border-width: 1px;
            background-color: #e6e6e6;
            border-style: solid;
        }

        .meta-footer .meta-button > button > img, .normal-button > img {
            height: 18px;
            width: 18px;
        }

        .meta-footer .meta-button > button > span, .normal-button > span {
            font-family: 'Microsoft YaHei';
            font-size: 15px;
            color: #ffffff;
            margin-left: 8px;
        }

    .meta-footer .meta-button > button, .normal-button {
        margin-left: 12px;
    }

.button-primary {
    background-color: #0077b3 !important;
}

.button-normal {
    background-color: #43425d !important;
}

.button-danger {
    background-color: #ff6565 !important;
}

.button-transparent {
    background-color: transparent !important;
}

.meta-image-button-em {
    height: 30px;
    width: 102px;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    border-radius: 4px;
    color: white;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #0077B3;
    font-weight: bold;
}

    .layui-tab-brief > .layui-tab-title .layui-this:after, .layui-tab-brief > .layui-tab-more li.layui-this:after {
        border-bottom: 4px solid #0077B3;
        /*margin-top:9px;*/
    }

span[class~=not-empty] {
    color: #61636f;
}

span[class~=photo-scanning] * {
    color: blue;
}

span[class~=photo-scanning]:after {
    content: '\2739';
    color: green;
    font-size: 25px;
}

span[class~=not-empty]:before {
    content: '*';
    color: red;
}


.meta-body .ew-tree-table-group {
    width: 100%;
    overflow: hidden;
}

.meta-filter > .layui-row > div {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    /*font-weight:bold;*/
}

.layui-container > .layui-row {
    /*padding-top: 16px;*/
    /*margin-bottom:10px;*/
    /*line-height:30px;*/
    display: flex;
    align-items: center;
}


.meta-container > .meta-content {
    height: 100%
}

    .meta-container > .meta-content > .layui-tab {
        height: 100%
    }

        .meta-container > .meta-content > .layui-tab > .layui-tab-content {
            padding: 0;
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
        }

            .meta-container > .meta-content > .layui-tab > .layui-tab-content > .layui-tab-item {
                height: 100%
            }

.meta-container-child > .meta-root[class~=home] {
    top: 0;
    left: 0;
}

.meta-version-input .layui-form-select {
    width: 100%;
}

.meta-version-input {
    width: 100%;
}

.meta-root .layui-tab-item > .layui-row {
    padding-right: 20px;
}

.layui-row > .caption > span {
    max-width: 100px;
    display: inline-block;
    padding-right: 4px;
    padding-left: 12px;
}


.topnav {
    display: flex;
    height: 100%;
    align-items: center;
}
.topnav-left {
    width: 250px;
    height: 100%;
    background: #0077b3;
}

.nave-sam {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.basic-static-sam-flex {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    height: 50px;
}

.basic-static-sam {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.editInterface {
    margin-bottom: 5px;
    justify-content: flex-end;
    position: absolute;
    bottom: 24px;
    right: 0px;
}

.searchButton {
    display: flex;
    width: 30%;
    align-items: center;
}

.multiInput {
    display: flex;
    width: 96%;
    align-items: center;
    flex-wrap: wrap;
    margin-top: px;
    margin-left: -50px;
}

.multiInput2 {
    display: flex;
    width: 96%;
    align-items: center;
    flex-wrap: wrap;
}

.flex-sam {
    display: flex;
    align-items: center;
}

.flex-sam2 {
    display: flex;
    align-items: center;
    /*margin-left:16px;*/
    /*margin-top:16px;*/
    width: 20%;
}

.table-title-sam {
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #61636f;
}

.width-full {
    width: 100%;
}

.message-panel {
    padding: 5px 5px;
    background-color: #e6e6e6;
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    width: 100%;
    visibility: hidden;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

    .message-panel span:nth-child(1) {
        font-size: 20px;
        font-family: '΢���ź�';
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .message-panel span:nth-child(2) {
        font-size: 18px;
        font-family: '΢���ź�';
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 16px;
        word-break: break-word
    }

    .message-panel span[class~=message-error] {
        color: red;
    }

    .message-panel span[class~=message-information] {
        color: green;
    }

.scroller-sam::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

.scroller-sam::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
}

.scroller-sam::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: #707077;
}

.center-sam {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 8px;
}

.padding-sam {
    padding-right: 8px;
}

.meta-parent-title {
    margin-top: 8px;
    margin-left: 20px;
    color: #939393;
}

.searchButton2 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    margin: 10px 0 10px -36px;
}

.table-title2 {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #61636f;
}

.tool-nav2 {
    width: 100%;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
    /* margin-left: 42px;
    box-sizing: border-box; */
}

.layui-btn-primary2 {
    background-color: rgba(0,0,0,0);
    color: #0077B3;
    width: 6%;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 2px solid #0077b3;
    text-align: center;
}

    .layui-btn-primary2:hover {
        background-color: rgba(59,134,255,0.4);
    }

    .layui-btn-primary2:active {
        background-color:rgba(59,134,255,0.4);
    }

.meta-parent-title span:nth-child(2):before {
    content: ">";
    color: #939393;
    margin-right: 8px;
}

.meta-parent-title span:nth-child(1) {
    margin-right: 4px;
}
/*#pnlContent{overflow-y:auto;}*/
.meta-content-tree {
    overflow-y: auto;
}

.footer-button {
    padding-bottom: 60px;
}


.layui-table[lay-even] tr:nth-child(even) {
    background-color: #F7FBFC;
}

.ew-tree-table-box .layui-table-event-tr {
    background-color: #F5F5F5 ;
}

.layui-table tbody .layui-table-active-tr {
    background-color: #EBF2F5 !important;
}

.layui-table tbody tr:hover {
    background-color: #EBF2F5 !important;
}

@media screen and (max-width:1366px) {
    .caption {
        font-size: 12px;
    }

    .layui-container > .layui-row {
        padding-top: 5px;
    }

    .searchButton {
        width: 40%;
        margin-top: 16px;
    }

    .flex-sam2 {
        width: 20%;
    }

    .flex-sam {
        width: auto;
    }

    .layui-btn-primary {
        width: auto;
        height: 30px;
        line-height: 30px;
    }

    .meta-tool > button {
        min-height: 30px;
        margin-top: 0px;
        margin-right: 5px;
    }

    .layui-form {
        width: 100%;
        background-color: #F7F9FA;
    }
    /*.layui-input{width:100%;}*/
    .label-width {
        width: 100%;
    }

    .multiInput {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .table-title {
        width: 90%;
    }

    .meta-header .meta-tool > button > span {
        font-size: 12px;
    }

    .meta-header .meta-tool > button > img {
        height: 14px;
        width: 14px;
    }

    .tool-nav-sam .tool-nav > button > span {
        font-size: 12px;
    }

    .image-button > img {
        height: 14px !important;
    }

    .lineTop {
        margin-top: 16px;
    }

    .form-margin {
        margin-left: 110px;
    }

    .meta-filter > .layui-row > * {
        margin-top: 0px;
    }

    .layui-table-cell {
        height: 18px;
        line-height: 18px;
    }

    .layui-btn-xs {
        height: 16px;
        line-height: 16px;
    }

    .layui-btn-image > img {
        width: 14px;
    }

    .layui-table img {
        width: 14px;
    }

    .layui-form-switch i {
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .layui-form-switch {
        width: 16px;
        height: 16px;
    }

        .layui-form-switch em {
            top: -2px;
        }

    .layui-row > div > .layui-form-switch {
        top: 0px;
    }

    .meta-input {
        height: 26px;
    }

    .layui-table th, .layui-table td {
        min-height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
}

@media screen and (max-width:1280px) {

    .caption {
        font-size: 12px;
    }

    .layui-container > .layui-row {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .searchButton {
        width: 40%;
        margin-top: 16px;
    }

    .flex-sam2 {
        width: 20%;
    }

    .flex-sam {
        width: auto;
    }

    .layui-btn-primary {
        width: auto;
        height: 32px;
        line-height: 32px;
    }

    .meta-tool > button {
        min-height: 25px;
        min-width: 56px;
        margin-top: 0px;
    }

    .layui-form {
        width: 100%;
        background-color: #F7F9FA;
    }
    /*.layui-input{width:100%;}*/
    .label-width {
        width: 100%;
    }

    .multiInput {
        margin-top: 8px;
    }

    .table-title {
        width: 30%;
    }

    .meta-header .meta-tool > button > span {
        font-size: 12px;
        margin-left: 2px;
    }

    .meta-header .meta-tool > button > img {
        height: 14px;
        width: 14px;
    }

    .tool-nav-sam .tool-nav > button > span {
        font-size: 12px;
    }

    .image-button > img {
        height: 14px !important;
    }

    button[class~=meta-button], .meta-footer .meta-button > button, .normal-button {
        min-height: 32px;
        min-width: 100px;
        font-size: 12px;
    }

        .meta-footer .meta-button > button > span, .normal-button > span {
            font-size: 12px;
            margin-left: 0px;
        }

    .layui-form-select .layui-input, .layui-border-box, .layui-border-box * {
        font-size: 12px;
    }

    .layui-row {
        margin-bottom: 0px;
    }

    .meta-filter .layui-row *, .meta-field .layui-row *,
    .lineTop {
        margin-top: 16px;
    }

    .meta-filter > .layui-row > * {
        margin-top: 0px;
    }

    .layui-table-cell {
        height: 18px;
        line-height: 18px;
    }

    .layui-btn-xs {
        height: 16px;
        line-height: 16px;
    }

    .layui-btn-image > img {
        width: 14px;
    }

    .layui-table img {
        width: 14px;
    }

    .layui-form-switch i {
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .layui-form-switch {
        width: 16px;
        height: 16px;
    }

        .layui-form-switch em {
            top: -2px;
        }

    .layui-row > div > .layui-form-switch {
        top: 0px;
    }

    .meta-input {
        height: 26px;
    }

    .layui-table th, .layui-table td {
        min-height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
}

.layui-form-radioed > i, .layui-form-radio > i:hover {
    color: #3b86ff;
}

.window-seal {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    display: none;
}

    .window-seal > .window-seal-container {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        .window-seal > .window-seal-container > .window-seal-text {
            background-image: url(/images/WindowSealBackground.png);
            background-repeat: no-repeat;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            overflow: hidden;
            margin: 0;
        }

            .window-seal > .window-seal-container > .window-seal-text > span {
                font-size: 30px;
                color: red;
                font-weight: bold;
            }



.board-header {
    height: 82px;
    /*background-image: url(/Images/board_header.png);
    background-size: 100%;
    background-repeat: no-repeat;*/
    width: 100%;
    padding: 0;
    margin: 0;
}

    .board-header > .board-header-img {
        height: 82px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .board-header > .board-header-content {
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        flex-direction: row;
        position: absolute;
        top: 0;
        left: 0;
        height: 82px;
        right: 0;
    }

        .board-header > .board-header-content > .board-header-customer-logo,
        .board-header > .board-header-content > .board-header-logo > .board-header-logo-logo,
        .board-header > .board-header-content > .board-header-logo > .board-header-logo-timer {
            display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
            display: -moz-box; /* Firefox 17- */
            display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
            display: -moz-flex; /* Firefox 18+ */
            display: -ms-flexbox; /* IE 10 */
            display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
            flex-direction: row;
            justify-content: flex-end;
            margin-right: 15px;
        }

        .board-header > .board-header-content > div:nth-child(1) {
            justify-content: flex-start;
            margin-right: 0px;
            margin-left: 15px;
        }

        .board-header > .board-header-content > .board-header-customer-logo, .board-header > .board-header-content > .board-header-logo {
            width: 300px;
        }

            .board-header > .board-header-content > .board-header-customer-logo > img, .board-header > .board-header-content > .board-header-logo > .board-header-logo-logo > img {
                height: 40px;
            }

            .board-header > .board-header-content > .board-header-logo > .board-header-logo-timer > span {
                font-family: 'Microsoft YaHei UI';
                font-size: 18px;
                font-weight: bold;
                color: white;
                margin-top: 5px;
            }

        .board-header > .board-header-content > .board-header-title {
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            text-align: center;
            font-family: 'Microsoft YaHei UI';
            font-size: 32px;
            font-weight: bold;
            color: white;
            text-align: center;
            width: auto;
            margin-left: 70px;
            margin-top: 10px;
            white-space: nowrap;
        }

.board-header-customer-logo > img {
    height: 30px;
    margin-top: 40px;
}

.board-header-logo-logo > img {
    margin-top: 40px;
    height: 30px;
}

.board-header-logo > .board-header-logo-timer {
    margin-top: 4px;
}

    .board-header-logo > .board-header-logo-timer + .board-header-logo-logo > img {
        margin-top: 6px;
    }


.board-notice {
    font-family: 'Microsoft YaHei UI';
    font-size: 32px;
    font-weight: bold;
    color: red;
    margin-top: 5px;
}

.board-container {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
}

.board-container-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
}

    .board-container .board-column {
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        margin: 5px;
    }

        .board-container .board-column > * {
            display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
            display: -moz-box; /* Firefox 17- */
            display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
            display: -moz-flex; /* Firefox 18+ */
            display: -ms-flexbox; /* IE 10 */
            display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
            display: -moz-box; /* Firefox 17- */
            display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
            display: -moz-flex; /* Firefox 18+ */
            display: -ms-flexbox; /* IE 10 */
            display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        }

    .board-container .board-cell {
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        background-color: rgba(0,0,0,0.4);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden;
        margin: 5px;
    }

        .board-container .board-cell > .board-cell-header {
            height: 40px;
            background-image: url(/Images/board_cell_header.png);
            background-position: left;
            background-position-y: center;
            background-position-x: 10px;
            background-repeat: no-repeat;
            background-color: rgba(0,0,0,0.5);
            color: rgb(40,150,250);
            font-size: 20px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 40px;
            font-family: 'Microsoft YaHei';
        }

        .board-container .board-cell > .board-cell-body {
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            overflow: hidden;
        }

.layui-row {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-wrap: wrap;
}

.layui-table td {
    padding: 5px 15px;
}

/* .layui-laypage input {
    height: 18px !important;
    font-size: 5px;
}

.layui-laypage a, .layui-laypage span, .layui-laypage button {
    height: 18px !important;
    line-height: 18px !important;
    font-size: 5px;
    margin: 0 0 0 0;
} */

.layui-table-view {
    margin: 0px 10px 0 10px;
}

.mouse-hover:hover {
    cursor: pointer;
    background-color: gainsboro;
}

.layui-select-disabled .layui-disabled {
    border-color: #61636f73 !important;
    color: #4d4f5c !important;
}

.layui-disabled, .layui-disabled:hover {
    color: #4d4f5c !important;
}

.layui-tab-title {
    height: 25px;
    margin-top: 5px;
}

    .layui-tab-title .layui-this:after {
        height: 25px;
    }

    .layui-tab-title li {
        line-height: unset
    }

.ew-tree-table-cell > .ew-tree-table-cell-content {
    padding: 0px 15px !important;
}

.layui-btn-link-cell-text{
	vertical-align:middle;
}

table[class~=table-default-border],table[class~=table-default-border] tr th, table[class~=table-default-border] tr td { border:1px solid #0094ff; }

.layui-nav-tree .layui-nav-item {
    display: block;
    width: 95%;
    line-height: 45px;
    margin-left: 5%;
    background: #0077b3;
    margin-bottom: 4px;
}
.isNavSel a {
    /* background: #fff !important; */
    /* color: #0077B3 !important; */
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #2996CC !important;
    color:  #fff !important;
}

.isNavSel a .layui-nav-more {
    border-bottom-color:  #0077B3;
}

.noBg a {
    background-color: #0077b3 !important;
    color: #fff !important;
}

.noBg a .layui-nav-more {
    border-bottom-color:  #fff;
}

.new-style .dtree {
    padding-left: 0 !important;
}
.new-style .dtree-nav-item {
    line-height: 45px;
    padding-left: 0;
}
.new-style .dtree .dtree-nav-item  .dtree-icon-null{
    margin-left: 5%;
    margin-right: 15px;
}
.new-style .dtree .dtree-nav-item .dtree-icon-xiangyou {
    margin-left: 13%;
    margin-right: 4px;
}
.new-style .dtree .dtree-nav-this .dtree-icon-xiangyou {
    color: #0077b3 !important;
}

.new-style .dtree .dtree-nav-item .dtree-icon-xiangxia1 {
    margin-left: 13%;
    margin-right: 4px;
    color: #0077b3 !important;
}
.new-style .dtree-nav-show {
    background-color: #0077b3 !important;
}
.new-style .dtree .dtree-nav-item .colorW {
    color: #fff !important;
}
.dtree-nav-div:hover cite {
    opacity: 10;
}
.navClick a:hover {
    background: #2996CC !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.isNavSel a:hover {
    /* background: #fff !important; */
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

/*����ʽ dTree */
.dtree-theme-item-this:hover {
    /* border: 1px solid #79acff !important;
    background-color: white !important;
    color:  #0077b3 !important; */
}
.hidden-icon {
    display: inline-block;
    color: #fff;
    padding-top: 8px;
}
.img-tab-content {
    width: 100%;
    height: 100%;
}

.button3{
    margin-left: 10px;
    background-color: #0077b3; 
    color: #fff; 
    border: none;
    display: block;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 5px;
}
.tooltiptext{
    visibility: hidden;
    /* width: 50px; */
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
    box-sizing: border-box;
    /* 定位 */
    position: absolute;
    z-index: 1;
}
.layui-btn:hover .tooltiptext{
    visibility: visible;
}

.sortUl {
    position: absolute;
     top: 5px;
     right: 0;
     z-index: 900;
    width: 110px;
}
.sortIcon {
    position: absolute;
    right: 20px;
    top: 2px;
    width: 30px;
}
.showUl {
    margin-top: 25px;
    border: 1px solid #d9d9d9;
    display: none;
}
.sortUl li {
     position: relative;
    width: 100%;
    height: 26px;
     line-height: 26px;
     padding-left: 26px;
     border-bottom: 1px solid #d9d9d9;
     background: #fff;
    font-size: 12px;
     box-sizing: border-box;
}
 .selItem {
     position: absolute;
     top: 7px;
     left: 10px;
 }
 .sortBtn {
     height: 35px;
    display: flex;
    display: flex:;
    align-items: center;
    justify-content: center;
    background: #fff;
 }
 .sortBtn a {
     flex: 1;
 }
 .sortBtn a:last-child {
     color: #0077B3;
 }

