@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-gray: #9ca4af;
    --root-color-shallow-gray: #c5c7cb;
    --root-color-orange: #f09927;
    --root-color-purple: #f198ff;
    --root-color-brown: #ab863e;
    --root-color-shallow-brown: #e1d5c4;
    --root-color-yellow: #fefb6c;
}

::-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-white);
}

.enlarge:hover {
    transform: scale(1.1);
}

#fullpage {

}

.top {
    width: 19.2rem;
    height: 1rem;
    background: url(../../imgs/pc/preregister/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: 2.98rem;
    height: 1.34rem;
    margin-top: -0.4rem;
}

.pre-now {
    width: 7.61rem;
    height: 0.5rem;
    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/preregister/top/top-google-btn.png);
    background-size: cover;
    cursor: pointer;
}

.top-apple-btn {
    width: 2.39rem;
    height: 0.68rem;
    background: url(../../imgs/pc/preregister/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: -3rem;
    z-index: 10;
    opacity: 0;
}

.float-btn-vertical > img {
    margin-top: 0;
    z-index: 1;
}

.float-top-img {
    width: 2.37rem;
    height: 2.33rem;
    margin-bottom: -0.45rem;
}

.fb-btn, .fb-group-btn, .discord-btn {
    width: 1.79rem;
    height: 0.59rem;
}

.google-btn, .apple-btn {
    width: 1.78rem;
    height: 0.6rem;
}

.fb-btn, .fb-group-btn, .google-btn, .apple-btn, .discord-btn {
    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/preregister/1/section-1.jpg);
    background-size: cover;
    background-position: center;
}

.section-1-content {
    position: relative;
    height: 100dvh;
    width: 100vw;
    padding-top: 5dvh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-logo {
    width: 3.69rem;
    height: 1.77rem;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-point {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background-color: var(--root-color-red);
    border: 0.04rem solid var(--root-color-white);
    position: absolute;
    right: 0.15rem;
    top: 0.15rem;
}

#section-2 {
    position: relative;
    background: url(../../imgs/pc/preregister/2/section-2.jpg);
    background-size: cover;
    background-position: center;
}

.section-2-content {
    position: relative;
    height: 100dvh;
    width: 100vw;
    padding-top: 5dvh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-2-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-2-box .img-vertical:nth-of-type(1) {
    height: 100%;
    width: 40dvw;
}

.content-2-box .img-vertical:nth-of-type(2) {
    height: 100%;
}

.seciton-2-role {
    width: 11.68rem;
    height: 9.38rem;
    margin-top: -2.3rem;
}

.section-2-c-label{
    top: 4rem !important;
    left: 2rem !important;
    z-index: 1;
}

.pre-2-btn {
    margin-top: -2rem;
}

.section-2-divider {
    width: 0.65rem;
    height: 8.58rem;
}

.pre-box {
    width: 6.64rem;
    height: 7.1rem;
    background: url(../../imgs/pc/preregister/2/step-2-img.png);
    background-size: cover;
    background-position: center;
    margin-top: -1rem;
    box-sizing: border-box;
    padding-top: 3.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.btn-row label {
    cursor: pointer;
    margin: 0 0.1rem;
    margin-right: 0.1rem;
    display: flex;
    align-items: center;
}

.radio-input {

}

.radio-input:checked {
    accent-color: var(--root-color-brown);
}

.phone-img {
    width: 0.54rem;
    height: 0.34rem;
    margin: 0.1rem;
}

.email-img {
    width: 0.54rem;
    height: 0.35rem;
    margin: 0.1rem;
}

.radio-text {
    line-height: 0.55rem;
    font-size: 0.25rem;
}

.msg-row {
    background-color: var(--root-color-brown);
    padding: 0.07rem;
    border-radius: 0.1rem;
    margin-right: 0;
    border: 1px solid var(--root-color-white);
    display: flex;
    align-items: center;
}

.email-row {
    display: none;
}

.area-code-select {
    width: 1.5rem;
    height: 0.5rem;
    margin-right: 0.1rem;
    line-height: 0.5rem;
    padding: 0 0.1rem;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: var(--root-color-shallow-brown);
    color: var(--root-color-black);
    font-size: 0.22rem;
    font-weight: bold;
}

.red-border {
    border: 2px solid red !important;
}

.red-border:focus {
    border: 2px solid red !important;
}

.red-border:focus-visible {
    outline: none;
}

.green-border {
    border: 2px solid green !important;
}

.green-border:focus {
    border: 2px solid green !important;
}

.green-border:focus-visible {
    outline: none;
}

.phone-input {
    width: 3.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: none;
    outline: none;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background-color: var(--root-color-shallow-brown);
    color: var(--root-color-black);
    font-size: 0.22rem;
    font-weight: bold;
}

.email-input {
    width: 5.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: none;
    outline: none;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background-color: var(--root-color-shallow-brown);
    color: var(--root-color-black);
    font-size: 0.22rem;
    font-weight: bold;
}

.submit-btn {
    width: 5.33rem;
    height: 0.82rem;
    background: url(../../imgs/pc/preregister/2/submit-btn.png);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.submit-text {
    position: absolute;
    font-size: 0.4rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-btn .shadow-light {
    width: 5.33rem;
    height: 0.82rem;
    top: -0.02rem;
    left: -0.02rem;
    border-radius: 0.2rem;
}

.pop-agreement {
    color: var(--root-color-white);
    font-size: 0.13rem;
    margin-left: 0.1rem;
    height: 0.4rem;
    line-height: 0.15rem;
    max-width: 4.3rem;
    display: flex;
    align-items: center;
}

#section-3 {
    position: relative;
    background: url(../../imgs/pc/preregister/3/section-3.jpg);
    background-size: cover;
    background-position: center;
}

.section-3-content {
    position: relative;
    height: 100dvh;
    width: 100vw;
    padding-top: 5dvh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pre-award-box {
    width: 8rem;
    margin-right: 8rem;
    height: 66dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.next-text {
    font-size: 1rem;
    font-weight: bold;
    color: var(--root-color-yellow);
    display: flex;
    justify-content: center;
}

.all-number {
    width: 6.61rem;
    height: 1.63rem;
}

.award-line {
    width: 10.58rem;
    height: 0.19rem;
}

.award-row {
    width: 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.award-box {
    position: relative;
}

.award-text {
    font-size: 0.13rem;
    width: 1.5rem;
    line-height: 0.12rem;
}

.award-text:nth-of-type(1) {
    position: absolute;
    top: 0.6rem;
    left: 0.4rem;
}

.award-text:nth-of-type(2) {
    position: absolute;
    top: 0.9rem;
    left: 0.3rem;
}

.award-text:nth-of-type(3) {
    position: absolute;
    top: 1.2rem;
    left: 0.2rem;
}

.pre-num-1 {
    width: 3.92rem;
    height: 1.57rem;
    background: url(../../imgs/pc/preregister/3/pre-num-1.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.pre-num-2 {
    width: 3.92rem;
    height: 1.57rem;
    background: url(../../imgs/pc/preregister/3/pre-num-2.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.pre-num-3 {
    width: 3.92rem;
    height: 1.57rem;
    background: url(../../imgs/pc/preregister/3/pre-num-3.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.pre-num-4 {
    width: 3.92rem;
    height: 1.57rem;
    background: url(../../imgs/pc/preregister/3/pre-num-4.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.get-img {
    width: 1.34rem;
    height: 0.77rem;
    position: absolute;
    top: 0.1rem;
    right: 0rem;
}

.section-3-role {
    width: 11.48rem;
    height: 9.78rem;
    position: absolute;
    bottom: -1rem;
    right: 0;
    z-index: 1;
}

.section-3-c-label{
    top: auto !important;
    left: auto !important;
    right: 6.5rem;
    bottom: 1.5rem;
    z-index: 1;
}

#section-4 {
    position: relative;
    background: url(../../imgs/pc/preregister/4/section-4.jpg);
    background-size: cover;
    background-position: center;
}

.section-4-content {
    position: relative;
    height: 100dvh;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character-box {
    height: 100%;
    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);
}

.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);
}

.animate__delay-700ms {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.7);
    animation-delay: calc(var(--animate-delay) * 0.7);
}

.animate__delay-800ms {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.8);
    animation-delay: calc(var(--animate-delay) * 0.8);
}

.character-1, .character-2, .character-3, .character-4, .character-5, .character-6, .character-7, .character-8 {
    width: 2.4rem;
    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, .character-big-box-7, .character-big-box-8 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
}

.character-big {
    width: 19.2rem;
    height: 10.8rem;
}

.character-label {
    width: 2.46rem;
    height: 0.64rem;
    background: url(../../imgs/pc/preregister/4/character-label.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.character-label-team {
    width: 1.7rem;
    height: 0.2rem;
    margin-left: 0.65rem;
    font-size: 0.13rem;
    line-height: 0.2rem;
    white-space: nowrap;
}

.character-label-name {
    width: 1.8rem;
    height: 0.45rem;
    margin-left: 0.35rem;
    font-size: 0.25rem;
    line-height: 0.45rem;
    font-weight: bold;
    white-space: nowrap;
}

.character-attribute-1 {
    position: absolute;
    top: 5rem;
    left: 5rem;
}

.character-attribute-2 {
    position: absolute;
    top: 5rem;
    left: 7.4rem;
}

.character-attribute-3 {
    position: absolute;
    top: 5rem;
    left: 8.5rem;
}

.character-attribute-4 {
    position: absolute;
    top: 5rem;
    left: 11rem;
}

.character-attribute-5 {
    position: absolute;
    top: 5rem;
    left: 6rem;
}

.character-attribute-6 {
    position: absolute;
    top: 5rem;
    left: 8.4rem;
}

.character-attribute-7 {
    position: absolute;
    top: 5rem;
    left: 10.6rem;
}

.character-attribute-8 {
    position: absolute;
    top: 5rem;
    left: 12rem;
}

.character-skin {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.black-bg {
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-character {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#camp-character {
    width: 19.2rem;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#camp-character .swiper-wrapper {
    align-items: center;
}

.character-camp-left {
    width: 0.93rem;
    height: 1.36rem;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 0.5rem;
    top: calc(50dvh - 0.7rem);
}

.character-camp-right {
    width: 0.93rem;
    height: 1.36rem;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 0.5rem;
    top: calc(50dvh - 0.7rem);
}

.camp-character-1 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-1.png);
    background-size: cover;
    background-position: center;
}

.camp-character-2 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-2.png);
    background-size: cover;
    background-position: center;
}

.camp-character-3 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-3.png);
    background-size: cover;
    background-position: center;
}

.camp-character-4 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-4.png);
    background-size: cover;
    background-position: center;
}

.camp-character-5 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-5.png);
    background-size: cover;
    background-position: center;
}

.camp-character-6 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-6.png);
    background-size: cover;
    background-position: center;
}

.camp-character-7 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-7.png);
    background-size: cover;
    background-position: center;
}

.camp-character-8 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-skin-8.png);
    background-size: cover;
    background-position: center;
}

.close {
    width: 0.69rem;
    height: 0.69rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 2;
}

.character-skin-box {
    position: absolute;
    right: 3rem;
    bottom: 1.5rem;
    width: 4.2rem;
    color: var(--root-color-white);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.character-name-row {
    width: 100%;
    margin: 0.2rem 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.character-name {
    position: absolute;
    left: 0;
    top: -0.55rem;
}

.character-name-Boann {
    width: 2.48rem;
    height: 0.68rem;
}

.character-name-Danu {
    width: 2.3rem;
    height: 0.7rem;
}

.character-name-JackFrost {
    width: 4.94rem;
    height: 0.82rem;
}

.character-name-Lilith {
    width: 2.54rem;
    height: 0.79rem;
}

.character-name-Loki {
    width: 1.97rem;
    height: 0.79rem;
}

.character-name-Lucifer {
    width: 3.42rem;
    height: 0.79rem;
}

.character-name-Zeus {
    width: 2.12rem;
    height: 0.65rem;
}

.character-name-S-Lilith{
    width: 3.64rem;
    height: 0.89rem;
}

.character-name-S-Zeus{
    width: 3.22rem;
    height: 0.73rem;
}

.character-name-S-Lucifer{
    width: 4.52rem;
    height: 0.89rem;
}

.character-team {
    position: relative;
    margin-right: 0.3rem;
    height: 0.36rem;
    line-height: 0.36rem;
}

.team-quotation{
    background: var(--root-color-yellow);
    width: 0.05rem;
    height: 0.05rem;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.team-quotation:first-of-type {
    bottom: 0.05rem;
    left: -0.1rem;
}

.team-quotation:last-of-type {
    right: -0.1rem;
    top: 0.05rem;
}

.audio {
    width: 0.45rem;
    height: 0.36rem;
    background: url(../../imgs/pc/preregister/4/audio.png);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.character-pagination {
    width: 4.04rem;
    height: 0.3rem;
    background: url(../../imgs/pc/preregister/4/character-pagination.png);
    background-size: cover;
    background-position: center;
    margin: 0.1rem 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.character-class {
    width: 0.8rem;
    height: 0.27rem;
    line-height: 0.27rem;
    padding: 0 0.05rem;
    font-size: 0.16rem;
    text-align: center;
}

.character-class-name {
    font-size: 0.25rem;
    color: var(--root-color-yellow);
    line-height: 0.3rem;
}

.character-desc {
    position: relative;
    background: linear-gradient(to right, rgb(30 17 49 / 88%) 0%, rgb(96 67 121 / 58%) 55%, rgba(7, 18, 58, 0) 100%);
    box-sizing: border-box;
    top: -0.4rem;
    padding: 0.2rem 0.4rem;
    padding-top: 0.6rem;
    font-size: 0.15rem;
    display: flex;
}

.character-desc::before,
.character-desc::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.55) 25%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.55) 75%,
            rgba(255, 255, 255, 0.08) 100%
    );
    pointer-events: none;
}

.character-desc::before {
    top: 0;
    filter: drop-shadow(0 0.05rem 0.08rem rgba(255, 255, 255, 0.75));
}

.character-desc::after {
    bottom: 0;
    filter: drop-shadow(0 -0.05rem 0.08rem rgba(255, 255, 255, 0.75));
}

.quality-s-plus {
    width: 1.19rem;
    height: 1.01rem;
    background: url(../../imgs/pc/preregister/4/quality-s-plus.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: -0.3rem;
}

.quality-a {
    width: 1.19rem;
    height: 1.11rem;
    background: url(../../imgs/pc/preregister/4/quality-a.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: -0.3rem;
}

.desc-quotation {
    color: var(--root-color-yellow);
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.45rem;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.desc-quotation:first-of-type {
    top: 0.5rem;
    left: 0.1rem;
}

.desc-quotation:last-of-type {
    right: 0.1rem;
    bottom: 0;
}

#section-5 {
    height: 2.86rem;
    position: relative;
    background: url(../../imgs/pc/preregister/5/section-5.png);
    background-size: cover;
    background-position: center;
}

.section-5-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0.5rem 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-5-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-5-icon {
    width: 2.82rem;
    height: 0.79rem;
}

.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-pre-tip {
    width: 9rem;
}

.pop-close {
    width: 0.69rem;
    height: 0.69rem;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: -1.5rem;
}

.pop-content {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer {
    width: 3.5rem;
    font-family: timerFront;
    color: var(--root-color-black);
    font-size: 0.18rem;
    z-index: 1;
    position: absolute;
    top: 1rem;
    right: 1.1rem;
    display: flex;
    justify-content: space-evenly;
}

.timer > div {
    width: 1.01rem;
    height: 0.73rem;
    background: url(../../imgs/pc/preregister/pop/time-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.hour, .minute, .second, .milliSeconds {
    font-size: 0.45rem;
    line-height: 0.59rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.pop-content-bg {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/pop/pop-content-bg.png);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    margin-top: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-c-label{
    top: 2rem !important;
    left: -2rem !important;
    z-index: 1;
}

.pop-box {
    width: 10rem;
    height: 4.5rem;
    position: absolute;
    top: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-step-1{
    margin-left: 3rem;
    margin-top: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-pre-btn{

}

.pop-step-2{
    margin-top: -0.3rem;
}

.pop-phone-img {
    width: 0.47rem;
    height: 0.29rem;
    margin: 0.1rem;
}

.pop-email-img {
    width: 0.46rem;
    height: 0.3rem;
    margin: 0.1rem;
}

.pop-box .area-code-select {
    width: 1.2rem;
    height: 0.46rem;
    line-height: 0.46rem;
    padding: 0;
}

.pop-box .phone-input {
    width: 2.5rem;
    height: 0.46rem;
    line-height: 0.46rem;
}

.pop-box .email-input {
    width: 3.8rem;
    height: 0.46rem;
    line-height: 0.46rem;
}

.pop-box .pop-agreement {
    font-size: 0.13rem;
    text-align: left;
}

.pop-box .submit-btn {
    width: 2.26rem;
    height: 0.62rem;
    background: url(../../imgs/pc/preregister/pop/submit-btn.png);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    margin-left: 0.2rem;
}

.pop-box .submit-btn .shadow-light {
    width: 2.26rem;
    height: 0.62rem;
}

.pop-box .submit-text{
    font-size: 0.25rem;
}

.pop-tip{
    width: 100%;
    line-height: 0.2rem;
    font-size: 0.12rem;
    text-align: right;
    color: var(--root-color-gray);
    margin-top: 0.4rem;
}
