@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;
    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(0,20,80);
    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: 2rem;
    top: 0.35rem;
    right: 0.7rem;
    position: absolute;
    z-index: 99;
    opacity: 0;
    /* -webkit-animation: fadeIn 1s 1.5s linear forwards; */
    animation: fadeIn 1s 0.4s linear forwards;
}

.title1{
    width: calc( 4.05rem + 2.14rem );
    z-index: 99;
    top: 4rem;
}
.tree{
    width: 5.36rem;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.next{
    width: 1.78rem;
    position: absolute;
    bottom: 0.45rem;
    right: 0.36rem;
    z-index: 99;
}
.swiper2-box-title{
    width: 6.4rem;
    height: 0.77rem;
    background-color: #f6002c;
    box-shadow: 0rem 0rem 0.4rem 0rem rgba(255, 255, 255, 1) inset;
    border-radius: 0.2rem;
    position: absolute;
    top: 2.44rem;
    z-index: 99;
    font-size: 0.36rem;
    color: #ffffff;
    line-height: 0.77rem;
    text-align: center;
    font-weight: bold;
}
.swiper4-box-title{
    background-color: #c9470e;
}
.swiper2,.swiper3-box,.swiper4-box,.swiper5{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.swiper2-slide-inner,.swiper3-slide-inner,.swiper4-slide-inner{
    width: 6.41rem;
    position: absolute;
    top: 2.44rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    padding-top: calc( 0.77rem + 0.16rem );
    border-radius: 0.2rem;
    background-color: rgba(0,20,80,0.88);
    padding-bottom: 0.5rem;
}
.swiper4-slide-inner{
    padding-top: calc( 0.77rem );
}
.swiper3-slide-inner{
    padding-top: calc( 0.77rem + 0.5rem );
}
.pic3{
    width: 100%;
}
.title2-1{
    height: 0.88rem;
    margin-top: 0.16rem;
    margin-left: -0.3rem;
}
.swiper2-slide-inner-list,.swiper4-slide-inner-list{
    margin-top: 0.2rem;
    max-height: 4.9rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.swiper4-slide-inner-list{
    margin-top: 0.3rem;
}
.swiper2-slide-inner-list-unit{
    width: 100%;
    display: flex;
    padding-left: 0.06rem;
    padding-right: 0.27rem;
}
.warn{
    height: 0.23rem;
    flex: none;
    margin-top: calc( ( 0.5rem - 0.23rem ) / 2 );
}
.swiper2-slide-inner-list-unit-content{
    flex: 1;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #ffffff;
    margin-left: 0.09rem;
    text-align: justify;
}
.logo1{
    width: 2rem;
    position: absolute;
    left: 0.55rem;
    bottom: 0.91rem;
    z-index: 99;
}
.title2{
    width: 3.46rem;
    z-index: 99;
    top: 0.76rem;
}
.title2-3{
    width: 100%;
    margin-left: 0;
}
.swiper4-slide-inner-list-unit{
    margin-top: 0.29rem;
}
.swiper4-slide-inner-list-unit:first-of-type{
    margin-top: 0;
}
.swiper4-slide-inner-list-unit-title{
    background-color: #2d71d8;
    width: 100%;
    height: 0.51rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper4-slide-inner-list-unit-title-text{
    color: #ffffff;
    font-size: 0.3rem;
    margin-left: 0.06rem;
    flex:none;
}
.swiper4-slide-inner-list-unit-title-left{
    width: 0.35rem;
    flex: none;
}
.swiper4-slide-inner-list-unit-content{
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #ffffff;
    width: 100%;
    padding-left: 0.41rem;
    padding-right: 0.23rem;
    margin-top: 0.32rem;
    text-align: justify;
}
.swiper5-box-title{
    height: 100%;
}
.swiper5-box-title-box{
    background-color: rgba(0,0,0,0);
    box-shadow: unset;
}
/* iphone XR */
@media (min-aspect-ratio: 3/4) {

}
/* iphone 678 */
@media (min-aspect-ratio: 9/16) {
    .next,.logo1{
        opacity: 0.7;
    }
    .logo1{
        bottom: 0.5rem;
        width: 1.5rem;
    }
    .next{
        width: 1.2rem;
    }
}

