.notBuy {
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.notBuy .regret {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}
.notBuy .confirm {
  font-size: 17px;
  border-radius: 5px;
  background-color: #19BCA1;
  margin-top: 20px;
}
