.container {
  position: relative;
  width: 10rem;
  margin: 0 auto;
  color: #006BC2;
  font-size: 0.2rem;
  padding-bottom: 2rem;
}
.top-container{
  position: fixed;
  left: 50%;
  width: 10rem;
  transform: translateX(-50%);
}
.top{
  width: 100%;
}
.top-txt {
  position: absolute;
  top: 55%;
  left: 22%;
}
.bg{
  width: 10rem;
  margin: 0 auto;
}
.download {
  position: fixed;
  left: 50%;
  bottom: 0.444rem;
  width: 9.11rem;
  transform: translateX(-50%);
}
.qrcode-container {
  position: fixed;
  top: 3rem;
  left: 70%;
  width: 3.47rem;
  height: 4.44rem;
  padding: 0.5rem;
  z-index: 9999;
  background: url("../images/qrcode_bg.png") no-repeat;
}
.qrcode{
}
.txt{
  text-align: center;
}