.financeReimbursementApply .reimbursement-details {
  margin-bottom: 24px;
}
.financeReimbursementApply .reimbursement-details .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
  padding-right: 10px;
}
.financeReimbursementApply .reimbursement-details .top .ivu-form-item-error-tip {
  padding-top: 0;
}

