@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;
    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: #8db7ee;
    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;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
}
@keyframes bgZoom {
    from {
        transform: scale(2);
    }
}
/* logo */
.logo {
    width: 1.78rem;
    top: 0.25rem;
    left: 0.33rem;
    position: absolute;
    z-index: 99;
    /*display: none;*/
    opacity: 0;
    /* -webkit-animation: fadeIn 1s 1.5s linear forwards; */
    /*animation: fadeIn 1s 1.5s linear forwards;*/
    animation: fadeIn 0.8s 0.4s forwards;
}
.title{
    width: 6.99rem;
    position: absolute;
    top: 1.64rem;
    z-index: 99;
}
.pic{
    width: 1.04rem;
    position: absolute;
    z-index: 10;
    top: 5.49rem;
}
.pic4,.pic5,.pic6{
    top: 6.57rem;
}
.pic1{
    left: 0.53rem;
}
.pic2{
    left: 1.69rem;
}
.pic3{
    left: 2.85rem;
}
.pic4{
    left: 1.07rem;
}
.pic5{
    left: 2.25rem;
}
.pic6{
    left: 3.43rem;
}
.down{
    width: 1.32rem;
    position: absolute;
    z-index: 199;
    bottom: 1rem;
}
.tip{
    width: 3.16rem;
    position: absolute;
    right: 0.13rem;
    top: 0rem;
    z-index: 99;
}
.swiper2{
    width: 100%;
    height: 100%;
    z-index: 199;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper3-title{
    width: 6.4rem;
    z-index: 99;
    top: 2.7rem;
    transform: translateY(-100%);
}
.swiper3-title2{
    width: 5.4rem;
}
.swiper3-title3{
    width: 2.5rem;
}
.swiper3-title4{
    width: 2rem;
}
.swiper3-title5{
    width: 2.3rem;
}
.swiper3-title6{
    width: 2.5rem;
}
.swiper3-title7{
    top: 5.4rem;
    width: 6.15rem;
}
.swiper3-title7 img{
    width:100%;
}
.swiper3-content{
    width: 6.33rem;
    z-index: 99;
    top: 2.81rem;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #55a0fe;
    box-shadow: 0rem 0rem 0.14rem 0.07rem
    rgba(53, 125, 199, 0.8);
    border-radius: 0.16rem;
    height: 8.5rem;
}
.swiper3-content::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
}
.swiper3-content::-webkit-scrollbar-button {
    display: none;
}
.swiper3-content::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}
.swiper3-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 1);
    border-radius: 0.1rem;
}
.swiper3-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 0.1rem;
}
.swiper3-content img{
    width: 100%;
}
.next,.prev{
    bottom: 1rem;
    position: absolute;
    z-index: 199;
    width: 1.87rem;
}
.next{
    right: 0.59rem;
}
.prev{
    left: 0.59rem;
}
/* iphone 678 */
@media (min-aspect-ratio: 9/16) {
    .swiper3-content{
        height:7.5rem;
    }
}

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

}