#app {
  background: #e7f4fe; }
  #app .banner-box {
    width: 100%;
    min-height: 175px; }
    #app .banner-box .minHeight {
      min-height: 175px; }
    #app .banner-box .img_cover_1 {
      width: 100%;
      height: 175px;
      -o-object-fit: cover;
         object-fit: cover; }
  #app .type-box {
    width: 100%;
    height: 64px;
    background: #e7f4fe;
    border-bottom: #fff solid 1px;
    font-size: 15px;
    font-weight: 600;
    font-family: cursive; }
    #app .type-box .type-item {
      text-align: center;
      margin: 0 auto;
      height: 64px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #app .type-box .type-item .type-icon {
        width: 36px;
        height: 36px;
        margin: 0 auto; }
      #app .type-box .type-item .type-name {
        width: 90%; }
  #app .ad-box {
    margin: 0px auto 0;
    background: #e7f4fe;
    text-align: center; }
  #app .recommend {
    background: #e7f4fe;
    margin-bottom: 60px; }
    #app .recommend .top-title {
      height: 43px;
      padding: 0 15px;
      line-height: 43px; }
      #app .recommend .top-title .f-h1 {
        color: #343434; }
    #app .recommend .game-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #app .recommend .game-list .game-item:hover .shadow {
        display: inline-block; }
      #app .recommend .game-list .game-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5px;
        border-top: #fff 1px solid;
        border-right: #fff 1px solid;
        cursor: pointer;
        position: relative; }
        #app .recommend .game-list .game-item .game-logo {
          width: 100px;
          height: 100px;
          border-radius: 15px;
          margin: 5px 0; }
          #app .recommend .game-list .game-item .game-logo .game-logo-img {
            width: 100px;
            height: 100px;
            border-radius: 15px; }
        #app .recommend .game-list .game-item .game-title {
          font-size: 14px;
          width: 100%;
          text-align: center; }
        #app .recommend .game-list .game-item .game-desc {
          width: 100%;
          color: #999;
          font-size: 12px;
          text-align: center; }
        #app .recommend .game-list .game-item .shadow {
          display: none;
          position: absolute;
          top: 0;
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%;
          text-align: center; }
          #app .recommend .game-list .game-item .shadow .game-title {
            position: absolute;
            top: 28%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            font-size: 16px;
            color: #fff;
            width: 100%;
            text-align: center; }
          #app .recommend .game-list .game-item .shadow .game-start:hover {
            color: #343434; }
          #app .recommend .game-list .game-item .shadow .game-start {
            position: absolute;
            top: 65%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 60px;
            height: 30px;
            line-height: 30px;
            border-radius: 6px;
            border: 1px solid #5fbeed;
            color: #343434;
            text-align: center;
            cursor: pointer;
            background-color: #5fbeed; }
        #app .recommend .game-list .game-item .game-start:hover {
          color: #fff !important; }
    #app .recommend .more {
      height: 43px;
      line-height: 43px;
      color: #5fbeed;
      text-align: center;
      border-top: 1px solid #e7f4fe;
      font-size: 14px;
      text-decoration: underline;
      cursor: pointer; }
  #app .footer {
    text-align: center;
    margin-bottom: 60px; }
  #app .ad-fixed-box {
    width: 100%;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    opacity: 0.95; }
  @media only screen and (max-width: 767px) {
    #app .ad-fixed-box {
      width: 100%; }
    #app .img_cover_1 {
      height: 175px; } }
  @media only screen and (min-width: 768px) {
    #app .ad-fixed-box {
      width: 33.33333%; }
    #app .img_cover_1 {
      height: 100%; } }
  @media only screen and (min-width: 1200px) {
    #app .ad-fixed-box {
      width: 33.33333%; }
    #app .img_cover_1 {
      height: 100%; } }
