header{
  height: .45rem;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .15rem;
  box-sizing: border-box;
}
/* .logo{
  width: 0.65rem;
  height: .25rem;
  line-height: .945rem;
} */
.logo img{
  width: 100%;
  height: auto;
}
#nav{
  height: .2rem;
  width: .225rem;
}
#nav img{
  width: 100%;
  height: auto;
}
.banner{
  position: relative;
}
.banner img{
  width: 100%;
  height: auto;
}
.banner .btn img{
  width: .15rem;
  height: .15rem;
}
.banner .android{
  position: absolute;
  left: .4rem;
  top:1.175rem;
}
.banner .android img{
  width: .165rem;
  height: .18rem;
}
.banner .btn{
 
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 5%;
  width: 1.35rem;
  height: .35rem;
  border-radius: .35rem;
  color: #fff;
  background-color: #2489ff;
  font-size: 0.12rem;
}
.banner .ios{
  position: absolute;
  right: .4rem;
  top:1.175rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.banner .ios img{
  width: .15rem;
  height: .18rem;
}
.item{
  background-color: #f4f5f9;
}
.item1{
  background-color: #fff;
}
.title{
  padding: .3rem 0;
  font-size: .16rem;
  color: #333;
  font-size: 600;
  text-align: center;
}
.listItem{
  width: 2.4rem;
  text-align: center;
  margin: 0 auto;
}
.listItem img{
  display: block;
  margin: 0 auto;
}
.itemTitle{
  font-size: .15rem;
  font-weight: 600;
  color: #00233d;
  margin: .275rem .15rem;
}
.itemContent{
  color: #9a9b9c;
  font-size: .12rem;
  margin-bottom: .3rem;
}
.sytemNav{
  display: flex;
  align-items: center;
  margin: 0 .2rem;
  flex-wrap: wrap;
}
.sytemNav div{
  width: 1rem;
  height: .3rem;
  border-radius: .05rem;
  text-align: center;
  line-height: .3rem;
  font-size:.12rem;
  color: #666;
  margin: 0 .05rem .2rem;
  border: 1px solid #e1e3e6;
}
.sytemNav div:hover{
  background-color: #2589ff;
  color: #fff;
  border:none;
}
.sytemNav .active{
  background-color: #2589ff;
  color: #fff;
  border:none;
}
.none{
  display: none;
}
.navContent{
  margin: .2rem .2rem;
}
.navContent img{
  width: 100%;
  height: auto;
}
.contentTitle{
  font-size: .14rem;
  font-weight: 600;
  color: #333;
}
.contentTitle span{
  display: block;
  margin: .15rem 0;
  height: .02rem;
  width: .3rem;
  background-color: #1e88ff;
}
.contentText{
  font-size: .12rem;
  color: #666;
}

.team{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 .2rem;
  flex-wrap: wrap;
}
.teamItem{
  background-color: #fff;
  border-radius: .1rem;
  width: 1.6rem;
  text-align: center;
  padding: 0 .2rem;
  margin-bottom: .2rem;
  box-shadow: 0 3px 5px #999;
  font-size: 0.12rem;
}
.teamItem img{
  display: block;
  margin: .2rem auto;
}

.partner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 .2rem;
  flex-wrap: wrap;
}
.partner div{
  width: 26%;
  margin-bottom: .2rem;
}
.partner img{
  width: 100%;
  height: auto;
}
.download {
  padding-top: .3rem;
  padding-bottom: .2rem;
  position: relative;
}
.download img{
  width: 100%;
  height: auto;
}
/* .download .btn img{
  width: .3rem;
  height: .3rem;
} */
.download .btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 5%;
  width: 1.35rem;
  height: .35rem;
  border-radius: .35rem;
  color: #fff;
  background-color: #2489ff;
  font-size: 0.12rem;
}
.download .android{
  position: absolute;
  right: 0.6rem;
  bottom:0.9rem;
}

.download .ios{
  position: absolute;
  right: .6rem;
  bottom:.4rem;
  color: #2489ff;
  background-color: #fff;
  border: 1px solid #fff;
}
.android img{
  width: .165rem;
  height: .18rem;
}
.ios img{
  width: .19rem;
  height: .22rem;
}
.btn a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.about{
  margin: 0 .2rem;
}
.aboutTitle{
  font-size: .14rem;
  color: #00233d;
  font-weight: 600;
  position: relative;
  padding-left:.1rem ;
  margin-bottom: .15rem;
}
.aboutTitle::before{
  content: "";
  width: .05rem;
  height: .14rem;
  position: absolute;
  left: 0;
  top: .02rem;
  background-color: #00233d;
}
.aboutText{
  font-size: .12rem;
  color: #586673;
  margin-bottom: .15rem;
}
.aboutend{
  font-size: .14rem;
  color: #00233d;
  font-weight: 600;
  margin-bottom: .2rem;
}
.item2{
  padding: .25rem 0.65rem;
  text-align: center;
  background-color: #0a1825;
}
.item2 div{
  color: #fff;
  font-size: .12rem;
  margin-bottom: .1rem;
}
.item2 img{
  display: block;
  margin: 0 auto;
  width: .7rem;
  height: .7rem;
}
.item2 span{
  color: #b0b3b6;
  font-size: .1rem;
  display: block;
  text-align: center;
  margin-top: .1rem;
}
.footer{
  height: .6rem;
  display: flex;
  align-items: center;
  font-size: 0.12rem;
}
.footer div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  line-height: .6rem;
  /* padding-top: .1rem; */
  position: relative;
}
.footer div:last-of-type{
  border-left: 1px solid #e1e3e6;
}
.footer img{
  width: .25rem;
  height: .25rem;
  /* display: inline-block; */
  margin-right: .05rem;
}
.footer a{
  display: block;
  width: 100%;
  height: .6rem;
  position: absolute;
  left: 0;
}