.AllocationUserMoney .ant-drawer-body .h50 {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 15px;
}
.AllocationUserMoney .ant-drawer-body td .ant-select {
  width: 120px;
  margin-right: 5px;
}
.AllocationUserMoney .ant-drawer-body td .ant-input-number {
  width: 80px;
}
.AllocationUserMoney .ant-drawer-body td .anticon-plus,
.AllocationUserMoney .ant-drawer-body td .anticon-minus {
  width: 32px;
  height: 28px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #1784fc;
  font-weight: bold;
}
.AllocationUserMoney .ant-drawer-body td .mt5 {
  margin-top: 5px;
}
.AllocationUserMoney .ant-drawer-body .submitBtn {
  text-align: center;
  background-color: #fff;
}
.AllocationUserMoney .ant-drawer-body .submitBtn .ant-btn {
  width: 100px;
  text-align: center;
  margin: 15px 8px;
}

