.root {
  width: 100vw;
  padding: 0.5333rem;
  box-sizing: border-box;
}
.root .search {
  width: 100%;
  background-color: aqua;
}
.root .lunbo {
  width: 100%;
  text-align: center;
  border-radius: 0.1333rem;
}
.root .lunbo img {
  width: 100%;
  border-radius: 0.1333rem;
}
.root .titleContainer .title {
  display: flex;
  margin-top: 0.5333rem;
  align-items: center;
  justify-content: space-between;
}
.root .titleContainer .title .left {
  display: flex;
  align-items: center;
}
.root .titleContainer .title .left .fangkuai {
  width: 0.2667rem;
  height: 0.4433rem;
  background-color: black;
  border-radius: 0.1667rem;
  margin-right: 0.16rem;
}
.root .titleContainer .title .left .text {
  font-size: 0.5333rem;
  font-weight: bold;
}
.root .titleContainer .title .right {
  font-size: 0.5333rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.root .titleContainer .title .right .more {
  margin-right: 0.2667rem;
}
.root .gameSerList {
  display: flex;
  flex-wrap: wrap;
}
.root .gameSerList .SerItem {
  width: 20%;
  margin-top: 0.3333rem;
}
.root .gameSerList .SerItem img {
  width: 1.0667rem;
  height: 1.0667rem;
}
.root .gameSerList .SerItem .text {
  font-size: 0.4rem;
}
.root .gameListLike,
.root .gameListHot {
  display: flex;
  font-size: 0.48rem;
  margin-top: 0.2667rem;
}
.root .marttop {
  margin-bottom: 1.333rem;
}
.root .LikeItem {
  width: 16%;
  background-color: #e6e8e9;
  border-radius: 0.1333rem;
  margin: 0.1667rem;
}
.root .LikeItem .top img {
  width: 1.3867rem;
  height: 1.3867rem;
  border-radius: 0.1333rem;
}
.root .LikeItem .middle {
  font-size: 0.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.root .LikeItem .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.root .LikeItem .bottom .icon {
  font-size: small;
}
.root .LikeItem .bottom .sore {
  font-size: 0.3rem;
  margin-left: 0.0333rem;
}
.root .info {
  background-color: #b2c0b1;
  border-radius: 0.1333rem;
  padding: 0.2667rem;
  margin-top: 0.5333rem;
  font-size: 0.3333rem;
  margin-bottom: 2.3333rem;
}
.footer {
  margin-top: 1.333rem;
  position: fixed;
  bottom: 0;
  width: 80vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e6e8e9;
  border-radius: 0.1333rem;
  padding: 0.3667rem;
  margin-bottom: 0.2667rem;
}
.footer .item {
  font-size: 0.4rem;
  border-bottom: 1px solid #333;
}
