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

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

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  background: #000;
  color: #fff;
  font-size: 16px;
  width: 140px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  display: none; }

.max {
  width: 100%;
  background: url("../images/homePage_BG.png") no-repeat;
  background-size: 100% 100%;
  background-size: cover; }
  .max .header {
    height: 120px;
    width: 100%; }
    .max .header.active {
      box-shadow: 0 0 7px 3px #eee; }
    .max .header img {
      float: left;
      height: 72px;
      margin: 24px 0 0 120px; }
    .max .header .check-Recharge {
      display: block;
      float: right;
      margin: 40px 120px 0 0;
      font-size: 14px;
      height: 80px;
      line-height: 80px; }
      .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-bottom: 120px; }
  .max .center {
    width: 1100px;
    margin: 0 auto; }
    .max .center .home-img {
      width: 560px;
      height: 720px;
      float: left; }
    .max .center .center-platform {
      display: flex;
      height: 600px;
      flex-direction: column; }
      .max .center .center-platform .mangoshow {
        margin-top: 190px;
        font-family: 'SourceSansPro';
        font-size: 36px;
        font-weight: bold;
        float: left;
        color: #3C3C3C; }
      .max .center .center-platform .google-play,
      .max .center .center-platform .ios,
      .max .center .center-platform .down {
        width: 240px;
        height: 50px;
        float: left;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 18px;
        margin: 30px 0 0 0px;
        display: flex;
        align-items: center;
        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 45px; }
        .max .center .center-platform .google-play span,
        .max .center .center-platform .ios span,
        .max .center .center-platform .down span {
          font-size: 14px; }
      .max .center .center-platform .google-play {
        margin-top: 40px; }
      .max .center .center-platform .ios {
        opacity: 0.5; }
  .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 .footer {
    width: 100%;
    font-size: 14px;
    height: 200px; }
    .max .footer .footer-box {
      width: 100%;
      height: 100%; }
    .max .footer .home-img {
      width: 220px;
      height: 72px;
      float: left;
      margin: 40px 60px 0 80px; }
      .max .footer .home-img img {
        width: 100%; }
    .max .footer .follow-us-on-list {
      float: right;
      width: 200px;
      flex-shrink: 1;
      margin: 50px auto;
      display: flex;
      justify-content: center; }
      .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: 72px;
      width: 720px;
      display: flex;
      justify-content: space-around;
      flex-shrink: 0;
      float: left;
      margin-left: 80px; }
      .max .footer .about span {
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8); }
    .max .footer .copyright {
      text-align: center;
      margin-top: -30px;
      color: #000; }

.mobile-menu {
  display: none; }

@media screen and (max-width: 1300px) {
  .max .footer {
    width: 1300px; } }
@media screen and (max-width: 1000px) {
  .max .header {
    height: 110px; }
    .max .header img {
      float: left;
      width: 220px;
      height: 64px;
      margin: 20px 0 0 60px; }
    .max .header .check-Recharge {
      float: right;
      margin: 20px 60px 0 0;
      font-size: 14px;
      height: 64px;
      line-height: 64px; }
      .max .header .check-Recharge span {
        width: 140px;
        text-align: center;
        display: inline-block; } }
@media screen and (min-width: 10px) and (max-width: 700px) {
  .toast {
    height: 0.8rem;
    font-size: 0.3733333333rem;
    width: 3.7333333333rem;
    line-height: 0.8rem; }

  .max {
    background: url("../images/homePage_M_BG.png") no-repeat;
    background-size: cover; }
    .max .header {
      height: 1.6rem;
      overflow: hidden; }
      .max .header img {
        float: unset;
        width: 2.9333333333rem;
        height: 0.96rem;
        display: block;
        margin: 0.5333333333rem auto 0; }
      .max .header .check-Recharge {
        display: none; }
      .max .header .check-Recharge-btn {
        display: block; }
    .max .center {
      width: unset;
      margin: 0 auto; }
      .max .center .home-img {
        width: 7.4666666667rem;
        height: 9.6rem;
        float: unset;
        display: block;
        margin: 0 auto; }
      .max .center .center-platform {
        display: flex;
        height: unset;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%; }
        .max .center .center-platform .mangoshow {
          margin-top: unset;
          text-align: center;
          font-size: 0.6133333333rem;
          margin-left: unset; }
        .max .center .center-platform .google-play,
        .max .center .center-platform .ios,
        .max .center .center-platform .down {
          width: 4.8rem;
          height: 0.8533333333rem;
          display: flex;
          align-items: center;
          border-radius: 0.16rem;
          margin: 0.5333333333rem 0 0; }
          .max .center .center-platform .google-play img,
          .max .center .center-platform .ios img,
          .max .center .center-platform .down img {
            width: 0.4rem;
            height: 0.4rem;
            margin: 0rem 0.2666666667rem 0rem 1.4933333333rem; }
          .max .center .center-platform .google-play span,
          .max .center .center-platform .ios span,
          .max .center .center-platform .down span {
            font-size: 0.2666666667rem; }
        .max .center .center-platform .google-play {
          margin-top: 1.0666666667rem; }
    .max .center-footer {
      padding-top: 0.2666666667rem; }
    .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: unset;
      position: relative;
      overflow: hidden; }
      .max .footer .footer-box {
        width: 100%;
        flex-wrap: wrap;
        height: 2.6666666667rem;
        position: relative;
        z-index: 10; }
      .max .footer .follow-us-on-list {
        width: 100%;
        margin: 0.6666666667rem auto 0;
        display: flex; }
        .max .footer .follow-us-on-list img {
          width: 0.6666666667rem;
          height: 0.6666666667rem; }
      .max .footer .about {
        padding-top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: unset;
        margin: 0.88rem 0;
        flex-direction: column; }
        .max .footer .about span {
          text-align: center;
          cursor: pointer;
          font-size: 0.32rem;
          margin-top: 0.4rem; }
      .max .footer .copyright {
        margin-top: 0.5333333333rem;
        font-size: 0.32rem;
        padding-bottom: 0.5333333333rem;
        opacity: .32; }

  .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; } }

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