@charset "UTF-8";
@font-face {
  font-family: 'Metropolis-Black';
  src: url("../fonts/Metropolis-Black.otf") format("opentype"); }
@font-face {
  font-family: 'Metropolis-Regular';
  src: url("../fonts/Metropolis-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Metropolis-Medium';
  src: url("../fonts/Metropolis-Medium.otf") format("opentype"); }
@font-face {
  font-family: 'Metropolis-ExtraBold';
  src: url("../fonts/Metropolis-ExtraBold.otf") format("opentype"); }
@font-face {
  font-family: 'Metropolis-Bold';
  src: url("../fonts/Metropolis-Bold.otf") format("opentype"); }
/* 定义中等字体 */
@font-face {
  font-family: 'Futura-Medium';
  src: url("../fonts/Futura.ttc");
  font-weight: normal;
  font-style: normal; }
/* 定义中等斜体字体 */
@font-face {
  font-family: 'Futura-Italic';
  src: url("fonts/Futura.ttc");
  font-weight: normal;
  font-style: italic; }
/* 定义粗体字体 */
@font-face {
  font-family: 'Futura-Bold';
  src: url("fonts/Futura.ttc");
  font-weight: bold;
  font-style: normal; }
/* 定义紧缩中等体字体 */
/* 这里假设紧缩中等体对应特定的 font-stretch 值，实际可能需要调整 */
@font-face {
  font-family: 'Futura-Condensed';
  src: url("fonts/Futura.ttc");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed; }
/* 定义窄特粗体字体 */
/* 假设窄特粗体对应特定的 font-stretch 和 font-weight 值，实际可能需调整 */
@font-face {
  font-family: 'Futura-NarrowExtraBold';
  src: url("fonts/Futura.ttc");
  font-weight: 900;
  /* 通常 900 表示特粗体 */
  font-style: normal;
  font-stretch: ultra-condensed; }
textarea {
  resize: none; }

.flex {
  display: flex; }

.align-start {
  align-items: flex-start; }

.align-center {
  align-items: center; }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-column {
  flex-direction: column; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

html, body {
  background-color: #000000; }

body {
  width: 19.2rem;
  overflow-x: hidden;
  opacity: 0;
  margin: 0 !important;
  -webkit-tap-highlight-color: transparent; }

body::-webkit-scrollbar {
  display: none; }

.container {
  width: 15.4rem;
  margin: 0 auto; }

.mj-index {
  position: relative; }
  .mj-index .page-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .mj-index .page-container {
    position: relative;
    z-index: 10; }

.mj-index-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%; }
  .mj-index-header .pc-menu-area {
    height: 1.16rem;
    max-height: 116px;
    position: relative;
    overflow: hidden; }
    .mj-index-header .pc-menu-area::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #000;
      bottom: 0;
      left: 0; }
    .mj-index-header .pc-menu-area .bg {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .mj-index-header .pc-menu-area .menu-container {
      width: calc(100% - 1.6rem);
      position: relative;
      z-index: 10; }
      .mj-index-header .pc-menu-area .menu-container .logo-area img {
        width: .68rem;
        height: .68rem;
        display: block;
        object-fit: contain;
        max-width: 68px;
        max-height: 68px; }
      .mj-index-header .pc-menu-area .menu-container .logo-area p {
        font-size: .34rem;
        color: white;
        font-family: Futura-Bold;
        margin-left: .2rem; }
      .mj-index-header .pc-menu-area .menu-container .menu-list .menu-item {
        margin-right: .55rem;
        position: relative; }
        .mj-index-header .pc-menu-area .menu-container .menu-list .menu-item:last-child {
          margin-right: .3rem; }
        .mj-index-header .pc-menu-area .menu-container .menu-list .menu-item .menu-item-title {
          display: flex;
          align-items: center;
          font-size: .2rem;
          color: rgba(255, 255, 255, 0.6);
          font-family: Metropolis-Bold;
          cursor: pointer;
          padding: .2rem 0; }
        .mj-index-header .pc-menu-area .menu-container .menu-list .menu-item:hover .menu-item-title, .mj-index-header .pc-menu-area .menu-container .menu-list .menu-item.menu-item-on .menu-item-title {
          color: white; }

.footer {
  background: linear-gradient(to top, #202020, #0b0b0b);
  padding: .88rem 0 1.7rem;
  position: relative; }
  .footer .left-area {
    position: relative;
    z-index: 10; }
    .footer .left-area .footer-logo {
      display: flex;
      align-items: center;
      cursor: pointer;
      margin-bottom: .4rem; }
      .footer .left-area .footer-logo img {
        width: 68px;
        height: 68px;
        margin-right: 20px;
        display: block;
        object-fit: contain; }
      .footer .left-area .footer-logo p {
        color: white;
        font-size: .36rem;
        font-family: Metropolis-Bold; }
    .footer .left-area p {
      font-size: .18rem;
      line-height: .25rem;
      color: white;
      font-family: Metropolis-Medium;
      margin-bottom: .26rem;
      opacity: 0.8; }
      .footer .left-area p:last-child {
        margin-bottom: 0; }
  .footer .download-btn {
    display: block;
    position: relative;
    z-index: 10; }
    .footer .download-btn img {
      width: 2.7rem;
      display: block; }

.index-banner {
  padding: 1rem .8rem 0 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem; }
  .index-banner .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .index-banner .banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .index-banner .banner-container .left-area {
      width: 9.2rem;
      position: relative;
      z-index: 100; }
      .index-banner .banner-container .left-area .title p {
        font-size: .8rem;
        color: white;
        font-family: Metropolis-Black;
        line-height: .96rem;
        text-shadow: 0px 4px 0px #000000; }
      .index-banner .banner-container .left-area .des {
        margin-top: .2rem;
        padding-right: .5rem; }
        .index-banner .banner-container .left-area .des p {
          font-family: Metropolis-Medium;
          font-size: .25rem;
          line-height: .34rem;
          color: #F8F8F8; }
      .index-banner .banner-container .left-area .btn {
        display: block;
        margin-top: .96rem; }
        .index-banner .banner-container .left-area .btn img {
          width: 3.36rem;
          display: block; }
    .index-banner .banner-container .right-area {
      width: 7.5rem;
      height: 7.2rem;
      flex-shrink: 0;
      position: relative; }
      .index-banner .banner-container .right-area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
      .index-banner .banner-container .right-area .animation {
        z-index: 100; }

.index-advantage {
  padding: .88rem 0; }
  .index-advantage .advantage-item {
    width: calc(50% - .85rem);
    margin-right: 1.7rem;
    margin-bottom: .8rem;
    text-align: center; }
    .index-advantage .advantage-item img {
      width: 2.2rem;
      height: 2.2rem;
      display: block;
      margin: 0 auto; }
    .index-advantage .advantage-item .item-title {
      font-family: Metropolis-Black;
      font-size: .4rem;
      line-height: .48rem;
      color: #FFFFFF;
      margin: .24rem 0 .2rem; }
    .index-advantage .advantage-item .item-des {
      font-family: Metropolis-Medium;
      font-size: .28rem;
      line-height: .34rem;
      color: #9B939B; }
    .index-advantage .advantage-item:nth-child(even) {
      margin-right: 0; }
    .index-advantage .advantage-item:nth-last-child(1), .index-advantage .advantage-item:nth-last-child(2) {
      margin-bottom: 0; }

.index-comment {
  padding: .88rem 0; }
  .index-comment .comment-icon {
    display: block;
    width: .65rem;
    margin: 0 auto; }
  .index-comment .comment-item {
    text-align: center;
    padding: .45rem 0 .5rem;
    width: 10.22rem;
    margin: 0 auto; }
    .index-comment .comment-item .comment-content {
      font-size: .32rem;
      line-height: .38rem;
      color: white;
      font-family: Metropolis-Medium;
      margin-bottom: .45rem; }
    .index-comment .comment-item .rate-icon {
      display: block;
      width: 1.54rem;
      margin: 0 auto; }
    .index-comment .comment-item .comment-user-name {
      color: white;
      font-family: Metropolis-Medium;
      font-size: .28rem;
      line-height: .34rem;
      margin-top: .15rem; }
  .index-comment .avatar-list {
    display: flex;
    align-items: center;
    justify-content: center; }
    .index-comment .avatar-list .avatar-item {
      width: 1.02rem;
      height: 1.02rem;
      margin: 0 .15rem;
      cursor: pointer;
      position: relative; }
      .index-comment .avatar-list .avatar-item .avatar {
        width: 100%;
        height: 100%;
        display: block; }
      .index-comment .avatar-list .avatar-item .avatar-bg {
        position: absolute;
        width: 1.18rem;
        height: 1.18rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none; }
      .index-comment .avatar-list .avatar-item.active .avatar-bg {
        display: block; }

.index-intro {
  padding: 1.5rem 0 1.36rem; }
  .index-intro .intro-list {
    align-items: stretch; }
  .index-intro .intro-item {
    text-align: center;
    width: calc(25% - (3rem / 4));
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .index-intro .intro-item:nth-child(4n) {
      margin-right: 0; }
    .index-intro .intro-item img {
      width: .9rem;
      height: .9rem;
      display: block;
      margin: 0 auto; }
    .index-intro .intro-item .item-title {
      font-family: Metropolis-Bold;
      font-size: .24rem;
      line-height: .29rem;
      color: #333333;
      margin: .28rem 0 .1rem;
      color: white; }
    .index-intro .intro-item .item-des {
      font-size: .18rem;
      line-height: .22rem;
      color: #9B9393;
      font-family: Metropolis-Medium; }

.container-title {
  font-family: Metropolis-Black;
  font-size: .5rem;
  line-height: .6rem;
  color: #fff;
  text-align: center;
  margin-bottom: .7rem; }

.mobile-header {
  display: none; }

.mj-index-header .pc-menu-area {
  display: flex; }

.footer-logo-pc {
  display: block !important; }

.footer-logo-mobile {
  display: none !important; }

.mobile-menu-dialog {
  display: none; }

.bg-mobile {
  display: none !important; }

.bg-pc {
  display: block !important; }

.item-bg-mobile, .footer-bg-mobile {
  display: none; }

.item-bg, .footer-bg {
  display: block; }

@media screen and (max-width: 750px) {
  body {
    width: 7.5rem; }

  .mj-index-header .pc-menu-area {
    display: none; }

  .mobile-header {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 76px; }
    .mobile-header .mobile-header-top {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 12px 0 20px;
      position: relative;
      z-index: 10000;
      overflow: hidden; }
      .mobile-header .mobile-header-top::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: rgba(234, 224, 229, 0.3);
        bottom: 0;
        left: 0; }
      .mobile-header .mobile-header-top .bg {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      .mobile-header .mobile-header-top .logo-area {
        position: relative;
        z-index: 1; }
        .mobile-header .mobile-header-top .logo-area img {
          width: 36px;
          height: 36px;
          display: block;
          object-fit: contain; }
        .mobile-header .mobile-header-top .logo-area p {
          font-size: 20px;
          color: white;
          font-family: Metropolis-Bold;
          margin-left: 8px; }
      .mobile-header .mobile-header-top .menu-btn {
        cursor: pointer;
        position: relative;
        z-index: 1; }
        .mobile-header .mobile-header-top .menu-btn img {
          width: 40px;
          height: 40px;
          display: block; }
        .mobile-header .mobile-header-top .menu-btn .iconfont {
          font-size: 24px;
          color: #333333;
          font-family: Metropolis-Bold; }

  .mobile-menu-dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none; }
    .mobile-menu-dialog::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      left: 0;
      top: 0; }
    .mobile-menu-dialog .menu-list {
      position: relative;
      z-index: 100;
      background-color: #000;
      padding: 96px 20px 20px; }
      .mobile-menu-dialog .menu-list .menu-item {
        height: 48px;
        padding: 0 6px;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid rgba(234, 224, 229, 0.1); }
        .mobile-menu-dialog .menu-list .menu-item:last-child {
          border: none; }
        .mobile-menu-dialog .menu-list .menu-item .menu-item-title {
          display: flex;
          align-items: center;
          font-size: 16px;
          font-family: Metropolis-ExtraBold;
          color: #fff; }
      .mobile-menu-dialog .menu-list .menu-item-on .menu-item-title {
        color: #FF8E00; }

  .mobile-menu-dialog-on {
    display: block; }

  .container {
    width: 100%; }

  .index-banner {
    padding: 0;
    height: fit-content; }
    .index-banner .bg {
      border-radius: 0; }
    .index-banner .banner-container {
      flex-direction: column;
      padding: 2.12rem 0 1.04rem; }
      .index-banner .banner-container .left-area {
        padding: 0 .48rem;
        width: calc(100% - .96rem);
        text-align: left; }
        .index-banner .banner-container .left-area .title p {
          font-size: .56rem;
          line-height: .68rem; }
        .index-banner .banner-container .left-area .des {
          margin-top: 20px; }
          .index-banner .banner-container .left-area .des p {
            font-size: 12px;
            line-height: 18px;
            color: #DADADA; }
        .index-banner .banner-container .left-area .btn {
          margin: 24px 0 0;
          display: block; }
          .index-banner .banner-container .left-area .btn img {
            width: 134px; }
      .index-banner .banner-container .right-area {
        width: 100%;
        height: 6.5rem;
        margin-top: 70px; }
    .index-banner .chart-pc {
      display: none; }

  .index-banner .mobile-mobile-new {
    width: 2.6rem;
    left: 0.16rem;
    bottom: 3.1rem; }

  .index-banner .banner-container .right-area .banner-blue {
    display: none; }

  .index-banner .banner-container .right-area .banner-pink {
    top: 93px;
    right: 12px;
    left: unset;
    width: 1.28rem;
    transform: rotateY(180deg); }

  .index-advantage {
    padding: 44px 20px; }
    .index-advantage .advantage-item {
      width: 100%;
      margin: 0 !important;
      flex-direction: column;
      margin-bottom: 20px !important; }
      .index-advantage .advantage-item:last-child {
        margin-bottom: 0 !important; }
      .index-advantage .advantage-item img {
        width: 1.6rem;
        height: 1.6rem; }
      .index-advantage .advantage-item .item-title {
        margin-bottom: .2rem;
        margin-top: .1rem;
        font-size: .4rem;
        line-height: .48rem;
        width: 100% !important; }
      .index-advantage .advantage-item .item-des {
        width: 100% !important;
        font-size: .28rem;
        line-height: .34rem;
        color: #9B9393; }

  .index-comment {
    padding: 40px 20px; }
    .index-comment .comment-icon {
      width: .52rem; }
    .index-comment .comment-item {
      padding: 20px 0 40px;
      width: 100%; }
      .index-comment .comment-item .comment-content {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 25px; }
      .index-comment .comment-item .rate-icon {
        width: 86px; }
      .index-comment .comment-item .comment-user-name {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px; }
    .index-comment .avatar-list .avatar-item {
      width: 45px;
      height: 45px;
      margin: 0 5px; }
      .index-comment .avatar-list .avatar-item .avatar-bg {
        width: 51px;
        height: 51px; }
    .index-comment .people-swiper {
      flex-wrap: wrap; }

  .index-intro {
    padding: 0px 30px 40px;
    margin-bottom: 0; }
    .index-intro .intro-item {
      width: calc(50% - 13px);
      margin-right: 25px;
      margin-top: 20px;
      margin-bottom: 0;
      text-align: left; }
      .index-intro .intro-item:nth-child(even) {
        margin-right: 0; }
      .index-intro .intro-item img {
        width: 50px;
        height: 50px;
        margin: 0; }
      .index-intro .intro-item .item-title {
        font-size: 12px;
        margin: 5px 0 10px; }
      .index-intro .intro-item .item-des {
        font-size: 10px;
        color: #9B9393; }
      .index-intro .intro-item .img-area p {
        font-size: .68rem; }

  .container-title {
    font-size: .4rem;
    line-height: .48rem;
    margin-bottom: .6rem; }

  .footer {
    padding: 40px 20px 84px; }
    .footer .left-area {
      order: 2; }
      .footer .left-area p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 17px;
        opacity: 0.8; }
      .footer .left-area .footer-logo img {
        width: 32px;
        height: 32px;
        margin-right: 8px; }
      .footer .left-area .footer-logo p {
        font-size: 20px;
        opacity: 1; }
    .footer .download-btn {
      order: 1; }
      .footer .download-btn img {
        width: 168px;
        height: 50px;
        margin-bottom: 30px; }

  .bg-mobile {
    display: block !important; }

  .bg-pc {
    display: none !important; } }

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