.wraper-games { width: 100%; margin-top: 1.1rem; }
.wraper-games .games-item { width: 100%; margin-bottom: .35rem; padding: .8rem 0 3rem 0; position: relative; }
.wraper-games .games-item .games-item-bg { width: 100%; position: absolute; bottom: 0; z-index: -1; height: 74%;
   background: url("../images/title_bg1.png") no-repeat center top; background-size: cover; }
/* .wraper-games .games-item .games-item-bg img { width: 100%; height: 100%; display: block; } */

.wraper-games .games-item .games-item-con { max-width: 1060px; padding: 0 .2rem; margin: 0 auto; }
.games-item-con .games-item-icon { width: 3rem; height: 3rem; flex: 1; margin-left: .3rem; }
.games-item-con .games-item-icon img { display: block; width: 3rem;  }
.games-item-con .games-item-info { flex: auto; min-width: 320px; }
.games-item-con .games-item-info h2 { font-size: .6rem; line-height: .65rem; font-weight: 700; color: #06355a; margin-bottom: .24rem; }
.games-item-con .games-item-info p { font-size: .18rem; line-height: .32rem; color: #666; }

@media screen and (max-width: 768px) {
  
}


