@charset "UTF-8";

#toTop {
  visibility: hidden;
  opacity: 0;
}

#toTop>div {
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 8px;
  width: 65px;
  height: 65px;
}