@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: rgba(48, 1, 32, 1);
}

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

#container {
  width: 100%;
}

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

.header {
  position: absolute;
  left: 3.75rem;
  top: .2rem;
  width: 16.5rem;
  height: .6rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

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

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

.brand span {
  width: 1.475rem;
  height: .4125rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: .3rem;
  font-family: PingFangSC-Semibold, PingFangSC-Regular, "Microsoft YaHei", sans-serif;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: .4125rem;
  margin: .1rem 0 0 .225rem;
}

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

.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: .1rem;
}

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

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

.hero {
  position: absolute;
  left: 3.75rem;
  top: 1.925rem;
  width: 16.675rem;
  height: 11.025rem;
}

.content {
  position: absolute;
  left: 0;
  top: 2.45rem;
  width: 10.65rem;
  height: 4.75rem;
}

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

.google-play {
  display: block;
  width: 4.2375rem;
  height: 1.25rem;
  margin: .6rem 0 0 0;
}

.phone {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.25rem;
  height: 11.025rem;
  object-fit: contain;
}

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

  .header {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: .56rem .48rem 0;
    justify-content: space-between;
    align-items: center;
  }

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

  .brand span {
    width: auto;
    height: auto;
    font-size: .48rem;
    line-height: .58rem;
    margin: .16rem 0 0 .24rem;
  }

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

  .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 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 1rem .48rem .8rem;
  }

  .content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .content h1 {
    width: 100%;
    height: auto;
    font-size: .64rem;
    line-height: .78rem;
  }

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

  .phone {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    width: 6rem;
    height: auto;
    margin: .78rem auto 0;
  }
}
