* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.download {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background-image: url("../image/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-y: auto;
}
.download .logo {
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  position: absolute;
  top: 8rem;
}
.download .title {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  top: 16rem;
}
.download .phone {
  width: 80%;
  /* height: 40rem; */
  position: absolute;
  top: 24rem;
}
.download .content {
  position: absolute;
  bottom: 4rem;
}
.download .center {
  position: absolute;
  top: 22rem;
}
.download .android,.ios,.cashier {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 20rem;
  height: 4.5rem;
  text-decoration: none;
  border-radius: 0.8rem;
  border: 0.1rem solid #ffffff;
  margin-block-start: 1rem;
  padding-inline: 1.2rem;
}
.download .icon {
  height: 2rem;
}
.download .txt {
  color: #ffffff;
  font-size: 1.3rem;
}