* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
}

body {
    background-color: #1a0102;
}
img {
    display: block;
    width: 100%; 
    height: 100%;
}

.container {
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 750px;
    margin:0 auto;
}

.page-one {
    position: relative;
}

.page-one .swiper-one {
    position: absolute;
    top: 100px;
    width: 100%;
}
.page-one .swiper-one .swiper-slide{
    height: 1088px;
}
.page-one .swiper-one .swiper-slide .banner-img{
    height: 634px;
}
.page-one .swiper-one .swiper-slide .box-top{
    height: 7px;
}
.page-one .swiper-one .swiper-slide .box-bottom{
    height: 33px;
}
.page-one .swiper-one .swiper-slide .video-box{
    width: 100%;
}
.page-one .swiper-one .swiper-slide .video-box video{
    display: block;
    width: 100%;
}
/* 第二页 */
.page-two {
    position: relative;
}
.page-two .swiper-two {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.page-two .swiper-container{
    margin: 0 auto;
}

.page-two .swiper-slide {
    width: 600px !important;
    
}
/* 第三页 */
.page-three {
    position: relative;
}
.page-three .swiper-three {
    position: absolute;
    top: 150px;
    width: 100%;
}
.page-three .swiper-slide {
    width: 455px !important;
}
.page-three .swiper-container {
    padding-left: 30px;
}

/* 分页器 */
.custom-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.swiper-one .custom-pagination,.swiper-two  .custom-pagination{
    margin-top: 50px;
}

.swiper-three .custom-pagination{
    margin-top: 10px;
}
.swiper-one .custom-pagination img, .swiper-two .custom-pagination img, .swiper-three .custom-pagination img{
    width: 11px;
    height:11px;
}
/* .swiper-three .custom-pagination .pagination{
    position: relative;
    width: 639px;
    height: 14px;
}
.swiper-three .custom-pagination .prev,.swiper-three .custom-pagination .next{
    width: 14px;
    height: 14px;
}
.swiper-three .custom-pagination .active{
    position: absolute;
    width: 252px;
    height: 14px;
    z-index:1;
    left: 0;
    top: 0;
}    */

/* 下载按钮 */
.download-box{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 9999;
    width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: env(safe-area-inset-bottom);
}
.download-box img{
    width: 693px;
    max-width: 100%;
}

@media screen and (min-width: 750px) {
    .container {
        width: 750px;
        max-width: 750px;
    }
}

@media screen and (max-width: 749px) {
    .container {
        width: 100% ;
        min-width: 320px;
    }
    
}
