.circle[data-v-29a5fba9] {
  position: fixed;
  top: 50px;
  left: 50px;
  width: .32rem;
  height: .32rem;
  -webkit-border-radius: .16rem;
          border-radius: .16rem;
  display: inline-block;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 99;
}
.inner[data-v-29a5fba9] {
  display: inline-block;
  width: .32rem;
  height: .32rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #DC4F55;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

