/**
*  layer.css
*/
.layui-layer-imgbar, .layui-layer-imgtit a, .layui-layer-tab .layui-layer-title span, .layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

html #layuicss-layer {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}

.layui-layer-load {
    background: url(loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
    background: url(icon.png) no-repeat
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layer-anim {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-00 {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes layer-shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial
}

    .layui-layer-setwin a {
        position: relative;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        font-size: 12px;
        _overflow: hidden
    }

    .layui-layer-setwin .layui-layer-min cite {
        position: absolute;
        width: 14px;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: -1px;
        background-color: #2E2D3C;
        cursor: pointer;
        _overflow: hidden
    }

    .layui-layer-setwin .layui-layer-min:hover cite {
        background-color: #2D93CA
    }

    .layui-layer-setwin .layui-layer-max {
        background-position: -32px -40px
    }

        .layui-layer-setwin .layui-layer-max:hover {
            background-position: -16px -40px
        }

    .layui-layer-setwin .layui-layer-maxmin {
        background-position: -65px -40px
    }

        .layui-layer-setwin .layui-layer-maxmin:hover {
            background-position: -49px -40px
        }

    .layui-layer-setwin .layui-layer-close1 {
        background-position: 1px -40px;
        cursor: pointer
    }

        .layui-layer-setwin .layui-layer-close1:hover {
            opacity: .7
        }

    .layui-layer-setwin .layui-layer-close2 {
        position: absolute;
        right: -28px;
        top: -28px;
        width: 30px;
        height: 30px;
        margin-left: 0;
        background-position: -149px -31px;
        *right: -18px;
        _display: none
    }

        .layui-layer-setwin .layui-layer-close2:hover {
            background-position: -180px -31px
        }

.layui-layer-btn {
    text-align: right;
    padding: 0 15px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

    .layui-layer-btn a {
        height: 28px;
        line-height: 28px;
        margin: 5px 5px 0;
        padding: 0 15px;
        border: 1px solid #dedede;
        background-color: #fff;
        color: #333;
        border-radius: 2px;
        font-weight: 400;
        cursor: pointer;
        text-decoration: none
    }

        .layui-layer-btn a:hover {
            opacity: .9;
            text-decoration: none
        }

        .layui-layer-btn a:active {
            opacity: .8
        }

    .layui-layer-btn .layui-layer-btn0 {
        border-color: #1E9FFF;
        background-color: #1E9FFF;
        color: #fff
    }

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 260px
}

    .layui-layer-dialog .layui-layer-content {
        position: relative;
        padding: 20px;
        line-height: 24px;
        word-break: break-all;
        overflow: hidden;
        font-size: 14px;
        overflow-x: hidden;
        overflow-y: auto
    }

        .layui-layer-dialog .layui-layer-content .layui-layer-ico {
            position: absolute;
            top: 16px;
            left: 15px;
            _left: -40px;
            width: 30px;
            height: 30px
        }

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0,0,0,.3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none
}

    .layui-layer-hui .layui-layer-content {
        padding: 12px 25px;
        text-align: center
    }

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

    .layui-layer-loading .layui-layer-content {
        width: 60px;
        height: 24px;
        background: url(loading-0.gif) no-repeat
    }

    .layui-layer-loading .layui-layer-loading1 {
        width: 37px;
        height: 37px;
        background: url(loading-1.gif) no-repeat
    }

    .layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
        width: 32px;
        height: 32px;
        background: url(loading-2.gif) no-repeat
    }

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

    .layui-layer-tips .layui-layer-content {
        position: relative;
        line-height: 22px;
        min-width: 12px;
        padding: 8px 15px;
        font-size: 12px;
        _float: left;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0,0,0,.2);
        background-color: #000;
        color: #fff
    }

    .layui-layer-tips .layui-layer-close {
        right: -2px;
        top: -1px
    }

    .layui-layer-tips i.layui-layer-TipsG {
        position: absolute;
        width: 0;
        height: 0;
        border-width: 8px;
        border-color: transparent;
        border-style: dashed;
        *overflow: hidden
    }

    .layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
        left: 5px;
        border-right-style: solid;
        border-right-color: #000
    }

    .layui-layer-tips i.layui-layer-TipsT {
        bottom: -8px
    }

    .layui-layer-tips i.layui-layer-TipsB {
        top: -8px
    }

    .layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
        top: 5px;
        border-bottom-style: solid;
        border-bottom-color: #000
    }

    .layui-layer-tips i.layui-layer-TipsR {
        left: -8px
    }

    .layui-layer-tips i.layui-layer-TipsL {
        right: -8px
    }

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 5px 10px 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

    .layui-layer-lan .layui-layer-btn a {
        background: #fff;
        border-color: #E9E7E7;
        color: #333
    }

    .layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
        background: #C9C5C5
    }

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95;
    border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

.layui-layer-iconext {
    background: url(icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 230px;
    height: 36px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px;
    padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
    padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
    padding-top: 0
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0,0,0,.4)
}

    .layui-layer-tab .layui-layer-title {
        padding-left: 0;
        overflow: visible
    }

        .layui-layer-tab .layui-layer-title span {
            position: relative;
            float: left;
            min-width: 80px;
            max-width: 260px;
            padding: 0 20px;
            text-align: center;
            overflow: hidden;
            cursor: pointer
        }

            .layui-layer-tab .layui-layer-title span.layui-this {
                height: 43px;
                border-left: 1px solid #eee;
                border-right: 1px solid #eee;
                background-color: #fff;
                z-index: 10
            }

            .layui-layer-tab .layui-layer-title span:first-child {
                border-left: none
            }

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

    .layui-layer-tabmain .layui-layer-tabli {
        display: none
    }

        .layui-layer-tabmain .layui-layer-tabli.layui-this {
            display: block
        }

.layui-layer-photos {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

    .layui-layer-photos .layui-layer-content {
        overflow: hidden;
        text-align: center
    }

    .layui-layer-photos .layui-layer-phimg img {
        position: relative;
        width: 100%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top
    }

.layui-layer-imgbar, .layui-layer-imguide {
    display: none
}

.layui-layer-imgnext, .layui-layer-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
    left: 10px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

    .layui-layer-imgprev:hover {
        background-position: -33px -5px;
        _background-position: -120px -5px
    }

.layui-layer-imgnext {
    right: 10px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

    .layui-layer-imgnext:hover {
        background-position: -33px -50px;
        _background-position: -120px -50px
    }

.layui-layer-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0,0,0,.8);
    background-color: #000\9;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

    .layui-layer-imgtit a:hover {
        color: #fff;
        text-decoration: underline
    }

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media screen and (max-width:1100px) {
    .layui-layer-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}
/**
 * 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;
                background-image: url(zTreeStandard.png)
            }

                .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.root_open {
                    background-position: -92px -54px
                }

                .ztree li span.button.root_close {
                    background-position: -74px -54px
                }

                .ztree li span.button.roots_open {
                    background-position: -92px 0
                }

                .ztree li span.button.roots_close {
                    background-position: -74px 0
                }

                .ztree li span.button.center_open {
                    background-position: -92px -18px
                }

                .ztree li span.button.center_close {
                    background-position: -74px -18px
                }

                .ztree li span.button.bottom_open {
                    background-position: -92px -36px
                }

                .ztree li span.button.bottom_close {
                    background-position: -74px -36px
                }

                .ztree li span.button.noline_open {
                    background-position: -92px -72px
                }

                .ztree li span.button.noline_close {
                    background-position: -74px -72px
                }

                .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: 0 0
                }

                .ztree li span.button.ico_open {
                    margin-right: 2px;
                    background-position: -110px -16px;
                    vertical-align: top
                }

                .ztree li span.button.ico_close {
                    margin-right: 2px;
                    background-position: -110px 0;
                    vertical-align: top
                }

                .ztree li span.button.ico_docu {
                    margin-right: 2px;
                    background-position: -110px -32px;
                    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
}

.multiPickerDlg.multiPickerDlg_WithSearch .multiPickerDlg_left_cnt_list {
    top: 38px
}

.multiPickerDlg_left {
    float: left
}

.multiPickerDlg_left_cnt {
    width: 458px;
    height: 410px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.multiPickerDlg_right {
    float: right;
    padding-left: 16px;
    border-left: 1px solid #f1f1f1
}

.multiPickerDlg_right_cnt {
    width: 280px;
    height: 376px;
    margin-top: 10px;
    box-sizing: border-box;
    overflow-y: auto
}

.multiPickerDlg_right_no_result {
    opacity: .7;
    margin-top: 100px;
    text-align: center
}

    .multiPickerDlg_right_no_result i {
        display: block;
        margin: 0 auto 10px;
        width: 100px;
        height: 100px;
        background-image: url(./blank.png);
        background-size: 100px 100px
    }

.multiPickerDlg_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
    }

.multiPickerDlg_right .icon_folder_blue {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-image: url(./selected-s.png);
    background-size: 14px 14px
}

.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: 12px;
        height: 12px;
        background-image: url(./close-txt-s.png);
        background-size: 12px 12px
    }

.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: 16px;
    height: 16px;
    background-image: url(./selected-m.png);
    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: 12px;
    height: 12px;
    background-image: url(./close-txt-s.png);
    background-size: 12px 12px;
    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: 7px;
    left: 10px;
    z-index: 7;
    width: 12px;
    height: 12px;
    background-image: url(./search-s.png)
}

.ww_searchInput_delete {
    display: none;
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
    z-index: 10;
    width: 16px;
    height: 16px;
    background-image: url(./close-s.png);
    background-size: 16px 16px;
    opacity: .8
}

    .ww_searchInput_delete:hover {
        opacity: 1
    }

.multiPickerDlg .ww_loading {
    margin-top: 160px
}

.ww_loading .ww_loadingIconSmall {
    display: inline-block;
    margin-right: 2px;
    vertical-align: -3px
}

.ww_loadingIconSmall {
    width: 20px;
    height: 20px;
    background: url(./ww_loading.gif) center bottom no-repeat;
    background-size: 100%
}

.multiPickerDlg .ww_searchInput_text {
    width: 252px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    padding: 3px 28px 3px 26px
}

    .multiPickerDlg .ww_searchInput_text.onfocus {
        border-color: #666
    }

.multiPickerDlg_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 {
    width: 14px;
    height: 14px;
    margin: 6px 5px 0 0;
    opacity: .8;
    background-image: url(./selected-s.png);
    background-size: 14px 14px
}

.org-skin .layui-layer-content {
    border-bottom: 1px solid #f1f1f1
}

.org-skin .layui-layer-btn {
    padding: 3px 15px 8px
}

body .ztree * {
    font-size: 13px;
    font-family: 'Open Sans','PingFang SC','helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif
}

body .ztree {
    padding: 0
}

    body .ztree li {
        line-height: 26px
    }

        body .ztree li a {
            padding: 0 3px;
            height: 24px
        }

            body .ztree li a span {
                position: relative
            }

        body .ztree li span.button.ico_open {
            margin-right: 4px;
            vertical-align: -4px
        }

        body .ztree li span {
            display: inline-block;
            line-height: 24px;
            margin-right: 4px
        }

            body .ztree li span.button {
                position: relative
            }

                body .ztree li span.button.switch {
                    vertical-align: -4px;
                    margin-right: 2px
                }

                body .ztree li span.button.ico_close, body .ztree li span.button.ico_docu {
                    margin-right: 4px;
                    vertical-align: -3px
                }

        body .ztree li a.curSelectedNode {
            background: 0 0;
            border: none;
            padding-top: inherit;
            height: auto
        }

.jstree-wholerow {
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    position: absolute;
    left: 0;
    user-select: none;
    cursor: pointer
}

    .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(./ztree-checked.png);
    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
    }

.multiPickerDlg ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.multiPickerDlg ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #fff;
    border-radius: 5px
}

.multiPickerDlg ::-webkit-scrollbar-thumb {
    position: relative;
    padding: 5px 0;
    border-radius: 5px;
    background-color: #ccc
}

    .multiPickerDlg ::-webkit-scrollbar-thumb:hover {
        background-color: #666
    }

.multiPickerDlg ::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.multiPickerDlg ::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .multiPickerDlg_right .icon_folder_blue {
        background-image: url(./selected-s@2x.png)
    }

    .js_disselect_party, .ww_menuDialog_DualCols_colRight_cnt_item_delete .js_delete {
        background-image: url(./close-txt-s@2x.png)
    }

    .ww_commonImg_TreeMenuThumb {
        background-image: url(./selected-m@2x.png)
    }

    .ww_searchInput_delete {
        background-image: url(./close-s@2x.png)
    }

    .ww_searchResult li .ww_commonImg_TreeMenuThumb {
        background-image: url(./selected-s@2x.png)
    }

    .jstree-custom-checked {
        background-image: url(./ztree-checked@2x.png)
    }
}
