.vdr_tree {
  height: 100%;
  width: 100%;
  font-family: 'MicrosoftYaHei';

  .right_menu {
    position: fixed;
    z-index: 20;
    width: 150px;
    height: 144px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border: solid 1px #e6e8ec;

    .disabled {
      cursor: not-allowed;
      opacity: 0.6;
    }

    .right_button {
      background-color: #fff;
      border: 0;
      width: 150px;
      height: 36px;
      line-height: 36px;
      font-family: SourceHanSansCN-Normal;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      color: #4d5c70;

      &:hover {
        background-color: #f5f7fa;
      }
    }
  }

  .vdrtree {
    border-radius: 4px;
    border: solid 1px #e6e8ec;
    background-color: #fff;
  }

  .div_tree {
    width: 100%;
    height: 100%;
  }

  .tree_input {
    width: calc(100% - 81px);
    padding-left: 20px;
    margin-top: 20px;
  }

  .tree_top {
    padding-top: 17px;
    width: 93%;
    height: 35px;
    font-size: 16px;
    padding-left: 21px;
  }

  .top_img {
    cursor: pointer;
    float: right;
    padding-right: 10px;
  }

  .cancel_img {
    cursor: pointer;
    float: right;
    padding-right: 16px;
    padding-top: 30px;
  }

  .filter-tree {
    padding-left: 20px;
    margin-top: 20px;
    height: 100%;
    //overflow: auto;
  }
}
