.page {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(#7e70ff, rgba(126, 112, 255, 0));
}

.page a {
  text-decoration: none;
}

.page .main {
  width: 13.2rem;
  margin: 0 auto;
  padding-top: 1px;
  position: relative;
  height: 100%;
}

.page .main .bag {
  position: absolute;
  left: 0px;
  top: 1.68rem;
  width: 13.6rem;
  height: 6.1rem;
  z-index: -1;
}

.page .main .bag .img1 {
  width: 103vh;
  height: 64vh;
  position: absolute;
  display: block;
  left: 0px;
  opacity: 0.5;
  top: 0px;
  background: url(/images/bag1.png);
  background-size: 100% 100%;
}

.page .main .bag .img2 {
  width: 3.82rem;
  height: 3.13rem;
  position: absolute;
  display: block;
  left: 9rem;
  opacity: 0.5;
  top: -1rem;
  background: url(/images/bag2.png);
  background-size: 100% 100%;
}

.page .main .nav {
  margin: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.page .main .nav .logo {
  display: block;
  width: 1.39rem;
  height: 0.44rem;
}

.page .main .nav .logo img {
  display: block;
  width: 1.49rem;
  height: 0.44rem;
}

.page .main .nav .navList {
  display: flex;
  margin-top: 0.02rem;
}

.page .main .nav .navList .item {
  margin-left: 0.5rem;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 600;
  position: relative;
  line-height: 0.39rem;
  color: #fff;
  cursor: pointer;
}

.page .main .nav .navList .item.active::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0.2rem;
  height: 0.04rem;
  bottom: -0.04rem;
  transform: translate(-50%, 0);
  border-radius: 0.04rem;
  background: #12FFB8;
}

.page .main .foster {
  width: 7rem;
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  text-align: center;
  transform: translate(-50%, 0);
}

.page .main .foster .policyBox {
  width: 5rem;
  margin: 0 auto;
  display: flex;
}

.page .main .foster .policyBox .policy,
.page .main .foster .policyBox .agreement {
  width: 2.5rem;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.22rem;
  line-height: 0.3rem;
  font-weight: 400;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.page .main .foster .policyBox .arrow {
  border-right: 1px solid #C5C5C5;
  height: 0.2rem;
  position: relative;
  top: 0.07rem;
}

.page .main .content {
  margin-top: 0.2rem;
  display: flex;
}

.page .main .content .text {
  margin-left: 1.26rem;
  margin-right: 0.3rem;
}

.page .main .content .text .logo1 {
  width: 2.69rem;
  height: 0.85rem;
  margin-top: 0.84rem;
}

.page .main .content .text .logo1 img {
  width: 2.89rem;
  height: 0.85rem;
  display: block;
}

.page .main .content .text .desc {
  margin-right: 0.3rem;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.39rem;
  margin-top: 0.2rem;
  /* 130% */
}

.page .main .content .text .download {
  width: 2.4rem;
  margin-top: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.4rem;
}

.page .main .content .text .download .google {
  margin-bottom: 0.2rem;
  height: 0.64rem;
  cursor: pointer;
}

.page .main .content .text .download .google img {
  display: block;
  width: 100%;
}

.page .main .content .poster {
  margin-top: 0.2rem;
  display: flex;
  margin-left: 0.4rem;
  position: relative;
}

.page .main .content .poster .img5,
.page .main .content .poster .img4 {
  height: 56vh;
  width: 26vh;
  margin-right: 0.4rem;
  display: block;
}

.page .main .content .poster .img5 img,
.page .main .content .poster .img4 img {
  height: 56vh;
  width: 26vh;
  display: block;
}

.page .main .content .poster .img6 {
  position: absolute;
  width: 33.88vh;
  height: 32.5vh;
  right: 0px;
  bottom: 0.1rem;
}

.page .main .content .poster .img6 img {
  width: 33.88vh;
  height: 32.5vh;
  display: block;
}

.desc1 {
  font-size: 0.15rem;
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.2rem;
}

.desc1 p {
  margin: 0;
}