/* #menu {
    margin-top: 60px;
}

#menu .tree-node .tree-hit {
    display: none;
}

#menu .tree-node {
    height: 38px;
    line-height: 38px;
    position: relative;
    white-space: nowrap;
    background-color: rgb(25, 34, 45);
    color: #a7b1c2
}

#menu li {
    position: relative;
}

#menu li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
}

#menu li ul {
    width: 150px;
}

#menu li ul .tree-node {
    color: #333;
    background-color: #ccc;
}

#menu .tree-node-hover {
    color: #00B8E5;
    background: #242F3C;
}
#menu li ul .tree-node-hover{
    color: #00B8E5;
    background: #ccc;
}
.panel-body {
    border: 0;
}

#tree .tree-node-selected {
    background: #00B8E5;
    color: #fff;
}

#menu .tree-node-selected {
    color: #00B8E5;
    background-color: #242F3C;
}

#menu .tree-title {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 38px;
    height: 38px;
}

#menu .tree-icon {
    margin: 0 7px 0 24px;
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    overflow: hidden;
    background: 0;
}

#menu .tree-file {
    display: none;
} */

a {
    color: #777;
}

.layout-split-west {
    border-right: 5px solid #f2f2f2;
    box-shadow: 0 0 5px 0 rgba(2, 2, 2, 0.1);
}

.accordion .accordion-header {
    /* 折叠状态 */
    background-color: #f6f6f6;
    padding: 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.accordion .accordion-header .panel-title {
    color: #777;
    font-weight: bold;
}

.accordion .accordion-header-selected {
    /* 展开状态 */
    padding: 0 20px;
    overflow: hidden;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

.accordion .accordion-header-selected {
    color: #777;
    font-weight: bold;
}

.accordion .accordion-body {
    padding: 10px 10px 10px 0 !important;
}

.datagrid-toolbar {
    border-top: 0;
}

.datagrid-body td[field='so_id'] a {
    display: inline-block;
    color: #777;
    /* border: 1px solid #777; */
    border-radius: 3px;
    padding: 3px 7px;
}


/* .datagrid-body td[field='so_id'] a:hover {
    color: #00B8E5;
    border: 1px solid #00B8E5;
} */


/* 弹框内容 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /* zoom: 1; 就是IE6清除浮动的方式，* IE7一下版本识别 */
}


/* 单选框 */

.datagrid-form-component .radio-right {
    float: right;
    width: 198px;
}

.radio-right>span {
    display: inline-block;
    width: 80px;
}

.radio-right input {
    display: none;
}

.radio-right .radio-icon {
    background: url(images/circle.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 17px;
    vertical-align: middle;
    display: inline-block;
}

.radio-right input:checked+.radio-icon {
    background: url(images/solidCircle.png) no-repeat;
}

.radio-text {
    font-size: 14px;
    color: #777;
    cursor: pointer;
}

.datagrid-form-textarea {
    width: 590px;
}

.datagrid-form-textarea textarea {
    width: 508px;
    height: 36px;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    resize: none;
}


/* 复选框 */

.datagrid-form-role {
    width: 590px;
    height: auto;
}

.datagrid-form-role .check-right {
    float: right;
    width: 508px;
}

.check-right>span {
    display: inline-block;
    min-width: 80px;
    margin-right: 10px;
}

.check-right input {
    display: none;
}

.check-right .check-icon {
    /*background: url(img/circle.png) no-repeat;*/
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    width: 15px;
    height: 17px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.check-right input:checked+.check-icon {
    background: url(images/tick.png) no-repeat -24px center;
}

.check-text {
    font-size: 14px;
    color: #777;
    cursor: pointer;
}


/* 弹框下的按钮 */

.window-button {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #E0E2E3;
    background: #F8F8F8;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.window-button input[type="submit"] {
    width: 108px;
    height: 38px;
    background-color: #00b8e5;
    color: #fff;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.window-button input[type="submit"]:hover {
    background-color: rgb(44, 203, 243);
}

.window-button input[type="reset"] {
    width: 108px;
    height: 38px;
    background-color: #fff;
    color: #00b8e5;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    cursor: pointer;
}

.window-button input[type="reset"]:hover {
    border: 1px solid rgb(44, 203, 243);
}


/* easyui */

.panel-body {
    overflow: auto;
    box-sizing: border-box;
}


/* .datagrid-form-main {
    margin: 50px 86px;
} */


/* 弹框下的按钮 */

.window-button {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #E0E2E3;
    background: #F8F8F8;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.window-button input[type="submit"] {
    width: 108px;
    height: 38px;
    background-color: #00b8e5;
    color: #fff;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.window-button input[type="submit"]:hover {
    background-color: rgb(44, 203, 243);
}

.window-button input[type="reset"] {
    width: 108px;
    height: 38px;
    background-color: #fff;
    color: #00b8e5;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    cursor: pointer;
}

.window-button input[type="reset"]:hover {
    border: 1px solid rgb(44, 203, 243);
}


/* easyui */

.panel-body {
    overflow: auto;
    box-sizing: border-box;
}

.layout-split-west {
    border-right: 5px solid #f2f2f2;
    box-shadow: 0 0 5px 0 rgba(2, 2, 2, 0.1);
}

.accordion .accordion-header {
    /* 折叠状态 */
    background-color: #f6f6f6;
    padding: 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.accordion .accordion-header .panel-title {
    color: #777;
    font-weight: bold;
}

.accordion .accordion-header-selected {
    /* 展开状态 */
    padding: 0 20px;
    overflow: hidden;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

.accordion .accordion-header-selected {
    color: #777;
    font-weight: bold;
}

.accordion .accordion-body {
    padding: 10px 10px 10px 0 !important;
}

.layout-panel-center {
    border: 0;
    /* box-shadow: 0 0 5px 0 rgba(2, 2, 2, 0.1); */
}

.datagrid-toolbar {
    border-top: 0;
}

.datagrid-body td[field='su_id'] a {
    display: inline-block;
    color: #777;
    border: 1px solid #777;
    border-radius: 3px;
    padding: 3px 7px;
}

.datagrid-body td[field='su_id'] a:hover {
    color: #00B8E5;
    border: 1px solid #00B8E5;
}

#menu .tree-node .tree-collapsed {
    float: right;
    background: url(images/downw.png) no-repeat 0px 0px;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    background-size: 18px;
}

#menu .tree-node-selected .tree-expanded {
    float: right;
    background: url(images/up.png) no-repeat 0px 0px;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    background-size: 18px;
}

#menu .tree-node {
    height: 38px;
    line-height: 38px;
    position: relative;
    white-space: nowrap;
    background-color: rgb(25, 34, 45);
    color: #a7b1c2
}

#menu .tree-node-hover {
    color: #00B8E5;
    background: #242F3C;
}

.panel-body {
    border: 0;
}

#tree .tree-node-selected {
    background: #00B8E5;
    color: #fff;
}

#menu .tree-node-selected {
    color: #00B8E5;
    background-color: #242F3C;
}

#menu .tree-title {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 38px;
    height: 38px;
}

#menu .tree-icon {
    margin: 0 7px 0 24px;
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    overflow: hidden;
    background: 0;
}

.tabs {
    list-style-type: none;
    height: 54px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    font-size: 12px;
    width: 100%;
    border: 0px;
}

.tabs-panels {
    border: 0;
}

.tabs-wrap {
    margin-left: 0px;
    margin-right: 86px;
    left: 0px;
    width: 578px;
    height: 54px;
    position: relative;
    left: 0px;
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tabs li {
    float: left;
    display: inline-block;
    margin: 0px 1px;
    margin-right: 4px;
    margin-bottom: -1px;
    padding: 0;
    position: relative;
    border: 0px;
    border-radius: 0;
}

.tabs-header {
    height: 54px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e1e2e3;
    border: 1px solid #e1e2e3;
    background: white;
    padding-top: 0px;
}

.tabs li.tabs-selected a.tabs-inner {
    display: inline-block;
    text-decoration: none;
    color: #777777;
    margin: 0px;
    padding: 0px 20px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    white-space: nowrap;
    background: 0px;
}

.tabs li.tabs-selected {
    background: #F6F6F6;
    border: 0px;
}

.tabs-with-icon {
    padding-left: 18px;
}

.tabs-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 16px;
    top: 27px;
}

.icon-home {
    background: url(images/home.png) no-repeat;
}

.tabs li a.tabs-inner {
    display: inline-block;
    text-decoration: none;
    color: #777777;
    margin: 0px;
    padding: 0px 20px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    white-space: nowrap;
    background: 0;
    border: 0;
}

.tabs li a.tabs-inner:hover {
    color: #777777;
    background: #F6F6F6;
}

.tabs-closable {
    padding-right: 8px;
}

.tabs li a.tabs-close {
    position: absolute;
    font-size: 1px;
    display: block;
    padding: 0px;
    width: 20px;
    height: 20px;
    top: 23px;
    right: 1px;
    opacity: 0.6;
    background: url(images/tabs_close.png) no-repeat 3px;
}

.tabs-header .tabs-tool {
    border-left: 1px solid #e1e2e3;
    padding-left: 10px;
    /* border: 0px; */
    height: 54px;
    line-height: 54px;
    position: absolute;
    background: #ffffff;
    overflow: hidden;
    top: 0px;
}

.tabs-tool {
    border: 0px;
    padding: 1px;
}

.tabs-header .tabs-tool a.l-btn {
    margin: 10px 5px 0 0;
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #777;
    padding: 0;
    border: 1px solid #e1e2e3;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    outline: none;
}

.icon-drop {
    background: url(images/nonono.png) no-repeat;
    background-size: 12px;
}

a.l-btn span span span.l-btn-empty {
    margin-left: 4px;
    margin-top: 5px;
    width: 12px;
}

.datagrid-toolbar {
    height: 43px;
    padding-top: 15px;
    /* line-height: 58px; */
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
}

a.l-btn {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #777;
    /* background: url(images/button_a_bg.gif) no-repeat top right; */
    margin: 0 0 0 16px;
    padding: 0px 10px;
    border: 1px solid #e1e2e3;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    padding-right: 18px;
    cursor: pointer;
    outline: none;
}

a:hover.l-btn-plain {
    border: 1px solid #00B8E5;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background: 0;
    color: #777;
    padding: 0px 10px;
    padding-right: 18px;
}

a.l-btn span span.l-btn-text {
    height: 12px;
    line-height: 12px;
}

.icon-reload {
    background: url(images/reload.png) no-repeat center center;
    background-size: 14px;
}

.icon-add {
    background: url(images/add.png) no-repeat center center;
}

.icon-remove {
    background: url(images/remove.png) no-repeat center center;
    background-size: 16px;
}

.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
    height: 43px;
}

.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
    height: 53px;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
    border: 0;
}

.datagrid-wrap {
    border: 1px solid #e0e2e3;
}

.datagrid-header-row,
.datagrid-row {
    height: 36px;
}

.datagrid-header {
    border: 0;
    color: #1F2D3D;
}

.datagrid-cell {
    color: #393939;
}

.datagrid-header-over {
    background: #f2f2f2 !important;
}

.datagrid-td-rownumber {
    background: none;
}

.datagrid-header-inner {
    background: #eee;
}

.datagrid-row-alt {
    background: #f3f3f3;
}

.datagrid-body table tbody .datagrid-row-selected {
    background: #ccc !important;
}

.datagrid-row-over {
    background: #e0e2e3 !important;
}

.icon-cancel {
    background: url(images/tabs_close.png) no-repeat;
    background-size: 14px;
}

.datagrid-view .datagrid-body table td[field='id'] .datagrid-cell a,
.datagrid-view .datagrid-body table td[field='sr_id'] .datagrid-cell a,
.datagrid-view .datagrid-body table td[field='ruleId'] .datagrid-cell a {
    display: inline-block;
    color: #777;
    /* color: #777;
    border: 1px solid #777; */
    border-radius: 3px;
    padding: 3px 7px;
}

.datagrid-view .datagrid-body table td[field='id'] .datagrid-cell a:hover,
.datagrid-view .datagrid-body table td[field='sr_id'] .datagrid-cell a:hover,
.datagrid-view .datagrid-body table td[field='ruleId'] .datagrid-cell a:hover {
    color: #00b8e5;
}

.dataGrid {
    border: 0;
}

.datagrid .datagrid-pager {
    background: #fff;
    width: 100%;
    height: 56px;
    line-height: 56px;
    /* position: fixed;
    bottom: 0; */
    color: #B6B6B6;
}

.pagination table {
    height: 56px;
    line-height: 56px;
}

.pagination-info {
    height: 56px;
    line-height: 56px;
    /* padding-right: 45px; */
}

.pagination-btn-separator {
    margin: 0;
    padding: 0;
    border: 0;
}

.datagrid-pager a.l-btn {
    border: 0;
    padding: 0px;
    margin: 0;
    height: 26px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}

.pagination-first {
    background: url(./images/pagination_first.gif) no-repeat
}

.pagination-prev {
    background: url(./images/pagination_prev.gif) no-repeat
}

.pagination-next {
    background: url(./images/pagination_next.gif) no-repeat
}

.pagination-last {
    background: url(./images/pagination_last.gif) no-repeat
}

.pagination-load {
    background: url(./images/reload.png) no-repeat center 68%;
    background-size: 15px;
}

.pagination-page-list,
.pagination .pagination-num {
    border-color: #ccc;
    background: 0;
    text-align: center;
}

.panel window {
    display: none;
    width: 700px;
    left: 510px;
    top: 19px;
    z-index: 9008;
    cursor: default;
}

.window {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.window .window-header {
    background: #F8F8F8;
    line-height: 44px;
    border: 0;
    font-size: 14px;
    color: #323232;
    padding: 0;
    text-indent: 17px;
    height: 44px;
}

.window .panel-header {
    /* display: none !important */
}

.panel-title {
    line-height: 44px;
    color: #666;
    font-size: 14px;
    height: 44px;
    font-weight: bold;
}

.dialog-button {
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #E0E2E3;
    background: #F8F8F8;
    padding: 0;
    height: 60px;
}

.dialog-button .l-btn:first-child span {
    text-align: center;
    line-height: 38px;
    padding: 0;
    height: 38px;
}

.dialog-button .l-btn:last-child span {
    line-height: 38px;
    padding: 0;
    height: 38px;
}

.dialog-button .l-btn:last-child {
    width: 108px;
    height: 38px;
    background: #fff;
    border-radius: 6px;
    color: black;
    border: 1px solid #ccc;
    cursor: pointer;
    float: none;
    padding: 0;
}

.dialog-button .l-btn:first-child {
    width: 108px;
    height: 38px;
    background: #00B8E5;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #00B8E5;
    cursor: pointer;
    float: none;
    padding: 0;
}

a.l-btn span.l-btn-left {
    background: 0;
}

.window {
    background: #fff;
    border-radius: 3px;
}

.window .window-body {
    border: 0;
}

a.l-btn {
    background: 0;
}

a.l-btn span span.l-btn-text {
    border: none;
    outline: none;
}

.messager-button a.l-btn {
    padding: 0 15px 0 0;
}

.messager-error {
    background: url(./images/2.png) no-repeat;
    margin: 31px 0 31px 28px;
}

.messager-info {
    background: url(./images/3.png) no-repeat;
    margin: 31px 0 31px 28px;
}

.messager-question {
    background: url(./images/3.png) no-repeat;
    margin: 31px 0 31px 28px;
}

.messager-warning {
    background: url(./images/3.png) no-repeat;
    margin: 31px 0 31px 28px;
}

.panel-tool-close {
    background: url(./images/remove1.png) no-repeat 5px;
}

.panel-tool .panel-tool-max {
    background: none;
    display: none;
}

#menu .tree-expanded {
    float: right;
    background: url(images/up.png) no-repeat 0px 0px;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    background-size: 18px;
}

.messager-body {
    padding: 0;
    height: 152px;
}

.messager-button {
    padding: 0;
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
}

.messager-body div:nth-child(2) {
    float: left;
    margin-left: 28px;
    margin-top: 36.5px;
}

.messager-icon {
    width: 30px;
    height: 30px;
}

.panel-tool a:hover {
    background-color: #f8f8f8;
}

.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
    background-color: #f8f8f8;
}

.messager-button a:first-child {
    border: 1px solid #00B8E5;
    background: #00B8E5;
    color: #fff;
    margin-top: 17px;
}

.panel-tool a {
    padding: 0px;
    width: 20px;
    height: 20px;
    right: 5px;
    opacity: 0.6;
}


/* 机构树 */


/* 一级目录 */

.icon-organization {
    background: url('./images/icon-organization.png') no-repeat;
    background-size: 16px;
}


/* 二级目录 */

.icon-store {
    background: url('./images/icon-store.png') no-repeat;
    background-size: 16px;
}


/* 三级目录 */

.icon-department {
    background: url('./images/icon-department.png') no-repeat;
    background-size: 16px;
}


/* 保存按钮 */

.save_btn {
    width: 108px;
    height: 38px;
    background: #00B8E5;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #00B8E5;
    cursor: pointer;
    float: none;
    padding: 0
}

.combo-arrow {
    background-color: none;
    background: url(./images/select.png) no-repeat scroll 95% center transparent;
}

.combo .combo-text {
    padding: 0;
}

.combo-arrow {
    width: 14px;
}

.combo-panel {
    width: 198px;
    padding: 5px;
    box-sizing: border-box;
    height: auto !important;
}

.tree-folder-open {
    display: none;
}

.tree-folder {
    display: none;
}

.tree-file {
    display: none;
}

.tree-node-selected {
    background: #ccc;
}

.datagrid-button-content .button:first-child {
    border: none;
}

.pagination .pagination-num {
    padding: 0;
}

.btnBox {
    position: absolute;
    top: 260px;
    padding-left: 35%;
}

.combo {
    height: 34px!important;
    color: #333;
    text-indent: 11px;
    line-height: 36px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}

.combo-text {
    width: 163px!important;
}

.show {
    display: none
}

.window .window-header .panel-tool {
    right: 5px;
}

.span-required {
    width: 10px;
    display: inline-block;
    color: #ff0000;
}

.datagrid-body td[field='su_id'] a {
    border: none !important;
}

.datagrid-body td[field='su_id'] a:hover {
    border: none !important;
}

#searchBtn {
    width: 108px;
    height: 38px;
    background-color: #00b8e5;
    color: #fff;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    text-indent: 0 !important;
}

#reloadBtn {
    width: 108px;
    height: 38px;
    background-color: #fff;
    color: #00b8e5;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    cursor: pointer;
    text-indent: 0 !important;
}

#resetBtn {
    width: 108px;
    height: 38px;
    background-color: #fff;
    color: #00b8e5;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    cursor: pointer;
    text-indent: 0 !important;
}

a {
    color: #00b8e5;
}

.datagrid-header-rownumber,
.datagrid-cell-rownumber {
    display: none
}


/* 
.layout-split-west {
    width: 660px !important;
} */

.validatebox-invalid {
    background: none;
}

.window-button {
    text-align: center;
}

.allcontent {
    width: 665px;
    margin: auto;
    margin-top: 15px;
}

.passcontent {
    width: 325px;
    margin: auto;
    margin-top: 50px;
}

s