﻿@charset "utf-8";
/* CSS by Brian*/

@font-face {
    font-family: bodyFront;
    /*src: url(../../fonts/CONSTAN.TTF);*/
}

:root {
    --root-color-black: black;
    --root-color-white: white;
    --root-color-red: red;
    --root-color-shallow-gray: #cecece;
    --root-color-deep-brown: #272045;
    --root-color-purple: #400a6f;
    --root-color-shallow-purple: #ff56ea;
    --root-color-yellow: #ffe88e;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

* {
    margin: 0;
    padding: 0;
    -webkit-user-drag: none;
}

body {
    font-size: 0.2rem;
    font-family: bodyFront;
}

.enlarge:hover {
    transform: scale(1.1);
}

#fullpage {

}

.top {
    width: 19.2rem;
    height: 0.8rem;
    background: var(--root-color-deep-brown);
    background-size: 100dvw;
    position: fixed;
    bottom: -1.5rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo {
    width: 2.96rem;
    height: 1.3rem;
    position: absolute;
    left: 0;
    top: -0.56rem;
}

.pre-now {
    width: 6.43rem;
    height: 0.47rem;
    margin: 0 1.5rem 0 3.5rem;
}

.top-btn-box {
    padding: 0 0.1rem;
}

.top-google-btn {
    width: 2.62rem;
    height: 0.61rem;
    background: url(../../imgs/pc/index/top/top-google-btn.png);
    background-size: cover;
    cursor: pointer;
}

.top-apple-btn {
    width: 2.08rem;
    height: 0.59rem;
    background: url(../../imgs/pc/index/top/top-apple-btn.png);
    background-size: cover;
    cursor: pointer;
}

.float-btn {
    height: 4rem;
    position: absolute;
    top: 3rem;
    right: 1rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.fb-btn {
    width: 0.47rem;
    height: 0.62rem;
    cursor: pointer;
}

.discord-btn {
    width: 0.61rem;
    height: 0.54rem;
    cursor: pointer;
}

.fb-group-btn {
    width: 0.62rem;
    height: 0.53rem;
    cursor: pointer;
}

.google-btn {
    width: 0.51rem;
    height: 0.53rem;
    cursor: pointer;
}

.apple-btn {
    width: 0.56rem;
    height: 0.53rem;
    cursor: pointer;
}

.shadow-light {
    float: left;
    position: relative;
    margin-left: 0.02rem;
    margin-top: 0.02rem;
    border-radius: 0.02rem;
    display: inline;
    overflow: hidden;
    width: 3.46rem;
    height: 0.78rem;
}

.shadow-light .effect {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, transparent, rgba(255, 255, 255, 0.4), transparent, transparent);
    transition: all 650ms;
    -webkit-animation: sg 2s linear infinite;
    -moz-animation: sg 2s linear infinite;
    -ms-animation: sg 2s linear infinite;
    animation: sg 2s linear infinite;
}

@keyframes sg {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

@-webkit-keyframes sg {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

@-moz-keyframes sg {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

@-o-keyframes sg {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

#section-1 {
    position: relative;
    background: url(../../imgs/pc/index/1/section-1.png);
    background-size: cover;
    background-position: center;
}

.section-1-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-logo {
    width: 4.56rem;
    height: 2.55rem;
    position: absolute;
    top: 0.5rem;
}

.section-title {
    width: 11.96rem;
    height: 3.5rem;
    margin-top: calc(100dvh - 5.5rem);
    cursor: pointer;
}

.video-box {
    width: 1.31rem;
    height: 1.31rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-bg {
    width: 1.31rem;
    height: 1.31rem;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.video-play {
    width: 0.68rem;
    height: 0.73rem;
    position: absolute;
    left: 0.35rem;
    cursor: pointer;
}

.section-1-box {
    margin-top: -0.8rem;
    z-index: 1;
    width: 8.21rem;
    height: 1.98rem;
    background: url(../../imgs/pc/index/1/section-1-box.png);
    background-size: cover;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1-cel {
    height: 1.3rem;
    margin: 0 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qrcode-img {
    width: 1.3rem;
    height: 1.3rem;
}

.google-btn-1 {
    width: 2.06rem;
    height: 0.64rem;
}

.blueStacks-btn-1 {
    width: 2.06rem;
    height: 0.64rem;
}

.apple-btn-1 {
    width: 2.06rem;
    height: 0.64rem;
}

.ldplay-btn-1 {
    width: 2.06rem;
    height: 0.64rem;
}

.download-img {
    width: 1.3rem;
    height: 1.3rem;
}

#section-2 {
    position: relative;
    background: url(../../imgs/pc/index/2/section-2.png);
    background-size: cover;
    background-position: center;
}

.section-2-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    padding-top: 5vh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-2-title {
    width: 6rem;
    height: 0.43rem;
    z-index: 1;
}

.role-img{
    width: 6.78rem;
    height: 7.97rem;
    position: absolute;
    bottom: 0rem;
}

.gift-row{
    width: 13rem;
    position: absolute;
    top: 30dvh;
    display: flex;
}

.gift-box{
    width: 2.05rem;
    height: 4.25rem;
    background: url(../../imgs/pc/index/2/gift-box.png);
    background-size: cover;
    box-sizing: border-box;
    margin: 0 0.2rem;
    padding: 0 0.2rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gift-box:nth-child(3){
    margin-left: 3.4rem;
}

.gift-code{
    color: var(--root-color-yellow);
    text-align: center;
    font-size: 0.23rem;
    line-height: 0.3rem;
    font-weight: bold;
}

.gift-desc{
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: var(--root-color-white);
    height: 1.1rem;
    line-height: 0.16rem;
    text-align: center;
    display: flex;
    align-items: center;
}

.gift-btn{
    width: 1.39rem;
    height: 0.42rem;
    background: url(../../imgs/pc/index/2/gift-btn.png);
    background-size: cover;
    cursor: pointer;
    color: var(--root-color-white);
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-4 {
    position: relative;
    background: url(../../imgs/pc/preregister/4/section-4.png);
    background-size: cover;
    background-position: center;
}

.section-4-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    padding-top: 5vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-4-title {
    width: 7.55rem;
    height: 1.56rem;
    z-index: 5;
    pointer-events: none;
}

.character-box {
    height: 95vh;
    margin-top: 5vh;
    position: absolute;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.animate__delay-100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
    animation-delay: calc(var(--animate-delay) * 0.1);
}

.animate__delay-200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
    animation-delay: calc(var(--animate-delay) * 0.2);
}

.animate__delay-300ms {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
    animation-delay: calc(var(--animate-delay) * 0.3);
}

.animate__delay-400ms {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
    animation-delay: calc(var(--animate-delay) * 0.4);
}

.animate__delay-500ms {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
    animation-delay: calc(var(--animate-delay) * 0.5);
}

.character-1 {
    width: 2.3rem;
    height: 6.54rem;
    background: url(../../imgs/pc/preregister/4/character-1.png);
    background-size: cover;
    background-position: center;
}

.character-2 {
    width: 2.3rem;
    height: 6.54rem;
    background: url(../../imgs/pc/preregister/4/character-2.png);
    background-size: cover;
    background-position: center;
}

.character-3 {
    width: 2.3rem;
    height: 6.54rem;
    background: url(../../imgs/pc/preregister/4/character-3.png);
    background-size: cover;
    background-position: center;
}

.character-4 {
    width: 2.3rem;
    height: 6.54rem;
    background: url(../../imgs/pc/preregister/4/character-4.png);
    background-size: cover;
    background-position: center;
}

.character-5 {
    width: 2.3rem;
    height: 6.54rem;
    background: url(../../imgs/pc/preregister/4/character-5.png);
    background-size: cover;
    background-position: center;
}

.character-1, .character-2, .character-3, .character-4, .character-5 {
    cursor: pointer;
    margin: 0 0.2rem;
    position: relative;
}

.character-name {
    position: absolute;
    bottom: 0.5rem;
    color: var(--root-color-white);
    width: 100%;
    padding-left: 0.15rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
}

.character-skin {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.character-skin-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.close {
    width: 0.46rem;
    height: 0.46rem;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 3.5rem;
    z-index: 2;
}

.carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-row {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

#camp {
    width: 19.2rem;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#camp .swiper-wrapper {
    align-items: center;
}

.camp-left {
    width: 0.83rem;
    height: 1.1rem;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 6.5rem;
    left: 2rem;
    z-index: 2;
}

.camp-right {
    width: 0.83rem;
    height: 1.1rem;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 6.5rem;
    right: 2rem;
    z-index: 2;
}

.camp-1 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-1.png);
    background-size: cover;
    background-position: center;
}

.camp-2 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-2.png);
    background-size: cover;
    background-position: center;
}

.camp-3 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-3.png);
    background-size: cover;
    background-position: center;
}

.camp-4 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-4.png);
    background-size: cover;
    background-position: center;
}

.camp-5 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-5.png);
    background-size: cover;
    background-position: center;
}

.character-skin-box {
    width: 5rem;
    position: absolute;
    top: calc(5vh + 2rem);
    left: 10rem;
}

.character-row {
    margin: 0.2rem 0;
    margin-left: 0.4rem;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.character-skin-name {
    font-size: 0.3rem;
    font-weight: bold;
    color: var(--root-color-purple);
    margin-right: 0.2rem;
}

.character-attribute {
    width: 0.41rem;
    height: 0.4rem;
}

.separate-hero {
    width: 4.69rem;
    height: 0.17rem;
}

.attribute-tip-bg {
    width: 0.9rem;
    height: 0.24rem;
    background: url(../../imgs/pc/preregister/4/attribute-tip-bg.png);
    background-size: cover;
    background-position: center;
    color: var(--root-color-white);
    line-height: 0.24rem;
    font-size: 0.13rem;
    text-align: center;
}

.attribute-name {
    margin-left: 0.2rem;
    font-size: 0.18rem;
}

.quality-ur {
    width: 1.5rem;
    height: 1.01rem;
}

.speaker {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../../imgs/pc/preregister/4/speaker.png);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
}

.separate-story {
    width: 4.69rem;
    height: 0.17rem;
}

.character-desc {
    font-size: 0.12rem;
}

.character-skill {
    width: 3.59rem;
    height: 0.83rem;
}

#section-5 {
    position: relative;
    background: url(../../imgs/pc/preregister/5/section-5.png);
    background-size: cover;
    background-position: center;
}

.section-5-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    padding-top: 5vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-5-title {
    width: 6.25rem;
    height: 1.56rem;
}

.carousel-show-row {
    width: 11.64rem;
    height: 5.6rem;
    background: url(../../imgs/pc/preregister/5/camp-show.png);
    background-size: cover;
    background-position: center;
    padding: 0.11rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#camp-show {
    width: 11.2rem;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#camp-show .swiper-wrapper {
    align-items: center;
}

.camp-show-left {
    width: 0.83rem;
    height: 1.1rem;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 2.5rem;
}

.camp-show-right {
    width: 0.83rem;
    height: 1.1rem;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 2.5rem;
}

.camp-show-1 {
    width: 11.2rem;
    height: 5.16rem;
    background: url(../../imgs/pc/preregister/5/camp-show-1.jpg);
    background-size: cover;
    background-position: center;
}

.camp-show-2 {
    width: 11.2rem;
    height: 5.16rem;
    background: url(../../imgs/pc/preregister/5/camp-show-2.jpg);
    background-size: cover;
    background-position: center;
}

.camp-show-3 {
    width: 11.2rem;
    height: 5.16rem;
    background: url(../../imgs/pc/preregister/5/camp-show-3.jpg);
    background-size: cover;
    background-position: center;
}

.camp-show-4 {
    width: 11.2rem;
    height: 5.16rem;
    background: url(../../imgs/pc/preregister/5/camp-show-4.jpg);
    background-size: cover;
    background-position: center;
}

.camp-show-5 {
    width: 11.2rem;
    height: 5.16rem;
    background: url(../../imgs/pc/preregister/5/camp-show-5.jpg);
    background-size: cover;
    background-position: center;
}

.camp-show-6 {
    width: 11.2rem;
    height: 5.16rem;
    background: url(../../imgs/pc/preregister/5/camp-show-6.jpg);
    background-size: cover;
    background-position: center;
}

.swiper-pagination {
    width: 7.5rem !important;
    height: 0.2rem !important;
    background-size: cover;
    background-position: center;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: -0.3rem !important;
    right: auto !important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../imgs/pc/preregister/5/swiper-pagination-bullet.png);
    background-size: cover;
    background-position: center;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../imgs/pc/preregister/5/swiper-pagination-bullet-active.png);
    background-size: cover;
    background-position: center;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

#section-6 {
    height: 2.86rem;
    position: relative;
    background: url(../../imgs/pc/preregister/6/section-6.png);
    background-size: cover;
    background-position: center;
}

.section-6-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0.5rem 0;
    padding-bottom: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-6-btn-row {
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fb-bottom-btn {
    width: 0.27rem;
    height: 0.55rem;
    margin: 0 0.7rem;
    cursor: pointer;
}

.fb-group-bottom-btn {
    width: 0.72rem;
    height: 0.56rem;
    margin: 0 0.6rem;
    cursor: pointer;
}

.discord-bottom-btn {
    width: 0.68rem;
    height: 0.56rem;
    margin: 0 0.6rem;
    cursor: pointer;
}

.section-6-icon {
    width: 3.4rem;
    height: 0.63rem;
}

.vertical-img {
    width: 0.02rem;
    height: 0.33rem;
    margin: 0 0.2rem;
    background-color: var(--root-color-shallow-purple);
}

.agreement {
    color: var(--root-color-white);
    font-size: 0.26rem;
    text-decoration: none;
}

.privacy {
    color: var(--root-color-white);
    font-size: 0.26rem;
    text-decoration: none;
}

.cp-right {
    text-align: center;
    color: var(--root-color-shallow-gray);
}

/*=================================================== 弹窗 ===================================================*/
#pop-youtube {
    width: 14rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}