.qrcode-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qrcode-container {
  width: 2.16rem;
  height: 2.16rem;
  background: #FFFFFF;
  border: .02rem solid rgba(130, 157, 233, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.24rem;
  padding: .004rem;
}

.qrcode-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qrcode-recvway {
  width: 80%;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #294391;
  text-align: center;
}