* {
  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; /*  */
  color: inherit; /*  */
}
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/privacy-top-box.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;
}
.privacy-mainer {
  width: 100%;
  background: #f1f1f1;
  padding: 2.4rem;

}
.title {
  font-weight: 500;
  font-size: 0.96rem;
  color: #000000;
  line-height: 1.13rem;
  text-align: center;
}
.sub-title,.paragraph-content {
  font-weight: 500;
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.54rem;
  margin-bottom: 0.2rem;
}
.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;
}
