@media screen and (min-width: 300px) {
    html {
        font-size: calc(100vw / 3.75);
    }
}

@media screen and (max-width: 299px) {
    html {
        font-size: 80px;
    }
}

@media screen and (min-width: 541px) {
    html {
        font-size: 144px;
    }
}

@media screen and (min-width: 520px) {

    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
        height: 100vh !important;
        background: #000 !important;
        display: flex !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    #fullpage {
        width: 100% !important;
        max-width: 520px !important;
        height: 100% !important;
    }


    .full-page.fp-enabled .section .content {
        position: relative !important;
        bottom: auto !important;
        top: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        height: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 1rem 0 !important;
    }

    .full-page .section .title img,
    .full-page .section .image img {
        display: block !important;
        margin: 0 auto !important;
        width: 90% !important;
        max-width: 520px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .fp-tableCell {
        vertical-align: middle !important;
    }


    .logo img {
        width: 1.6rem !important;
        height: auto !important;
    }



    .modal-container {
        max-width: 520px;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 20px;
    }






}






body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 520px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.156rem;
    z-index: 9999;
    pointer-events: none;
}


header img {
    object-fit: contain;
}

header .logo img {
    width: 1.6rem;
}

header .links {
    display: flex;
}

header .links a {
    text-align: center;
}

header .links a:nth-child(2) {
    margin-left: 0.16rem;
}

header .links a img {
    width: 0.3rem;
}

header .links a span {
    display: block;
    margin-top: 0.05rem;
    color: #ffffff;
    font-size: 0.1rem;
}

.full-page .section {
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: inline-table;
    align-items: center;
    justify-content: center;
}

.full-page .section .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      min-height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.full-page .section .content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
}

.full-page .section .content-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.title {
    width: 80vw;
    max-width: 100%;
    height: auto;
}



.full-page .section .title img {
    width: 80vw;
    max-width: 100%;
    height: auto;
}

.full-page .section .image img {
    width: 90vw;
    max-width: 100%;
    margin-top: 10vw;
    height: auto;
    display: block;
    object-fit: contain;
}

#fp-nav {
    z-index: 9;
}

#fp-nav.fp-right {
    right: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    height: auto;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: relative;
    display: block;
    background: #ffffff;
    font-size: 0;
    text-indent: -1000px;
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: #ea3a5e;
}

#fp-nav ul li a span.fp-sr-only,
.fp-slidesNav ul li a span.fp-sr-only {
    position: absolute;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 45px;
    width: 9px;
    margin: -2px 0 0 -2px;
    border-radius: 11px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 8px;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.1rem 0.1rem;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 999;
    width: 100%;
    max-width: 520px;
}


.bottom .tips {
    margin-bottom: 10px;
}

.bottom .tips span {
    position: relative;
    color: #ffffff;
    font-size: 0.12rem;
}

.bottom .tips span::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 0.01rem;
    bottom: 1px;
    background: #ffffff;
    left: 0;
}


.bottom .btn-list .info {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    padding: 2rem;
    text-align: center;
    z-index: 2;
    max-width: 42.8rem;
}

.i-a {
    color: #fff;
    font-weight: 600;
}

.i-b {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #fff;
    gap: 8px;
    padding: 10px 0;
}

.i-c {
    background-color: rgba(224, 89, 4, 0.8);
    color: #fff;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    padding: 10px;
    font-weight: 600;
}



.bottom .btn-list img {
    width: 1.67rem;
    object-fit: contain;
}



.android-modal {
  display: none !important; /* 默认隐藏 */
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  z-index: 20;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh; 
}

.android-modal-inner {
  width: 100%;
  height: 100%; 
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.android-modal .header {
  position: sticky;
  top: 0;
  z-index: 21;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.42rem;
  padding: 0.024rem 0.048rem;
  box-shadow: 0 0.03rem 0.05rem rgba(57, 63, 72, 0.1);
  width: 100%;
  flex-shrink: 0;
}

.android-modal .content {
  padding: 0.2rem 0.048rem 0.13rem;
  text-align: center;
  flex-grow: 1; 
  flex-shrink: 1;
  overflow-y: auto;
}



.android-modal .header .android-modal-arrow img {
    width: 0.2rem;
}

.android-modal .header .title {
    font-size: 0.14rem;
    color: #000;
}



.android-modal .content .platform-item img {
    width: 100%;
}

.android-modal .content .pic img {
    width: 100%;
}

.android-modal .contentAnser {
    display: none;
}