.pay-wechat-qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay-wechat-qrcode__container {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
}
.pay-wechat-qrcode__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pay-wechat-qrcode__tip {
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
