* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Albert Sans";
  font-size: 0.28rem;
}
a {
  text-decoration: none; /* 去除下划线 */
  color: inherit; /* 使用继承的颜色 */
}
input {
  border: none; /* 移除边框 */
  outline: none; /* 移除外边框（聚焦时的轮廓）*/
  background: none; /* 移除背景色 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
  font-family: inherit; /* 继承父元素的字体 */
}
textarea {
  all: unset; /* 清除所有继承的样式和浏览器默认样式 */
  display: block; /* 设置为块级元素，通常 textarea 是块级元素 */
  width: 100%; /* 默认占满父容器的宽度 */
  height: auto; /* 高度根据内容自适应 */
  box-sizing: border-box; /* 确保 padding 和 border 在宽高内计算 */
  font-family: inherit; /* 继承父元素的字体 */
  font-size: inherit; /* 继承父元素的字体大小 */
  padding: 0; /* 去掉内边距 */
  margin: 0; /* 去掉外边距 */
}

#app,
.apptop {
  width: 100%;
}

.apptop {
  height: 1.5rem;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 9;
}
.placeholding{
  height: 1.5rem;
}
.nav {
  width: 24.94rem;
  margin: 0 auto;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 5.62rem;
  height: 0.71rem;
}
.nav_right {
  display: flex;
}
.menu {
  display: flex;
  align-items: center;
}
.menu li {
  font-weight: 400;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #031f28;
  margin-right: 1.12rem;
  cursor: pointer;
}
.active-page a {
  color: #794ced;
}
.contact-btn {
  width: 2.34rem;
  height: 0.8rem;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.02rem solid #031f28;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ad {
  width: 28.8rem;
  height: 14.36rem;
  background: url(../images/home/home-bg.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.AppStore {
  width:7.46rem;
  height: 2.18rem;
  position: absolute;
  top: 9.98rem;
  left: 14.04rem;
}
.discover {
  width: 100%;
height: 14.2rem;
background: #7344EC;
border-radius: 0rem 0rem 0rem 0rem;
display: flex;
flex-direction: column;
align-items: center;
}
.discover_title {
  width: 11.06rem;
  font-weight: 900;
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.94rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.36rem;
}
.discover_three {
  display: flex;
  justify-content: space-around;
  width: 24.32rem;
  height: 7.4rem;
  margin-top:1.68rem ;
}
.three_box {
  width: 7.4rem;
  height: 7.88rem;

}
.three_box img{
  width: 100%;
  height: 100%;
}

.wealth-managen-box{
  width: 28.72rem;
  height: 13rem;
  background: #E6DCFF;
  border-radius: 0rem 0rem 0rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-title{
  font-family:Albert Sans-SemiBold;
  font-weight: 600;
  font-size: 0.64rem;
  color: #000000;
}
.left-con{
  width: 10.5rem;
height: 4.64rem;
font-family: Albert Sans, Albert Sans;
font-weight: 400;
font-size: 0.48rem;
color: #000000;
line-height: 0.56rem;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 0.58rem;

}
.left-btn{
  width: 4.54rem;
  height: 1.2rem;
  background: #000000;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  line-height: 1.2rem;
  text-align: center;

  font-family: Albert Sans-Medium;
  font-weight: 500;
  font-size: 0.4rem;
  color: #FFFFFF;
  margin-top: 0.74rem;
}
.wealth-managen-right{
  width: 10.88rem;
  height: 10.88rem;
  margin-left: 2.88rem;
}
.wealth-managen-right img{
  width: 100%;
  height: 100%;
}

.phone-img {

}
.phone-img .bg-w{
  background: #FFFFFF;
}
.phone-img_box {
  background: #E6DCFF;
  display: flex;
  align-items: center;
  padding:1.26rem  2.26rem;
  position: relative;
}
.phone-img_box_left {
  margin-right: 2.8rem;
}
.part_img {
  width: 10.88rem;
  height: 10.88rem;
}
.phone-img_box_right_title {
  font-weight: 600;
  font-size: 0.64rem;
  color: #000000;
  line-height: 0.75rem;
  margin-bottom: 1.68rem;
}
.phone-img_box_right_content {
  width: 10.5rem;
  font-weight: 400;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  margin-top: 0.58rem;
  margin-bottom: 1.32rem;
}
.phone-img_box_details {
  width: 4.54rem;
  height: 1.2rem;
  background: #000000;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.4rem;
  cursor: pointer;
}
.learm-more-img{
  width: 4.22rem;
  height: 0.76rem;

  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
}
.learm-more-img img{
  width: 100%;
  height: 100%;
}

.download-box{
  background: #7344EC;
  padding: .96rem;
}
.download {
  width: 24.32rem;
  margin: 0 auto;
  height: 7.32rem;
  background: url(../images/home/blue-home-bg.webp) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.download_now {
  font-weight: 900;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 0.94rem;
}
.download_now_content {
  font-weight: 400;
  font-size: 0.64rem;
  color: #ffffff;
  line-height: 0.75rem;
  margin-top: 0.58rem;
  margin-bottom: 1.06rem;
}
.download_google {
  width: 5.8rem;
  height: 1.72rem;
  cursor: pointer;
}
.download-box{
  background: #7344EC;
  padding:1.54rem 0 ;
}
.user-message{
  background: #E6DCFF;
  padding:1.54rem 0 ;
}
.img_gary {
  width: 24.26rem;
  height: 6.92rem;
  margin: 0 auto;
  display: flex;
  margin-top: 1.14rem;
  /* margin-bottom: 1.2rem; */
}
.img_gary_left {
  width: 11.3rem;
  height: 6.92rem;
  background: url(../images/home/u-l-b.webp) no-repeat;
  background-size: cover;
}
.white_logo {
  width: 5.32rem;
  height: 0.71rem;
  margin-left: 0.88rem;
  margin-top: 1.82rem;
}
.white_logo_bottom {
  width: 9.2rem;
  height: 2.88rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.48rem;
  margin-left: 0.88rem;
  margin-top: 0.68rem;
}
.img_gary_right {
  width: 13rem;
  height: 6.92rem;
  background: #f2f2f2;
  padding-top: 0.2rem;
  padding-left: 0.52rem;
}
.img_gary_right h1 {
  font-weight: bold;
  font-size: 0.96rem;
  color: #000000;
  line-height: 1.13rem;
  margin-bottom: 1.38rem;
}
.two_input {
  width: 7.95rem;
  height: 0.51rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.76rem;
}
.two_input input {
  width: 3.71rem;
  height: 0.51rem;
  border-bottom: 0.02rem solid #000000;
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.35rem;
}
.send-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12.46rem;
  height: 1.22rem;
}
.send-message textarea {
  width: 9.42rem;
  height: 1.22rem;
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.35rem;
  border-bottom: 0.02rem solid #000000;
}
.send-btn {
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  width: 2.86rem;
  height: 1.06rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banquan {
  width: 24rem;
  height: 1.12rem;
  margin: 0 auto;
}
.all-product {
  width: 24rem;
  height: 1.12rem;
}
.footer {
  width: 28.8rem;
  height: 2.72rem;
  background: #391C9C;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12.14rem;
  height: 0.8rem;
}
.footer_menu li {
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.48rem;
  /* margin-right: 1.12rem; */
  max-width: 2.6rem;
}
.footer_menu li:last-child {
  /* width: 2.34rem; */
  height: 0.8rem;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.02rem solid #FFFFFF;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem 0.4rem;
}
