/* 引入字体 */
@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;
}

body {
    background-color: #fff;
    width: 100%;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

img{
  width: 100%;
}

header{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  background: #fff;
  height: 1.04rem;
}

nav{
  padding: 0.1rem 0.62rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo{
  display: flex;
  align-items: center;
  font-size: 0.5rem;
  color: #B04AF7;
  font-weight: bold;
  font-family: Panton;
}

.logo img{
  width: 0.56rem;
  margin-right: 0.26rem;
}

.menu{
  display: flex;
  align-items: center;
  font-size: 0.3rem;
}

.menu a {
  color: #1B0035;
  margin-left: 0.4rem;
}

.menu a:hover{
  color: #B04AF7;
  text-decoration: underline;
}

.top-img{
  padding-top: 1.04rem;
  line-height: 0;
}

.games{
  background: url(./images/bg2@2x.webp) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.73rem 0.88rem 1.59rem 1.1rem;
  color: #1B0035;
}

.games-info{
  width: 7.76rem;
  font-size: 0.5rem;
  font-family: Panton;
  text-align: center;
}

.games-info h2{
  color: #B04AF7;
  font-size: 1.1rem;
  font-family: Panton;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.games-img{
  flex:1;
  line-height: 0;
  margin-left: 1.09rem;
}

.center-img{
  background: url(./images/bg3@2x.webp) no-repeat;
  background-size: 100% auto;
  line-height: 0;
  padding: 1.16rem 0.99rem;
}

.team{
  background: url(./images/bg2@2x.webp) no-repeat;
  background-size: 100% auto;
  padding: 1.42rem 2.08rem 1.3rem;
  text-align: center;
}

.team h2{
  font-size: 1.1rem;
  color: #B04AF7;
  font-weight: bold;
  font-family: Panton;
  margin-bottom: 0.95rem;
  line-height: 100%;
}

.team-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
}

.team-info img{
  width: 2.51rem;
}

footer{
  background: url(./images/bg5.webp) no-repeat;
  background-size: 100%  100%;
  padding: 0.57rem 0.62rem 0.97rem;
}

.footer-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Panton;
  font-weight: bold;
  font-size: 0.5rem;
  color: #fff;
}

.footer-logo img{
  width: 0.57rem;
  margin-right: 0.27rem;
}

.download-btn{
  display: flex;
  justify-content: center;
  margin: 0.27rem 0 0.53rem;
}

.download-btn a{
  width: 4.25rem;
  line-height: 0;
  display: block;
}

.download-btn a:first-child{
  margin-right: 0.25rem;
}

.footer-info{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.34rem;
  font-family: Panton;
}

.footer-info p{
  margin-top: 0.15rem;
}

.footer-info a{
  font-family: Panton;
  font-weight: 400;
  font-size: 0.34rem;
  color: #fff;
}

.footer-info a:first-child{
  margin-right: 0.53rem;
}


@media screen and (max-width: 640px) {
  .menu{
    font-size: 10px;
  }
}