*{
  padding: 0px;
  margin: 0px;
}

[v-cloak] {
  display: none;
}


html{
  font-size: 100px;
}

body{
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header{
  padding:0 0.1rem;
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
}

header>img{
  width: 1.25rem;
  height: 0.4rem;
  margin-right: 0.1rem;
  margin-left: -.3rem;
}

header .search{
  position: relative;
}

header .search>input{
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  color: #999;
  font-weight: 600;
  display: block;
  font-size: 14px;
  height: 0.32rem;
  line-height: 0.32rem;
  outline: none;
  padding: 0 0.15rem;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #f5f5f5;
  width: 100%;
  padding-right: 0.32rem;
}

header .search>.search_img{
  position: absolute;
  top: 0.04rem;
  right: 0.05rem;
  width: 0.25rem;
}

footer{
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 0.71rem;
}

footer div{
  font-size: 12px;
  color: #999;
  text-align: center;
}

footer img{
  width: 0.3rem;
}

footer .home{
  margin-left: 0.15rem;
}

footer .about{
  margin-right: 0.15rem;
}

.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;
}

.pitch_on{
  color: #69c0ff;
}

.game_item{
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 0.1rem;
  margin-right: 0.08rem;
  position: relative;
}

.game_item .game_item_img{
  width: 100%;
  border-radius: 0.2rem;
  box-shadow:0px 3px 5px 3px rgba(0, 0, 0, 20%);
}

.game_item p{
  background: #fff;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-weight: bold;
  -webkit-box-orient: vertical;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.posterBox{
  position: relative;
  text-align: center;
  margin: 30px 0;
  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: 30px auto;
  margin-bottom: 0;
}
.posterBanner>div{
    position: relative;
    bottom: 0%;
    width: 100%;
  margin: 0 auto;
}