* {
    padding: 0;
    margin: 0
}

body {
    height: 100vh;
    font-family: Microsoft YaHei, PingFang SC, HarmonyOS_Regular, Helvetica Neue, sans-serif;
    overflow: hidden;
    user-select: none
}

#load_app {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#load_app .logo {
    width: 260px
}

.progress {
    margin: 50px 0 100px
}

.progress p {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.progress .percent {
    width: 400px;
    height: 5px;
    padding: 1px;
    border: 2px solid #0093bf;
    background-color: #0092bf26;
    border-radius: 100px
}

.progress .percent div {
    background-color: #f15e22;
    height: 100%;
    border-radius: 100px;
    transition: .3s ease-in-out
}

#load_app .slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%)
}

@media screen and (max-width: 640px) {
    html {
        font-size: 4.6vw
    }

    #load_app .logo {
        width: 55%
    }

    .progress .percent {
        width: 70vw
    }

    #load_app .slogan {
        font-size: 14px
    }
}

.cursor {
    cursor: pointer
}

body[data-v-c5c4eba3] {
    height: 100vh;
    font-family: Microsoft YaHei, PingFang SC, HarmonyOS_Regular, Helvetica Neue, sans-serif;
    overflow: hidden;
    user-select: none
}

#load_app[data-v-c5c4eba3] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#load_app .logo[data-v-c5c4eba3] {
    width: 260px
}

.progress[data-v-c5c4eba3] {
    margin: 50px 0 100px
}

.progress p[data-v-c5c4eba3] {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.progress .percent[data-v-c5c4eba3] {
    width: 400px;
    height: 5px;
    padding: 1px;
    border: 2px solid #0093bf;
    background-color: #0092bf26;
    border-radius: 100px
}

.progress .percent div[data-v-c5c4eba3] {
    background-color: #f15e22;
    height: 100%;
    border-radius: 100px;
    transition: .3s ease-in-out
}

#load_app .slogan[data-v-c5c4eba3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%)
}

@media screen and (max-width: 640px) {
    html[data-v-c5c4eba3] {
        font-size: 4.6vw
    }

    #load_app .logo[data-v-c5c4eba3] {
        width: 55%
    }

    .progress .percent[data-v-c5c4eba3] {
        width: 70vw
    }

    #load_app .slogan[data-v-c5c4eba3] {
        font-size: 14px
    }
}

[data-v-c5c4eba3] {
    padding: 0;
    margin: 0
}

a[data-v-c5c4eba3] {
    text-decoration: none
}

body[data-v-c5c4eba3] {
    background: #000;
    height: 100vh;
    font-family: Microsoft YaHei, PingFang SC, HarmonyOS_Regular, Helvetica Neue, sans-serif;
    overflow: hidden;
    user-select: none
}

.login-page[data-v-c5c4eba3] {
    position: fixed;
    inset: 0;
    overflow: hidden;
    user-select: none;
    background-image: url(../img/bg_pc.b9425d81.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

button[data-v-c5c4eba3] {
    outline: none;
    border: 0;
    border-radius: 10rem
}

input[data-v-c5c4eba3] {
    outline: 0;
    background-color: transparent;
    border: 0
}

.flex-center[data-v-c5c4eba3] {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-center[data-v-c5c4eba3]:hover {
    background: #20221e;
    border-radius: 10rem
}

.main[data-v-c5c4eba3] {
    position: fixed;
    bottom: 50%;
    left: 67%;
    transform: translate(-50%, 45%);
    width: 310px;
    padding: 26px 22px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 22px;
    border-radius: 20px;
    background: #0000004d;
    box-shadow: 0 0 40px #0000004d;
    backdrop-filter: blur(10px)
}

.top[data-v-c5c4eba3] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px
}

.top .logo[data-v-c5c4eba3] {
    width: 295px
}

.top .slogan[data-v-c5c4eba3] {
    font-size: 16px;
    font-weight: 1000;
    background: linear-gradient(135deg, #ffe8a3, #edbe77, #b28452, #edbe77, #ffe8a3);
    background-size: 200%;
    animation: goldAni-c5c4eba3 2s linear infinite;
    color: transparent;
    background-clip: text
}

.form[data-v-c5c4eba3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
}

.form button[data-v-c5c4eba3] {
    width: 100%;
    height: 44px;
    margin-top: 14px;
    background: linear-gradient(135deg, #ffe8a3, #edbe77, #b28452, #edbe77, #ffe8a3);
    background-size: 200%;
    animation: goldAni-c5c4eba3 1s linear infinite;
    animation-play-state: paused
}

.form button[data-v-c5c4eba3]:hover {
    animation-play-state: running
}

.form button[data-v-c5c4eba3]:active {
    animation-play-state: running;
    transform: scale(.97)
}

.form button p[data-v-c5c4eba3] {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(180deg, #ab6c00, #5e3400);
    background-clip: text;
    color: transparent
}

.form>div[data-v-c5c4eba3] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    gap: 7px;
    font-size: 14px;
    border-radius: 100px;
    box-sizing: border-box;
    background: #0000004d;
    backdrop-filter: blur(5px)
}

.form>div input[data-v-c5c4eba3] {
    height: 100%;
    width: 100%;
    color: #fff
}

.form>div input[data-v-c5c4eba3]::placeholder {
    color: #fff
}

.form>div>img[data-v-c5c4eba3] {
    height: 24px
}

.form>div .forget[data-v-c5c4eba3] {
    font-size: 14px;
    color: #f15f21d9;
    white-space: nowrap
}

.form .username[data-v-c5c4eba3] {
    border: 1px solid #00A5D6
}

.form .password[data-v-c5c4eba3] {
    border: 1px solid #F15E21
}
.form .number[data-v-c5c4eba3] {
    border: 1px solid #00A5D6
}
.form .tip[data-v-c5c4eba3] {
    font-size: .8rem;
    width: 100%;
    text-align: left;
    color: #ff4c34
}

.form button[data-v-c5c4eba3] {
    margin-top: 1.2rem
}

.bottom[data-v-c5c4eba3] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 5px
}

.bottom p[data-v-c5c4eba3] {
    color: #e4bf87e6;
    font-size: 14px
}

.bottom div[data-v-c5c4eba3] {
    width: 100%;
    height: 40px
}

.bottom .box[data-v-c5c4eba3] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.bottom .first-line[data-v-c5c4eba3] {
    width: 1px;
    height: 14px;
    background-color: #e4bf8780
}

.bottom .second-line[data-v-c5c4eba3] {
    height: 1px;
    width: 100%;
    background: #e4bf8740
}

.bottom .active[data-v-c5c4eba3]:active {
    background-color: #e4bf871a
}

.link-container[data-v-c5c4eba3] {
    position: fixed;
    inset: 0 auto 0 0;
    padding: 30px 16px;
    background-color: #00000080;
    backdrop-filter: blur(30px);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transform: translate(-100%);
    transition: .2s ease-in-out;
    overflow-y: auto
}

.link-container[data-v-c5c4eba3]::-webkit-scrollbar {
    width: 4px
}

.link-container[data-v-c5c4eba3]::-webkit-scrollbar-thumb {
    background: #ffffff80
}

.link-container .title[data-v-c5c4eba3] {
    font-size: 16px;
    color: #e4bf87e6;
    margin-bottom: 5px
}

.link-container .link[data-v-c5c4eba3] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

.link-container .link a[data-v-c5c4eba3] {
    font-size: 15px;
    color: #fff;
    line-height: 2;
    text-align: center;
    width: 190px;
    border-radius: 5px;
    background-color: #ffffff1a;
    border: .5px solid rgba(255, 255, 255, .6)
}

.link-container .notice[data-v-c5c4eba3] {
    width: 190px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff12;
    border-radius: 6px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    color: #e4bf87e6
}

.link-container .notice p[data-v-c5c4eba3] {
    text-indent: 28px;
    font-size: 14px
}

.link-container .close[data-v-c5c4eba3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    background: linear-gradient(#000, #0000);
    overflow: hidden
}

.link-container .close img[data-v-c5c4eba3] {
    width: 36px;
    margin: 10px
}

.link-container .close img[data-v-c5c4eba3]:active {
    opacity: .6
}

.link a[data-v-c5c4eba3]:hover {
    background: linear-gradient(135deg, #ffe8a3, #edbe77, #b28452, #edbe77, #ffe8a3)
}

.show[data-v-c5c4eba3] {
    transform: translate(0)
}

@keyframes goldAni-c5c4eba3 {
    0% {
        background-position: 200% 0%
    }

    to {
        background-position: 0% 0%
    }
}

@media screen and (max-width: 640px) {
    html[data-v-c5c4eba3] {
        font-size: 4.6vw
    }

    .login-page[data-v-c5c4eba3] {
        background-image: url(../img/bg_m.95965b23.jpg)
    }

    .main[data-v-c5c4eba3] {
        width: 85vw;
        top: unset;
        left: 50%;
        bottom: 10px;
        transform: translate(-50%);
        gap: 22px;
        padding: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        backdrop-filter: unset
    }

    .top .logo[data-v-c5c4eba3] {
        width: 230px
    }

    .form[data-v-c5c4eba3] {
        margin-bottom: 6vh
    }

    .form .tip[data-v-c5c4eba3],
    .form button[data-v-c5c4eba3] {
        width: 80%;
        margin-left: 10%
    }

    .form>div[data-v-c5c4eba3] {
        width: 80%;
        margin-left: 10%
    }
}

.login-page[data-v-c5c4eba3] {
    background-image: var(--bg-pc) !important
}

@media (max-width: 640px) {
    .login-page[data-v-c5c4eba3] {
        background-image: var(--bg-m) !important
    }
}