.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.6rem;
  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.39rem;
  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 {
  width: 12.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem;
}

.page .main .content .box {
  max-height: 60vh;
  overflow: auto;
}

.page .main .content .text {
  padding: 0;
  margin: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: var(--6, #333);
  font-family: PingFang SC;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.39rem;
}

.page .main .content .title {
  color: var(--6, #333);
  font-family: PingFang SC;
  font-size: 0.23rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.39rem;
  margin: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}