.main-box {
    background: url("../images/h5/h5-bg.webp") center no-repeat;
    background-size: cover;
}
.h-box {
    z-index: 99;
    position: absolute;
    padding: 0.15rem 0.24rem 0.05rem 0.24rem;
}
.h-box .logo {
    width: 2.74rem;
    height: 0.9rem;
}
.r-box {
    gap: 0.18rem;
}
.r-box .tg-img {
    width: 1.71rem;
    height: 0.74rem;
}
.bot-text {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.f-btn {
    width: 3.08rem;
    height: 0.97rem;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.swiper-box1 {
    background: url("../images/pc/pc-bg.webp") center no-repeat;
    background-size: cover;
}

.swiper-box2 {
    background: url("../images/pc/pc-2.webp") center no-repeat;
    background-size: cover;
}
.swiper-box3 {
    background: url("../images/pc/pc-3.webp") center no-repeat;
    background-size: cover;
}
.code-box{
    background: url("../images/pc/pc-code.webp") center no-repeat;
    background-size: cover;
}
.pc-main {
    background: url("../images/pc/pc-bg.webp") center no-repeat;
    background-size: cover;
}
.p-center img {
    width: 8.99rem;
    height: auto;
    flex-shrink: 0;
    position: relative;
    top: -1rem;
    right: 0.4rem;
}
.p-right {
    width: 5.15rem;
    height: auto;
    flex-shrink: 0;
    position: relative;
    top: -1rem;
    right: 0.5rem;
}
.c-box{
    background: url("../images/pc/code-bg.webp") center no-repeat;
    background-size: cover;
    padding: 0.2rem;
}
.p-logo {
    width: 2.74rem;
    height: 0.9rem;
}
.t-img {
    width: 2.01rem;
    height: 0.82rem;
}
.f-box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}
.qrcode-wrap {
    position: absolute;
    right: 40px;
    bottom: 80px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 左边二维码部分 */
.qrcode-box {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.qrcode-inner {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode-img {
    width: 150px;
    height: 150px;
}

/* 右边文字部分 */
.qrcode-text img {
    width: 596px;
    height: 140px;
    object-fit: contain;
}
.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;
}