.main-box {
    position: relative;
}

.pc-main {
    /* background: url("../images/pc/pc-bg.webp") center no-repeat; */
    background-size: cover;
}
.pc-header {
    position: fixed;
    top: 0.35rem;
    left: 0.75rem;
    right: 0.62rem;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 999;
    background-color: transparent;
}
.pc-logo {
    width: 4.3rem;
    height: 1.54rem;
    
}
.link-img1 {
    width: 1.86rem;
    height: 0.74rem;
    margin-right: 0.25rem;
}
.link-img2 {
    width: 1.86rem;
    height: 0.74rem;
    margin-right: 0.25rem;
}
.link-img3 {
    width: 1.86rem;
    height: 0.74rem;
}
.pc-video-container {
    position: absolute;
    top: 2.31rem;
    left: 2.26rem;
    width: 4.24rem;
    height: auto; 
    overflow: hidden; 
    z-index: 5;
    background: url("../images/pc/video_cover.webp") center no-repeat;
    background-size: 100% 100%;
    padding: 0.1rem;
    box-sizing: border-box;
}

.pc-txt {
    top: 2.2rem;
    right: 2.1rem;
}
.p-1 {
    width: 8.32rem;
    height: 3.75rem;
}
.code-container {
    top: 6.59rem;
    right: 3.55rem;
}
.code-box {
    width: 6.83rem;
    height: 2.73rem;
    background: url("../images/pc/pc-code.webp") center no-repeat;
    background-size: cover;
}
.code-wrap {
    left: 0.125rem;
    top: 0.125rem;
}
.p-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 2rem;
    background: url(../images/pc/pc-bottom.webp) center no-repeat;
    background-size: cover;
}
/* PC Swiper Slide 背景容器 */
.pc-slide-bg {
    background: url("../images/pc/pc-bg.webp") center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: relative; 
}
.pc-content-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.pc-left-img {
    position: absolute;
    left: 0.76rem;
    bottom: 0;
    width: 8.7rem;
    height: auto;
    z-index: 5;
    line-height: 0; 
    font-size: 0;
}

.pc-left-img img {
    width: 100%;
    display: block;
}

.pc-right-content {
    position: absolute;
    left: 1.2rem;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 6;
}
.pc-main-txt {
    width: 8rem;
    height: auto;
    margin-bottom: 0.05rem;
}
.pc-qr-wrapper .code-box {
    width: 7.65rem;
    height: 3.7rem;
    background: url("../images/pc/pc-code.webp") center no-repeat;
    background-size: cover;
    position: relative;
}
.pc-qr-wrapper .code-wrap {
    position: absolute;
    left: 1.135rem;
    top: 1.485rem;
    width: 2rem;
    height: 2rem;
}
.pc-qr-wrapper .con-code,
.pc-qr-wrapper .con-code-2 {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    /* width: 12px;
    height: 12px; 
    background: #ffffff !important; 
    opacity: 1;
    margin: 0 8px !important; */
    border-radius: 50%;
    transition: all 0.3s ease; 
}
.swiper-pagination-bullet-active {
    background: #a44eff !important; 
    opacity: 1; 
    width: 25px;
    border-radius: 6px;
}

.pc-swiper .swiper-pagination-vertical {
    right: 20px !important;
    top: 50% !important;      
    transform: translateY(-50%); 
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    display: flex;
    flex-direction: column;
}
/* H5 顶部图标区 */
.h5-header-icons {
    position: absolute;
    top: 0.43rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.4rem; 
    box-sizing: border-box;
}
.h5-header-icons .icon-link {
    display: flex;
    align-items: center;
    text-align: center; 
    margin-right: 0.39rem; 
}
.h5-header-icons .icon-link:last-child {
    margin-right: 0;
}
.h5-header-icons .icon-link .img1 {
    width: 1.85rem; 
    height: 0.74rem;
    display: block;
}
.h5-header-icons .icon-link .img2 {
    width: 1.85rem; 
    height: 0.74rem;
    display: block;
}
.h5-header-icons .icon-link .img3 {
    width: 1.85rem; 
    height: 0.74rem;
    display: block;
}
/* H5 中间文字图片 */
.h5-main-text-img {
    position: absolute;
    top: 3.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6.38rem;
    height: 2.8rem;
    z-index: 10;
}
.h5-main-text-img .h5-main-c1 {
    width: 100%;
    height: 100%;
    display: block;
}

/* H5 Logo */
.h5-logo-container {
    width: 3.43rem;
    height: 1.24rem;
    flex-shrink: 0;
}

.h5-logo-container .h5-logo-img {
    width: 100%;
    height: 100%;
    display: block;
}
.h5-icons-group {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.h5-footer-new {
    background-color: transparent; 
    padding: 0.3rem 0;
}

.h5-download-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.download-btn-new {
    width: 2.23rem;
    height: auto;
    display: block;
}

.download-btn-new img {
    width: 100%;
    height: auto;
    display: block;
}
.android-btn-group, .ios-btn-group {
    display: none;
    gap: 0.2rem;
}
.h5-footer-new .h5-flex-show {
    display: flex !important;
}

.h5-footer-new .h5-hidden-none {
    display: none !important;
}
.h5-download-btns .download-btn {
    display: none;
    width: 3.29rem;
    height: 1.01rem;
    text-decoration: none;
}

.h5-download-btns .download-btn img {
    width: 100%;
    height: 100%;
    display: block;
}
.h5-footer-new {
    padding-bottom: 0.2rem;
}

.h5-device-desc {
    margin-top: 0.1rem;
    display: flex;
    justify-content: center;
}

.h5-device-desc .desc-android,
.h5-device-desc .desc-ios {
    display: none;
}

.h5-device-desc .desc-android {
    width: 5.99rem;
    height: 0.3rem;
}

.h5-device-desc .desc-ios {
    width: 3.79rem;
    height: 0.31rem;
}
/* H5 Swiper 整体样式 */
.h5-slide-bg {
    background: url("../images/h5/h5-bg.webp") center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.h5-content-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h5-c-img {
    margin-top: 1.89rem;
    z-index: 5;
}

.h5-person-img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    /* left: 0; */
    z-index: 3;
}
.h5-person-img-1 {
    width: 7rem;
    height: auto;
    top: 2.65rem;
}
.h5-person-img-2 {
    width: 7rem;
    height: auto;
    top: 2.65rem;
}
.h5-pagination {
    bottom: 2.5rem !important;
}

.h5-header-icons {
    pointer-events: none;
}
.h5-header-icons > * {
    pointer-events: auto;
}

.main-box > *:not(.h5-video-bg) {
    z-index: 2;
}

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