*{
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

body{
  font: Myriad Set Pro,Arial,Helvetica,sans-serif;
}

header{
  height: 56px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: #ED474A;
}

header img{
  width: 30px;
  height: 30px;
  margin-top: 0.11rem;
}

header .menu-icon{
  position: absolute;
  display: block;
  width: 48px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

header p{
  text-align: center;
  line-height: 100%;
  height: 100%;
  width: auto;
  margin: 0 48px;
}

header p a{
  font-size: 26px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  height: 100%;
  text-decoration: none;
}

.menubox{
  position: fixed;
  width: 260px;
  height: 100vh;
  background: #fff;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
  top: 0;
  left: -260px;
  z-index: 999999;
  overflow-y: auto;
}

.menubox-open{
  left:0;
}

.menubox .close{
  padding: 10px 0;
  margin: 0 16px;
  border-bottom: 1px solid #e9eff2;
}

.menubox .close img{
  width: 30px;
}
.menubox ul{
  margin: 16px;
  border-bottom: 1px solid #e9eff2;
  padding-bottom: 16px;
}

.menubox ul li{
  list-style: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
}

.menubox ul li img{
  width: 20px;
  margin-right: 10px;
}

.menu_bg{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0,0,0,.3);
  cursor: pointer;
}


.game_home .game_item{
  width: 0.8rem;
  position: relative;
  margin: 0.05rem;
}

.game_home .game_item .game_item_img{
  width: 100%;
  height: 0.8rem;
  border-radius: 20px;
  box-sizing: border-box;
  border: 5px solid #fff;
  box-shadow:  3px 3px 17px #d9d9d9;

}

.game_home .game_item .game_item_img:active {
  box-shadow: inset 20px 20px 17px #d9d9d9,
  inset -20px -20px 17px #ffffff;
}

.game_home .game_item .game_item_img:hover {
  animation: rotate 300ms linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}

.game_item p{
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-weight: bold;
  -webkit-box-orient: vertical;
  color: #fff;
}

.back{
  position: fixed;
  bottom: 1rem;
  right: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
}

.back img{
  width: 0.2rem;
}

.content{
  margin-top: 66px;
  background: #ED474A;
}

.content .title{
  padding: 15px;
  color: #ffffff;
}

.game_home{
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
}

.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>div{
  width: 100%;
  margin: 0 auto;
}

.posterBanner {
  width: 100%;
  text-align: center;
  margin: 5px auto;
}
.posterBanner>div{
    position: relative;
    bottom: 0%;
    width: 100%;
  margin: 0 auto;
}


.bottom{
  background: #ED474A;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 70px;
}

.bottom a{
  color: #fff;
  text-decoration: none;
}
