.RequisitionDataEidt .header {
  height: 110px;
  background-color: #f1f8ff;
}
.RequisitionDataEidt .header .top {
  height: 60px;
  padding: 8px 8px 0 20px;
}
.RequisitionDataEidt .header .ant-form-item {
  float: left;
}
.RequisitionDataEidt .header .ant-form-item .ant-form-item-label {
  color: #666;
}
.RequisitionDataEidt .header .ant-form-item .ant-form-item-label i {
  color: red;
}
.RequisitionDataEidt .header .ant-form-item .ant-select {
  width: 140px;
}
.RequisitionDataEidt .header .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.RequisitionDataEidt .header .input .ant-input {
  width: 590px;
  margin-left: 26px;
  margin-right: 5px;
}
.RequisitionDataEidt .header .input .ant-input .ant-input {
  border-radius: 4px;
  border-color: #D1DAE1;
}
.RequisitionDataEidt .header .input .ant-input .ant-input-suffix {
  color: #1784fc;
}
.RequisitionDataEidt .header .input .ant-btn {
  width: 100px;
  margin: 0 5px;
}
.RequisitionDataEidt .header .input .GoodsList {
  width: 812px;
  height: calc(100vh - 300px);
  position: absolute;
  top: 33px;
  left: 25px;
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid rgba(24, 144, 255, 0.9);
  border-right: 1px solid rgba(24, 144, 255, 0.9);
  border-left: 1px solid rgba(24, 144, 255, 0.9);
  overflow: hidden;
}
.RequisitionDataEidt .header .input .GoodsList .item {
  height: 33px;
  line-height: 33px;
  color: #666;
  cursor: pointer;
}
.RequisitionDataEidt .header .input .GoodsList .item.a {
  background-color: rgba(24, 144, 255, 0.9) !important;
  color: #fff;
}
.RequisitionDataEidt .header .input .GoodsList .item span {
  height: 33px;
  padding-left: 8px;
  float: left;
}
.RequisitionDataEidt .header .input .GoodsList .item span:nth-child(1) {
  width: 260px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RequisitionDataEidt .header .input .GoodsList .item span:nth-child(2) {
  width: 160px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RequisitionDataEidt .header .input .GoodsList .item span:nth-child(3) {
  width: 150px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RequisitionDataEidt .header .input .GoodsList .item span:nth-child(4) {
  width: 80px;
  text-align: center;
}
.RequisitionDataEidt .header .input .GoodsList .item span:nth-child(5) {
  width: 141px;
  text-align: center;
}
.RequisitionDataEidt .header .input .GoodsList .item:nth-child(2n) {
  background-color: #F1F8FF;
}
.RequisitionDataEidt .header .input .GoodsList .item:hover {
  background-color: rgba(24, 144, 255, 0.3);
}
.RequisitionDataEidt .header .input .GoodsList .item.active {
  color: #ccc;
  cursor: no-drop;
}
.RequisitionDataEidt .header .input .GoodsList .GoodsBoxs {
  height: calc(100vh - 335px);
  overflow-y: auto;
}
.RequisitionDataEidt .box {
  height: calc(100vh - 210px) !important;
  overflow-y: inherit!important;
}
.RequisitionDataEidt .box .ant-table-header {
  overflow: hidden!important;
  margin-bottom: 0!important;
}
.RequisitionDataEidt .box .ant-table-header th {
  background-color: #EFF4F8;
  padding: 9px 0!important;
}
.RequisitionDataEidt .box .el-input-number {
  width: 80px;
  line-height: 26px;
}
.RequisitionDataEidt .box .el-input-number__decrease {
  width: 26px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.RequisitionDataEidt .box .el-input-number__increase {
  width: 26px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.RequisitionDataEidt .box .el-input-number .el-input__inner {
  height: 26px;
  padding-left: 26px;
  padding-right: 26px;
}
.RequisitionDataEidt .box td .iconfont {
  width: 23px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #FF7640;
}
.RequisitionDataEidt .box td.cor1 {
  color: #1784fc;
}
.RequisitionDataEidt .submitBtn .formRowCol {
  width: 400px;
  float: left;
}
.RequisitionDataEidt .GoodsPopup {
  width: 450px;
  height: calc(100vh - 5px);
  position: fixed;
  top: 0;
  right: 1000px;
  background-color: #fff;
  border: 2px solid rgba(0, 21, 41, 0.8);
}
.RequisitionDataEidt .GoodsPopup .head {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 21, 41, 0.8);
}
.RequisitionDataEidt .GoodsPopup .head .anticon {
  line-height: 24px;
  float: right;
  cursor: pointer;
}
.RequisitionDataEidt .GoodsPopup .top {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}
.RequisitionDataEidt .GoodsPopup .top .ant-select {
  width: 160px;
  margin-left: 16px;
  margin-right: 20px;
}
.RequisitionDataEidt .GoodsPopup .top .ant-select .ant-select-selection {
  border-radius: 4px;
  border-color: #D1DAE1;
}
.RequisitionDataEidt .GoodsPopup .top .ant-input-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.RequisitionDataEidt .GoodsPopup .top .ant-input-search .ant-input {
  border-radius: 4px;
  border-color: #D1DAE1;
}
.RequisitionDataEidt .GoodsPopup .scroll {
  height: calc(100vh - 160px);
  overflow-y: auto;
}
.RequisitionDataEidt .GoodsPopup .items {
  height: 40px;
  line-height: 40px;
  background-color: #F1F8FF;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  text-align: center;
}
.RequisitionDataEidt .GoodsPopup .items span {
  height: 40px;
}
.RequisitionDataEidt .GoodsPopup .items span:nth-child(1) {
  width: 125px;
}
.RequisitionDataEidt .GoodsPopup .items span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.RequisitionDataEidt .GoodsPopup .items span:nth-child(3) {
  width: 50px;
}
.RequisitionDataEidt .GoodsPopup .items span:nth-child(4) {
  width: 50px;
}
.RequisitionDataEidt .GoodsPopup .items span:nth-child(5) {
  width: 70px;
}
.RequisitionDataEidt .GoodsPopup .item-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F1F8FF;
}
.RequisitionDataEidt .GoodsPopup .item-box .imgs {
  width: 120px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.RequisitionDataEidt .GoodsPopup .item-box .imgs span {
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  display: inline-block;
  background-color: #EFF4F8;
  border-radius: 2px;
  border: 1px solid #E9EEF1;
}
.RequisitionDataEidt .GoodsPopup .item-box .imgs span img {
  max-width: 63px;
  max-height: 63px;
  display: inline-block;
}
.RequisitionDataEidt .GoodsPopup .item-box .cont {
  width: 225px;
  height: 100px;
}
.RequisitionDataEidt .GoodsPopup .item-box .cont p {
  height: 25px;
  line-height: 25px;
  margin-bottom: 0;
  color: #666;
  font-family: Microsoft YaHei;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RequisitionDataEidt .GoodsPopup .item-box .cont p:nth-child(1) {
  color: #1784fc;
  height: 37px;
  padding-top: 12px;
}
.RequisitionDataEidt .GoodsPopup .item-box .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
  line-height: 100px;
}
.RequisitionDataEidt .GoodsPopup .item-box .label span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  margin-left: 2px;
  display: inline-block;
}
.RequisitionDataEidt .GoodsPopup .item-box .label span.a {
  background-color: #18B0FF;
}
.RequisitionDataEidt .GoodsPopup .item-box .label span.b {
  background-color: #FF7640;
}
.RequisitionDataEidt .GoodsPopup .item-box .label span.c {
  background-color: #1784fc;
}
.RequisitionDataEidt .GoodsPopup .item-box .label span.d {
  background-color: #189000;
}
.RequisitionDataEidt .GoodsPopup .item-vo {
  height: 42px;
  line-height: 40px;
  border-top: 1px solid #EFF4F8;
}
.RequisitionDataEidt .GoodsPopup .item-vo span {
  width: 120px;
  height: 40px;
  text-align: center;
  float: left;
}
.RequisitionDataEidt .GoodsPopup .item-vo b {
  width: 157px;
  height: 40px;
  float: left;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RequisitionDataEidt .GoodsPopup .item-vo P {
  width: 58px;
  height: 40px;
  margin-bottom: 0;
  float: left;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RequisitionDataEidt .GoodsPopup .item-vo div {
  width: 50px;
  height: 40px;
  text-align: center;
  float: left;
}
.RequisitionDataEidt .GoodsPopup .item-vo i {
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  float: left;
  margin-left: 12px;
  color: #1784fc;
}
.RequisitionDataEidt .GoodsPopup .item-vo i.active {
  color: #999;
}

.ModalReatData .ant-modal-content {
  border: 2px solid #1784fc;
}
.ModalReatData .ant-modal-body {
  padding: 0;
}
.ModalReatData .ant-modal-footer {
  background-color: #F1F8FF;
}
.ModalReatData .item {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #E9E9E9;
}
.ModalReatData .item > span {
  width: 200px;
  height: 50px;
  float: left;
  background-color: #EFF4F8;
  padding-left: 20px;
  color: #333;
}
.ModalReatData .item > div {
  width: 595px;
  float: left;
  padding-left: 24px;
}
.ModalReatData .item:nth-child(1) {
  border-top: none;
}
.ModalReatData .item:nth-child(7) {
  height: 110px;
  line-height: 110px;
}
.ModalReatData .item:nth-child(7) > span {
  height: 110px;
}
.ModalReatData .item:nth-child(7) > div {
  line-height: 1;
  padding: 5px 50px 0 15px;
}

.receiveInfoData .header {
  height: 55px;
  padding: 13px;
  background-color: #f1f8ff;
}
.receiveInfoData .header .ant-input-search {
  width: 600px;
}
.receiveInfoData .header .ant-input-search .ant-input-suffix {
  color: #1784fc;
}
.receiveInfoData th {
  padding: 8px 0!important;
}
.receiveInfoData td {
  border-color: #E9E9E9;
  color: #666;
}
.receiveInfoData td.cor1 {
  padding: 0!important;
}
.receiveInfoData td.cor1 > div {
  min-height: 38px;
  line-height: 38px;
  color: #666;
  text-align: left;
  padding-left: 15px;
  background-color: #F1F8FF;
}
.receiveInfoData td p {
  margin-bottom: 0;
}
.receiveInfoData td p:nth-child(1) {
  color: #1784fc;
}
.receiveInfoData td .desc {
  max-width: 120px;
  background-color: transparent!important;
}

.ReceiveList-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 145px);
}
.ReceiveList-order .sider {
  width: 120px;
  height: calc(100vh - 145px);
  border: 1px solid #eee;
  padding: 8px;
}
.ReceiveList-order .sider div {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
}
.ReceiveList-order .sider div:hover,
.ReceiveList-order .sider div.active {
  color: #1784fc;
  background-color: #f3f2f2;
}
.ReceiveList-order .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.ReceiveList-order .cont .ant-row {
  margin: 5px 0 0 0!important;
}
.ReceiveList-order .cont .ant-col {
  padding: 0 5px!important;
}
.ReceiveList-order .cont .ant-col-md-7 {
  padding-top: 5px;
}
.ReceiveList-order .cont .ant-col-md-7 .ant-btn-danger {
  float: right;
}
.ReceiveList-order .cont .formRowCol {
  padding: 0;
}
.ReceiveList-order .cont .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ReceiveList-order .cont .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.ReceiveList-order .cont .ant-btn {
  margin: 5px;
}
.ReceiveList-order .cont .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.ReceiveList-order .cont .table-header {
  height: 50px;
  line-height: 50px;
  background-color: rgba(24, 144, 255, 0.9);
  color: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ReceiveList-order .cont .table-header div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.ReceiveList-order .cont .table-header div:nth-child(1) {
  width: 440px;
  padding-left: 20px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.ReceiveList-order .cont .table-header div:nth-child(6) {
  width: 220px;
  padding-right: 20px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.ReceiveList-order .cont .table-box {
  height: calc(100vh - 285px);
  overflow-y: scroll;
}
.ReceiveList-order .cont .table-item {
  margin: 20px;
}
.ReceiveList-order .cont .table-item > p {
  height: 40px;
  line-height: 40px;
  background-color: #E8F4FF;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  padding: 0 20px;
}
.ReceiveList-order .cont .table-item > p span {
  height: 40px;
  float: right;
  cursor: pointer;
  margin: 0;
}
.ReceiveList-order .cont .table-item > p span i {
  color: #1784fc;
}
.ReceiveList-order .cont .table-item > p span:hover {
  color: #1784fc;
}
.ReceiveList-order .cont .table-item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E9E9E9;
  border-top: none;
}
.ReceiveList-order .cont .table-item .list .box {
  width: calc(100% - 200px);
  height: 228px;
  overflow-y: scroll;
}
.ReceiveList-order .cont .table-item .list .box::-webkit-scrollbar-track {
  background-color: transparent;
}
.ReceiveList-order .cont .table-item .list .box::-webkit-scrollbar {
  width: 4px;
}
.ReceiveList-order .cont .table-item .list .box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}
.ReceiveList-order .cont .table-item .list .box .items {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E9E9E9;
}
.ReceiveList-order .cont .table-item .list .box .items div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ReceiveList-order .cont .table-item .list .box .items div:nth-child(1) {
  width: 420px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  color: #1784fc;
}
.ReceiveList-order .cont .table-item .list .box.box1 .items {
  height: 228px;
  line-height: 228px;
}
.ReceiveList-order .cont .table-item .list .box.box2 .items {
  height: 114px;
  line-height: 114px;
}
.ReceiveList-order .cont .table-item .list .box.box3 .items {
  height: 76px;
  line-height: 76px;
}
.ReceiveList-order .cont .table-item .list .box.box4 .items {
  height: 57px;
  line-height: 57px;
}
.ReceiveList-order .cont .table-item .list .action {
  width: 199px;
  border-left: 1px solid #E9E9E9;
}
.ReceiveList-order .cont .table-item .list .action .btn {
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
}
.ReceiveList-order .cont .table-item .list .action .btn .ant-btn {
  margin: 5px;
}
.ReceiveList-order .cont .table-item .list .action .btn.btn1 {
  visibility: hidden;
}
.ReceiveList-order .cont .table-item .list .action > span {
  height: 30px;
  line-height: 30px;
  color: #1784fc;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
.ReceiveList-order .cont .table-item .list .action p {
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: #666;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ReceiveList-order .cont .table-item .list .action p i {
  width: 72px;
  font-style: normal;
}
.ReceiveList-order .cont .table-item .list .action p b {
  width: 110px;
  min-height: 30px;
  text-align: right;
  padding-right: 6px;
  word-wrap: break-word;
}

