/* flex mixin */
/* flex minin end */
/* hide default scrollbar */
* {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif; }

img {
  border: 0; }

#page {
  background-color: #f3f3f3;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #page {
      min-width: 1200px; } }
  #page .header {
    position: fixed;
    z-index: 999;
    background-color: #2979be;
    transition: .3s;
    border-radius: 10px; }
    @media screen and (min-width: 1500px) {
      #page .header {
        width: 99%;
        left: .5%;
        top: 17px;
        height: 73px; }
        #page .header .header-wrap {
          width: 1240px;
          max-width: 100%;
          padding: 0 20px;
          box-sizing: border-box;
          margin: auto;
          height: 100%;
          display: -webkit-box;
          /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
          display: -moz-box;
          /* Firefox 17- */
          display: -webkit-flex;
          /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
          display: -moz-flex;
          /* Firefox 18+ */
          display: -ms-flexbox;
          /* IE 10 */
          display: flex;
          /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; }
          #page .header .header-wrap .header-inner {
            display: -webkit-box;
            /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
            display: -moz-box;
            /* Firefox 17- */
            display: -webkit-flex;
            /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
            display: -moz-flex;
            /* Firefox 18+ */
            display: -ms-flexbox;
            /* IE 10 */
            display: flex;
            /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            height: 100%; }
            #page .header .header-wrap .header-inner .logo {
              width: 156px;
              height: 26px;
              display: block;
              background: url(https://h5-cdn.mobage.cn/cdn/web/mobage/static/image/logo.png) no-repeat;
              background-size: contain;
              margin-right: 30px; }
            #page .header .header-wrap .header-inner .header-btn {
              display: none; }
            #page .header .header-wrap .header-inner .link {
              display: -webkit-box;
              /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
              display: -moz-box;
              /* Firefox 17- */
              display: -webkit-flex;
              /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
              display: -moz-flex;
              /* Firefox 18+ */
              display: -ms-flexbox;
              /* IE 10 */
              display: flex;
              /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              justify-content: center;
              height: 100%; }
              #page .header .header-wrap .header-inner .link .link-item {
                padding: 0 30px;
                height: 100%;
                color: white;
                text-decoration: none;
                font-size: 16px;
                display: -webkit-box;
                /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
                display: -moz-box;
                /* Firefox 17- */
                display: -webkit-flex;
                /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
                display: -moz-flex;
                /* Firefox 18+ */
                display: -ms-flexbox;
                /* IE 10 */
                display: flex;
                /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center; }
              #page .header .header-wrap .header-inner .link .charge {
                display: none; }
          #page .header .header-wrap .charge {
            width: 134px;
            height: 40px;
            background: url(https://h5-cdn.mobage.cn/cdn/web/mobage/static/image/charge.png) no-repeat;
            background-size: contain;
            display: block; }
        #page .header.header-float {
          top: 17px;
          left: .5%;
          width: 99%;
          border-radius: 10px;
          animation: header-float 0.2s linear 1 forwards;
          -webkit-animation: header-float 0.2s linear 1 forwards; }
        #page .header.header-top {
          top: 0;
          left: 0;
          width: 100%;
          border-radius: 0;
          animation: header-top 0.2s linear 1 forwards;
          -webkit-animation: header-top 0.2s linear 1 forwards; } }
    @media screen and (min-width: 768px) and (max-width: 1500px) {
      #page .header {
        width: 99%;
        left: .5%;
        top: 8px;
        height: 45px; }
        #page .header .header-wrap {
          width: 1240px;
          max-width: 100%;
          padding: 0 20px;
          box-sizing: border-box;
          margin: auto;
          height: 100%;
          display: -webkit-box;
          /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
          display: -moz-box;
          /* Firefox 17- */
          display: -webkit-flex;
          /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
          display: -moz-flex;
          /* Firefox 18+ */
          display: -ms-flexbox;
          /* IE 10 */
          display: flex;
          /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; }
          #page .header .header-wrap .header-inner {
            display: -webkit-box;
            /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
            display: -moz-box;
            /* Firefox 17- */
            display: -webkit-flex;
            /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
            display: -moz-flex;
            /* Firefox 18+ */
            display: -ms-flexbox;
            /* IE 10 */
            display: flex;
            /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            height: 100%; }
            #page .header .header-wrap .header-inner .logo {
              width: 156px;
              height: 26px;
              display: block;
              background: url(https://h5-cdn.mobage.cn/cdn/web/mobage/static/image/logo.png) no-repeat;
              background-size: contain;
              margin-right: 30px; }
            #page .header .header-wrap .header-inner .header-btn {
              display: none; }
            #page .header .header-wrap .header-inner .link {
              display: -webkit-box;
              /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
              display: -moz-box;
              /* Firefox 17- */
              display: -webkit-flex;
              /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
              display: -moz-flex;
              /* Firefox 18+ */
              display: -ms-flexbox;
              /* IE 10 */
              display: flex;
              /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              justify-content: center;
              height: 100%; }
              #page .header .header-wrap .header-inner .link .link-item {
                padding: 0 20px;
                height: 100%;
                color: white;
                text-decoration: none;
                font-size: 14px;
                display: -webkit-box;
                /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
                display: -moz-box;
                /* Firefox 17- */
                display: -webkit-flex;
                /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
                display: -moz-flex;
                /* Firefox 18+ */
                display: -ms-flexbox;
                /* IE 10 */
                display: flex;
                /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center; }
              #page .header .header-wrap .header-inner .link .charge {
                display: none; }
          #page .header .header-wrap .charge {
            width: 134px;
            height: 40px;
            background: url(https://h5-cdn.mobage.cn/cdn/web/mobage/static/image/charge.png) no-repeat;
            background-size: contain;
            display: block;
            -webkit-transform: scale(0.85);
            transform: scale(0.85); }
        #page .header.header-float {
          top: 8px;
          left: .5%;
          width: 99%;
          border-radius: 10px;
          animation: header-float 0.2s linear 1 forwards;
          -webkit-animation: header-float 0.2s linear 1 forwards; }
        #page .header.header-top {
          top: 0;
          left: 0;
          width: 100%;
          border-radius: 0;
          animation: header-top 0.2s linear 1 forwards;
          -webkit-animation: header-top 0.2s linear 1 forwards; } }
    @media screen and (max-width: 768px) {
      #page .header {
        width: 100%;
        height: 56px;
        top: 0;
        left: 0; }
        #page .header .header-wrap {
          width: 100%; }
          #page .header .header-wrap .header-inner {
            width: 100%;
            height: 56px; }
            #page .header .header-wrap .header-inner .logo {
              width: 117px;
              height: 20px;
              display: block;
              background: url(https://h5-cdn.mobage.cn/cdn/web/mobage/static/image/logo.png) no-repeat;
              background-size: 117px 20px;
              float: left;
              margin-left: 15px;
              margin-top: 18px;
              position: relative;
              z-index: 200; }
            #page .header .header-wrap .header-inner .header-btn {
              width: 56px;
              height: 56px;
              display: -webkit-box;
              /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
              display: -moz-box;
              /* Firefox 17- */
              display: -webkit-flex;
              /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
              display: -moz-flex;
              /* Firefox 18+ */
              display: -ms-flexbox;
              /* IE 10 */
              display: flex;
              /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              justify-content: center;
              float: right;
              position: relative;
              z-index: 200; }
              #page .header .header-wrap .header-inner .header-btn span {
                display: block;
                height: 10px;
                width: 30px;
                border-top: 2px solid white;
                border-bottom: 2px solid white; }
            #page .header .header-wrap .header-inner .link {
              position: fixed;
              width: 100%;
              height: 0;
              transition: .3s;
              left: 0;
              top: 0;
              background-color: #2979be;
              overflow: hidden;
              z-index: 100;
              padding: 56px 15px 0;
              box-sizing: border-box; }
              #page .header .header-wrap .header-inner .link.show {
                height: 100%; }
              #page .header .header-wrap .header-inner .link a {
                display: block;
                height: 56px;
                color: white;
                font-size: 16px;
                line-height: 56px;
                text-decoration: none;
                box-sizing: border-box;
                padding: 0 5px;
                border-top: 1px solid white; }
                #page .header .header-wrap .header-inner .link a.charge {
                  display: block; }
          #page .header .header-wrap .charge {
            display: none; } }
  #page .banner {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #page .banner {
        height: 32.5vw;
        min-height: 390px; } }
    @media screen and (max-width: 768px) {
      #page .banner {
        height: 166.62320730117vw;
        margin-top: 56px; } }
    #page .banner .swiper-slide a {
      width: 100%;
      height: 100%;
      display: block; }
      #page .banner .swiper-slide a img {
        width: 100%;
        height: 100%; }
    #page .banner .swiper-slide img {
      width: 100%;
      height: 100%; }
    #page .banner .swiper-pagination {
      bottom: 20px;
      height: 12px;
      display: -webkit-box;
      /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
      display: -moz-box;
      /* Firefox 17- */
      display: -webkit-flex;
      /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
      display: -moz-flex;
      /* Firefox 18+ */
      display: -ms-flexbox;
      /* IE 10 */
      display: flex;
      /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      transition: .3s; }
      @media screen and (max-width: 1500px) and (min-width: 768px) {
        #page .banner .swiper-pagination {
          bottom: 15px;
          height: 10px; } }
      @media screen and (max-width: 768px) {
        #page .banner .swiper-pagination {
          bottom: 10px;
          height: 8px; } }
      #page .banner .swiper-pagination .bullet {
        cursor: pointer;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: white;
        display: block;
        margin: 0 5px; }
        @media screen and (max-width: 1500px) and (min-width: 768px) {
          #page .banner .swiper-pagination .bullet {
            width: 10px;
            height: 10px;
            margin: 0 5px; } }
        @media screen and (max-width: 768px) {
          #page .banner .swiper-pagination .bullet {
            width: 8px;
            height: 8px;
            margin: 0 4px; } }
        #page .banner .swiper-pagination .bullet.bullet-active {
          background-color: #2979be; }
  #page .list-wrap {
    opacity: 0; }
    @media screen and (min-width: 768px) {
      #page .list-wrap {
        width: 1200px;
        margin: 70px auto 0; } }
    @media screen and (max-width: 768px) {
      #page .list-wrap {
        width: 100%;
        margin-top: 40px; } }
    #page .list-wrap .list-title {
      padding-left: 25px;
      font-size: 30px;
      border-left: 7px solid #2979be;
      height: 30px;
      line-height: 30px;
      margin-bottom: 23px; }
    #page .list-wrap .game-list {
      display: -webkit-box;
      /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
      display: -moz-box;
      /* Firefox 17- */
      display: -webkit-flex;
      /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
      display: -moz-flex;
      /* Firefox 18+ */
      display: -ms-flexbox;
      /* IE 10 */
      display: flex;
      /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #page .list-wrap .game-list.new-game .game-item {
        display: -webkit-box;
        /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box;
        /* Firefox 17- */
        display: -webkit-flex;
        /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex;
        /* Firefox 18+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        background-color: white;
        border: 1px solid #d3d3d3;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          #page .list-wrap .game-list.new-game .game-item {
            width: 389px;
            height: 142px;
            transition: 0.2s;
            margin-bottom: 20px; }
            #page .list-wrap .game-list.new-game .game-item:hover {
              -webkit-transform: scale(1.03);
              transform: scale(1.03); } }
        @media screen and (max-width: 768px) {
          #page .list-wrap .game-list.new-game .game-item {
            width: 90%;
            height: 36.5vw;
            margin: 0 auto 20px; } }
        @media screen and (min-width: 768px) {
          #page .list-wrap .game-list.new-game .game-item .game-icon {
            width: 80px;
            height: 80px; } }
        @media screen and (max-width: 768px) {
          #page .list-wrap .game-list.new-game .game-item .game-icon {
            width: 20.565552699229vw;
            height: 20.565552699229vw; } }
        #page .list-wrap .game-list.new-game .game-item .game-detail {
          overflow: hidden; }
          @media screen and (min-width: 768px) {
            #page .list-wrap .game-list.new-game .game-item .game-detail {
              height: 80px;
              width: 200px;
              margin: 0 15px; } }
          @media screen and (max-width: 768px) {
            #page .list-wrap .game-list.new-game .game-item .game-detail {
              height: 21.565552699229vw;
              width: 51.413881748072vw;
              margin: 0 3.8560411311054vw;
              overflow: visible; } }
          #page .list-wrap .game-list.new-game .game-item .game-detail .game-title {
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 14px;
            font-weight: bold;
            color: #2979be;
            white-space: nowrap; }
            @media screen and (max-width: 768px) {
              #page .list-wrap .game-list.new-game .game-item .game-detail .game-title {
                font-size: 18px; } }
          #page .list-wrap .game-list.new-game .game-item .game-detail .game-desc {
            font-size: 14px;
            color: #747474;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            word-break: break-all;
            margin-top: 15px;
            line-height: 24px; }
            @media screen and (max-width: 768px) {
              #page .list-wrap .game-list.new-game .game-item .game-detail .game-desc {
                font-size: 16px;
                margin-top: 8px;
                line-height: 22px; } }
        #page .list-wrap .game-list.new-game .game-item .arrow {
          background: url(https://h5-cdn.mobage.cn/cdn/web/mobage/static/image/arrow.png) no-repeat;
          background-size: contain; }
          @media screen and (min-width: 768px) {
            #page .list-wrap .game-list.new-game .game-item .arrow {
              width: 18px;
              height: 36px; } }
          @media screen and (max-width: 768px) {
            #page .list-wrap .game-list.new-game .game-item .arrow {
              width: 4.6272493573265vw;
              height: 9.254498714653vw; } }
      #page .list-wrap .game-list.hot-game {
        padding-top: 5px; }
        #page .list-wrap .game-list.hot-game .game-item {
          position: relative;
          transition: 0.2s; }
          @media screen and (min-width: 768px) {
            #page .list-wrap .game-list.hot-game .game-item {
              width: 389px;
              height: 345px;
              padding-top: 35px; }
              #page .list-wrap .game-list.hot-game .game-item:hover {
                -webkit-transform: scale(1.03);
                transform: scale(1.03); } }
          @media screen and (max-width: 768px) {
            #page .list-wrap .game-list.hot-game .game-item {
              width: 90%;
              height: 79.8200514139vw;
              padding-top: 8.0976863753vw;
              margin: auto; } }
          #page .list-wrap .game-list.hot-game .game-item .item-link {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none; }
            #page .list-wrap .game-list.hot-game .game-item .item-link .game-icon {
              position: absolute;
              top: 0;
              z-index: 10;
              display: block; }
              @media screen and (min-width: 768px) {
                #page .list-wrap .game-list.hot-game .game-item .item-link .game-icon {
                  width: 177px;
                  height: 178px;
                  left: 106px; } }
              @media screen and (max-width: 768px) {
                #page .list-wrap .game-list.hot-game .game-item .item-link .game-icon {
                  width: 40.9511568123vw;
                  height: 41.1825192802vw;
                  left: 24.5244215938vw; } }
            #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail {
              width: 100%;
              background-color: white;
              box-sizing: border-box;
              border: 1px solid #d3d3d3;
              box-shadow: 0 0 5px #d3d3d3; }
              @media screen and (min-width: 768px) {
                #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail {
                  height: 310px;
                  padding-top: 168px; } }
              @media screen and (max-width: 768px) {
                #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail {
                  height: 76.3496143959vw;
                  padding-top: 36.5552699229vw; } }
              #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .game-title {
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 16px;
                font-weight: bold;
                color: #2979be;
                white-space: nowrap;
                text-align: center; }
                @media screen and (max-width: 768px) {
                  #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .game-title {
                    font-size: 18px; } }
              #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .game-desc {
                color: #747474;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                word-break: break-all; }
                @media screen and (min-width: 768px) {
                  #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .game-desc {
                    font-size: 14px;
                    line-height: 22px;
                    margin-top: 15px;
                    padding: 0 20px;
                    height: 75px; } }
                @media screen and (max-width: 768px) {
                  #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .game-desc {
                    margin-top: 3vw;
                    padding: 0 4.6272493573vw;
                    height: 17.5835475578vw;
                    line-height: 6.0154241645vw;
                    margin-bottom: 3.2390745501vw;
                    font-size: 16px; } }
              #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .homepage {
                float: right;
                text-decoration: none;
                color: #747474;
                margin-right: 20px; }
                @media screen and (min-width: 768px) {
                  #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .homepage {
                    font-size: 12px; } }
                @media screen and (max-width: 768px) {
                  #page .list-wrap .game-list.hot-game .game-item .item-link .game-detail .homepage {
                    font-size: 16px; } }
  #page .footer {
    background-color: white; }
    @media screen and (min-width: 768px) {
      #page .footer {
        margin-top: 90px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      #page .footer {
        margin-top: 30px;
        padding-bottom: 15px; } }
    #page .footer .contact {
      width: 100%;
      background-color: #2979be;
      display: -webkit-box;
      /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
      display: -moz-box;
      /* Firefox 17- */
      display: -webkit-flex;
      /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
      display: -moz-flex;
      /* Firefox 18+ */
      display: -ms-flexbox;
      /* IE 10 */
      display: flex;
      /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        #page .footer .contact {
          height: 73px; } }
      @media screen and (max-width: 768px) {
        #page .footer .contact {
          height: 56px; }
          #page .footer .contact img {
            max-width: 90%; } }
    #page .footer .mobage {
      width: 610px;
      box-sizing: border-box;
      padding: 10px;
      font-size: 12px;
      border: 1px solid #aaa;
      margin: 15px auto 10px;
      line-height: 20px;
      color: #aaa; }
      @media screen and (max-width: 768px) {
        #page .footer .mobage {
          width: 95%; } }
    #page .footer .cert a {
      text-align: center;
      display: block;
      text-decoration: none;
      color: black;
      font-size: 12px; }
    @media screen and (min-width: 768px) {
      #page .footer .cert {
        display: -webkit-box;
        /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box;
        /* Firefox 17- */
        display: -webkit-flex;
        /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex;
        /* Firefox 18+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 5px; }
        #page .footer .cert a {
          margin: 5px; } }
    @media screen and (max-width: 768px) {
      #page .footer .cert {
        margin: 10px 0 0; } }
    #page .footer .company {
      text-align: center;
      margin-bottom: 15px;
      margin-top: 2px; }
      @media screen and (min-width: 768px) {
        #page .footer .company {
          font-size: 14px; } }
      @media screen and (max-width: 768px) {
        #page .footer .company {
          font-size: 12px; } }
    @media screen and (min-width: 768px) {
      #page .footer .link {
        display: -webkit-box;
        /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box;
        /* Firefox 17- */
        display: -webkit-flex;
        /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex;
        /* Firefox 18+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
        #page .footer .link a {
          margin: 0 15px;
          height: 47px; }
          #page .footer .link a img {
            height: 100%; } }
    @media screen and (max-width: 768px) {
      #page .footer .link {
        width: 100%;
        display: -webkit-box;
        /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box;
        /* Firefox 17- */
        display: -webkit-flex;
        /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex;
        /* Firefox 18+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #page .footer .link a {
          margin: 5px;
          height: 30px; }
          #page .footer .link a img {
            height: 100%; } }
  #page .a962110 {
    width: 100%;
    background: white;
    padding-bottom: 50px;
    box-sizing: border-box; }
    #page .a962110 .a962110-container {
      max-width: 1000px;
      width: 100%;
      margin: auto;
      box-sizing: border-box; }
      #page .a962110 .a962110-container .a962110_text {
        box-sizing: border-box;
        padding: 5px; }
      @media screen and (min-width: 768px) {
        #page .a962110 .a962110-container {
          height: 47px;
          display: -webkit-box;
          /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
          display: -moz-box;
          /* Firefox 17- */
          display: -webkit-flex;
          /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
          display: -moz-flex;
          /* Firefox 18+ */
          display: -ms-flexbox;
          /* IE 10 */
          display: flex;
          /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; }
          #page .a962110 .a962110-container .a962110_text {
            margin-left: 50px; }
          #page .a962110 .a962110-container img {
            height: 100%; } }
      @media screen and (max-width: 768px) {
        #page .a962110 .a962110-container {
          padding: 0 5%;
          display: -webkit-box;
          /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
          display: -moz-box;
          /* Firefox 17- */
          display: -webkit-flex;
          /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
          display: -moz-flex;
          /* Firefox 18+ */
          display: -ms-flexbox;
          /* IE 10 */
          display: flex;
          /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; }
          #page .a962110 .a962110-container img {
            height: 30px; }
          #page .a962110 .a962110-container .a962110_text {
            margin-left: 5%; } }
  #page .qr-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    opacity: 0; }
    #page .qr-pop img {
      margin-top: 10%; }
      @media screen and (max-width: 768px) {
        #page .qr-pop img {
          width: 75%;
          margin-top: 100px; } }
    #page .qr-pop.show {
      display: -webkit-box;
      /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
      display: -moz-box;
      /* Firefox 17- */
      display: -webkit-flex;
      /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
      display: -moz-flex;
      /* Firefox 18+ */
      display: -ms-flexbox;
      /* IE 10 */
      display: flex;
      /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-animation: fadeInQR 0.3s 1 linear forwards;
      -moz-animation: fadeInQR 0.3s 1 linear forwards;
      animation: fadeInQR 0.3s 1 linear forwards; }
    #page .qr-pop.hide {
      display: -webkit-box;
      /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
      display: -moz-box;
      /* Firefox 17- */
      display: -webkit-flex;
      /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
      display: -moz-flex;
      /* Firefox 18+ */
      display: -ms-flexbox;
      /* IE 10 */
      display: flex;
      /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-animation: fadeOutQR 0.3s 1 linear forwards;
      -moz-animation: fadeOutQR 0.3s 1 linear forwards;
      animation: fadeOutQR 0.3s 1 linear forwards; }

.fadeIn {
  -webkit-animation: fadeInQR 0.3s 1 forwards;
  -moz-animation: fadeInQR 0.3s 1 forwards;
  animation: fadeInQR 0.3s 1 forwards; }

@keyframes header-float {
  0% {
    top: 0;
    left: 0;
    width: 100%; }
  100% {
    @media screen and (min-width: 1500px) {
      top: 17px; }
    @media screen and (min-width: 768px) and (max-width: 1500px) {
      top: 8px; }
    left: .5%;
    width: 99%; } }
@-webkit-keyframes header-float {
  0% {
    top: 0;
    left: 0;
    width: 100%; }
  100% {
    @media screen and (min-width: 1500px) {
      top: 17px; }
    @media screen and (min-width: 768px) and (max-width: 1500px) {
      top: 8px; }
    left: .5%;
    width: 99%; } }
@keyframes header-top {
  0% {
    @media screen and (min-width: 1500px) {
      top: 17px; }
    @media screen and (min-width: 768px) and (max-width: 1500px) {
      top: 8px; }
    left: .5%;
    width: 99%; }
  100% {
    top: 0;
    left: 0;
    width: 100%; } }
@-webkit-keyframes header-top {
  0% {
    @media screen and (min-width: 1500px) {
      top: 17px; }
    @media screen and (min-width: 768px) and (max-width: 1500px) {
      top: 8px; }
    left: .5%;
    width: 99%; }
  100% {
    top: 0;
    left: 0;
    width: 100%; } }
@keyframes fadeInQR {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInQR {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOutQR {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOutQR {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=index.css.map */
