/* 引入字体 */
@font-face {
  font-family: "FZZ";
  src: url("./font/FZZDHJW.TTF") format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

html {
    color: #fff;
    font-family:  Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}

body {
    background-color: #fff;
    width: 100%;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

img{
  width: 100%;
}

header{
  position: fixed;
  z-index: 100;
  left:0;
  top:0;
  width: 100%;
  background: #fff;
  height: 0.82rem;
}

nav{
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo{
  display: flex;
  align-items: center;
  line-height: 0;
}

.logo img:first-child{
  width: 0.82rem;
  margin-right: 0.2rem;
}
.logo img:last-child{
  width:2.29rem;
}

.menu{
  display: flex;
  align-items: center;
  font-size: 0.4rem;
}

.menu a {
  color: #1B0035;
}

.menu a:first-child{
  margin-right: 1.4rem;
}

.link{
  display: flex;
  align-items: center;
  font-size: 0.4rem;
}

.link a {
  color: #A7A8B0;
  margin-left: 0.38rem;
}

.link a:first-child{
  margin-left: 0;
}

.menu a:hover{
  color: #316945;
  text-decoration: underline;
}

.top-container{
  padding-top: 0.82rem;
}

.top-box{
  background: url(./images/bg1.webp) no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.33rem 0.35rem 1.13rem;
}

.top-info{
  flex:1;
}

.top-logo{
  width: 9.58rem;
  margin-left: 0.05rem;
}

.top-btn{
  display: flex;
  margin: 0.6rem 0 0 1.64rem;
}

.top-btn a {
  width: 2.81rem;
  display: block;
  line-height: 0;
}

.top-btn a:first-child{
  margin-right: 0.27rem;
}

.top-info h2{
  font-weight: 400;
  font-size: 0.68rem;
  color: #fff;
  line-height: 0.87rem;
  font-family: "FZZ";
  margin: 0.98rem 0 0.39rem;
}

.top-info p{
  font-family: FZZ;
  font-weight: 400;
  font-size: 0.44rem;
  color: #C7D8C8;
  line-height: 0.63rem;
}

.top-img{
  width: 7.39rem;
  margin-left: 0.2rem;
}

.games{
  background: url(./images/bg2.webp) no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  padding: 1.46rem 0.82rem 2.33rem 1.28rem;
  margin-top: -2px;
}

.games-info{
  width: 7.01rem;
  font-family: FZZ;
  color: #CDE1CE;
  font-size: 0.44rem;
  line-height: 0.63rem;
}

.games-info h2{
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.15rem;
  font-family: 'FZZ';
  font-weight: bold;
  margin: 1.86rem 0 0.76rem;
}

.games-img{
  flex: 1;
  line-height: 0;
  margin-left: 2.15rem;
}

.center-img{
  line-height: 0;
  margin-top: -1.44rem;
  position: relative;
}

.center-img h2{
  font-family: 'FZZ';
  font-weight: 400;
  font-size: 0.8rem;
  color: #24354F;
  line-height: 1.15rem;
  position: absolute;
  top: 2.32rem;
  right: 1.3rem;
}

.team{
  background: #85C87E url(./images/bg3.webp) no-repeat;
  background-size: 100% auto;
  padding: 0.67rem 1.22rem 0.93rem;
}

.team h2{
  font-size: 0.8rem;
  color: #24354F;
  font-weight: bold;
  font-family: 'FZZ';
  margin-bottom: 0.64rem;
  line-height: 1.15rem;
}

.team-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
}

.team-info img{
  width: 2.51rem;
}

footer{
  padding: 0.29rem 0.52rem 0.34rem 1.03rem;
}

.footer-logo{
  display: flex;
  align-items: center;
  font-family: 'FZZ';
  font-weight: bold;
  font-size: 0.58rem;
  color: #316945;
}

.footer-logo img{
  width: 0.79rem;
  margin-right: 0.23rem;
}

.footer-info{
  font-size: 0.3rem;
  color: #17203F;
  padding:0.07rem 0 0 0.18rem;
}

.footer-info p{
  margin-top: 0.2rem;
}

.footer-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.26rem 0 0 0.15rem;
}

.download-btn, .privacy {
  display: flex;
  align-items: center;
}

.download-btn a{
  width: 0.52rem;
  line-height: 0;
  display: block;
}

.download-btn a:first-child{
  margin-right: 0.8rem;
}

.privacy a{
  font-weight: 400;
  font-size: 0.3rem;
  color: #17203F;
  display: block;
}

.privacy a:first-child{
  margin-right: 0.6rem;
}
