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

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

.pc-main {
    background-image: url('../images/pc/pc-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.pc-right {
    width: 5.89rem;
    height: 8.17rem;
    background-image: url('../images/pc/pc-right-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.pc-right-img {
    max-width: 6.99rem;
    max-height: 7.32rem;
    transform-origin: center center;
    will-change: transform;
}

.h5-main {
    background-image: url('../images/h5/h5-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper {
    overflow: hidden;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-size: 14px;
    --swiper-theme-color: #f52c55;
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-bullet-vertical-gap: 20px;
}

.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-border-radius: 5px;
}

.swiper-wrapper {
    height: 100% !important;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




/* .pc-main .pc-main-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pc-main .pc-main-content .pc-main-title{
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}
.pc-main .pc-main-content .pc-main-desc{
} */
.swiper-container,
.h5-swiper-container {
    height: calc(var(--vh, 1vh) * 100 - 2.68rem);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.swiper-container::-webkit-scrollbar {
    display: none;
}

.tab-item.active {
    background-color: #f52c55;
    color: #fff;
    border-radius: 0.12rem;
}

.h5-tab-item.active {
    background-color: #f52c55;
    color: #fff;
    border-radius: 0.12rem;
}

.android-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 20;
    background: #fff;
}

.android-modal .header {
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0.1rem 0.2rem;
    box-shadow: 0 0.03rem 0.05rem rgba(57, 63, 72, 0.1);
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    height: 0.9rem;
    background: #fff;
}

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

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

.android-modal .content {
    padding: 0.55rem 0.2rem;
}

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

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

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