.main-box {
    background-color: #000;
}

.pc-main {
    background-color: #000;
}

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

.h5-center-box {
    width: 100vw;
    height: 100vh;
    position: relative;
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}


.center-box {
    width: 5.4rem;
    height: 100vh;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.video-box {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: block; */
}

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

/* 
.center-box .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

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

.center-box .swiper-slide .video-box {
    width: 5.4rem;
    height: 3.2rem;
}

.center-box .swiper-slide .code-box {
    background: url("../images/pc/pc-cbg.png") center no-repeat;
    background-size: cover;

}

.video-box {
    width: 5.4rem;
    height: 3.2rem;
}


.code-box {
    background: url("../images/pc/pc-cbg.png") center no-repeat;
    background-size: cover;
} */


.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;
}