body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.header {
  padding-top: 1.2rem;
  padding-left: 1.44rem;
  margin-right: 0.08rem;
}
.header_logo {
  display: flex;
  align-items: center;
}
.new_logo {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.08rem;
}
.logo_text {
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.28rem;
}
.main_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.14rem;
}
.main_content_top_left_image {
  width: 8.21rem;
  height: 9.25rem;
}
.ellipse {
  height: 1.27rem;
  width: 1.32rem;
}
.ellipseContent {
  position: relative;
}
.ellipseContent::after {
  content: "Hey!";
  font-size: 0.64rem;
  font-weight: 600;
  color: #b0c9a6;
  line-height: 1;
  position: absolute;
  bottom: 0.08rem;
  left: 0.42rem;
}
.solgn_text {
  font-size: 0.8rem;
  color: #000000;
  line-height: 1;
}
.solgn_text2 {
  color: #96afcf;
  font-weight: bold;
}
.ab_star {
  height: 0.36rem;
  width: 0.36rem;
  position: absolute;
  top: 0.7rem;
  right: 2.6rem;
}
.ab_decoration {
  height: 0.32rem;
  width: 2.26rem;
  position: absolute;
  bottom: 0;
  right: 3.3rem;
}
.solgnContent {
  position: relative;
  padding-bottom: 0.4rem;
  margin-top: 0.56rem;
  line-height: 1;
}
.dow_ios,
.dow_and {
  width: 1.76rem;
  height: 0.64rem;
}
.download {
  margin-top: 0.8rem;
}
.down {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  bottom: -0.4rem;
  right: 1.21rem;
}
.left {
  width: 100%;
}
.content {
  margin-top: 2rem;
  text-align: center;
}
.content_title2 {
  margin-top: 1.28rem;
}
.content_title_text {
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.28rem;
}
.content_title_text2 {
  font-weight: 500;
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.28rem;
  margin-top: 0.36rem;
}
.info {
  width: 11.68rem;
  margin-top: 1.28rem;
  margin-bottom: 2rem;
}
.footer {
  width: 100%;
  height: 3.56rem;
  background: #f7f7f4;
  color: #fff;
  padding-top: 1.21rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer_company {
  font-weight: 500;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.23rem;
  letter-spacing: 0.01rem;
  margin: 0 0 0.24rem 0;
}
.footer .footer_info,
.footer_email,
.footer_agreement {
  font-weight: 400;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.23rem;
  letter-spacing: 0.01rem;
  margin-bottom: 0.24rem;
  margin-top: 0;
}
.footer_agreement {
  font-size: 0.16rem;
}
