@import "./flex.css";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0 auto;
    overflow: hidden;
    max-width: 750px;
    position: relative;
}

img {
    display: block;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

.music-blk {
    position: absolute;
    left: 3%;
    top: 2%;
    z-index: 100;
}

.music-ctl {
    width: 0.6rem;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* animation */
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

/* share-mask */
.shareMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.shareMask img {
    width: 100%;
    height: 100%;
}



.flex-row-end-center{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.center-with-absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* page common */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.page-bg{
    background-color:#3c5ba7;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg,.bg2{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.bg2{
    height: 100%;
}
.bg3{
    height: 100%;
}
/* logo */
.logo {
    width: 1.63rem;
    bottom: 0.61rem;
    z-index: 20;
    opacity: 0;
}
.up{
    bottom: 0rem;
    z-index: 99;
    width: 1.06rem;
}
.up-inner{
    opacity: 0;
    transform: scale(1) translateY(0);
    -webkit-animation: otChange 1.5s 2.6s linear infinite;
    animation: otChange 1.5s 2.6s linear infinite;
    width: 100%;
}
@keyframes otChange{
    50%{
        opacity: 1;
    }
    100%{
        transform:scale(1.5) translateY(-1rem);
    }
}
.stairs-hk{
    width: 7.5rem;
    position: absolute;
    top: 2.11rem;
    left: 0;
    z-index: 10;
}
.title1-1,.title1-2{
    position: absolute;
    z-index: 99;
    left: 0.52rem;
}
.title1-1{
    width: 3.48rem;
    top: 1.44rem;
}
.title1-2{
    width: 5.48rem;
    top: 2.82rem;
}
.ten-year{
    width: 7.5rem;
    left: 0;
    top: 4.86rem;
    position: absolute;
    z-index: 20;
}
.ten-year-down{
    width: 4.5rem;
    position: absolute;
    z-index: 10;
    top: 7.5rem;
    left: 1.09rem;
}
.text1{
    width: 6.61rem;
    padding: 0.15rem 0.47rem 0.22rem 0.29rem;
    color: #ffffff;
    font-size: 0.28rem;
    line-height: 0.35rem;
    background-color: rgba(0, 0, 0, 0.3);
    top: 8.41rem;
    z-index: 99;
    box-sizing: border-box;
    text-align: justify;
}
.text2{
    top: 9.56rem;
}
.text3{
    top: 10.71rem;
}
.title2{
    width: 7.5rem;
    position: absolute;
    left: 0;
    top: 1.67rem;
    z-index: 99;
}
.title2-1{
    width: 4.68rem;
    position: absolute;
    left: 0.58rem;
    top: 2.97rem;
    z-index: 99;
}
.title2-2{
    width: 7.04rem;
    position: absolute;
    left: 0.46rem;
    top: 4.45rem;
    z-index: 99;
}
.title2-3{
    width: 4.73rem;
    position: absolute;
    left: 0.51rem;
    top: 6.69rem;
    z-index: 99;
}
.title2-4{
    width: 4.83rem;
    position: absolute;
    left: 0.5rem;
    top: 8.57rem;
    z-index: 99;
}
.title3{
    width: 6.04rem;
    position: absolute;
    left: 0.58rem;
    top: 0.78rem;
    z-index: 99;
}
.content,.swiper-slide-inner,.swiper-page,.swiper,.swiper6-slide-inner,.bg3{
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.title2-4-1{
    width: 7.04rem;
    left: 0.46rem;
    top: 0.78rem;
}
.title4{
    width: 4.76rem;
    position: absolute;
    top:2.56rem;
    left: 1.58rem;
    z-index: 99;
}

.back,.share{
    width: 2.28rem;
    position: absolute;
    z-index: 99;
    bottom: 2.02rem;
}
.back{
    left: 0.93rem;
}
.share{
    right: 1.08rem;
}
.swiper-slide-inner{
    width: 7rem;
    z-index: 99;
    top: 3.31rem;
}
.swiper3-slide-inner{
    top: 3.31rem;
}
.swiper5-slide-inner{
    top: 2.6rem;
}
.img1-1{
    width: 100%;
}
.text1-1{
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.46rem;
    box-sizing: border-box;
    padding: 0.26rem 0.18rem 0.33rem 0.23rem;
    color: #ffffff;
    background-color: #5b86da;
    text-align: justify;
}
.table{
    width: 1.65rem;
    position: absolute;
    right: 0.37rem;
    bottom: 0.72rem;
    z-index: 199;
    opacity: 0.8;
}
.table-inner{
    width: 100%;
    animation: tableAni 1.5s infinite linear;
    transform: scale(1.1);
}
@keyframes tableAni {
    50%{
        transform: scale(0.9);
        opacity: 0.2;
    }
}

/* iphone 678 */
@media (min-aspect-ratio: 9/16) {
    
}
/* iphone XR */
@media (min-aspect-ratio: 3/4) {
    
}