* {
  padding: 0;
  margin: 0;
  list-style: none;
}

body,
html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  height: 100%;
  width: 100%;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
}

img {
  border: 0;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cursor-pointer {
  cursor: pointer;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.absolute {
  position: absolute;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.h-auto {
  height: auto;
}

.flex-row {
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
}

.main {
  background-color: #21283e;
  background-color: rgb(33, 40, 62);
  min-height: 100vh;
}
.main .mainBox {
  width: 100vw;
  background-color: #21283e;
  background-color: rgb(33, 40, 62);
}
.main .mainBox .boxLeft {
  z-index: 40;
  margin-left: 4rem;
}
.main .mainBox .boxLeft .logo img {
  margin-top: 2.5rem;
}
.main .mainBox .boxLeft .textImg {
  margin-top: 7.75rem;
  height: 17rem;
  width: 34.5rem;
}
.main .mainBox .boxLeft .downloadBox {
  margin: 5.2rem 0;
}
.main .mainBox .boxLeft .downloadBox #J_download {
  height: 5.55rem;
  width: 24.11rem;
  border-radius: 624.9375rem;
  background-color: #0a84ff;
  font-size: 2.2rem;
  color: #fff;
}
.main .mainBox .boxLeft .downloadBox #J_download svg {
  margin-right: 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
}
.main .mainBox .boxLeft .leftBottom .text,
.main .mainBox .boxLeft .leftBottom .star {
  height: 2.1rem;
}
.main .mainBox .boxRight {
  max-height: 57rem;
  max-width: 72.5rem;
}
.main .footer {
  width: 100vw;
  gap: 0.25rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1rem;
  color: hsla(0, 0%, 100%, 0.5);
}
