.vdr_mark {
  width: 100%;
  height: 100%;
  font-family: 'MicrosoftYaHei';

  .right_menu {
    position: fixed;
    z-index: 20;
    width: 70px;
    height: 108px;
    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;

    .right_button {
      background-color: #fff;
      border: 0;
      width: 70px;
      height: 36px;
      line-height: 36px;
      font-family: SourceHanSansCN-Normal;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;

      &:hover {
        background-color: #f5f7fa;
      }
    }
  }

  .vdrmark {
    border-radius: 4px;
    border: solid 1px #e6e8ec;
    background-color: #fff;

    .tree_input {
      width: calc(100% - 81px);
      padding-left: 20px;
      margin-top: 20px;
    }

    .tree_top {
      padding-top: 17px;
      width: 251px;
      height: 35px;
      font-size: 16px;
      padding-left: 21px;
    }

    .top_img {
      cursor: pointer;
      position: absolute;
      right: 20px;
    }

    .cancel_img {
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 80px;
    }

    .filtertree {
      padding-top: 20px;
      height: 350px;
      //overflow: auto;

      .div_formark {
        height: 47px;
        padding: 16px;
        border-bottom: solid 1px #e6e8ec;

        .div_span_left {
          float: left;
          width: 70px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        .formark_left {
          float: left;
          width: 48px;
          height: 48px;
        }

        .formark_right {
          height: 48px;

          .right_spanone {
            line-height: 18px;
            font-size: 14px;
          }

          .right_spantwo {
            font-size: 12px;
            color: #757981;
            line-height: 18px;
          }

          .right_left {
            padding-left: 10px;
            padding-top: 10px;
          }

          .text_right {
            float: right;
          }
        }
      }
    }
  }

  .el-dialog {
    height: 100%;
    padding: 61px;
    margin-top: 0 !important;
    margin: 0 auto !important;
    background-color: #8e9195;

    .el-dialog__header {
      padding: 0 !important;

      .el-dialog__headerbtn .el-dialog__close {
        color: #ffffff;
      }

      .el-dialog__headerbtn {
        font-size: 20px;
      }
    }

    .el-dialog__body {
      height: 100%;
      width: 100%;
      padding: 0 !important;
    }

    .dialog_div {
      background-color: #fff;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;

      .dialog_left {
        width: calc(100% - 397px);
        height: 100%;
      }

      .dialog_right {
        width: 397px;
        height: 100%;
        border-left: solid 1px #e6e8ec;
        position: relative;

        .el-form--label-right {
          margin: 20px 20px 0 10px;

          .el-form-item__label {
            color: #757981;
          }
        }

        .right_top {
          height: 128px;
          padding: 16px;
          background-color: #f6f8fa;

          .top_one {
            line-height: 18px;
            font-size: 16px;
          }

          .top_two {
            line-height: 22px;
            font-size: 14px;
            margin-top: 10px;
          }
        }

        .right_main {
          height: 192px;

          .table_tr {
            height: 48px;

            .tr_left {
              text-align: right;
              width: 20%;
              line-height: 21px;
              color: #757981;
            }

            .tr_right {
              width: 80%;
              padding-left: 40px;
              line-height: 13px;
            }
          }
        }

        .dialog-footer {
          margin: 0 81px auto;
          position: absolute;
          bottom: 50px;

          .el-button--primary {
            background-color: #0057ff;
            ;
            border-color: #0057ff;
            ;
          }

          .el-button--primary:focus,
          .el-button--primary:hover {
            background: #409EFF;
            border-color: #409EFF;
            color: #fff;
          }

          button {
            width: 110px;
          }
        }
      }
    }
  }
}
