@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'BoldOblique';
  /*重命名字体名 */
  src: url("../font/FuturaLT-BoldOblique.otf"); }
@font-face {
  font-family: 'Light';
  /*重命名字体名 */
  src: url("../font/ProximaNova-Regular.otf"); }
@font-face {
  font-family: 'NoirStd';
  /*重命名字体名 */
  src: url("../font/NoirStd-BoldItalic.ttf"); }
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Light'; }

.max {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-size: cover; }
  .max .header {
    height: 90px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0; }
    .max .header::after, .max .header::before {
      width: 71%;
      height: 180px;
      content: "";
      position: absolute;
      top: -123px;
      left: 50%;
      transform: translateX(-50%);
      background: #5E2EFF;
      border-radius: 70%; }
    .max .header::before {
      width: 72%;
      height: 240px;
      top: -160px;
      background: #FF688C;
      border-radius: 60%; }
    .max .header.active {
      box-shadow: 0 0 7px 3px #eee; }
    .max .header img {
      float: left;
      height: 40px;
      margin: 24px 0 0 120px;
      position: relative;
      z-index: 2; }
    .max .header .check-Recharge {
      display: block;
      float: right;
      margin: 5px 120px 0 0;
      font-size: 14px;
      height: 80px;
      line-height: 80px;
      position: relative;
      z-index: 2; }
      .max .header .check-Recharge span {
        cursor: pointer;
        width: 180px;
        text-align: center;
        display: inline-block; }
    .max .header .check-Recharge-btn {
      display: none;
      width: 1.0666666667rem;
      height: 1.0666666667rem;
      background: url("../images/menu.png") no-repeat;
      background-size: 100% 100%;
      float: right;
      margin: 1.6rem 0.5333333333rem 0 0; }
  .max .center-footer {
    padding-top: 150px;
    padding-bottom: 120px; }
  .max .center {
    width: 1000px;
    margin: 0 auto; }
    .max .center .home-img {
      width: 420px;
      height: 640px;
      float: left; }
    .max .center .center-platform {
      display: flex;
      height: 600px;
      flex-direction: column;
      justify-content: center; }
      .max .center .center-platform .mangoshow {
        font-family: 'BoldOblique';
        font-size: 56px;
        float: left;
        margin-left: 35px;
        color: #3C3C3C; }
        .max .center .center-platform .mangoshow span {
          font-size: 48px;
          display: block; }
      .max .center .center-platform .google-play,
      .max .center .center-platform .ios,
      .max .center .center-platform .down {
        width: 208px;
        height: 60px;
        background: linear-gradient(left, #FF688C, #5E2EFF);
        background: -webkit-linear-gradient(left, #FF688C, #5E2EFF);
        border-radius: 18px;
        margin: 20px 0 0 35px;
        display: flex;
        justify-content: center; }
        .max .center .center-platform .google-play p,
        .max .center .center-platform .ios p,
        .max .center .center-platform .down p {
          width: 200px;
          height: 60px;
          border-radius: 16px;
          margin: 0 auto;
          float: left;
          cursor: pointer;
          display: flex;
          align-items: center;
          background: #3C3C3C;
          color: #fff; }
        .max .center .center-platform .google-play img,
        .max .center .center-platform .ios img,
        .max .center .center-platform .down img {
          width: 30px;
          height: 30px;
          margin: 0rem 20px 0rem 35px; }
        .max .center .center-platform .google-play span,
        .max .center .center-platform .ios span,
        .max .center .center-platform .down span {
          font-size: 14px;
          font-family: 'BoldOblique'; }
      .max .center .center-platform .google-play {
        margin-top: 40px; }
  .max .community-rules {
    width: 60%;
    margin: 0 auto; }
    .max .community-rules div {
      font-size: 18px;
      color: #3C3C3C;
      margin: 40px 0 0 0;
      font-weight: 800; }
    .max .community-rules p,
    .max .community-rules span {
      font-size: 14px;
      display: block; }
    .max .community-rules p {
      color: #3C3C3C;
      margin: 40px 0 0 0;
      font-weight: 800; }
    .max .community-rules span {
      color: #868686;
      font-weight: 100;
      margin-top: 10px; }
      .max .community-rules span.others {
        text-indent: 18px;
        margin-top: 2px; }
  .max .follow-tit {
    font-size: 14px;
    text-align: center;
    margin: 10px; }
  .max .footer {
    width: 100%;
    font-size: 14px;
    height: 180px;
    overflow: hidden;
    position: relative; }
    .max .footer::after, .max .footer::before {
      width: 105%;
      height: 380px;
      content: "";
      position: absolute;
      bottom: -230px;
      left: 50%;
      transform: translateX(-50%);
      background: #5E2EFF;
      border-radius: 70%; }
    .max .footer::before {
      width: 96%;
      height: 400px;
      bottom: -220px;
      background: #FF688C;
      border-radius: 60%; }
    .max .footer .footer-box {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2; }
    .max .footer .home-img {
      width: 220px;
      height: 72px;
      margin: 40px 60px 0 80px; }
      .max .footer .home-img img {
        width: 100%; }
    .max .footer .follow-us-on-list {
      width: 200px;
      flex-shrink: 1;
      margin: 5px auto;
      display: flex;
      justify-content: space-between; }
      .max .footer .follow-us-on-list a:last-child {
        align-self: stretch; }
      .max .footer .follow-us-on-list img {
        width: 50px;
        height: 50px;
        cursor: pointer; }
    .max .footer .about {
      padding-top: 40px;
      margin: 0 auto;
      width: 720px;
      display: flex;
      justify-content: space-around; }
      .max .footer .about span {
        cursor: pointer;
        color: #fff; }
    .max .footer .copyright {
      text-align: center;
      margin-top: 20px;
      color: #ACACAC; }

.popup-facebook {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none; }
  .popup-facebook .content {
    width: 480px;
    height: 400px;
    border-radius: 32px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none; }
    .popup-facebook .content .inquire {
      font-size: 18px;
      font-weight: 800;
      font-family: 'NoirStd';
      margin: 40px auto 60px;
      width: 320px;
      text-align: center; }
    .popup-facebook .content .enter {
      width: 400px;
      margin: 0 auto; }
      .popup-facebook .content .enter .input-title {
        width: 100%;
        margin: 60px 0 20px;
        font-size: 14px;
        text-align: center; }
      .popup-facebook .content .enter .input {
        margin: 0 auto;
        width: 400px;
        height: 50px;
        background: #F7F6F9;
        color: #3C3C3C;
        font-size: 14px;
        border-radius: 16px;
        outline: none;
        border: none;
        padding-left: 20px; }
    .popup-facebook .content .submit {
      width: 320px;
      height: 48px;
      border-radius: 16px;
      background: #5E2EFF;
      text-align: center;
      line-height: 48px;
      font-size: 14px;
      color: #fff;
      margin: 80px auto 0; }
  .popup-facebook .popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 300px;
    height: 240px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none; }
    .popup-facebook .popup .message-icon {
      width: 60px;
      height: 60px;
      margin: 36px 0 17px; }
      .popup-facebook .popup .message-icon img {
        width: 100%;
        height: 100%; }
    .popup-facebook .popup .message {
      color: #3C3C3C;
      font-size: 14px; }
    .popup-facebook .popup .comfirm {
      width: 160px;
      height: 40px;
      margin-top: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 12px;
      background: #5E2EFF;
      color: #fff; }

.mobile-menu {
  display: none; }

@media screen and (min-width: 10px) and (max-width: 700px) {
  .max {
    background-size: cover;
    padding-top: 2.1333333333rem; }
    .max .header {
      height: 2.1333333333rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .max .header::after, .max .header::before {
        display: none; }
      .max .header img {
        float: left;
        width: 3.6266666667rem;
        height: 1.0666666667rem; }
      .max .header .check-Recharge span {
        position: fixed;
        background: #fff;
        line-height: 1.0666666667rem;
        color: #3C3C3C;
        font-family: Light;
        width: 3.4666666667rem;
        height: 1.0666666667rem;
        top: 2.6666666667rem;
        font-size: 0.2666666667rem;
        right: 0;
        border-radius: unset;
        border-top-left-radius: 0.5333333333rem;
        border-bottom-left-radius: 0.5333333333rem;
        z-index: 6;
        font-size: 0.3733333333rem;
        text-align: center; }
    .max .center {
      width: unset;
      margin: 0 auto; }
      .max .center .home-img {
        width: 100%;
        float: unset;
        display: block;
        margin: 0 auto;
        height: unset; }
      .max .center .center-platform {
        display: flex;
        height: unset;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%; }
        .max .center .center-platform .mangoshow {
          text-align: center;
          font-size: 1.0666666667rem;
          width: 6.9333333333rem;
          margin-left: unset;
          margin-bottom: 0.5333333333rem; }
          .max .center .center-platform .mangoshow span {
            font-size: 0.8533333333rem; }
        .max .center .center-platform .google-play,
        .max .center .center-platform .ios,
        .max .center .center-platform .down {
          width: 5.5466666667rem;
          height: 1.6rem;
          background: linear-gradient(left, #FF688C, #5E2EFF);
          background: -webkit-linear-gradient(left, #FF688C, #5E2EFF);
          border-radius: 0.48rem;
          margin: 0.6666666667rem 0 0 0rem; }
          .max .center .center-platform .google-play p,
          .max .center .center-platform .ios p,
          .max .center .center-platform .down p {
            width: 5.3333333333rem;
            height: 1.6rem;
            border-radius: 0.4266666667rem; }
          .max .center .center-platform .google-play img,
          .max .center .center-platform .ios img,
          .max .center .center-platform .down img {
            width: 30px;
            height: 30px;
            margin: 0rem 0.5333333333rem 0rem 0.9333333333rem; }
          .max .center .center-platform .google-play span,
          .max .center .center-platform .ios span,
          .max .center .center-platform .down span {
            font-size: 0.3733333333rem; }
        .max .center .center-platform .google-play {
          margin-top: 1.0666666667rem; }
    .max .center-footer {
      padding-top: 0.2666666667rem;
      padding-bottom: 0.5333333333rem; }
    .max .community-rules {
      width: 9.0666666667rem; }
      .max .community-rules div {
        font-size: 0.48rem;
        margin: 1.0666666667rem 0 0 0; }
      .max .community-rules p,
      .max .community-rules span {
        font-size: 0.3733333333rem; }
      .max .community-rules p {
        margin: 1.0666666667rem 0 0 0; }
      .max .community-rules span {
        margin-top: 0.2666666667rem; }
        .max .community-rules span.others {
          text-indent: 0.48rem;
          margin-top: 0.0533333333rem; }
    .max .footer {
      width: 100%;
      height: 8.9333333333rem;
      position: relative; }
      .max .footer::after, .max .footer::before {
        width: 150%;
        height: 11.2rem;
        content: "";
        position: absolute;
        bottom: -2.9333333333rem;
        left: 50%;
        transform: translateX(-50%);
        background: #5E2EFF;
        border-radius: 70%; }
      .max .footer::before {
        width: 140%;
        height: 11.2rem;
        bottom: -2.4rem;
        background: #FF688C;
        border-radius: 60%; }
      .max .footer .footer-box {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        height: 6.4rem; }
      .max .footer .home-img {
        width: 2.9333333333rem;
        height: 0.96rem;
        float: left;
        margin: 0.4rem auto; }
        .max .footer .home-img img {
          width: 2.9333333333rem;
          height: 0.96rem; }
      .max .footer .follow-us-on-list {
        width: 5.3333333333rem;
        flex-shrink: 1;
        margin: 0rem auto;
        display: flex; }
        .max .footer .follow-us-on-list img {
          width: 1.3333333333rem;
          height: 1.3333333333rem;
          cursor: pointer; }
      .max .footer .about {
        padding-top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .max .footer .about span {
          cursor: pointer;
          font-size: 0.3733333333rem;
          line-height: 0.5066666667rem;
          margin-top: 0.2666666667rem; }
      .max .footer .copyright {
        margin-top: 1.0666666667rem;
        font-size: 0.32rem;
        color: #fff; }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none; }
    .mobile-menu .menu-list {
      width: 6.6666666667rem;
      height: 100%;
      background: #fff;
      position: absolute;
      right: -6.6666666667rem;
      top: 0; }
      .mobile-menu .menu-list p {
        font-size: 0.3733333333rem;
        text-align: center;
        width: 100%; }
        .mobile-menu .menu-list p:first-child {
          margin-top: 4.2666666667rem;
          margin-bottom: 1.6rem; }

  .popup-facebook .content {
    width: 10rem;
    height: 10.6666666667rem;
    border-radius: 0.8533333333rem;
    background: #fff;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 0;
    transform: unset;
    display: none; }
    .popup-facebook .content .inquire {
      font-size: 0.48rem;
      margin: 1.0666666667rem auto 1.6rem;
      width: 8.5333333333rem; }
    .popup-facebook .content .enter {
      width: 8.5333333333rem;
      margin: 0 auto; }
      .popup-facebook .content .enter .input-title {
        width: 100%;
        margin: 0 0 0.5333333333rem;
        text-align: center;
        font-size: 0.3733333333rem; }
      .popup-facebook .content .enter .input {
        margin: 0 auto;
        width: 8.5333333333rem;
        height: 1.3333333333rem;
        background: #F7F6F9;
        color: #3C3C3C;
        font-size: 0.3733333333rem;
        border-radius: 0.4266666667rem;
        outline: none;
        border: none;
        box-sizing: border-box;
        padding-left: 0.32rem; }
    .popup-facebook .content .submit {
      width: 8.5333333333rem;
      height: 1.28rem;
      border-radius: 0.4266666667rem;
      background: #5E2EFF;
      text-align: center;
      line-height: 1.28rem;
      font-size: 0.3733333333rem;
      color: #fff;
      margin: 2.1333333333rem auto 0; }
  .popup-facebook .popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 8rem;
    height: 6.4rem;
    border-radius: 0.5333333333rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none; }
    .popup-facebook .popup .message-icon {
      width: 1.6rem;
      height: 1.6rem;
      margin: 0.96rem 0 0.4533333333rem; }
      .popup-facebook .popup .message-icon img {
        width: 100%;
        height: 100%; }
    .popup-facebook .popup .message {
      color: #3C3C3C;
      font-size: 0.3733333333rem; }
    .popup-facebook .popup .comfirm {
      width: 4.2666666667rem;
      height: 1.0666666667rem;
      margin-top: 1.0666666667rem;
      text-align: center;
      line-height: 1.0666666667rem;
      border-radius: 0.32rem;
      background: #5E2EFF;
      font-size: 0.3733333333rem;
      color: #fff; } }

/*# sourceMappingURL=home.css.map */
