.vdr_warehouse {
  height: 100%;
  width: 100%;
  font-family: 'MicrosoftYaHei';

  .vdrwarehouse {
    border-radius: 4px;
    border: solid 1px #e6e8ec;
    background-color: #fff;
  }

  .tree_input {
    width: calc(100% - 41px);
    padding-left: 20px;
    margin-top: 20px;
  }

  .div_tree {
    width: 100%;
    height: 100%;
  }

  .tree_top {
    padding-top: 17px;
    width: 251px;
    height: 35px;
    font-size: 16px;
    padding-left: 21px;
  }

  .top_img {
    cursor: pointer;
    float: right;
    padding-right: 10px;
  }

  .filter-tree {
    padding-left: 20px;
    margin-top: 20px;
    height: 100%;
    //overflow: auto;
  }
}
