.vdr_basicInfo {
  width: 100%;
  height: 100%;
  font-family: 'MicrosoftYaHei';

  .vdrbasicInfo {
    border-radius: 4px;
    border: solid 1px #e6e8ec;
    background-color: #fff;

    .div_tree {
      width: 100%;
      height: 100%;

      .filter-tree {
        height: 690px;
        //overflow: auto;

        .tips {
          text-align: center;
          margin-top: 40px;

        }
      }
    }
  }

  .tree_top {
    padding-top: 17px;
    width: 86%;
    height: 35px;
    font-size: 16px;
    padding-left: 21px;
  }
  .tree_tops {
    width: 86%;
    height: 120px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 21px;

    .tops_p {
      width: 305px;
      line-height: 28px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

  .top_img {
    cursor: pointer;
    position: absolute;
    right: 20px;
  }

  .dialog-footer {
    text-align: center;

    .edits {
      width: 110px;
      height: 34px;
      border-radius: 2px;
      border: solid 1px #0057ff;
      font-size: 12px;
      color: #0057ff;
      font-weight: normal;
    }
  }

  .table_tr {
    height: 36px;

    .tr_left {
      width: 100px;
      line-height: 18px;
      font-size: 14px;
      color: #757981;
      // word-wrap:break-word;
      // word-break:keep-all;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 24px;
      // border: 1px solid;
      display: inline-block;
      vertical-align:middle;
    }

    .tr_right {
      width: 175px !important;
      padding-left: 24px;
      padding-right: 24px;
      line-height: 18px;
      font-size: 14px;
      color: #757981;
      // word-wrap:break-word;
      // word-break:keep-all;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      // border: 1px solid;
      display: inline-block;
      vertical-align:middle;
    }

    .tr_right:after{
      content:'';
      display:inline-block;
      vertical-align:middle;
    }

    .tr_left:after{
      content:'';
      display:inline-block;
      vertical-align:middle;
    }
  }
}
