.rightContent {
  margin-left: 6px;
  background: #fff;
  flex: 1;
  .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
  }
  .rightCenter {
    padding: 16px 20px;
    height: calc(100vh - 194px);
  }
}
.submit {
  text-align: right;
  padding-top: 20px;
}
