.page {
  background: #222258 url(../image/bg@2x.png) no-repeat top / 100% 6.2rem;
  padding: 6.2rem 0.28rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_title {
  width: 6.2rem;
  height: 1rem;
  position: relative;
  margin-top: -1.6rem;
  margin-bottom: 0.6rem;
  text-align: center;
}

.container {
  background: linear-gradient(180deg, #242F66 0%, #21235E 100%);
  border-radius: 0.32rem;
  border: 1px solid #213E5C;
  padding: 0.4rem;
}

.content_item {
  margin-top: 0.4rem;
  background: linear-gradient(180deg, #222254 0%, #212152 100%);
  border-radius: 0.16rem;
  padding: 0.4rem 0.28rem;
}

.content_title {
  font-size: 0.34rem;
  font-weight: bold;
  /* background: linear-gradient(271deg, #62E2F5 0%, #40AAF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #40AAF6;
  line-height: 0.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.content_title_left,
.content_title_right {
  width: 0.48rem;
  height: 0.16rem;
  margin: 0 0.1rem;
}

.content_title_center {
  position: absolute;
  width: 1.2rem;
  height: 0.6rem;
  bottom: 0;
}

.content {
  font-size: 0.24rem;
  font-weight: 400;
  color: #8A93BF;
  line-height: 0.38rem;
  margin-top: 0.2rem;
}

.extra {
  padding: 0;
  margin-top: 0;
  background: transparent;
}

.extra .content {
  margin-top: 0.32rem;
}

.email {
  color: #40AAF6;
}