@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.06667rem;
  height: 1.06667rem;
  background: url("../images/menu.png") no-repeat;
  background-size: 100% 100%;
  float: right;
  margin: 1.6rem 0.53333rem 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 .home-img._m {
  display: none;
}

.max .center .m_title {
  display: none;
}

.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._m {
  display: none;
}

.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: 1.28rem;
  }
  .max .header {
    height: 1.28rem;
    display: flex;
    align-items: center;
  }
  .max .header::after, .max .header::before {
    display: none;
  }
  .max .header img {
    float: left;
    width: 3.62667rem;
    height: 1.06667rem;
    margin: 0 0 0 0.42667rem;
  }
  .max .header .check-Recharge {
    display: none;
  }
  .max .header .check-Recharge span {
    position: fixed;
    background: #fff;
    line-height: 1.0666666667rem;
    color: #3C3C3C;
    font-family: Light;
    width: 3.46667rem;
    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.37333rem;
    text-align: center;
  }
  .max .header .check-Recharge-btn {
    display: block;
    margin: 0;
    position: absolute;
    right: 0.42667rem;
  }
  .max .center {
    width: unset;
    margin: 0 auto;
  }
  .max .center .home-img {
    width: unset;
    height: 12.88rem;
    float: unset;
    display: block;
    margin: 0 auto;
    display: none;
  }
  .max .center .home-img._m {
    width: 8.53333rem;
    display: block;
  }
  .max .center .m_title {
    display: block;
    text-align: center;
    height: 1.68rem;
    font-size: 0.90667rem;
    font-family: NoirStd-BoldItalic, NoirStd;
    font-weight: normal;
    color: #3C3C3C;
    line-height: 0.74667rem;
  }
  .max .center .m_title span {
    font-size: 0.64rem;
  }
  .max .center .center-platform {
    display: flex;
    height: unset;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .max .center .center-platform .mangoshow {
    display: none;
    text-align: center;
    font-size: 1.06667rem;
    width: 6.93333rem;
    margin-left: unset;
    margin-bottom: 0.53333rem;
  }
  .max .center .center-platform .mangoshow span {
    font-size: 0.85333rem;
  }
  .max .center .center-platform .google-play,
  .max .center .center-platform .ios,
  .max .center .center-platform .down {
    width: 4.29333rem;
    height: 1.33333rem;
    background: linear-gradient(left, #FF688C, #5E2EFF);
    background: -webkit-linear-gradient(left, #FF688C, #5E2EFF);
    border-radius: 0.48rem;
    margin: 0;
    position: relative;
  }
  .max .center .center-platform .google-play p,
  .max .center .center-platform .ios p,
  .max .center .center-platform .down p {
    width: 94%;
    height: 100%;
    border-radius: 0.42667rem;
    font-size: 0.42667rem;
    font-family: SFProText-Semibold, SFProText;
    font-weight: 600;
    color: #FFFFFF;
    justify-content: center;
  }
  .max .center .center-platform .google-play img,
  .max .center .center-platform .ios img,
  .max .center .center-platform .down img {
    width: 0.64rem;
    height: 0.64rem;
    margin: 0;
  }
  .max .center .center-platform .google-play span,
  .max .center .center-platform .ios span,
  .max .center .center-platform .down span {
    font-size: 0.37333rem;
  }
  .max .center .center-platform .down {
    margin-left: 0.50667rem;
  }
  .max .center-footer {
    padding-top: 0.26667rem;
    padding-bottom: 0.53333rem;
  }
  .max .community-rules {
    width: 9.06667rem;
  }
  .max .community-rules div {
    font-size: 0.48rem;
    margin: 1.06667rem 0 0 0;
  }
  .max .community-rules p,
  .max .community-rules span {
    font-size: 0.37333rem;
  }
  .max .community-rules p {
    margin: 1.06667rem 0 0 0;
  }
  .max .community-rules span {
    margin-top: 0.26667rem;
  }
  .max .community-rules span.others {
    text-indent: 0.48rem;
    margin-top: 0.05333rem;
  }
  .max .follow-tit {
    display: none;
  }
  .max .footer {
    width: 100%;
    height: 8.93333rem;
    position: relative;
  }
  .max .footer .follow-tit {
    display: block;
    height: 0.42667rem;
    font-size: 0.37333rem;
    font-family: SFProText-Regular, SFProText;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.42667rem;
    margin: 0;
    margin-top: 0.93333rem;
    position: relative;
    z-index: 2;
  }
  .max .footer::after, .max .footer::before {
    width: 150%;
    height: 11.2rem;
    content: "";
    position: absolute;
    bottom: -2.93333rem;
    left: 50%;
    transform: translateX(-50%);
    background: #5E2EFF;
    border-radius: 47%;
  }
  .max .footer::before {
    width: 140%;
    height: 11.14667rem;
    bottom: -2.4rem;
    background: #FF688C;
    border-radius: 50%;
  }
  .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.93333rem;
    height: 0.96rem;
    float: left;
    margin: 0.4rem auto;
  }
  .max .footer .home-img img {
    width: 2.93333rem;
    height: 0.96rem;
  }
  .max .footer .follow-us-on-list {
    width: 5.33333rem;
    flex-shrink: 1;
    margin: 0rem auto;
    display: flex;
  }
  .max .footer .follow-us-on-list img {
    width: 1.33333rem;
    height: 1.33333rem;
    cursor: pointer;
  }
  .max .footer .about {
    padding-top: 0;
    display: none;
    margin: 0.64rem 0.53333rem 0;
  }
  .max .footer .about._m {
    display: block;
  }
  .max .footer .about span {
    cursor: pointer;
    font-size: 0.37333rem;
    display: block;
    float: left;
    padding: 0.24rem 0.64rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0.21333rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.4rem;
  }
  .max .footer .about span:nth-child(even) {
    margin-left: 0.26667rem;
  }
  .max .footer .copyright {
    width: 9.33333rem;
    margin-top: 0;
    font-size: 0.37333rem;
    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.66667rem;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -6.66667rem;
    top: 0;
  }
  .mobile-menu .menu-list p {
    font-size: 0.37333rem;
    text-align: center;
    width: 100%;
  }
  .mobile-menu .menu-list p:first-child {
    margin-top: 4.26667rem;
    margin-bottom: 1.6rem;
  }
  .popup-facebook .content {
    width: 10rem;
    height: 10.66667rem;
    border-radius: 0.85333rem;
    background: #fff;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 0;
    transform: unset;
    display: none;
  }
  .popup-facebook .content .inquire {
    font-size: 0.48rem;
    margin: 1.06667rem auto 1.6rem;
    width: 8.53333rem;
  }
  .popup-facebook .content .enter {
    width: 8.53333rem;
    margin: 0 auto;
  }
  .popup-facebook .content .enter .input-title {
    width: 100%;
    margin: 0 0 0.53333rem;
    text-align: center;
    font-size: 0.37333rem;
  }
  .popup-facebook .content .enter .input {
    margin: 0 auto;
    width: 8.53333rem;
    height: 1.33333rem;
    background: #F7F6F9;
    color: #3C3C3C;
    font-size: 0.37333rem;
    border-radius: 0.42667rem;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding-left: 0.32rem;
  }
  .popup-facebook .content .submit {
    width: 8.53333rem;
    height: 1.28rem;
    border-radius: 0.42667rem;
    background: #5E2EFF;
    text-align: center;
    line-height: 1.28rem;
    font-size: 0.37333rem;
    color: #fff;
    margin: 2.13333rem 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.53333rem;
    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.45333rem;
  }
  .popup-facebook .popup .message-icon img {
    width: 100%;
    height: 100%;
  }
  .popup-facebook .popup .message {
    color: #3C3C3C;
    font-size: 0.37333rem;
  }
  .popup-facebook .popup .comfirm {
    width: 4.26667rem;
    height: 1.06667rem;
    margin-top: 1.06667rem;
    text-align: center;
    line-height: 1.06667rem;
    border-radius: 0.32rem;
    background: #5E2EFF;
    font-size: 0.37333rem;
    color: #fff;
  }
}
