@charset "utf-8";

@font-face {
  font-family: 'Oxanium-Bold';
  src: url('font/Oxanium-Bold.ttf');
}
@font-face {
  font-family: 'Oxanium-Medium';
  src: url('font/Oxanium-Medium.ttf');
}
@font-face {
  font-family: 'Oxanium-Light';
  src: url('font/Oxanium-Light.ttf');
}


* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #BE38F2;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}

body {
}

header{
  background:url(images/top_shape.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.95rem;
  height: 0.94rem;
}

nav{
  background: #BE38F2;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 0.94rem;
  text-align: right;
  font-family: Oxanium-Medium;
}

nav ul{
  margin: 0 1.29rem 0 6.63rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.34rem;
  height: 0.94rem;
  color: #fff;
}

nav ul a{
  color: #fff;
  font-size: 0.34rem;
  line-height: 0.24rem;
  padding: 0.35rem 0;
  display: block;
}

.top{
  line-height: 0;
  position: relative;
  z-index: 3;
  padding-top: 0.77rem;
}

.top-info{
  position: absolute;
  z-index: 5;
  top: 0.28rem;
  left: 0.32rem;
}

.top-logo img{
  width: 2.2rem;
  margin-right: 0.4rem;
}

.top-logo{
  display: flex;
  color: #BE38F2;
  align-items: center;
  font-family: Oxanium-Bold;
}

.download-btn{
  display: flex;
  margin-left: 2.6rem;
  margin-top: -0.3rem;
}

.download-btn a{
  display: block;
  width: 3.05rem;
}

.download-btn a:first-child{
  margin-right: 0.16rem;
}

.games{
  position: relative;
  z-index: 5;
  background: #fff;
}

.title{
  font-family: Oxanium-Medium;
  font-size: 0.76rem;
  color: #BE38F2;
  font-weight: 500;
  text-align: center;
  padding-top: 1rem;
}

.tip{
  font-size: 0.3rem;
  font-family: Oxanium-Light;
  font-weight: bold;
  line-height: 0.45rem;
  color: rgba(190,56,242, 0.8);
  margin: 0.58rem 1.54rem 1rem;
}

.games-list, .team-list{
  display: flex;
  justify-content: space-between;
  margin: 0 0.44rem;
}

.games-list >div, .team-list >div{
  line-height: 0;
}

.team-list{
  margin: 0 0.4rem;
}

.line{
  border: 0.03rem solid #BE38F2;
}

.news-content{
  display: flex;
  margin: 0.4rem 0.16rem 0;
}

.news-content-left{
  width: 9.48rem;
  line-height: 0;
}

.news-time{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #615167;
  font-family: 'Oxanium-Light';
  margin-left: 0.42rem;
  width: 8.36rem;
}

.news-time-title{
  display: flex;
  align-items: center;
}

.news-time-title h4{
  color: #BE38F2;
  font-size: 0.46rem;
  font-weight: 300;
  line-height: 0.26rem;
}

.news-time-title span{
  font-size: 0.28rem;
  font-weight: 300;
  line-height: 0.26rem;
  margin-left: 0.16rem;
}

.news-time p{
  font-size: 0.35rem;
  line-height: 0.4rem;
  margin-top: 0.14rem;
  
}

.news-info{
  display: flex;
  justify-content: space-between;
  margin: 0.8rem;
  line-height: 0;
}
.news-info img{
  width: 8.56rem;
}

footer{
  background: url(images/bottom_shape.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.27rem 1.1rem 0.3rem;
}

footer h3{
  color: #fff;
  font-size: 0.42rem;
  font-weight: bold;
  font-family: Oxanium-Bold;
  line-height: 0.45rem;
  text-align: center;
}

footer .download-btn{
  margin:0.52rem auto 0.94rem;
  justify-content: center;
}

.contact{
  color: #49115F;
  font-size: 0.21rem;
  line-height: 0.34rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact a{
  font-size: 0.23rem;
  font-weight: bold;
  font-family: Oxanium-Bold;
  line-height: 0.34rem;
  text-decoration: underline;
  margin-left: 0.22rem;
}
.contact a:first-child{
  margin-left: 0;
}

.privacy {
  padding: 0.94rem 5%;
  color: #AC69C6;
  font-family: Oxanium-Light;
}

.privacy h1 {
  text-align: center;
  font-size: 1.03rem;
  line-height: 180%;
  margin: 0.5rem 0;
  color: #BE38F2;
  text-transform: uppercase;
  font-family: Oxanium-Medium;
}

.privacy p {
  font-size: 0.18rem;
  line-height: 180%;
  margin-top: 0.2rem;
  word-wrap: break-word;
  word-break: keep-all;
}

.privacy p strong {
  font-size: 0.24rem;
  line-height: 180%;
}

.privacy li {
  margin: 0.2rem 0 0 0.2rem;
  font-size: 0.18rem;
  word-wrap: break-word;
  word-break: keep-all;
  list-style: disc;
}

.privacy h2 {
  font-size: 0.28rem;
  line-height: 180%;
  margin: 0.5rem 0 0.1rem;
}

.privacy h3 {
  font-size: 0.26rem;
  line-height: 180%;
  margin: 0.5rem 0 0.1rem;
}

.privacy h4 {
  font-size: 0.24rem;
  line-height: 180%;
  margin: 0.3rem 0 0.1rem;
}

.privacy a {
  color: #49115F;
  text-decoration: underline;
}

.privacy a:hover {
  color: #AC69C6;
}

.privacy .part {
  padding-top: 0.2rem;
}

@media screen and (max-width: 640px) {
  nav ul{
    margin: 0 20px;
  }
  nav ul a{
    font-size: 14px;
    padding: 9px 0;
  }
  .title{
    font-size: 24px;
    line-height: 120%;
  }
  .tip{
    font-size: 14px;
    line-height: 120%;
  }
  .news-time-title h4{
    font-size: 16px;
  }
  .news-time-title span{
    font-size: 8px;
  }
  .news-time p{
    font-size: 10px;
    line-height: 120%;
  }
  footer{
    padding-bottom: 15px;
  }
  footer h3{
    font-size: 16px;
    line-height: 120%;
  }
  footer .download-btn{
    margin-bottom: 10px;
  }
  .contact{
    font-size: 14px;
    line-height: 120%;
    flex-wrap: wrap;
  }
  .contact > div:last-child{
    margin-top: 10px;
  }
  .contact a{
    font-size: 15px;
    line-height: 120%;
    margin-left: 15px;
  }
  .privacy p, .privacy li{
    font-size: 18px;
  }
  .privacy p strong{
    font-size: 22px;
  }
  .privacy li{
    margin-left: 20px;
  }
  .privacy h1{
    font-size: 30px;
    margin: 30px 0;
  }
  .privacy h2 {
    font-size: 28px;
  }
  .privacy h3 {
    font-size: 26px;
  }
  .privacy h4 {
    font-size: 24px;
  }
}