﻿@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;
}

::-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: 1.58rem;
    height: 1.2rem;
    margin-top: -0.3rem;
}

.pre-now {
    width: 8.36rem;
    height: 0.88rem;
    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.39rem;
    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;
    opacity: 0;
}

.float-btn-vertical > img {
    margin-top: -0.15rem;
    z-index: 1;
}

.fb-btn, .fb-group-btn, .google-btn, .apple-btn, .discord-btn {
    width: 1.92rem;
    height: 0.72rem;
    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-logo {
    width: 3.52rem;
    height: 3rem;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
}

.play-video {
    width: 1.31rem;
    height: 1.31rem;
    margin-top: calc(90vh - 5rem);
    cursor: pointer;
}

.section-title {
    width: 16.35rem;
    height: 1.3rem;
}

.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/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: 11.52rem;
    height: 1.24rem;
    z-index: 1;
}

.section-2-role {
    width: 16.05rem;
    height: 10.38rem;
    position: absolute;
    bottom: 0rem;
    scale: 0.8;
}

.section-2-role-brand {
    width: 3.64rem;
    height: 1.68rem;
    position: absolute;
    right: 4rem;
    bottom: 5.5rem;
}

.pre-box {
    width: 15.9rem;
    height: 4.19rem;
    background: url(../../imgs/pc/preregister/2/pre-box.png);
    background-size: cover;
    background-position: center;
    padding: 0.4rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.9rem;
    display: flex;
    justify-content: space-evenly;
}

.img-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pre-2-btn {
    position: absolute;
    bottom: 0.2rem;
}

.step-1 {
    width: 5.57rem;
    height: 0.84rem;
}

.step-1-img {
    width: 5.9rem;
    height: 2rem;
}

.step-2 {
    width: 5.05rem;
    height: 0.84rem;
}

.rewards-tip {
    font-size: 0.15rem;
    line-height: 0.1rem;
    color: var(--root-color-gray);
}

.step-2-img {
    width: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.step-2-img-1 {
    width: 1.26rem;
    height: 1.28rem;
    background: url(../../imgs/pc/preregister/2/step-2-img-1.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.step-2-img-2 {
    width: 1.26rem;
    height: 1.28rem;
    background: url(../../imgs/pc/preregister/2/step-2-img-2.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.step-2-img-3 {
    width: 1.26rem;
    height: 1.28rem;
    background: url(../../imgs/pc/preregister/2/step-2-img-3.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.step-2-img-4 {
    width: 1.26rem;
    height: 1.28rem;
    background: url(../../imgs/pc/preregister/2/step-2-img-4.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.step-2-img-5 {
    width: 1.26rem;
    height: 1.28rem;
    background: url(../../imgs/pc/preregister/2/step-2-img-5.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.step-2-img-1 .shadow-light, .step-2-img-2 .shadow-light, .step-2-img-3 .shadow-light, .step-2-img-4 .shadow-light, .step-2-img-5 .shadow-light {
    width: 1.03rem;
    height: 1.03rem;
    top: 0.1rem;
    left: 0.1rem;
    border-radius: 0rem;
}

.btn-row label {
    cursor: pointer;
    margin: 0 0.1rem;
    margin-right: 0.1rem;
    display: flex;
}

.radio-input {

}

.radio-input:checked {
    accent-color: var(--root-color-orange);
}

.phone-img {
    width: 0.85rem;
    height: 0.25rem;
    margin: 0.1rem;
}

.email-img {
    width: 1.08rem;
    height: 0.26rem;
    margin: 0.1rem;
}

.msg-row {
    background-color: var(--root-color-orange);
    padding: 0.03rem;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
    display: flex;
    align-items: center;
}

.email-row {
    display: none;
}

.area-code-select {
    width: 0.7rem;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0 0.1rem;
    border: none;
    outline: none;
    background-color: var(--root-color-orange);
    color: var(--root-color-white);
}

.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.2rem;
    height: 0.35rem;
    line-height: 0.35rem;
    border: none;
    outline: none;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.email-input {
    width: 2.9rem;
    height: 0.35rem;
    line-height: 0.35rem;
    border: none;
    outline: none;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.submit-btn {
    width: 1.78rem;
    height: 0.41rem;
    background: url(../../imgs/pc/preregister/2/submit-btn.png);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.submit-btn .shadow-light {
    width: 1.78rem;
    height: 0.41rem;
    top: -0.02rem;
    left: -0.02rem;
    border-radius: 0.1rem;
}

.pop-agreement {
    color: var(--root-color-black);
    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: 100vh;
    width: 100vw;
    padding-top: 5vh;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-3-title {
    width: 5.85rem;
    height: 1.24rem;
}

.pre-award-box {
    width: 85%;
    height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.award-line {
    width: 10.58rem;
    height: 0.19rem;
}

.award-row {
    width: 10.58rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.award-box {
    position: relative;
    padding: 0 0.1rem;
}

.pre-num-1 {
    width: 2.36rem;
    height: 3.51rem;
}

.pre-num-2 {
    width: 2.36rem;
    height: 3.51rem;
}

.pre-num-3 {
    width: 2.36rem;
    height: 3.51rem;
}

.pre-num-4 {
    width: 2.36rem;
    height: 3.51rem;
}

.claim-btn {
    width: 2.41rem;
    height: 0.84rem;
    cursor: pointer;
    z-index: 1;
}

.section-3-role {
    width: 11.08rem;
    height: 9.48rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

#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: 100vh;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-4-title {
    width: 9.31rem;
    height: 1.24rem;
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.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);
}

.character-1, .character-2, .character-3, .character-4, .character-5, .character-6, .character-7 {
    width: 2.74rem;
    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-attribute-1 {
    width: 3.1rem;
    height: 1.15rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5rem;
    left: 5rem;
}

.character-attribute-2 {
    width: 3.53rem;
    height: 1.14rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-2.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5rem;
    left: 7.4rem;
}

.character-attribute-3 {
    width: 3.1rem;
    height: 1.15rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-3.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5rem;
    left: 9.8rem;
}

.character-attribute-4 {
    width: 3.1rem;
    height: 1.15rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-4.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5rem;
    left: 12.2rem;
}

.character-attribute-5 {
    width: 4.35rem;
    height: 1.14rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-5.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5rem;
    left: 6rem;
}

.character-attribute-6 {
    width: 4.13rem;
    height: 1.15rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-6.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5rem;
    left: 8.4rem;
}

.character-attribute-7 {
    width: 3.09rem;
    height: 1.15rem;
    background: url(../../imgs/pc/preregister/4/character-attribute-7.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5rem;
    left: 10.6rem;
}

.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;
}

.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;
}

.character-skin-box {
    color: var(--root-color-white);
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.close {
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    top: 1rem;
    right: 3rem;
    cursor: pointer;
    z-index: 2;
}

.character-name-box {
    display: flex;
    align-items: center;
}

.character-name-cel {
    margin-left: 0.3rem;
}

.character-camp {
    font-size: 0.25rem;
    line-height: 0.25rem;
}

.character-name {
    font-size: 0.4rem;
    line-height: 0.5rem;
    font-weight: bold;
}

.lineup {
    width: 0.82rem;
    height: 0.82rem;
}

.section-4-line {
    width: 5.81rem;
    height: 0.1rem;
    margin: 0.2rem 0;
}

.character-desc {
    width: 5.5rem;
    font-size: 0.16rem;
    margin: 0 0.2rem;
    color: var(--root-color-shallow-gray);
}

.skill-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.skill-name {
    font-size: 0.3rem;
}

.skill-1, .skill-2, .skill-3, .skill-4, .skill-5, .skill-6, .skill-7 {
    width: 4.42rem;
    height: 0.98rem;
}

#section-5 {
    position: relative;
    background: url(../../imgs/pc/preregister/5/section-5.jpg);
    background-size: cover;
    background-position: center;
}

.section-5-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-5-title {
    width: 7.49rem;
    height: 1.24rem;
}

.carousel {
    width: 100%;
    height: calc(95vh - 2.24rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.camp-border {
    width: 12.09rem;
    height: 6.92rem;
    background: url(../../imgs/pc/preregister/5/camp-border.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

#camp {
    width: 11.82rem;
    height: 6.64rem;
    overflow: hidden;
    position: relative;
}

.camp-1, .camp-2, .camp-3, .camp-4, .camp-5 {
    width: 11.82rem;
    height: 6.64rem;
}

.camp-left {
    width: 0.89rem;
    height: 1.15rem;
    cursor: pointer;
    margin-right: 0.5rem;
}

.camp-right {
    width: 0.89rem;
    height: 1.15rem;
    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.22rem !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.27rem;
    height: 0.28rem;
    background: url(../../imgs/pc/preregister/5/pagination-bullet.png);
    background-size: 100%;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 0.27rem;
    height: 0.28rem;
    background: url(../../imgs/pc/preregister/5/pagination-bullet-active.png);
    background-size: 100%;
    cursor: pointer;
}

#section-6 {
    height: 2.86rem;
    position: relative;
    background: url(../../imgs/pc/preregister/6/section-6.jpg);
    background-size: cover;
    background-position: center;
}

.section-6-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0.5rem 0;
    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.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-6-icon {
    width: 3.41rem;
    height: 0.63rem;
}

.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-shallow-gray);
}


/*=================================================== 弹窗 ===================================================*/
#pop-youtube {
    width: 14rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

