.games-dt {
  padding: 0.2rem 0.3rem;
}
.games-dt .navs {
  display: flex;
  justify-content: center;
}
.games-dt .navs .nav_item {
  width: 2.4rem;
  height: 0.6rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}
.games-dt .navs .nav_item:nth-child(1) {
  margin-right: 1.2rem;
}
.games-dt .navs .nav_item i {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 0.54rem;
  height: 0.04rem;
  background-color: var(--theme-color);
  border-radius: 0.08rem;
  display: none;
}
.games-dt .navs .nav_item.active i {
  display: block;
}
.games-swiper .games-ul {
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.games-swiper .games-ul li {
  width: 3.28rem;
  border-radius: 0.28rem;
  margin-bottom: 0.4rem;
  background-color: #3a3839;
  overflow: hidden;
}
.games-swiper .games-ul li a .img {
  display: block;
  height: 2.24rem;
  margin-bottom: 0.12rem;
}
.games-swiper .games-ul li a .intr {
  display: flex;
  align-items: flex-start;
  padding-left: 0.2rem;
  padding-right: 0.32rem;
  padding-bottom: 0.2rem;
}
.games-swiper .games-ul li a .intr .icon {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.games-swiper .games-ul li a .intr p {
  flex: 1;
  color: #fff;
  font-size: 0.28rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.games-swiper .swiper-slide {
  min-height: calc(100vh - 2.4rem);
}
.games-swiper .login_first {
  display: block;
  margin: 1rem auto;
  font-size: 0.28rem;
  width: 160px;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  border-radius: 2rem;
  background-color: var(--theme-color);
  color: #000;
}
.games-swiper .login_first:active {
  opacity: 0.9;
}
