.main-box {
    background: url("../images/h5/h5-bg.webp") no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}

.pc-main {
    background: url("../images/pc/pc-bg.webp") center no-repeat;
    background-size: cover;
}
.pc-logo {
    width: 4.48rem;
    height: 1.47rem;
}
.pc-l {
    width: 8.4rem;
    height: 8.1rem;
}
.code-box {
    width: 7.26rem;
    height: 1.99rem;
    background: url("../images/pc/pc-code.webp") center no-repeat;
    background-size: cover;
}
.p-footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16.83rem;
    min-height: 2.61rem;
    background: url(../images/pc/pc-bottom.webp) center no-repeat;
    background-size: cover;
}
.pc-l-wrap {
    left: 1.35rem;
}
.txt-box {
    right: 1.85rem;
    top: 1.35rem;
}
.code-wrap {
    right: 2.5rem;
    top: 5.25rem;
}
.txt-r {
    width: 7.74rem;
    height: 4.01rem;
}
.h5-txt {
    width: 85%;
    height: auto;
    z-index: 10;
    margin-top: 0.15rem;
}
.h5-person {
    width: 100%;
    height: auto;
    margin-top: -1.15rem;
}
.h5-activity-container {
    position: absolute;
    bottom: 1.5rem;
}
.h5-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}

.swiper-button-prev.custom-prev {
    background: url("../images/h5/icon_left.webp") no-repeat center;
    background-size: contain;
    width: 0.69rem;
    height: 0.69rem;
    left: 0.05rem;
}

.swiper-button-next.custom-next {
    background: url("../images/h5/icon_right.webp") no-repeat center;
    background-size: contain;
    width: 0.7rem;
    height: 0.69rem;
    right: 0.05rem;
}
.h-img-1 {
    width: 6.07rem;
}
.h-img-2 {
    width: 6.07rem;
}
.h-img-3 {
    width: 6.07rem;
}
.android-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    min-height: 100%;
    height: auto;
    z-index: 20;
    background: #fff;
}

.android-modal .header {
    width: 7.5rem;
    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;
}