@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;
    color: #ffffff;
}

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;
    right: 3%;
    bottom: 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(114,156,202);
    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% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
@keyframes bgZoom {
    from {
        transform: scale(2);
    }
}
/* logo */
.logo {
    width: 1.81rem;
    top: 0.26rem;
    left: 0.44rem;
    position: absolute;
    z-index: 99;
    /* -webkit-animation: fadeIn 1s 1.5s linear forwards; */
}
.title1{
    width: 5.18rem;
    z-index: 99;
    top: 1.57rem;
}
.detail{
    width: 2.45rem;
    z-index: 99;
    top: 5.8rem;
}
.bottom1-1{
    width: 100%;
    bottom: 0;
    z-index: 50;
    position: absolute;
    left: 0;
}
.bottom1-2{
    width: 2.04rem;
    bottom: 0.18rem;
    z-index: 10;
    position: absolute;
    left: 0.77rem;
}
.tip{
    width: 2.03rem;
    position: absolute;
    left: 0.57rem;
    top: 0.33rem;
    z-index: 99;
}
.logo1{
    width: 1.81rem;
    position: absolute;
    right: 0.72rem;
    top: 0.49rem;
    z-index: 99;
}
.title2-1,.title2-2,.title2-3,.title2-4,.title2-5,.title2-6,.title2-7,.title2-8{
    width: 6.87rem;
    z-index: 99;
}
.title2-1{
    top: 2.15rem;
}
.title2-2{
    top: 3.24rem;
}
.title2-3{
    top: 4.34rem;
}
.title2-4{
    top: 5.44rem;
}
.title2-5{
    top: 6.54rem;
}
.title2-6{
    top: 7.68rem;
}
.title2-7{
    top: 8.77rem;
}
.title2-8{
    top: 9.94rem;
}
.swiper-slide-shadow{
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.65);
    padding-bottom: 0.5rem;
}
.pic3-1{
    width: 6.87rem;
    margin-top: 2.15rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}
.close{
    position: absolute;
    width: 0.84rem;
    top: 1.84rem;
    right: 0.27rem;
    z-index: 99;
}
/* iphone XR */
@media (min-aspect-ratio: 3/4) {

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

}

