﻿@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-deep-blue: #161841;
    --root-color-purple-blue: #6135c0;
    --root-color-purple: #f198ff;
    --root-color-deep-purple: #aa57a5;
}

::-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;
    color: var(--root-color-deep-blue);
}

.enlarge:hover {
    transform: scale(1.1);
}

#fullpage {

}

.top {
    width: 19.2rem;
    height: 1rem;
    background: url(../../imgs/pc/index/top/top.png) no-repeat;
    background-size: 100dvw;
    position: fixed;
    bottom: -1.5rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo {
    width: 3.03rem;
    height: 1.32rem;
    margin-top: -0.3rem;
}

.pre-now {
    width: 7.29rem;
    height: 0.51rem;
    margin: 0 0.5rem;
}

.top-btn-box {
    height: 1rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-google-btn {
    width: 3.07rem;
    height: 0.71rem;
    background: url(../../imgs/pc/index/top/top-google-btn.png);
    background-size: cover;
    cursor: pointer;
}

.top-apple-btn {
    width: 2.44rem;
    height: 0.68rem;
    background: url(../../imgs/pc/index/top/top-apple-btn.png);
    background-size: cover;
    cursor: pointer;
}

.float-btn-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 2rem;
    right: 0.5rem;
    z-index: 10;
    opacity: 1;
}

.float-btn-vertical > img {
    margin-top: -0.15rem;
    z-index: 1;
}

.fb-btn {
    width: 0.86rem;
    height: 1.01rem;
    margin: -0.1rem;
    cursor: pointer;
}

.fb-group-btn {
    width: 1rem;
    height: 0.92rem;
    margin: -0.1rem;
    cursor: pointer;
}

.google-btn {
    width: 0.9rem;
    height: 0.9rem;
    margin: -0.1rem;
    cursor: pointer;
}

.apple-btn {
    width: 0.94rem;
    height: 0.92rem;
    margin: -0.1rem;
    cursor: pointer;
}

.discord-btn {
    width: 1.01rem;
    height: 0.93rem;
    margin: -0.1rem;
    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.jpg);
    background-size: cover;
    background-position: center;
}

.section-1-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-logo {
    width: 5.11rem;
    height: 2.76rem;
}

.play-video {
    width: 1.31rem;
    height: 1.31rem;
    margin-top: calc(90vh - 9rem);
    cursor: pointer;
}

.section-title {
    width: 10.05rem;
    height: 2.35rem;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-row{
    width: 8.06rem;
    height: 1.74rem;
    background: url(../../imgs/pc/index/1/package-row.png);
    background-size: cover;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.package-cel{
    height: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.charge-btn{
    width: 2.48rem;
    height: 1.48rem;
    cursor: pointer;
}

.apple-p1-btn{
    width: 1.81rem;
    height: 0.54rem;
    cursor: pointer;
    margin: 0.05rem;
}

.google-p1-btn{
    width: 1.81rem;
    height: 0.54rem;
    cursor: pointer;
    margin: 0.05rem;
}

.huawei-p1-btn{
    width: 1.81rem;
    height: 0.54rem;
    cursor: pointer;
    margin: 0.05rem;
}

.channel-p1-btn{
    width: 1.81rem;
    height: 0.54rem;
    cursor: pointer;
    margin: 0.05rem;
}

.channel-bg{
    background: rgb(0, 0, 0, 0.7);
    padding: 0.1rem;
    border-radius: 0.1rem;
    z-index: 1;
    position: absolute;
    bottom: -0.8rem;
    right: -2.1rem;
    display: none;
    flex-direction: column;
}

.ld-p1-btn{
    width: 1.81rem;
    height: 0.54rem;
    cursor: pointer;
    margin: 0.05rem;
}

.bluestacks-p1-btn{
    width: 1.81rem;
    height: 0.54rem;
    cursor: pointer;
    margin: 0.05rem;
}

.download-btn{
    width: 1.37rem;
    height: 1.46rem;
    cursor: pointer;
}

#section-2 {
    position: relative;
    background: url(../../imgs/pc/index/3/section-3.jpg);
    background-size: cover;
    background-position: center;
}

.section-2-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character-box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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);
}

.animate__delay-600ms {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
    animation-delay: calc(var(--animate-delay) * 0.6);
}

.character-1, .character-2, .character-3, .character-4, .character-5, .character-6 {
    width: 3.16rem;
    height: 10.8rem;
    cursor: pointer;
}

.character-big-box-1, .character-big-box-2, .character-big-box-3, .character-big-box-4, .character-big-box-5, .character-big-box-6 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
}

.character-big-box-1 {
    background: url(../../imgs/pc/index/2/character-big-1.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-2 {
    background: url(../../imgs/pc/index/2/character-big-2.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-3 {
    background: url(../../imgs/pc/index/2/character-big-3.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-4 {
    background: url(../../imgs/pc/index/2/character-big-4.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-5 {
    background: url(../../imgs/pc/index/2/character-big-5.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-6 {
    background: url(../../imgs/pc/index/2/character-big-6.png);
    background-size: cover;
    background-position: center;
}

.character-close {
    width: 1.14rem;
    height: 1.14rem;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.character-info {
    width: 100%;
    position: absolute;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character-text {
    position: relative;
    width: 100%;
    font-size: 0.6rem;
    letter-spacing: 20px;
    text-align: center;
    margin-top: -0.3rem;
}

.character-text .stroke {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
    font-weight: bold;
    text-shadow: 0 0 1px var(--root-color-black), 0 0 4px var(--root-color-black), 0 0 4px var(--root-color-black), 0 0 4px var(--root-color-black);
}

.character-text .fill {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--root-color-white);
    font-weight: bold;
}

.character-attribute-1 {
    width: 2.04rem;
    height: 1.98rem;
    background: url(../../imgs/pc/index/2/character-attribute-1.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-2 {
    width: 1.99rem;
    height: 1.97rem;
    background: url(../../imgs/pc/index/2/character-attribute-2.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-3 {
    width: 1.11rem;
    height: 1.87rem;
    background: url(../../imgs/pc/index/2/character-attribute-3.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-4 {
    width: 1.53rem;
    height: 1.92rem;
    background: url(../../imgs/pc/index/2/character-attribute-4.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-5 {
    width: 1.8rem;
    height: 1.89rem;
    background: url(../../imgs/pc/index/2/character-attribute-5.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-6 {
    width: 1.85rem;
    height: 1.79rem;
    background: url(../../imgs/pc/index/2/character-attribute-6.png);
    background-size: cover;
    background-position: center;
}

#section-3 {
    position: relative;
    background: url(../../imgs/pc/index/3/section-3.jpg);
    background-size: cover;
    background-position: center;
}

.section-3-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-3-title {
    width: 7.58rem;
    height: 1.48rem;
}

.carousel {
    width: 100%;
    height: calc(95vh - 2.48rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.camp-border {
    width: 11.03rem;
    height: 6.33rem;
    background: url(../../imgs/pc/index/3/camp-border.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

#camp {
    width: 10.75rem;
    height: 6.04rem;
    overflow: hidden;
    position: relative;
}

.camp-1, .camp-2, .camp-3, .camp-4, .camp-5 {
    width: 10.75rem;
    height: 6.04rem;
}

.camp-left {
    width: 0.83rem;
    height: 1.06rem;
    cursor: pointer;
    margin-right: 0.5rem;
}

.camp-right {
    width: 0.83rem;
    height: 1.06rem;
    cursor: pointer;
    margin-left: 0.5rem;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination {
    width: 4rem !important;
    height: 0.6rem !important;
    position: absolute !important;
    top: auto !important;
    left: calc(50% - 2rem) !important;
    bottom: 1.1rem !important;
    right: auto !important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.46rem;
    height: 0.46rem;
    background: url(../../imgs/pc/index/3/pagination-bullet.png);
    background-size: 100%;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 0.46rem;
    height: 0.46rem;
    background: url(../../imgs/pc/index/3/pagination-bullet-active.png);
    background-size: 100%;
    cursor: pointer;
}

#section-4 {
    height: 2.86rem;
    position: relative;
    background: url(../../imgs/pc/index/4/section-4.png);
    background-size: cover;
    background-position: center;
}

.section-4-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0.5rem 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-4-btn-row {
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fb-bottom-btn {
    width: 0.17rem;
    height: 0.34rem;
    margin: 0 0.7rem;
    cursor: pointer;
}

.fb-group-bottom-btn {
    width: 0.39rem;
    height: 0.29rem;
    margin: 0 0.6rem;
    cursor: pointer;
}

.discord-bottom-btn {
    width: 0.35rem;
    height: 0.28rem;
    margin: 0 0.6rem;
    cursor: pointer;
}

.section-4-icon {
    width: 3.4rem;
    height: 1rem;
}

.vertical-img {
    width: 0.03rem;
    height: 0.33rem;
    margin: 0 0.2rem;
}

.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-white);
}



/*=================================================== 弹窗 ===================================================*/
#pop-youtube {
    width: 14rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
