.lh-treeS-select-div {
  height: 315px;
  .treeS-select-div-header {
    height: 35px;
    border-bottom: 1px solid @color_b6;
    padding: 7px 20px 0 10px;
  }
  .treeS-select-div-content-wapper {
    overflow-y: hidden;
    height: 240px;
  }
  .treeS-select-div-footer {
    border-top:1px solid @color_b6;
    position: absolute;
    bottom: 8px;
    left:0;
    padding:8px 16px 0 16px;
    width: 100%;
    .count-text {
      color:@color_b3;
      font-size: 13px;
      line-height: 22px;
    }
  }
}

.lh-tree-special-select-popover {
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 4px;
  border: none;
  display: inline-block;
}
.lh-tree-special-select-popover-mini {
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 3px;
  border: none;
}