@import url("common.css");


.card > .title > span {
  font-size: 0.34rem;
  color: #fff; 
  font-weight: bold;
}

.card {
  background: #B07211;
  width: 7.22rem;
  margin: 0 auto 0.3rem;
  border-radius: 10px;
}

.game-type > .item img {
  width: 0.72rem;
  height: 0.72rem;
  margin-left: 0.14rem;
  border-radius: 5px; 
}
/*==================end=================*/

.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: 1rem;
    height: 1rem;
  }
  .header-top > a >img {
    width: 88%;
    /* height: 1rem; */
    color: #fff;
    font-weight: bold;
    margin-bottom: .15rem;
  }
.head-img {
  width: 100%;
  height: 1.08rem;
}
.form-search {
  width: 7.2rem;
  height: 0.9rem;
  margin: 0 auto 0.3rem;
  position: relative;
}
.form-search > .ipt-search {
  width: 100%;
  height: 0.9rem;
  padding: 0 0.8rem 0 0.6rem;
  border: 0;
  position: absolute;
}
.form-search .btn-search {
  width: 1.6rem;
  height: 0.9rem;
  background-color: #f3c703;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search .icon-search {
  width: 0.46rem;
  height: 0.46rem;
  background: url("../images/search.png") center center no-repeat;
  background-size: 100%;
  display: block;
}
.box-type {
  width: 7.2rem;
  margin: 0 auto;
}
.game-type {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.game-type > .item {
  width: 2.28rem;
  height: 1rem;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0.15rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.game-type > .item:nth-child(3n+1) {
  margin-left: 0;
}

.game-type > .item > span {
  display: block;
  color: #000;
  font-size: 0.2rem;
  margin-left: 0.14rem;
  font-weight: bold;
}


.card > .title {
  width: 100%;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.1rem;

}

.card > .title > img {
  width: 0.36rem;
  height: 0.36rem;
}

.card .item-l,
.card .item-r {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card .item-l p,
.card .item-r 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;
}
.card .item-r > .lt > a,
.card .item-r > .rt > a,
.card .item-l > .lt > a,
.card .item-l > .rt > a {
  position: relative;
  display: block;
  width: 100%;
}
.card .item-r > .lt {
  margin-left: 0.16rem;
}
.card .item-l > .rt {
  margin-left: 0.16rem;
}
.card img {
  width: 100%;
  height: 100%;
  display: block;
}
.card .lt {
  width: 2.3rem;
  border-radius: 0.2rem;
  position: relative;
}
.card .lt > a:nth-child(2) {
  margin-top: 0.16rem;
}
.card .rt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.76rem;
}
.card .txt {
  font-size: 0.2rem;
  color: #fff;
}
.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: #fff;
}
.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,
.recent-list {
  width: 7.22rem;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.box-game .item {
  width: 2.3rem;
  height: 2.3rem;
  margin-left: 0.16rem;
  position: relative;
  margin-top: 0.16rem;
}
.box-game .item:nth-child(3n+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,
.recent-list .item a {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
}
.box-game .item a img,
.recent-list .item a img {
  width: 2.3rem;
  height: 2.3rem;
}
.recent-list .item {
  width: 1.66rem;
  height: 1.66rem;
  margin-left: 0.16rem;
  margin-bottom: 0.16rem;
  position: relative;
}
.recent-list .item:nth-child(4n+1) {
  margin-left: 0;
}
.recent-list .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;
}
.recent-list .item > a {
  width: 1.66rem;
  height: 1.66rem;
}
.recent-list .item > a > img {
  width: 1.66rem;
  height: 1.66rem;
}
.popular {
  width: 100%;
}
.popular .title {
  width: 100%;
  font-size: 0.34rem;
  color: #fff;
  margin: 0 auto;
  padding-left: 0.16rem;
  margin-bottom: 0.3rem;
}