.h5allgame,
.h5allgame .gameHub-top {
  text-align: center
}

.h5-main-top img {
  width: 3.75rem;
  object-fit: cover
}

.h5allgame {
  background-color: #eee;
  padding: .2rem
}

.h5allgame img {
  width: 100%
}

.h5allgame .gameHub {
  margin-top:.2rem;
}

.h5allgame .gameHub-center img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  object-fit: cover
}

.h5allgame .gameHub-center p {
  font-size: 12px
}

.h5allgame .gameHub-center .gameHub-center-text {
  margin-left: 10px;
  color: #5c5c5c
}

.h5allgame .gameHub-center .gameHub-center-text .p1 {
  color: #f29b33;
  font-weight: 800;
  font-size: 14px;
  margin-top: -5px
}

.h5allgame .gameHub-center .gameHub-center-text .P2 {
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.h5allgame .gameHub-footer a {
  color: #BEB4A0;
}

.h5allgame .gameHub-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  padding-bottom: 18px
}

.h5allgame .gameHub-footer .gameHub-footer-box {
  width: .8rem;
  height: 35px;
  border: 1px solid #BEB4A0;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #BEB4A0;
  margin: 0 .1rem
}