.wrap[data-v-8f0abb24] {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: white;
  z-index: 50;
}
.wrap .content[data-v-8f0abb24] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.6rem;
    height: -webkit-calc(100% - 3.2rem);
    height: calc(100% - 3.2rem);
}
.wrap .content img[data-v-8f0abb24]:first-child {
      width: 4rem;
      margin-bottom: .5rem;
}
.wrap .content img[data-v-8f0abb24]:nth-child(2), .wrap .content[data-v-8f0abb24] :nth-child(3), .wrap .content[data-v-8f0abb24] :nth-child(4) {
      width: 4.85rem;
      height: 1.29rem;
      margin-bottom: .32rem;
}
.wrap .content span[data-v-8f0abb24] {
      color: #7171B3;
      font-size: .32rem;
      margin-top: 1.5rem;
      position: absolute;
      bottom: 0;
}
.wrap .bg[data-v-8f0abb24] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
}

