:root {
  color-scheme: only light;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: #ffffff;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.design {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 2402;
  overflow: hidden;
  background: #ffffff;
}

.design__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.download-button {
  position: absolute;
  top: 19.3172%;
  width: 14.6875%;
  aspect-ratio: 282 / 108;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 3.55% / 9.26%;
}

.download-button--android {
  left: 44.427083%;
}

.download-button--ios {
  left: 60.3125%;
}

.download-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.download-button:focus-visible {
  outline: max(2px, 0.16vw) solid #ffffff;
  outline-offset: max(2px, 0.16vw);
}

.download-button:active {
  transform: translateY(1px);
}

.footer {
  display: flex;
  width: 100%;
  aspect-ratio: 1920 / 218;
  align-items: center;
  justify-content: center;
  padding: 1.25% 4%;
  color: #ffffff;
  background-color: #ffffff;
  background-image: url("https://cdn.weblxs.com/official-web/images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.footer__copyright {
  margin: 0;
  color: #ffffff;
  font-size: clamp(8px, 1.4583vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.footer__copyright a {
  color: inherit;
  text-decoration: none;
}

.footer__copyright a:hover,
.footer__copyright a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 560px) {
  .footer {
    min-height: 68px;
    aspect-ratio: auto;
    padding: 12px 16px;
    background-size: cover;
  }

  .footer__copyright {
    font-size: 11px;
    white-space: normal;
  }
}
