.btn-experience-now {
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 500;
}

.btn-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 500;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
}
.btn-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.wechat-qrcode-drawer-mobile {
  position: fixed;
  bottom: 100px;
  left: -270px;
  padding: 10px;
  z-index: 200;
}
.wechat-qrcode-drawer-mobile .wechat-qrcode {
  height: 250px;
}
.wechat-qrcode-drawer-mobile .wechat-qrcode:hover {
  cursor: pointer;
}
.wechat-qrcode-drawer-mobile.show-qrcode {
  transition: 1s;
  left: 0 !important;
}

@media screen and (max-width: 768px) {
  .btn-experience-now {
    top: 20vh;
  }
}

/*# sourceMappingURL=index.css.map */
