
.container {
  width: 100%;
  overflow: hidden;
}

.header-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.header-top > img {
  margin: .2rem .2rem;
  width: .8rem;
  height: .8rem;
}
.header-top > a >img {
  width: 85%;
  height: .7rem;
  color: #fff;
  font-weight: bold;
  /* margin: 11px 0 16px 28px;  */
  margin-left: 10px;
}
.box-type {
  width: 6.94rem;
  margin: 0.3rem auto 0;
}
.game-type {
  width: 100%;
  display: grid;
  grid-template-columns: 2.16rem 2.16rem 2.16rem;
  grid-gap: 0.26rem;
}
.game-type > .item {
  width: 2.16rem;
  height: 1rem;
  background-color: #F1D9BC;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border: 0.04rem solid #292F52;
  border-radius: 0.2rem;
}
.game-type > .item img {
  width: 0.72rem;
  height: 0.72rem;
  margin-left: 0.14rem;
  border-radius: 0.1rem;
}
.game-type > .item > span {
  display: block;
  color: #020202;
  font-size: 0.2rem;
  margin-left: 0.14rem;
  font-weight: bold;
}
.box-top {
  width: 6.94rem;
  margin: 0.3rem auto 0;
}
.box-top .scorll-wrap {
  overflow-x: scroll;
}
.box-top .scorll-wrap .item-top {
  width: 8.56rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-top .scorll-wrap .item-top .top1 {
  width: 4.28rem;
  min-height: 6.7rem;
  background-color: #F1D9BC;
  border: 0.04rem solid #292F52;
  border-radius: 0.2rem;
  margin-right: 0.2rem;
  padding: 0.28rem;
}
.box-top .scorll-wrap .item-top .top1 .top-tile {
  width: 100%;
  font-size: 0.34rem;
  color: #292F52;
  margin-bottom: 0.3rem;
}
.box-top .scorll-wrap .item-top .top1 .top-con {
  width: 100%;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items {
  width: 100%;
  margin-bottom: 0.28rem;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items > a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items > a .items-idx {
  color: #292F52;
  font-size: 0.34rem;
  width: 0.4rem;
  text-align: right;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items > a .imgs {
  width: 0.84rem;
  height: 0.84rem;
  border: 0.04rem solid #292F52;
  border-radius: 0.2rem;
  margin-left: 0.2rem;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items > a .g-info {
  display: flex;
  flex-direction: column;
  margin-left: 0.2rem;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items > a .g-info > p {
  width: 2.12rem;
  font-size: 0.28rem;
  color: #292F52;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items > a .star {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.1rem;
}
.box-top .scorll-wrap .item-top .top1 .top-con > .items > a .star > .icon-star {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.04rem;
}
.card {
  width: 6.94rem;
  margin: 0.3rem auto 0.3rem;
}
.card .item-l-4 {
  width: 100%;
  height: 3.2rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.2rem;
}
.card .item-l-4 .lt {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.2rem;
  position: relative;
  border: 0.04rem solid #292F52;
}
.card .item-l-4 .lt > a {
  display: block;
  height: 100%;
}
.card .item-l-4 .lt p > .txt {
  height: 0.66rem;
  line-height: 0.66rem;
  font-size: 0.28rem;
}
.card .item-l-4 .lt img,
.card .item-l-4 .rt img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card .item-l-4 .rt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 3.8rem;
  height: 3.4rem;
}
.card .item-l-4 .rt > a {
  width: 1.62rem;
  height: 1.62rem;
  position: relative;
  border-radius: 10px;
  display: block;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  border: 0.04rem solid #292F52;
}
.card .item-l-4 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.1rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card .item-l-4 p > .txt {
  height: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.2rem;
}
.title {
  width: 100%;
  height: 0.4rem;
  margin: 0 auto 0.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.title .lf {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.title .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
}
.title span {
  font-size: 0.34rem;
  color: #292F52;
}
.title a {
  display: flex;
  height: 0.4rem;
  align-items: center;
}
.title img {
  width: 0.28rem;
  height: 0.28rem;
}
.s-title {
  height: 0.5rem;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.s-title > span {
  font-size: 0.34rem;
  color: #292F52;
}
.s-title > a {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
}
.s-title img {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  transform: rotate(-180deg);
}
.list-search {
  min-height: 56vh;
}
.box-game {
  width: 100%;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.box-game p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box-game p > .txt {
  height: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.2rem;
}
.box-game .item {
  width: 1.62rem;
  height: 1.62rem;
  margin-left: 0.14rem;
  position: relative;
  margin-top: 0.16rem;
  border: 0.04rem solid #292F52;
  border-radius: 0.2rem;
  overflow: hidden;
}
.box-game .item:nth-child(4n+1) {
  margin-left: 0;
}
.box-game .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.44rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.box-game .item a {
  display: block;
  width: 1.62rem;
  height: 1.62rem;
}
.box-game .item a img {
  width: 1.62rem;
  height: 1.62rem;
}
.box1 {
  width: 6.94rem;
  margin: 0 auto;
}
.box-list1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box-list1 .items {
  width: 3.34rem;
  margin-bottom: 0.3rem;
  margin-left: 0.26rem;
}
.box-list1 .items:nth-child(2n+1) {
  margin-left: 0;
}
.box-list1 .items > a {
  display: block;
}
.box-list1 .items img {
  width: 3.34rem;
  height: 2rem;
  border: 0.04rem solid #292F52;
  border-radius: 0.2rem;
  overflow: hidden;
}
.box-list1 .items p {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #292F52;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.popular {
  width: 100%;
}
.popular .title {
  width: 100%;
  font-size: 0.4rem;
  color: #000;
  margin: 0 auto;
  padding-left: 0.16rem;
  margin-bottom: 0.3rem;
}
.recent-index {
  width: 100%;
  overflow: scroll;
  display: flex;
  flex-direction: row;
}
.recent-index > .item {
  width: 1.26rem;
  position: relative;
  margin-right: 0.2rem;
}
.recent-index > .item > a {
  width: 1.26rem;
  display: flex;
  flex-direction: column;
}
.recent-index > .item > a img {
  width: 1.26rem;
  height: 1.26rem;
  border-radius: 0.1rem;
  border: 0.04rem solid #292F52;
}
.recent-index > .item > a p {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #292F52;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 0.14rem;
}
.recent-index > .item > a p > .txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-list > .item {
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.index-intro {
  width: 7.22rem;
  padding: 0.4rem 0.24rem 0.3rem;
  background-color: #F1D9BC;
  border: 0.04rem solid #292F52;
  margin: 0 auto;
  border-radius: 0.2rem;
}
.index-intro > h3 {
  font-size: 0.4rem;
  color: #292F52;
  width: 100%;
  text-align: center;
}
.index-intro p {
  font-size: 0.26rem;
  color: #292F52;
  text-indent: 0.4rem;
  margin: 0.4rem auto;
  line-height: 0.4rem;
  text-align: center;
}
.index-intro p:last-child {
  margin-bottom: 0;
  font-size: 0.4rem;
}
.swiper {
  width: 100%;
  height: 4.36rem;
  border-radius: 0.3rem;
  position: relative;
}
.swiper-slide {
  width: 6.94rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 2;
}
.popularWrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.1rem;
  left: 0.1rem;
}
.swiper-slide a {
  width: 6.94rem;
  display: inline-block;
  border: 0.04rem solid #292F52;
  border-radius: 0.3rem;
}
.swiper-slide a img {
  display: block;
  width: 6.9rem;
  height: 4.22rem;
  object-fit: cover;
  border-radius: 0.3rem;
}
.slide-num {
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 2;
  border-radius: 0.2rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
}
