header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0.1rem;
  background: #08979c;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  max-width: 768px;
}

header div{
  cursor: pointer;
}

header span{
  font-weight: 600;
}

header img{
  width: 0.25rem;
}

img{
  cursor: pointer;
}

.menubox{
  position: fixed;
  width: 2.5rem;
  height: 94.4vh;
  background: #fff;
  transition: all 0.5s ease;
  overflow-x: hidden;
  top: 0.45rem;
  left: -2.6rem;
  z-index: 10;
  overflow-y: auto;
}

.menubox-open{
  left:0;
}

@media screen and (min-width:769px){
  header{
    left: 350px;
  }

  .menubox-open{
    left: 350px;
  }
}

@media screen and (min-width:600px){
  header{
    font-size: 30px;
  }
}

.menubox .type_list .list_item{
  display: flex;
  align-items: center;
  padding: 0.15rem 0.1rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #000;
}

.menubox .type_list img{
  margin: 0 0.1rem;
  width: 0.32rem;
}

.menubox .menu_footer{
  padding: 0.4rem 0.2rem;
}

.menubox .menu_footer .line{
  width: 1.1rem;
  margin: 0 auto;
  border-top: 4px solid #ddd;
}

.menubox .menu_footer .title{
  font-weight: 600;
  font-size: 0.12rem;
  text-align: center;
  margin-top: 0.05rem;
}

.menubox .menu_footer .about{
  font-size: 12px;
  color: #888;
  margin-top: 0.05rem;
  text-align: center;
}

.menu_bg{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0,0,0,.3);
  cursor: pointer;
}

.main{
  padding: 0.15rem 0px;
  margin-top: 0.45rem;
}

*{
  margin: 0;
  padding: 0;
}


.more-games{
  width: 3rem;
  height: 0.6rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  font-weight: 600;
  color: #08979c;
  border: 2px solid #08979c;
  border-radius: 0.1rem;
  margin: 0.1rem auto 0;
}

.search{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
}

.search .header{
  display: flex;
  align-items: center;
  padding: 0.1rem 0.05rem;
}

.search .header input{
  width: 2.8rem;
  margin: 0 0.1rem;
  border: none;
  outline: none;
  padding: 0.05rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}

.search .header img{
  width: 0.2rem;
  margin: 0 0.1rem;
}

.search .popular{
  font-weight: 600;
  font-size: 0.12rem;
  border-top: 1px solid #999;
  padding: 0.08rem 0.15rem;
  border-bottom: 1px solid #999;
}

.search .search_games{
  overflow: auto;
  height: 88%;
}

.search .search_games .search_game_item{
  padding: 0.1rem;
  display: flex;
  align-items: center;
}

.search .search_games .search_game_item img{
  width: 0.35rem;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
}

.search .search_games .search_game_item div{
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search .search_games .search_game_item span{
  font-size: 0.12rem;
  color: #6e6e6e;
  width: 90px;
  text-align: right;
}

.bottom{
  background: #444;
  color: #fff;
  padding: 0.1rem;
}

.bottom a{
  color: #fff;
}

.bottom_nogame{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94.6%;
}

.posterBox{
  position: relative;
  text-align: center;
  margin: 5px auto;
  width: 100%;
}

.posterBox span{
  display: inline-block;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.poster{
  margin: 0 auto;
}

.poster>div{
  width: 100%;
  margin: 0 auto;
}

.poster>div>div{
  width: 100%;
  margin: 0 auto;
}

.posterBanner {
  width: 100%;
  text-align: center;
  margin: 5px auto;
  margin-bottom: 0;
}
.posterBanner>div{
    position: relative;
    bottom: 0%;
    width: 100%;
  margin: 0 auto;
}