@import url('../css/head_foot.css');
#content .cont_best,
#content .cont_new,
#content .cont_all {
  width: 1200px;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 34px;
}
#content .cont_best .best_title,
#content .cont_new .best_title,
#content .cont_all .best_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  padding: 12px 32px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #333333;
  border-bottom: none;
}
#content .cont_best .best_title img,
#content .cont_new .best_title img,
#content .cont_all .best_title img {
  width: 24px;
  height: 24px;
}
#content .cont_best .best_title span,
#content .cont_new .best_title span,
#content .cont_all .best_title span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}
#content .cont_best .best_list {
  display: grid;
  grid-template-columns: repeat(10, minmax(100px, 1fr));
  grid-gap: 12px;
  border: 1px solid #333333;
  border-radius: 12px;
  background: #FFFFFF;
  padding: 32px 28px;
}
#content .cont_best .best_list .best_item {
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  padding: 8px;
  position: relative;
}
#content .cont_best .best_list .best_item .img-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
#content .cont_best .best_list .best_item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont_best .best_list .best_item:hover {
  border: 1px solid #333;
  box-shadow: 4px 4px 0px 0px #333333;
}
#content .cont_best .best_list .best_item:hover .fu {
  display: block;
}
#content .cont_best .best_list .best_item .fu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
}
#content .cont_best .best_list .best_item .fu .game_title {
  width: 84px;
  height: 19px;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 7px;
  bottom: 7px;
}
#content .cont_best .best_list .one img,
#content .cont_best .best_list .two img {
  width: 200px;
  height: 200px;
}
#content .cont_best .best_list .one .fu .game_title,
#content .cont_best .best_list .two .fu .game_title {
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_best .best_list .one {
  grid-area: 1/2/3/4;
}
#content .cont_best .best_list .two {
  grid-area: 3/7/5/9;
}
#content .cont_new .new_list {
  display: grid;
  grid-template-columns: repeat(5, minmax(50px, 1fr));
  grid-gap: 12px;
  border: 1px solid #333333;
  border-radius: 12px;
  background: #FFFFFF;
  padding: 32px 28px;
}
#content .cont_new .new_list .new_item {
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  padding: 8px;
  display: flex;
  align-items: center;
}
#content .cont_new .new_list .new_item img {
  width: 84px;
  height: 84px;
  margin-right: 8px;
}
#content .cont_new .new_list .new_item .item_r {
  width: calc(100% - 92px);
}
#content .cont_new .new_list .new_item .item_r .title {
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
}
#content .cont_new .new_list .new_item .item_r span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_new .new_list .new_item:hover {
  border: 1px solid #333;
  box-shadow: 4px 4px 0px 0px #333333;
}
#content .cont_all .all_list {
  display: grid;
  grid-template-columns: repeat(8, minmax(50px, 1fr));
  grid-gap: 14px;
  padding: 32px 28px;
  border: 1px solid #333333;
  border-radius: 12px;
  background: #FFFFFF;
}
#content .cont_all .all_list .all_item {
  border: 1px solid #EEEEEE;
  padding: 8px;
  border-radius: 8px;
}
#content .cont_all .all_list .all_item .img-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
#content .cont_all .all_list .all_item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont_all .all_list .all_item .title {
  width: 100%;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont_all .all_list .all_item span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_all .all_list .all_item:hover {
  border: 1px solid #333;
  box-shadow: 4px 4px 0px 0px #333333;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont_best,
  #content .cont_new,
  #content .cont_all {
    width: 100%;
  }
  #content .cont_best .best_title,
  #content .cont_new .best_title,
  #content .cont_all .best_title {
    width: 100%;
  }
  #content .cont_best .best_list {
    grid-template-columns: repeat(8, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_best .best_list .one img,
  #content .cont_best .best_list .two img {
    width: 100%;
    height: 100%;
  }
  #content .cont_best .best_list .one {
    grid-area: 1/2/3/4;
  }
  #content .cont_best .best_list .two {
    grid-area: 4/1/6/3;
  }
  #content .cont_new .new_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_all .all_list {
    grid-template-columns: repeat(8, minmax(50px, 1fr));
    padding: 12px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont_best,
  #content .cont_new,
  #content .cont_all {
    width: 100%;
  }
  #content .cont_best .best_title,
  #content .cont_new .best_title,
  #content .cont_all .best_title {
    width: 100%;
  }
  #content .cont_best .best_list {
    grid-template-columns: repeat(6, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_best .best_list .one img,
  #content .cont_best .best_list .two img {
    width: 100%;
    height: 100%;
  }
  #content .cont_best .best_list .one {
    grid-area: 1/2/3/4;
  }
  #content .cont_best .best_list .two {
    grid-area: 4/1/6/3;
  }
  #content .cont_new .new_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_all .all_list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
    padding: 12px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont_best,
  #content .cont_new,
  #content .cont_all {
    width: 100%;
  }
  #content .cont_best .best_title,
  #content .cont_new .best_title,
  #content .cont_all .best_title {
    width: 100%;
  }
  #content .cont_best .best_list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_best .best_list .one img,
  #content .cont_best .best_list .two img {
    width: 100%;
    height: 100%;
  }
  #content .cont_best .best_list .one {
    grid-area: 1/2/3/4;
  }
  #content .cont_best .best_list .two {
    grid-area: 4/1/6/3;
  }
  #content .cont_new .new_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_all .all_list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
    padding: 12px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont_best,
  #content .cont_new,
  #content .cont_all {
    width: 100%;
  }
  #content .cont_best .best_title,
  #content .cont_new .best_title,
  #content .cont_all .best_title {
    width: 100%;
  }
  #content .cont_best .best_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_best .best_list .one img,
  #content .cont_best .best_list .two img {
    width: 100%;
    height: 100%;
  }
  #content .cont_best .best_list .one {
    grid-area: 1/2/3/4;
  }
  #content .cont_best .best_list .two {
    grid-area: 4/1/6/3;
  }
  #content .cont_new .new_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_all .all_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    padding: 12px;
  }
}
