.label-operation-top {
    position: relative;
    width: 100%;
    height: 32px;
    margin-bottom: 10px;
}

.label-operation-hierarchy {
    display: inline-block;
    float: left;
    height: 32px;
}

.label-operation-hierarchy-san {
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #666;
    font-size: 12px;
    margin-right: 10px;
}

.label-operation-hierarchy-item {
    position: relative;
    float: left;
    height: 32px;
    width: 24px;
    padding: 4px 0;
    margin-right: 10px;
    cursor: pointer;
}

.label-operation-hierarchy-checkNum {
    position: absolute;
    top: -5px;
    font-size: 9px;
    height: 14px;
    min-width: 14px;
    line-height: 15px;
    padding: 0 3px;
    text-align: center;
    border-radius: 7px;
    background: #3289F2;
    color: #fff;
}

.label-operation-hierarchy-item-ban {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #F6F6F6;
    border-radius: 2px;
}

.label-operation-hierarchy-item-ban:hover {
    color: #fff;
    background: #85CD87;
}

.label-operation-hierarchy-item-ban.active {
    color: #fff;
    background: #85CD87;
}

.label-operation-sea {
    display: inline-block;
    float: right;
    height: 32px;
}

.label-operation-body {
    position: relative;
    width: 100%;
    height: 340px;
}

.label-operation-group-warp {
    position: relative;
    width: 100%;
}

.label-operation-group-child-warp {
    position: relative;
    width: 100%;
}

.label-operation-group-item {
    position: relative;
    width: 100%;
    height: 30px;
}

.label-operation-group-item:hover {
    background: #FBFCFC;
}

.label-operation-switch {
    position: relative;
    float: left;
    width: 22px;
    height: 30px;
}

.label-operation-hierarchy-open, .label-operation-hierarchy-close {
    position: relative;
    width: 22px;
    height: 30px;
}

.label-operation-hierarchy-open:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    background: url("/apps/images/wjb-img.png") -88px -10px;
}

.label-operation-hierarchy-close:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    background: url("/apps/images/wjb-img.png") -64px -10px;
}

.label-operation-checkbox {
    position: relative;
    float: left;
    display: inline-block;
    max-width: calc(100% - 22px);
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 20px;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.label-operation-checkbox > label {
    font-size: 12px;
}
.label-operation-checkbox:hover>label{
    color: #2783F2;
}
.label-operation-checkbox:hover + .label-operation-hover-info {
    display: inline-block;
}
.label-operation-sea>label{
    color: #F35B77;
    font-weight: 500;
}
.label-operation-child-two-pad {
    padding-left: 15px;
}

.label-operation-child-three-pad {
    padding-left: 30px;
}

.label-operation-child-four-pad {
    padding-left: 45px;
}

.label-operation-hover-info {
    display: none;
    position: absolute;
    top: 101%;
    background: #fff;
    left: 100px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.label-operation-empty{
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.label-operation-empty>span{
    color: #2783F2;
    cursor: pointer;
}
