/* 引入字体 */
@font-face {
  font-family: "Panton";
  src: url("./font/PANTON-REGULAR55.OTF") 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.34rem 0.53rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu{
  display: flex;
  align-items: center;
  font-size: 0.29rem;
  line-height: 100%;
}

.menu a {
  margin-left: 0.4rem;
  font-family: Panton;
  color: #F05832;
}

/* .menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #F05832;
} */

.top-container{
  padding-top: 0.97rem;
}

.top-box{
  display: flex;
  background: url(./images/shape1.webp) no-repeat;
  background-size: 100% auto;
}

.top-logo{
  width: 12rem;
  margin: 1.16rem 0 0 0.53rem;
}

.top-btn{
  display: flex;
  margin-left: 2.64rem;
}

.top-btn a {
  width: 3.65rem;
  display: block;
  line-height: 0;
}

.top-btn a:first-child{
  margin-right: 0.23rem;
}

.top-info h2{
  font-weight: 400;
  font-size: 0.53rem;
  color: #fff;
  font-family: "Panton";
  margin: 0.67rem 0 0.39rem 3.6rem;
}

.top-info p{
  font-family: Panton;
  font-weight: 400;
  font-size: 0.23rem;
  color: #fff;
  line-height: 0.33rem;
  width: 8.27rem;
  margin-left: 2.6rem;
  text-align: center;
}

.top-img{
  display: flex;
  margin: 1.42rem 0 0 -1.14rem;
  padding-bottom: 3.7rem;
}

.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/bg1.webp) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.21rem 0.36rem 2.08rem 1.21rem;
  color: #1B0035;
  margin-top: -2.85rem;
}

.games-info{
  width: 7.73rem;
  font-size: 0.62rem;
  font-family: Panton;
  text-align: center;
  color: #fff;
}

.games-info h2{
  font-size: 1.03rem;
  font-family: Panton;
  font-weight: bold;
  margin-bottom: 1.15rem;
}

.games-img{
  width: 8.24rem;
  line-height: 0;
  margin-left: 1.09rem;
}

.team{
  background: url(./images/shape2.webp) no-repeat;
  background-size: 100% auto;
  padding: 1.62rem 0.7rem 1.96rem;
  text-align: center;
  margin: 2.02rem 0 1.6rem;
}

.team h2{
  font-size: 1.03rem;
  color: #fff;
  font-weight: bold;
  font-family: Panton;
  margin-bottom: 1.07rem;
  line-height: 100%;
}

.team-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
}

.team-info img{
  width: 3.28rem;
}

footer{
  background: url(./images/shape3.webp) no-repeat;
  background-size: 100%  100%;
  padding: 0.86rem 0.68rem 0.8rem;
}

.footer-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Panton;
  font-weight: bold;
  font-size: 0.42rem;
  color: #fff;
}

.footer-logo img{
  width: 0.89rem;
  margin-right: 0.12rem;
}

.download-btn{
  display: flex;
  justify-content: center;
  margin: 0.2rem 0 1.02rem;
}

.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: Panton;
}

.footer-info p{
  margin-top: 0.2rem;
}

.footer-info a{
  font-family: Panton;
  font-weight: 400;
  font-size: 0.34rem;
  color: #E9A9BB;
}

.footer-info a:first-child{
  margin-right: 0.7rem;
}


@media screen and (max-width: 640px) {
  .menu{
    font-size: 10px;
  }
}