.root {
  width: 100vw;
  box-sizing: border-box;
  background-color: #f3f5f7;
  background: linear-gradient(180deg, #e6a8a4 13%, #e9eaee 20%);
}
.root .homeContainer {
  padding: 0.5333rem;
}
.root .lunbo {
  width: 100%;
  text-align: center;
  border-radius: 0.1333rem;
}
.root .lunbo img {
  width: 90%;
  border-radius: 0.1333rem;
  border: 0.0533rem solid #fff;
}
.root .banner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.root .banner img {
  width: 5.3333rem;
}
.root .bannerName {
  text-align: center;
  font-size: 0.96rem;
  margin-top: 0.5067rem;
  font-weight: 800;
}
.root .singup {
  text-align: center;
  margin: 0 auto;
  margin-top: 0.3067rem;
  background-color: #000;
  color: #fff;
  width: 4.4667rem;
  font-size: 0.3267rem;
  padding: 0.2667rem 0;
  border-radius: 0.4667rem;
}
.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 .text {
  font-size: 0.5333rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #89df44;
}
.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;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.2333rem;
}
.root .gameSerList .SerItem {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.1333rem;
  margin: 0.1333rem 0.0533rem;
}
.root .gameSerList .SerItem img {
  width: 1.28rem;
  height: 1.28rem;
  margin-right: 0.3333rem;
}
.root .gameSerList .SerItem .text {
  color: #424c62;
  font-weight: 600;
}
.root .gameListLike,
.root .gameListHot {
  display: flex;
  font-size: 0.48rem;
  margin-top: 0.2667rem;
  flex-wrap: wrap;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 0.1333rem;
  padding: 0.2667rem;
}
.root .HotSpec .title .left .icon .van-icon {
  color: #e2573c;
}
.root .HotSpec .title .left .text {
  color: #e2573c;
  margin-left: 0.1333rem;
}
.root .marttop {
  margin-bottom: 1.333rem;
}
.root .LikeItem {
  width: 100%;
  border-radius: 0.1333rem;
  margin: 0.1667rem;
  padding: 0.2667rem;
  background-color: #fff;
  display: flex;
}
.root .LikeItem .top img {
  width: 1.3867rem;
  height: 1.3867rem;
  border-radius: 0.1333rem;
  border: 0.0767rem solid #000;
}
.root .LikeItem .middle {
  width: 4.2rem;
  max-width: 3.2rem;
  font-size: 0.4rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  margin-left: 0.5667rem;
}
.root .LikeItem .middle .icon {
  font-size: 0.4rem;
  color: #f39500;
}
.root .LikeItem .bottom {
  margin-left: 0.5333rem;
  background-color: #d86c92;
  width: 1.7333rem;
  height: 0.8533rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6667rem;
  font-size: 0.4rem;
  border-radius: 0.4rem;
  font-weight: 600;
  color: #fff;
}
.root .LikeItem .bottom .icon {
  font-size: 0.5333rem;
  color: #d9763c;
}
.root .LikeItem .bottom .sore {
  font-size: 0.5333rem;
  margin-left: 0.0333rem;
}
.root .HoteGameSpec {
  display: flex;
  flex-wrap: wrap;
}
.root .HoteGameSpec .LikeItem {
  width: 100%;
  background: #f2f2f2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.3333rem;
}
.root .HoteGameSpec .LikeItem .index {
  font-size: 0.5rem;
  color: #214123;
  font-weight: 800;
}
.root .HoteGameSpec .LikeItem .middle {
  max-width: 3.2rem;
  font-size: 0.4rem;
  color: #214123;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.root .HoteGameSpec .LikeItem .middle .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 3.2rem;
}
.root .HoteGameSpec .LikeItem .middle .icon {
  font-size: 0.4rem;
  color: #f39500;
}
.root .HoteGameSpec .LikeItem .bottom {
  font-size: 0.32rem;
  color: #fff;
  text-align: left;
  background-color: #85db3e;
  padding: 0.1333rem 0.2667rem;
  width: 1.7333rem;
}
.root .info {
  background-color: #f4f4f4;
  border-radius: 0.1333rem;
  padding: 0.2667rem;
  margin-top: 0.5333rem;
  font-size: 0.4333rem;
  margin-bottom: 4.3333rem;
  color: #000;
}
.search {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.2667rem;
}
.search .title {
  display: flex;
  align-items: center;
}
.search .title img {
  width: 1.28rem;
}
.search .title .text {
  font-size: 0.8333rem;
  font-weight: 600;
  color: #000;
  margin-left: 0.2667rem;
}
.van-search {
  background-color: #e6a8a4;
}
.van-search i {
  color: #999;
  font-weight: 600;
}
.van-search__content {
  border-radius: 0.1333rem;
  border-radius: 0.2667rem;
  border: 2px solid #ED8883;
}
.footer {
  padding-top: 0.4333rem;
  margin-bottom: 0.5333rem;
  margin-top: 2.333rem;
  position: fixed;
  bottom: -0.2333rem;
  background-color: #f3f5f7;
  width: 100vw;
  margin-bottom: 0.2667rem;
}
.ListItem {
  display: flex;
  background-color: #f9fafc;
  margin: 0 0.5333rem;
  border-radius: 0.4333rem;
  box-shadow: 0 0.1333rem 0.1333rem 0 rgba(0, 0, 0, 0.1);
}
.ListItem .item {
  flex: 1;
  font-size: 0.35rem;
  height: 1.0667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 0.1333rem;
  font-weight: 600;
}
.Email {
  color: #999;
  text-align: center;
  font-size: 0.4rem;
  padding: 0.1333rem 0;
}
