html,body{
  background: #F6F6F6;
}
.bread{
  padding: 18px 0;
}
.gamenav-list{
  display: flex;
  flex-wrap: wrap;
}
.gamenav-list .nav-item{
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  line-height: 1;
  margin-right: 20px;
  transition: .3s;
  margin-bottom: 10px;
}
.gamenav-list .nav-item.active{
  color: #fff;
  background: #13C5CD;
}
.gamenav-list .nav-item:hover{
  color: #fff;
  background: #13C5CD;
}
.game-content{
  display: flex;
  justify-content: space-between;
}
.game-list{
  width: 860px;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.game-list .card-list{
  margin-top: 15px;
}
.btn-more{
  color: #666666;
  font-size: 12px;
  width: 200px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #F6F6F6;
  border-radius: 4px;
  cursor: pointer;
  margin: 13px;
}
.aside{
  width: 400px;
  margin-left: 20px;
}
.aside .aside-content{
  width: 100%;
  border-radius: 10px;
  background: #fff;
  min-height: 500px;
}