.page[data-v-0fd5f854] {
  width: 100vw;
  height: 100vh;
  background-color: #1d2082;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page .content[data-v-0fd5f854] {
    width: -webkit-calc(100% - .32rem);
    width: calc(100% - .32rem);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.page .content img[data-v-0fd5f854] {
      width: 100%;
}
.page .content .tips[data-v-0fd5f854] {
      text-align: center;
      color: white;
      font-size: 0.3rem;
      margin-top: .2rem;
}

