.page-content {
  background-color: #f3f4f5 !important;
}
.blockScreen {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 999;
}
#purchase .transactionItem .srImg {
  object-fit: contain;
}
#purchaseHandler .purchaseRecord:hover {
  background: #e2e7eb;
}
