:root {
    /* --main-color : #f56a6a; */
    --main-color: rgba(128, 30, 255, 1);
    --transplant-main-color-1: rgba(128, 30, 255, 0.8);
    --transplant-main-color-2: rgba(128, 30, 255, 0.08);
    --shadow-color: rgba(139, 73, 225, 0.99);
    --dark-shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px, rgba(0, 0, 0, 0.15) 0px 2px 8px;
    --light-color: rgba(240, 230, 230, 0.7);
    --light-color-2: rgba(240, 230, 230, 0.5);
    --transplant-color: rgba(245, 106, 106, 0.1);
    --back-filter: saturate(180%) blur(10px);
    --sidebar-transplate: rgba(255, 255, 255, 0.7);
    --foreground: #242424;
    --sidebar-color: #6B6B6B;
    --border-color: rgba(86, 86, 86, 0.2);
    --border: 1px solid var(--border-color);
    --background: rgba(255, 255, 255, 0.75);
    --footer-background: rgba(255, 255, 255, 0.65);
    --scrollbar-color: rgba(128, 30, 255, 1);
    --mainTransplate: rgba(255, 255, 255, 0.9);
    --mainTransplate-1: rgba(255, 255, 255, 0.75);
    --slight-light-color: rgb(255, 255, 255, 0.1);
    --focus-time: .3s;
    --darkHtml: none;
    --darkImg: none;
    --blockquote-color: rgba(117, 117, 117, 0.9);
    --blockquote-font: "LXGW WenKai Lite", "RobotoSlab", var(--base-font), serif;
    --base-font: "LXGW WenKai Lite", "RobotoSlab";
    --title-font: "LXGW WenKai Lite", "RobotoSlab";
    --article-font: "source-serif-pro, Georgia, Cambria, \"Times New Roman\", Times, serif";
    --quote-title-font-size: 0.9rem;
    --quote-tag-font-size: 1.1rem;
    --quote-lineheight: 33px;
    --monospace-font: "Source Code Pro", Monaco,"sf code", "Lucida Console", monospace;
    --sidebar-font-color: black;
    --main-panel-font-color: black;
    --light-font-color: rgb(127, 136, 143);
    --font-main-color: #3d4449;
    --background-color: white;
    --animation-7s: .7s cubic-bezier(0.23, 1, 0.32, 1);
    --animation-5s: .5s cubic-bezier(0.23, 1, 0.32, 1);
    --animation-3s: .35s cubic-bezier(0.23, 1, 0.32, 1);
    --gray-box-shadow-0: 0 0 8px 3px rgba(182, 181, 182, 0.9);
}

@font-face {
    font-family: "sf code";
    src: url(/fonts/sf-mono-regular.b89a582b.woff2);
}

@font-face {
    font-family: "RobotoSlab";
    src: url(/fonts/RobotoSlab-Regular.c4bb1e3a.ttf);
}



/* 额外的字体文件 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: var(--base-font);
    vertical-align: baseline;
}

p {
    line-height: 35px;
    font-family: var(--base-font);
}

blockquote {
    font-family: var(--base-font) !important;
}


html::-webkit-scrollbar {
    width: 0px;
}

html {
    scroll-behavior: smooth;
    overflow: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

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

input[type="checkbox"]:checked {
    content: "";
    background-color: #037df3;
    border-color: #037df3;
    background-color: #037df3;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* Basic */

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

    html,
    body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after,
body.is-resizing *,
body.is-resizing *:before,
body.is-resizing *:after {
    animation: none !important;
    transition: none !important;
}

/* Type */
body,
input,
select,
textarea {
    color: var(--font-main-color);
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    font-weight: 400;
    line-height: 1.65;
}

@media screen and (max-width: 1680px) {

    body,
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}

@media screen and (max-width: 1280px) {

    body,
    input,
    select,
    textarea {
        font-size: 10pt;
    }
}

@media screen and (max-width: 360px) {

    body,
    input,
    select,
    textarea {
        font-size: 9pt;
    }
}

a {
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 1px;
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    border-bottom-color: var(--main-color);
    color: var(--main-color) !important;
}

a:hover strong {
    color: inherit;
}

strong,
b {
    color: var(--font-main-color);
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--font-main-color);
    font-family: var(--base-font), serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0;
}

img {
    margin: auto;
}

h1 {
    font-size: 4em;
    margin: 0 0 0.5em 0;
    line-height: 1.3;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

@media screen and (max-width: 1680px) {
    h1 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 3.25em;
    }
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }

    h2 {
        font-size: 1.5em;
    }
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(210, 215, 217, 0.75);
    margin: 3em 0;
}

hr.major {
    margin: 3em 0;
}

.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.33333%;
}

.row>.off-1 {
    margin-left: 8.33333%;
}

.row>.col-2 {
    width: 16.66667%;
}

.row>.off-2 {
    margin-left: 16.66667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.33333%;
}

.row>.off-4 {
    margin-left: 33.33333%;
}

.row>.col-5 {
    width: 41.66667%;
}

.row>.off-5 {
    margin-left: 41.66667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.33333%;
}

.row>.off-7 {
    margin-left: 58.33333%;
}

.row>.col-8 {
    width: 66.66667%;
}

.row>.off-8 {
    margin-left: 66.66667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.33333%;
}

.row>.off-10 {
    margin-left: 83.33333%;
}

.row>.col-11 {
    width: 91.66667%;
}

.row>.off-11 {
    margin-left: 91.66667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
}

.row.gtr-0>* {
    padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0em;
}

.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
}

.row.gtr-25>* {
    padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 0.375em;
}

.row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
}

.row.gtr-50>* {
    padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 0.75em;
}

.row {
    margin-top: 0;
    margin-left: -1.5em;
}

.row>* {
    padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
    margin-top: -1.5em;
}

.row.gtr-uniform>* {
    padding-top: 1.5em;
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
}

.row.gtr-150>* {
    padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 2.25em;
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
}

.row.gtr-200>* {
    padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
    margin-top: -3em;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 3em;
}

@media screen and (max-width: 1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-xlarge {
        order: -1;
    }

    .row>.col-1-xlarge {
        width: 8.33333%;
    }

    .row>.off-1-xlarge {
        margin-left: 8.33333%;
    }

    .row>.col-2-xlarge {
        width: 16.66667%;
    }

    .row>.off-2-xlarge {
        margin-left: 16.66667%;
    }

    .row>.col-3-xlarge {
        width: 25%;
    }

    .row>.off-3-xlarge {
        margin-left: 25%;
    }

    .row>.col-4-xlarge {
        width: 33.33333%;
    }

    .row>.off-4-xlarge {
        margin-left: 33.33333%;
    }

    .row>.col-5-xlarge {
        width: 41.66667%;
    }

    .row>.off-5-xlarge {
        margin-left: 41.66667%;
    }

    .row>.col-6-xlarge {
        width: 50%;
    }

    .row>.off-6-xlarge {
        margin-left: 50%;
    }

    .row>.col-7-xlarge {
        width: 58.33333%;
    }

    .row>.off-7-xlarge {
        margin-left: 58.33333%;
    }

    .row>.col-8-xlarge {
        width: 66.66667%;
    }

    .row>.off-8-xlarge {
        margin-left: 66.66667%;
    }

    .row>.col-9-xlarge {
        width: 75%;
    }

    .row>.off-9-xlarge {
        margin-left: 75%;
    }

    .row>.col-10-xlarge {
        width: 83.33333%;
    }

    .row>.off-10-xlarge {
        margin-left: 83.33333%;
    }

    .row>.col-11-xlarge {
        width: 91.66667%;
    }

    .row>.off-11-xlarge {
        margin-left: 91.66667%;
    }

    .row>.col-12-xlarge {
        width: 100%;
    }

    .row>.off-12-xlarge {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-large {
        order: -1;
    }

    .row>.col-1-large {
        width: 8.33333%;
    }

    .row>.off-1-large {
        margin-left: 8.33333%;
    }

    .row>.col-2-large {
        width: 16.66667%;
    }

    .row>.off-2-large {
        margin-left: 16.66667%;
    }

    .row>.col-3-large {
        width: 25%;
    }

    .row>.off-3-large {
        margin-left: 25%;
    }

    .row>.col-4-large {
        width: 33.33333%;
    }

    .row>.off-4-large {
        margin-left: 33.33333%;
    }

    .row>.col-5-large {
        width: 41.66667%;
    }

    .row>.off-5-large {
        margin-left: 41.66667%;
    }

    .row>.col-6-large {
        width: 50%;
    }

    .row>.off-6-large {
        margin-left: 50%;
    }

    .row>.col-7-large {
        width: 58.33333%;
    }

    .row>.off-7-large {
        margin-left: 58.33333%;
    }

    .row>.col-8-large {
        width: 66.66667%;
    }

    .row>.off-8-large {
        margin-left: 66.66667%;
    }

    .row>.col-9-large {
        width: 75%;
    }

    .row>.off-9-large {
        margin-left: 75%;
    }

    .row>.col-10-large {
        width: 83.33333%;
    }

    .row>.off-10-large {
        margin-left: 83.33333%;
    }

    .row>.col-11-large {
        width: 91.66667%;
    }

    .row>.off-11-large {
        margin-left: 91.66667%;
    }

    .row>.col-12-large {
        width: 100%;
    }

    .row>.off-12-large {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 980px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-medium {
        order: -1;
    }

    .row>.col-1-medium {
        width: 8.33333%;
    }

    .row>.off-1-medium {
        margin-left: 8.33333%;
    }

    .row>.col-2-medium {
        width: 16.66667%;
    }

    .row>.off-2-medium {
        margin-left: 16.66667%;
    }

    .row>.col-3-medium {
        width: 25%;
    }

    .row>.off-3-medium {
        margin-left: 25%;
    }

    .row>.col-4-medium {
        width: 33.33333%;
    }

    .row>.off-4-medium {
        margin-left: 33.33333%;
    }

    .row>.col-5-medium {
        width: 41.66667%;
    }

    .row>.off-5-medium {
        margin-left: 41.66667%;
    }

    .row>.col-6-medium {
        width: 50%;
    }

    .row>.off-6-medium {
        margin-left: 50%;
    }

    .row>.col-7-medium {
        width: 58.33333%;
    }

    .row>.off-7-medium {
        margin-left: 58.33333%;
    }

    .row>.col-8-medium {
        width: 66.66667%;
    }

    .row>.off-8-medium {
        margin-left: 66.66667%;
    }

    .row>.col-9-medium {
        width: 75%;
    }

    .row>.off-9-medium {
        margin-left: 75%;
    }

    .row>.col-10-medium {
        width: 83.33333%;
    }

    .row>.off-10-medium {
        margin-left: 83.33333%;
    }

    .row>.col-11-medium {
        width: 91.66667%;
    }

    .row>.off-11-medium {
        margin-left: 91.66667%;
    }

    .row>.col-12-medium {
        width: 100%;
    }

    .row>.off-12-medium {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-small {
        order: -1;
    }

    .row>.col-1-small {
        width: 8.33333%;
    }

    .row>.off-1-small {
        margin-left: 8.33333%;
    }

    .row>.col-2-small {
        width: 16.66667%;
    }

    .row>.off-2-small {
        margin-left: 16.66667%;
    }

    .row>.col-3-small {
        width: 25%;
    }

    .row>.off-3-small {
        margin-left: 25%;
    }

    .row>.col-4-small {
        width: 33.33333%;
    }

    .row>.off-4-small {
        margin-left: 33.33333%;
    }

    .row>.col-5-small {
        width: 41.66667%;
    }

    .row>.off-5-small {
        margin-left: 41.66667%;
    }

    .row>.col-6-small {
        width: 50%;
    }

    .row>.off-6-small {
        margin-left: 50%;
    }

    .row>.col-7-small {
        width: 58.33333%;
    }

    .row>.off-7-small {
        margin-left: 58.33333%;
    }

    .row>.col-8-small {
        width: 66.66667%;
    }

    .row>.off-8-small {
        margin-left: 66.66667%;
    }

    .row>.col-9-small {
        width: 75%;
    }

    .row>.off-9-small {
        margin-left: 75%;
    }

    .row>.col-10-small {
        width: 83.33333%;
    }

    .row>.off-10-small {
        margin-left: 83.33333%;
    }

    .row>.col-11-small {
        width: 91.66667%;
    }

    .row>.off-11-small {
        margin-left: 91.66667%;
    }

    .row>.col-12-small {
        width: 100%;
    }

    .row>.off-12-small {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

@media screen and (max-width: 480px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-xsmall {
        order: -1;
    }

    .row>.col-1-xsmall {
        width: 8.33333%;
    }

    .row>.off-1-xsmall {
        margin-left: 8.33333%;
    }

    .row>.col-2-xsmall {
        width: 16.66667%;
    }

    .row>.off-2-xsmall {
        margin-left: 16.66667%;
    }

    .row>.col-3-xsmall {
        width: 25%;
    }

    .row>.off-3-xsmall {
        margin-left: 25%;
    }

    .row>.col-4-xsmall {
        width: 33.33333%;
    }

    .row>.off-4-xsmall {
        margin-left: 33.33333%;
    }

    .row>.col-5-xsmall {
        width: 41.66667%;
    }

    .row>.off-5-xsmall {
        margin-left: 41.66667%;
    }

    .row>.col-6-xsmall {
        width: 50%;
    }

    .row>.off-6-xsmall {
        margin-left: 50%;
    }

    .row>.col-7-xsmall {
        width: 58.33333%;
    }

    .row>.off-7-xsmall {
        margin-left: 58.33333%;
    }

    .row>.col-8-xsmall {
        width: 66.66667%;
    }

    .row>.off-8-xsmall {
        margin-left: 66.66667%;
    }

    .row>.col-9-xsmall {
        width: 75%;
    }

    .row>.off-9-xsmall {
        margin-left: 75%;
    }

    .row>.col-10-xsmall {
        width: 83.33333%;
    }

    .row>.off-10-xsmall {
        margin-left: 83.33333%;
    }

    .row>.col-11-xsmall {
        width: 91.66667%;
    }

    .row>.off-11-xsmall {
        margin-left: 91.66667%;
    }

    .row>.col-12-xsmall {
        width: 100%;
    }

    .row>.off-12-xsmall {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }
}

/* Section/Article */
section.special,
article.special {
    text-align: center;
}

header p {
    font-family: var(--base-font), serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.075em;
    margin-top: -0.5em;
    text-transform: uppercase;
}

header.major> :last-child {
    border-bottom: solid 3px var(--main-color);
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0 0.75em 0.5em 0;
}

header.main> :last-child {
    margin: 0 0 1em 0;
}

/* Form */
form {
    margin: 0 0 2em 0;
}

label {
    color: var(--font-main-color);
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border-radius: 0.375em;
    border: none;
    border: solid 1px rgba(210, 215, 217, 0.75);
    /* color: inherit; */
    color: black;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

textarea {
    caret-color: var(--main-color);
}

select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2740%27 height=%2740%27 preserveAspectRatio=%27none%27 viewBox=%270 0 40 40%27%3E%3Cpath d=%27M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z%27 fill=%27rgba%28210, 215, 217, 0.75%29%27 /%3E%3C/svg%3E");
    background-size: 1.25em;
    background-repeat: no-repeat;
    background-position: calc(100% - 1em) center;
    height: 2.75em;
    padding-right: 2.75em;
    text-overflow: ellipsis;
}

button .iconfont {
    font-size: 16px;
}

select option {
    color: var(--font-main-color);
    background: #ffffff;
}

select:focus::-ms-value {
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    background: #ffffff;
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    content: '';
    display: inline-block;
    font-size: 0.8em;
    height: 2.0625em;
    left: 0;
    line-height: 2.0625em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.0625em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
    background: var(--font-main-color);
    border-color: var(--font-main-color);
    color: #ffffff;
    font-family: "iconfont";
    content: "\e605";
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
    border-color: var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color);
}

input[type="checkbox"]+label:before {
    border-radius: 0.375em;
}

input[type="radio"]+label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}


/* Image */
.image {
    border-radius: 1em;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 0.375em;
    display: block;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

a.image {
    overflow: hidden;
}

a.image img {
    transition: transform 0.2s ease;
}

a.image:hover img {
    transform: scale(1.075);
}

/* List */
ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2em 0;
}

dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}

/* Actions */
ul.actions {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li>* {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

/* Icons */
ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li iconfont:before {
    font-size: 1.25em;
}

/* Contact */
ul.contact {
    list-style: none;
    padding: 0;
}

ul.contact li {
    text-decoration: none;
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 .5em;
    position: relative;
}

ul.contact li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

ul.contact li:before {
    color: var(--main-color);
    display: inline-block;
    font-size: 1.5em;
    height: 1.125em;
    left: 0;
    line-height: 1.125em;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 1.5em;
}

ul.contact li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

ul.contact li:first-child:before {
    top: 0;
}

ul.contact li a {
    color: inherit;
}

/* Pagination */
ul.pagination {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.pagination li {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
}

ul.pagination li>.page {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-bottom: 0;
    border-radius: 0.375em;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 2em;
    line-height: 2em;
    margin: 0 0.125em;
    min-width: 2em;
    padding: 0 0.5em;
    text-align: center;
}


ul.pagination li:first-child {
    padding-right: 0.75em;
}

ul.pagination li:last-child {
    padding-left: 0.75em;
}

@media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
        display: none;
    }

    ul.pagination li:first-child {
        padding-right: 0;
    }
}

/* Table */
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
    border-radius: .5em;
    background-color: var(--transplant-main-color-2);
    overflow: hidden;
}

table tbody tr {
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
}

table td {
    padding: 0.75em 0.75em;
}

table th {
    color: var(--font-main-color);
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: 1px solid var(--transplant-main-color-2);
}

table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75);
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 1.2em;
    border: 0;
    box-shadow: inset 0 0 0 2px var(--main-color);
    color: var(--main-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--base-font), serif;
    font-size: 0.9em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: var(--transplant-color);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: rgba(245, 106, 106, 0.15);
}

input[type="submit"]iconfont:before,
input[type="reset"]iconfont:before,
input[type="button"]iconfont:before,
buttoniconfont:before,
.buttoniconfont:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.6em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
    background-color: var(--main-color);
    box-shadow: none;
    color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
    background-color: var(--main-color);
    opacity: 0.9;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
    background-color: var(--main-color);
    opacity: 0.6;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.25;
}


/* Posts */
.posts {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
    margin: 0 0 2em -6em;
    width: calc(100% + 6em);
}

.posts article {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: .5em 0 6em 6em;
    position: relative;
    width: calc(33.33333% - 6em);
}

.posts article:before {
    background: rgba(210, 215, 217, 0.75);
    content: '';
    display: block;
    height: calc(100% + 6em);
    left: -3em;
    position: absolute;
    top: 0;
    width: 1px;
}

.posts article:after {
    background: rgba(210, 215, 217, 0.75);
    bottom: -3em;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% + 6em);
}

.posts article> :last-child {
    margin-bottom: 0;
}

.posts article .image {
    display: block;
    margin: 0 0 2em 0;
}

.posts article .image img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1681px) {
    .posts article:nth-child(3n + 1):before {
        display: none;
    }

    .posts article:nth-child(3n + 1):after {
        width: 100%;
    }

    .posts article:nth-last-child(1),
    .posts article:nth-last-child(2),
    .posts article:nth-last-child(3) {
        margin-bottom: 0;
    }

    .posts article:nth-last-child(1):before,
    .posts article:nth-last-child(2):before,
    .posts article:nth-last-child(3):before {
        height: 100%;
    }

    .posts article:nth-last-child(1):after,
    .posts article:nth-last-child(2):after,
    .posts article:nth-last-child(3):after {
        display: none;
    }
}

@media screen and (max-width: 1680px) {
    .posts article {
        width: calc(50% - 6em);
    }

    .posts article:nth-last-child(3) {
        margin-bottom: 6em;
    }
}

@media screen and (min-width: 481px) and (max-width: 1680px) {
    .posts article:nth-child(2n + 1):before {
        display: none;
    }

    .posts article:nth-child(2n + 1):after {
        width: 100%;
    }

    .posts article:nth-last-child(1),
    .posts article:nth-last-child(2) {
        margin-bottom: 0;
    }

    .posts article:nth-last-child(1):before,
    .posts article:nth-last-child(2):before {
        height: 100%;
    }

    .posts article:nth-last-child(1):after,
    .posts article:nth-last-child(2):after {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .posts {
        margin: 0 0 2em -4.5em;
        width: calc(100% + 4.5em);
    }

    .posts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em);
    }

    .posts article:before {
        height: calc(100% + 4.5em);
        left: -2.25em;
    }

    .posts article:after {
        bottom: -2.25em;
        width: calc(100% + 4.5em);
    }

    .posts article:nth-last-child(3) {
        margin-bottom: 4.5em;
    }
}

@media screen and (max-width: 480px) {
    .posts {
        margin: 0 0 2em 0;
        width: 100%;
    }

    .posts article {
        margin: 0 0 4.5em 0;
        width: 100%;
    }

    .posts article:before {
        display: none;
    }

    .posts article:after {
        width: 100%;
    }

    .posts article:last-child {
        margin-bottom: 0;
    }

    .posts article:last-child:after {
        display: none;
    }
}

/* Wrapper */
#wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 100vh;
    transition: 1.25s;
}

/* Main */
#main {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
    min-height: 100vh;
    backdrop-filter: var(--back-filter);
    background-color: var(--background);
    transition: .9s cubic-bezier(0.23,1,0.32,1);
    -webkit-transition: .9s cubic-bezier(0.23,1,0.32,1);
}

#main>.inner {
    padding: 120px 6em 0.1em 6em;
    margin: 0 auto;
    max-width: 110em;
    min-height: 100vh;
}

#main>.inner>section {
    padding: 6em 0 4em 0;
    border-top: solid 2px rgba(210, 215, 217, 0.75);
}

#main>.inner>section:first-of-type {
    border-top: 0 !important;
}

@media screen and (max-width: 1680px) {
    #main>.inner {
        padding: 120px 6em 0.1em 6em;
    }

    #main>.inner>section {
        padding: 5em 0 3em 0;
    }
}

@media screen and (max-width: 1280px) {
    #main>.inner {
        padding: 120px 6em 0.1em 6em;
    }

    #main>.inner>section {
        padding: 4em 0 2em 0;
    }
}

@media screen and (max-width: 736px) {
    #main>.inner {
        padding: 100px 1.5em 0.1em 1.5em;
    }

    #main>.inner>section {
        padding: 3em 0 1em 0;
    }
}



/* Menu */
#menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    color: #3e4447;
    font-family: var(--base-font), serif;
    font-weight: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#menu ul a,
#menu ul span {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    padding: 0.625em 0;
}

#menu ul a:hover,
#menu ul span:hover {
    color: var(--main-color);
}

#menu ul a.opener,
#menu ul span.opener {
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: #9fa3a6;
    content: '\f078';
    font-family: "iconfont";
    position: absolute;
    right: 0;
}

body *::-moz-selection {
    background: var(--main-color);
    color: white;
}

body *::selection {
    background: var(--main-color);
    color: white;
}

code {
    background: rgba(230, 235, 237, 0.25);
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: var(--monospace-font), "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
    position: relative;
}

pre > code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-top: rgba(230, 235, 237, 0) solid 35px;
    background-color: rgb(250, 250, 250);
    border-radius: .3em;
    font-family: var(--monospace-font), "Courier New", monospace;
    font-size: 15px;
    margin: 0 0.25em;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

pre > code:before {
    content: "";
    background: var(--shadow-color);
    box-shadow: 23px 0 #b6bdc9, 45px 0 #b6bdc9;
    border-radius: 50%;
    margin-top: -36px;
    margin-left: -6px;
    position: absolute;
    height: 13px;
    width: 13px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    font-family: "Cascadia Code";
}

table td,
table th {
    color: #666;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

table thead th {
    background-color: var(--transplant-main-color-2);
    font-size: 20px;
    font-weight: bolder;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

table tr:nth-child(even) {
    background: var(--light-color-2);
}

/* table td:hover {
    background-color: var(--shadow-color) !important;
    color: white !important;
    box-shadow: 0 0 10px 5px var(--shadow-color);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
} */

.MyArticle {
    transition: .3s all linear;
    border-radius: 3em;
    cursor: pointer;
    height: -moz-fit-content;
    height: fit-content;
}

.MyArticle:hover {
    transition: .3s all linear;
    border-radius: 3em;
    box-shadow: 0 0 6px 4px rgba(100, 100, 100, 0.7);
    background-color: var(--main-color);
    color: white;
}

.card-sub-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: var(--base-font), serif;
}

.card-sub-title::before {
    content: "K";
    font-family: var(--base-font), serif;
    color: white;
    font-size: 0.8em;
    background-color: var(--main-color);
    border-radius: .3em;
    margin-right: 12px;
    padding: 4px 7px;
}

.my-caption {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.caption-cover {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.More {
    font-size: 16px;
    cursor: pointer;
}

.my-card {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    font-family: var(--base-font), serif;
    border-radius: 1.5em;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.my-card:hover {
    box-shadow: 0 0 25px var(--shadow-color), 0 0 25px var(--shadow-color),
        0 0 25px var(--shadow-color), 0 0 25px var(--shadow-color);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.my-input {
    font-family: var(--base-font), serif;
    transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
    -moz-transition: var(--animation-3s);
}


.my-input::-moz-selection {
    background-color: var(--shadow-color);
    color: white;
}


.my-input::selection {
    background-color: var(--shadow-color);
    color: white;
}

/* 给部分组件的配置 */
.custom-tabs-label span {
    font-family: var(--base-font) !important;
    font-size: 16px;
}

.paper-card {
    font-family: var(--base-font), serif;
    border-radius: .5em;
    height: -moz-fit-content;
    height: fit-content;
    margin: 8px 6px 25px 6px;
    padding: 0;
    cursor: pointer;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: var(--dark-shadow);
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    transition: .15s all ease;
  }
  
.paper-card:hover {
    transition: .15s all ease;
    transform: scale(1.075);
}
  
.paper-left-image {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateY(-50%);
}


.paper-card-inner {
    height: 180px;
    margin-bottom: 5px;
    overflow: hidden;
}

.block-text {
    text-align: center;
    padding: 10px;
    font-family: var(--base-font), serif;
}
  

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
    color: #1D1D27;
    font-family: var(--base-font), "Times", serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

/* markdown专用 */
.markdown h1 {
    font-size: 2.8em;
    margin: 0 0 1.0em 0;
    line-height: 1.3;
    border-bottom: solid 3px var(--main-color);
    width: -moz-fit-content;
    width: fit-content;
}

.markdown h2 {
    font-size: 1.8em;
    border-radius: .5em;
    width: -moz-fit-content;
    width: fit-content;
}

.markdown h2::before {
    content: "H2";
    border-radius: .3em;
    font-size: .8em;
    padding: 3px 7px;
    margin-right: 15px;
    background-color: var(--main-color);
    color: white;
}

.markdown h3 {
    font-size: 1.5em;
    border-radius: .3em;
    width: -moz-fit-content;
    width: fit-content;
}

.markdown h3::before {
    content: "H3";
    font-weight: 1000;
    font-size: .9em;
    color: var(--main-color);
    padding: 4px 7px 0 0;
}

.markdown h4 {
    font-size: 1.1em;
}

.markdown h4::before {
    content: "#";
    font-size: .9em;
    color: var(--main-color);
    padding: 4px 7px 0 0;
}

.markdown h5 {
    font-size: 0.9em;
}
/* 
@media screen and (max-width: 3840px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 1.8em;
    }
    h2::before {
        font-size: .8em;
    }
    h3 {
        font-size: 1.5em;
    }
    h3::before {
        font-size: .8em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: .9em;
    }
}

@media screen and (max-width: 1680px) {
    h1 {
        font-size: 2.6em;
    }
    h2 {
        font-size: 1.6em;
    }
    h2::before {
        font-size: .6em;
    }
    h3 {
        font-size: 1.3em;
    }
    h3::before {
        font-size: .6em;
    }
    h4 {
        font-size: .9em;
    }
    h5 {
        font-size: .7em;
    }
} */



.markdown img {
    border-radius: .3em;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    cursor: zoom-in;
    transition: var(--animation-3s);
    -moz-transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}


.markdown img::after {
    content: "hello";
    font-size: 25px;
}

.markdown code {
    /* background-color: var(--light-color); */
    font-family: var(--monospace-font), "Courier New", monospace;
}

.markdown code pre {
    white-space: nowrap !important;
}

.markdown code::-webkit-scrollbar {
    width: 9px;
}

.markdown code::-webkit-scrollbar-track {
    background-color: #282c34;
}

.markdown code::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: .3em;
}

.markdown pre {
    white-space: pre-wrap;
    /* word-wrap: break-word; */
}

.markdown pre code {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.45);
    color: #3c3c3c;
}

/* .markdown pre code:hover {
  box-shadow: 0 0 3px 2px rgba(70, 70, 70, 0.6);
} */

.markdown table {
    width: 95%;
    font-family: "Cascadia Code";
    text-align: center;
    border-collapse: collapse;
    margin: 20px auto auto 20px;
}

.markdown {
    min-height: 1000px;
    font-family: var(--base-font), serif;
}

.markdown div {
    color: var(--foreground);
}

.markdown p {
    color: var(--foreground);
    margin: 0 0 1.2rem 0;
    line-height: 2.25rem;
    font-size: 1.15rem;
    font-family: var(--base-font);
}

.markdown li {
    font-size: 1.0rem;
    line-height: 2.0rem;
    font-family: var(--base-font);
}

.markdown blockquote {
    color: rgba(100, 100, 100, 0.7) !important;
    height: -moz-fit-content;
    height: fit-content;
}

.markdown blockquote p {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 1.0rem;
}

/* tool */
.markdown blockquote code {
    margin: 0 2px;
    padding: 4px 6px;
    color: white;
    white-space: pre-wrap;
    background: var(--main-color);
    border-radius: 8px;
}

blockquote {
    padding: 0px 10px;
    font-size: var(--quote-title-font-size);
    border-left: 3px solid var(--main-color);
    font-family: var(--blockquote-font);
    margin-bottom: 10px;
}

.markdown blockquote h1 {
    font-size: var(--quote-tag-font-size);
    border-bottom: none;
    font-family: var(--base-font);
    line-height: var(--quote-lineheight);
}

.markdown blockquote h1::before {
    content: "Tips";
    background-color: var(--main-color);
    color: white;
    font-size: var(--quote-tag-font-size);
    border-radius: .3em;
    padding: 3px 7px;
    margin-right: 15px;
    font-family: var(--title-font);
}

.markdown blockquote h2 {
    font-weight: 200;
    font-size: var(--quote-tag-font-size);
    font-family: var(--base-font);
    line-height: var(--quote-lineheight);
}

.markdown blockquote h2::before {
    content: "Warning";
    background-color: rgb(207, 210, 16);
    color: white;
    font-size: var(--quote-tag-font-size);
    border-radius: .3em;
    padding: 3px 7px;
    font-family: var(--title-font);
}

.markdown blockquote h3 {
    font-weight: 200;
    font-size: var(--quote-tag-font-size);
    font-family: var(--base-font);
    line-height: var(--quote-lineheight);
}

.markdown blockquote h3::before {
    content: "Error";
    background-color: rgb(224, 66, 66);
    color: white;
    font-size: var(--quote-tag-font-size);
    border-radius: .3em;
    padding: 3px 7px;
    margin-right: 15px;
    font-family: var(--title-font);
}

.markdown blockquote h4 {
    font-weight: 200;
    font-size: var(--quote-tag-font-size);
}

.markdown blockquote h4::before {
    content: "Remind";
    background-color: var(--shadow-color);
    color: white;
    font-size: var(--quote-tag-font-size);
    border-radius: .3em;
    padding: 3px 7px;
    margin-right: 15px;
    font-family: var(--title-font);
}

.markdown blockquote h5 {
    font-weight: 200;
    font-size: var(--quote-tag-font-size);
    font-family: var(--base-font);
    line-height: var(--quote-lineheight);
}

.markdown blockquote h5::before {
    content: "Remind";
    background-color: var(--shadow-color);
    color: white;
    font-size: var(--quote-tag-font-size);
    border-radius: .3em;
    padding: 3px 7px;
    margin-right: 15px;
    font-family: var(--title-font);
}

.img-caption {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 2px solid var(--shadow-color);
    width: -moz-fit-content;
    width: fit-content;
}

.markdown iframe {
    border-radius: 1.2em;
    box-shadow: 0 0 8px 3px rgba(181, 181, 182, 0.9);
}



#wrapper {
    filter: var(--darkHtml);
}


img {
    filter: var(--darkImg);
}

iframe {
    filter: var(--darkImg);
}

.Dialog {
    filter: var(--darkHtml);
}


/* 打印机属性 */
@media print {
    body {
        font-size: 12pt;
    }
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.input-box-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: var(--back-filter);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.input-box-wrapper .dialog-header {
    display: flex;
    justify-content: space-between;
}

.input-box-wrapper .dialog-box {
    background-color: var(--sidebar-transplate);
    font-family: var(--base-font), serif;
    border-radius: 1.2em;
    padding: 20px;
    /* box-shadow: 0px 0px 1px 2px var(--main-color); */
    box-shadow: 0 0 10px 3px rgba(158, 155, 155, 0.3);
    min-width: 320px;
}

.input-box-wrapper .little-close {
    border-radius: 0.3em;
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    padding: 0 7px;
}

.input-box-wrapper .little-close {
    color: var(--main-color);
    padding: 0 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 1px 2px var(--main-color);
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.input-box-wrapper .little-close:hover {
    background-color: var(--main-color);
    color: white;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.input-box-wrapper .password-input {
    margin: 0 auto;
    width: 75% !important;
    font-size: 18px;
}

.input-box-wrapper .password-btn {
    margin: 10px;
    font-size: 13px;
}

.input-box-wrapper .password-title {
    font-size: 20px;
}

.input-box-wrapper .dialog-btn-wrapper {
    display: flex; 
    justify-content: space-around;
}

/* 设置响应式 */
@media (max-width: 1200px) {
    .input-box-wrapper .password-input,
    .input-box-wrapper .password-btn,
    .input-box-wrapper .password-title {
        transform: scale(0.7);
    }
}

@media (max-width: 1000px) {
    .input-box-wrapper .password-input,
    .input-box-wrapper .password-btn,
    .input-box-wrapper .password-title {
        transform: scale(0.6);
    }
}

@media (max-width: 800px) {
    .input-box-wrapper .password-input,
    .input-box-wrapper .password-btn,
    .input-box-wrapper .password-title {
        transform: scale(0.5);
    }
}

@media (max-width: 600px) {
    .input-box-wrapper .password-input,
    .input-box-wrapper .password-btn,
    .input-box-wrapper .password-title {
        transform: scale(0.4);
    }
}

.insert-dialog-title {
    padding: 10px;
    font-family: var(--base-font), serif;
    font-size: 24px;
    display: flex;
}

.blog-title {
    color: black;
    font-size: 18px;
    height: -moz-fit-content;
    height: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.banner-image-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-layer {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.cover-banner-image {
    max-width: 100%;
    border-radius: 1.2em !important;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.08);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

@media screen and (max-width: 3840px) {
    .cover-banner-image {
        max-height: 800px;
    }
}

@media screen and (max-width: 1680px) {
    .cover-banner-image {
        max-height: 500px;
    }
}

.banner-image {
    max-width: 100%;
    max-height: 800px;
    border-radius: .6em !important;
    box-shadow: var(--dark-shadow);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

h2 > span.iconfont {
    font-size: 30px;
    font-weight: 900;  
}

.title.iconfont {
    font-size: 30px;
    color: white;
}

form input[type="text"],
form input[type="password"] {
    margin-top: 10px;
}

.home-article-tags {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-selection {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.main-fade-enter-from,
.main-fade-leave-to {
    opacity: 0;
}

.main-fade-enter-to,
.main-fade-leave-from {
    opacity: 1;
}

.main-fade-enter-active,
.main-fade-leave-active {
    transition: opacity var(--main-during);
    -moz-transition: opacity var(--main-during);
    -webkit-transition: opacity var(--main-during);
}

.slide-enter-active,
.slide-leave-active {
    transition: var(--animation-5s);
    -moz-transition: var(--animation-5s);
    -webkit-transition: var(--animation-5s);
}

.slide-enter-from {
    position: relative;
    transform: translateY(-100px);
    opacity: 0%;
}

.slide-leave-to {
    transform: translateY(100px);
    opacity: 0%;
}


.slide-down-enter-active,
.slide-down-leave-active {
    transition: var(--animation-5s);
    -moz-transition: var(--animation-5s);
    -webkit-transition: var(--animation-5s);
}

.slide-down-enter-from {
    position: relative;
    transform: translateX(-100px);
    opacity: 0%;
}

.slide-down-leave-to {
    transform: translateX(-100px);
    opacity: 0%;
}

.slide-right-enter-active,
.slide-right-leave-active {
    transition: var(--animation-5s);
    -moz-transition: var(--animation-5s);
    -webkit-transition: var(--animation-5s);
}

.slide-right-enter-from {
    position: relative;
    transform: translateX(100px);
    opacity: 0%;
}

.slide-right-leave-to {
    transform: translateX(100px);
    opacity: 0%;
}

.slide-up-enter-active,
.slide-up-leave-active {
    transition: var(--animation-5s);
    -moz-transition: var(--animation-5s);
    -webkit-transition: var(--animation-5s);
}

.slide-up-enter-from {
    position: relative;
    transform: translateY(-100px);
    opacity: 0%;
}

.slide-up-leave-to {
    transform: translateY(-100px);
    opacity: 0%;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: var(--animation-5s);
    -moz-transition: var(--animation-5s);
    -webkit-transition: var(--animation-5s);
}

.slide-fade-enter-from {
    position: relative;
    transform: translateX(-100%);
    opacity: 0%;
}

.slide-fade-leave-to {
    transform: translateX(-100%);
    opacity: 0%;
}


.collapse-enter-active,
.collapse-leave-active {
    transition: var(--animation-3s);
    -moz-transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}

.collapse-enter-from {
    position: relative;
    transform: scaleY(0);
    opacity: 0%;
}

.collapse-leave-to {
    transform: scaleY(0);
    opacity: 0%;
}

.collapse-from-top-enter-active,
.collapse-from-top-leave-active {
    transition: var(--animation-3s);
    -moz-transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}

.collapse-from-top-enter-from {
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0%;
}

.collapse-from-top-leave-to {
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0%;
}

.collapse-from-bottom-enter-active,
.collapse-from-bottom-leave-active {
    transition: var(--animation-3s);
    -moz-transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}

.collapse-from-bottom-enter-from {
    transform: scaleY(0);
    transform-origin: center bottom;
    opacity: 0%;
}

.collapse-from-bottom-leave-to {
    transform: scaleY(0);
    transform-origin: center bottom;
    opacity: 0%;
}


.slide-from-bottom-enter-active,
.slide-from-bottom-leave-active {
    transition: var(--animation-3s);
    -moz-transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}

.slide-from-bottom-enter-from {
    position: relative;
    transform: translateY(70%);
    opacity: 0%;
}

.slide-from-bottom-leave-to {
    transform: translateY(70%);
    opacity: 0%;
}


@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 35em;
    }
}

@keyframes blink-caret {

    from,
    to {
        box-shadow: #B352FF 2px 0 0 0 transparent;
    }

    50% {
        box-shadow: #B352FF 3px 0 0 0;
    }
}

@keyframes word-jump {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-5px);
    }

    80% {
        transform: translateY(2px);
    }

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

.hover-effect-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem 0;
}

.hover-effect-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--main-color);
    transform: translateX(-105%);
    transition: transform 0.5s ease-in-out;
}

.hover-effect-1:hover::before {
    transform: translateX(0);
}

.hover-effect-shadow-border {
    border-radius: .5em;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: var(--animation-5s);
}

.hover-effect-shadow-border:hover {
    box-shadow: var(--dark-shadow);
    border: 1px solid var(--main-color) !important;
    background-color: rgba(255, 255, 255, 0.2);
    transition: var(--animation-5s);
}

/* Hover Effect 8 */
.hover-effect-8 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem 0.75rem;
}

.hover-effect-8 > div::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 2px;
    background-color: var(--main-color);
    transition: height 0.5s ease-in-out;
}

.hover-effect-8 > div::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0%;
    width: 2px;
    background-color: var(--main-color);
    transition: height 0.5s ease-in-out;
}

.hover-effect-8::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--main-color);
    transform: translateX(-105%);
    transition: transform 0.5s ease-in-out;
}

.hover-effect-8::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: var(--main-color);
    transform: translateX(105%);
    transition: transform 0.5s ease-in-out;
}

.hover-effect-8:hover::after,
.hover-effect-8:hover::before {
    transform: translateX(0);
}

.hover-effect-8:hover > div::before,
.hover-effect-8:hover > div::after {
    height: 100%;
}

.private-mask {
    position: relative; /* 确保遮罩层可以相对于此 div 定位 */
    overflow: hidden; /* 防止内容溢出 */
    border-radius: .5em;
}

.private-mask::before {
    content: ""; /* 伪元素必须设置 content */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 0, 128, 0); /* 初始透明度为 0（完全透明） */
    transition: background-color 0.3s ease; /* 添加过渡效果 */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    pointer-events: none; /* 防止遮罩层阻挡交互 */
}

.private-mask:hover::before {
    font-family: "iconfont" !important;
    background-color: rgba(128, 30, 255, 0.6); /* 悬停时淡紫色遮罩，透明度 0.5 */
    content: "\e676  私密"; /* 悬停时显示文字 */
    z-index: 220;
}

.takelook-mask {
    position: relative; /* 确保遮罩层可以相对于此 div 定位 */
    overflow: hidden; /* 防止内容溢出 */
    border-radius: .5em;
}

.takelook-mask::before {
    content: ""; /* 伪元素必须设置 content */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* 初始透明度为 0（完全透明） */
    transition: background-color 0.3s ease; /* 添加过渡效果 */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    pointer-events: none; /* 防止遮罩层阻挡交互 */
}

.takelook-mask:hover::before {
    font-family: "iconfont" !important;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    content: "\e742  read"; /* 悬停时显示文字 */
    z-index: 220;
}
@font-face {
  font-family: "iconfont"; /* Project id 3899231 */
  src: url(/fonts/iconfont.53f75585.woff2) format('woff2');
}

.iconfont {
  font-family: "iconfont" !important;
  
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-server1:before {
  content: "\e679";
}

.icon-user:before {
  content: "\e677";
}

.icon-app:before {
  content: "\e666";
}

.icon-download1:before {
  content: "\e623";
}

.icon-lightning:before {
  content: "\e624";
}

.icon-fanhui:before {
  content: "\e6c8";
}

.icon-more:before {
  content: "\e60f";
}

.icon-copy:before {
  content: "\e63a";
}

.icon-highlight:before {
  content: "\e8ed";
}

.icon-share:before {
  content: "\e655";
}

.icon-lock:before {
  content: "\e676";
}

.icon-category:before {
  content: "\e65c";
}

.icon-read:before {
  content: "\e742";
}

.icon-write:before {
  content: "\e6ac";
}

.icon-top:before {
  content: "\e60e";
}

.icon-email:before {
  content: "\e856";
}

.icon-contact:before {
  content: "\e646";
}

.icon-compose:before {
  content: "\e60d";
}

.icon-history:before {
  content: "\e63b";
}

.icon-edit-blog:before {
  content: "\e6d7";
}

.icon-Idea:before {
  content: "\ea6a";
}

.icon-idea1:before {
  content: "\e713";
}

.icon-idea:before {
  content: "\e661";
}

.icon-duigou:before {
  content: "\e605";
}

.icon-nc:before {
  content: "\e648";
}

.icon-align-right:before {
  content: "\e7f5";
}

.icon-align-center:before {
  content: "\e7f6";
}

.icon-align-left:before {
  content: "\e7f7";
}

.icon-help:before {
  content: "\e87a";
}

.icon-relation:before {
  content: "\e867";
}

.icon-node:before {
  content: "\e868";
}

.icon-frp:before {
  content: "\e603";
}

.icon-height:before {
  content: "\e65f";
}

.icon-width:before {
  content: "\e660";
}

.icon-current-layer:before {
  content: "\e606";
}

.icon-layers:before {
  content: "\e85c";
}

.icon-play:before {
  content: "\e62f";
}

.icon-html:before {
  content: "\e601";
}

.icon-css:before {
  content: "\ea8b";
}

.icon-mp:before {
  content: "\e8ac";
}

.icon-file:before {
  content: "\e636";
}

.icon-json:before {
  content: "\e7bd";
}

.icon-csv:before {
  content: "\e604";
}

.icon-exe:before {
  content: "\e608";
}

.icon-pdf:before {
  content: "\e60b";
}

.icon-msi:before {
  content: "\e6c0";
}

.icon-vue:before {
  content: "\e640";
}

.icon-react:before {
  content: "\e64b";
}

.icon-doc:before {
  content: "\e64f";
}

.icon-ppt1:before {
  content: "\e650";
}

.icon-jpg:before {
  content: "\e609";
}

.icon-png:before {
  content: "\e60a";
}

.icon-svg:before {
  content: "\e622";
}

.icon-compress:before {
  content: "\e626";
}

.icon-wav:before {
  content: "\e656";
}

.icon-script:before {
  content: "\e616";
}

.icon-folder:before {
  content: "\e645";
}

.icon-cpp:before {
  content: "\e61a";
}

.icon-flac:before {
  content: "\e62e";
}

.icon-py:before {
  content: "\e653";
}

.icon-xls:before {
  content: "\e678";
}

.icon-dll:before {
  content: "\e61b";
}

.icon-go:before {
  content: "\e65a";
}

.icon-javascript:before {
  content: "\e66b";
}

.icon-typescript:before {
  content: "\e6a3";
}

.icon-verilog:before {
  content: "\e6b3";
}

.icon-java:before {
  content: "\ebd8";
}

.icon-rust:before {
  content: "\ec88";
}

.icon-gif:before {
  content: "\e6a4";
}

.icon-mp3:before {
  content: "\e642";
}

.icon-webp:before {
  content: "\e7d0";
}

.icon-font:before {
  content: "\e846";
}

.icon-vhdl:before {
  content: "\e66a";
}

.icon-c:before {
  content: "\e602";
}

.icon-exit:before {
  content: "\e600";
}

.icon-register:before {
  content: "\e62d";
}

.icon-back:before {
  content: "\e67a";
}

.icon-login:before {
  content: "\e97e";
}

.icon-arrow-down:before {
  content: "\e652";
}

.icon-empty:before {
  content: "\e621";
}

.icon-image:before {
  content: "\e68d";
}

.icon-glass-cheers:before {
  content: "\e688";
}

.icon-server:before {
  content: "\e64d";
}

.icon-humidity:before {
  content: "\e7d5";
}

.icon-wind:before {
  content: "\e6f1";
}

.icon-aqi:before {
  content: "\e634";
}

.icon-location:before {
  content: "\e607";
}

.icon-home:before {
  content: "\e6fe";
}

.icon-download:before {
  content: "\e613";
}

.icon-mail:before {
  content: "\e612";
}

.icon-document:before {
  content: "\e60c";
}

.icon-exercise:before {
  content: "\e615";
}

.icon-cloud:before {
  content: "\e869";
}

.icon-star:before {
  content: "\e86a";
}

.icon-zhihu-circle-fill:before {
  content: "\e88b";
}

.icon-publish:before {
  content: "\ec46";
}

.icon-toolbox:before {
  content: "\e61d";
}

.icon-edit-fill:before {
  content: "\ec7c";
}

.icon-about:before {
  content: "\e6aa";
}

.icon-guitar:before {
  content: "\ea16";
}

.icon-tag:before {
  content: "\e887";
}

.icon-link:before {
  content: "\e620";
}

.icon-pen:before {
  content: "\e6e9";
}

.icon-comment:before {
  content: "\e647";
}

.icon-edit-circle:before {
  content: "\e885";
}

.icon-bilibili:before {
  content: "\e61e";
}

.icon-search:before {
  content: "\e61f";
}

.icon-github:before {
  content: "\e689";
}

.icon-book-fill:before {
  content: "\e611";
}

.icon-title:before {
  content: "\e632";
}

.icon-ppt:before {
  content: "\e643";
}

.icon-steam:before {
  content: "\e722";
}

.icon-trash-bin:before {
  content: "\e696";
}

.icon-upload:before {
  content: "\e633";
}

.icon-setting:before {
  content: "\e7eb";
}

.icon-log:before {
  content: "\e614";
}

.icon-learning:before {
  content: "\e720";
}

.icon-code:before {
  content: "\e625";
}

.icon-random:before {
  content: "\e764";
}

.icon-export:before {
  content: "\e65e";
}

.icon-recommend:before {
  content: "\e628";
}

.icon-preview:before {
  content: "\e62c";
}

.icon-blog:before {
  content: "\eaf9";
}

.icon-network-speed:before {
  content: "\e67d";
}

.icon-sponsor:before {
  content: "\ea36";
}

.icon-hack:before {
  content: "\e6c5";
}

.icon-zhihu-line:before {
  content: "\e9c3";
}

.icon-netease:before {
  content: "\eb7d";
}

.icon-llm:before {
  content: "\e659";
}

.icon-music:before {
  content: "\e66f";
}

.icon-lvzhou_diaoxiancishu_cishu:before {
  content: "\e639";
}

.icon-chelianwangkawangluoleixing:before {
  content: "\e68b";
}


#live2dMessageBox-content {
    background-color: #FF95BC;
    color: white;
    font-family: var(--base-font);
    padding: 10px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: .7em;
    word-break: break-all;
    border-right: 1px solid transparent;
}

.live2dMessageBox-content-hidden {
    opacity: 0;
    transform: scaleY(0.2);
    transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
}

.live2dMessageBox-content-visible {
    opacity: 1;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    background-color: rgba(128, 30, 255, 0.8) !important;
}

.code-toolbox {
    position: absolute;
    top: 0;
    right: 15px;
    transition: .5s ease-out;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.code-toolbox .expand-button {
    margin: 10px;
    padding: 6px 11px;
    font-size: 15px;
    cursor: pointer;
    font-family: var(--k-base-font);
    border-radius: 999em;
    background-color: var(--main-color);
    color: white !important;
    transition: .5s ease;
    -webkit-transition: .5s ease;
}

.markdown code {
    height: -moz-fit-content;
    height: fit-content;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
}

.collapse-code {
    height: 20px !important;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
}

.code-toolbox .expand-button-click {
    transform: rotate(-180deg);
    background-color: var(--shadow-color);
    transition: .5s ease;
    -webkit-transition: .5s ease;
}

.code-toolbox .copy-button {
    margin: 10px;
    padding: 6px;
    font-size: 15px;
    cursor: pointer;
    font-family: var(--k-base-font);
    border-radius: .8em;
    background-color: var(--main-color);
    color: white !important;
    width: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: .5s ease;
    -webkit-transition: .5s ease;
}

.code-toolbox .copy-button-hover {
    background-color: #6DC45F;
    width: 150px;
    transition: .5s ease;
    white-space: nowrap;
    -webkit-transition: .5s ease;
}


.code-toolbox-hidden {
    opacity: 0;
    transition: 1.0 ease-out;
    -webkit-transition: 1.0 ease-out;
}

.code-toolbox-display {
    opacity: 1;
    transition: 1.0 ease-out;
    -webkit-transition: 1.0 ease-out;
}

.markdown-image-display-container {
    cursor: zoom-in;
    -o-object-fit: cover;
       object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(20, 20, 20, 0.3);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pane-icon {
    margin-right: 10px;
}

.random-image-empty {
    width: 300px;
    height: 180px;
    background-color: white;
    border-radius: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 350%;
    color: rgba(192, 192, 192, 0.8);
}

.detail-url-wrapper {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.detail-url-container {
    padding: 0px 10px;
    width: 80%;
    border-radius: .8rem;
    background-color: rgba(93, 103, 232, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: var(--animation-5s);
}


.detail-url-container:hover {
    background: linear-gradient(
                    90deg, 
                    rgba(254, 125, 55, 0.1) 25%,
                    rgba(93, 103, 232, 0.1) 37%,
                    rgba(255, 255, 255, 0) 63%
                );
    background-size: 400% 100%;
    animation: loading-mask 1.9s cubic-bezier(0.23,1,0.32,1);
    transition: var(--animation-5s);
}

.detail-url-container .cover {
    position: relative;
    overflow: hidden;
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 0.6em;
}

.detail-url-container .main {
    margin: 15px;
}

.detail-url-container .title {
    font-size: 1.0rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.detail-url-container .desc {
    font-size: 0.9rem;
}

.detail-url-container .cover img {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateY(-50%);
}

.markdown-ext-block {
    border-radius: .6rem;
    border: 1px solid rgba(128, 30, 255, 1);
    background-color: rgba(128, 30, 255, 0.05);
    padding: 3px 15px;
    margin-bottom: 25px;
}

.markdown-ext-block .iconfont {
    font-size: 1.2rem;
    margin-right: .7rem;
    color: var(--main-color);
}

.markdown-ext-block .title {
    color: var(--main-color);
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: unset;
    line-height: unset;
}

.markdown-ext-block .desc {
    color: black;
    font-weight: 700;
    margin-left: .7rem;
}
/* 主页上多尺寸适配 */



/* 屏幕宽度小于 1336px 时候的 container */
.narrow-container {
    display: none;
}

@media screen and (max-width: 1336px) {
    #live2d {
        display: none;
    }
    
    .home-banner-container .left {
        width: 90%;
    }

    .home-banner-container .right {
        display: none;
    }

    .narrow-container {
        display: flex;
    }

    .search-box-container.focus {
        width: 430px;
    }
}


@media screen and (max-width: 414px) {
    .server-weather {
        display: flex;      /* 使用flexbox布局 */
        flex-direction: column; /* 设置主轴为垂直方向 */
        align-items: flex-start; /* 将元素靠左对齐 */
    }
    .weather-display,
    .network-display {
        width: 90%;
        margin: 0;
        height: -moz-fit-content;
        height: fit-content;
        transform: scale(0.9);
    }

}

@media screen and (max-width: 1280px) {
    .weather-display,
    .network-display {
        width: 90%;
        margin: 0;
        height: -moz-fit-content;
        height: fit-content;
        transform: scale(0.9);
   }
}
:root {
  --number: var(--main-color);
  --keyword: var(--main-color);
  --string: var(--transplant-main-color-1);
  --comment: var(--light-color);
  --background: var(--sidebar-transplate);
  --gutter-background: var(--sidebar-transplate);
  --cursor: var(--main-color);
  --selection: var(--transplant-main-color-2);
  --active-line: var(--transplant-main-color-2);
}

.cm-s-default {
  background-color: var(--background);
  color: var(--foreground);
}

.cm-s-default .CodeMirror-gutters {
  background: var(--gutter-background);
  border-right: 1px solid var(--border-color);
}

.cm-s-default .CodeMirror-selected {
  background: var(--selection);
}

.cm-s-default .CodeMirror-line::-moz-selection, .cm-s-default .CodeMirror-line > span::-moz-selection {
  background: var(--selection);
}

.cm-s-default .CodeMirror-line::selection,
.cm-s-default .CodeMirror-line > span::selection {
  background: var(--selection);
}

.cm-s-default .cm-keyword {color: var(--keyword);}
.cm-s-default .cm-number {color: var(--number);}
.cm-s-default .cm-string {color: var(--string);}
.cm-s-default .cm-comment {color: var(--comment);}

.navigation-item-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px 8px;
}
.navigation-content-item-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.navigation-content-item-container:hover {
    color: var(--shadow-color);
    animation: word-jump .35s ease-in-out;
    transition: var(--animation-5s);
    -webkit-transition: var(--animation-5s);
}
@media screen and (max-width: 3840px) {
.navigaition-item-icon {
        font-size: 1.2rem;
}
.navigation-item-text {
        font-size: 1.0rem;
}
.navigation-item-container {
        margin: 5px 6px;
}
}
@media screen and (max-width: 1680px) {
.navigaition-item-icon {
        font-size: 1.0rem;
}
.navigation-item-text {
        font-size: 0.9rem;
}
.navigation-item-container {
        margin: 3px 3px;
}
}
@media screen and (max-width: 500px) {
.navigaition-item-icon {
        font-size: 3.73333vmin;
}
.navigation-item-text {
        font-size: 3.73333vmin;
}
.navigation-item-container {
        margin: 2px 0px;
}
}
.navigation-item-text {
    align-items: center;
    font-family: var(--base-font);
}
.navigation-item-tooltip {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: var(--dark-shadow);
    border-radius: 5px;
    z-index: 12;
    overflow: hidden;
}
.navigation-item-arrow,
.navigation-arrow-mask {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px 0;
    transform: translate(-5px, 5px) rotate(45deg);
}
.navigation-item-arrow {
    z-index: 11;
    box-shadow: var(--dark-shadow);
}
.navigation-arrow-mask {
    z-index: 13;
}
@media screen and (max-width: 500px) {
.navigation-item-tooltip {
        left: -180px;
}
}




.collapse-item-container[data-v-47c9bb46] {
    width: 100%;
}
.collapse-content-item[data-v-47c9bb46] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    cursor: pointer;
}
.collapse-item-icon[data-v-47c9bb46] {
    margin-right: 10px;
}
.collapse-item-text[data-v-47c9bb46] {
    flex-grow: 1;
}
.collapse-item-arrow[data-v-47c9bb46] {
    margin-left: auto;
    transition: transform 0.3s ease;
}
.collapse-item-arrow .icon-arrow-down[data-v-47c9bb46] {
    display: inline-block;
    transform: rotate(90deg);
}
.collapse-item-container .collapse-item-arrow[aria-expanded="true"] .icon-arrow-down[data-v-47c9bb46] {
    transform: rotate(0deg);
}
.collapse-item-content .contact-container[data-v-47c9bb46],
.collapse-item-content .other-page-container[data-v-47c9bb46] {
    font-size: 14px;
    line-height: 1.4;
}
.expand-enter-active[data-v-47c9bb46],
.expand-leave-active[data-v-47c9bb46] {
    transition: height 0.3s ease;
    overflow: hidden;
}
.collapse-from-top-enter-active[data-v-47c9bb46],
.collapse-from-top-leave-active[data-v-47c9bb46] {
    transition: all 0.3s ease;
}
.collapse-from-top-enter-from[data-v-47c9bb46],
.collapse-from-top-leave-to[data-v-47c9bb46] {
    opacity: 0;
    transform: translateY(-10px);
}
.icon-arrow-down[data-v-47c9bb46] {
    transition: transform 0.3s ease;
}


/* 屏幕宽度大于 1336px 时候的 container */
.flatten-container {
    display: flex;
}
@media screen and (min-width: 1100px) {
.pc-nav-right {
        display: none;
}
}
@media screen and (max-width: 1100px) {
.flatten-container {
        display: none;
}
}
.pc-menu-btn .iconfont,
.pc-function-panel .iconfont {
    font-size: 24px;
    cursor: pointer;
    transition: var(--animation-3s);
}
.pc-menu-btn .iconfont:hover,
.pc-function-panel .iconfont:hover {
    color: var(--main-color);
    transition: var(--animation-3s);
}
.pc-function-panel {
    font-size: 0.8rem;
    position: absolute;
    top: 64px;
    left: 100px;
    width: 240px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: var(--animation-3s);
    height: -moz-fit-content;
    height: fit-content;
}
.pc-function-panel .iconfont {
    font-size: 12px;
}
.pc-function-pane .back-btn {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid var(--main-color);
    font-size: 16px;
    color: var(--main-color);
    cursor: pointer;
    border-radius: .3em;
    width: 100%;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}
.pc-function-pane .back-btn:hover {
    background-color: rgba(var(--main-color-rgb), 0.1);
}
.pc-function-pane .back-btn .iconfont {
    margin-right: 8px;
    font-size: 18px;
}
.pc-function-panel .collapse-content-item:hover {
    background-color: var(--transplant-main-color-2);
    transition: var(--animation-3s);
}
.pc-function-panel .collapse-content-item {
    padding: 5px 10px;
    transition: var(--animation-3s);
}
.pc-function-panel .other-page-container {
    padding: 2px 5px;
    font-size: .7rem;
}
.pc-function-panel .page-item {
    padding: 2px 5px;
    font-size: .7rem;
}



.image-ph-container {
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-radius: 1em;
}
.image-ph-container .iconfont {
    color: #DCDDE0;
}
.image-ph-description {
    margin-top: -40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}



.search-box-container {
    padding: 0 10px;
    margin-right: 10px;
    position: relative;
    width: 360px;
    border: 2px var(--main-color);
    border-radius: .5em;
    border-color: var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color);
    display: flex;
    align-items: center;
    background-color: rgba(204, 205, 207, 0.3);
    transition: var(--animation-3s);
}
@media screen and (max-width: 500px) {
.search-box-container {
        width: 200px;
        transition: var(--animation-7s) !important;
}
.search-box-container.focus {
        width: 400px !important;
        transition: var(--animation-7s) !important;
}
.search-recommend-container {
        width: 90vw !important;
        left: -28vw !important;
        z-index: 999;
}
}
.search-box-container:hover {
    background-color: rgba(242,243,244, 0.3);
    transition: var(--animation-3s);
}
.search-box-container.focus {
    font-family: var(--base-font);
    width: 540px;
    border: none;
    border-radius: .9em;
    transition: var(--animation-3s);
}
.search-box {
    font-family: var(--base-font);   
    background: transparent !important;
    border: none !important;
    caret-color: var(--main-color);
}
.search-box:focus {
    border: none !important;
    box-shadow: unset !important;
}
.search-type-container {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media screen and (max-width: 3840px) {
.search-type-container {
        padding: 10px;
}
}
@media screen and (max-width: 1680px) {
.search-type-container {
        padding: 6px;
}
}
.current-search-type {
    font-size: 1.1rem;
    padding-right: 3px;
    transition: var(--animation-3s);
}
.current-search-type.focus {
    color: var(--main-color);
    transition: var(--animation-3s);
}
.current-search-type-arrow {
    transform: rotate(180deg);
    transition: var(--animation-3s);
}
.current-search-type-arrow.focus {
    transform: rotate(0deg);
    transition: var(--animation-3s);
}
.search-input-container {
    position: relative;
    width: 100%;
}
.search-box-icon {
    position: absolute;
    font-size: 1.2rem;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
span.iconfont.icon-search {
    transition: var(--animation-5s);
    border-radius: .5em;
    padding: 2px 10px;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer;
}
span.iconfont.icon-search.focus {
    background-color: var(--main-color);
    color: white;
    border-radius: 1.2em;
    transition: var(--animation-5s);
}
.search-type-popover {
    position: absolute;
    top: 60px;
    padding: 10px;
    left: -35px;
    border-radius: .5em;
    width: 130px;
    background: rgba(247, 242, 254, 0.6);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 8px 3px rgba(181, 181, 182, 0.9);
    z-index: 12;
}
.search-type-popover .item {
    padding: 5px 7px;
    border-radius: .5em;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    font-family: var(--base-font);
    font-size: 15px;
    cursor: pointer;
}
.search-type-popover .item:hover {
    background-color: var(--transplant-main-color-2);
    color: var(--shadow-color);
}
.search-type-popover .item.focus {
    background-color: rgb(228, 208, 255);
    color: var(--main-color);
}
.search-spliter {
    height: 20px;
    width: 1px;
    background-color: #7e8081;
}
.search-box-container .recommend-content {
    position: absolute;
    top: 20px;
}
.search-recommend-container {
    position: absolute;
    top: 70px;
    left: -30px;
    width: calc(100% + 30px);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border: 1.2px solid var(--main-color);
    box-shadow: 0 0 8px 3px rgba(182, 181, 182, 0.9);
    padding: 20px;
    border-radius: .5em;
}
.recommend-title {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
}
.recommend-item {
    display: block;
    font-size: 15px;
    font-family: var(--base-font);
    margin: 5px;
    padding: 3px 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    background-color: var(--transplant-main-color-1);
    border-radius: .9em;
    cursor: pointer;
}
.recommend-content-wrapper {
    display: flex;
    flex-flow: wrap;
}



.write-icon-container {
    width: 120px;
    padding: 10px;
}


.write-icon-container {
    width: 120px;
    padding: 10px;
}
.comments-container {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    color: var(--main-color);
    font-family: var(--base-font);
}
.comment-item {
    display: flex;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}
.comment-item:hover {
    background-color: #e9ecef;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
.content {
    flex: 1;
}
.username {
    font-weight: bold;
    margin-bottom: 5px;
    color: #212529;
}
.text {
    max-width: 280px;
    color: #495057;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 8px;
    line-height: 1.4;
}
.article-link {
    margin-bottom: 5px;
    cursor: pointer;
}
.article-link:hover {
    color: var(--main-color);
}
.time {
    color: #6c757d;
    font-size: 12px;
}
.loading {
    text-align: center;
    padding: 10px;
    color: #6c757d;
}


.sign-wrapper {
    width: 1000px;
    min-width: 1000px;
    min-height: 600px;
    height: 600px;
    padding: 25px;
    overflow: hidden;
    backdrop-filter: var(--back-filter) !important;
    border-radius: 1.5em !important;
}
.create-account-title {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
@media (max-width: 1200px) {
.sign-wrapper {
        transform: scale(0.7);
}
}
@media (max-width: 1000px) {
.sign-wrapper {
        transform: scale(0.6);
}
}
@media (max-width: 800px) {
.sign-wrapper {
        transform: scale(0.5);
}
}
@media (max-width: 600px) {
.sign-wrapper {
        transform: scale(0.4);
}
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    padding: 25px;
    background-color: var(--sidebar-transplate);
    transition: 1.25s;
}
.small-btn {
    font-size: 12px;
}
.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* .iconfont {
    margin: 0 5px;
    border: rgba(0, 0, 0, 0.5) 2px solid;
    border-radius: 50%;
    font-size: 25px;
    padding: 3px;
    opacity: 0.5;
    transition: 0.1s;
}

.iconfont:hover {
    opacity: 1;
    transition: 0.15s;
    cursor: pointer;
} */
.form_span {
    margin-top: 30px;
    margin-bottom: 12px;
}
.form_link {
    color: #181818;
    font-size: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #a0a5a8;
    line-height: 2;
}
.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 2;
    color: #181818;
    letter-spacing: 10px;
}
.description {
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 1.6;
}
.sign-up-box {
    z-index: 100;
    left: calc(100% - 600px);
}
.sign-in-box {
    left: calc(100% - 600px);
    z-index: 0;
}
.switch {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    padding: 50px;
    z-index: 200;
    transition: 1.25s;
    background-color: var(--sidebar-transplate);
    overflow: hidden;
    box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #d1d9e6;
}
@media screen and (max-width: 414px) {
.sign-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
}
}
.switch_circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: inset 8px 8px 12px #b8bec7, inset -8px -8px 12px #fff;
    bottom: -60%;
    left: -60%;
    transition: 1.25s;
}
.switch_circle-t {
    top: -30%;
    left: 60%;
    width: 300px;
    height: 300px;
}
.switch_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 400px;
    padding: 50px 55px;
    transition: 1.25s;
}
.switch_button {
    cursor: pointer;
}
.sign-input {
    width: 350px !important;
}
.switch_button:hover,
.submit:hover {
    box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
    transform: scale(0.985);
    transition: 0.25s;
}
.switch_button:active,
.switch_button:focus {
    box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
    transform: scale(0.97);
    transition: 0.25s;
}
.is-txr {
    left: calc(100% - 400px);
    transition: 1.25s;
    transform-origin: left;
}
.is-txl {
    left: 0;
    transition: 1.25s;
    transform-origin: right;
}
.is-z {
    z-index: 200;
    transition: 1.25s;
}
.is-hidden {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    transition: 1.25s;
}
.is-gx {
    animation: is-gx 1.25s;
}
@keyframes is-gx {
0%,
    10%,
    100% {
        width: 400px;
}
30%,
    50% {
        width: 500px;
}
}


.user-info-box {
    width: 1000px;
    min-width: 1000px;
    min-height: 600px;
    height: 600px;
    padding: 25px;
    overflow: hidden;
    border-radius: 1.5em !important;
}
@media (max-width: 1200px) {
.user-info-box {
        transform: scale(0.7);
}
}
@media (max-width: 1000px) {
.user-info-box {
        transform: scale(0.6);
}
}
@media (max-width: 800px) {
.user-info-box {
        transform: scale(0.5);
}
}
@media (max-width: 600px) {
.user-info-box {
        transform: scale(0.4);
}
}
.user-info-main {
    display: flex;
}
.protrait-wrapper {
    margin: 10px 20px;
    width: 300px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.user-text-info-wrapper {
    margin: 10px 20px;
    width: 600px;
}
.user-info-title {
    letter-spacing: 10px;
}
.user-info-input-box {
    display: contents;
}
.user-info-btn-box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.user-info-input {
    width: 90% !important;
    margin: 20px;
    font-size: 16px;
}
.user-info-button {
    font-size: 13px;
}
.protrait {
    width: 200px;
    height: 200px;
    text-align: center;
    color: white;
    background-color: grey;
    display: flex;
    justify-content: center;
    font-size: 50px;
    border-radius: .7em;
    overflow: hidden;
}


.portrait-html {
    height: 45px;
    width: 45px;
    margin: 5px 20px;
    font-size: 36px !important;
    text-align:center;
    display: flex;
    border-radius: 0.8em;

    align-items: center;
    justify-content: center;
    font-family: var(--base-font), serif;
}
.portrait-image {
    border-radius: 0.8em;
    width: 45px;
    height: 45px;
    transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}
.portrait-text {
    border-radius: 0.8em;
    text-align:center;
    color:white;
    transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}
.login-placeholder {
    margin-left: 10px;
    border-radius: 0.8em;

    background: var(--main-color);
    width: 45px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    font-family: var(--base-font), serif;
    transition: var(--animation-3s);
    -webkit-transition: var(--animation-3s);
}



.mobile-nav-right[data-v-f4733582] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-search-btn[data-v-f4733582],
.mobile-menu-btn[data-v-f4733582] {
    padding: 8px;
    cursor: pointer;
}
.mobile-search-panel[data-v-f4733582] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-function-panel[data-v-f4733582] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}
.mobile-search-panel .iconfont[data-v-f4733582] {
    font-size: 22px;
    color: var(--main-color);
    border-radius: .3em;
    padding: 1px 7px;
    border: 1px solid var(--main-color);
    margin-right: 20px;
}
.mobile-menu-btn[data-v-f4733582] {
    width: 50px;
}
.iconfont[data-v-f4733582] {
    margin-right: 5px;
    font-size: 20px;
}
.mobile-menu-panel[data-v-f4733582] {
    position: fixed;
    top: 60px;
    right: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
    width: 200px;
}
.menu-item[data-v-f4733582] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.menu-item[data-v-f4733582]:hover {
    background: #f5f5f5;
}
.page-item[data-v-f4733582] {
    display: flex;
    align-items: center;
    font-size: 12px !important;
    line-height: 1.3 !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.page-item[data-v-f4733582]:hover {
    background-color: #f5f5f5;
}
.page-item.focus[data-v-f4733582] {
    color: var(--main-color);
    font-weight: 500;
}
.page-item .iconfont[data-v-f4733582] {
    font-size: 18px;
    margin-right: 8px;
}
@media (min-width: 781px) {
.mobile-nav-right[data-v-f4733582] {
        display: none;
}
}
.back-btn[data-v-f4733582] {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid var(--main-color);
    font-size: 16px;
    color: var(--main-color);
    cursor: pointer;
    border-radius: .3em;
    width: 100%;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}
.back-btn[data-v-f4733582]:hover {
    background-color: rgba(var(--main-color-rgb), 0.1);
}
.back-btn .iconfont[data-v-f4733582] {
    margin-right: 8px;
    font-size: 18px;
}


.navigation-bar-container {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 201;
}
.navigation-bar-body {
    background: rgba(247, 242, 254, 0.75);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
}
.website-icon {
    border-radius: 1.2em;
    border: none;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 3px;
    margin: 2px 15px;
    margin-right: 50px;
    cursor: pointer;
    transition: var(--animation-5s);
}
.website-icon:hover {
    background: linear-gradient(
                    90deg, 
                    rgba(242, 233, 255, 0.5) 25%,
                    rgba(255, 255, 255, 1) 37%,
                    rgba(255, 255, 255, 0) 63%
                );
    background-size: 400% 100%;
    animation: loading-mask 1.4s cubic-bezier(0.23,1,0.32,1);
    transition: var(--animation-5s);
}
.website-icon span {
    font-family: var(--base-font);
    white-space: nowrap;
    margin-left: 10px;
    font-weight: 800;
    font-size: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #333333;
}
.navigation-item {
    flex-grow: 1;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    will-change: transform;
    justify-content: center;
    z-index: 300;
}
.navigation-item::before {
    content: "";
    z-index: -1;
    width: 4.2em;
    height: 4.2em;
    border-radius: 99em;
    padding: 2px 7px;
    position: absolute;
    transform: scale(0);
    transition: var(--animation-5s);
    -webkit-transition: var(--animation-5s);
}
.navigation-item.focus {
    animation: none;
    color: var(--main-color);
    background-color: var(--transplant-main-color-2);
    color: var(--shadow-color);
    border-radius: .5em;
    transition: var(--animation-3s);
    -webkit-transition: var(--animation-5s);
}
.navigation-item.focus .navigation-content-item-container {
    animation: none;
}
.other-page-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.contact-container {
    width: 100%;
    padding: 10px;
}
.page-item {
    white-space: nowrap;
    font-family: var(--base-font);
    font-size: 15px;
    cursor: pointer;
    border-radius: .5em;
    padding: 7px 12px;
    margin: 2px;
    transition: var(--animation-3s);
}
.page-item.focus {
    background-color: var(--transplant-main-color-1);
    color: white;
    transition: var(--animation-3s);
}
.page-item:hover {
    background-color: var(--transplant-main-color-2);
    color: var(--shadow-color);
    transition: var(--animation-3s);
    animation: word-jump .35s ease-in-out;
}
.navigation-bar-body .left {
    display: flex;
    align-items: center;
}
.navigation-bar-body .right {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
@media screen and (max-width: 781px) {
.navigation-bar-body .large-nav {
        display: none !important;
}
}
@media screen and (min-width: 781px) {
.navigation-bar-body .small-nav {
        display: none !important;
}
}



.copyright-container {
    display: flex;
    justify-content: space-evenly;
    background-color: var(--footer-background);
    padding: 30px;
    margin-top: 50px;
}
@media screen and (max-width: 740px) {
.copyright-container {
        flex-direction: column;
}
.copyright-container .ref-link {
        margin-top: 30px;
}
}
.copyright-message {
    color: rgb(127, 136, 143);
    font-family: "";
}
.copyright-container .title {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.copyright-container .copyright {
    font-size: 18px;
}
.copyright-container .ref-link {
    display: flex;
    flex-direction: column;
    align-items: left;
    font-family: "";
    font-size: .9rem;
}
.copyright-container .ref-link > span {
    margin: 7px;
    display: flex;
    align-items: center;
}
.copyright-container .ref-link .iconfont {
    margin-right: 8px;
    font-size: 18px;
}
.copyright-container .ref-link a {
    color: var(--shadow-color);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: .5em;
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
}


.k-scrollerbar[data-v-56f22e0e] {
    top: 100px;
    right: 10px;
    border-radius: .9em;
    position: fixed;
    z-index: 200;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    overflow: hidden;
}
.k-scrollerbar > span[data-v-56f22e0e] {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    display: flex;
}
.k-scrollerbar > span .iconfont[data-v-56f22e0e] {
    position: absolute;
    bottom: 0px;
    left: 1px;
    height: -moz-fit-content;
    height: fit-content;
}
.k-scrollerbar .iconfont[data-v-56f22e0e] {
    color: white;
}



:root {
    --main-during: 0.35s;
}


h2[data-v-1541b0aa] {
    color: inherit;
    line-height: inherit;
    margin: 1.6em 0px;
    font-weight: bold;
    border-bottom: 2px solid var(--main-color);
    font-size: 1.6em;
}
span[data-v-1541b0aa] {
    font-size: inherit;
    line-height: inherit;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: normal;
    background: var(--main-color);
    color: rgb(255, 255, 255);
    padding: 3px 10px 1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0 3px 0 0;
}


.kquote {
    padding: 10px 10px 10px 1rem;
    font-size: 0.9em;
    margin: 1em 0px;
    color: rgb(60, 60, 60);
    border-left: 6px solid var(--main-color);
    background: var(--slight-light-color);
    border-radius : 0.5em;
}


.ktitle3 {
  border-left: 3.5px solid var(--main-color);
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s linear;
}
.ktitle3:hover {
  border-radius: 1em;
  box-shadow: 0 0 5px   var(--shadow-color), 
              0 0 25px  var(--shadow-color),
              0 0 50px  var(--shadow-color), 
              0 0 200px var(--shadow-color);
  background-color: var(--main-color);
  color: white;
  padding: 10px;
  transition: all 0.3s linear;
}


.k-tag {
    color : white;
    font-family: var(--base-font), serif;
    padding-left : 12px;
    padding-right : 12px;
    padding-top : 5px;
    padding-bottom : 5px;
    border-radius : .5em;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.kcard {
    border-radius: .9em;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: var(--base-font), serif;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.kcard:hover {
  box-shadow: 0 0 15px 8px rgba(158, 155, 155, 0.3);
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}


:root {
    --loading-mask-color: #f2f2f2;
    --loading-mask-to-color: #e0e0e0;
}
.display-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.loading-image-container {
    height: 100%;
    display: flex;
    justify-content: center;
}
.loading-image-mask {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 350%;
    color: rgba(192, 192, 192, 0.8);
}
.loading-image-mask {
    background: linear-gradient(90deg, 
                    var(--loading-mask-color) 25%,
                    var(--loading-mask-to-color) 37%,
                    var(--loading-mask-color) 63%);
    background-size: 400% 100%;
    animation: loading-mask 1.4s ease infinite;
    -webkit-animation: loading-mask 1.4 ease infinite;
}
@keyframes loading-mask {
0% {
        background-position: 100% 50%;
}
100% {
        background-position: 0 50%;
}
}


:root {
    --tooltip-arrow-border-left: '';
    --tooltip-arrow-border-right: '';
    --tooltip-arrow-border-top: '';
    --tooltip-arrow-border-bottom: '';
    --tooltip-arrow-left: 0;
    --tooltip-arrow-top: 0;
}
.tooltip {
    position: absolute;
    color: white;
    font-size: 14px;
    border-radius: .6em;
    background-color: var(--shadow-color);
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 10px;
    z-index: 99999;
}
.tooltip::before {  
    content: "";
    position: absolute;  
    left: var(--tooltip-arrow-left);
    top: var(--tooltip-arrow-top);
    width: 0;
    height: 0;  
    border-left: var(--tooltip-arrow-border-left);  
    border-right: var(--tooltip-arrow-border-right);
    border-top: var(--tooltip-arrow-border-top);
    border-bottom: var(--tooltip-arrow-border-bottom);
}

