@import url('../css/head_foot.css');
#content {
  width: 1280px;
  background: #E8FBFF;
  margin: 0 auto;
  padding: 10px 40px 10px;
  box-sizing: border-box;
}
#content .bread {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  margin-bottom: 10px;
}
#content .bread a {
  color: #666;
}
#content .ti {
  width: 100%;
  height: 68px;
  background: #F3FDFF;
  border-radius: 16px 16px 16px 16px;
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #2FDBFF;
  line-height: 20px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 68px;
}
#content .games_bottom {
  margin-bottom: 24px;
}
#content .games_bottom .games_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 133px);
  grid-gap: 19px;
}
#content .games_bottom .games_list li {
  box-shadow: 0px 4px 7px 0px #86B5BF;
  border-radius: 50px;
  transform: translate3d(0, 0, 0);
}
#content .games_bottom .games_list li a {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  display: block;
}
#content .games_bottom .games_list li a img {
  width: 100%;
  height: 100%;
}
#content .games_bottom .games_list li a .game_title {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
#content .games_bottom .games_list li a .game_title p {
  width: 117px;
  font-size: 14px;
  font-family: b;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}
#content .games_bottom .games_list li a:hover .game_title {
  top: 0%;
  transition: 0.5s;
}
#content .games_bottom .search_none {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .games_bottom .search_none img {
  width: 240px;
  height: 240px;
}
#content .games_bottom .search_none .none {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #2FDBFF;
  line-height: 28px;
}
