.topbanner{
  position: relative;
  height: 15.34rem;
  background: url(../images/home-banner.webp) no-repeat center center;
  background-size: 100% 100%;
}

.topbanner .downloadn-box{
  position: absolute;
  bottom: 0;
  right: 0.6rem;
}
.topbanner .downloadn-box{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.topbanner .downloadn-box .down{
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.96rem;
  background: url(../images/down.png) no-repeat center center;
  background-size: 100%;
}

.topbanner .downloadn-box .downg{
  width: 6.48rem;
  height: 1.92rem;
  background: url(../images/google-btn.png) no-repeat center center;
  background-size: 100%;
}

.topbanner .title{
  padding: 0 6.4rem;
  padding-top: 5.1rem;
  margin-bottom: 0.48rem;
  font-family: Outfit-Bold;
  font-weight: bold;
  font-size: 0.96rem;
  color: #FFFFFF;
  line-height: 1.44rem;
  text-align: center;
}

.topbanner .remark{
  font-family: Outfit-Medium;
  font-weight: 500;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.47rem;
  text-align: center;
  padding: 0 5.2rem;
  margin-bottom: 1.08rem;
}

.topbanner .sign-free{
  width: 6.86rem;
  height: 1.08rem;
  background: #7F3DFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.36rem;
  color: #FCFCFC;
  line-height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


.about-us-box{
  padding: 2.58rem 3rem 2rem 3rem;
}

.about-us-box .title{
  color: #000000;
  line-height: 1.13rem;
  font-size: 0.96rem;
  font-family: Outfit-Bold;
  margin-bottom: 1.08rem;
  text-align: center;
}

.about-us-inner{
  display: flex;
  width: 22.8rem;
  height: 11.6rem;
  background: #F1F1FA;
  border-radius: 1.32rem;
  padding: 0.92rem;
}

.about-us-inner .double-phone{
  width: 10.8rem;
  height: 9.76rem;
  margin-right: 1.26rem;
  background: url('../images/double-phone.png') no-repeat center center;
  background-size: 100%;
}

.about-us-inner .about-us-remark-box{
  flex: 1;
  padding-top: 0.62rem;
  position: relative;
}

.about-us-inner .about-us-remark-box .book-icon{
  position: absolute;
  width: 4.14rem;
  height: 4.14rem;
  top: 0;
  right: 0;
  background: url('../images/edit.png') no-repeat center center;
  background-size: 100%;
}

.about-us-inner .about-us-remark-box .min-logo{
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.32rem;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 100%;
}

.about-us-inner .about-us-remark-box .key-text{
  color: #000000;
  line-height: 0.98rem;
  font-size: 0.84rem;
  font-family: Outfit-Bold;
  margin-bottom: 0.32rem;
}

.about-us-inner .about-us-remark-box .key-content{
  color: #000000;
  line-height: 0.6rem;
  font-size: 0.4rem;
  font-family: Outfit-Medium;
}

.faq-box .title{
  color: #000000;
  line-height: 1.13rem;
  font-size: 0.96rem;
  font-family: Outfit-Bold;
  margin-bottom: 1.08rem;
  text-align: center;
}

.faq-box .faq-box-inner{
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
}
.faq-box .faq-list{
  width: 11.08rem;
}
.faq-box .faq-list-icon{
  width: 10.12rem;
  height: 12.34rem;
  background: url(../images/how.webp) no-repeat center center;
  background-size: 100%;
}

.faq-box ul{
  padding-top: 0.2rem;
  margin-bottom: 0.72rem;
}

.faq-box ul li {
  margin-bottom: 0.64rem;
}

.faq-box ul li:last-child{
  margin-bottom: 0;
}

.faq-box ul li dl dt{
  width: 100%;
  border-bottom: 0.02rem solid #000000;
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  padding-bottom: 0.32rem;
  padding-right: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-box ul li dl dt::after{
  content: '';
  position: absolute;
  width: 0.84rem;
  height: 0.84rem;
  right: 0.12rem;
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: 100%;
}

.faq-box ul li dl dt.isopen::after{
  background: url(../images/arrow-up.png) no-repeat center center;
  background-size: 100%;
}

.faq-box ul li dl dd{
  font-family: Outfit-Light;
  font-weight: 300;
  font-size: 0.4rem;
  color: #717171;
  line-height: 0.47rem;
  padding-top: 0.32rem;
  display: none;
}

.faq-box .see-more-btn{
  width: 6.86rem;
  height: 1.08rem;
  background: #7F3DFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.36rem;
  color: #FCFCFC;
  cursor: pointer;
}

.your-finances{
  padding: 2rem 3rem;
}

.your-finances-inner{
  background: #F1F1FA;
  border-radius: 1.32rem 1.32rem 1.32rem 1.32rem;
  padding: 0.66rem 8.86rem 0.66rem 1.28rem; 
  position: relative;
  overflow: hidden;
}

.your-finances-inner::before{
  content: '';
  position: absolute;
  width: 22.8rem;
  height: 6.1rem;
  top: 0;
  right: 2rem;
  background: url(../images/half-phone.png) no-repeat center center;
  background-size: 100%;
}

.your-finances-inner::after{
  content: '';
  position: absolute;
  width: 1.67rem;
  height: 1.67rem;
  top: 0.52rem;
  right: 0.36rem;
  background: url(../images/edit.png) no-repeat center center;
  background-size: 100%;
}

.your-finances-inner .title{
  font-family: Outfit-SemiBold;
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
  margin-bottom: 0.48rem;
}

.your-finances-inner .remark{
  font-family: Outfit-Medium;
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.32rem;
}

.your-finances-inner .downloadn-btn{
  width: 3.68rem;
  height: 1.08rem;
  cursor: pointer;
  z-index: 1;
  position: relative;
  background: url(../images/google-btn.png) no-repeat center center;
  background-size: 100%;
}

.delete-account{
  padding: 2rem 3rem;
  padding-top: 0;
}

.delete-account .title{
  font-family: Outfit-Bold;
  font-weight: bold;
  font-size: 0.96rem;
  color: #000000;
  line-height: 1.13rem;
  margin-bottom: 0.48rem;
  text-align: center;
}

.delete-account .remark{
  font-family: Outfit-Medium;
  font-weight: 500;
  font-size: 0.56rem;
  color: #333333;
  line-height: 0.84rem;
  margin-bottom: 0.96rem;
}

.delete-account .input-box{
  margin-bottom: 0.48rem;
}

.delete-account .input-box input{
  width: 100%;
  height: 1.2rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.02rem solid #000000;
  margin-bottom: 0.64rem;
  text-indent: 0.48rem;
  font-family: Outfit-Regular;
  font-weight: 400;
  font-size: 0.48rem;
  color: #333;
}

.delete-account .input-box input:last-child{
  margin-bottom: 0;
}

.delete-account .input-box input::placeholder{
  font-family: Outfit-Regular;
  font-weight: 400;
  font-size: 0.48rem;
  color: #717171;
}

.delete-account .notice{
  font-family: Outfit-Light;
  font-weight: 300;
  font-size: 0.4rem;
  color: #717171;
  line-height: 0.47rem;
  margin-bottom: 0.96rem;
}

.delete-account .submit-btn{
  width: 6.86rem;
  height: 1.08rem;
  background: #7F3DFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.36rem;
  color: #FCFCFC;
  cursor: pointer;
}

.contactus-box{
  padding: 2rem 3rem;
  padding-top: 0;
}


.contactus-box .title{
  font-family: Outfit-Bold;
  font-weight: bold;
  font-size: 0.96rem;
  color: #000000;
  line-height: 1.13rem;
  margin-bottom: 0.48rem;
  text-align: center;
}

.contactus-box .inputs-box{
  display: flex;
  justify-content: space-between;
}

.contactus-box .sub-form{
  width: 11.08rem;
}

.contactus-box .inputs-box dl{
  border-bottom: 0.02rem solid #000000;
  margin-bottom: 1.04rem;
}

.contactus-box .inputs-box dl dt{
  font-family: Outfit-Regular;
  font-weight: 400;
  font-size: 0.48rem;
  color: #000000;
}

.contactus-box .inputs-box dl dd input,.contactus-box .inputs-box dl dd textarea{
  height: 1.28rem;
  width: 100%;
  font-family: Outfit-Regular;
  font-weight: 400;
  font-size: 0.48rem;
  color: #333;
}
.contactus-box .inputs-box dl dd textarea{
  height: 2.2rem;
}

.contactus-box .inputs-box .send-btn{
  width: 6.86rem;
  height: 1.08rem;
  background: #7F3DFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.36rem;
  color: #FCFCFC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contactus-box .contactus-icons{
  width: 10.12rem;
  height: 10.8rem;
  background: url(../images/concat.webp) no-repeat center center;
  background-size: 100%;
}