.check-box{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.check-box .box{position:relative;width:10px;height:10px;border:1px solid #dcdfe6;cursor:pointer}.check-box .box:hover{border-color:#409eff}.check-box .box:after{content:"\2713";position:absolute;left:0;top:-5px;-webkit-transform:scale(0);transform:scale(0)}.check-box .box.is-part-checked:after{content:"-";left:0;top:-7px}.check-box .box.is-checked,.check-box .box.is-part-checked{border-color:#409eff;color:#409eff}.check-box .box.is-checked:after,.check-box .box.is-part-checked:after{-webkit-transform:scale(.9);transform:scale(.9)}.check-box .box.is-disabled{background:#f2f6fc;color:#c0c4cc;border-color:#c0c4cc}.check-box .box.is-disabled:after{cursor:not-allowed}.huge-tree{border:1px solid #000;padding:10px 0;min-height:50px;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.huge-tree,.huge-tree .search-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.huge-tree .search-bar{padding:0 10px 10px 10px}.huge-tree .search-bar .input{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.huge-tree .search-bar .input .filter-input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #dcdfe6;border-right:none;padding:8px 10px}.huge-tree .search-bar .input .filter-input:focus{outline:none;border-color:#409eff}.huge-tree .search-bar .input .clear-input{position:absolute;border-radius:50%;font-style:normal;width:12px;top:10px;height:12px;right:6px;border:1px solid #ccc;color:#ccc;display:inline-block;cursor:pointer}.huge-tree .search-bar .input .clear-input:after{content:"\00D7";position:absolute;top:-6px;left:1px;-webkit-transform:scale(.7);transform:scale(.7)}.huge-tree .search-bar .input .clear-input:hover{border-color:#409eff;color:#409eff}.huge-tree .search-bar .search-btn{width:50px;background-color:#409eff;color:#fff;border:none;cursor:pointer}.huge-tree .search-bar .search-btn:hover{background-color:#228af1}.huge-tree .content-wrap{position:relative;overflow:auto;padding:0 10px;-webkit-box-flex:1;-ms-flex:1;flex:1}.huge-tree .content-wrap .tree-phantom{position:absolute;left:0;top:0;right:0;z-index:-1}.huge-tree .content-wrap .tree-content{position:absolute;left:0;right:0;top:0}.huge-tree .content-wrap .tree-content .item{display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 18px 2px 15px}.huge-tree .content-wrap .tree-content .item:hover{background-color:#f9fafc}.huge-tree .content-wrap .tree-content .item.is-hidden{display:none}.huge-tree .content-wrap .tree-content .item .expand-node{position:relative;right:4px;width:10px;height:10px;border:1px solid #4a4a4a;line-height:10px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;cursor:pointer}.huge-tree .content-wrap .tree-content .item .expand-node.is-expand{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.huge-tree .content-wrap .tree-content .item .expand-node:hover{color:#409eff;border-color:#409eff;background-color:#f1f5f8}.huge-tree .content-wrap .tree-content .item .expand-node:before{content:"+";position:absolute;top:-1px;left:0;-webkit-transform:scale(.8);transform:scale(.8)}.huge-tree .content-wrap .tree-content .item .expand-node.is-expand:before{content:"-";top:-2px;left:0}.huge-tree .content-wrap .tree-content .item .label{cursor:pointer}.huge-tree .content-wrap .tree-content .item .label:hover{color:#409eff}.huge-tree .content-wrap .tree-content .item .label .count{font-size:12px}.huge-tree .content-wrap .tree-content .item .is-disabled{cursor:not-allowed;pointer-events:none}.huge-tree .content-wrap .tree-content .item .is-disabled .label{color:#aaa}.huge-tree .no-data{text-align:center}.huge-demo[data-v-153fc501]{text-align:left}.huge-demo .btn-bar[data-v-153fc501]{padding:20px}.huge-demo .btn-bar button[data-v-153fc501]{cursor:pointer;padding:5px 10px;color:#fff;background-color:#409eff;border-radius:4px}.huge-demo .btn-bar button[data-v-153fc501]:hover{background-color:#228af1}.huge-demo .tree-wrap[data-v-153fc501]{height:600px;width:400px}.huge-demo .tree-wrap .pre-select[data-v-153fc501]{cursor:pointer;padding:5px 10px}