/* 引入字体 */
@font-face {
  font-family: "Oxanium";
  src: url("./font/OXANIUM-MEDIUM.TTF") format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

html {
    color: #fff;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

img{
  width: 100%;
}

header{
  position: fixed;
  right:0;
  top:0;
  width: 100%;
  background: #fff;
}

nav{
  padding: 0.21rem 0.29rem 0.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo{
  width: 0.53rem;
}

.menu{
  display: flex;
  align-items: center;
  font-size: 0.29rem;
  line-height: 100%;
}

.menu a {
  margin-left: 0.67rem;
  font-family: Oxanium;
  color: #4568F3;
}

/* .menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #F05832;
} */

.top-container{
  padding-top: 0.88rem;
}

.top-box{
  display: flex;
  background: url(./images/bg1.webp) no-repeat;
  background-size: 100% auto;
}

.top-logo{
  width: 12rem;
  margin: 1.74rem 0 0 0.57rem;
}

.top-btn{
  display: flex;
  margin-left: 2.64rem;
  margin-bottom: 0.22rem;
}

.top-btn a {
  width: 3.65rem;
  display: block;
  line-height: 0;
}

.top-btn a:first-child{
  margin-right: 0.23rem;
}

.top-info p{
  font-family: Oxanium;
  font-weight: 400;
  font-size: 0.23rem;
  color: #525EF4;
  line-height: 0.33rem;
  width: 7.52rem;
  margin-left: 2.65rem;
}

.top-img{
  display: flex;
  margin: 1.51rem 0 0 -1.14rem;
}

.top-img img:first-child{
  width: 3.12rem;
  height: 5.84rem;
  margin: 2.18rem 0.1rem 0 0;
}

.top-img img:last-child{
  width: 4.02rem;
  height: 7.66rem;
}

.games{
  background: url(./images/bg2.webp) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1B0035;
  margin-top: 1.89rem;
  padding: 0 1.17rem 0 1.64rem;
}

.games-info{
  font-size: 0.44rem;
  font-family: Oxanium;
  text-align: center;
  color: #fff;
}

.games-info h2{
  font-size: 0.9rem;
  font-family: Oxanium;
  font-weight: bold;
  margin-bottom: 0.47rem;
}

.games-img{
  width: 5.83rem;
  line-height: 0;
  margin: -0.79rem 0 0 1.89rem;
}

.center-box {
  padding: 1.18rem 1.03rem 0.46rem;
}

.center-list{
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
}

.center-list img{
  width: 5.17rem;
}

.team{
  background: url(./images/bg3.webp) no-repeat;
  background-size: 100% auto;
  padding: 1.47rem 0.4rem 1.78rem;
  text-align: center;
}

.team h2{
  width: 5.31rem;
  line-height: 0;
  margin:0 auto 0.31rem;
}

.team-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
}

.team-info img{
  width: 3.86rem;
  margin-left: -1rem;
}

.team-info img:first-child{
  margin-left: 0;
}

footer{
  background: url(./images/bg4.webp) no-repeat;
  background-size: 100%  100%;
  padding: 1.25rem 0.65rem 0.84rem;
  margin-top: 1.75rem;
}

.footer-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Oxanium;
  font-weight: bold;
  font-size: 0.42rem;
  color: #fff;
}

.footer-logo img{
  width: 0.77rem;
  margin-right: 0.34rem;
}

.download-btn{
  display: flex;
  justify-content: center;
  margin: 0.38rem 0 0.69rem;
}

.download-btn a{
  width: 3.65rem;
  line-height: 0;
  display: block;
}

.download-btn a:first-child{
  margin-right: 0.23rem;
}

.footer-info{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.3rem;
  font-family: Oxanium;
}

.footer-info p{
  margin-top: 0.2rem;
  width: 10.62rem;
}

.footer-link {
  display: flex;
}


.footer-link a{
  font-family: Oxanium;
  font-weight: 400;
  font-size: 0.3rem;
  color: #fff;
  display: block;
}

.footer-link a:first-child{
  margin-right: 0.7rem;
}


@media screen and (max-width: 640px) {
  .menu{
    font-size: 10px;
  }
}