
.tree-overflow .el-tree{
    background-color: #fff;
    position: absolute;
    z-index: 999;
    min-width: 100%;
}
.tree-box {
    min-width: 320px;
    height: 420px;
    overflow-y: auto;
    border: 1px solid #ececec;
    background-color: #fff;
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 999;
}
.treebox{
    width: 99%;
}

.addGroupMain .content-div {
  background: #fff;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  padding: 20px 20px;
}
.addGroupMain .content-div .col-item {
  width: 120px;
  height: 120px;
  margin-left: 50px;
  margin-bottom: 20px;
}
.addGroupMain .content-div .col-item .item_header {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.addGroupMain .content-div .col-item .item_content {
  height: 35px;
  line-height: 35px;
}
.addGroupMain .content-div .col-item .item_content span {
  font-size: 26px;
  margin-right: 20px;
}
.addGroupMain .content-div .col-item .el-slider__runway.disabled .el-slider__button {
  border-color: #409eff;
}
.addGroupMain .content-div .col-item .bar_blue .el-slider__bar {
  background-color: #409eff;
}
.addGroupMain .content-div .col-item .bar_red .el-slider__bar {
  background-color: #ff3200;
}
.addGroupMain .content-div .col-item .bar_green .el-slider__bar {
  background-color: #009a48;
}
.addGroupMain .content-div .col-item .bar_orange .el-slider__bar {
  background-color: #f7994e;
}
.addGroupMain .content-div .col-item_circle {
  width: 150px;
  height: 180px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.addGroupMain .content-div .col-item_circle .item_header {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
}
.addGroupMain .content-div .col-item_circle .item_progress {
  height: 125px;
  text-align: center;
}
.el-slider__button {
  width: 10px;
  height: 10px;
}

