.InvoiceModalList .upload {
  max-width: 15px;
  max-height: 15px;
}

.PurchasingBillDetail .header {
  height: 50px;
  line-height: 50px;
  background-color: #f1f8ff;
  padding-top: 5px;
  font-weight: bold;
  color: #333;
}
.PurchasingBillDetail .header .ant-form-item {
  margin: 0 8px;
  padding: 0;
  float: left;
}
.PurchasingBillDetail .box {
  height: calc(100vh - 180px) !important;
  padding: 8px;
  overflow-y: scroll;
}
.PurchasingBillDetail .box th {
  padding: 8px 0!important;
  padding-bottom: 8px !important;
  background-color: #eff4f8;
  color: #333;
}
.PurchasingBillDetail .box .desc {
  height: 30px;
  line-height: 30px;
}
.PurchasingBillDetail .box .box-tab-2 {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 5px;
}
.PurchasingBillDetail .box .box-tab-2::-webkit-scrollbar-track {
  background-color: transparent;
}
.PurchasingBillDetail .box .box-tab-2::-webkit-scrollbar {
  width: 4px;
}
.PurchasingBillDetail .box .box-tab-2::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}
.PurchasingBillDetail .box .box-tab-2 th {
  padding: 5px 0!important;
  background-color: #eff4f8;
  color: #333;
}
.PurchasingBillDetail .box .box-tab-2 td {
  padding: 5px 0!important;
}
.PurchasingBillDetail .box .box-tab-2 td p {
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
.PurchasingBillDetail .box .box-tab-2 td p .iconfont {
  width: 26px;
  color: #999;
  font-weight: bold;
}
.PurchasingBillDetail .box .box-tab-2 td p .iconfont.iconsuo1 {
  color: #1784fc;
}
.PurchasingBillDetail .box .box-tab-2 td p span {
  width: 58px;
  font-size: 12px;
  text-align: right;
  float: left;
}
.PurchasingBillDetail .box .box-tab-2 td p b {
  width: 100px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.PurchasingBillDetail .box .box-tab-2 td p i {
  font-style: normal;
  font-size: 12px;
  color: #1784fc;
  cursor: pointer;
}
.PurchasingBillDetail .box .box-tab-2 td .desc {
  height: 30px;
  line-height: 30px;
}
.PurchasingBillDetail .b-rb {
  border-right: solid 1px #dde;
}
.PurchasingBillDetail .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;
}
.PurchasingBillDetail .bottom-box .y-scroll {
  height: 300px;
  overflow-y: scroll;
}
.PurchasingBillDetail .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;
}
.PurchasingBillDetail .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;
}
.PurchasingBillDetail .button .ant-btn {
  margin: 0 8px;
}

.Purchasing-selectDetail .ant-modal-content {
  min-height: 300px;
}
.Purchasing-selectDetail .ant-modal-content .ant-modal-header {
  background: #1784fc;
}
.Purchasing-selectDetail .ant-modal-content .ant-modal-header .ant-modal-title {
  color: white;
}
.Purchasing-selectDetail .ant-modal-content .ant-modal-close {
  color: white;
}
.Purchasing-selectDetail .ant-modal-content .ant-modal-body {
  padding: 0px;
}
.Purchasing-selectDetail .ant-modal-content .m-t-20 {
  margin-top: 20px;
}
.Purchasing-selectDetail .ant-modal-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Purchasing-selectDetail .ant-modal-content .fl-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Purchasing-selectDetail .ant-modal-content .btn {
  width: 80px;
}
.Purchasing-selectDetail .ant-modal-content .btn .el-input-number--mini {
  width: 80px !important;
}
.Purchasing-selectDetail .ant-modal-content .btn .el-input-number__decrease {
  width: 15px;
  background: white;
}
.Purchasing-selectDetail .ant-modal-content .btn .el-input-number__increase {
  width: 15px;
  background: white;
}
.Purchasing-selectDetail .ant-modal-content .btn .el-input__inner {
  padding: 0 15px;
}
.Purchasing-selectDetail .putAmountSettingTable {
  padding: 15px;
}
.Purchasing-selectDetail .putAmountSettingTable .ant-table-content .ant-table-body .ant-table-thead tr th {
  padding: 10px 16px;
  background: #eff4f8;
}
.Purchasing-selectDetail .btn-select-box {
  padding: 15px;
  padding-bottom: 0px;
}
.Purchasing-selectDetail .m-t-15 {
  margin-top: 15px;
}

.PurchasingAddBIll .ant-drawer-body {
  padding: 0;
}
.PurchasingAddBIll .header {
  height: 130px;
  background-color: #f1f8ff;
  margin-bottom: 10px;
}
.PurchasingAddBIll .header .top {
  height: 88px;
  padding: 8px 8px 0 20px;
}
.PurchasingAddBIll .header .ant-form-item {
  width: 220px;
  margin: 0 8px;
  float: left;
}
.PurchasingAddBIll .header .ant-form-item .ant-form-item-label {
  line-height: 30px;
  color: #666;
}
.PurchasingAddBIll .header .ant-form-item .ant-form-item-label i {
  color: red;
}
.PurchasingAddBIll .header .ant-form-item .ant-select {
  width: 140px;
}
.PurchasingAddBIll .box {
  height: calc(100vh - 240px);
}
.PurchasingAddBIll .box .el-date-editor--date {
  width: 120px !important;
}
.PurchasingAddBIll .box .el-date-editor--date .el-input__prefix {
  left: 0;
}
.PurchasingAddBIll .box .el-date-editor--date .el-input__prefix .el-input__icon {
  width: 20px;
  line-height: 28px;
}
.PurchasingAddBIll .box .el-date-editor--date .el-input__inner {
  height: 28px;
  line-height: 28px;
  padding-left: 22px;
  padding-right: 0;
}
.PurchasingAddBIll .box .iconfont {
  width: 23px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.PurchasingAddBIll .button {
  height: 50px;
  line-height: 50px;
  text-align: right;
  background-color: #f1f8ff;
  padding: 0;
}
.PurchasingAddBIll .button .formRowCol {
  width: 280px;
  padding: 0;
  float: left;
  margin-top: 8px;
}
.PurchasingAddBIll .button .formRowCol .ant-form-item-label {
  width: 60px;
}
.PurchasingAddBIll .button .ant-btn {
  margin: 0 8px;
}
.PurchasingAddBIll .purchase-titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFF4F8;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E9E9E9;
  color: #666;
  text-align: center;
}
.PurchasingAddBIll .purchase-box {
  height: calc(100vh - 290px);
  overflow-y: scroll;
}
.PurchasingAddBIll .purchase-box .purchase-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #EFF4F8;
}
.PurchasingAddBIll .purchase-box .purchase-list .text {
  text-align: center;
}
.PurchasingAddBIll .purchase-box .purchase-list .el-input-number > span {
  width: 25px;
  height: 26px;
}
.PurchasingAddBIll .purchase-box .purchase-list .el-input-number .el-input__inner {
  padding: 0 25px;
}

