@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: rgb(198,227,241);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg {
    width: 100%;
    height: 100%;
    animation: bgZoom 2s forwards;
    /* -webkit-animation: bgZoom 2s forwards; */
    transform: scale(1);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:left 0 bottom 0;
}
@keyframes bgZoom {
    from {
        transform: scale(2);
    }
}

/* logo */
.logo {
    width: 1.55rem;
    bottom: 0.54rem;
    right: 0.7rem;
    position: absolute;
    z-index: 99;
    opacity: 0;
    /* -webkit-animation: fadeIn 1s 1.5s linear forwards; */
    animation: fadeIn 1s 1.5s linear forwards;
}
.logo1{
    top: 0.36rem;
}

.bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    /* -webkit-animation: bounceInUp 0.8s 1.8s forwards; */
    animation: bounceInUp 0.8s 1.8s forwards;
    transform: translateY(5rem);
}

.right-box {
    width: 1.9rem;
    z-index: 99;
    opacity: 1;
    /* overflow-x: hidden; */
    /* -webkit-animation: fadeIn 0.8s 2.4s forwards; */
    bottom: 1.88rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.right {
    width: 100%;
    position: relative;
    z-index: 10;
    filter:drop-shadow(0 2px 20px rgba(0, 0, 0, 0.4))
}

.hand {
    width: 0.82rem;
    position: absolute;
    left: 0.1rem;
    z-index: 99;
    top: 0.35rem;
    transform: translateX(0);
    animation: handRight 2s infinite;
    opacity: 1;
    filter:drop-shadow(0 2px 20px rgba(0, 0, 0, 0.4))
}

@keyframes handRight {
    to {
        transform: translateX(2rem);
        opacity: 0;
    }
}
.pic1{
    width: calc( 3.17rem + 2.52rem );
    z-index: 10;
    top: 0.45rem;
}
.title1-1{
    width: 5.8rem;
    position: absolute;
    z-index: 99;
    left: 1.4rem;
    top: 3.8rem;
}
.title1-2{
    width: 2.14rem;
    left: 0.63rem;
    position: absolute;
    top: 5.11rem;
    z-index: 199;
}
.title1-3{
    width: calc( 4.86rem + 0.23rem );
    position: absolute;
    z-index: 10;
    left: 1.41rem;
    top: 7.46rem;
}
.title2{
    width: calc( 2.48rem + 3.5rem );
    position: absolute;
    left: 0.47rem;
    top: 1.34rem;
    z-index: 99;
}
.content2-1,.content2-2{
    width: 6.95rem;
    z-index: 99;
}
.content2-1{
    top: 2.8rem;
}
.content2-2{
    top: 4.5rem;
}
.left1,.right1{
    position: absolute;
    z-index: 99;
    bottom: 0.8rem;
    width: 0.73rem;
}
.left1{
    left: 2.7rem;
}
.right1{
    right: 2.7rem;
}
.title3{
    width: 4.78rem;
    top: 1.18rem;
    z-index: 99;
}
.content3{
    top: 2.3rem;
}
.home{
    width: 2.5rem;
    position: absolute;
    z-index: 99;
    right: 1.3rem;
    bottom: 0.6rem;
}
.title4{
    width: 6.6rem;
    top: 1.5rem;
}
.content4-2{
    top: 4.2rem;
}
.content4-3{
    top: 6.1rem;
}
/* iphone 678 */
@media (min-aspect-ratio: 9/16) {
    .left1,.right1,.home{
        opacity: 0.5;
    }
    .left1,.right1{
        bottom: 0.3rem;
    }
    .home{
        bottom: 0.1rem;
    }
    .right-box{
        bottom: 1.33rem;
    }
    .content2-1,.content2-2{
        width: 6.5rem;
    }
}

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

}