﻿@charset "utf-8";
/* CSS by Brian*/

@font-face {
    font-family: bodyFront;
    /*src: url(../../fonts/malgun.ttf);*/
}

:root {
    --root-color-black: black;
    --root-color-white: white;
    --root-color-red: red;
    --root-color-shallow-blue: #8394c6;

    --root-color-shallow-gray: #cecece;
    --root-color-deep-brown: #272045;
    --root-color-purple: #400a6f;
    --root-color-shallow-purple: #ff56ea;
    --root-color-brown: #b38e26;
    --root-color-shallow-yellow: #fff1b5;
    --root-color-yellow: #ffed70;
    --root-color-orange: orange;
}

::-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;
}

.enlarge:hover {
    transform: scale(1.1);
}

.cursor-ele {
    cursor: pointer;
}

#header {
    width: 100dvw;
    height: 1.16rem;
    background: url(../../imgs/pc/index/header-bg.png);
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0rem;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 2.97rem;
    height: 1.08rem;
    cursor: pointer;
}

.header-row {
    width: 30dvw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-row > div {
    font-size: 0.25rem;
    font-weight: bold;
    background: linear-gradient(var(--root-color-white), var(--root-color-white), var(--root-color-shallow-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.divider {
    width: 0.03rem;
    height: 0.94rem;
    margin: 0 0.2rem;
}

#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.png);
    background-size: cover;
    background-position: center;
}

.section-1-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.section-1-role {
    width: 15.23rem;
    height: 10.8rem;
}

.section-1-cel {
    position: relative;
    left: -6rem;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-logo {
    width: 5.41rem;
    height: 2.12rem;
}

.section-title {
    width: 7.61rem;
    height: 1.51rem;
}

.card-show {
    width: 5.82rem;
    height: 3.03rem;
    margin-bottom: -0.9rem;
}

.section-1-row{
    width: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.google-btn {
    width: 3rem;
    height: 0.82rem;
    background: url(../../imgs/pc/index/google-btn.png);
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
}

.google-btn .shadow-light {
    width: 3rem;
    height: 0.82rem;
    top: 0rem;
    left: 0rem;
    border-radius: 0.5rem;
    margin-top: 0;
    margin-left: 0;
}

.apple-btn {
    width: 3rem;
    height: 0.82rem;
    background: url(../../imgs/pc/index/apple-btn.png);
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
}

.apple-btn .shadow-light {
    width: 3rem;
    height: 0.82rem;
    top: 0rem;
    left: 0rem;
    border-radius: 0.5rem;
    margin-top: 0;
    margin-left: 0;
}

.next-page {
    width: 0.91rem;
    height: 0.69rem;
    cursor: pointer;
    position: absolute;
    bottom: 1rem;
    right: 0.5rem;
    z-index: 1;
}

.section-1-18 {
    position: absolute;
    right: 1rem;
    top: 2rem;
}

#section-4 {
    position: relative;
    background: url(../../imgs/pc/preregister/3/section-3.png);
    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: 11.26rem;
    height: 1.12rem;
    z-index: 1;
    padding-top: 5vh;
}

.character-row {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    overflow-x: scroll;
    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);
}

.character {
    position: relative;
}

.character-1 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-1.png);
    background-size: cover;
    background-position: center;
}

.character-2 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-2.png);
    background-size: cover;
    background-position: center;
}

.character-3 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-3.png);
    background-size: cover;
    background-position: center;
}

.character-4 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-4.png);
    background-size: cover;
    background-position: center;
}

.character-5 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-5.png);
    background-size: cover;
    background-position: center;
}

.character-6 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-6.png);
    background-size: cover;
    background-position: center;
}

.character-7 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-7.png);
    background-size: cover;
    background-position: center;
}

.character-8 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-8.png);
    background-size: cover;
    background-position: center;
}

.character-9 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-9.png);
    background-size: cover;
    background-position: center;
}

.character-10 {
    width: 3.84rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/4/character-10.png);
    background-size: cover;
    background-position: center;
}

.character-1, .character-2, .character-3, .character-4, .character-5, .character-6, .character-7, .character-8, .character-9, .character-10 {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* 标准语法 */
    position: relative;
    filter: brightness(0.5);
}

.character-text-1 {
    pointer-events: none;
    opacity: 0;
    width: 3.84rem;
    height: 3.46rem;
    background: url(../../imgs/pc/preregister/4/right-text.png);
    background-size: cover;
    background-position: center;
    padding: 0.4rem 0.2rem 0.2rem 0.25rem;
    box-sizing: border-box;
    position: absolute;
    top: 50vh;
    left: 3.84rem;
    z-index: 1;
}

.character-text-2, .character-text-3, .character-text-4, .character-text-5, .character-text-6, .character-text-7, .character-text-8, .character-text-9, .character-text-10 {
    pointer-events: none;
    opacity: 0;
    width: 3.84rem;
    height: 3.46rem;
    background: url(../../imgs/pc/preregister/4/left-text.png);
    background-size: cover;
    background-position: center;
    padding: 0.4rem 0.2rem 0.2rem 0.25rem;
    box-sizing: border-box;
    position: absolute;
    top: 50vh;
    right: 3.84rem;
    z-index: 1;
}

.character-name {
    color: var(--root-color-shallow-yellow);
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.6rem;
}

.character-desc {
    color: var(--root-color-white);
    font-size: 0.14rem;
    line-height: 0.2rem;
}

.star-row {
    width: 3.4rem;
    position: absolute;
    bottom: 0.28rem;
    display: flex;
    justify-content: flex-end;
}

.star {
    width: 0.34rem;
    height: 0.33rem;
}

.character-box-safe {
    width: 19.2rem;
    height: 2.02rem;
    background: url(../../imgs/pc/preregister/4/character-box-safe.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.section-4-mouse {
    width: 9.03rem;
    height: 0.83rem;
}

#section-5 {
    position: relative;
    background: url(../../imgs/pc/preregister/3/section-3.png);
    background-size: cover;
    background-position: center;
}

.section-5-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-5-title {
    width: 11.26rem;
    height: 1.03rem;
    z-index: 2;
    padding-top: 5vh;
}

.carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-show-row {
    width: 100%;
    height: 100%;
}

#camp-show {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#camp-show .swiper-wrapper {
    align-items: center;
}

.camp-show-1 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/5/camp-show-1.png);
    background-size: cover;
    background-position: center;
}

.camp-show-2 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/5/camp-show-2.png);
    background-size: cover;
    background-position: center;
}

.camp-show-3 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/5/camp-show-3.png);
    background-size: cover;
    background-position: center;
}

.camp-show-4 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/5/camp-show-4.png);
    background-size: cover;
    background-position: center;
}

.camp-show-5 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../../imgs/pc/preregister/5/camp-show-5.png);
    background-size: cover;
    background-position: center;
}

.swiper-pagination {
    width: 5.5rem !important;
    height: 0.2rem !important;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    bottom: 1.2rem !important;
    right: auto !important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.57rem;
    height: 0.57rem;
    background: url(../../imgs/pc/preregister/5/swiper-pagination-bullet.png);
    background-size: cover;
    background-position: center;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 0.57rem;
    height: 0.57rem;
    background: url(../../imgs/pc/preregister/5/swiper-pagination-bullet-active.png);
    background-size: cover;
    background-position: center;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

.top-page {
    width: 0.93rem;
    height: 0.99rem;
    cursor: pointer;
    position: absolute;
    bottom: 1rem;
    right: 0.5rem;
    z-index: 1;
}

#section-bt {
    height: 5.4rem;
    background: url(../../imgs/pc/index/section-bt.png);
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}

.bt-content {
    height: 3.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-icon {
    width: 1.6rem;
    height: 1.6rem;
}

.protocol-content {
    width: 7rem;
    padding: 0 0.5rem;
    color: var(--root-color-white);
    line-height: 0.35rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bt-18 + {
    width: 2.64rem;
    height: 1.01rem;
}

.bt-msg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-company {
    width: 3.3rem;
    height: 1.04rem;
}

.bt-desc {
    color: var(--root-color-white);
    font-size: 0.15rem;
    text-align: left;
    line-height: 0.25rem;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
}
