.CheckRepertoryPurchasingEidtInfo .header {
  height: 50px;
  line-height: 50px;
  background-color: #f1f8ff;
  padding-top: 5px;
  font-weight: bold;
  color: #333;
}
.CheckRepertoryPurchasingEidtInfo .header .ant-form-item {
  margin: 0 8px;
  padding: 0;
  float: left;
}
.CheckRepertoryPurchasingEidtInfo .box {
  height: calc(100vh - 163px) !important;
  padding: 8px;
  overflow-y: scroll;
}
.CheckRepertoryPurchasingEidtInfo .box th {
  padding: 5px 0!important;
  background-color: #eff4f8;
  color: #333;
}
.CheckRepertoryPurchasingEidtInfo .box td {
  padding: 2px 0!important;
}
.CheckRepertoryPurchasingEidtInfo .box .desc {
  height: 30px;
  line-height: 30px;
}
.CheckRepertoryPurchasingEidtInfo .b-rb {
  border-right: solid 1px #dde;
}
.CheckRepertoryPurchasingEidtInfo .bottom-box {
  height: 300px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #f1f8ff;
  border-bottom: solid 1px #eee;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.CheckRepertoryPurchasingEidtInfo .bottom-box .y-scroll {
  height: 300px;
  overflow-y: scroll;
}
.CheckRepertoryPurchasingEidtInfo .bottom-box-show {
  height: 0px;
  position: absolute;
  display: none;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #f1f8ff;
  border-bottom: solid 1px #eee;
}
.CheckRepertoryPurchasingEidtInfo .button {
  height: 60px;
  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;
  background-color: #f1f8ff;
  padding: 0;
}
.CheckRepertoryPurchasingEidtInfo .button .ant-btn {
  margin: 0 8px;
}
.CheckRepertoryPurchasingEidtInfo .button .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.CheckRepertoryPurchasingEidtInfo .button .c-76 {
  color: #FF7640;
}

