.dialog-box .el-pagination {
  margin-top: 20px;
}
.dialog-box .left-table .el-table__body-wrapper {
  height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table {
  text-align: center;
}
.dialog-box .right-table .el-table {
  min-height: 400px;
}
.dialog-box .right-table .el-table__body-wrapper {
  max-height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table .el-table__empty-block {
  min-height: 370px;
}
.dialog-box .risk-contrast-btn {
  margin-top: 20px;
}
.dialog-box .el-col-2 {
  height: 407px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog-box .el-col-2 .btn-content .btn1 {
  margin-bottom: 20px;
}
.dialog-box .el-dialog__footer {
  text-align: center;
}

