.wrap[data-v-aeaa0e2c] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.box[data-v-aeaa0e2c] {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.box .closeBox[data-v-aeaa0e2c] {
    text-align: right;
    padding-bottom: .18rem;
    position: absolute;
    right: .68rem;
    top: -.56rem;
}
.box .closeBox .close[data-v-aeaa0e2c] {
      width: 1.13rem;
      height: .56rem;
      line-height: .56rem;
      -webkit-border-radius: .28rem;
              border-radius: .28rem;
      text-align: center;
      display: inline-block;
      color: rgba(255, 255, 255, 0.57);
      border: 1px solid rgba(255, 255, 255, 0.57);
      font-size: .28rem;
}
.box .ready[data-v-aeaa0e2c] {
    width: 5.4rem;
}
.box .gun[data-v-aeaa0e2c] {
    margin-top: .56rem;
    width: 3.24rem;
    height: .96rem;
    line-height: .96rem;
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    color: white;
    background-image: url("https://ke-meng.oss-cn-hangzhou.aliyuncs.com/mini/rain/begin.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.box .numBox[data-v-aeaa0e2c] {
    width: 100%;
    height: 4rem;
}
.box .numText[data-v-aeaa0e2c] {
    width: 2.7rem;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(4);
        -ms-transform: scale(4);
            transform: scale(4);
    opacity: 0;
}
.box .numText.go[data-v-aeaa0e2c] {
      width: 80%;
}
.runAnimationStart[data-v-aeaa0e2c] {
  -webkit-animation: reciprocal-data-v-aeaa0e2c .7s linear .5s;
          animation: reciprocal-data-v-aeaa0e2c .7s linear .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.runAnimation[data-v-aeaa0e2c] {
  -webkit-animation: reciprocal-data-v-aeaa0e2c .7s linear;
          animation: reciprocal-data-v-aeaa0e2c .7s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes reciprocal-data-v-aeaa0e2c {
0% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
}
1% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes reciprocal-data-v-aeaa0e2c {
0% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
}
1% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}

