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

@media screen and (max-width:899px) {
    html {
        font-size: 46.8px;
    }
}
.logo {
    width: 100%;
    min-width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 0.3rem;
}

.logo>h1 {
    margin-top: 0.5rem;
    width: 2.2rem;
    height: 1.31rem;
}

.logo>h1>img {
    width: 100%;
    height: 100%;
}

.logo>a {
    width: 1.29rem;
    height: 0.5rem;
    margin-top: 0.3rem;
}

.logo>a>img {
    width: 100%;
    height: 100%;
}
.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 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-size: 14px;
    --swiper-theme-color: rgb(255, 11, 96);
    --swiper-pagination-bullet-inactive-color: rgba(255, 11, 96, 0.5);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-bullet-vertical-gap: 20px;
}

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

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

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

.content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bg_1 {
    background-image: url('../images/h5/bj_1.webp');
}

.bg_2 {
    background-image: url('../images/h5/bj_2.webp');
}

.bg_1_p {
    background-image: url('../images/pc/bg_1.jpg');
}

.bg_2_p {
    background-image: url('../images/pc/bg_2.jpg');
}
.bg_3_p {
    background-image: url('../images/pc/bg_3.jpg');
}
.content>img:nth-child(1) {
    width: 3.6rem;
    height: 2.69rem;
    position: absolute;
    top: 0.5rem;
    right: 0.2rem;
    z-index: 1;
}

.content>img:nth-child(2) {
    width: 5.45rem;
    height: 2.46rem;
}
.btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn>a {
    width: 3.1rem;
    height: 0.88rem;
}

.btn>a:nth-child(1) {
    /* margin-right: 0.3rem; */
}

.btn>a>img {
    width: 100%;
    height: 100%;
}

.swiper-pc {
    width: 19.2rem;
    height: 100%;
    overflow: hidden;
    --swiper-pagination-bullet-width: 14px;
    --swiper-pagination-bullet-size: 14px;
    --swiper-theme-color: rgb(255, 11, 96);
    --swiper-pagination-bullet-inactive-color: rgba(255, 11, 96, 0.5);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-right: 0.91rem;
    --swiper-pagination-bullet-vertical-gap: 20px;
}

.swiper-pc >.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-height: 80px;
    --swiper-pagination-bullet-border-radius: 10px;
}


.poster {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.poster>img:nth-child(1) {
    width: 7.64rem;
}

.poster>img:nth-child(2) {
    height: 1.17rem;
    margin-top: 0.29rem;
}

.content_p {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.content_p>h2 {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 2.34rem;
}

.content_p>h2>img {
    width: 6.15rem;
    height: 1.22rem;
}

.p-logo>h1 {
    width: 5.23rem;
    height: 0.99rem;
    align-self: flex-end;
}

.header {
    position: fixed;
    top: 1rem;
    left: 0.2rem;
    right: 0.2rem;
    width: 19.2rem;
    display: flex;
    justify-content: space-between;
    padding: 0 2.54rem 0 2.68rem;
    z-index: 10;
}
.header > h1 {
    width: 5.23rem;
    height: 0.99rem;
    align-self: flex-end;
}
.code {
    position: fixed;
    top: 22%;
    left: 2.53rem;
    display: flex;
    align-items: center;
    z-index: 20;
}
.code .qr {
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.code {
    width: 100%;
    height: 100%;
}
.tip {
    margin-left: 0.17rem;
}

.tip>h6 {
    font-size: 0.24rem;
    font-weight: 400;
    color: rgb(255, 11, 96);
    margin-bottom: 0.15rem;
}

.tip>p {
    width: 3.31rem;
    line-height: 0.286rem;
    font-size: 0.18rem;
    color: #fff;
}
/* .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.35rem;
}

.android-modal .header .title {
    font-size: 0.35rem;
    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;
}