﻿@charset "utf-8";

@font-face {
    font-family: bodyFront;
}

:root {
    --root-color-black: black;
    --root-color-white: white;
    --root-color-red: red;
    --root-color-deep-blue: #161841;
    --root-color-blue: #459af4;
    --root-color-shallow-blue: #73b4f6;
    --root-color-gray: #9ca4af;
    --root-color-shallow-gray: #c5c7cb;
    --root-color-orange: #f09927;
}

::-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);
}

.top {
    width: 19.2rem;
    height: 1rem;
    background: var(--root-color-blue);
    background-size: 100dvw;
    position: fixed;
    bottom: -1.5rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo {
    width: 3.31rem;
    height: 1.32rem;
    margin-top: -0.3rem;
}

.pre-now {
    width: 7.64rem;
    height: 0.52rem;
    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;
    z-index: 10;
}

.float-btn-vertical > img {
    margin-top: 0.1rem;
    z-index: 1;
}

.float-img-bg {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../imgs/pc/index/1/float-img-bg.png);
    background-size: cover;
    margin-bottom: -1rem;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-img {
    width: 1.55rem;
    height: 0.94rem;
}

.fb-btn, .fb-group-btn, .google-btn, .apple-btn, .discord-btn {
    width: 1.58rem;
    height: 0.44rem;
    margin: -0.1rem;
    cursor: pointer;
}

.go-top-btn {
    width: 0.61rem;
    height: 0.62rem;
    margin: 0.1rem;
    cursor: pointer;
}

#fullpage {

}

.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/preregister/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: 2.57rem;
    height: 1.05rem;
}

.section-title {
    width: 7rem;
    height: 2.15rem;
}

.play-video {
    width: 0.93rem;
    height: 0.93rem;
    cursor: pointer;
    margin-top: 10dvh;
    margin-bottom: 10dvh;
}

.package-row {
    width: 7.85rem;
    height: 1.54rem;
    background: url(../../imgs/pc/index/1/package-row.png);
    background-size: cover;
    cursor: pointer;
    box-sizing: border-box;
    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.45rem;
    height: 1.26rem;
    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/2/section-2.jpg);
    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: 5.22rem;
    height: 0.45rem;
}

.section-2-role-1 {
    width: 2.61rem;
    height: 1.87rem;
    position: absolute;
    left: 1.5rem;
    top: 20vh;
}

.section-2-role-2 {
    width: 5.54rem;
    height: 8.08rem;
    position: absolute;
    right: -0.5rem;
    top: 10vh;
}

.award-box {
    width: 60vw;
    margin-top: 10dvh;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.award-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-row:nth-child(2n){
    margin-top: 1rem;
}

.award-bg {
    width: 2.45rem;
    height: 4rem;
    background: url(../../imgs/pc/index/2/award-bg.png);
    background-size: cover;
}

.award-code {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    font-weight: bold;
    color: var(--root-color-orange);
}

.award-img-1, .award-img-2, .award-img-3, .award-img-4 {
    width: 2.29rem;
    height: 2.32rem;
}

.award-desc {
    font-size: 0.15rem;
    line-height: 0.3rem;
    width: 2rem;
    margin: auto;
    margin-top: -0.2rem;
    text-align: center;
}

.claim-btn {
    width: 2.45rem;
    height: 0.95rem;
    cursor: pointer;
    margin-left: -0.18rem;
    margin-top: -0.04rem;
}

#section-3 {
    height: 2.86rem;
    position: relative;
    background-color: var(--root-color-white);
}

.section-3-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0.5rem 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-3-btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-3-btn-cel {
    height: 1.5rem;
    padding-top: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fb-bottom-btn {
    width: 0.17rem;
    height: 0.33rem;
    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.37rem;
    height: 0.27rem;
    margin: 0 0.6rem;
    cursor: pointer;
}

.section-3-icon {
    width: 2.93rem;
    height: 0.97rem;
}

.vertical-img {
    width: 0.02rem;
    height: 0.33rem;
    margin: 0 0.2rem;
    background-color: var(--root-color-black);
}

.agreement {
    color: var(--root-color-black);
    font-size: 0.26rem;
    text-decoration: none;
}

.privacy {
    color: var(--root-color-black);
    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;
}
