

.footer { height: .6rem; line-height: .6rem; }
.footer .footer-main { padding: 0 .12rem; }

.wrap-touch { width: 100%; background: url(../images/article_back.webp) no-repeat center center; background-size: cover; }
.wrap-touch .wrap-touch-main { width: 100%; max-width: 980px; margin: 0 auto; padding: .8rem .0 1.2rem 0; color: var(--touchColor); }
.wrap-touch .wrap-touch-main .touch-title { font-size: .54rem; font-weight: 700; color: var(--touchTitleColor); text-align: center;   }
.wrap-touch .wrap-touch-main .touch-com { margin-top: .4rem; text-align: center; }
.wrap-touch .wrap-touch-main .touch-com p { font-size: .18rem; margin-bottom: .1rem; }



@media screen and (max-width: 768px) {
  .wrap-games .wrap-games-main li .game-des { width: 96%;  }
  .wrap-games .wrap-games-main li .game-des.left { top: unset; left: 2%; bottom: .1rem; }
  .wrap-games .wrap-games-main li .game-des.right { bottom: .1rem; right: unset; left: 2%; }
  .wrap-games .wrap-games-main li .game-des .download-btn { display: none;}

  .wrap-about-us .fearures-con { padding: .6rem .1rem; }
  .wrap-about-us .fearures-con .fearures-list li { padding: 0 .04rem; }
}