*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #0C0D14;
  font-size: 0.14rem;
  color: #fff;
  font-family: Nunito,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

header{
  margin: 0.16rem;
}

header h1{
  margin: 0;
  font-family: Nunito,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.167;
  font-size: 0.24rem;
}

header div{
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0.08rem 0px;
  font-size: 0.14rem;
}

.main{
  margin:0 16px;
}

.pagination{
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0.24rem 0px;
  content-visibility: auto;
  contain-intrinsic-size: 50px;
}

.pagination .number{
  -webkit-text-decoration: none;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}

.pagination div{
  box-sizing: border-box;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 8px;
  background: #2F3148;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.05rem; 
}

.pagination>div{
  border-color: #6842FF;
  border-width: 3px;
  background-color: transparent;
}

.pagination .btn{
  background: #6842FF;
  width: unset;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 0.9em;
}

.pagination .ellipsis{
  border: 3px solid transparent;
  background: transparent;
}


.poster{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.poster>div{
  width: 100%;
  margin: 0 auto;
}

.poster>div>div{
  width: 100%;
  margin: 0 auto;
}


.game_banner_r .game_item:nth-of-type(3){
  margin-top: 9px;
}

@media screen and (min-width:769px){

  header h1{
    font-size: 30px;
  }

  header div{
    font-size: 18px;
  }

  .pagination div{
    width: 50px;
    height: 50px;
    margin: 5px;
  }

  
  header{
    margin: 30px 130px;
  }

  .game_banner .game_item{
    margin-left: 0;
  }

  .banner_item{
    width: 362px !important;
    height: 362px !important;
  }

  .banner{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .game_banner{
    width: 372px;
    height: 568px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    float: left;
  }

  .game_item{
    float: left;
  }
}