.searchBox.act {
  background: rgba(0, 0, 0, 0.5);
}

.searchBox .comMain {
  overflow-y: auto;
  max-width: 1200px;
}

.container .search_con .sBox {
  cursor: pointer;
}

@media screen and (min-width:1150px) {
  .searchBox .comMain .games .gamelist>li {
    width: 15%;
  }
}

body {
  color: #333;
}

footer {
  display: block;
  padding: 30px 5px 25px;
  height: auto;
}

footer .link {
  overflow: hidden;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
}

footer .link a {
  margin: 0 12px;
  display: block;
  color: #c15b50;
}

footer .link a:hover {
  text-decoration: underline;
  color: #000;
}

footer p {
  text-align: center;
  color: #666;
}
