@font-face {
    font-family: anticon;
    font-display: fallback;
    src: url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.eot");
    src: url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.woff") format("woff"), url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.ttf") format("truetype"), url("https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.svg#iconfont") format("svg")
}

@font-face {
    font-family: IconFont;
    src: url("//at.alicdn.com/t/font_135284_ph2thxxbzgf.eot");
    src: url("//at.alicdn.com/t/font_135284_ph2thxxbzgf.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_135284_ph2thxxbzgf.woff") format("woff"), url("//at.alicdn.com/t/font_135284_ph2thxxbzgf.ttf") format("truetype"), url("//at.alicdn.com/t/font_135284_ph2thxxbzgf.svg#IconFont") format("svg")
}

.iconfont {
    font-family: IconFont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.auto-judge:hover .editable-title,
.node-wrap-box:hover .editable-title {
    border-bottom: 1px dashed #fff
}

.auto-judge:hover .editable-title.editing,
.node-wrap-box:hover .editable-title.editing {
    text-decoration: none;
    border: 1px solid #d9d9d9
}

.auto-judge:hover .editable-title {
    border-color: #15bc83
}

.anticon {
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.anticon:before {
    display: block;
    font-family: anticon !important
}

.anticon-close:before {
    content: "\E633"
}

.anticon-right:before {
    content: "\E61F"
}

.anticon-exclamation-circle:before {
    content: "\E62C"
}

.anticon-left:before {
    content: "\E620"
}

.anticon-close-circle:before {
    content: "\E62E"
}

.box-scale {
    transform: scale(1);
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    min-width: min-content;
    background-color: rgb(245, 245, 247);
    transform-origin: 0px 0px 0px;
    padding: 54.5px 0px;
}

.node-wrap {
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    position: relative;
    padding: 0;
}

.node-wrap p {
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    font: inherit;
}

.node-wrap .staff-text {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
}

.start-node.node-wrap-box .content .text {
    display: block;
    white-space: nowrap
}

.node-wrap-box {
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    width: 220px;
    min-height: 72px;
    flex-shrink: 0;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}

.node-wrap-box:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    border-style: solid;
    border-width: 8px 6px 4px;
    border-color: #cacaca transparent transparent;
    background: #f5f5f7
}

.node-wrap-box.start-node:before {
    content: none
}

.node-wrap-box .approver {
    background: rgb(255, 148, 62) !important;
}

.node-wrap-box .notifier {
    background: #3296fa !important
}

.add-node-popover {
    min-height: 160px
}

.add-node-popover-header {
    position: relative;
    margin-bottom: 15px
}

.add-node-popover-close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    color: rgba(0, 0, 0, .25)
}

.add-node-popover-body {
    display: flex
}

.add-node-popover-item {
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    flex: 1;
    color: #191f25 !important
}

.add-node-popover-item .item-wrapper {
    user-select: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.add-node-popover-item .iconfont {
    font-size: 20px;
    line-height: 30px
}

.add-node-popover-item.approver .item-wrapper {
    color: #ff943e
}

.add-node-popover-item.notifier .item-wrapper {
    color: #3296fa
}

.add-node-popover-item.condition .item-wrapper {
    color: #15bc83
}

.add-node-popover-item.auto .item-wrapper {
    color: #1059fb
}

.add-node-popover-item:hover .item-wrapper {
    background: #3296fa;
    box-shadow: 0 10px 20px 0 rgba(50, 150, 250, .4)
}

.add-node-popover-item:hover .iconfont {
    color: #fff
}

.add-node-popover-item:active .item-wrapper {
    box-shadow: none;
    background: #eaeaea
}

.add-node-popover-item:active .iconfont {
    color: inherit
}

.node-wrap-box .title {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 30px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: left;
    background: rgb(87, 106, 149);
    border-radius: 4px 4px 0px 0px;
}

.node-wrap-box .content {
    position: relative;
    font-size: 14px;
    padding: 8px 30px 35px 16px;
    min-height: 60px;
}

.node-wrap-box.active:after,
.node-wrap-box:active:after,
.node-wrap-box:hover:after {
    border: 1px solid #3296fa;
    box-shadow: 0 0 6px 0 rgba(50, 150, 250, .3)
}

.node-wrap-box .close {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.branch-wrap .placeholder,
.node-wrap-box .placeholder {
    color: #bfbfbf;
}

.auto-judge.active .close,
.auto-judge:active .close,
.auto-judge:hover .close,
.node-wrap-box.active .close,
.node-wrap-box:active .close,
.node-wrap-box:hover .close {
    display: block
}

.node-wrap-box:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.node-wrap-box .content .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 14px;
    font-size: 14px;
    color: rgb(151, 151, 151);
}

.start-node.node-wrap-box .content .text {
    display: block;
    white-space: nowrap;
}

.node-wrap-box .content .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 14px;
    font-size: 14px;
    color: rgb(151, 151, 151);
}

.add-node-btn-box {
    width: 240px;
    display: inline-flex;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    position: relative;
}

.add-node-btn {
    user-select: none;
    width: 240px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 20px 0px 32px;
}

.add-node-btn .btn {
    cursor: pointer;
    outline: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    width: 30px;
    height: 30px;
    background: #adadad;
    border-radius: 50%;
    position: relative;
    border: 0;
    line-height: 30px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.add-node-btn .btn .iconfont {
    color: #fff;
    font-size: 16px
}

.add-node-btn-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    width: 2px;
    height: 100%;
    background-color: rgb(202, 202, 202);
    margin: auto;
}

.branch-wrap,
.node-wrap {
    display: inline-flex;
    width: 100%;
}

.add-node-btn .btn:hover {
    box-shadow: 0 13px 27px 0 rgba(0, 0, 0, .1)
}

.add-node-btn .btn .iconfont {
    color: #fff;
    font-size: 16px
}

.add-node-btn .btn:active {
    transform: none;
    background: #1e83e9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.branch-box-wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 270px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.branch-box {
    display: flex;
    min-height: 250px;
    height: auto;
    position: relative;
    margin-top: 15px;
    overflow: visible;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
}

.add-branch {
    user-select: none;
    justify-content: center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: rgb(50, 150, 250);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center center;
    cursor: pointer;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 0px 10px;
    border-radius: 15px;
    background: rgb(255, 255, 255);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

/* 放大效果 */
.add-branch:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1)
}

.add-branch:active {
    transform: translateX(-50%);
    box-shadow: none
}

.branch-box .col-box {
    background: rgb(245, 245, 247);
}

.col-box {
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.branch-box .col-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 2px;
    height: 100%;
    background-color: rgb(202, 202, 202);
    margin: auto;
}

.condition-node {
    min-height: 200px;
}

.condition-node,
.condition-node-box {
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
}

.condition-node-box {
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

.condition-node-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 2px;
    height: 100%;
    background-color: rgb(202, 202, 202);
    margin: auto;
}

.auto-judge {
    position: relative;
    width: 220px;
    min-height: 72px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 14px 19px;
}

.title-wrapper {
    position: relative;
    font-size: 12px;
    color: rgb(21, 188, 131);
    text-align: left;
    line-height: 16px;
}

.editable-icon {
    margin-right: 5px;
}

.editable-title {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 15px;
}

.editable-title:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 40px;
}

.sort-left,
.sort-right {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    z-index: 1;
}

.sort-left {
    left: 0;
    border-right: 1px solid #f6f6f6
}

.sort-right {
    right: 0;
    border-left: 1px solid #f6f6f6
}

.auto-judge:hover .sort-left,
.auto-judge:hover .sort-right {
    display: flex;
    align-items: center
}

.sort-left:hover,
.sort-right:hover {
    background: #efefef
}

.content {
    font-size: 14px;
    color: rgb(25, 31, 37);
    text-align: left;
    margin-top: 6px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
    height: auto;
}

.priority-title {
    display: inline-block;
    float: right;
    margin-right: 10px;
    color: rgba(25, 31, 37, 0.56);
}

.close {
    display: none;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    line-height: 20px;
    z-index: 2;
    border-radius: 50%;
}

/* 边界线 */
.top-left-cover-line,
.top-right-cover-line {
    position: absolute;
    height: 3px;
    width: 50%;
    background-color: rgb(245, 245, 247);
    top: -2px;
}

.bottom-left-cover-line,
.bottom-right-cover-line {
    position: absolute;
    height: 3px;
    width: 50%;
    background-color: rgb(245, 245, 247);
    bottom: -2px;
}

.top-left-cover-line,
.bottom-left-cover-line {
    left: -1px;
}

.top-right-cover-line,
.bottom-right-cover-line {
    right: -1px;
}

.end-node {
    font-size: 14px;
    color: rgba(25, 31, 37, 0.4);
    text-align: left;
    border-radius: 50%;
}

.end-node .end-node-circle {
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: rgb(219, 220, 220);
}

.end-node .end-node-text {
    text-align: center;
    background: #fff;
    width: 300px;
    height: 20px;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 5px;
    padding: 15px 0;
    color: #555;
}

/* 角标 */
.tooltip {
    display: none;
    position: fixed;
    background: #FFF;
    display: block;
    margin: 5px 0 0 185px;
    transform-origin: left center;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    word-break: break-all
}

.tooltip:hover {
    border: none;
}

.left_arrow {
    transform: rotate(0deg);
    position: fixed;
    margin-top: -12px;
    margin-left: -33px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #adadad transparent transparent;
}

/**
* ztree.js*/
.ztree * {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif
}

.ztree {
    margin: 0;
    padding: 5px;
    color: #333
}

.ztree li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
    outline: 0
}

.ztree li ul {
    margin: 0;
    padding: 0 0 0 18px
}

.ztree li ul.line {
    background: url(line-conn.gif) 0 0 repeat-y
}

.ztree li a {
    padding: 1px 3px 0 0;
    margin: 0;
    cursor: pointer;
    height: 17px;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    vertical-align: top;
    display: inline-block
}

.ztree li a:hover {
    text-decoration: underline
}

.ztree li a.curSelectedNode {
    padding-top: 0;
    background-color: #FFE6B0;
    color: #000;
    height: 16px;
    border: 1px #FFB951 solid;
    opacity: .8
}

.ztree li a.curSelectedNode-Edit {
    padding-top: 0;
    background-color: #FFE6B0;
    color: #000;
    height: 16px;
    border: 1px #FFB951 solid;
    opacity: .8
}

.ztree li a.tmpTargetNode-inner {
    padding-top: 0;
    background-color: #316AC5;
    color: #fff;
    height: 16px;
    border: 1px #316AC5 solid;
    opacity: .8;
    filter: alpha(opacity=80)
}

.ztree li a input.rename {
    height: 14px;
    width: 80px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    border: 1px #7EC4CC solid
}

.ztree li span {
    line-height: 16px;
    margin-right: 2px
}

.ztree li span.button {
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.ztree li span.button.chk {
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0;
    cursor: auto
}

.ztree li span.button.chk.checkbox-false-full {
    background-position: 0 0
}

.ztree li span.button.chk.checkbox-false-full-focus {
    background-position: 0 -14px
}

.ztree li span.button.chk.checkbox-false-part {
    background-position: 0 -28px
}

.ztree li span.button.chk.checkbox-false-part-focus {
    background-position: 0 -42px
}

.ztree li span.button.chk.checkbox-false-disable {
    background-position: 0 -56px
}

.ztree li span.button.chk.checkbox-true-full {
    background-position: -14px 0
}

.ztree li span.button.chk.checkbox-true-full-focus {
    background-position: -14px -14px
}

.ztree li span.button.chk.checkbox-true-part {
    background-position: -14px -28px
}

.ztree li span.button.chk.checkbox-true-part-focus {
    background-position: -14px -42px
}

.ztree li span.button.chk.checkbox-true-disable {
    background-position: -14px -56px
}

.ztree li span.button.chk.radio-false-full {
    background-position: -28px 0
}

.ztree li span.button.chk.radio-false-full-focus {
    background-position: -28px -14px
}

.ztree li span.button.chk.radio-false-part {
    background-position: -28px -28px
}

.ztree li span.button.chk.radio-false-part-focus {
    background-position: -28px -42px
}

.ztree li span.button.chk.radio-false-disable {
    background-position: -28px -56px
}

.ztree li span.button.chk.radio-true-full {
    background-position: -42px 0
}

.ztree li span.button.chk.radio-true-full-focus {
    background-position: -42px -14px
}

.ztree li span.button.chk.radio-true-part {
    background-position: -42px -28px
}

.ztree li span.button.chk.radio-true-part-focus {
    background-position: -42px -42px
}

.ztree li span.button.chk.radio-true-disable {
    background-position: -42px -56px
}

.ztree li span.button.switch {
    width: 18px;
    height: 18px
}

.ztree li span.button.noline_open,
.ztree li span.button.noline_close {
    width: 20px;
    height: 20px;
    background: url( ../../img/control/arrow.svg) no-repeat;
    background-size: 10px 8px;
    background-position: center center;
    padding: 5px 0;
    margin: 0 auto;
}

.ztree li span.button.noline_open {
    transform: rotate(180deg);
}

.ztree li span.button.noline_close {
    transform: rotate(90deg);
}

.ztree li span.button.root_docu {
    background: 0 0
}

.ztree li span.button.roots-docu {
    background-position: -56px 0
}

.ztree li span.button.center-docu {
    background-position: -56px -18px
}

.ztree li span.button.bottom-docu {
    background-position: -56px -36px
}

.ztree li span.button.noline_docu {
    background: none !important;
}

.ztree li span.button.ico_open,
.ztree li span.button.ico_close {
    width: 16px;
    height: 16px;
    background-image: url( ../../img/control/department.svg);
    background-size: 16px 16px;
    /* transform: rotate(90deg); */
}
.ztree li span.button.ico_job {
    width: 16px;
    height: 16px;
    background-image: url( ../../img/control/job.svg);
    background-size: 16px 16px;
}

.ztree li span.button.ico_docu {
    margin-right: 2px;
    width: 16px;
    height: 16px;
    background-image: url( ../../img/control/user_small.svg);
    background-size: 16px 16px;
    vertical-align: top
}

.ztree li span.button.edit {
    margin-right: 2px;
    background-position: -110px -48px;
    vertical-align: top
}

.ztree li span.button.remove {
    margin-right: 2px;
    background-position: -110px -64px;
    vertical-align: top
}

.ztree li span.button.ico-loading {
    margin-right: 2px;
    background: url(loading.gif) no-repeat scroll 0 0 transparent;
    vertical-align: top
}

ul.tmpTargetzTree {
    background-color: #FFE6B0;
    opacity: .8;
    filter: alpha(opacity=80)
}

span.tmpzTreeMove-arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    margin: 2px 0 0 1px;
    border: 0 none;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -110px -80px;
    background-image: url(zTreeStandard.png)
}

ul.ztree.zTreeDragUL {
    margin: 0;
    padding: 0;
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: #cfcfcf;
    border: 1px #00B83F dotted;
    opacity: .8;
    filter: alpha(opacity=80)
}

.zTreeMask {
    z-index: 10000;
    background-color: #cfcfcf;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .ztree li span.button {
        background-image: url(zTreeStandard@2x.png);
        background-size: 160px 97px;
    }
}

/*** orgTree.js UI*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.multi-staff.multi-staff-WithSearch .multi-staff-left-cnt-list {
    top: 38px
}

.multi-staff-left {
    float: left
}

.multi-staff-left-cnt {
    width: 308px;
    height: 410px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.multi-staff-right {
    float: right;
    padding-left: 16px;
    border-left: 1px solid #f1f1f1
}

.multi-staff-right-cnt {
    width: 230px;
    height: 376px;
    margin-top: 10px;
    box-sizing: border-box;
    overflow-y: auto
}

.multi-staff-right-no-result {
    opacity: .7;
    margin-top: 100px;
    text-align: center
}

.multi-staff-left-cnt-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.js-right-col li {
    position: relative;
    padding-right: 20px;
    padding-left: 4px
}

.js-right-col li:hover {
    background-color: #F8F8F8;
    cursor: pointer
}

.multi-staff-right .icon-folder-blue {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    width: 16px;
    height: 16px;
    background-image: url( ../../img/control/user_small.svg);
    background-size: 16px 16px
}

.ww-treeMenu-item-text {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    max-width: 190px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ww-menuDialog-DualCols-colRight-cnt-item-delete {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -6px
}

.ww-menuDialog-DualCols-colRight-cnt-item-delete .js-delete {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url( ../../img/control/close.svg);
    background-size: 20px 20px
}

.js-party-select-result {
    margin-top: -3px;
    overflow: hidden
}

.js-show-party-selector {
    float: left;
    margin: 3px;
    line-height: 38px;
    color: #999
}

.js-show-party-selector:hover {
    color: #000
}

.ww-groupSelBtn-item {
    float: left;
    max-width: 231px;
    line-height: 36px;
    padding: 0 12px;
    margin: 3px 10px 3px 0;
    border: 1px solid #E4E6E9
}

.ww-commonImg-TreeMenuThumb {
    float: left;
    vertical-align: middle;
    margin: 10px 5px 0 0;
    width: 20px;
    height: 20px;
    background: url( ../../img/control/user_small.svg) no-repeat;
    background-size: 16px 16px
}

.ww-groupSelBtn-item-text {
    float: left;
    max-width: 174px;
    padding-right: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.js-disselect-party {
    float: right;
    margin-top: 12px;
    width: 20px;
    height: 20px;
    background-image: url( ../../img/control/close.svg);
    background-size: 16px 16px;
    cursor: pointer
}

.js-disselect-party:hover {
    background-color: #F8F8F8;
    outline: 4px solid #F8F8F8
}

.ww-commonImg {
    font-size: 0;
    line-height: 0
}

.ww-searchInput {
    display: block;
    position: relative
}

.search-member-none {
    margin-top: 30px;
    text-align: center
}

.ww-searchInput-icon {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 7;
    width: 20px;
    height: 20px;
    background: url( ../../img/control/search.svg) no-repeat;
}

.ww-searchInput-delete {
    display: none;
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
    z-index: 10;
    width: 16px;
    height: 16px;
    background-image: url( ../../img/control/close-s.svg);
    background-size: 16px 16px;
    opacity: .8
}

.ww-searchInput-delete:hover {
    opacity: 1
}

.multi-staff .search-loading {
    margin-top: 160px
}

.multi-staff .ww-searchInput-text {
    width: 252px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    padding: 3px 28px 3px 26px
}

.multi-staff .ww-searchInput-text.onfocus {
    border-color: #666
}

.multi-staff-search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ww-searchResult {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto
}

.ww-searchResult li {
    padding-left: 12px;
    line-height: 26px;
    font-size: 13px;
    cursor: pointer
}

.ww-searchResult li:hover {
    background-color: #F8F8F8
}

.ww-searchResult-title-First {
    font-size: 14px;
    padding-bottom: 4px
}

.ww-searchResult li .ww-commonImg-TreeMenuThumb {
    margin: 6px 5px 0 0;
    opacity: .8;
    width: 16px;
    height: 16px;
    background-image: url( ../../img/control/department.svg);
    background-size: 16px 16px;
}

.org-skin .layui-layer-content {
    border-bottom: 1px solid #f1f1f1
}

.org-skin .layui-layer-btn {
    padding: 3px 15px 8px
}

.ztree * {
    font-size: 13px;
    font-family: 'Open Sans', 'PingFang SC', 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif
}

.ztree {
    padding: 0
}

.ztree li {
    line-height: 30px
}

.ztree li a {
    padding: 0 3px;
    height: 24px
}

.ztree li a span {
    position: relative
}

.ztree li span.button.ico_open {
    margin: 0 4px;
}

.ztree li span {
    display: inline-block;
    line-height: 24px;
    margin-right: 4px
}

.ztree li span.button {
    position: relative
}

.ztree li span.button.ico_close,
.ztree li span.button.ico_docu {
    margin-right: 4px;
    vertical-align: -3px
}

.ztree li a.curSelectedNode {
    background: 0 0;
    border: none;
    padding-top: inherit;
    height: auto
}

.jstree-wholerow {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    user-select: none;
    cursor: pointer;
    padding: 5px;
}

.jstree-wholerow:hover {
    background-color: #F8F8F8
}

.jstree-wholerow.jstree-wholerow-hover {
    background-color: #F8F8F8
}

.jstree-custom-checked {
    position: relative;
    width: 12px;
    height: 12px;
    vertical-align: -2px;
    margin-left: 2px;
    display: none;
    background-image: url( ../../img/control/hook.svg);
    background-size: 12px 12px
}

.jstree-custom-checked.selected {
    display: inline-block
}

.ztree-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto
}

.ztree-wrapper #ztreeArea {
    position: relative;
    display: block;
    min-width: 100%;
    overflow: visible;
    z-index: 0
}

/**** 开始**/
.multi-staff {
    margin: 0 auto;
    padding: 20px;
}

.multi-staff ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.multi-staff ::-webkit-scrollbar-track {
    border-radius: 5px;
}

.multi-staff ::-webkit-scrollbar-thumb {
    position: relative;
    padding: 5px 0;
    border-radius: 5px;
    background-color: #ccc
}

.multi-staff ::-webkit-scrollbar-thumb:hover {
    background-color: #666
}

.multi-staff ::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.multi-staff ::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc
}

.button-box {
    text-align: center;
    margin: 0 auto;
}

#staff-box {
    display: inline-block;
}
#approver-append .spanButton{
    margin: 0 !important;
}
span.staffSel {
    margin: 0;
}