.PurchasingIndex .header {
  height: 130px;
  background-color: #f1f8ff;
  margin-bottom: 10px;
}
.PurchasingIndex .header .top {
  height: 88px;
  padding: 8px 8px 0 20px;
}
.PurchasingIndex .header .ant-form-item {
  width: 140px;
  margin: 0 8px;
  float: left;
}
.PurchasingIndex .header .ant-form-item .ant-form-item-label {
  line-height: 30px;
  color: #666;
}
.PurchasingIndex .header .ant-form-item .ant-form-item-label i {
  color: red;
}
.PurchasingIndex .header .ant-form-item .ant-select {
  width: 140px;
}
.PurchasingIndex .header .cols {
  width: 220px;
}
.PurchasingIndex .header .cols .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PurchasingIndex .header .cols .ant-form-item-children .ant-select {
  width: 110px;
}
.PurchasingIndex .header .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.PurchasingIndex .header .input .ant-input {
  width: 590px;
  margin-left: 26px;
  margin-right: 5px;
}
.PurchasingIndex .header .input .ant-input .ant-input {
  border-radius: 4px;
  border-color: #d1dae1;
}
.PurchasingIndex .header .input .ant-input .ant-input-suffix {
  color: #1784fc;
}
.PurchasingIndex .header .input .ant-btn {
  width: 100px;
  margin: 0 5px;
}
.PurchasingIndex .header .input .ant-btn-danger {
  background-color: #ff7640;
  border-color: #ff7640;
}
.PurchasingIndex .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;
}
.PurchasingIndex .header .input .GoodsList .item {
  height: 33px;
  line-height: 33px;
  color: #666;
  cursor: pointer;
}
.PurchasingIndex .header .input .GoodsList .item.a {
  background-color: rgba(24, 144, 255, 0.9) !important;
  color: #fff;
}
.PurchasingIndex .header .input .GoodsList .item span {
  height: 33px;
  padding-left: 8px;
  float: left;
}
.PurchasingIndex .header .input .GoodsList .item span:nth-child(1) {
  width: 260px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PurchasingIndex .header .input .GoodsList .item span:nth-child(2) {
  width: 160px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PurchasingIndex .header .input .GoodsList .item span:nth-child(3) {
  width: 150px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PurchasingIndex .header .input .GoodsList .item span:nth-child(4) {
  width: 80px;
  text-align: center;
}
.PurchasingIndex .header .input .GoodsList .item span:nth-child(5) {
  width: 141px;
  text-align: center;
}
.PurchasingIndex .header .input .GoodsList .item:nth-child(2n) {
  background-color: #f1f8ff;
}
.PurchasingIndex .header .input .GoodsList .item:hover {
  background-color: rgba(24, 144, 255, 0.3);
}
.PurchasingIndex .header .input .GoodsList .item.active {
  color: #ccc;
  cursor: no-drop;
}
.PurchasingIndex .header .input .GoodsList .GoodsBoxs {
  height: calc(100vh - 335px);
  overflow-y: auto;
}
.PurchasingIndex .header .input .GoodsList .GoodsBoxs::-webkit-scrollbar-track {
  background-color: transparent;
}
.PurchasingIndex .header .input .GoodsList .GoodsBoxs::-webkit-scrollbar {
  width: 4px;
}
.PurchasingIndex .header .input .GoodsList .GoodsBoxs::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}
.PurchasingIndex .button {
  height: 50px;
  line-height: 50px;
  text-align: right;
  background-color: #f1f8ff;
  padding: 0;
  overflow: hidden;
}
.PurchasingIndex .button .formRowCol {
  width: 280px;
  float: left;
  margin-bottom: 0;
}
.PurchasingIndex .button .formRowCol .ant-form-item-label {
  width: 60px;
}
.PurchasingIndex .button .total {
  height: 50px;
  line-height: 50px;
  float: left;
  margin-left: 270px;
  color: #666;
}
.PurchasingIndex .button .total span {
  color: #ff7640;
  font-weight: bold;
}
.PurchasingIndex .button .ant-btn {
  margin: 0 8px;
}
.PurchasingIndex .button .ant-btn-danger {
  background-color: #ff7640;
  border-color: #ff7640;
}
.PurchasingIndex .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);
}
.PurchasingIndex .GoodsPopup .head {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 21, 41, 0.8);
}
.PurchasingIndex .GoodsPopup .head .anticon {
  line-height: 24px;
  float: right;
  cursor: pointer;
}
.PurchasingIndex .GoodsPopup .top {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}
.PurchasingIndex .GoodsPopup .top .ant-select {
  width: 160px;
  margin-left: 16px;
  margin-right: 20px;
}
.PurchasingIndex .GoodsPopup .top .ant-select .ant-select-selection {
  border-radius: 4px;
  border-color: #d1dae1;
}
.PurchasingIndex .GoodsPopup .top .ant-input-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.PurchasingIndex .GoodsPopup .top .ant-input-search .ant-input {
  border-radius: 4px;
  border-color: #d1dae1;
}
.PurchasingIndex .GoodsPopup .scroll {
  height: calc(100vh - 160px);
  overflow-y: auto;
}
.PurchasingIndex .GoodsPopup .scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.PurchasingIndex .GoodsPopup .scroll::-webkit-scrollbar {
  width: 4px;
}
.PurchasingIndex .GoodsPopup .scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}
.PurchasingIndex .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;
}
.PurchasingIndex .GoodsPopup .items span {
  height: 40px;
}
.PurchasingIndex .GoodsPopup .items span:nth-child(1) {
  width: 125px;
}
.PurchasingIndex .GoodsPopup .items span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.PurchasingIndex .GoodsPopup .items span:nth-child(3) {
  width: 53px;
}
.PurchasingIndex .GoodsPopup .items span:nth-child(4) {
  width: 70px;
}
.PurchasingIndex .GoodsPopup .item-box .imgs {
  width: 120px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  float: left;
}
.PurchasingIndex .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;
}
.PurchasingIndex .GoodsPopup .item-box .imgs span img {
  max-width: 63px;
  max-height: 63px;
  display: inline-block;
}
.PurchasingIndex .GoodsPopup .item-box .cont {
  width: 430px;
  height: 100px;
}
.PurchasingIndex .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;
}
.PurchasingIndex .GoodsPopup .item-box .cont p:nth-child(1) {
  color: #1784fc;
  height: 37px;
  padding-top: 12px;
}
.PurchasingIndex .GoodsPopup .item-vo {
  height: 42px;
  line-height: 40px;
  border-top: 1px solid #eff4f8;
}
.PurchasingIndex .GoodsPopup .item-vo span {
  width: 120px;
  height: 40px;
  text-align: center;
  float: left;
}
.PurchasingIndex .GoodsPopup .item-vo b {
  width: 218px;
  height: 40px;
  float: left;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PurchasingIndex .GoodsPopup .item-vo p {
  width: 58px;
  height: 40px;
  margin-bottom: 0;
  float: left;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PurchasingIndex .GoodsPopup .item-vo i {
  font-size: 20px;
  height: 40px;
  cursor: pointer;
  float: left;
  margin-left: 12px;
  color: #1784fc;
}
.PurchasingIndex .GoodsPopup .item-vo i.active {
  color: #999;
}
.PurchasingIndex .purchase-title-header {
  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;
}
.PurchasingIndex .purchase-title-header .text {
  text-align: center;
}
.PurchasingIndex .purchase-list-box {
  height: calc(100vh - 280px);
  overflow-y: scroll;
}
.PurchasingIndex .purchase-list-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;
}
.PurchasingIndex .purchase-list-box .purchase-list .text {
  text-align: center;
}
.PurchasingIndex .purchase-list-box .purchase-list .el-input-number > span {
  width: 25px;
  height: 26px;
}
.PurchasingIndex .purchase-list-box .purchase-list .el-input-number .el-input__inner {
  padding: 0 25px;
}
.PurchasingIndex .purchase-list-box .purchase-list .btn {
  width: 80px;
}
.PurchasingIndex .purchase-list-box .purchase-list .btn .el-input-number--mini {
  width: 80px !important;
}
.PurchasingIndex .purchase-list-box .purchase-list .btn .el-input-number__decrease {
  width: 15px;
  background: white;
}
.PurchasingIndex .purchase-list-box .purchase-list .btn .el-input-number__increase {
  width: 15px;
  background: white;
}
.PurchasingIndex .purchase-list-box .purchase-list .btn .el-input__inner {
  padding: 0 15px;
}
.PurchasingIndex .purchase-list-box .purchase-list1 {
  -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;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .text {
  text-align: center;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .el-input-number > span {
  width: 25px;
  height: 26px;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .el-input-number .el-input__inner {
  padding: 0 25px;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .btn {
  width: 80px;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .btn .el-input-number--mini {
  width: 80px !important;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .btn .el-input-number__decrease {
  width: 15px;
  background: white;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .btn .el-input-number__increase {
  width: 15px;
  background: white;
}
.PurchasingIndex .purchase-list-box .purchase-list1 .btn .el-input__inner {
  padding: 0 15px;
}
.PurchasingIndex .supplier-popover .ant-popover-content {
  width: 500px;
}
.PurchasingIndex .supplier-popover .ant-popover-content .ant-popover-title {
  background: #1784fc;
  color: white;
}
.supplier-popover-btn {
  width: 80px;
}
.supplier-popover-btn .el-input-number--mini {
  width: 80px !important;
}
.supplier-popover-btn .el-input-number__decrease {
  width: 15px;
  background: white;
}
.supplier-popover-btn .el-input-number__increase {
  width: 15px;
  background: white;
}
.supplier-popover-btn .el-input__inner {
  padding: 0 15px;
}

.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;
}

.checkrepertory-purchasing-order .purchasing-serach {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.checkrepertory-purchasing-order .purchasing-serach .ant-row {
  margin: 0!important;
}
.checkrepertory-purchasing-order .purchasing-serach .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.checkrepertory-purchasing-order .purchasing-serach .formRowCol {
  padding: 0;
}
.checkrepertory-purchasing-order .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkrepertory-purchasing-order .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.checkrepertory-purchasing-order .purchasing-serach .ant-btn {
  margin: 5px 15px;
}
.checkrepertory-purchasing-order .purchasing-serach .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.checkrepertory-purchasing-order .purchasing-serach .formRowCol {
  padding: 0;
}
.checkrepertory-purchasing-order .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkrepertory-purchasing-order .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.checkrepertory-purchasing-order .purchasing-title {
  padding-left: 20px;
  line-height: 32px;
  height: 32px;
  background: #FFF0D0;
  border-radius: 16px;
  margin: 5px 12px;
}
.checkrepertory-purchasing-order .purchasing-title .c-76 {
  color: #FF7640;
}
.checkrepertory-purchasing-order .purchasing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 270px);
}
.checkrepertory-purchasing-order .sider {
  width: 120px;
  height: calc(100vh - 270px);
  border: 1px solid #eee;
  padding: 8px;
}
.checkrepertory-purchasing-order .sider div {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
}
.checkrepertory-purchasing-order .sider div:hover,
.checkrepertory-purchasing-order .sider div.active {
  color: #1784fc;
  background-color: #f3f2f2;
}
.checkrepertory-purchasing-order .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.checkrepertory-purchasing-order .cont .ant-row {
  margin: 0!important;
  margin-top: 5px!important;
}
.checkrepertory-purchasing-order .cont .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.checkrepertory-purchasing-order .cont .formRowCol {
  padding: 0;
}
.checkrepertory-purchasing-order .cont .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkrepertory-purchasing-order .cont .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.checkrepertory-purchasing-order .cont .ant-btn {
  margin: 5px 15px;
  padding: 1.5px 12px;
}
.checkrepertory-purchasing-order .cont .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.checkrepertory-purchasing-order .cont .ant-table th {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.9);
  border-right: 1px solid rgba(24, 144, 255, 0.9);
}
.checkrepertory-purchasing-order .cont .ant-table td {
  border-right: 1px solid #EFF4F8;
  border-bottom: none;
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}
.checkrepertory-purchasing-order .cont .ant-table .show {
  display: none;
}
.checkrepertory-purchasing-order .cont .ant-table .bor-bot {
  border-top: solid 1px #EFF4F8;
}
.checkrepertory-purchasing-order .cont .ant-table .bor-right {
  border-right: solid 1px #EFF4F8;
}
.checkrepertory-purchasing-order .cont .ant-table .bor-left {
  border-left: solid 1px #EFF4F8;
}
.checkrepertory-purchasing-order .cont .ant-table .fl-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkrepertory-purchasing-order .cont .ant-table .c-76 {
  color: #FF7640;
}
.checkrepertory-purchasing-order .cont .ant-table .c-89 {
  color: #1784fc;
}
.checkrepertory-purchasing-order .cont .ant-table .t-els {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auditModalList .ant-modal-content .ant-modal-header {
  background: #1784fc;
}
.auditModalList .ant-modal-content .ant-modal-header .ant-modal-title {
  color: white;
}
.auditModalList .ant-modal-content .ant-modal-close {
  color: white;
}
.auditModalList .ant-modal-content .ant-modal-body {
  padding: 0;
}

.purchasing-Reconciliation .purchasing-serach {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.purchasing-Reconciliation .purchasing-serach .ant-row {
  margin: 0!important;
}
.purchasing-Reconciliation .purchasing-serach .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.purchasing-Reconciliation .purchasing-serach .formRowCol {
  padding: 0;
}
.purchasing-Reconciliation .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-Reconciliation .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-Reconciliation .purchasing-serach .ant-btn {
  margin: 5px 15px;
}
.purchasing-Reconciliation .purchasing-serach .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.purchasing-Reconciliation .purchasing-serach .formRowCol {
  padding: 0;
}
.purchasing-Reconciliation .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-Reconciliation .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-Reconciliation .purchasing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 228px);
}
.purchasing-Reconciliation .sider {
  width: 120px;
  height: calc(100vh - 228px);
  border: 1px solid #eee;
  padding: 8px;
}
.purchasing-Reconciliation .sider div {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
}
.purchasing-Reconciliation .sider div:hover,
.purchasing-Reconciliation .sider div.active {
  color: #1784fc;
  background-color: #f3f2f2;
}
.purchasing-Reconciliation .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.purchasing-Reconciliation .cont .ant-row {
  margin: 0!important;
  margin-top: 5px!important;
}
.purchasing-Reconciliation .cont .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.purchasing-Reconciliation .cont .formRowCol {
  padding: 0;
}
.purchasing-Reconciliation .cont .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-Reconciliation .cont .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-Reconciliation .cont .ant-btn {
  margin: 5px 15px;
  padding: 1.5px 12px;
}
.purchasing-Reconciliation .cont .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.purchasing-Reconciliation .cont .ant-table th {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.9);
  border-right: 1px solid rgba(24, 144, 255, 0.9);
}
.purchasing-Reconciliation .cont .ant-table tr:nth-child(2n) {
  background-color: #F1F8FF;
}

.purchasing-salesReturn .purchasing-serach {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.purchasing-salesReturn .purchasing-serach .ant-row {
  margin: 0!important;
}
.purchasing-salesReturn .purchasing-serach .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.purchasing-salesReturn .purchasing-serach .formRowCol {
  padding: 0;
}
.purchasing-salesReturn .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-salesReturn .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-salesReturn .purchasing-serach .ant-btn {
  margin: 5px 15px;
}
.purchasing-salesReturn .purchasing-serach .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.purchasing-salesReturn .purchasing-serach .formRowCol {
  padding: 0;
}
.purchasing-salesReturn .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-salesReturn .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-salesReturn .purchasing-title {
  padding-left: 20px;
  line-height: 32px;
  height: 32px;
  background: #FFF0D0;
  border-radius: 16px;
  margin: 5px 12px;
}
.purchasing-salesReturn .purchasing-title .c-76 {
  color: #FF7640;
}
.purchasing-salesReturn .purchasing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 230px);
}
.purchasing-salesReturn .sider {
  width: 120px;
  height: calc(100vh - 230px);
  border: 1px solid #eee;
  padding: 8px;
}
.purchasing-salesReturn .sider div {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
}
.purchasing-salesReturn .sider div:hover,
.purchasing-salesReturn .sider div.active {
  color: #1784fc;
  background-color: #f3f2f2;
}
.purchasing-salesReturn .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.purchasing-salesReturn .cont .ant-row {
  margin: 0!important;
  margin-top: 5px!important;
}
.purchasing-salesReturn .cont .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.purchasing-salesReturn .cont .formRowCol {
  padding: 0;
}
.purchasing-salesReturn .cont .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-salesReturn .cont .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-salesReturn .cont .ant-btn {
  margin: 5px 15px;
  padding: 1.5px 12px;
}
.purchasing-salesReturn .cont .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.purchasing-salesReturn .cont .ant-table th {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.9);
  border-right: 1px solid rgba(24, 144, 255, 0.9);
}
.purchasing-salesReturn .cont .ant-table td {
  border-right: 1px solid #EFF4F8;
  border-bottom: none;
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}
.purchasing-salesReturn .cont .ant-table .show {
  display: none;
}
.purchasing-salesReturn .cont .ant-table .bor-bot {
  border-top: solid 1px #EFF4F8;
}
.purchasing-salesReturn .cont .ant-table .bor-right {
  border-right: solid 1px #EFF4F8;
}
.purchasing-salesReturn .cont .ant-table .bor-left {
  border-left: solid 1px #EFF4F8;
}
.purchasing-salesReturn .cont .ant-table .fl-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.purchasing-salesReturn .cont .ant-table .c-76 {
  color: #FF7640;
}
.purchasing-salesReturn .cont .ant-table .c-89 {
  color: #1784fc;
}
.purchasing-salesReturn .cont .ant-table .t-els {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchasing-CheckDetail .purchasing-serach {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.purchasing-CheckDetail .purchasing-serach .ant-row {
  margin: 0!important;
}
.purchasing-CheckDetail .purchasing-serach .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.purchasing-CheckDetail .purchasing-serach .formRowCol {
  padding: 0;
}
.purchasing-CheckDetail .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-CheckDetail .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-CheckDetail .purchasing-serach .ant-btn {
  margin: 5px 15px;
}
.purchasing-CheckDetail .purchasing-serach .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.purchasing-CheckDetail .purchasing-serach .formRowCol {
  padding: 0;
}
.purchasing-CheckDetail .purchasing-serach .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-CheckDetail .purchasing-serach .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-CheckDetail .purchasing-title {
  padding-left: 20px;
  line-height: 32px;
  height: 32px;
  background-color: #FFF0D0;
  border-radius: 16px;
  margin: 5px 12px;
}
.purchasing-CheckDetail .purchasing-title .c-76 {
  color: #FF7640;
}
.purchasing-CheckDetail .purchasing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 285px);
}
.purchasing-CheckDetail .sider {
  width: 120px;
  height: calc(100vh - 285px);
  border: 1px solid #eee;
  padding: 8px;
}
.purchasing-CheckDetail .sider div {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
}
.purchasing-CheckDetail .sider div:hover,
.purchasing-CheckDetail .sider div.active {
  color: #1784fc;
  background-color: #f3f2f2;
}
.purchasing-CheckDetail .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.purchasing-CheckDetail .cont .ant-row {
  margin: 0!important;
  margin-top: 5px!important;
}
.purchasing-CheckDetail .cont .ant-col {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.purchasing-CheckDetail .cont .formRowCol {
  padding: 0;
}
.purchasing-CheckDetail .cont .formRowCol.cl .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasing-CheckDetail .cont .formRowCol.cl .ant-form-item-children .ant-select {
  width: 50%;
}
.purchasing-CheckDetail .cont .ant-btn {
  margin: 5px 15px;
  padding: 1.5px 12px;
}
.purchasing-CheckDetail .cont .ant-btn-danger {
  background-color: #FF7640;
  border-color: #FF7640;
}
.purchasing-CheckDetail .cont .ant-table th {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.9);
  border-right: 1px solid rgba(24, 144, 255, 0.9);
}
.purchasing-CheckDetail .cont .ant-table tr:nth-child(2n) {
  background-color: #F1F8FF;
}

.dataUserGrade {
  height: calc(100vh - 97px);
  background-color: #fff;
  border-radius: 2px;
}
.dataUserGrade-header {
  height: 48px;
  border-bottom: 1px solid #e8e8e8;
}
.dataUserGrade-header div {
  width: 140px;
  line-height: 44px;
  text-align: center;
  font-weight: 500;
  float: left;
  font-size: 16px;
  cursor: pointer;
  margin-left: 15px;
}
.dataUserGrade-header div:hover,
.dataUserGrade-header div.active {
  color: #1784fc;
  border-bottom: 3px solid #1784fc;
}
.dataUserGrade .ant-empty {
  padding-top: 160px;
}

