.index-one {
    display: flex;
    margin: 0 0 -1rem;
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
    padding: 3.5rem 3.5rem 2rem;
}

.index-welcome-thanks {
    font-size: 1.75rem;
    font-family: 'YouSheBiaoTiHei';
    animation: margin 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
    animation-delay: .3s;
    -webkit-mask: linear-gradient(#000 30%, rgba(0, 0, 0, .7) 70%);
}

.index-welcome-greetings {
    font-family: 'OPPOSans-M';
    text-transform: capitalize;
    margin-top: 12rem;
    animation: margin 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
}

.weclome {
    position: absolute;
    height: 1rem;
    bottom: 2rem;
    line-height: 1;
    opacity: .8;
}

.weclome-bg {
    position: absolute;
    bottom: 2.5rem;
    letter-spacing: .1em;
}

.weclome span {
    font-family: 'Edo-SZ';
    font-size: .75rem;
    vertical-align: middle;
}

.weclome i {
    height: .65rem;
    width: .65rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: .1rem solid #fff;
    display: block;
    animation: weclome-i 3s cubic-bezier(0.62, 0.21, 0.25, 1) infinite both;
}

.weclome h1,
.weclome h2,
.weclome h3,
.weclome h4,
.weclome h5 {
    animation: weclome-pc 3s cubic-bezier(0.62, 0.21, 0.25, 1) 1 forwards;
    overflow: hidden;
    width: 0;
    height: .625rem;
    position: absolute;
    font-size: .625rem;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.weclome h1 {
    animation-delay: .5s;
}

.weclome h2 {
    animation-delay: 3s;
}

.weclome h3 {
    animation-delay: 6s;
}

.weclome h4 {
    animation-delay: 9s;
}

.weclome h5 {
    animation: weclome-pcf 8s cubic-bezier(0.62, 0.21, 0.25, 1) 8 16s forwards;
}

.site-header {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -2;
    box-shadow: none !important;
    border-radius: 0;
}

.site-header:after {
    content: "";
    height: 100%;
    width: 100%;
    background: #060c19;
    position: absolute;
    z-index: -3;
}

.nav-links {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 -1rem -1rem;
}

.nav-previous,
.nav-next {
    width: 50%;
}

body.night .nav-previous a,
body.night .nav-next a,
.nav-previous a,
.nav-next a {
    opacity: .6;
    color: inherit;
    background: var(--s-background, rgb(255 255 255 / 5%)) !important;
    box-shadow: none;
    width: calc(100% - 1rem);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.index-old-post,
.index-rand-post {
    margin: 0.5rem 0 0;
    font-size: .55rem;
    line-height: 3;
    max-width: 70%;
    opacity: .8;
    display: block;
    animation: margin 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
    animation-delay: .5s;
}

.index-old-post span,
.index-rand-post span {
    padding: .5em;
    background: var(--s-background, rgb(255 255 255 / 10%));
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    margin: 0 .5em 0 0;
}

.index-old-post a:after,
.index-rand-post:after {
    content: "\e627";
    font-family: 'iconfont';
    opacity: 0;
    transform: translateX(-10px);
    transition: all .5s;
    display: inline-block;
}

.index-old-post a:hover:after,
.index-rand-post:hover:after {
    opacity: .6;
    transform: translateX(0);
}

.index-old-post span {
    display: inline;
}

.index-new-post {
    display: flex;
    width: 40%;
    flex-direction: column;
    margin: auto 0 0;
    align-items: flex-end;
    max-width: 20rem;
}

.index-new-post .part-title {
    text-align: right;
    animation: marginx 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
}

.index-new-post li {
    display: block;
    margin: 1rem 0 0;
    width: 100%;
    transition: all .5s;
}

.index-new-post li:hover .entry-post {
    opacity: 1;
    transform: scale(1);
}

.entry-post img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.entry-header {
    transition: all .5s;
    z-index: 2;
    position: relative;
    padding: 1rem;
    border-radius: var(--border-radius);
}

.index-new-post li:nth-child(2) .entry-header {
    animation-delay: .3s;
}

.index-new-post li:nth-child(3) .entry-header {
    animation-delay: .4s;
}

.index-new-post li:nth-child(4) .entry-header {
    animation-delay: .5s;
}

.index-new-post .paging-navigation {
    animation: marginx 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
    animation-delay: .6s;
}

.entry-title {
    border-bottom: 1px solid rgb(124 124 124 / 20%);
    opacity: .8;
    padding: 0 0 .5em;
}

.post-categories {
    opacity: 1;
    margin: 0;
    display: inline;
}

.post_content {
    margin: 0;
    font-size: .55rem;
}

.entry-date {
    float: right;
}

.post-views,
.comments-number {
    float: right;
    margin: 0 1em 0 0;
}

.post-views span:before {
    margin: 0 .5em 0 0;
    font-family: 'iconfont';
}

.comments-number a:before {
    margin: 0 .5em 0 0;
    font-family: 'iconfont';
    content: '\e633';
    font-size: 90%;
}

.part-title {
    position: relative;
    font-size: 1rem;
    font-family: 'YouSheBiaoTiHei';
}

.part-title span {
    font-size: 1.5rem;
    opacity: .1;
    text-transform: uppercase;
    display: block;
    margin: -1rem 0 0;
    line-height: 1;
}

@keyframes hue-rotate {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

@keyframes space {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes marginx {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@media (min-width:1025px) {

    .index-one,
    .index-one a {
        color: rgb(255 255 255 / 85%);
        text-shadow: 0 1px 5px rgb(0 0 0 / 30%);
    }

    .entry-title {
        font-size: inherit;
    }

    .entry-header {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: var(--s-background, rgb(255 255 255 / 5%));
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
        animation: marginx 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
    }

    .entry-post {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 1s;
        transform: scale(1.1);
        filter: brightness(.8);
        z-index: -1;
    }

    .post_content,
    .entry-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index-new-post li:hover .entry-header {
        background: var(--s-background, rgb(0 0 0 / 10%));
    }

    .index-new-post li:hover {
        width: 120%;
    }

    canvas {
        animation: space 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, hue-rotate 15s cubic-bezier(0.62, 0.21, 0.25, 1) infinite;
    }
}

@media (max-width:1024px) {
    .site-header {
        min-height: 50%;
        position: fixed;
    }

    .index-one {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 0;
        margin: 0;
        align-items: stretch;
    }

    .index-welcome-thanks {
        font-size: 1.25rem;
        padding: 0 1rem;
    }

    .weclome {
        position: static;
        margin: 1rem;
        animation: margin 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
        animation-delay: .4s;
    }

    .index-welcome {
        margin: max(30vh, 6rem) 0 1rem;
        text-shadow: 0 1px 5px rgb(0 0 0 / 30%);
        color: rgb(255 255 255 / 80%);
    }

    .index-new-post {
        width: 100%;
        max-width: none;
        align-items: stretch;
        padding: 1rem;
        background: var(--s-background, #fafafa);
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        animation: margin 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both, opacity 1.5s cubic-bezier(0.62, 0.21, 0.25, 1) 1 both;
        animation-delay: .5s;
    }

    .index-new-post li {
        background: var(--s-background, white);
        border-radius: var(--border-radius);
        box-shadow: 0 5px 30px 0 rgb(0 0 0 / 5%);
    }

    .entry-post img {
        border-radius: var(--border-radius);
    }

    .index-new-post .part-title {
        text-align: left;
        animation: none;
    }

    .index-rand-post {
        display: none;
    }

    .index-rand-post a {
        width: 100%;
        max-width: none;
    }

    .index-welcome-greetings {
        padding: 0 1rem;
    }

    canvas {
        height: 300%;
        width: 200%;
        transform: translate(-50%, -30%);
        left: 50%;
    }
}