.wrap .index .big-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -o-box-align: center;
  box-align: center;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.wrap .index .big-logo {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

* {
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

body, html {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  background: white; }

footer {
  height: auto;
  width: 100%;
  position: relative; }
  footer .links {
    height: auto;
    width: 100%;
    position: relative;
    background-color: #222;
    padding: 48px 160px 56px 160px; }
    footer .links p {
      color: #808080;
      font-size: 32px;
      line-height: 3.8rem; }
      footer .links p span {
        margin-right: 30px; }
  footer .about {
    height: auto;
    width: 100%;
    position: relative;
    background-color: #383838;
    padding: 48px 160px 56px 160px; }
    footer .about .title {
      color: white;
      font-size: 40px; }
    footer .about p {
      color: #808080;
      font-size: 32px;
      line-height: 3.8rem; }

.page:nth-of-type(2n) {
  background-color: #FFF7F9; }

.page {
  height: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  padding: 0 155px;
  padding-top: 60px;
  position: relative;
  background-color: white;
  justify-content: space-between; }
  .page .pic {
    display: block;
    width: 866px;
    height: auto; }
  .page .article {
    margin-top: 140px; }
    .page .article div {
      font-size: 42px;
      color: #333;
      width: 565px;
      margin-top: 24px;
      line-height: 70px; }
    .page .article p {
      font-size: 80px;
      font-weight: bold;
      color: #FE3666; }

.wrap {
  height: auto;
  width: 100%;
  position: relative; }
  .wrap .game-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    height: 400px;
    width: 100%;
    background-color: #FFF7F9;
    padding: 0 120px;
    justify-content: space-between; }
    .wrap .game-block .game-item {
      height: 200px;
      width: 400px;
      border-radius: 100px;
      background-color: #FE3666;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -o-box;
      display: box;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      align-items: center;
      -webkit-align-items: center;
      padding-left: 30px; }
      .wrap .game-block .game-item .article {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center; }
        .wrap .game-block .game-item .article .tips {
          color: #fff;
          font-size: 32px;
          margin-top: 10px; }
        .wrap .game-block .game-item .article .name {
          color: #fff;
          font-size: 40px; }
      .wrap .game-block .game-item .icon {
        margin-right: 20px; }
        .wrap .game-block .game-item .icon img {
          display: block; }
  .wrap .index {
    height: 1080px;
    width: 100%;
    background-image: url("../image/first/bg.png");
    background-position: center;
    background-size: auto;
    position: relative; }
    .wrap .index .big-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -o-box;
      display: box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: flex;
      display: -webkit-flex;
      flex-direction: column; }
      .wrap .index .big-logo .logo {
        height: 431px;
        width: 352px;
        background-size: auto;
        background-position: center;
        background-image: url("../image/first/logo-big.png"); }
      .wrap .index .big-logo p {
        font-size: 48px;
        color: white;
        margin-top: 20px; }
    .wrap .index .logo-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -o-box;
      display: box;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      align-items: center;
      -webkit-align-items: center;
      position: absolute;
      top: 39px;
      left: 85px; }
      .wrap .index .logo-info p {
        color: #fff;
        font-size: 36px; }
        .wrap .index .logo-info p span {
          font-size: 32px; }
      .wrap .index .logo-info .logo {
        height: 64px;
        width: 64px;
        margin-right: 8px;
        background-image: url("../image/first/logo.png"); }

/*# sourceMappingURL=firstpc.css.map */
