.game-list {
  position: relative;
  top: 20px;
  opacity: 0;
  overflow: hidden;
  background: url("../img/bg-kf.jpg") no-repeat 50% 0;
  background-size: cover;
}

.sub-menu {
  float: left;
  width: 160px;
  z-index: 10;
  background: #fbfbfb;
  text-align: center;
  height: 100px;
}

ul li {
  display: flex;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
}

ul li span {
  display: block;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
}

.active {
  background: #0a77ff;
  color: #fff;
}

#container12 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.sub-game ul li {
  width: 1200px;
  height: 360px;
  /* background: #f6f6f6; */
  padding: 0 0 0 20px;
  transition: all 0.5s;
  background: #fdfcfc;
}

.sub-game ul li:hover {
  transform: translateY(10px);
  box-shadow: 1px 1px 10px 1px #555;
}

.sub-game ul li:not(:first-child) {
  margin: 20px 0;
}

.game-icon {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.game-icon img {
  width: 100%;
  height: 360px;
  transition: all 1s;
}

.game-info {
  /* padding: 0 20px; */
  font-family: "SimSun";
  font-size: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.game-info .head {
  /* display: flex; */
  /* border-bottom: 1px solid #999; */
  margin-bottom: 20px;
  margin-top: 20px;
}

.game-info .head .title {
  width: 30%;
  font-size: 26px;
  line-height: 30px;
  margin-top: 2px;
  color: #0a77ff;
  font-family: Microsoft Yahei;
  border-bottom: 5px solid #eee;
  padding: 20px 0px;
}
.game-info:hover .game-icon img {
  transform: scale(1.1);
}
.game-info:hover .head .title {
  border-bottom: 5px solid #0a77ff;
}

.game-info .head .type {
  width: 50%;
  font-size: 12px;
  line-height: 30px;
  margin-top: 2px;
  color: #999;
}

.game-info .game-start {
  float: right;
  width: 100px;
  height: 30px;
  background: #4ab71a;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.game-start a {
  color: #fff;
}

.game-info .explain {
  width: 50%;
  height: 100%;
}

.game-info .explain p {
  line-height: 30px;
  font-size: 15px;
  font-family: Microsoft Yahei;
  color: #999;
}
