.w1200 {
  width: 1200px;
  display: block;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  display: block;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.w900 {
  width: 900px;
}

.banner {
  width: 100%;
  height: 400px;
  background: linear-gradient(to right, #080814, #171736);
  position: relative;
  color: #fff;
}
.banner .w1000{}

.banner h3 {
  font-family: "Anton";
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1px;
  padding-top: 120px;
}
.banner p{
  font-family: "Rajdhani";
  font-size: 22px;
}

.gameslist-container ul li{
  width: 100%;
  height: 280px;
  background: #e9e9e9;
  margin-bottom: 20px;
  border-radius: 10px;
  font-family: "Rajdhani";
}

.gameslist-container ul li a{
  height: 280px;
  justify-content: space-between;
  align-items: center;
}
.gameslist-container ul li a .pic{
  min-width: 180px;
  max-width: 180px;
  height: 220px;
  margin-left: 30px;
  text-align: center;
}
.gameslist-container ul li a .pic p{
  font-size: 18px;
  font-weight: 800;
}

.gameslist-container ul li a .text{
  width: 700px;
  margin-right: 40px;
}

.gameslist-container ul li a .text h3{
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
  font-size: 24px;
}
.gameslist-container ul li a .text .flex{
  flex-wrap: wrap;
  justify-content: space-between;
}
.gameslist-container ul li a .text .flex p{
  width: 50%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.gameslist-container ul li a .text .flex p i{
  width: 20px;
  height: 20px;
  background: url("../images/games/arrow.png");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}






































