#games .author-content-item .card-content .banner-button-group .banner-button.no-text-decoration{
  color: rgba(250, 252, 255, 0.87);
}
.goodgames-title {
  margin: 1rem 0;
  line-height: 1;
}
.games-item .games-item-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.games-item .games-item-content .games-item-content-item {
  width: calc(25% - 12px);
  border-radius: 12px;
  border: var(--style-border-always);
  overflow: hidden;
  margin: 8px 6px;
  background: var(--anzhiyu-card-bg);
  box-shadow: var(--anzhiyu-shadow-border);
  min-height: 400px;
  position: relative;
maxWidth1200()
maxWidth768()
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-info {
  padding: 8px 16px 16px 16px;
  margin-top: 12px;
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: visable;
  text-overflow: ellipsis;
  width: fit-content;
  cursor: pointer;
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-name:hover {
  color: var(--anzhiyu-main);
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-specification {
  font-size: 12px;
  color: var(--anzhiyu-secondtext);
  line-height: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-description {
  line-height: 20px;
  color: var(--anzhiyu-secondtext);
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.games-item .games-item-content .games-item-content-item a.games-item-content-item-link {
  font-size: 12px;
  background: var(--anzhiyu-gray-op);
  padding: 4px 12px!important;
  border-radius: 8px;
  cursor: pointer;
  border-bottom: none!important;
}

.games-item .games-item-content .games-item-content-item a.games-item-content-item-link:hover {
  background: var(--anzhiyu-main);
  color: var(--anzhiyu-white);
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-cover {
  width: 100%;
  height: 200px;
  background: var(--anzhiyu-secondbg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.games-item .games-item-content .games-item-content-item img.games-item-content-item-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-toolbar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  padding: 0 16px;
}
body[data-type="games"] #web_bg {
  background: var(--anzhiyu-background);
}
body[data-type="games"] #page {
  border: 0;
  box-shadow: none !important;
  padding: 0 !important;
  background: 0 0 !important;
}
body[data-type="games"] #page .page-title {
  display: none;
}
.games-item .games-item-content .games-item-content-item .games-item-content-item-cover a {
  height: 100%;
}