.title-a {
  text-decoration: none;
}
.title-a .title-header {
  margin: 10px 0;
  color: #ffffff;
}
.gameIcon .gamesBox {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.gameIcon .gamesBox img {
  width: 100%;
  max-width: 240px;
}
/* 默认透明背景 */
header.transparent {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
/* 滚动后加背景色 */
header.scrolled {
  background-color: #2e2e2e;
  /* 你可以换成你想要的颜色 */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px 0px;
}
.grey {
  position: relative;
  display: inline-block;
}
.grey img {
  display: block;
  width: 100%;
  height: auto;
}
.grey::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 5px;
}
.title-games {
  text-align: center;
  width: 100%;
  margin-top: 80px;
}
.title-games .row img {
  width: 100%;
}
.position {
  padding-top: 10px !important;
}
.position p {
  color: #AEB0B4;
}
.position a {
  display: inline-block;
  background-color: #f07511;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: bold;
}
.position .images img {
  width: 100%;
  margin-bottom: 10px;
}
.position .cards {
  margin-top: 50px;
}
.illustration {
  padding-top: 0 !important;
  margin-top: 5px !important;
}
.illustration img {
  width: 100%;
}
.contact-foot {
  display: flex;
  gap: 20px;
}
.contact-foot a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
}
/*# sourceMappingURL=style.css.map */