@charset "utf-8";

/* 基础及工具类 */
body {
    margin: 0;
    overflow: hidden;
}
.hide {
    display: none !important;
}
.hidden {
    visibility: hidden !important;
}
.imgBase {
    display: block;
    position: absolute;
    pointer-events: none;
}
[data-to],
[data-goback] {
    pointer-events: auto;
}
.swiper {
    width: 100vw;
    height: 100vh;
}
article.swiper-slide {
    background-color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageCon {
    width: 100vw;
    height: 200vw;
    position: relative;
    overflow: visible;
}
/* 加载页 */
[data-loader] {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 3;
    background: url(../assets/bg.loading.webp) no-repeat;
    background-size: cover;
}
progress::-webkit-progress-bar {
    background: transparent;
}
progress::-webkit-progress-value {
    background: white;
}
[data-loader] > progress {
    width: 18.533vw;
    height: .8vw;
    position: absolute;
    top: 119.867vw;
    left: 40.8vw;
    border: none;
    border-radius: 0;
}
[data-loader] > p {
    margin: 0;
    position: absolute;
    top: 122.133vw;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 3.2vw;
    line-height: 3.2vw;
    font-weight: bolder;
}
/* 音乐图标 */
#tools {
    z-index: 2;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
[data-music] {
    pointer-events: auto;
    width: 5.067vw;
    height: 5.067vw;
    position: absolute;
    top: 20.667vw;
    left: 85.333vw;
    background-size: 100%;
    background-repeat: no-repeat;
}
[data-music='white'][data-mute='true'] {
    background-image: url(../assets/off.webp);
}
[data-music='white'][data-mute='false'] {
    background-image: url(../assets/on.webp);
}
@keyframes music {
    from {
        transform: rotate(40deg)
    }
    to {
        transform: rotate(-40deg)
    }
}
[data-mute="false"] {
    animation: music 1s cubic-bezier(.75, .07, .27, .95) infinite alternate;
}
/* 箭头 */
@-webkit-keyframes down {
    to {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }
}
@keyframes down {
    to {
        opacity: 0;
        transform: translateY(15px);
    }
}
[data-down] {
    bottom: 5%;
    left: calc(50% - 7.933vw);
    width: 15.867vw;
    animation: down .8s linear infinite;
}
/* 解锁跳转 */
[data-to],
[data-goback] {
    pointer-events: all;
}
/* 动画辅助 */
[data-delay=".2"] {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
[data-delay=".22"] {
    -webkit-animation-delay: .22s;
    animation-delay: .22s;
}
[data-delay=".24"] {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
}
[data-delay=".25"] {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
[data-delay=".26"] {
    -webkit-animation-delay: .26s;
    animation-delay: .26s;
}
[data-delay=".28"] {
    -webkit-animation-delay: .28s;
    animation-delay: .28s;
}
[data-delay=".3"] {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
[data-delay=".32"] {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
}
[data-delay=".34"] {
    -webkit-animation-delay: .34s;
    animation-delay: .34s;
}
[data-delay=".35"] {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
[data-delay=".36"] {
    -webkit-animation-delay: .36s;
    animation-delay: .36s;
}
[data-delay=".38"] {
    -webkit-animation-delay: .38s;
    animation-delay: .38s;
}
[data-delay=".4"] {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
[data-delay=".42"] {
    -webkit-animation-delay: .42s;
    animation-delay: .42s;
}
[data-delay=".44"] {
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
}
[data-delay=".45"] {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
