.wrap-games { min-height: 9.8rem; background: #fcfbfe url(../images/game_top_bg.webp) no-repeat right bottom; background-size: cover; overflow: hidden; }
.wrap-games .wrap-games-main { width: 100%; margin: 0 auto; padding-top: .86rem; }

.game-info { margin: .3rem 0 0 1.6rem; width: 6.4rem;}
.game-info h3 { font-size: .9rem; font-weight: 800; font-family: Arial,Helvetica,sans-serif; line-height: 1rem; margin-bottom: .1rem;}
.game-info p { font-size: .2rem; line-height: .4rem; color: rgb(22,22,63); font-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; margin-bottom: .2rem;}

.game-info img { display: block; height: 2.2rem; border-radius: .2rem; opacity: .8; background-color: #fff; padding: .1rem; margin-bottom: .2rem;}
.game-info .btn {  }

.games-item {}
.games-item .games-item-banner { width: 100%; }
.games-item .games-item-banner img { display: block; width: 100%; }
.games-item .games-item-txt { height: .96rem; text-align: center; font-size: .18rem; font-weight: 600; position: relative; }
.games-item .games-item-txt .btn { position: absolute; top: -.29rem; }

@media screen and (max-width: 768px) {
  .game-info { margin: .3rem 0 0 .2rem; }
}

