* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Futura Md BT;
}
a {
  text-decoration: none; /*  */
}
input {
  border: none; /*  */
  outline: none; /* （）*/
  background: none; /*  */
  padding: 0; /*  */
  margin: 0; /*  */
  font-family: inherit; /*  */
}
.header-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 2.16rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.logo {
  width: 3.44rem;
  height: 0.96rem;
}
.header-nav .web-link {
  display: flex;
  align-items: center;
}
.header-nav .web-link li {
  font-weight: 500;
  font-size: 0.36rem;

  line-height: 0.42rem;
  margin-right: 0.92rem;
}
.header-nav .web-link li a{
  color: #FFFFFF;
}
.header-nav .web-link li .active{
  color: #FF7700;
  position: relative;
}
.header-nav .web-link li .active::after{
  position: absolute;
  content: '';
  width: 0.28rem;
  height: 0.28rem;
  top: 0.48rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/arrow-icon.png) no-repeat;
  background-size: 100% 100%;
}
.appsotre {
  width: 3.28rem;
  height: 0.96rem;
}

.nav-bottom {
  width: 100%;
  height: 10.16rem;
  background: url(../img/Help-Center-top.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.nav-bottom  .home-one-top{
  overflow: hidden;

}
.About-Us-text{
  width: 5.08rem;
  height: 1.2rem;
  background: linear-gradient( 90deg, #FF7700 0%, #FFA564 100%);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  text-align: center;
  line-height: 1.2rem;
  margin: 0 auto;
  margin-top: 3.78rem;
  font-family: Dhyana, Dhyana;
  font-weight: bold;
  font-size: 0.6rem;
  color: #FFFFFF;
}
.About-Us-content{
  width: 19.44rem;
  font-family: Dhyana, Dhyana;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.4rem;
  text-align: center;
  margin-top: .38rem;
  margin: 0 auto;
}
.three-img-box {
  width: 100%;
  height:13.52rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three {
  width: 100%;
  height: 100%;
}
.gray-box {
  width: 100%;
  height: 31.08rem;

}
.gray-bg-img {
  width: 100%;
  height: 100%;
}

.home-four-box {
  width: 24rem;
  height: 12.92rem;
  background: url(../img/Help-Center.webp) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 1.1rem;
}
  .help {
    font-weight: bold;
    line-height: 1.54rem;
    font-size: 0.96rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .7rem;
  }
.need {
font-weight: bold;
font-size: 0.52rem;
color: #FFFFFF;
line-height: 0.61rem;
text-align: center;
}
.fundandimg {
  display: flex;
  justify-content: space-between;
  margin-top: .26rem;
}
.f-left > img {
  width: 9.31rem;
  height: 9.57rem;
}

.f-right {
  margin-left: 2.18rem;
}
.f-right > input {
  padding:.3rem ;
  width: 11.74rem;
  height: 1.5rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  margin-bottom: .48rem;
}
.f-right > input:last-child{
  margin-bottom: 0;
}
.submit-btn {
  width: 3.14rem;
  height: 0.92rem;
  background: #FF7700;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.42rem;
}
.blue-down {
  width: 100%;
  height: 8.8rem;
  background: #1d4c8a;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.blue-down > img {
  width: 21rem;
  height: 7.6rem;
}
#error-message{
  font-size: 0.36rem;
}

.download-app-bottom{
  width: 100%;
  height: 8.8rem;
}
.download-app-bottom img{
  width: 100%;
  height: 100%;
}

.footer-nav{
  width: 100%;

}
.footer-nav .footer-top-img{
  width: 3.86rem;
  height:0.96rem ;
  margin: 0 auto;
  margin-top: .7rem;
}
.footer-nav .footer-top-img img{
  width: 100%;
  height: 100%;
}
.footer-nav  .footer-top-text{
  width: 8.86rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: .2rem;
}
.footer-line{
  width: 24rem;
  border: 0.02rem solid #A1A1A1;
  margin: 0 auto;
  margin-top: .56rem;
}
.footer-ul{
  display: flex;
  justify-content: center;
  padding:.56rem 0;
}
.footer-ul li{
  margin-left:.8rem ;
  font-weight: 400;
  font-size: 0.36rem;
  color: #666666;
  line-height: 0.42rem;

}
.footer-ul li a{
  color: #666666;
}
.footer-ul li .active{
color: #FF7700;
}