.total {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 5px;
    /* position: absolute; */
}

.total div {
    color: #409eff;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 200px;
    margin-left: calc(100vw/2 - 100px);
}

.fu {
    position: absolute;
    z-index: -1;
    margin-left: calc(100vw/2 - 200px);
    font-size: 400px;
    font-weight: 400;
    color: rgba(255, 0, 0, 0.304) !important;
    font-family: "华文行楷";
}

.one {
    animation: animate_text 1s ease-in;
    transform: translateY(80px);
    opacity: 1;
}

.two {
    animation: animate_text 2s ease-in;
    transform: translateY(80px);
    opacity: 1;
}

#year {
    color: #f38b00;
    animation: animate_text 3s ease-in;
    transform: translateY(80px);
    opacity: 1;
}

.four {
    animation: animate_text 4s ease-in;
    transform: translateY(80px);
    opacity: 1;
}

@keyframes animate_text {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        transform: translateY(80px);
        opacity: 1;
    }
}

.user_log {
    color: #fff;
    margin: 10px auto;
    padding-left: calc(100vw/2 - 220px);
    overflow: hidden;
}

.user_log span {
    border: 1px solid #409eff;
    color: #409eff;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
}

.user_log span:nth-child(1) {
    display: inline-block;
    width: 95px;
}

.user_log span:nth-child(2) {
    display: inline-block;
    width: 130px;
}

.user_log span:nth-child(3) {
    display: inline-block;
    width: 160px;
}

.user_log span:nth-child(4) {
    display: inline-block;
    width: 160px;
}

.user_title {
    margin-top: 50px !important;
}

.user_title span {
    border: 1px solid #999;
    color: #fff;
    background-color: #409eff;
    text-align: center;
    border-radius: 10px;
}

.user_background {
    width: 800px;
    height: 100px;
    margin-left: calc(100vw/2 - 400px);
    margin-top: 42px;
    display: inline-block;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
    backdrop-filter: saturate(5) blur(20px);
    border-radius: 15px;
    box-shadow: 5px 5px 6px 4px gray;
}

@media screen and (max-width: 460px) {

    .login_log,
    .button {
        color: #fff;
        margin: 10px auto;
        padding-left: calc(100vw/2 - 122px);
        overflow: hidden;
    }

    .login_log span:nth-child(3) {
        display: inline-block;
        width: 242px;
    }

    .login_log span:nth-child(4) {
        display: inline-block;
        width: 242px;
    }

    .button {
        color: #409eff;
    }

    .button .next {
        margin-left: 57px;
    }

    .button .page {
        display: inline-block;
        width: 20px;
        margin-left: 57px;
        text-align: center;
    }
}