.mian-title {
  text-align: center;
  color: #333333;
  font-size: 60px;
  margin: 50px auto;
}

.game-item-container {
  display: -webkit-flex;
  display: flex;
  min-width: 850px;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game-item {
  background-color: rgb(255, 255, 255);
  width: 660px;
  height: 610px;
  margin: 30px;
  box-shadow: 0px 30px 28px -30px rgba(0, 6, 17, 0.2);
  border-radius: 10px;
}

.game-item img {
  width: 660px;
  height: 430px;
}

.game-font {
  padding: 20px;
}

.gmae-name {
  font-size: 28px;
  color: #333333;
  line-height: 39px;
  text-align: left;
  margin: 15px 0px;
}

.game-desc {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: left;
}