body, html {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .logo {
  width: 128px;
  margin-top: 38px;
}
.main .appName {
  font-size: 32px;
  margin-top: 20px;
}
.main .downloadBtn {
  width: 320px;
  height: 58px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #00c176;
  cursor: pointer;
}
.main .downloadBtn img {
  width: 38px;
}
.main .downloadBtn .text {
  margin-left: 12px;
  font-size: 22px;
  color: #fff;
}
.main .developers {
  margin-top: 20px;
  color: #0070c9;
  font-size: 1rem;
}
.main .tips {
  width: 40%;
  padding: 20px 0;
}
.main .intro {
  width: 60%;
  font-size: 1rem;
  line-height: 24px;
}

/*# sourceMappingURL=index.css.map */
