:root {
    --white: #fff;
    --ye1: #FFD733;
    --blue1: #12145D;
    --black: #000000;
    --ye2: #FFD733;
    --282828: #282828;
    --1B1104: #1B1104;
    --F4D7BF: #F4D7BF;
    --FFDDB2: #FFDDB2;
    --E5B876: #E5B876;
}

body {
    background: #edf2fa;
    font-size: 16px;
    color: var(--black);
    line-height: 1.4;
    font-weight: 300;
}

/* 加载阶段 */
[v-cloak] {
    opacity: 0.5;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}

/* 加载完成阶段 */
[v-cloak="loaded"] {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out;
}

.pagewidth {
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    background-color: var(--1B1104);
}

.page-bg {
    background-color: transparent;
}

header {
    overflow: hidden;
    position: relative;
}

/*  */
.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

/*  */
.kv {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.text {
    width: 86%;
    margin: 1em auto;
    color: var(--FFDDB2);
}

.text p {
    font-size: 24px;
    line-height: 1.4;
}


/*  */
footer {
    width: 100%;
    height: auto;
}

.ft-item {
    padding: 30px 0;
    border-top: 10px solid var(--black);
    background-color: var(--ye1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-item img {
    width: auto;
    height: 32px;
    max-height: 32px;
}

.ft-item p {
    font-size: 21px;
    margin-left: .5em;
}

/*  */
.se-title {
    margin: 1em 0;
}

.se-title h3 {
    background: radial-gradient(circle, #F4DCB1, #E1AE64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3em;
    text-align: left;
    color: transparent;
}

/* activity */
.activity {
    width: 100%;
    max-width: 750px;
    height: 100%;
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    display: none;
    font-size: 18px;
}

.aty-content {
    width: 90%;
    max-width: 600px;
    height: auto;
    max-height: 80%;
    padding: 1.5em 1.1em 2em 1.1em;
    border-radius: 1em;
    position: absolute;
    top: 15%;
    left: calc(50% - 300px);
    background: var(--1B1104);
    border: 1px solid var(--FFDDB2);
    overflow: hidden;
    box-sizing: border-box;
}

.icon-close {
    font-size: 40px !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    color: var(--white) !important;
}

.aty-txt {
    max-height: 490px;
    overflow: auto;
    padding-right: .3em;
}

.tion h4 {
    font-size: .85em;
    color: var(--E5B876);
    margin-bottom: 1em;
}

.tion span {
    font-size: .8em;
    color: var(--white);
}

.tion p {
    font-size: .85em;
    color: var(--white);
    margin-bottom: 1em;
    font-weight: 500;
}

.tion p.p-bg {
    color: var(--E5B876);
}

.spand {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em;
}

.spand::before {
    content: "";
    position: absolute;
    left: 0;
    top: .5em;
    width: 3px;
    height: 3px;
    background-color: var(--white);
    border-radius: 50%;
}

/* activity */
.rules {
    width: 100%;
    max-width: 750px;
    height: 100%;
    position: fixed;
    top: 0;
    left: calc(50% - 375px);
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    display: none;
}

.rs-content {
    width: 90%;
    max-width: 670px;
    height: auto;
    max-height: 624px;
    padding: 1.5em 1.1em 2em 1.1em;
    border-radius: 1em;
    position: absolute;
    top: 15%;
    left: calc(50% - 335px);
    background: var(--1B1104);
    border: 1px solid var(--FFDDB2);
    box-sizing: border-box;
}

/*  */
.table {
    width: 100%;
    overflow: auto;
    padding-bottom: .5em;
}

.table-content {
    height: 100%;
    border: 1px solid var(--E5B876);
    border-radius: 1em;
    width: 1000px;
    overflow-x: auto;
}

.table::-webkit-scrollbar {
    width: 2em;
    height: .5em;
    border-radius: 1em;
    background-color: var(--1B1104);
}

.table::-webkit-scrollbar-thumb {
    background-color: var(--FFDDB2);
    border-radius: 2em;
}

.x {
    display: flex;
}

.x1 {
    background-color: rgba(229, 184, 118, .3);
}

.xy {
    width: 16.6%;
    height: 7em;
    border-right: 1px dashed var(--E5B876);
    border-bottom: 1px solid var(--E5B876);
    padding: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xy:last-child {
    border-right: 1px dashed transparent;
}

.x p {
    color: var(--white);
    user-select: none;
}

.x p span {
    color: var(--E5B876);
}

.s2tion span {
    font-size: 1em;
}

.s2tion p {
    font-size: .65em;
    margin-bottom: 0;
}

/*  */
.rgs-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rgs-form .rgs-item {
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
    height: 56px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    position: relative;
}

.rgs-form .rgs-item:nth-child(1) {
    margin-top: 0;
}

.rgs-form .rgs-item label {
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    padding: 0 6px;
    position: absolute;
    top: 2px;
    left: 12px;
    z-index: 5;
}

.rgs-form .rgs-item input {
    font-size: 16px;
    color: var(--black);
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 2px solid var(--ye1);
    border-radius: 5px;
    padding-left: 80px;
    background-color: var(--white);
}

.rgs-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rgs-rember {
    width: 80%;
    margin: 3em 0 3em 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    position: relative;
}

.checkbox {
    position: relative;
}

input[type="checkbox"] {
    display: none;
    /* 隐藏原始复选框 */
}

.checkbox-label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
}

.checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: .08em solid var(--FFDDB2);
    border-radius: 20%;
}

input[type="checkbox"]:checked+.checkbox-label::before {
    content: "✔";
    color: var(--1B1104);
    background-color: var(--FFDDB2);
    text-align: center;
    line-height: 20px;
}

.checkbox-label.error::before {
    border: .08em solid red;
}

.privacy {
    padding-left: .6em;
    color: var(--FFDDB2);
}

.privacy p {
    line-height: 1.5;
    font-size: 18px;
}

.privacy_0 {
    text-decoration: underline;
    color: var(--white);
    cursor: pointer;
}

.rgs-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rgs-btn button {
    background: url(../images/btn.jpg) no-repeat center;
    margin-top: 28px;
    line-height: 1.2;
    padding: .5em 2em;
    border-radius: 30px;
    font-size: 24px;
    cursor: pointer;
    animation: throttle 1s step-end forwards;
    user-select: none;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
}

.rgs-btn button:hover {
    opacity: .7;
}

@keyframes throttle {
    from {
        cursor: default;
        pointer-events: none;
        filter: grayscale(100%);
    }

    to {
        cursor: pointer;
        pointer-events: all;
    }
}

label.hidden {
    display: none;
}


.ft-content {
    background-color: var(--ye1);
    padding: 3em 0 3em 0;
}

.ft-content p {
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5em 0;
}

.ft-content p span {
    color: var(--ye1);
    padding: .2em 2em;
    background-color: var(--282828);
    border-radius: 2em;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .8em;
}

.ft_logo {
    width: 60%;
    margin: 0 auto;
}

.ft_logo img {
    width: 100%;
    height: auto;
}

.ft-media {
    display: flex;
    justify-content: center;
}

.ft-media li {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0 15px;
    transition: all .3s linear;
}

.ft-media li a {
    display: block;
}

.ft-media li a img {
    width: 100%;
    height: auto;
}

.ft-media li:hover {
    transform: scale(1.05);
    transition: all .3s linear;
}

@media(max-width:750px) {
    body {
        background-color: var(--1B1104);
    }
    .pagewidth {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        font-size: .42rem;
    }

    .banner img {
        border-radius: .3rem;
    }

    .text {
        width: 80%;
        background-color: var(--1B1104);
    }

    .text p {
        font-size: .4rem;
        line-height: 1.6;
    }

    .se-title {
        margin-top: .5rem;
        margin-bottom: .3rem;
    }

    .se-title h3 {
        padding: 0 .5em;
        font-size: .45rem;
    }

    /*  */

    .ft-item {
        padding: .8rem .2rem;
        border-top: .2rem solid var(--black);
    }

    .ft-item img {
        width: auto;
        height: .6rem;
        max-height: .6rem;
    }

    .ft-item p {
        font-size: .42rem;
        margin-left: .5em;
    }

    /*  */
    .activity {
        top: 0;
        left: 0;
    }

    .aty-content {
        height: 70%;
        max-height: 70%;
        border-radius: .4rem;
        top: 14%;
        left: 5%;
    }

    .aty-txt {
        padding: 0 .15rem 0 0;
        overflow: auto;
        max-height: calc(100% - 5em);
    }

    .aty-txt p {
        font-size: .32rem;
    }

    .s2tion p {
        padding: .5em;
        margin-bottom: 0;
        font-size: .26rem;
    }

    .s2tion span {
        font-size: 1em;
    }

    .aty-txt2 {
        max-height: calc(100% - 3em);
    }

    /*  */

    .rgs-content {
        width: 80%;
        margin: 0 10%;
        height: auto;
        border-radius: 1em;
        padding-bottom: 2em;
    }

    .table-content {
        width: 20rem;
    }

    .table::-webkit-scrollbar {
        width: 1em;
        height: .2em;
    }
    .icon-close {
        font-size: 1rem !important;
        top: .1rem;
        right: .1rem;
        z-index: 9;
    }

    .rgs-form .rgs-item {
        width: 100%;
        margin-top: .5rem;
        font-size: .4rem;
        height: 1.2rem;
        border-radius: .2rem;
        display: flex;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
    }

    .rgs-form .rgs-item:nth-child(1) {
        margin-top: 0;
    }

    .rgs-form .rgs-item label {
        height: 1.3rem;
        font-size: .4rem;
        line-height: 1.3rem;
        padding: 0 .3rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }

    .rgs-form .rgs-item input {
        font-size: .4rem;
        width: 100%;
        height: 1.3rem;
        line-height: 1.3rem;
        border: 2px solid var(--ye1);
        border-radius: .2rem;
        padding-left: 1.9rem;
    }

    .rgs-btn button {
        margin-top: .5rem;
        line-height: 1.2;
        padding: .15rem 2em;
        border-radius: 1rem;
        font-size: .56rem;
    }

    .rgs-rember {
        width: 100%;
        margin-top: 1.2rem;
        font-size: .36rem;
    }

    .checkbox-label::before {
        width: .4rem;
        height: .4rem;
        font-size: .8em;
    }

    /* rules */
    .rules {
        position: fixed;
        top: 0;
        left: 0;
    }

    .rs-content {
        height: 70%;
        max-height: 70%;
        overflow: hidden;
        padding: .8rem .5rem 1rem .5rem;
        border-radius: .4rem;
        top: 14%;
        left: 5%;
        background-color: var(--1B1104);
    }

    .rs-txt {
        padding: 0 .15rem 0 0;
        max-height: calc(100% - 1.3rem);
        overflow: auto;
    }

    .rs-txt p {
        font-size: .38rem;
        line-height: 1.4;
        padding-top: .3em;
    }

    .rs-txt p:last-child {
        padding-top: 1em;
    }

    /*  */
    .ft_logo {
        width: 70%;
    }

    .ft-content p {
        font-size: 1em;
        margin: 1.5em 0;
    }

    .ft-content p span {
        padding: .3em 2em;
    }

    .ft-media li {
        width: 2.4em;
        height: 2.4em;
        min-width: 2.4em;
        margin: 0 .5em;
    }
}

.guide-hand {
    position: absolute;
    top: -45px;
    left: -16px;
    animation: click-animation 1s ease-in-out infinite;
    animation-fill-mode: forwards;
    display: none;
}

.guide-hand svg {
    width: 40px;
    height: auto;
    transform: rotate(180deg);
}

@keyframes click-animation {
    0% {
        transform: translateY(0%) scale(1);
    }

    50% {
        transform: translateY(5%) scale(.97);
    }

    100% {
        transform: translateY(0%) scale(1);
    }
}

@media(max-width:750px) {
    .guide-hand {
        position: absolute;
        top: -.8rem;
        left: -.32rem;
    }

    .guide-hand svg {
        width: .8rem;
        height: auto;
        transform: rotate(180deg);
    }
}