@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");
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Light";
}

.max {
  width: 100%;
  height: 100%;
  background: url("../images/homePage_BG.png") no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-color: #ffffff;
}

.max .header {
  height: 120px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.max .header.active {
  box-shadow: 0 0 7px 3px #eee;
}

.max .header .img {
  float: left;
  height: 72px;
  margin: 0 0 0 120px;
}

.max .header .check-Recharge {
  display: block;
  float: right;
  margin: 0 120px 0 0;
  font-size: 14px;
  height: 80px;
  line-height: 80px;
  display: flex;
}

.max .header .check-Recharge > div {
  cursor: pointer;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.max .header .check-Recharge > div img {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.max .header .check-Recharge > div.sel img {
  transform: rotate(0deg);
}

.max .header .check-Recharge > div.official-language {
  position: relative;
}

.max .header .check-Recharge > div.official-language .language-list {
  display: none;
  width: 180px;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  flex-direction: column;
  position: absolute;
  top: 62px;
}

.max .header .check-Recharge > div.official-language .language-list span {
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 21px;
}

.max .header .check-Recharge > div.official-language .language-list span:hover {
  background: #f7f6f9;
  border-radius: 12px;
  color: #3c3c3c;
}

.max .header .check-Recharge-btn {
  display: none;
  width: 1.06667rem;
  height: 1.06667rem;
  background: url("../images/menu.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.53333rem;
}

.max .center-footer {
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 200px;
}

.max .center {
  width: 1000px;
  margin: 0 auto;
}

.max .center .home-img {
  width: 660px;
  height: 660px;
  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: 20px;
  width: 260px;
  float: left;
  margin-left: 35px;
  color: #3c3c3c;
}

.max .center .center-platform .google-play,
.max .center .center-platform .ios,
.max .center .center-platform .down,
.max .center .center-platform .qudao {
  width: 200px;
  height: 60px;
  float: left;
  cursor: pointer;
  background: linear-gradient(270deg, #18e9c0 0%, #bef278 100%);
  border-radius: 18px;
  margin: 20px 0 0 35px;
  display: flex;
  align-items: center;
  color: #3c3c3c;
}

.max .center .center-platform .google-play img,
.max .center .center-platform .ios img,
.max .center .center-platform .down img,
.max .center .center-platform .qudao 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,
.max .center .center-platform .qudao span {
  font-size: 14px;
}

.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 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  height: 200px;
  background: #000;
}

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

.max .footer .about span {
  cursor: pointer;
  color: #fff;
}

.max .footer .copyright {
  text-align: center;
  margin-top: -30px;
  color: #acacac;
}

.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: 0 0 0 60px;
  }
  .max .header .check-Recharge {
    float: right;
    margin: 0 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) {
  .max {
    background: url("../images/homePage_M_BG.png") no-repeat;
    background-size: cover;
    padding-top: 3.2rem;
  }
  .max .header {
    height: 3.2rem;
  }
  .max .header .img {
    width: 5.86667rem;
    height: 2.02667rem;
    margin: 0 0 0 1.06667rem;
  }
  .max .header .check-Recharge {
    display: none;
  }
  .max .header .check-Recharge > div {
    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;
  }
  .max .center {
    width: unset;
    margin: 0 auto;
  }
  .max .center .home-img {
    width: 8.8rem;
    height: 8.8rem;
    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 {
    text-align: center;
    font-size: 0.53333rem;
    width: 6.93333rem;
    margin-left: unset;
  }
  .max .center .center-platform .google-play,
  .max .center .center-platform .ios,
  .max .center .center-platform .down,
  .max .center .center-platform .qudao {
    width: 5.33333rem;
    height: 1.6rem;
    border-radius: 0.48rem;
    margin: 0.53333rem 0 0;
  }
  .max .center .center-platform .google-play img,
  .max .center .center-platform .ios img,
  .max .center .center-platform .down img,
  .max .center .center-platform .qudao img {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0rem 0.53333rem 0rem 0.93333rem;
  }
  .max .center .center-platform .google-play span,
  .max .center .center-platform .ios span,
  .max .center .center-platform .down span,
  .max .center .center-platform .qudao span {
    font-size: 0.37333rem;
  }
  .max .center-footer {
    padding-top: 0.26667rem;
    padding-bottom: 3.2rem;
  }
  .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 .footer {
    width: 100%;
    height: 7.46667rem;
    background: #000;
    position: relative;
  }
  .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: 100%;
    flex-shrink: 1;
    margin: 0.66667rem auto;
    display: flex;
  }
  .max .footer .follow-us-on-list img {
    width: 0.66667rem;
    height: 0.66667rem;
    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.34667rem;
    margin-top: 0.18667rem;
  }
  .max .footer .copyright {
    margin-top: -0px;
    font-size: 0.34667rem;
  }
  .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: 50%;
    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%;
    font-family: ProximaSansRegular;
    color: #3c3c3c;
    line-height: 0.56rem;
  }
  .mobile-menu .menu-list p:first-child {
    margin-top: 4.26667rem;
    margin-bottom: 1.06667rem;
  }
  .mobile-menu .menu-list .mobile-official-language {
    font-size: 0.37333rem;
    font-family: ProximaSansRegular;
    color: #3c3c3c;
    line-height: 0.56rem;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .mobile-menu .menu-list .mobile-official-language img {
    width: 0.32rem;
    height: 0.32rem;
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  .mobile-menu .menu-list .mobile-official-language.sel img {
    transform: rotate(0deg);
  }
  .mobile-menu .menu-list .mobile-official-language .language-list {
    display: none;
    width: 3.2rem;
    margin: 0.42667rem auto 0;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.32rem;
  }
  .mobile-menu .menu-list .mobile-official-language .language-list span {
    padding: 0.16rem 0;
  }
  .mobile-menu .menu-list .mobile-official-language .language-list span:hover {
    background: #f7f6f9;
    border-radius: 12px;
  }
}
