#data {
  padding: 0.2rem;
  position: relative;
}

.search {
  display: flex;
  position: relative;
  position: fixed;
  left: 0.2rem;
  right: 0.2rem;
  top: .3rem;
}

/* 输入框为空时显示 placeholder */
.searchInput:empty:before {
  content: attr(placeholder);
  color: #cdcdcd;
  line-height: 0.12rem;
  pointer-events: none;
}

/* 输入框获取焦点时移除 placeholder */
.searchInput:focus:before {
  line-height: 0.12rem;
  pointer-events: none;
  color: gray;
}

.searchInput {
  width: 85%;
  height: 0.42rem;
  background: #F3F5F6;
  border-radius: 7px;
  line-height: 0.42rem !important;
  padding-left: 10px;
  font-size: 0.18rem;

}


.close {
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid #bcb7b7;
  color: #bcb7b7;
  position: absolute;
  right: 0.6rem;
  top: 10px;
  line-height: 0.25rem;
  font-size: 0.2rem;
  text-align: center;
  border-radius: 50%;
  display: none;
}

.goSearch {
  line-height: 0.42rem;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 0.16rem;
  color: #191919;
  text-align: right;
  font-style: normal;
  text-transform: uppercase;
  margin-left: 20px;

}

.adsItemTop {
  width: 90vw !important;
  height: auto;
  margin-top: 0.6rem;
}

.game {
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
  justify-content: space-between;
}

.listDiv {
  width: 1.60rem;
  height: 2.09rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  margin-top: 20px;
}

.listImg {
  width: 1.40rem;
  height: 1.40rem;
  margin: 0.2rem auto 0;
  border-radius: 0.1rem;
  overflow: auto;
}

.nameDiv {
  width: 38vw;
  height: 5vh;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.13rem;
  color: #666666;
  text-align: left;
  font-style: normal;
  margin: 10px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.listDiv2,
.listDiv5 {
  width: 100% !important;
  height: auto;
  border-radius: 0 !important;
}

.popover {
  position: fixed;
  width: 260px !important;
  height: 260px !important;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.adsbygoogle_ {
  width: 260px !important;
  height: 260px !important;
  margin: 0 auto;
}

.closePopover {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-size: 25px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 0;
  display: none;
  background: #fff;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

/* 竖屏时的设置 */
@media only screen and (max-width: 374px) {
  html {
    font-size: 86px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (min-width: 414px) {
  html {
    font-size: 110px;
  }
}

/* 横屏时的设置 */
@media only screen and (max-width: 667px) and (orientation: landscape) {
  html {
    font-size: 86px;
  }
}

@media only screen and (min-width: 668px) and (max-width: 736px) and (orientation: landscape) {
  html {
    font-size: 100px;
  }
}

@media only screen and (min-width: 737px) and (orientation: landscape) {
  html {
    font-size: 110px;
  }
}