﻿@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/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: 3.03rem;
    height: 1.32rem;
    margin-top: -0.3rem;
}

.pre-now {

}

.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: 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/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-title {
    width: 13.21rem;
    height: 2.51rem;
    margin-top: calc(90vh - 6.61rem);
    margin-bottom: -0.5rem;
}

.lang-box {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    width: 1.8rem;
    background: linear-gradient(to top right, var(--root-color-white), var(--root-color-deep-purple));
    border: 1px solid var(--root-color-white);
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-img {
    width: 0.21rem;
    height: 0.21rem;
}

.lang-select {
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0 0.1rem;
    border: none;
    outline: none;
    background: none;
}

.section-logo {
    width: 5.11rem;
    height: 2.76rem;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre-btn {

}

.pre-btn .shadow-light {
    width: 4rem;
    height: 0.96rem;
    top: 0.45rem;
    left: 0.55rem;
    clip-path: polygon(0.55rem 0, calc(100% - 0.55rem) 0, 100% 50%, calc(100% - 0.55rem) 100%, 0.55rem 100%, 0 50%);
    pointer-events: auto;
    cursor: pointer;
}

.extra-btn {

}

.extra-btn .shadow-light {
    width: 4rem;
    height: 0.96rem;
    top: 0.45rem;
    left: 0.55rem;
    clip-path: polygon(0.55rem 0, calc(100% - 0.55rem) 0, 100% 50%, calc(100% - 0.55rem) 100%, 0.55rem 100%, 0 50%);
    pointer-events: auto;
    cursor: pointer;
}

.extra-img {
    width: 1.61rem;
    height: 1.18rem;
    background: url(../../imgs/pc/preregister/1/extra-img.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 1rem;
    top: 0.2rem;
}

#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: 100vh;
    width: 100vw;
    padding-top: 5vh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-2-title {
    width: 10.4rem;
    height: 1.48rem;
    z-index: 1;
}

.content-box {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.section-2-role {
    width: 6.11rem;
    height: 9.54rem;
    margin-right: -2.6rem;
    position: relative;
    right: 1rem;
    pointer-events: none;
}

.pre-box {
    width: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-2 {
    width: 100%;
    margin-bottom: 0.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-1-img, .step-2-img {
    width: 1.56rem;
    height: 0.67rem;
}

.step-text {
    position: relative;
    top: -0.25rem;
    width: 100%;
    font-size: 0.28rem;
    text-align: center;
}

.step-text .stroke {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke: 4px var(--root-color-white);
}

.step-text .fill {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--root-color-deep-blue);
    font-weight: bold;
}

.btn-row {
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
}

.tel-btn, .email-btn {
    width: 1.8rem;
    height: 0.5rem;
    border: 1px solid var(--root-color-black);
    border-radius: 0.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-btn {
    margin-left: 0.1rem;
}

.info-active-btn {
    border: 1px solid var(--root-color-purple-blue);
    background: var(--root-color-purple-blue);
}

.tel-img {
    width: 0.29rem;
    height: 0.18rem;
    background: url(../../imgs/pc/preregister/2/tel-img.png);
    background-size: cover;
    background-position: center;
}

.info-active-btn .tel-img {
    width: 0.29rem;
    height: 0.18rem;
    background: url(../../imgs/pc/preregister/2/tel-img-active.png);
    background-size: cover;
    background-position: center;
}

.email-img {
    width: 0.3rem;
    height: 0.2rem;
    background: url(../../imgs/pc/preregister/2/email-img.png);
    background-size: cover;
    background-position: center;
}

.info-active-btn .email-img {
    width: 0.29rem;
    height: 0.18rem;
    background: url(../../imgs/pc/preregister/2/email-img-active.png);
    background-size: cover;
    background-position: center;
}

.tel-text, .email-text {
    margin-left: 0.1rem;
    font-size: 0.22rem;
    color: var(--root-color-black);
}

.info-active-btn .tel-text, .info-active-btn .email-text {
    color: var(--root-color-white);
}

.msg-row {
    display: flex;
    align-items: center;
}

.email-row {
    display: none;
}

.area-code-select {
    width: 1.2rem;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.1rem;
    border: 2px solid var(--root-color-black);
    border-radius: 0.1rem;
    outline: none;
}

.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: 2.5rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border: 2px solid var(--root-color-black);
    outline: none;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-left: 0.05rem;
}

.email-input {
    width: 3.75rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border: 2px solid var(--root-color-black);
    outline: none;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.pop-agreement {
    color: var(--root-color-black);
    font-size: 0.16rem;
    margin-left: 0.1rem;
    height: 0.4rem;
    line-height: 0.18rem;
    max-width: 3.45rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.submit-btn {
    width: 3.7rem;
    height: 0.7rem;
    border-radius: 0.1rem;
    background: var(--root-color-purple-blue);
    color: var(--root-color-white);
    font-size: 0.28rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-box {
    position: relative;
    top: 3.5rem;
    width: 3.5rem;
}

.reward-item {
    position: absolute;
    display: flex;
    flex-direction: column;
}

.reward-item-1 {
    top: -3rem;
    left: -0.5rem;
}

.reward-item-2 {
    top: -2.2rem;
    left: 0.9rem;
}

.reward-item-3 {
    top: -1.3rem;
    left: -0.7rem;
}

.reward-item-4 {
    top: -0.4rem;
    left: 0.6rem;
}

.reward-item-5 {
    top: 0.5rem;
    left: -0.7rem;
}

.reward-img-1 {
    width: 2.24rem;
    height: 1.98rem;
}

.reward-img-2 {
    width: 2.33rem;
    height: 2.09rem;
}

.reward-img-3 {
    width: 2.32rem;
    height: 2.1rem;
}

.reward-img-4 {
    width: 2.56rem;
    height: 2.15rem;
}

.reward-img-5 {
    width: 2.39rem;
    height: 2.14rem;
}

.reward-text {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    z-index: 1;
}

.reward-text .stroke {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke: 4px var(--root-color-white);
}

.reward-text .fill {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--root-color-deep-purple);
    font-weight: bold;
}

.bottom-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    pointer-events: none;
}

#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: 100vh;
    width: 100vw;
    padding-top: 5vh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-3-title {
    width: 8.18rem;
    height: 1.48rem;
    z-index: 1;
}

.pre-award-box {
    z-index: 1;
    margin-right: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.award-row {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.award-box {
    position: relative;
    box-sizing: border-box;
    padding-top: 0.85rem;
    padding-right: 0.05rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-box-1 {
    width: 2.03rem;
    height: 4.42rem;
    background: url(../../imgs/pc/preregister/3/award-box-1.png);
    background-size: cover;
    background-position: center;
}

.award-box-2 {
    width: 2.03rem;
    height: 4.42rem;
    background: url(../../imgs/pc/preregister/3/award-box-2.png);
    background-size: cover;
    background-position: center;
}

.award-box-3 {
    width: 2.03rem;
    height: 4.42rem;
    background: url(../../imgs/pc/preregister/3/award-box-3.png);
    background-size: cover;
    background-position: center;
}

.award-box-4 {
    width: 2.03rem;
    height: 4.42rem;
    background: url(../../imgs/pc/preregister/3/award-box-4.png);
    background-size: cover;
    background-position: center;
}

.award-check {
    width: 1.6rem;
    height: 1.61rem;
}

.award-text {
    position: absolute;
    top: 2.65rem;
    font-size: 0.15rem;
    line-height: 0.25rem;
    color: var(--root-color-white);
    text-align: center;
}

.rewards-tip {
    font-size: 0.15rem;
    margin-top: 0.1rem;
}

.pre-award-role {
    width: 8.75rem;
    height: 10.8rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    pointer-events: none;
}

#section-4 {
    position: relative;
    background: url(../../imgs/pc/preregister/3/section-3.jpg);
    background-size: cover;
    background-position: center;
}

.section-4-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/preregister/4/character-big-1.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-2 {
    background: url(../../imgs/pc/preregister/4/character-big-2.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-3 {
    background: url(../../imgs/pc/preregister/4/character-big-3.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-4 {
    background: url(../../imgs/pc/preregister/4/character-big-4.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-5 {
    background: url(../../imgs/pc/preregister/4/character-big-5.png);
    background-size: cover;
    background-position: center;
}

.character-big-box-6 {
    background: url(../../imgs/pc/preregister/4/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/preregister/4/character-attribute-1.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-2 {
    width: 1.99rem;
    height: 1.97rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-2.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-3 {
    width: 1.11rem;
    height: 1.87rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-3.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-4 {
    width: 1.53rem;
    height: 1.92rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-4.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-5 {
    width: 1.8rem;
    height: 1.89rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-5.png);
    background-size: cover;
    background-position: center;
}

.character-attribute-6 {
    width: 1.85rem;
    height: 1.79rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-6.png);
    background-size: cover;
    background-position: center;
}

#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: 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-pre-tip {
    width: 9rem;
}

.pop-close {
    width: 0.92rem;
    height: 0.92rem;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 0;
}

.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-purple-blue);
    font-size: 0.18rem;
    margin-bottom: -1rem;
    z-index: 1;
    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: 9.34rem;
    background: url(../../imgs/pc/preregister/pop/pop-content-bg.png);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-box {
    width: 5rem;
    margin-left: 3.7rem;
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-box .btn-row {
    margin-top: 0.1rem;
}

.pop-step-1-img, .pop-step-2-img {
    width: 1.04rem;
    height: 0.45rem;
}

.pop-step-text {
    position: relative;
    top: -0.25rem;
    width: 100%;
    font-size: 0.18rem;
    text-align: center;
}

.pop-step-text .stroke {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke: 4px var(--root-color-white);
}

.pop-step-text .fill {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--root-color-deep-blue);
    font-weight: bold;
}

.pop-register-btn {

}

.pop-register-btn .shadow-light {
    width: 2.4rem;
    height: 0.55rem;
    top: 0.25rem;
    left: 0.3rem;
    clip-path: polygon(0.3rem 0, calc(100% - 0.3rem) 0, 100% 50%, calc(100% - 0.3rem) 100%, 0.3rem 100%, 0 50%);
    pointer-events: auto;
    cursor: pointer;
}

.pop-tel-btn, .pop-email-btn {
    width: 1.3rem;
    height: 0.4rem;
    border: 1px solid var(--root-color-black);
    border-radius: 0.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-email-btn {
    margin-left: 0.1rem;
}

.pop-tel-text, .pop-email-text {
    margin-left: 0.1rem;
    font-size: 0.18rem;
    color: var(--root-color-black);
}

.info-active-btn .pop-tel-text, .info-active-btn .pop-email-text {
    color: var(--root-color-white);
}

.pop-box .area-code-select {
    width: 1rem;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0;
}

.pop-box .phone-input {
    width: 1.7rem;
    height: 0.35rem;
    line-height: 0.35rem;
}

.pop-box .email-input {
    width: 2.75rem;
    height: 0.35rem;
    line-height: 0.35rem;
}

.pop-box .pop-agreement {
    font-size: 0.13rem;
    text-align: left;
}

.pop-box .submit-btn {
    width: 2.7rem;
    height: 0.5rem;
    font-size: 0.2rem;
}

.pop-reward-box {
    position: relative;
    width: 3.5rem;
}

.pop-reward-item-1 {
    top: -2rem;
    left: -0.8rem;
}

.pop-reward-item-2 {
    top: -1.5rem;
    left: 0.2rem;
}

.pop-reward-item-3 {
    top: -0.75rem;
    left: -0.8rem;
}

.pop-reward-item-4 {
    top: -0.25rem;
    left: 0.2rem;
}

.pop-reward-item-5 {
    top: 0.4rem;
    left: -0.8rem;
}

.pop-reward-img-1 {
    width: 1.47rem;
    height: 1.31rem;
}

.pop-reward-img-2 {
    width: 1.54rem;
    height: 1.37rem;
}

.pop-reward-img-3 {
    width: 1.45rem;
    height: 1.32rem;
}

.pop-reward-img-4 {
    width: 1.54rem;
    height: 1.41rem;
}

.pop-reward-img-5 {
    width: 1.58rem;
    height: 1.47rem;
}

.pop-reward-box .reward-text {
    position: absolute;
    bottom: 0.3rem;
    width: 100%;
    text-align: center;
    font-size: 0.12rem;
    z-index: 1;
}
