@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  flex-shrink: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: PingFangSC-Regular, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC-Light", "Microsoft YaHei", sans-serif;
  background: #000;
}

a {
  color: rgba(255, 255, 255, 1);
  outline: none;
}

#container {
  width: 100%;
}

.page {
  position: relative;
  width: 100%;
  height: 13.5rem;
  overflow: hidden;
  background: url("../image/bg.png") 100% no-repeat;
  background-size: 100% 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.header {
  width: 16.5rem;
  height: .75rem;
  margin: .1375rem 0 0 3.75rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.brand {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.brand img {
  width: .75rem;
  height: .75rem;
}

.brand span {
  width: 1.6rem;
  height: .475rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: .4rem;
  font-family: SFPro-Bold, PingFangSC-Regular, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: .475rem;
  margin: .1375rem 0 0 .2rem;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 8.5375rem;
}

.nav a {
  height: .4125rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
  font-family: PingFangSC-Regular, "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: .4125rem;
  text-decoration-line: underline;
  margin-top: .15rem;
}

.nav a:first-child {
  width: 1.9375rem;
}

.nav a:last-child {
  width: 2.375rem;
  margin-left: 1.1rem;
}

.hero {
  width: 16.5rem;
  height: 10.525rem;
  margin: 1.2875rem 0 .8rem 3.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content {
  width: 9.3rem;
  height: 3.775rem;
  margin: 2.2375rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content h1 {
  width: 9.3rem;
  height: 1.775rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: .75rem;
  font-family: SFPro-Bold, PingFangSC-Regular, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: .8875rem;
}

.google-play {
  width: 5.0875rem;
  height: 1.5rem;
  margin: .5rem 0 0 0;
}

.phone {
  width: 5.0625rem;
  height: 10.775rem;
  margin: -.125rem -.25rem 0 0;
  object-fit: contain;
}

@media (max-width: 768px) {
  .page {
    min-height: 100vh;
    height: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .overlay {
    min-height: 100vh;
    padding: .4rem .36rem .7rem;
  }

  .header,
  .hero {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .header {
    align-items: center;
    justify-content: space-between;
  }

  .brand img {
    width: .9rem;
    height: .9rem;
  }

  .brand span {
    width: auto;
    height: auto;
    font-size: .55rem;
    line-height: .65rem;
    margin: .12rem 0 0 .22rem;
  }

  .nav {
    flex-direction: column;
    margin-left: 0;
    align-items: flex-end;
  }

  .nav a,
  .nav a:first-child,
  .nav a:last-child {
    width: auto;
    height: auto;
    font-size: .28rem;
    line-height: .4rem;
    margin: 0;
  }

  .nav a:last-child {
    margin-top: .12rem;
  }

  .hero {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1.1rem;
  }

  .content {
    width: 100%;
    height: auto;
    margin: 0;
    align-items: flex-start;
  }

  .content h1 {
    width: 8.4rem;
    height: auto;
    font-size: .68rem;
    line-height: .82rem;
  }

  .google-play {
    width: 4.8rem;
    height: auto;
    margin-top: .55rem;
  }

  .phone {
    width: 5.7rem;
    height: auto;
    margin: .7rem 0 0;
  }
}
