html {
  font-size: 16px;
  touch-action: manipulation;
}
body {
  font-family: Arial, sans-serif;
  background-image: url("./landingBg.webp");
  background-size: 7.5rem auto;
  background-repeat: no-repeat;
  background-color: #cf2b88;
  background-position: center top;
  color: white;
  width: 7.5rem;
  height: 14.5rem;
  min-height: 100vh;
  margin: 0 auto;
  text-align: center;
  touch-action: manipulation;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4;
}
.wrapper {
  position: relative;
  padding-top: 1rem;
  height: 14.5rem;
  min-height: 100vh;
  box-sizing: border-box;
}
h1 {
  color: #ffd700;
  font-size: 0.5rem;
  margin-bottom: 0.625rem;
}
.countdown {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}
.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-label {
  font-size: 0.4rem;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
  color: #715eff;
}
.countdown-box {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.22rem;
  border-radius: 0.1rem;
  font-size: 0.7rem;
  width: 1.25rem;
}
.colon {
  font-size: 0.7rem;
  line-height: 1.36rem;
  margin-bottom: 0.2rem;
}
.jackpot-info {
  margin-top: 0.625rem;
  font-size: 0.43rem;
  color: #ff9182;
}
.yellow {
  color: #ffe124;
  font-size: 0.56rem;
}
.register-info {
  font-size: 0.43rem;
  color: #ff9182;
}
.treasure-image {
  margin-bottom: 0.4rem;
}
.treasure-image img {
  max-width: 100%;
  height: auto;
}
.download-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  cursor: pointer;
  animation: breathe 1s infinite alternate;
  margin: auto;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.AdjustTracker {
  display: none;
}
.download-button:active {
  animation: none;
  transform: scale(0.9);
}
.download-button:active,
.download-button:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.download-button img {
  width: 100%;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.plus {
  font-size: 0.78rem;
  color: #ff9182;
  height: 0.625rem;
  padding: 0;
  margin: 0;
  line-height: 0.78rem;
}
.license {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  font-size: 0.18rem;
  margin-top: 0.4rem;
  text-align: center;
}
#appInstallPromotion {
  font-size: 1.16rem;
}
