.purchase-modal .purchase-details {
  width: 1200px;
  margin-bottom: 10px;
}
.purchase-modal .purchase-details .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.purchase-modal .ivu-table .ivu-table-cell {
  overflow: inherit !important;
}
.purchase-modal .ivu-table .ivu-form-item-content {
  margin-left: 0 !important;
}
.purchase-modal .ivu-table .ivu-form-item-error-tip {
  z-index: 99999 !important;
  line-height: 0 !important;
}
.purchase-modal .ivu-table .ivu-form-item {
  width: 100%;
  margin-bottom: 0 !important;
}
.purchase-modal .ivu-table-cell {
  overflow: inherit !important;
  padding-left: 5px;
  padding-right: 5px;
}
.purchase-modal .ivu-table-wrapper {
  overflow: inherit !important;
}
.purchase-modal .ivu-table {
  overflow: inherit !important;
}
.purchase-modal .ivu-table-cell-slot-inline-block {
  width: calc(100% - 40px);
}

