#public {
  height: 100vh;
  background: url("../images/index1.jpg") no-repeat;
  background-size: 100% 150%;
}
#public .qr-code {
  width: 58vw;
  background: #fff;
  margin: 0 auto 2rem;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.16);
  border-radius: 29px;
  padding: 7.3775rem 0;
  position: relative;
}
#public .qr-code img {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
#public footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

/*# sourceMappingURL=publicPlatform.css.map */
