span.ivu-date-picker-cells-cell-disabled, span.ivu-date-picker-cells-cell-disabled:hover{
  background:#f7f7f7
}
.primary{color:#1890FF;}
.ivu-table-cell{
  overflow: visible;
}
.ivu-table{
  overflow: visible;
}
.ivu-table th{
  background: #EEF3FA;
}
.xy-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
// .ivu-table-stripe .ivu-table-body tr:nth-child(2n) td, .ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td{
//   background: #EEF3FA;
// }
.disabled-btn{
  color:#999999;
}
.pri-btn{
  color:#1890FF;
  cursor: pointer;
}
//表单多行
.ivu-table td{
  padding-bottom: 6px;
  padding-top: 7px;
}

.ivu-select-item-selected{background: #f9f9f9!important;}

.ivu-select-item-selected, .ivu-select-item-selected:hover {
    color: #2d8cf0!important;
}
.ivu-modal-confirm{padding:10px 0 0 0!important;}
.bg-f3{ background: #f3f3f3 }
