body {
  max-width: 750px;
  margin: 0 auto !important;
  position: relative;
}
#app {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 1 auto;
  position: relative;
  padding-top: 55px;
}
.infinite-scroll {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-y: overlay;
}
.infinite-scroll .scroll {
  min-height: calc(100vh - 50px - 2.45rem);
}
.infinite-scroll .load-text {
  height: 40px;
  font-size: 16px;
  color: #7d7d7d;
}
.infinite-scroll .loading-box {
  position: relative;
}
.infinite-scroll .loading-box .load-text {
  padding-left: 20px;
}
.infinite-scroll .loading-box .loading__anim {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid rgba(189, 189, 189, 0.25);
  border-left-color: #383634;
  border-top-color: #5f5c59;
  border-radius: 50%;
  animation: rotate 600ms infinite linear;
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
.header-box .header-bar {
  height: 55px;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.05);
  padding: 0 5px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  background: white;
}
.header-box .header-bar .menu {
  border: 0;
  font-size: 20px;
}
.header-box .header-bar .logo {
  height: 30px;
  /*width: 138px;*/
}
.el-image__inner{
  width: auto !important;
}
.h-b-box {
  height: 55px;
}
.footer {
  background: #282828;
  padding: 10px;
  overflow: hidden;
}
.footer .padding-20 {
  padding: 10px !important;
}
.footer .padding-top-10 {
  padding-top: 5px;
}
.footer .padding-bottom-20 {
  padding-bottom: 10px;
}
.footer .logo {
  height: 30px;
  /*width: 138px;*/
}
.footer .nav-box .left {
  flex: 0 0 45%;
}
.footer .nav-box .title {
  color: #7c7c7d;
  font-size: 13px;
  font-weight: bold;
}
.footer .nav-box .item {
  margin-bottom: 15px;
  color: white;
  font-size: 12px;
}
.footer .bottom {
  border-top: 1px solid #383838;
}
.footer .bottom .image {
  width: 25px;
  height: 25px;
}
.footer .bottom .copyright {
  color: #7d7d7d;
  margin-top: 10px;
}
.game-item {
  height: 4.08rem;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 0.2rem;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
.game-item .image {
  height: 100%;
  width: 100%;
}
.game-item .shadow-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
.game-item .shadow-box .btn {
  height: 0.8rem;
  border-radius: 100px;
  opacity: 1;
  border: 2px solid #ffffff;
  padding: 0 0.8rem;
  max-width: 80%;
}
.game-item .tag {
  width: 1.48rem;
  height: 0.68rem;
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 0 0 0.2rem;
  color: white;
  font-weight: 500;
}
.game-item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem 0.3rem;
  padding-top: 0.7rem;
  font-weight: 500;
}
.game-item .bottom .btn {
  width: 1.72rem;
  height: 0.48rem;
  background: #edeef3;
  border-radius: 100px;
  opacity: 1;
  color: #3a82f7;
  margin-left: 0.2rem;
  flex: 0 0 1.72rem;
}
.game-item.bg-red {
  background: #d82b1b;
  border: 5px solid #d82b1b;
  box-sizing: border-box;
}
.game-item.bg-red .tag {
  background: #d82b1b;
}
.game-item.bg-red .bottom {
  background: linear-gradient(360deg, #d82b1b 0%, #d82b1b 48%, rgba(215, 43, 26, 0) 100%);
}
.game-item.bg-black {
  background: #000000;
  border: 5px solid #000000;
  box-sizing: border-box;
}
.game-item.bg-black .tag {
  background: #000000;
}
.game-item.bg-black .bottom {
  background: linear-gradient(360deg, #000000 0%, #000000 48%, rgba(0, 0, 0, 0) 100%);
}
.game-item.type-2 {
  width: 3.46rem;
  height: 3.46rem;
  flex: 0 0 3.46rem;
  border: 0;
}
.game-item.type-2 .tag-1 {
  width: 1.24rem;
  height: 0.4rem;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.6);
}
.game-item.type-2 .tag-1.bg-red {
  background: #d82b1b;
}
.game-item.type-2 .tag-1.bg-black {
  background: #000000;
}
.game-item.type-2 .shadow-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 46%, #000000 77%, #000000 100%);
  padding: 0.2rem;
}
.game-item.type-3 {
  padding: 0.08rem;
  box-sizing: border-box;
  overflow: hidden;
  flex: 0 0 48.8%;
  background: #B98255;
  height: auto;
}
.game-item.type-3:nth-child(2n) {
  background: #6F644F;
}
.game-item.type-3:nth-child(3n) {
  background: #717985;
}
.game-item.type-3:nth-child(4n) {
  background: #63432C;
}
.game-item.type-3:nth-child(5n) {
  background: #2A385F;
}
.game-item.type-3:nth-child(6n) {
  background: #582718;
}
.game-item.type-3:nth-child(7n) {
  background: #63432C;
}
.game-item.type-3 .image {
  height: 1.96rem;
  flex: 0 0 1.96rem;
  border-radius: 0.08rem 0.08rem 0 0;
}
.game-item.type-3 .shadow-box {
  position: static;
  background: transparent;
}
.game-item.type-3 .tag-1 {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 0.84rem;
  font-size: 0.2rem;
  height: 0.3rem;
  border-radius: 0.08rem;
  background: rgba(0, 0, 0, 0.6);
}
.game-item.type-3 .line {
  width: 85%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: 0.2rem;
}
.avatar-list .avatar {
  margin-left: -0.2rem;
}
.game-item-1 {
  background: white;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  display: block;
  border-radius: 0.1rem;
}
.game-item-1 .image {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 0.1rem;
}
.game-item-1 .tag {
  height: 0.32rem;
  padding: 0 0.2rem;
  background: #f0f0f0;
  border-radius: 100px;
}
.game-item-1 .btn {
  width: 1.36rem;
  height: 0.52rem;
  background: #000000;
  border-radius: 1rem;
}
.game-item-1 .el-rate__icon {
  font-size: 18px;
}
.game-item-1 .describe {
  background: #F0F0F0;
  color: #717171;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
.game-item-1.game-item-1-1 .image {
  width: 1.72rem;
  height: 1.72rem;
}
.game-item-1 .hot-tag {
  width: 0.84rem;
  height: 0.3rem;
  background: rgba(253, 218, 218, 0.6);
  border-radius: 0.08rem;
  color: #FF5B5B;
}
.game-item-1 .image-list .image {
  flex: 0 0 32.5%;
  height: 1.76rem;
  border-radius: 0.04rem;
}
.game-item-1.game-item-1-2 .image {
  width: 2.56rem;
}
.game-item-1.game-item-1-2 .describe {
  height: 1.44rem;
}
.game-item-1.game-item-1-2 .hot-tag {
  background-color: rgba(235, 180, 124, 0.6);
  color: white;
}
.game-item-1.game-item-1-2 .btn {
  width: 1.52rem;
  height: 0.52rem;
  background: #E7F0FF;
  border-radius: 0.02rem;
  color: #5F95E9;
  font-size: 0.24rem;
  border-radius: 0.12rem;
}
