html {
  scroll-behavior: smooth;
}

.shortcut {
  background: url(/images/pc/shortcut.webp) no-repeat;
  background-size: contain;
  height: 426px;
  width: 118px;
  position: fixed;
  top: 20.938vw;
  right: 40px;
  cursor: pointer;
  z-index: 1;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  z-index: 2;
  border-radius: 8px;
}

.modal-content {
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 8px;
}

.close:hover {
  color: black;
}

.footer-banner {
  display: none;
}

@media (max-width: 1080px) {
  .shortcut {
    display: none;
  }

  .footer-banner {
    display: block;
    background: url(../images/phone/footer-banner.webp) no-repeat;
    height: 17.408vw;
    background-size: contain;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .download-app {
    width: 30vw;
    height: 11vw;
    position: absolute;
    right: 10vw;
    top: 3vw;
  }
}
