.h-tree-select{position:relative;width:100%;min-height:32px;padding:0 32px 0 4px;border:1px solid #b3b3b3;border-radius:2px;cursor:pointer;font-size:14px;line-height:24px}.h-tree-select:hover{border-color:#4d4d4d}.h-tree-select:active{border-color:#1a1a1a}.h-tree-select.is-disabled{border-color:#ebebeb;background:#f5f5f5;color:#ccc;cursor:not-allowed}.h-tree-select.is-disabled .placeholder{color:#ccc}.h-tree-select__tag-wrap .el-tag{padding-right:6px}.h-tree-select__tag-wrap.is-nowrap{overflow:hidden;white-space:nowrap}.h-tree-select span{display:inline-block}.h-tree-select span.placeholder,.h-tree-select span.selected-text{overflow:hidden;width:100%;line-height:30px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.h-tree-select span.placeholder{position:absolute;top:0;left:8px;color:#ccc}.h-tree-select span.selected-text{margin-left:4px;float:left}.h-tree-select__input-icon{position:absolute;top:3px;right:4px;width:24px;height:24px;font-size:24px}.h-tree-select__input-icon.open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.h-tree-select__input-icon.h-icon-angle_down_sm{color:#4a4a4a}.h-tree-select .el-tag{height:24px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 24px 0 7px;margin:3px 4px 3px 0;border-radius:2px;color:#333;cursor:pointer;line-height:24px}.h-tree-select-content{margin-top:8px}.h-tree-select-content .el-scrollbar{height:calc(100% - 200px)}.h-tree-select-popover{position:absolute;z-index:1001;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;margin:4px 0;background-color:#fff;border-radius:2px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.12);box-shadow:0 0 2px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.12)}.h-tree-select-popover .el-tree-scrollbar__wrap{max-height:218px}