html {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", -apple-system, "Noto Sans", Helvetica, "Nimbus Sans L", Arial, sans-serif;
  color: #fff;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  background-size: 100% 50%;
  background-color: #7c66ff;
  min-height: 100%;
}
.bg-top{
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  width: 100%;
  right: 0;
  z-index: 1;
  background-image: url('../assets/bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content{
  position: relative;
  z-index: 10;
  overflow: hidden;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

.header {
  margin: 70px auto 40px;
  text-align: center;
}

.header__logo {
  margin-bottom: 32px;
}

.header__logo img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

.header__name-box {
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.header__name {
  display: inline-block;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bolder;
}

.header__slogan {
  position: relative;
  margin: 0 1rem;
  font-size: 19px;
}

.download {
  font-weight: 400;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.android-btn {
  margin-bottom: 0.5rem;
}
.ios-btn {
  margin-bottom: 0.5rem;
}
.qrcode-btn {
  display: none;
  position: relative;
}
.qrcode-btn img {
  height: 60px;
}
#qrcode {
  width: 160px;
  max-width: 160px;
  height: 160px;
  display: none;
  position: absolute;
  left: -40px;
  bottom: -170px;
}

.download-btn{
  position: relative;
  display: inline-block;
}
.download-btn img {
  height: 50px;
}

.image-slide {
  display: flex;
  justify-content: center;
}
.image-slide img{
  width: 140%;
  margin: 20px auto 0px;
  display: block;
  border-radius: 20px;
}

.phone-wrap {
  margin: 2rem auto;
  max-width: 900px;
  display: flex;
  justify-content: center;
}

/* .section-phone {
  width: 280px;
  border-radius: 2rem;
  overflow: hidden;
} */
.section-phone img {
  /* width: 280px; */
  /* width: 50%; */
  border-radius: 1rem;
}

.phone-title {
  /* font-size: 42px; */
  font-weight: 600;
  text-align: center;
}

.phone-sub {
  /* font-size: 19px; */
  font-weight: 500;
  text-align: center;
}

.links {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.links__item {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.links__item:hover {
  color: #fff;
}

.release {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.release a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 768px) {
  .image-slide img{
      width: 75%;
  }

  .download {
      flex-direction: row;
  }
  .android-btn {
      margin-bottom: 0;
      margin-right: 1rem;
  }   
  .ios-btn {
      margin-bottom: 0;
      margin-right: 1rem;
  }
  .download-btn img {
      height: 60px;
  }
  .qrcode-btn {
      position: relative;
      display: inline-block;
  }
}