body,p{
  margin: 0;
}
img{
  display: block;
}
a{
  text-decoration: none;
}

.top.pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 130px;
  height: 102px;
  background: #202A27;
}
.top.pc .logos{
  display: flex;
  align-items: center;
}
.top.pc .logos .logo{
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.top.pc .logos .name{}
.top.pc .logos .name img{
  width: 89px;
  height: 44px;
}
.top.pc .navs{
  display: flex;
  align-items: center;
}
.top.pc .navs .nav{
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 68px;
}
.top.pc .navs .nav.on{
  position: relative;
}
.top.pc .navs .nav.on:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 4px;
  background: #00FEFE;
  border-radius: 3px;
  left: 10%;
  bottom: -8px;
}

.top.h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110rem;
  background: #202A27;
  padding-left: 40rem;
  position: relative;
}
.top.h5 .logos{
  display: flex;
  align-items: center;
}
.top.h5 .logos .logo{
  width: 44rem;
  height: 44rem;
  margin-right: 10rem;
}
.top.h5 .logos .name{}
.top.h5 .logos .name img{
  width: 89rem;
  height: 44rem;
}
.top.h5 .btns{
  display: flex;
  align-items: center;
  padding-right: 33rem;
}
.top.h5 .btns .appbtn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126rem;
  height: 50rem;
  background: rgba(0, 254, 254, 0.12);
  border-radius: 25rem;
  border: 1rem solid #00FEFE;
  font-size: 22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #00FEFE;
}
.top.h5 .btns .navsbtn{
  width: 28rem;
  height: 24rem;
  background: url(../navbtn.png) no-repeat;
  background-size: 100%;
  margin-left: 32rem;
}
.top.h5 .navs{
  position: absolute;
  margin-left: 0;
  padding: 0;
  width: 100%;
  left: 0;
  top: 110rem;
  background-color: #fff;
  display: block;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 4%);
}
.top.h5 .navs .nav{
  display: block;
  margin-left: 0;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
  font-weight: 0;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3B3B3B;
  height: 50px;
  line-height: 50px;
}



.bottom{
  height: 180px;
  background: #202A27;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom .row{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom .row a{
  font-size:18px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color: #FFFFFF;
  line-height:17px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.5em;
}
.bottom .row span{
  padding: 0 0.5em;
}

@media screen and (max-width: 600px){
  .pc {
    display: none !important;
  }
  .bottom{
    height: auto;
    padding: 30px 0;
  }
  .bottom .row{
    font-size: 24rem;
    margin-bottom: 0;
    line-height: 38rem;
  }
  .bottom .row.row-h5{
    display: flex;
    flex-direction: column;
  }
  .bottom .row a{
    font-size: 24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .bottom .row span{
    padding: 0 0.5em;
    display: none;
  }
}
@media screen and (min-width: 601px){
  .h5 {
    display: none !important;
  }
}