﻿:root {
    --accent-color: white;
    --header-height: 3rem;
    --color: #eee;
    --background-color: rgb(36, 39, 45);
    --dark-color: #b0b0b0;
    --card-background-color: rgba(38, 38, 38, .8);
    --headfont-color: #ccc;
    --text-color: #ffffffcc;
    --list-color: #ffffffcc;
    --darker-color: #222;
}

.dark {
    --color: #eee;
    --background-color: #24272d;
    --dark-color: #b0b0b0;
    --card-background-color: rgba(38, 38, 38, .8);
    --headfont-color: #ccc;
    --text-color: #ffffffcc;
    --list-color: #ffffffcc;
    --darker-color: #222;
}

/*鼠标*/
#g-pointer-1 {
    display: none;
}

#g-pointer-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.1s ease;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 9999999;
}

.click-effect {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transform: scale(0);
    animation: clickAnimation 0.5s ease-out;
    pointer-events: none;
    z-index: 9999999;
}

@keyframes clickAnimation {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

/*弹窗样式*/
.iziToast {
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .25) !important;
    height: 30px !important;
    min-height: 30px !important;
    backdrop-filter: blur(20px);
    pointer-events: none !important;
}

.iziToast:after {
    box-shadow: none !important;
}

.iziToast-wrapper {
    width: auto !important;
    pointer-events: none !important;
}

.iziToast-wrapper-topCenter {
    top: 60px !important;
}

.iziToast>.iziToast-body {
    position: static !important;
}

.iziToast>.iziToast-body .iziToast-texts {
    margin: 0 0 0 !important;
}

.iziToast>.iziToast-body .iziToast-icon {
    font-size: 32px !important;
}

@media (min-width: 768px) {
    .iziToast {
        border-radius: 100px !important;
    }
}

@media (max-width: 768px) {
    .iziToast {
        width: auto !important;
        border-radius: 100px !important;
    }

    .iziToast-capsule {
        position: relative !important;
        top: -40px !important;
    }

    #g-pointer-2 {
        display: none;
    }
}

/*基本*/
* {
    cursor: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8' width='10px' height='10px'><circle cx='4' cy='4' r='4' fill='white' /></svg>") 4 4, auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    word-break: break-all;
    box-sizing: border-box;
    font-size: 100%
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: var(--background-color);
    background-attachment: fixed;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    overscroll-behavior: none;
    color: var(--color);
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    background-position: center;
    background-image: var(--bg-url, none);
    background-size: var(--bg-size, cover);
    background-repeat: var(--bg-repeat, no-repeat);
    filter: var(--bg-filter, brightness(var(--bg-brightness, 1)) saturate(var(--bg-saturation, 1)) sepia(0) grayscale(0));
    z-index: -2;
    transition: background-image 1s ease-in-out 1s, filter 1s ease-in-out;
    transform: translate(var(--bg-x, 0px), var(--bg-y, 0px)) scale(1.05);
}

body::after {
    content: "SHIYIN";
    position: fixed;
    top: 50%;
    transform: translate(-55%, -50%) rotate(90deg);
    transform-origin: center;
    font-size: 30vh;
    color: #000000;
    opacity: 0.1;
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
    font-weight: 800;
    font-family: "Plaster", system-ui;
    left: 100%;
    mix-blend-mode: multiply;
}

mark {
    border-radius: 10px;
}

body,
select,
textarea {
    font-size: 1em;
    line-height: 1;
}

article {
    width: 100%;
}

details>summary:first-of-type {
    display: list-item;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

blockquote {
    margin: 40px 0;
    padding: 0;
    color: #656d76;
}

blockquote::before {
    content: "❝";
    font-size: 3rem;
    margin-bottom: 0rem;
    color: var(--text-color);
    opacity: .7;
    position: absolute;
    margin-top: -30px;
}

blockquote::after {
    content: "❞";
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0rem;
    color: var(--text-color);
    opacity: .7;
    position: absolute;
    margin-top: -5px;
}

blockquote p {
    font-family: "ZCOOL XiaoWei", sans-serif;
    margin: 5px 0;
    opacity: .7;
}

blockquote p::before {
    content: "•";
    margin-right: 5px;
    margin-left: -20px;
}

kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 1em;
    line-height: 1em;
    color: #444d56;
    vertical-align: middle;
    background-color: #fff;
    border: solid 1px #c6cbd1;
    border-bottom-color: #959da5;
    border-radius: 3px;
    box-shadow: inset 0 -1px #959da5;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

input,
textarea {
    user-select: text;
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
    border-style: none;
    border: 0;
    max-width: 100%;
}

input::placeholder {
    color: unset !important;
    opacity: 0.5 !important;
}

input:focus {
    color: white;
}

input:not(:placeholder-shown) {
    color: white;
}

::-webkit-scrollbar {
    display: none;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h1 a {
    color: #504e4e
}

h1 a:hover {
    color: white;
    color: var(--accent-color)
}

pre {
    font-size: 1em;
    background: #1a1b26;
    border-radius: 6px;
    padding: 15px;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

::selection {
    background: #464646;
    color: #fff;
}

::-moz-selection {
    background: #464646;
    color: #fff;
}

address {
    margin: 0 0 1.5em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
    border: 1px solid #ccc;
}

fieldset {
    border: 1px solid #b0b0b0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    padding-left: 3px;
    width: 100%;
    color: #666;
    color: var(--color);
    border: 1px solid #ccc;
    border-radius: 3px;
}

textarea:focus {
    color: #000;
}

optgroup {
    font-weight: 700;
}

td,
th {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    min-height: 1em;
}

p {
    word-break: normal;
    overflow-wrap: break-word;
}

dfn,
cite,
em,
svg {
    font-style: italic;
}

address {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

big {
    font-size: 125%;
}

embed,
iframe,
object {
    max-width: 100%;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.is-show {
    display: block !important
}

.is-hide {
    display: none
}

.flex-child-center {
    display: inline flex;
    align-items: center;
    gap: .375em;
}

input {
    font-size: 1rem;
    font: inherit;
    margin: 0;
    line-height: normal
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 0px;
    background: linear-gradient(to right, #ffffff, #ffffff);
    transition: 0.3s;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 5px;
    height: 15px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transition: transform 0.5s;
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.3);
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    border: 1px solid;
    border-color: #ccc #ccc #b0b0b0;
    border-radius: 3px;
    background: #ddd;
    box-shadow: none;
    color: #000c;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    -webkit-appearance: button
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #b0b0b0 #b0b0b0;
    box-shadow: none
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
    border-color: #b0b0b0 #b0b0b0 #b0b0b0;
    box-shadow: none
}

input[disabled] {
    cursor: default
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    color: #666;
    color: var(--color);
    border: 2px solid #ccc;
    border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
    color: #000
}

a {
    text-decoration: none;
    transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    font-family: "Noto Serif SC", serif;
}

a:focus,
a:active,
a:hover {
    outline: none;
    color: white;
    color: var(--accent-color)
}

a:active {
    cursor: inherit;
    cursor: none;
}

button {
    margin: 0;
    font: inherit;
    cursor: pointer;
    border: 1px solid;
    border-color: #ccc #ccc #b0b0b0;
    border-radius: 3px;
    background: #ddd;
    box-shadow: none;
    color: #000c;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-transform: none;
    -webkit-appearance: button;
}

@media (any-hover: hover) {
    button:hover {
        border-color: #b0b0b0 #b0b0b0 #b0b0b0;
    }

    button:focus {
        border-color: #b0b0b0 #b0b0b0 #b0b0b0;
    }

    button:active {
        border-color: #b0b0b0 #b0b0b0 #b0b0b0;
    }
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

::-webkit-scrollbar {
    width: .375rem;
    height: .375rem;
    background-color: #eee
}

::-webkit-scrollbar-track {
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    background-color: white;
    background-color: var(--accent-color)
}

/*Iconify图标*/
.iconify {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    transition: all .5s ease-in-out;
}

/*页眉 导航栏*/
.site-header {
    right: 0;
    height: var(--header-height);
    width: 100%;
    z-index: 9;
    position: absolute;
}

.site-header.iconsearch {
    font-size: 1.125rem;
    position: relative;
    z-index: 10
}

.site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    box-sizing: border-box;
    opacity: 0;
    transition: top 0.5s ease, opacity 0.5s ease, backdrop-filter 1s ease;
    top: -50px;
}

.site-header .header-inner .header-after,
.site-header .header-inner .header-content,
.site-header .header-inner .header-before {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .header-inner .header-after,
.site-header .header-inner .header-before {
    position: absolute
}

.site-header .header-inner .header-before {
    left: 1.25rem
}

.site-header .header-inner .header-content {
    flex: 1
}

.site-header .header-inner .header-after {
    right: 1.25rem;
    color: var(--color);
}

@media (max-width: 768px) {
    .site-header .header-inner {
        display: none;
    }
}

.is-homepage .site-header {
    position: fixed;
}

.site-header:hover .header-inner {
    top: 0;
    opacity: 1;
}

section:not(.is-homepage) .site-header .header-inner {
    box-shadow: 0 1px 20px -8px #00000080;
    backdrop-filter: blur(20px);
}

@media (max-width: 768px) {
    section:not(.is-homepage) .site-header .header-inner {
        box-shadow: none;
        backdrop-filter: none;
    }
}

.is-homepage .site-header .yya .header-inner .lower-container {
    display: block;
}

.yya .header-inner {
    position: fixed;
    top: 0;
    background: #fff;
    background: var(--header-background);
}

.yya.sabit .header-inner {
    top: 0
}

@media (max-width: 768px) {
    .yya .header-inner {
        background: transparent;
        box-shadow: none
    }
}

.site-branding {
    position: relative;
}

.site-branding .site-title {
    display: flex;
    margin: 0
}

.site-branding .site-title a {
    color: var(--color);
    font-weight: bold;
    margin-top: 5px;
}

.site-branding .site-title a:hover {
    color: white;
    color: var(--accent-color)
}

.site-branding .site-title img {
    height: 1.8rem;
    width: 5.1rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 5px;
    margin-right: .5rem;
}

.site-branding .site-title img:hover {
    opacity: 1
}

.site-branding .site-title a,
.site-branding .site-title img {
    display: flex;
    font-size: 1.8rem;
    font-family: 'Clock';
    transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    align-items: center;
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    .site-branding .site-title {
        font-size: 1.25rem;
        margin-right: .625rem;
        display: none;
    }
}

.header-user-avatar {
    display: flex;
    position: relative;
    animation: fadeInTop 1s;
    margin-left: 1.25rem;
    transition: transform .3s;
}

.header-user-avatar svg {
    font-size: 1.875rem;
}

.header-user-avatar:hover {
    transform: scale(1.2)
}

.header-user-avatar img {
    border-radius: 100%;
    cursor: pointer;
    height: 1.875rem;
    -o-object-fit: cover;
    object-fit: cover
}

.header-user-avatar:hover .header-user-menu {
    display: block
}

@media (max-width: 768px) {
    .header-user-avatar {
        display: none
    }
}

.header-user-menu {
    position: absolute;
    right: -11px;
    top: 2.875rem;
    display: none;
    animation: header-user-menu .4s;
    box-shadow: 0 1px 40px -8px #00000080;
    border-radius: 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    background: var(--background-color);
    width: -moz-max-content;
    width: 90px;
}

.header-user-menu .herder-user-name {
    font-size: .75rem;
    padding: 10px;
    border-radius: 4px 4px 0 0
}

.header-user-menu .herder-user-name .herder-user-name-u {
    font-weight: 700;
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header-user-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 18px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent var(--card-background-color)
}

.header-user-menu .user-menu-option {
    padding: 5px 15px;
    border-radius: 0 0 4px 4px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.header-user-menu .user-menu-option a:hover {
    color: var(--accent-color);
}

.header-user-menu a {
    display: block;
    margin: 6px 0;
    width: 90px;
    color: var(--color);
    font-size: 13px
}

.header-user-menu .no-logged {
    font-size: .8125rem;
    padding: 15px 10px;
    border-radius: 4px;
    border: 0
}

.header-user-menu .no-logged a {
    display: initial;
    font-size: .875rem;
    padding: 0 5px;
    font-weight: 700;
    text-decoration: none
}

@keyframes header-user-menu {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.searchbox {
    animation: fadeInTop 1s;
    margin-left: 0.75rem;
    transition: transform .3s;
}

.searchbox:hover {
    transform: scale(1.2);
}

.searchbox .iconsearch {
    cursor: pointer;
    font-size: 1.875rem;
    transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
    .searchbox {
        display: none
    }
}

.lower-container {
    position: absolute;
    text-align: center;
    pointer-events: none
}

.lower-container .lower {
    font-size: 1rem;
    position: relative;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .lower-container .lower {
        display: none
    }
}

.navbar {
    position: relative;
    float: right;
    animation: fadeInTop .2s
}

.navbar ul,
.navbar li {
    list-style: none;
    margin-left: 0
}

.navbar .menu-root {
    margin: 0;
    padding: 0;
    display: flex
}

.navbar .menu-root .menu-item:hover>.sub-menu {
    display: inline-block !important;
    transition: all .4s
}

.navbar .menu-root .sub-menu {
    display: none;
    opacity: 1;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    background: var(--background-color);
    z-index: 10;
    padding: .625rem;
    width: auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 40px -8px #00000080;
    animation: menufadeInTop .3s .1s ease both
}

.navbar .menu-root .sub-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-color: transparent var(--background-color) transparent transparent
}

.navbar .menu-root>.menu-item {
    padding: 0 .875rem;
    transition: all 1s ease;
    display: inline-block;
    color: var(--color);
}

@media (max-width:1200px) {
    .searchbox {
        display: none;
    }

    .header-user-avatar {
        display: none;
    }

    .navbar .menu-root>*:nth-child(n+7) {
        display: none;
    }

    .site-branding .site-title img {
        display: none;
    }
}

.teleport-btn {
    all: inherit;
    position: relative;
    display: flex;
    transition: transform .3s ease;
    animation: fadeInTop 1s;
    font-size: 1.875rem;
}

.teleport-btn:hover {
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .teleport-btn {
        display: none;
    }
}

.navbar .menu-root>.menu-item>.sub-menu {
    top: 100%;
    left: auto;
    transform: none;
    animation: fadeInUp .3s .1s ease both
}

.navbar .menu-root>.menu-item>.sub-menu:before {
    top: -20px;
    left: 50%;
    margin-left: -10px;
    transform: none;
    border-color: transparent transparent;
    border-bottom-color: #fff;
    border-bottom-color: var(--background-color)
}

.navbar .menu-root>.menu-item li {
    width: 100%;
    padding: 0
}

.navbar .menu-root>.menu-item a {
    font-family: "DM Serif Text", serif;
    padding: 10px 0;
    display: inline-block;
    color: #ffffff;
    width: auto;
    white-space: nowrap;
    position: relative;
    transition: all .5s ease;
}

.menu-item.active a {
    color: var(--accent-color) !important;
    text-shadow: 0 0 10px var(--accent-color);
    pointer-events: none;
    transform: scale(1.2);
}

.menu-item a.disabled {
    pointer-events: none;
}

.navbar .menu-root>.menu-item a:hover {
    color: var(--accent-color);
    text-shadow: 0 0 10px var(--accent-color);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .navbar .navbar ul li .animated-hover svg {
        display: inline
    }
}

@media (max-width: 1280px) {
    .navbar .navbar.hide {
        display: none
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes menufadeInTop {
    0% {
        opacity: 0;
        transform: translate(10px) translateY(-50%)
    }

    to {
        opacity: 1;
        transform: translate(0) translateY(-50%)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

/*以下页面主体*/
/*标题部分*/
.main {
    position: relative
}

.column {
    animation: main .5s;
    z-index: 2;
}

.wrapper {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .1s ease;
    overflow: hidden;
    transform-origin: top center;
}
.is-homepage .wrapper{
    z-index: unset;
}

.container {
    perspective-origin: top center;
}

.container.is-homepage {
    perspective: none;
}

/*.container.open .wrapper,
.skin-menu.no-select.show~.container .wrapper {
    transform: translateY(10px) translateZ(-10px);
}*/

.container.is-homepage.open .wrapper,
.skin-menu.no-select.show~.container.is-homepage .wrapper {
    transform: none;
}

@media (max-width: 768px) {
    .wrapper {
        transition: all .1s ease;
        width: 100%;
        height: auto;
        position: relative
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.column .header {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.column .header .page-header .pattern-title h1 {
    font-family: "ZCOOL XiaoWei", sans-serif;
    display: inline-block;
    font-size: clamp(12px, 5vw, 50px);
    font-weight: 400;
    color: #666;
    color: var(--color);
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.column .header .page-header .pattern-title h1:before {
    content: ">";
    color: var(--accent-color);
    font-family: 'Plaster';
    margin-right: 20px;
}

.column .header .page-header .pattern-title h1:after {
    content: "<";
    color: var(--accent-color);
    margin-left: 20px;
    font-family: 'Plaster';
}

.titletop {
    font-family: 'ZCOOL XiaoWei';
    margin: 0 0 1em;
}

.titlebottom {
    font-family: 'ZCOOL XiaoWei';
}

.titlebottom2 {
    font-size: .5em;
    color: #cbcbcb;
}

@media (max-width: 768px) {
    .column .header .page-header .pattern-title {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .column .header .page-header .pattern-title h1 {
        font-size: 40px;
        text-wrap: balance;
    }

    .column .header .page-header .pattern-title h1:before {
        font-size: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .column .header .page-header .pattern-title h1:after {
        font-size: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/*内容部分*/
.site-content {
    width: 90%;
    max-width: 64rem;
    display: flex;
    margin: 0 5%;
    justify-content: center;
    z-index: 2 !important;
    flex-direction: column;
}

.site-content.photos{
    max-width: 80rem;
}

.main-inner {
    position: relative;
    z-index: 1;
}

.content-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*页脚*/
.site-footer {
    max-width: 780px;
    padding: 30px 1px 50px;
    margin: auto;
    background-color: transparent;
    position: relative;
    z-index: 0;
    transition-duration: .5s !important;
    transition: transform .3s ease;
    opacity: 0;
    animation: fadeIn 1s 1.5s forwards;
}

.container.is-homepage .site-footer {
    position: fixed;
    bottom: 0;
    opacity: .5 !important;
    padding: 0 0 35px;
    animation: main 1s ease;
    transition-duration: 0s !important;
    transition: transform 0s ease;
}

.container.is-homepage .site-footer.fade-out{
    animation:fadeOut .3s ease
}

.container.is-homepage .site-footer p{
    margin:0;
    margin-bottom:5px;
}

.site-footer .site-info {
    font-family: "Sulphur Point", sans-serif, "ZCOOL XiaoWei", sans-serif;
    margin-bottom: 2px;
    text-align: center;
    font-size: .8125rem;
    color: #b0b0b0;
}

.site-footer .site-info a {
    font-family: "Sulphur Point", sans-serif, "ZCOOL XiaoWei", sans-serif;
    color: #b0b0b0
}

.site-footer .site-info a:hover {
    color: white;
    color: var(--accent-color)
}

.footer-copyright p span .iconify {
    font-size: inherit;
    color: var(--accent-color);
    padding-bottom: 3px;
}

.footer-copyright p span a {
    text-decoration: none
}

.footer-device {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-device .footer-beian {
    display: flex;
    align-items: center
}

.footer-device .footer-beian a {
    display: flex;
    text-decoration: none
}

.footer-device .footer-beian a img {
    -o-object-fit: contain;
    object-fit: contain
}

.footer-device p {
    margin: 0 8px 0 0
}

/*移动端横屏*/
@media (max-height: 600px) {

    .weather {
        font-size: 1.5em !important;

    }

    .is-homepage .site-header .header-inner {
        display: none;
    }

    .change-skin-gear {
        display: none;
    }

    .mobile-change-skin {
        display: none !important;
    }

    .header-info {
        display: none;
    }

    .focusinfo {
        height: 100% !important;
    }

    .focusinfo .clock {
        font-size: 7.5rem !important;
        font-family: "Courier Prime", monospace !important;
        padding: 0 !important;
        bottom: 0 !important;
    }

    .center-text {
        font-size: 2rem !important;
    }

    .glitch,
    .glitch::before,
    .glitch::after {
        font-size: 2rem !important;
    }

    .notice {
        display: none !important;
    }

    .cover.is-homepage~.skin-menu {
        left: 0 !important;
        width: 100% !important;
        background: transparent !important;
        backdrop-filter: none !important;
        height: 50vh !important;
        top: 0 !important;
        box-shadow: none !important;
        transform: translate(0rem) !important;
    }

    .support,
    .copyright,
    .greeting-title,
    .skin-menu .row-container .menu-list,
    #main-runtime {
        display: none !important;
    }

    #g-pointer-2{
        display: none !important;
    }

    .parallax{
        display: none !important;
    }
}

/*左侧边栏*/
.site-nav-toggle {
    display: none
}

@media (max-width: 768px) {
    .site-nav-toggle {
        transition-duration: .5s;
        height: 2.5rem;
        display: block;
        z-index: 9;
        position: fixed;
        bottom: 3px;
        left: 5px;
    }

    .site-nav-toggle.open {
        display: none
    }

    .site-nav-toggle .nav-toggle {
        background: 0 0;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .site-nav-toggle .nav-toggle .icon {
        transition-duration: .2s;
        width: 1.2rem;
        height: 3px;
        background-color: var(--accent-color);
    }

    .site-nav-toggle .nav-toggle .icon:before,
    .site-nav-toggle .nav-toggle .icon:after {
        transition-duration: .5s;
        background-color: var(--accent-color);
        position: absolute;
        content: "";
        width: 1.6rem;
        height: 3px
    }

    .site-nav-toggle .nav-toggle .icon:before {
        top: 10px
    }

    .site-nav-toggle .nav-toggle .icon:after {
        bottom: 9px
    }
}

.teleport-btn2 {
    font-family: "DM Serif Text", serif !important;
    all: inherit;
    position: absolute;
    bottom: 45px;
    box-shadow: none;
    width: 45px;
}

.site-sidebar {
    width: 15rem;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 15;
    pointer-events: none;
    transform: translate(-15rem);
    transition: transform .5s cubic-bezier(0, 0, 0, 1.25);
    background-color: #00000050;
    box-shadow: 0 0 20px 3px #00000080;
    backdrop-filter: blur(10px);
}

.teleport-btn2 svg{
    font-size:2rem;
}

.site-sidebar .sidebar-close {
    position: fixed;
    bottom: 25px;
    left: 16rem;
    pointer-events: auto
}

.site-sidebar .sidebar-close:after,
.site-sidebar .sidebar-close:before {
    content: "";
    display: inline-block;
    background: var(--accent-color);
    width: 1.875rem;
    height: .1875rem;
    position: absolute
}

.site-sidebar .sidebar-close:before {
    transform: rotate(-45deg)
}

.site-sidebar .sidebar-close:after {
    transform: rotate(45deg)
}

.site-sidebar.open {
    transform: none
}

.site-sidebar .sidebar-inner {
    height: 100%;
    width: 100%;
    pointer-events: auto
}

.mobile-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height: 100%
}

.mobile-sidebar .avatar {
    margin: 40px 0 0;
}

.mobile-sidebar .avatar img {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mobile-sidebar .glitch-text {
    font-family: "ZCOOL XiaoWei", sans-serif;
    font-size: 1.7rem;
    text-align: center;
    color: #333;
    color: var(--color);
    font-weight: 900;
    letter-spacing: 1.5px;
    margin: 20px 0;
}

.mobile-sidebar .socials {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 1em;
    width: 100%
}

.mobile-sidebar .socials a {
    height: 22px;
    width: 22px;
    color: #fff;
}

.mobile-sidebar .navbar {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-sidebar .navbar ul,
.mobile-sidebar .navbar li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    align-items: center;
}

.mobile-sidebar .navbar ul:hover li {
    color: #ffffff80
}

.mobile-sidebar .navbar ul li {
    transition-duration: .25s;
    padding: 6px 0;
    color: #fff;
    letter-spacing: .02em
}

.mobile-sidebar .navbar ul li a {
    color: #333;
    color: var(--color);
    font-size: 1.2rem;
    text-overflow: ellipsis;
    width: 4.375rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.mobile-sidebar .navbar ul li a:hover {
    cursor: pointer;
    color: white;
    color: var(--accent-color)
}

.mobile-sidebar .navbar li ul li {
    padding: 5px 0
}

.mobile-sidebar .navbar li ul li a {
    font-size: .8125rem;
    color: #9cacc5
}

.mobile-sidebar .navbar .menu-root .menu-item {
    padding: 0
}

.mobile-sidebar .navbar .menu-root .menu-item a:hover:after {
    content: none
}

.mobile-sidebar .navbar .menu-root .sub-menu {
    display: block;
    position: static;
    box-shadow: none;
    padding: 0;
    text-align: left;
    margin-left: 1em;
    animation: none;
    transform: none
}

.mobile-sidebar .navbar .menu-root .sub-menu:before {
    content: none
}

.mobile-sidebar .navbar .menu-root .sub-menu a {
    color: #9cacc5;
    padding: 5px 0
}

.mobile-sidebar .footer {
    font-family: 'ZCOOL XiaoWei';
    height: 2.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    box-shadow: 0px 0px 8px 1px #0000004d;
    flex-direction: column;
}

.mobile-sidebar .footer p {
    text-align: center;
    font-size: .9125em;
    color: #b0b0b0;
    width: 100%;
    margin: 0;
}

#teleport-popup.show~.container:before,
.container.open:before,
.skin-menu.skin-menu.no-select.show~.container:before {
    content: "";
    opacity: 1 !important;
    pointer-events: all !important;
}

#main-container.container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0006;
    z-index: 10;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
}

#main-container.container:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-attachment: fixed;
    background: none;
    background: url('../images/themes/grid.png');
    pointer-events: none;
}


/*翻页模块*/
.list-navigator {
    text-align: center;
    margin: 4rem 0;
    display: block;
    opacity: 0;
    animation: main 1s 1s forwards;
}

.list-navigator a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem;
    padding: .625rem;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-sizing: border-box
}

.list-navigator a:hover {
    color: #fff;
    background: orange;
    background: var(--accent-color);
    border: 2px solid orange;
    border: 2px solid var(--accent-color);
    transition: all .2s ease-in-out;
    box-shadow: 0 0 15px var(--accent-color);
}

.list-navigator .iconify {
    font-size: 1em;
    color: #ccc
}

/*文章页上下篇模块*/
.post-pagination {
    overflow: hidden;
    width: 80%;
    display: flex;
    animation: main 1s;
}

.post-pagination .pagination-container {
    position: relative;
    flex: 1;
    height: 4rem;
    display: flex;
    align-items: center;
}

.post-pagination .pagination-container .iconify {
    font-size: 2rem;
}

.post-pagination .pagination-container a {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.post-pagination .pagination-container .label,
.post-pagination .pagination-container .info {
    position: absolute;
    font-size: .875rem
}

.post-pagination .pagination-container .label {
    top: 1em;
    display: block;
    text-transform: uppercase;
    color: #ffffffb3
}

.post-pagination .pagination-container .info h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 2em;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.post-pagination .previous .label,
.post-pagination .previous .info {
    left: 2.5em
}

.post-pagination .next .label,
.post-pagination .next .info {
    right: 2.5em
}

@media (max-width: 768px) {
    .post-pagination {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .post-pagination .pagination-container {
        flex: auto
    }
}

/*懒加载*/
.lazyload {
    filter: blur(0px);
    transition: .3s filter linear
}

.lazyload[src*="#lazyload-blur"],
.lazyload[style*="#lazyload-blur"] {
    filter: blur(10px)
}

.blur-up {
    filter: blur(5px);
    transition: filter .4s
}

.blur-up.lazyloaded {
    filter: blur(0)
}

/*右侧边栏按钮*/
.change-skin-gear {
    position: fixed;
    bottom: 0.2rem !important;
    right: 5px;
    width: auto;
    height: auto;
    z-index: 10;
    visibility: visible;
    white-space: nowrap;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    color: #b0b0b0;
    transition: transform .3s;
}

.change-skin-gear:hover {
    transform: scale(1.2);
}

.change-skin-gear svg {
    display: inline-block
}

@media (max-width: 768px) {
    .change-skin-gear span:before {
        content: ""
    }

    .change-skin-gear svg {
        font-size: 20px
    }

    .change-skin-gear {
        display: none !important;
    }
}

.rotating {
    animation: rotating 3s linear infinite
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

/*手机右侧边栏按钮*/
.mobile-change-skin {
    padding: 0;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    z-index: 9;
    border: 0;
    outline: 0;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    color: #818181;
    color: var(--accent-color);
    transition: all .3s ease;
    font-size: 1.3rem;
}

.mobile-change-skin svg {
    display: inline-block
}

@media (max-width: 768px) {
    .mobile-change-skin {
        display: block;
    }

    .change-skin-gear {
        display: none !important;
    }
}

/*右侧边栏内容*/
.skin-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 15rem;
    background-color: #00000050;
    box-shadow: 0 0 20px 3px #00000080;
    transform: translate(15rem);
    z-index: 15;
    transition: transform .5s cubic-bezier(0, 0, 0, 1.25);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.skin-menu.show {
    transform: none;
}

.skin-menu .row-container {
    font-family: "ZCOOL XiaoWei", sans-serif;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.skin-menu .row-container .font-family-controls {
    padding: 3px 12px 16px
}

.skin-menu .row-container .menu-list {
    display: flex;
    text-align: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
}

.video-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #31363b69;
    border-radius: 50%;
    box-shadow: 0 4px 20px #00000090;
    transition: transform .3s;
    position: absolute;
    top: 17%;
    z-index: 1;
    transition: all .5s;
    opacity: .5;
}

.bg-setting{
    padding-top: 0;
    transition: all .5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeOut .5s ease forwards;
    margin-top: -8rem;
}

.bg-setting.active{
    animation: main .5s ease forwards;
    padding-top: 45px;
    margin-top: 0;
}

@media (hover: hover) and (pointer: fine) {
.video-icon:hover{
    background-color: white;
    background-color: var(--accent-color);
    color: white;
    transform: scale(1.2);
    box-shadow: 0 4px 20px 2px #ff000090;
    opacity: 1;
}
}

.video-icon.active{
    background-color: white;
    color: var(--accent-color);
    box-shadow: 0 4px 20px 2px #ffffff90;
    width: 3rem;
    height: 3rem;
    top: 50%;
    opacity: 1;
}

@media (max-width: 768px) {
    .video-icon{
        top: 20%;
    }
    .bg-setting{
        margin-top: -6rem;
    }
}

.menu-title {
    width: 100%;
    box-shadow: 0 0 25px #00000075;
    margin: 10px 0;
    padding: 10px 0;
    display: inline-flex;
    justify-content: center;
}

.menu-title.active svg:nth-child(1) {
    transform: rotate(90deg);
}

.skinmenu-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}

.skin-menu .menu-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #31363b69;
    border-radius: 50%;
    box-shadow: 0 4px 20px #00000090;
    transition: transform .3s;
}

.skin-menu .menu-list li.active {
    background-color: white;
    color: var(--accent-color);
    box-shadow: 0 4px 20px 2px #ffffff90;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
.skin-menu .menu-list li:hover {
    background-color: white;
    background-color: var(--accent-color);
    color: white;
    color: var(--accent-color);
    transform: scale(1.2);
    box-shadow: 0 4px 20px 2px color-mix(in srgb, var(--accent-color), transparent 30%);
}
}

@media (min-width: 768px) {
.skin-menu .menu-list li:active {
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px #00000090 !important;
    color: var(--accent-color);
}

.skin-menu .menu-list li:hover svg {
    color: #fff
}

.skin-menu .menu-list li:active svg {
    color: var(--accent-color) !important;
}
}

.bg-controls {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    align-items: center;
}

.filter-option {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

@media (min-width: 768px) {
.filter-option:hover {
    color: var(--accent-color);
}
}

.filter-option.active {
    background-color: var(--accent-color);
    color: #ffffff;
}

#brightness-level,#saturation-level,#blur-level {
    display: none;
}

.fillter-A {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    margin: 0 0 5px;
}

.bg-controls .fillter-A {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    margin: 5px 0 0;
}

.fillter-A input{
    width: 10rem;
}

.bg-controls .fillter-B {
    padding: 10px 0 0;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
#dark-light-filter{
    display: none;
}

@media (max-width: 768px) {
    .skin-menu {
        bottom: 0;
        right: -15rem;
    }

    .skin-menu.show {
        transform: translateX(-15rem);
    }

    .skin-menu:after {
        display: none
    }

    .bg-controls .fillter-A{
        display: none;
    }
    #dark-light-filter{
        display: block;
    }
}

#main-runtime {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#site-runtime {
    font-family: 'Plaster',"ZCOOL XiaoWei", sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
    color: var(--dark-color);
    opacity: .5;
}

#runtime {
    margin-top: 5px;
    display: flex;
}

#runtime p{
    margin: 0;
}

.site-statistics {
    width: 100%;
    box-shadow: 0 0px 25px #00000075;
    justify-content: center;
    margin: 10px 0;
    padding: 10px 0;
    display: inline-flex;
}

#main-runtime.active .site-statistics>svg:nth-child(1) {
    transform: rotate(90deg);
}

.site-visit {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color);
}

.site-visit-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#site_uv {
    margin: 5px 0 0;
    display: none;
}

#main-runtime .iconify {
    display: inline-block;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.2);
    }

    30% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.15);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.site-visit-item .iconify {
    animation: none !important;
}

.greeting-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.greeting {
    margin: 15px 0;
    font-size: 2rem;
    font-weight: 800;
}

.greeting1 {
    font-size: 1.1rem;
    font-weight: 600;
}

.keyboard-tip-A {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    flex-direction: row-reverse;
}

.keyboard-tip-A span {
    color: inherit;
}

.keyboard-tip-L {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    line-height: 2;
}

.keyboard-tip-R {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    line-height: 2;
}

.keyboard-tip-R .key-item:hover{
    transform: scale(1.1);
    color: var(--accent-color);
}

@media (max-width: 768px) {
    .keyboard-tip-A {
        display: none;
    }
}

.key-item {
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.key-item svg {
    margin-right: 5px;
}

.weather-inner {
    margin: 0 3px;
    white-space: nowrap;
}

.weather {
    display: flex;
    font-size: 1em;
    font-weight: 800;
    z-index: 1;
    justify-content: center;
}

#fps-monitor{
    color: var(--color);
    position: absolute;
    top: 10px;
    opacity: .3;
    font-family: 'PT Mono', 'ZCOOL XiaoWei';
}

.mobile-background {
    display: none;
}

/*搜索框页*/
.search-form .search-form-input {
    position: relative;
    text-align: center;
}

.search-form .icon-search {
    font-size: 2rem;
    line-height: 1;
    color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}

.search-form input {
    font-family: "ZCOOL XiaoWei", sans-serif;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 4rem 1rem 4rem;
    width: 100%;
    outline: none;
    border-radius: 50px;
    box-sizing: border-box;
    transition: background 1s;
    background: transparent;
}

.search-form input::-webkit-input-placeholder,
.search-form input::-moz-placeholder,
.search-form input:-ms-input-placeholder {
    color: #ddd
}

.search-form input:focus {
    color: #666;
    color: var(--color)
}

.search-form .search-close {
    position: absolute;
    width: 2.25rem;
    height: 2.25rem;
    background: 0 0;
    top: 20px;
    right: 15px;
    transition: transform .3s ease;
    animation: main 1s ease;
}

.search-form .search-close:hover {
    transform: scale(1.2) rotateZ(90deg);
}

.search-form .search-close:before,
.search-form .search-close:after {
    background-color: #666;
    background-color: var(--color);
    position: absolute;
    content: "";
    width: 1.875rem;
    height: .125rem;
    top: 17px;
    left: 2px;
}

.search-form .search-close:after {
    transform: rotate(45deg)
}

.search-form .search-close:before {
    transform: rotate(-45deg)
}

.search-form-modal {
    transition:opacity .3s ease;
    overflow: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00000080;
    opacity: 0;
    backdrop-filter: blur(20px);
    display:none;
}

.search-form-modal.is-visible {
    opacity: 1;
}

.search-form-modal .search-form-inner {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    padding: 0 20px;
    margin: auto;
    text-align: left;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 285px;
    top: 0;
    bottom: 0;
}

.search-form-modal.is-visible .search-form-inner{
    animation: main 1s ease;
}

.search-form-modal .search-form-inner p {
    font-family: "ZCOOL XiaoWei", sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 1.2rem;
}

#search-icon {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.searchicon {
    padding: 10px;
    transition: transform .5s;
}

.searchicon:hover {
    transform: scale(1.3)
}

/*首屏*/
.centerbg {
    animation: main 1s ease;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    justify-content: center;
}

@font-face {
    font-family: 'Clock';
    src: url('font/LibreBarcode128Text-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

.focusinfo .clock {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282c36;
    color: white;
    font-family: "Clock", system-ui, monospace;
    font-size: 3rem;
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
    bottom: 0.5rem;
    position: relative;
}

.focusinfo {
    z-index: 2;
    text-align: center;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .1s ease;
    justify-content: center;
}

.focusinfo img {
    width: 8.125rem;
    height: 8.125rem;
    padding: 2px;
    border-radius: 100%
}

.header-tou img {
    box-shadow: inset 0 0 10px #000;
    padding: .3125rem;
    opacity: 1;
    transform: rotate(0);
    transition: all ease 1s
}

.header-tou img:hover {
    transform: rotate(360deg)
}

.center-text {
    margin: 0;
    font-size: 7rem;
    transition: background 1s;
    font-family: "ZCOOL XiaoWei", sans-serif;
}

@media (max-width: 768px) {
    .center-text {
        font-size: 3.5rem;
    }

    .focusinfo {
        height: 80%;
    }
}

.glitch {
    position: relative;
    color: #fff;
    mix-blend-mode: lighten;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: 0 0 10px #ffffff40;
}

/* 熄灭阶段 */
.glitch-off {
    color: #808080;
    text-shadow: none;
}

.header-info {
    max-width: 70%;
    position: relative;
    margin: 0;
    font-size: 1rem;
    color: var(--color);
    background: transparent;
    padding: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
    box-sizing: initial;
    white-space: nowrap;
}

.header-info p {
    font-family: "Noto Serif SC", serif;
    margin: 0;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

.yiyan {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .header-info.no-select {
        background: transparent;
        margin-top: -1rem;
    }

    .yiyan {
        display: none
    }

    .top-social {
        margin-top: 0;
    }

    .top-social>*:nth-child(n+5) {
        display: none;
    }
}

.typing-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    margin: 0 auto;
}

.typing-text p {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    margin-left: 6px;
}

.typing-text i {
    text-align: center;
}

.cursor {
    font-size:1.3rem;
    display: flex;
    align-items: center;
    margin:0 -5px;
    animation: blinkCursor 1s infinite;
}

@keyframes blinkCursor {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.yiyan svg {
    font-size: 1em;
}

.top-social {
    display: flex;
    justify-content: center;
    height: 1.625rem;
    margin-top: 1rem;
    list-style: none
}

.top-social img {
    height: 1.75rem;
    width: 1.75rem;
    padding: 0;
    background: 0 0
}

.top-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.top-social li {
    float: left;
    margin-left: .5rem;
    margin-right: .5rem;
    transition: transform .3s;
    color: #fff;
    display: flex;
    align-items: center;
}

.top-social li a {
    color: #fff;
    display: flex;
    align-items: center;
}

.top-social li:hover {
    transform: scale(1.2);
}

.top-social .social-image {
    position: relative;
}

.top-social .social-image .social-image-inner {
    width: 8rem;
    height: 8rem;
    padding: .625rem;
    background: rgba(0, 0, 0, .4);
    left: -3.75rem;
    top: 2rem;
    opacity: 0;
    position: absolute;
    border-radius: 8px;
    transition: .7s all ease;
    transform: translate3d(0, 3rem, 0);
    z-index: 9;
}

.top-social .social-image .social-image-inner:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 50%;
    margin-left: -1rem;
    border-width: 1rem;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .4) transparent
}

.top-social .social-image .social-image-inner img {
    border-radius: 0;
    width: 8rem;
    height: 8rem;
    padding: 0;
    background: 0 0
}

.top-social .social-image:hover>.social-image-inner {
    transform: translate3d(0, 16px, 0);
    opacity: 1;
    visibility: visible
}

.social-image-inner {
    pointer-events: none;
}

/*文章列表单模块*/
.site-main {
    display: flex;
    flex-direction: column;
}

.site-main .post {
    opacity: 0;
    margin-bottom: 1rem !important;
    background: #00000010;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 10px #00000050;
    border: 1px solid #00000000;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.site-main .post:hover {
    border: 1px solid #96969650;
    transform: scalex(1.02);
}

.hotpost {
    color: var(--color);
    transform: rotate(45deg);
}

.post-list .post-status a {
    font-family: "Noto Serif SC", serif;
    min-height: 3.75rem;
    font-size: .9375em;
    color: var(--dark-color);
    letter-spacing: 0;
    line-height: 1.5rem;
    transition: color 1s;
    mix-blend-mode: plus-lighter;
}

.post-list .entry-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.post-list .post-status {
    padding: 0 20px 1rem;
    pointer-events: none;
}

.post-list .entry-header h1.entry-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    max-width: 65%;
    flex-wrap: wrap;
    flex-direction: column;
    margin: .5em 0 0;
}

.post-list .entry-header .entry-title a {
    font-family: "ZCOOL XiaoWei", sans-serif;
    color: #ffffff;
}

.post-list .entry-header .p-time {
    font-family: "ZCOOL XiaoWei", sans-serif;
    font-size: .75rem;
    color: #999;
    margin: 1em 0.3em 0 0;
}

.post-list .entry-header .p-time .iconify {
    scale: 1.2;
    margin-right: 5px
}

.post-list .post-more {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.post-list .post-more .iconify {
    font-size: 2em;
    color: var(--dark-color);
    transition: all .3s ease;
}

.post-list .post-more .iconify:hover {
    color: var(--accent-color)
}

.post-list .post-thumb{
    position: absolute;
    height: 100%;
    right: 0;
    width: 600px;
    top: 0;
    z-index: -1;
    pointer-events: none;
    filter: brightness(.5);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    display: flex;
    align-items: center;
}

.post-thumb img{
    width:100%;
}

@media (max-width: 768px) {
    .post-list .post-status a {
        font-size: .875rem;
        overflow: hidden
    }

    .post-list p {
        font-size: .875rem;
        overflow: hidden
    }

    .post-list .feature {
        margin-left: 1.25rem
    }

    .post-list .feature img {
        width: 3.25rem;
        height: 3.25rem
    }

    .post-list .feature .overlay {
        display: none
    }

    .post-list .entry-header h1.entry-title {
        font-size: 1rem;
        line-height: 1.875rem;
        max-width: 90%;
        margin: 10px 0 5px;
    }

    .post-list .entry-footer .post-more {
        display: none
    }
    .post-list .post-thumb{
        -webkit-mask-image: none;
        mask-image: none;
        width: 100%;
    }
}

.post-list .post-thumb::after{
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%), radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, .3) 166%);
}

.page-none-content {
    margin: 1.5em 0 5.5em;
    animation: main .5s ease;
}

.page-none-content .page-header .page-title {
    font-size: 1.25rem;
    font-weight: 400;
    border: 1px dashed #ddd;
    padding: .625rem .9375rem;
    color: #7d7d7d;
    margin-bottom: 1.875rem
}

.page-none-content .page-content {
    text-align: center;
    color: gray;
    text-decoration: line-through;
    font-size: 1.2em;
    font-weight: 800;
}

.meta-container {
    display: flex;
    margin: 0;
    font-size: .875rem;
    padding: 1.125rem 0 0
}

.meta-container .post-meta-item {
    display: flex;
    align-items: center
}

.meta-container .post-meta-item p{
    margin:5px 0;
}

.meta-container .post-meta-item img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    margin-right: .75rem;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.meta-container .post-meta-item:not(:last-child):after {
    content: "·";
    margin: 0 .3125rem
}

@media (max-width: 768px) {
    .meta-container {
        flex-wrap: wrap
    }

}

.entry-content {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    flex-direction: column;
    align-items: stretch;
    animation: main 1s;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 15px #00000050;
    padding: 1.5rem 2rem;
    border-radius: 30px;
    background: #00000010;
    border: 1px solid #96969650;
}

.entry-content h1::before {
    content: "¶";
    color: var(--accent-color);
    margin-right: 5px;
}

.entry-content h2::before {
    content: "#";
    color: var(--accent-color);
    margin-right: 10px;
}

.entry-content h3::before {
    content: "-";
    color: var(--accent-color);
    margin-right: 10px;
}

.entry-content .begin {
    float: left;
    font-size: 3.6em;
    line-height: 1em;
    margin-right: 3px;
    margin-top: 2px;
    font-weight: 700
}

.entry-content h1 {
    color: var(--headfont-color);
    margin: 1.5em 0 1em;
    font-family: 'ZCOOL XiaoWei';
    min-height: 1.5em;
    border-bottom: 10px dotted #ffffff42;
}

.entry-content h2 {
    color: var(--headfont-color);
    margin: 1.5em 0 1em;
    font-family: 'ZCOOL XiaoWei';
    min-height: 1.5em;
    border-bottom: 3px dashed #ffffff60;
}

.entry-content h3 {
    color: var(--headfont-color);
    margin: 1.5em 0 1em;
    font-family: 'ZCOOL XiaoWei';
    min-height: 1.5em;
    border-bottom: 1px solid #ffffff60;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: var(--headfont-color);
    margin: 1.5em 0 1em;
    font-family: 'ZCOOL XiaoWei';
    min-height: 1.5em;
}

.entry-content a {
    color: var(--accent-color);
    position: relative
}

.entry-content a:hover {
    color: white;
    text-decoration: none;
}

.entry-content a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.entry-content a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    background-color: var(--accent-color);
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

.entry-content a img .alignleft,
.entry-content a img .alignright,
.entry-content a img .aligncenter {
    cursor: -webkit-zoom-in
}

.entry-content p {
    font-family: "Noto Serif SC", serif;
    color: #7d7d7d;
    color: var(--text-color);
    line-height: 1.875em;
    min-height: 1.5em;
}

.entry-content hr {
    border: 0;
    text-align: end;
    margin: 2em 0;
    height: 1.5em;
}

.entry-content hr:before {
    content: "............emmm";
    display: inline-block;
    color: var(--text-color);
    font-size: 1.2em;
    letter-spacing: .1em;
    line-height: 1.2;
    opacity: .3;
    font-weight: 800;
}

.entry-content ol,
.entry-content ul {
    color: #666;
    color: var(--list-color);
    margin-left: 0;
    border-radius: 10px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px
}

.entry-content ol li,
.entry-content ul li {
    margin: .5em 0
}

li[data-type="taskItem"] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

li[data-type="taskItem"] label {
    margin-left: -1.3rem;
    margin-right: .5rem;
}

.entry-content ul {
    list-style: disc
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    transition: color 1s;
    margin: .3em 0;
    white-space: pre-wrap;
}

.entry-content .post-password-form {
    text-align: center
}

.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.entry-content .table-wrapper {
    overflow: auto;
    color: #000;
    color: var(--entry-content-table-color)
}

.entry-content .table-wrapper::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.entry-content .table-wrapper::-webkit-scrollbar-track-piece {
    background: transparent
}

.entry-content .table-wrapper::-webkit-scrollbar-thumb {
    background: rgba(176, 176, 176, .4);
    cursor: pointer;
    border-radius: 2px
}

.entry-content .table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #b0b0b0
}

.entry-content .table-wrapper>table {
    border-collapse: collapse;
    overflow: auto;
    max-width: 100%;
    margin-right: .5rem;
    vertical-align: text-top
}

.entry-content .table-wrapper>table th {
    background-color: #0000001a
}

.entry-content .table-wrapper>table tr {
    word-break: keep-all
}

.entry-content .table-wrapper>table tr:nth-child(2n) {
    background-color: #fff;
    background-color: var(--background-color)
}

.entry-content .table-wrapper>table td,
.entry-content .table-wrapper>table th {
    padding: .5em 1em;
    border: 1px solid #ddd;
    line-height: 1.5;
    font-size: .9em
}

.entry-content .table-wrapper>table tbody>tr {
    transition: all .28s ease
}

.entry-content .table-wrapper>table tbody>tr:hover {
    background-color: #0003
}

.entry-content mark {
    transition: all .3s;
}

.entry-content mark:hover {
    background-color: rgb(49 49 49 / 0%) !important;
    color: var(--color) !important;
}

.entry-content mark>.mark-text {
    mix-blend-mode: difference;
}

@media (max-width: 768px) {
    .entry-content p {
        font-size: .875em
    }

    .entry-content .begin {
        margin-top: 6px
    }

    .entry-content {
        padding: 1.5rem;
    }
}

.serif .entry-content h2:after {
    font-size: 1.13em
}

.post-footer {
    animation: main 1s;
}

.post-footer .single-reward {
    position: relative;
    width: 100%;
    margin: 1rem 0;
    text-align: center;
    z-index: 1
}

.post-footer .flex-child-center {
    font-weight: 800;
    display: flex;
    justify-content: center;
}

.post-footer .flex-child-center img {
    width: 40px !important;
    height: 20px !important;
}

.post-footer .single-reward .reward-open {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
    color: #fff;
    line-height: 2.5rem;
    display: inline-block;
    border-radius: 100%;
    background: #d34836;
    cursor: pointer
}

.post-footer .single-reward .reward-open:hover .reward-main {
    display: block !important;
}

.post-footer .single-reward .reward-main {
    position: absolute;
    left: -9.375rem;
    margin: 0;
    background: 0 0;
    display: none;
    animation: main .6s;
    bottom: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px #0003;
}

.post-footer .single-reward .reward-row {
    margin: 0;
    background: #21212138;
    display: flex;
    border-radius: 4px;
    cursor: auto;
    padding: .5rem 1rem 1rem;

}

.post-footer .single-reward .reward-row:before {
    content: "";
    width: 0;
    height: 0;
    border-left: .8125rem solid transparent;
    border-right: .8125rem solid transparent;
    border-top: .8125rem solid #fff;
    position: absolute;
    bottom: .15rem;
    left: 0;
    right: 0;
    margin: 0 auto
}

.post-footer .single-reward .reward-row li {
    list-style-type: none;
    display: flex;
    flex-direction: column-reverse;
}

.post-footer .single-reward .reward-row li img {
    width: 8.125rem;
    max-width: 8.125rem;
    border-radius: 3px;
    position: relative;
    height: 8.125rem;
}

.post-footer .single-reward .reward-row li .reward-name {
    display: block;
    line-height: normal;
    font-size: .8125rem;
    color: #dddddd;
    margin-bottom: 10px;
    font-weight: 800;
    font-family: 'Noto Serif SC';
}

.post-footer .post-footer-meta {
    margin: 1rem 0;
    display: grid;
}

@media (max-width: 768px) {
    .post-footer .post-footer-meta {
        display: none;
    }
}

.post-license {
    text-align: center;
    font-size: .875rem
}

.post-license a {
    color: #b0b0b0
}

.post-license a:hover {
    color: #888
}

.author-profile {
    margin: 1rem 0;
    text-align: center;
    font-family: 'Noto Serif SC';
    animation: main 1s ease;
}

.author-profile .info {
    overflow: hidden;
    text-align: center
}

.author-profile .info .profile {
    display: inline-block
}

.author-profile .info .profile img {
    width: 4.375rem;
    height: 4.375rem;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author-profile .info .meta {
    display: block;
    text-align: center
}

.author-profile .info .meta h3 {
    margin: .625rem 0 0;
    text-transform: none
}

.author-profile .info .meta h3 p {
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    color: #b0b0b0;
    margin: 0;
}

.author-profile p {
    font-size: .815rem;
    color: #7d8588;
    letter-spacing: 0;
    display: inline-flex;
}

.author-profile p .iconify {
    color: white;
    color: var(--accent-color)
}

@media (max-width: 768px) {
    .author-profile {
        display: none
    }
}

.word_count {
    margin: 0
}

@keyframes main {
    0% {
        filter: blur(20px);
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes mainlong {
    0% {
        opacity: 0;
        transform: translateY(600px) rotateZ(45deg)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.code-block-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    z-index: 10;
    margin: 0;
    animation: elastic 1s
}

.code-block-fullscreen code {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 30px);
    height: calc(100% - 30px);
    height: var(--widthB);
    min-height: 99%;
    overflow: auto
}

.code-block-fullscreen-html-scroll {
    overflow: hidden
}

@keyframes elastic {
    0% {
        transform: scale(0)
    }

    55% {
        transform: scale(1)
    }

    70% {
        transform: scale(.98)
    }

    to {
        transform: scale(1)
    }

}

span.copy-code {
    color: #fff;
    position: absolute;
    right: .625em;
    display: none;
    top: .375em;
    padding-right: .125em;
    font-size: 1rem;
    z-index: 1
}

span.copy-code:hover {
    color: #ffffff80
}

span.copy-code:after {
    display: none
}

.page-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
    color: #ffffff
}

@media (max-width: 768px) {
    .page-header {
        margin-bottom: 0
    }
}

.page-header .pattern-center {
    position: relative;
    width: 100%;
    overflow: hidden;
    animation: header .5s
}

.page-header .pattern-center.single-center:after {
    display: none
}

.page-header .pattern-center:after {
    transition: background 1s
}

.page-header .pattern-center .pattern-attachment-img {
    height: 400px
}

.page-header .pattern-center .pattern-attachment-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000004d;
    z-index: 1
}

.page-header .pattern-center .pattern-attachment-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

@media (max-width: 768px) {
    .page-header .pattern-center.single-center .pattern-attachment-img {
        height: 17.5rem
    }

    .page-header .pattern-center.single-center .pattern-attachment-img:after {
        content: "";
        width: 150%;
        height: 4.375rem;
        background: #fff;
        background: var(--background-color);
        left: -25%;
        bottom: -2.875rem;
        border-radius: 100%;
        position: absolute;
        z-index: 1
    }

    .page-header .pattern-center.single-center .post-header h1 {
        font-size: 1.625rem;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .page-header .pattern-center .pattern-attachment-img img {
        height: 17.5rem
    }
}

.page-header .pattern-title {
    margin-top: 7rem;
    color: #464646;
    color: var(--color)
}

.page-header .pattern-title h1 {
    padding: 0;
    border: 0;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300
}

.page-header .pattern-title h1:before,
.page-header .pattern-title h1:after {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    color: #666;
    color: var(--color);
}

.page-header.is-decorate .pattern-title {
    margin-top: 0;
    position: absolute;
    text-shadow: 2px 2px 10px #000;
    z-index: 1
}

.page-header.is-decorate .pattern-title h1 {
    font-size: 2rem;
    color: #fff;
    font-weight: 500
}

.page-header.is-decorate .pattern-title h1:before,
.page-header.is-decorate .pattern-title h1:after {
    content: ""
}

.page-header.is-decorate .site-content .pattern-header {
    position: sticky;
    z-index: 1;
    text-shadow: 2px 2px 10px #000
}

.page-header.is-decorate .site-content .post-header {
    margin-top: -8rem
}

.page-header.is-decorate .site-content .page-header {
    margin-top: -17.5rem;
    text-align: center;
    margin-bottom: 12.5rem
}

.page-header.is-decorate .site-content .page-header.link-page-header {
    margin-top: -15.375rem
}

.page-header.is-decorate .site-content .page-header h1 {
    font-size: 2.5rem;
    color: #fff
}

.page-header.is-decorate .site-content .page-header h1:before,
.page-header.is-decorate .site-content .page-header h1:after {
    content: ""
}

.page-header.is-decorate .site-content .pattern-meta-container .entry-census,
.page-header.is-decorate .site-content .pattern-meta-container .entry-census a {
    color: #fff
}

@media (max-width: 768px) {
    .page-header .pattern-title {
        flex-direction: column
    }

    .page-header.is-decorate .pattern-title h1 {
        text-align: center !important
    }

}

@keyframes header {
    0% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

.post-share {
    float: right;
    list-style: none;
    margin-right: 1.25rem
}

.post-share:hover .show-share,
.post-share:hover .share-hidden {
    opacity: 1;
    display: inline-block
}

.post-share img:hover {
    opacity: .8
}

.post-share ul {
    list-style: none;
    opacity: 0;
    display: none;
    margin: 0;
    vertical-align: middle;
    position: relative;
    transition: opacity .4s ease-out
}

.post-share ul li i {
    font-size: 1.25rem
}

.post-share ul li a:hover {
    color: white;
    color: var(--accent-color)
}

.post-share li {
    float: left;
    margin-right: 1.875rem
}

.post-share li img {
    width: 1.125rem;
    height: 1.125rem;
    display: block
}

.post-share .social-share {
    opacity: 0;
    display: none
}

.post-share .show-share {
    cursor: pointer;
    opacity: .6;
    transition: opacity .1s ease-out;
    color: white;
    color: var(--accent-color)
}

@media (max-width: 768px) {
    .post-share {
        display: none
    }

}

.post-share .s-wechat {
    position: relative
}

.post-share .s-wechat:hover .wechat-qrcode {
    display: block
}

.post-share .s-wechat .wechat-qrcode {
    display: none;
    border-radius: 5px;
    border: 1px solid #eee;
    position: absolute;
    top: -215px;
    left: -95px;
    width: 200px;
    height: 192px;
    color: #666;
    color: var(--color);
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    background-color: var(--background-color);
    box-shadow: 0 2px 10px #b0b0b0;
    transition: all .2s
}

.post-share .s-wechat .wechat-qrcode:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.post-share .s-wechat .wechat-qrcode h4 {
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #7d7d7d
}

.post-share .s-wechat .wechat-qrcode img {
    width: auto;
    height: auto
}

.post-share .s-wechat .wechat-qrcode .qrcode {
    margin: 1px auto
}

.post-share .s-wechat .wechat-qrcode .help p {
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.card-container {
    backdrop-filter: blur(10px);
    position: relative;
    text-align: center;
    border: 0;
    border-radius: 10px;
    color: #000000de;
    background: transparent;
    background-size: cover;
    box-shadow: 0 -15px 35px #32325d1a, 0 5px 15px #00000012;
}

.card-container .chip-container .card-content {
    padding: 1.5rem;
    border-radius: 0 0 2px 2px
}

.card-container .chip-container .card-content .chip {
    margin: .625rem;
    padding: 1.25rem;
    display: inline-flex;
    line-height: 0;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 3px 5px #0000001f;
    z-index: 0
}

.card-container .chip-container .card-content .chip:hover {
    color: #fff;
    background: linear-gradient(to right, #4cbf30 0%, #0f9d58 100%)
}

.card-container .chip-container .card-content .chip.chip-default {
    color: #34495e
}

#nprogress {
    pointer-events: none;
    z-index: 10;
    position: absolute;
}

#nprogress .bar {
    background: orange;
    background: var(--accent-color);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px
}

#nprogress .bar .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px orange, 0 0 5px orange;
    box-shadow: 0 0 10px var(--accent-color), 0 0 5px var(--accent-color);
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 10;
    top: 15px;
    left: 13rem;
    width: auto;
    height: auto;
    margin: 0
}

@media (max-width: 1200px) {
    #nprogress .spinner {
        left: 7rem;
    }
    
}

@media (max-width: 768px) {
    #nprogress .spinner {
        left: 1rem;
    }
    
}

#nprogress .spinner .spinner-icon {
    width: 1.25rem;
    height: 1.25rem;
    box-sizing: border-box;
    border: solid 3px transparent;
    border-top-color: white;
    border-top-color: var(--accent-color);
    border-left-color: white;
    border-left-color: var(--accent-color);
    border-radius: 50%;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }

}

.is-collapsible {
    overflow: hidden;
    transition: all .3s ease-in-out
}

.is-collapsed {
    max-height: 0
}

.is-position-fixed {
    position: fixed;
    top: 0
}

.is-active-link {
    font-weight: 700
}

.is-active-link:before {
    background-color: white !important;
    background-color: var(--accent-color) !important
}

.headertop {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@keyframes header {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }

}

.notice {
    padding: 5px 20px 5px 10px;
    color: #ffffff;
    display: none;
    align-items: center;
    background: #00000030;
    border-radius: 30px;
    animation: notice 10s forwards;
    justify-content: center;
    box-shadow: 0 5px 10px 0px #00000060;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 8rem;
}

@keyframes notice {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    10% {
        opacity: 0;
        transform: translateY(30px);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}

@media (max-width: 768px) {
    .notice {
        top: 4rem;
        min-width: 300px;
    }
}

.notice .notice-content {
    vertical-align: baseline;
    width: 100%;
    text-align: center;
}

.notice .iconify {
    color: #ffffff;
    padding-right: 10px;
    font-size: 1.5rem;
    padding-left: 5px;
    min-width: 1.5rem;
    min-height: 1.5rem;
}

@media (max-width: 768px) {
    .site-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-content .post {
        width: 100%;
    }
}

.post-header {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.post-header .post-meta,
.post-header .pattern-title {
    width: 64rem;
}

.post-header .page-header {
    width: 100%
}

.post-header .post-meta .meta-container {
    font-family: "Noto Serif SC", serif;
    justify-content: center
}

.post-header .is-decorate .pattern-title {
    bottom: 2em
}

.post-header .is-decorate .pattern-title h1 {
    text-align: left
}

.post-header .is-decorate .post-meta .meta-container {
    justify-content: inherit;
    padding: 0
}

.post-header .is-decorate .post-meta .meta-container .post-meta-item *,
.post-header .is-decorate .post-meta .meta-container .post-meta-item:after {
    color: #fff
}

@media (max-width: 768px) {

    .post-header .post-meta,
    .post-header .pattern-title {
        width: 90%;
        margin: 0 auto;
    }

    .post-header .is-decorate .pattern-title {
        bottom: auto
    }

    .post-header .is-decorate .pattern-title h1 {
        text-align: inherit
    }

    .post-header .is-decorate .post-meta .meta-container {
        justify-content: center
    }

    .post-header h1 {
        font-size: 26px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: center
    }
}

.single-page-header .page-header.is-decorate .pattern-title h1 {
    font-size: 40px
}

.single-page-header .page-header .pattern-title h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.link-article .links {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.link-article .links .link-items {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.link-article .links .link-items .link-item {
    padding: 10px 30px;
    height: 4.5rem;
    margin: 4px;
    overflow: hidden;
    transition: all .5s;
    border-radius: 10px;
    width: 250px;
    box-shadow: 0 3px 10px 0px #00000050;
    backdrop-filter: blur(10px);
    animation: main 1s;
    border: 1px solid #ffffff00;
}

.link-article .links .link-items .link-item:hover {
    color: var(--accent-color);
    border: 1px solid #ffffff30;
    box-shadow: 0 5px 15px #00000070;
    transform: scale(1.03);
}

.link-article .links .link-items .link-item:hover .link-item-inner img {
    transform: translateX(-11rem) scale(2.5) rotateZ(45deg);
    z-index: -1;
}

.link-article .links .link-items .link-item:hover .link-item-inner .sitename {
    justify-content: flex-end;
    animation: fadeInLeft .5s ease;
    color: #fff;
}

.link-article .links .link-items .link-item:hover .link-item-inner .linkdes {
    justify-content: flex-end;
    animation: fadeInLeft .5s ease;
}

.link-article .links .link-items .link-item .link-item-inner img {
    float: right;
    opacity: 1;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 3px solid #00000050;
    transition: all .5s ease;
    position: absolute;
    right: 2rem;
    top: 8px;
}

@media (max-width: 768px) {
    .link-article .links .link-items .link-item{
        width: 350px;
    }
    .link-article .links .link-items .link-item:hover .link-item-inner img{
        transform: translateX(-17.5rem) scale(2.5) rotateZ(45deg);
    }
}

.link-article .links .link-items .link-item .link-item-inner .sitename {
    font-weight: 800;
    color: var(--accent-color);
    padding-top: 15px;
    display: flex;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
    justify-content: flex-start;
    animation: fadeInRight .5s;
}

.link-article .links .link-items .link-item .link-item-inner .linkdes {
    color: var(--color);
    font-size: 13px;
    text-overflow: ellipsis;
    text-shadow: 0 1px 3px BLACK;
    overflow: hidden;
    white-space: nowrap;
    line-height: 25px;
    transition: all .5s;
    animation: fadeInRight .5s ease;
    display: flex;
}

@media (max-width: 768px) {
    .link-article .links ul li:before {
        display: none
    }

    .link-article .links ul li:hover .sitename {
        color: --var(theme-color)
    }

    .link-article .links ul li:hover .linkdes {
        color: #999;
    }

    .link-article .links .link-items {
        grid-template-columns: repeat(1, 1fr)
    }
}

.archives-inner {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative
}

.archives-inner h2 {
    font-weight: 400;
    color: #666;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    text-align: center
}

.archives-inner .archive-item.active .archive-posts {
    max-height: -moz-max-content;
    max-height: max-content;
    transition-timing-function: cubic-bezier(.5, 0, .3, 1)
}

.archives-inner .archive-item {
    margin-top: 35px;
    position: relative;
    z-index: 1
}

.archives-inner .archive-item .archive-title {
    display: flex;
    align-items: center
}

.archives-inner .archive-item .archive-title .archive-time svg {
    padding: 10px;
    border-radius: 100px;
    background: orange;
    background: var(--accent-color);
    color: #fff
}

.archives-inner .archive-item .archive-title h3 {
    letter-spacing: 2px;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    color: white;
    color: var(--accent-color);
    margin-left: 10px
}

.archives-inner .archive-item .archive-title h3:hover {
    color: #ddd !important;
    cursor: pointer
}

.archives-inner .archive-item .archive-posts {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out
}

.archives-inner .archive-item .archive-posts .archive-post-item {
    position: relative
}

.archives-inner .archive-item .archive-posts .archive-post-item .archive-post-circle {
    height: 11px;
    width: 11px;
    background: orange;
    background: var(--accent-color);
    display: inline-block;
    position: absolute;
    margin-top: 22px;
    border-radius: 100px;
    left: 12px
}

.archives-inner .archive-item .archive-posts .archive-post-item .arrow-left-ar {
    width: 0;
    height: 0;
    display: block;
    float: left;
    margin-top: 10px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #f5f5f5;
    margin-left: 26px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick {
    margin-left: 46px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick a {
    color: #7d7d7d;
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick em {
    font-style: normal;
    margin-left: 5px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick .time {
    float: right;
    color: #ccc
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick .time svg {
    margin: 3px
}

@media (max-width: 768px) {
    .archives-inner {
        margin: 0 20px
    }
}

.tags-content {
    margin: 50px 0
}

.tags-content .tag-title {
    margin-bottom: 10px;
    color: var(--color);
    font-size: 1.75rem;
    font-weight: 400
}

.tags-content .tag-chips {
    margin: 1rem auto .5rem;
    max-width: 850px;
    text-align: center
}

.tags-content .tag-chips .tag-length {
    color: #fff;
    margin-top: 0;
    margin-left: 5px;
    margin-right: -2px;
    font-size: .9rem
}

@media (max-width: 768px) {
    .tags-content {
        margin: 20px 0
    }

}

.tag-header .page-header .pattern-title h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    color: #666;
    color: var(--color)
}

.categories-container .card-container {
    margin: 36px auto
}

.categories-container .card-container.category-show {
    animation: card-show 1s ease-in-out
}

.categories-container .card-container .categories-title {
    margin-bottom: 10px;
    color: var(--color);
    font-size: 1.75rem;
    font-weight: 400
}

.categories-container .card-container .categories-chips {
    margin: 1rem auto .5rem;
    max-width: 850px;
    text-align: center
}

.categories-container .card-container .categories-chips .categories-length {
    color: #fff;
    margin-top: 0;
    margin-left: 5px;
    margin-right: -2px;
    font-size: .9rem
}

.categories-container .card-container .category-echarts {
    width: 100%;
    height: 360px
}

@keyframes card-show {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.pagelist {
    font-size: 1.5rem;
    font-family: 'Sulphur Point';
    margin: 0 20px;
}

.categories-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    animation: main 1s ease;
}

.category-button {
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    background-color: #00000000;
    color: white;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: all .5s ease;
    width: 50px;
}

.category-button:hover {
    transform: scale(1.1);
}

.category-button.active {
    background-color: var(--accent-color);
    pointer-events: none;
    font-weight: 800;
    box-shadow: 0 0 15px var(--accent-color);
}

.category-header .page-header .pattern-title {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.category-header .page-header .pattern-title h1 {
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    width: auto
}

.category-header .page-header .pattern-title .cat-des {
    display: block;
    text-align: center;
    color: #999;
    margin-top: 15px;

}

:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap
}

.photos-container {
    margin: 50px 0;
    position: relative;
    z-index: 1;
    width: 110%;
    left: -5%;
    font-family: 'Noto Serif SC';
    animation: main 1s;
}

.photos-container .photos-inner .loading {
    height: 60px
}

.photos-container .photos-inner .loading .gallery {
    opacity: 0
}

.photos-container .photos-inner .photos-content {
    width: 100%;
    justify-content: center
}

@media (max-width: 768px) {
    .photos-container {
        padding-top: 0;
        margin: 30px 0;
        width: auto;
        width: 100% !important;
        left: 0 !important;
    }

}

.photos-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    letter-spacing: .2em;
    display: flex;
    flex-wrap: nowrap;
}

.photos-group ul li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 .5em 1.5em .5em;
}

.photos-group ul li span {
    display: block;
    color: #666;
    color: var(--color);
    position: relative
}

.photos-group ul li span:after {
    content: "";
    display: block;
    border-bottom: 2px solid var(--accent-color);
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: 50% 0;
    transition: transform .35s
}

.photos-group ul li span:hover:after,
.photos-group ul li span.active:after {
    width: 100%;
    transform: scale(1)
}

.gallery {
    clear: both;
    max-width: 100%;
    margin: 0;
    opacity: 1;
    transform: translateZ(0);
    transition: transform, opacity .35s
}

.gallery .gallery-item .gallery-caption {
    height: 100%;
    opacity: 0
}

.gallery .gallery-item:hover .gallery-caption {
    height: 100%;
    opacity: .6;
    transition: opacity .2s ease
}

.gallery .gallery-item:hover .gallery-caption .entry-summary {
    opacity: 1
}

.gallery .gallery-item:hover .gallery-caption .entry-summary h3,
.gallery .gallery-item:hover .gallery-caption .entry-summary p {
    transform: translateZ(0)
}

.gallery .gallery-item .gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none
}

.gallery .gallery-item .gallery-caption .entry-summary {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding-bottom: 1em;
    font-size: .8em;
    color: #fff
}

.gallery .gallery-item .gallery-caption .entry-summary h3,
.gallery .gallery-item .gallery-caption .entry-summary p {
    transition: transform .35s;
    padding: 0;
    margin: 0
}

.gallery .gallery-item .gallery-caption .entry-summary p {
    font-style: italic;
    font-size: .9em;
    opacity: .8;
    transform: translate3d(0, 20px, 0)
}

.gallery .gallery-item .gallery-caption .entry-summary h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .05em;
    transform: translateY(-20px);
    margin-bottom: .5em
}

@media (max-width: 768px) {
    .gallery .gallery-item .gallery-caption {
        background: #22222255;
        opacity: 1
    }

    .gallery .gallery-item .gallery-caption .entry-summary {
        opacity: 1
    }

    .gallery .gallery-item .gallery-caption .entry-summary h3,
    .gallery .gallery-item .gallery-caption .entry-summary p {
        transform: none
    }
}

.masonry-container {
    margin: auto 4vw
}

.masonry-container .photos-content {
    margin: 1.5em auto
}

.masonry-container .photos-content .gallery .gallery-item {
    margin: 0 0 30px;
}

.masonry-container .photos-content .gallery .gallery-item:hover .gallery-icon,
.masonry-container .photos-content .gallery .gallery-item:hover .gallery-caption {
    transform: scale(1.5) rotate(var(--random-rotate));
    animation: galleryzindex .3s forwards;
}
@media (max-width: 768px) {
    .masonry-container .photos-content .gallery .gallery-item:hover .gallery-icon,
    .masonry-container .photos-content .gallery .gallery-item:hover .gallery-caption {
    transform: none !important;
    z-index: unset !important;
    }
}


.masonry-container .photos-content .gallery .gallery-item.col-3 {
    width: calc((100% - 2 * 30px) / 3)
}

.masonry-container .photos-content .gallery .gallery-item.col-6 {
    width: calc((100% - 5* 30px) / 6);
}

.masonry-container .photos-content .gallery .gallery-item .gallery-icon {
    position: relative;
    z-index: 9;
    transition: transform .3s ease;
    text-align: center;
    box-shadow: 0 10px 15px 10px #00000070;
    animation: galleryiconzindex .3s;
}

@keyframes galleryzindex {
    0% {
        z-index: 11
    }
    100% {
        z-index: 11
    }
}

@keyframes galleryiconzindex {
    0% {
        z-index: 10
    }
    99% {
        z-index: 10
    }
    100% {
        z-index: 9
    }
}

.masonry-container .photos-content .gallery .gallery-item .gallery-icon a {
    position: relative;
    z-index: 9;
    margin-bottom:-2px;
}

.masonry-container .photos-content .gallery .gallery-item .gallery-icon img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 10px #fff;
}

@media (max-width: 768px) {
    .masonry-container .photos-content .gallery .gallery-item {
        width: 100% !important
    }
}

.masonry-tools {
    display: flex;
    justify-content: space-between
}

.masonry-tools .grid-changer {
    float: right;
}

.masonry-tools .grid-changer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .8em
}

.masonry-tools .grid-changer ul li {
    display: inline-block;
    margin-left: .2em
}

.masonry-tools .grid-changer ul li span {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--darker-color);
    position: relative;
    border: 2px solid var(--darker-color);
    transition: all .2s ease
}

.masonry-tools .grid-changer ul li span:hover {
    border-color: var(--accent-color);
    color: var(--accent-color)
}

.masonry-tools .grid-changer ul li span.active,
.masonry-tools .grid-changer ul li span.active:hover {
    border-color: var(--color);
    color: var(--color)
}

.masonry-tools .grid-changer ul li span svg {
    fill: #222;
    fill: var(--color)
}

@media (max-width: 768px) {

    .masonry-tools {
        justify-content: center
    }

    .masonry-tools .grid-changer {
        display: none
    }

}

.justify-tools {
    text-align: center
}

.justify-wrapper {
    max-width: 1024px;
    margin: 0 auto
}

.author-header .page-header .pattern-title {
    display: flex;
    align-items: center
}

.author-header .page-header .pattern-title h1 {
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    width: auto
}

.search-container {
    margin-top: 7.5rem;
}

.search-container .search-box {
    position: relative;
    margin-bottom: 3.125rem
}

.search-container .search-box svg {
    font-size: 1.5em;
    line-height: 1;
    color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    z-index: 1;
}

.search-container .search-box input {
    font-size: 1rem;
    padding: .75rem 4rem .75rem 4rem;
    width: 100%;
    outline: none;
    border-radius: 50px;
    box-sizing: border-box;
    transition: background 1s;
    color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 10px #00000050;
    text-align: center;
    background: transparent;
}

.search-container h1.search-title {
    font-size: 30px;
    font-weight: 400;
    color: #d8d8d8;
    margin: 70px 0;
    text-align: center;
    font-family: 'ZCOOL XiaoWei';
    animation: main .3s ease;
}

.search-container .document.document-list .post{
    animation: main .5s ease;
    margin-bottom: 1rem !important;
    background: #00000010;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 10px #00000050;
    border: 1px solid #00000000;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10rem;
}

.font404 {
    font-size: 15rem;
    font-weight: 800;
    font-family: 'Sulphur Point';
    white-space: nowrap;
}

.font4042 {
    margin-bottom: 3rem;
}

.error-404 .err-button {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
}

.error-404 .err-button.back a {
    padding: 7px 30px;
    margin: 0 10px;
    border: 1px solid var(--accent-color);
    color: white;
    color: var(--accent-color);
    border-radius: 50px;
    transition: all .5s;
    font-family: sans-serif;
}

.error-404 .err-button.back a:hover {
    box-shadow: 0 0 15px var(--accent-color);
    transform: scale(1.2) !important;
}

.error-404 .err-button.back .gohome {
    background: var(--accent-color);
    color: #fff
}

.error-404 .error-search {
    margin-top: 1.5em;
}

.error-404 .error-search>p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 1em;
}

.error-404 .error-search .search-box {
    position: relative;
    margin-bottom: 3.125em
}

.error-404 .error-search .search-box svg {
    font-size: 1.5em;
    line-height: 1;
    color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem
}

.error-404 .error-search .search-box input {
    font-size: 1rem;
    background: var(--background-color);
    padding: .75rem 1.5rem .75rem 4rem;
    width: 100%;
    outline: none;
    border-radius: 50px;
    box-sizing: border-box;
    transition: background 1s
}

@media (max-width: 768px) {
    .font404 {
        font-size: 10rem;
    }
}

.hand-shake {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 2;
    font-family: 'Noto Serif SC';
    opacity: 0;
    animation: main 1s .5s forwards;
    justify-content: space-between;
    width: 550px;
}
.hand-shake-icon .title{
    height: 48px;
}
.hand-shake-icon{
    display: flex;
    flex-direction: column;
}
.hand-shake-icon svg:nth-of-type(1){
    animation: rotate 3s ease infinite;
}
.hand-shake-icon svg:nth-of-type(2){
    animation: rotate 3s ease .3s infinite;
}
.hand-shake-icon svg:nth-of-type(3){
    animation: rotate 3s ease .6s infinite;
}
.hand-shake-icon svg:nth-of-type(4){
    animation: rotate 3s ease .9s infinite;
}
.hand-shake-icon svg{
    height: 32px;
}
.hand-shake1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hand-shake2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hand-shake-title {
    font-size: 1.5rem;
    font-family: 'ZCOOL XiaoWei';
    color: var(--accent-color);
}

.hand-shake-information {
    display: flex;
}

.hand-shake-information a {
    color: var(--accent-color);
    transition: all .5s;
    font-weight: 800;
}

.hand-shake-information a:hover {
    color: #fff;
    transform: scale(1.1);
    font-weight: 800;
}

@media (max-width:768px) {
    .hand-shake {
        flex-direction: column;
    }

    .hand-shake1,
    .hand-shake2 {
        align-items: center;
    }
    .hand-shake-icon{
        flex-direction: row;
    }
    .hand-shake-icon .title{
        height: 0;
    }
    .hand-shake-icon svg{
        margin: 5px 10px 0 10px;
    }
}

.support {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeOut .5s ease forwards;
    margin-top: -5.5rem;
    transition: all .5s ease;
    z-index: -1;
}

#main-runtime.active .support {
    animation: main .5s ease forwards;
    margin-top: 0;
    z-index: 0;
}

.support a{
    transition:all .5s ease;
}

.support a:hover{
    transform:scale(1.15);
}

@keyframes fadeIn2 {
    0% {
        filter: blur(0);
    }

    70% {
        filter: blur(0);
    }

    100% {
        filter: blur(5px);
    }
}

@media (max-width: 768px) {
    #music-controlbottom {
        height: 2.8rem;
        width: 75%;
    }

    #last2,
    #next2 {
        line-height: 2.8rem;
    }

    #last2 {
        padding: 0 35% 0 20px;
    }

    #next2 {
        padding: 0 20px 0 35%;
    }
}

#music-controlbottom.show:hover~#lrc .lrc-show {
    color: #ffffff50;
}

.lrc-show {
    display: flex;
    align-items: center;
    padding: 0 45px;
    text-align: center;
    transition: all .5s ease;
    opacity: 0;
    animation: lrcFadeIn 0.4s forwards;
    transition: all 0.4s ease-in-out;
}

.lrc-fade-out {
    opacity: 1;
    animation: lrcFadeOut 0.4s forwards;
}

@keyframes lrcFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes lrcFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.mobile-sidebar .footer #music-open {
    bottom: 100px;
    position: absolute;
    margin-right: 0 !important;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.desktopnotice {
    display: none;
    justify-content: center;
}

.parallax{
    position: absolute;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.parallax.hidden {
  animation: fadeOut .5s ease;
  opacity: 0;
}

.parallax svg{
    font-size: 1rem;
    padding: 8px;
    background: #80808040;
    border-radius: 50%;
}

.parallax p{
    margin: 0;
    margin-top: 10px;
    font-size: .8rem;
}

.parallaxnotice{
    display: flex;
    flex-direction: row;
    animation: main .5s ease;
    position: absolute;
    bottom: 1rem;
    font-size: .8rem;
}

.parallaxnotice.hidden{
    animation: fadeOut .5s ease;
    opacity: 0;
}

.parallaxnotice p{
    margin: 0;
}


@media (max-width:768px) {
    #lrc {
        height: 2.8rem;
        font-size: .8rem;
    }

    .desktopnotice {
        display: flex;
    }

    .menuarrow {
        display: none;
    }
}

.menuarrow {
    font-size: 40px;
    opacity: 0;
    position: absolute;
    animation: appear 5s cubic-bezier(0, 0.76, 0.26, 1) 0s 10;
    color: #ffffff;
    position: absolute;
    top: 50px;
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    75% {
        opacity: 0;
        transform: translateY(10px);
    }

    80% {
        opacity: 1;
    }

    95% {
        opacity: 1;
        transform: translateY(-10px) scaleY(1.3);
    }

    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

.gateway-wrapper img {
    width: 120px;
    border-radius: 5px;
    margin: 1.5rem 0 1.5rem;
    box-shadow: 0 5px 10px #00000050;
}

.gateway-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00000010;
    backdrop-filter: blur(10px);
    width: 350px;
    position: inherit;
    margin: 7rem 0 0;
    border-radius: 50px;
    box-shadow: 0 5px 15px #00000070;
    border: inset 3px #ffffff50;
    padding: 0 0 100px;
    font-weight: 800;
    animation: main 1s;
}

.halo-form-wrapper {
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: center;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.halo-form {
    width: 100%;
}

.halo-form input {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: transparent;
    border-radius: 30px;
    color: #ffffff;
    box-shadow: 0 5px 10px #00000050 !important;
}

.halo-form input:focus {
    color: white;
}

.alert {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.form-item {
    align-items: center;
    margin: 50px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.form-item-compact input {
    width: unset !important;
    margin-right: .5rem;
}

.form-item a{
    color:var(--color);
}

.form-item-compact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0 20px;
}

.form-item button {
    width: 30%;
    font-size: 1rem;
    padding: 0.5rem;
    left: 35%;
    position: absolute;
    bottom: 150px;
    background: #49494942 !important;
    box-shadow: 0 5px 10px #00000050;
    color: white;
    border-radius: 20px;
}

.form-input {
    width: 100%;
    margin: 15px 0;
}

.loginout {
    position: inherit;
    display: flex;
    justify-content: center;
}

.container.is-login~#loading-box .language-switcher {
    display: none !important;
}

#login-form .form-item {
    margin: 0 0 50px;
}

#login-form .form-item button {
    bottom: 115px;
}

.returntosite-content {
    position: absolute;
    bottom: 20px;
    display: none;
}

.form-label-group {
    display: flex;
    justify-content: center;
}

.password-display-icon {
    display: none !important;
}

.signup-notice-content {
    position: absolute;
    bottom: 70px;
    font-size: .8rem !important;
    color: #808080 !important;
}

.signup .gateway-wrapper.signup-page-wrapper .returntosite-content {
    display: none;
}

.cardhole {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: inset 3px #ffffff80;
    margin-top: 30px;
    box-shadow: inset 0 5px 10px #00000090;
}

/*.is-login .site-header {
    display: none;
}

.container.is-login .site-footer {
    display: none;
}

.container.is-login~.iziToast-wrapper-topCenter {
    display: none !important;
}*/

.form-item-group {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.form-item-group .form-item {
    width: 100%;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
}

.signup {
    display: flex;
    position: inherit;
    justify-content: center;
}

.gateway-wrapper.signup-page-wrapper {
    width: 400px;
    padding: 0 0 140px;
    margin: 2rem 1rem 10px;
}

.form-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.login-notice-content {
    position: absolute;
    bottom: 25px;
    margin: 0;
    font-size: .8rem !important;
    color: #808080 !important;
}

.login-notice-content a {
    color: white !important;
}

.signup-notice-content a {
    color: white !important;
}

.gateway-wrapper.signup-page-wrapper .form-item .form-input {
    margin: 10px 0;
    height: 2.5rem !important;
}

.gateway-wrapper.signup-page-wrapper img {
    margin: 1.5rem 0 0 !important;
}

.gateway-wrapper.signup-page-wrapper button {
    bottom: 90px;
}

.gateway-wrapper.signup-page-wrapper .form-item {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
}

.form-input-group {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.form-input-group .form-input {
    width: 60%;
}

.logout {
    display: flex;
    justify-content: center;
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Noto Serif SC';
}

.user-info img {
    border-radius: 50%;
    border: 5px solid white;
    margin: 1rem 0 1.5rem;
}

.user-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2;
}

#logout-form .form-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#logout-form .form-item button {
    margin-top: 30px;
    bottom: 135px;
}

.logout .gateway-wrapper {
    padding: 0 0 30px;
}

.logout .gateway-wrapper img {
    margin: 1.5rem 0 1.5rem
}

.resertpassword {
    display: flex;
    justify-content: center;
}

#emailCodeSendButton {
    position: inherit;
}

.halo-form .form-input {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    height: 1rem !important;
}

.halo-form .form-item label {
    margin-bottom: 0 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
}

.halo-form .form-item-group {
    gap: inherit !important;
    margin-bottom: 0 !important;
}

.halo-form .form-input-group {
    grid-template-columns: none !important;
    display: flex !important;
    margin: 10px 0;
}

.halo-form .form-input-group button {
    color: #ffffff !important;
    border-radius: 20px !important;
    height: 2rem !important;
}

.halo-form button[type="submit"] {
    border-radius: 20px !important;
    border: 1px solid #ccc !important;
    height: 2rem;
}

.halo-form .form-item input {
    height: 100%;
}

.is-guestbook .entry-content {
    backdrop-filter: none;
    box-shadow: none;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
}

#footertext {
    font-family: "PT Mono", monospace;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut2 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        filter: blur(0);
    }

    to {
        opacity: 0;
        filter: blur(25px);
    }
}

.fade-out {
    animation: fadeOut 0.3s ease-in forwards;
}

@keyframes fadeInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.transition-all {
    cursor: inherit !important;
}

.entry-content code:not(.hljs) {
    color: #ffffff;
    word-break: break-word;
    font-family: 'Sulphur Point';
    white-space: pre-wrap;
    line-height: 1.3;
}

@keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.form-item-extra-link{
    display: none;
}
.form-item-extra-link:hover{
    color: var(--accent-color);
}

.poem-wrap{
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Noto Serif SC';
    animation: main 1s ease;
}
.poem-left {
    left: 0;
}
.poem-right {
    right: 0;
}
.poem-border {
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: var(--color);
}
.poem-wrap h1 {
    margin-top: -12px;
    color: var(--color);
    font-family: auto;
    font-size: 1.5em;
}
.poem-wrap p#info {
    font-size: 15px;
    margin: 0 auto 30px;
}
.dual-lang {
    position: relative;
    margin: 1em 0;
    cursor: pointer;
    color: var(--color);
  }
  
  .dual-lang .jp {
    font-size: 25px;
    margin: 0;
    line-height: 1.5;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .dual-lang .cn {
    position: absolute;
    font-family: 'ZCOOL XiaoWei';
    top: 0;
    line-height: 1.8;
    text-align: center;
    font-size: 22px;
    color: var(--color);
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    letter-spacing: .3rem;
    transform: translateY(10px);
  }

  .dual-lang:hover .cn{
    opacity: 1;
    transform: translateY(0);
  }
  .dual-lang:hover .jp{
    opacity: 0;
    transform: translateY(10px);
  }

  .cover {
    z-index: 1;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%), radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, .3) 166%);
}

.cover-bg {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    animation: main 1s ease forwards;
}

.cover-bg.fade-out {
    animation: fadeOut 1s ease forwards;
  }

.skills {
    max-width: 64rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .skill {
    margin-bottom: 1.2rem;
    width: 45%;
    min-width: 400px;
    margin: 1.5rem 1rem;
  }

  .skill-name {
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .progress-bar {
    background: #757575b8;
  }
  
  .progress::after {
    content: '';
    position: absolute;
    top: 100%; 
    left: 100%; 
    transform: translateX(-50%);
    margin-top: 0.3rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ffffff;
  }

  .progress-label {
    position: absolute;
    top: calc(100% + 0.8rem);
    left: 100%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
  }

  .progress {
    height: 4px;
    background: #fff;
    width: 0%;
    transition: width 2s ease;
    position: relative;
  }

  .intro{
        display:flex;
        flex-direction: row-reverse;;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin: 1rem 0 3rem;
        font-family: 'Noto Serif SC';
        animation: main 1s;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 15px #00000050;
    padding: 1.5rem 2rem;
    border-radius: 30px;
    background: #00000010;
    border: 1px solid #96969650;
  }
  .intro-text{
      width: 70%;
      line-height: 1.4;
  }

  .intro-text p:first-of-type::first-letter {
  float: left;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  margin-right: 0.3rem;
  height: 2.2em; 
  font-family: serif;
  }

  .intro-text p:first-of-type {
  text-indent: 0; 
  line-height: 1.6;
  }  

  .intro-img{
      max-width: 20%;
      margin-right: 5px;
  }

  .intro-img img{
      border-radius: 50%;
      border: 5px solid;
      box-shadow: 0 0 10px 0px #00000080;
  }
  .name2{
      color: #ababab;
      font-size: 0.8rem;
      font-weight: 300;
  }

  @media (max-width:768px){
    .skill {
    width: 90%;
  }
  .intro-text{
    width: 60%;
  }
  .intro-img{
    width:30%;
    max-width: 30%;
  }
  }

  .skilllist{
    opacity: 0;
    animation: main 1s ease .5s forwards;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 15px #00000050;
    padding: 1.5rem 2rem;
    border-radius: 30px;
    background: #00000010;
    border: 1px solid #96969650;
    margin-bottom: 3rem;
  }

  .skills-text{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight:800;
    margin-top: 1rem;
    }

    .skills-text2, .skills-text3{
        font-size:.9rem;
        margin-top:.5rem;
        font-weight:300;
        text-align:center;
        line-height:1.5;
    }

    .equip{
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    }
    .equip-ment{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
    .equipment{
        display: flex;
        margin: 0 1rem 1rem;
        flex-direction: column;
        align-items: center;
    }
    .equip-text{
        width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight:800;
    }
    .equipment-text2{
        color: #808080;
    font-size: .9rem;
    line-height: 1.2;
    margin-top: .3rem;
    }

    .equip-skill-text{
        margin-top: 3rem !important;
        white-space: nowrap;
    }

#teleport-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

#teleport-popup.show .popup-content{
  opacity: 1;
}

#teleport-cancel{
    box-shadow: 0 0 10px var(--accent-color);
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.popup-content {
  background: #00000030;
  border: 1px solid #ffffff30;
  padding: 1em 3em;
  border-radius: 1em;
  text-align: center;
  font-size: 1.2em;
  box-shadow: 0 0 20px #00000090;
  animation: main 0.5s ease;
  backdrop-filter: blur(30px);
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 4rem;
  right: 4rem;
}

@media (max-width: 768px) {
.popup-content {
    position:unset;
    padding: 1em 0;
    width: 90%;
    margin-top: 20rem;
    margin: 0 5%;
}
    
}

.popup-content p{
    margin:0;
    font-family: 'Clock';
}

#teleport-text2 {
    font-family: 'Plaster';
    font-weight: bold;
    margin-top: .5rem;
}

.popup-buttons {
  margin-top: .5em;
  font-family: 'Plaster';
}

.popup-buttons button {
  margin: 10px 10px 0;
  padding: 0.2em 1em;
  font-size: 1em;
  cursor: pointer;
  background: transparent;
  color: var(--color);
  box-shadow: 0 0 10px #ffffff50;
  border-radius: 20px;
  transition: transform .3s ease;
}

.popup-buttons button:hover{
    transform:scale(1.1);
}