:root {
    --bg-img: linear-gradient(135deg, #f3f6f6, transparent);
    --bg-color: #fff;
    --bg-color1: white;
    --bg-color2: white;
    --bg-color3: white;
    --bg-color4: rgba(255, 255, 255, 0);
    --bg-color5: #333;
    --bg-color6: #f3f6f6;
    --font-color: #444555;
    --font-color1: #C74451;
    --font-color2: #666;
    --font-color3: #003333;
    --border1: 2px solid #C74451;
    --border2: 4px solid #C74451;
    --border3: 2px solid #444555;
    --border4: 1px solid #444;
    --border5: 1px solid #ddd;
    --input-focus-box: 'inset 0 1px 1px rgba(#000, 0.075), 0 0 8px rgba(187,179,158,0.6)'
}

:root[data-theme=light] {
    --bg-img: url("https://s.libforest.com/images/background/snow.jpg");
    --bg-color: #fff;
    --bg-color1: rgba(255, 255, 255, 0.6);
    --bg-color2: rgba(255, 255, 255, 0.8);
    --bg-color3: rgba(255, 255, 255, 0.2);
    --bg-color4: rgba(255, 255, 255, 0);
    --bg-color5: #333;
    --bg-color6: rgba(255, 255, 255, 0.6);
    --font-color: #444555;
    --font-color1: #C74451;
    --font-color2: #666;
    --font-color3: #003333
}

:root[data-theme=dark] {
    --bg-img: url("https://s.libforest.com/images/background/tree.jpg");
    --bg-color: #000;
    --bg-color1: rgba(0, 0, 0, 0.4);
    --bg-color2: rgba(0, 0, 0, 0.6);
    --bg-color3: rgba(0, 0, 0, 0.2);
    --bg-color4: rgba(0, 0, 0, 0);
    --bg-color5: transparent;
    --bg-color6: rgba(0, 0, 0, 0.4);
    --font-color: #ddd;
    --font-color1: #C74451;
    --font-color2: #bbb;
    --font-color3: #dddccc;
    --border1: 2px solid #C74451;
    --border2: 4px solid #C74451;
    --border3: 2px solid #ddd;
    --border4: 1px solid #ddd;
    --border5: 1px solid #333
}

* {
    font-size: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    background: 0 0;
    vertical-align: baseline;
    color: var(--font-color)
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.8
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: var(--bg-color3)
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    border-radius: 2px
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--font-color1)
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
    border-radius: 5px
}

body {
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: 500;
    font-family: Palatino, palatino linotype, palatino lt std, noto serif cjk sc, microsoft yahei, serif
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
    border-top-color: #eee;
    border-top-style: solid
}

a {
    color: inherit;
    text-decoration: inherit;
    outline: none;
    cursor: pointer
}

a:focus {
    outline: none
}

a:hover,
a:active {
    color: var(--font-color1)
}

a:link,
a:visited {
    text-decoration: none
}

a img {
    border: 0;
    text-decoration: none
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

ul,
ol {
    margin: 0;
    list-style: none
}

table {
    margin: .5em auto 1.5em;
    width: 100%;
    border: 1px solid #ddd
}

thead th {
    padding: .5em .4em;
    text-align: left
}

tbody td {
    padding: .5em .4em
}

tbody th {
    padding: .5em .4em
}

th,
tr,
td,
thead,
tbody {
    border: 1px solid #ddd
}

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block
}

.entry-cover .entry-cover-right,
.entry-cover .entry-cover-left,
.entry-cover {
    display: flex;
    justify-content: center;
    align-items: center
}

.entry-cover {
    width: 100%;
    height: 100%;
    color: #dddeee;
    background-color: rgba(0, 0, 0, .4)
}

.entry-cover .entry-cover-left {
    width: 38.2%;
    height: 100%;
    flex-direction: column;
    gap: 1rem;
}

.entry-cover .entry-cover-left:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(75deg, rgba(0, 0, 0, .5) 38.2%, transparent calc(38.2% - -1px));
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
}

.entry-cover .entry-cover-left>* {
    z-index: 1;
}

.entry-cover .entry-cover-left .entry-cover-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.entry-cover .entry-cover-left .entry-cover-intro img {
    width: 4rem;
    height: 4rem;
    animation: circle 8s linear infinite;
    -moz-animation: circle 8s linear infinite;
    -webkit-animation: circle 8s linear infinite;
    -o-animation: circle 8s linear infinite;
}

.entry-cover .entry-cover-left .entry-cover-intro h3 {
    font-size: 1.5rem;
    color: #dddeee;
}

.entry-cover .entry-cover-left .entry-cover-intro cite {
    color: #dddeee;
    font-size: .85rem;
    font-style: normal;
}

.entry-cover .entry-cover-left .entry-cover-menu {
    margin: 0;
    padding: 0;
}

.entry-cover .entry-cover-left .entry-cover-menu li {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0;
}

.entry-cover .entry-cover-left .entry-cover-menu li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.entry-cover .entry-cover-left .entry-cover-menu li i {
    font-size: 1.75rem;
    line-height: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    border: 1px solid transparent;
    color: #dddeee;
}

.entry-cover .entry-cover-left .entry-cover-menu li i:hover {
    border: 1px solid #dddeee;
}

.entry-cover .entry-cover-left .entry-cover-menu li span {
    color: #dddeee;
    font-size: 0.825rem;
}

.entry-cover .entry-cover-right {
    font-size: 1.2rem;
    width: 61.8%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

.entry-cover .entry-cover-right>h3 {
    font-size: 1.25rem;
    color: #dddeee;
}

.entry-cover .entry-cover-right>p {
    font-size: 1rem;
    color: #dddeee;
}

.entry-cover .entry-cover-right>div p {
    color: #dddeee;
}

@media(max-width:600px) {
    .entry-cover .entry-cover-left {
        width: 100%;
    }

    .entry-cover .entry-cover-left:before {
        background: linear-gradient(75deg, rgba(0, 0, 0, .5) 50%, transparent calc(50% - -1px))
    }

    .entry-cover .entry-cover-left .entry-cover-menu li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .entry-cover .entry-cover-right {
        display: none;
    }
}

@keyframes circle {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html .entry-cover {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(https://s.libforest.com/images/background/snow.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

html[data-theme=light] .entry-cover {
    background: 0 0;
    background-color: rgba(0, 0, 0, .4);
}

html[data-theme=dark] .entry-cover {
    background: 0 0;
    background-color: rgba(0, 0, 0, .4);
}
