*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,
:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Lato, Noto Sans SC, -apple-system, sans-serif;
    font-feature-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

a {
    cursor: pointer;
    color: #374151;
    word-break: break-word
}

.fade-down {
    animation: fade-down .3s
}

.bg-box-shadow {
    cursor: pointer;
    box-shadow: inset 0 0 #e5e7eb;
    transition: box-shadow .5s cubic-bezier(.71, 0, 0, .99);
    text-decoration: none
}

.bg-box-shadow.active,
.bg-box-shadow:hover {
    border: none;
    box-shadow: inset 0 -.8em #e5e7eb
}

.back-2-top:hover .icon-top {
    animation-name: hvr-icon-up;
    animation-duration: .75s;
    animation-timing-function: ease-out
}

.back-2-top {
    z-index: 999
}

.fade-up {
    animation: fade-up .3s
}

.placeholder-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    bottom: 0;
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0
}

.cover-bg {
    animation: fadein 1s ease-in-out;
    z-index: -1
}

::-webkit-scrollbar {
    width: .3rem;
    height: .5rem;
    background: hsla(0, 0%, 100%, .6)
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background-color: #5f5f5f66;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: .5rem
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5f5f5fb3
}

@keyframes fade-down {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

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

@keyframes fade-up {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

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

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: .3
    }
}

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

    25% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes searchShow {
    0% {
        transform: translate3d(0, -4rem, 0);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

@keyframes hvr-icon-up {

    0%,
    50%,
    to {
        transform: translateY(0)
    }

    25%,
    75% {
        transform: translateY(-6px)
    }
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0px
}

.left-0 {
    left: 0px
}

.right-0 {
    right: 0px
}

.top-0 {
    top: 0px
}

.left-6 {
    left: 1.5rem
}

.bottom-11 {
    bottom: 2.75rem
}

.right-12 {
    right: 3rem
}

.bottom-48 {
    bottom: 12rem
}

.top-16 {
    top: 4rem
}

.top-5 {
    top: 1.25rem
}

.top-3 {
    top: .75rem
}

.-left-8 {
    left: -2rem
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.z-0 {
    z-index: 0
}

.z-40 {
    z-index: 40
}

.z-20 {
    z-index: 20
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.m-0 {
    margin: 0
}

.m-avatar {
    margin: -52px 8px 4px
}

.m-4 {
    margin: 1rem
}

.m-card {
    margin: 68px auto 0
}

.m-2\.5 {
    margin: .625rem
}

.m-2 {
    margin: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-1\.5 {
    margin-top: .375rem;
    margin-bottom: .375rem
}

.mx-3\.5 {
    margin-left: .875rem;
    margin-right: .875rem
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mx-2\.5 {
    margin-left: .625rem;
    margin-right: .625rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.ml-4 {
    margin-left: 1rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-16 {
    margin-top: 4rem
}

.ml-3 {
    margin-left: .75rem
}

.mr-1 {
    margin-right: .25rem
}

.ml-0 {
    margin-left: 0
}

.mt-1 {
    margin-top: .25rem
}

.mb-0\.5 {
    margin-bottom: .125rem
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-3 {
    margin-top: .75rem
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.mt-10 {
    margin-top: 2.5rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.grid {
    display: grid
}

.inline-grid {
    display: inline-grid
}

.hidden {
    display: none
}

.h-1\/2 {
    height: 50%
}

.h-full {
    height: 100%
}

.h-96 {
    height: 24rem
}

.h-10 {
    height: 2.5rem
}

.h-72 {
    height: 18rem
}

.h-0\.5 {
    height: .125rem
}

.h-0 {
    height: 0px
}

.h-20 {
    height: 5rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-16 {
    height: 4rem
}

.h-8 {
    height: 2rem
}

.h-screen {
    height: 100vh
}

.h-28 {
    height: 7rem
}

.h-24 {
    height: 6rem
}

.h-56 {
    height: 14rem
}

.max-h-200 {
    max-height: 200px
}

.min-h-100 {
    min-height: 100px
}

.w-full {
    width: 100%
}

.w-20 {
    width: 5rem
}

.w-10 {
    width: 2.5rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-28 {
    width: 7rem
}

.w-16 {
    width: 4rem
}

.w-auto {
    width: auto
}

.w-3\/5 {
    width: 60%
}

.w-24 {
    width: 6rem
}

.w-56 {
    width: 14rem
}

.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-full {
    max-width: 100%
}

.max-w-16 {
    max-width: 16rem
}

.flex-none {
    flex: none
}

.flex-shrink-0 {
    flex-shrink: 0
}

.-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

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

.list-none {
    list-style-type: none
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.place-content-center {
    place-content: center
}

.content-start {
    align-content: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-items-center {
    justify-items: center
}

.gap-2 {
    gap: .5rem
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-ellipsis {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-lg {
    border-radius: .5rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-transparent {
    border-color: transparent
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity))
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity))
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-opacity-90 {
    --tw-bg-opacity: .9
}

.fill-current {
    fill: currentColor
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-1\.5 {
    padding: .375rem
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-0 {
    padding: 0
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.pt-0\.5 {
    padding-top: .125rem
}

.pb-0\.5 {
    padding-bottom: .125rem
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-12 {
    padding-left: 3rem
}

.pl-2\.5 {
    padding-left: .625rem
}

.pr-2\.5 {
    padding-right: .625rem
}

.pl-2 {
    padding-left: .5rem
}

.pr-2 {
    padding-right: .5rem
}

.pt-2 {
    padding-top: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-3 {
    padding-top: .75rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pr-8 {
    padding-right: 2rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-0 {
    padding-left: 0
}

.pt-8 {
    padding-top: 2rem
}

.pl-4 {
    padding-left: 1rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pr-3 {
    padding-right: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.align-middle {
    vertical-align: middle
}

.font-sans {
    font-family: Lato, Noto Sans SC, -apple-system, sans-serif
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.leading-loose {
    line-height: 2
}

.leading-9 {
    line-height: 2.25rem
}

.leading-8 {
    line-height: 2rem
}

.leading-10 {
    line-height: 2.5rem
}

.leading-4 {
    line-height: 1rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-normal {
    line-height: 1.5
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-wide {
    letter-spacing: .025em
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity))
}

.no-underline {
    text-decoration-line: none
}

.opacity-95 {
    opacity: .95
}

.opacity-30 {
    opacity: .3
}

.opacity-60 {
    opacity: .6
}

.opacity-10 {
    opacity: .1
}

.opacity-100 {
    opacity: 1
}

.opacity-0 {
    opacity: 0
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.duration-700 {
    transition-duration: .7s
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.container {
    width: 100%
}

@media (min-width: 480px) {
    .container {
        max-width: 480px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 976px) {
    .container {
        max-width: 976px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px
    }
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity))
}

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity))
}

.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
}

.hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}

.hover\:opacity-20:hover {
    opacity: .2
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dark .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity))
}

.dark .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity))
}

.dark .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity))
}

.dark .dark\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity))
}

.dark .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity))
}

.dark .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.dark .dark\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.dark .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.dark .dark\:filter-60 {
    filter: brightness(.6)
}

.dark .dark\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity))
}

.dark .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.dark .dark\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 480px) {
    .sm\:hidden {
        display: none
    }

    .sm\:h-1\/2 {
        height: 50%
    }

    .sm\:h-24 {
        height: 6rem
    }

    .sm\:w-6\/12 {
        width: 50%
    }

    .sm\:max-w-2xl {
        max-width: 42rem
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:gap-3 {
        gap: .75rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .sm\:leading-normal {
        line-height: 1.5
    }
}

@media (min-width: 768px) {
    .md\:absolute {
        position: absolute
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:hidden {
        display: none
    }

    .md\:h-screen {
        height: 100vh
    }

    .md\:h-36 {
        height: 9rem
    }

    .md\:w-56 {
        width: 14rem
    }

    .md\:max-w-3xl {
        max-width: 48rem
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pt-5 {
        padding-top: 1.25rem
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:leading-relaxed {
        line-height: 1.625
    }

    .md\:shadow-lx {
        --tw-shadow: 0 1px 40px -8px rgb(0 0 0 / 50%);
        --tw-shadow-colored: 0 1px 40px -8px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .md\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

@media (min-width: 976px) {
    .lg\:max-w-5xl {
        max-width: 64rem
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }
}

.home-cover .cover-title:after {
    left: 50%;
    margin-left: -40px
}

.like-btn:after {
    content: attr(data-count);
    font-size: 1rem;
    position: relative;
    bottom: 2px;
    font-family: Lato, Noto Sans SC, -apple-system, sans-serif
}

.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    top: 0;
    left: 0
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.bg-shadow {
    text-decoration: none;
    transition: box-shadow .5s cubic-bezier(.71, 0, 0, .99)
}

.bg-shadow:hover {
    box-shadow: inset 0 .3em #e5e7eb
}

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

.icon-close-circle-fill:before {
    content: "\e844"
}

.icon-menu:before {
    content: "\e930"
}

.icon-share:before {
    content: "\e623"
}

.icon-Qzone:before {
    content: "\e65e"
}

.icon-QQ:before {
    content: "\e65f"
}

.icon-xinlang:before {
    content: "\e660"
}

.icon-round_link_fill:before {
    content: "\e80b"
}

.icon-WeChat:before {
    content: "\e65b"
}

.icon-uqur:before {
    content: "\e616"
}

.icon-copy:before {
    content: "\e6f3"
}

.icon-arrow-down-filling:before {
    content: "\e688"
}

.icon-like:before {
    content: "\e631"
}

.icon-heart:before {
    content: "\e7df"
}

.icon-heart-fill:before {
    content: "\e849"
}

.icon-toBottom:before {
    content: "\e613"
}

.icon-sun:before {
    content: "\e663"
}

.icon-moon:before {
    content: "\e65d"
}

.icon-like-fill:before {
    content: "\e869"
}

.icon-see2:before {
    content: "\e615"
}

.icon-people:before {
    content: "\e736"
}

.icon-time:before {
    content: "\e735"
}

.icon-pin-fill:before {
    content: "\e87a"
}

.icon-pin-fill1:before {
    content: "\e788"
}

.icon-round_like_fill:before {
    content: "\e80a"
}

.icon-remen:before {
    content: "\e62c"
}

.icon-cc-plane:before {
    content: "\e6cb"
}

.icon-comment1:before {
    content: "\e604"
}

.icon-tag2:before {
    content: "\e618"
}

.icon-emailmarketing_filled:before {
    content: "\e706"
}

.icon-top:before {
    content: "\e609"
}

.icon-right1:before {
    content: "\e67c"
}

.icon-left1:before {
    content: "\e67e"
}

.icon-wechat:before {
    content: "\e68c"
}

.icon-yooxi:before {
    content: "\e612"
}

.icon-zhiding1:before {
    content: "\e603"
}

.icon-zhiding2:before {
    content: "\e826"
}

.icon-Leftxiangzuo37:before {
    content: "\e705"
}

.icon-Rightxiangyou35:before {
    content: "\e719"
}

.icon-yuedu:before {
    content: "\e625"
}

.icon-hot:before {
    content: "\e680"
}

.icon-new:before {
    content: "\e681"
}

.icon-zhiding:before {
    content: "\e637"
}

.icon-folder:before {
    content: "\e82b"
}

.icon-down:before {
    content: "\e610"
}

.icon-up:before {
    content: "\e611"
}

.icon-search:before {
    content: "\e614"
}

.icon-left:before {
    content: "\e617"
}

.icon-right:before {
    content: "\e638"
}

.icon-smile:before {
    content: "\e6d6"
}

.icon-editor-preview:before {
    content: "\e900"
}

.icon-youxiang:before {
    content: "\e608"
}

.icon-rss:before {
    content: "\e7ea"
}

.icon-comment:before {
    content: "\e624"
}

.icon-exit:before {
    content: "\e7cb"
}

.icon-twitter:before {
    content: "\e72a"
}

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

.icon-weibo:before {
    content: "\e667"
}

.icon-calendar:before {
    content: "\e634"
}

.icon-telegram:before {
    content: "\e600"
}

.icon-tencentqq:before {
    content: "\ecd5"
}

.icon-github:before {
    content: "\e8fd"
}

.nav-list a {
    text-decoration: none !important
}

.nav-wrapper>.nav {
    height: 4rem;
    margin: 0 auto;
    padding: 0 11%;
    display: flex;
    justify-content: space-between
}

._disableScroll {
    overflow-y: hidden !important
}

.nav-list {
    top: unset;
    left: unset;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: initial;
    background: transparent
}

.nav-list>.list {
    height: 100%;
    width: 100%;
    border-top: 0;
    background: transparent;
    display: flex;
    align-items: center
}

.nav-list>.list>.item {
    margin-left: 1.5rem;
    margin-bottom: 0;
    border-bottom-color: transparent;
    justify-content: flex-start
}

.nav-list>.list>.item>.link {
    border-color: transparent;
    background: transparent;
    font-size: 1.1rem;
    transition: all .3s ease-in-out;
    display: block;
    flex-basis: unset;
    padding: .75rem 0 .5rem;
    outline: 0
}

.menu-active:after {
    content: "\b7";
    font-weight: 900
}

.nav-lines {
    opacity: 0
}

.sub-menu-item {
    padding: 10px 15px;
    top: 46px;
    right: -30%;
    animation: fade-up .3s .1s ease both;
    -webkit-animation: fade-up .3s .1s ease both
}

.sub-menu-item:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff
}

.dark .sub-menu-item:before {
    border-color: transparent transparent rgba(31, 41, 55, var(--tw-bg-opacity))
}

.has-sub:hover .sub-menu-item {
    display: block
}

.mobile-sidebar {
    transition: all .3s;
    transform: translate(-100%);
    transition: .3s ease
}

.mobile-sidebar.active {
    transform: translate(0);
    transition: .3s ease
}

.drop-down-menu {
    transition: .3s ease
}

.sub-open .drop-down-menu,
.sub-open~.drop-down-menu {
    transform: rotate(90deg)
}

.sub-open .sub-menu,
.sub-open~.sub-menu {
    display: block !important
}

.dark-btn:before {
    content: "\e65d";
    display: inline-block
}

.dark .dark-btn:before {
    content: "\e663"
}

a.circle {
    text-decoration: none !important
}

.circle:after {
    border-radius: 50%;
    box-shadow: 0 0 0 1px #5a5a5a4d;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: transform .2s, opacity .4s;
    width: 100%
}

.circle:hover:after {
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(1.1)
}

.circle svg {
    fill: currentColor;
    height: 16px;
    position: relative;
    top: 11px;
    left: 4px
}

.site-info p {
    line-height: 1.4rem;
    margin: 0 auto !important
}

.github-badge {
    display: inline-block;
    border-radius: 4px;
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    background-color: #abbac3;
    margin: 5px 0
}

.github-badge .badge-subject {
    display: inline-block;
    background-color: #4d4d4d;
    padding: 6px 4px 4px 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.github-badge .badge-value {
    display: inline-block;
    padding: 6px 4px 4px 6px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -6px
}

.github-badge .bg-red {
    background-color: #e05d44 !important
}

.github-badge .bg-blue {
    background-color: #007ec6 !important
}

.github-badge .bg-brightgreen {
    background-color: #4dc820 !important
}

.github-badge .bg-orange {
    background-color: orange !important
}

.github-badge .bg-blueviolet {
    background-color: #8833d7 !important
}

#toc ol>li,
#toc ul>li {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.entry-navigation .nav:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s cubic-bezier(.4, .01, .165, .99);
    z-index: 1
}

.entry-navigation .nav:hover:before {
    opacity: .5
}

.share-items a {
    box-shadow: none !important
}

.archive-year {
    border-color: inherit
}

.dark .archive-year {
    --tw-text-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-text-opacity));
    opacity: .6
}

.archive-year:first-of-type {
    margin-top: -2.15rem
}

.archive-year:before {
    position: absolute;
    top: 0;
    left: 1.5rem;
    height: 100%;
    border-left: 1px solid;
    border-color: inherit;
    content: ""
}

.af-bg-fff:after {
    background: #fff
}

.archive-hd:after {
    position: absolute
}

.archive-hd {
    transform: translate3d(-50%, -50%, 0) scale3d(.75, .75, 1)
}

.archive-hd:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    content: "";
    opacity: .63;
    transition: opacity .4s
}

.archive-info:before {
    position: absolute;
    top: 1.5rem;
    left: -1rem;
    content: "-";
    opacity: .63;
    transform: translateY(-50%)
}

.ah-hv:hover {
    opacity: .7
}

.photos-box {
    max-width: 1024px;
    margin: 50px auto
}

.justified-gallery {
    overflow: inherit !important
}

#gallery-filter {
    display: block;
    top: 12px
}

#gallery-filter ul {
    list-style: none;
    padding: 0;
    margin: 0 0 .3em;
    font-size: 1em;
    letter-spacing: .05em
}

#gallery-filter ul li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 2em 1.5em 0
}

#gallery-filter ul li a {
    display: block;
    position: relative
}

.gallery-item {
    position: relative;
    display: block;
    width: auto;
    cursor: pointer
}

.masonry-gallery .gallery-item {
    margin: 0 0 10px
}

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

.gallery-caption .entry-summary {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #f7f6f5;
    opacity: 0;
    transition: all .2s ease
}

.masonry-gallery .gallery-caption .entry-summary {
    text-align: center;
    bottom: 0;
    padding: .8rem;
    font-size: .8em;
    color: #f7f6f5;
    background-color: #fff
}

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

.gallery-caption h3 {
    font-weight: 700;
    font-size: .9em;
    letter-spacing: .05em;
    color: var(--night-txt-color)
}

.masonry-gallery .gallery-caption h3 {
    transform: translate3d(0, -20px, 0);
    margin-bottom: .5em
}

.masonry-gallery .gallery-item:hover .gallery-icon {
    opacity: .7
}

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

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

.masonry-gallery .gallery-item.col-3 {
    width: 31.3%
}

.masonry-gallery .gallery-item.col-5 {
    width: 18%
}

@media screen and (max-width: 860px) {
    .masonry-gallery .gallery-item {
        width: 49% !important
    }

    .masonry-gallery .gallery-item.col-5 {
        width: 31.3%
    }
}

@media screen and (max-width: 500px) {
    .masonry-gallery .gallery-item {
        width: 98% !important
    }
}

.sbtn {
    padding: 10px;
    text-align: center;
    -webkit-appearance: none;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    overflow: hidden;
    font-size: 1rem;
    border-radius: 4px
}

.diag-btn {
    text-decoration: none;
    display: inline-block;
    padding: .6rem 1rem;
    background-size: 250%;
    transition: all .4s;
    background-color: transparent;
    outline: none;
    border: none
}

.diag-btn.more-btn {
    background-image: linear-gradient(120deg, transparent 50%, var(--base-hl-color) 50%) !important;
    color: var(--text-color) !important
}

.diag-btn:hover {
    background-position: 100%;
    color: #fff !important;
    transform: translate(16px)
}

.diag-btn:hover:after {
    opacity: 1
}

.diag-btn:after {
    color: #fff;
    transition: all .4s;
    font-family: iconfont !important;
    content: "\e719";
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    opacity: 0
}

.arrow-down:after,
.arrow-down:before {
    background-color: #fff
}

.arrow-down {
    animation-duration: 2s;
    animation-name: blink;
    animation-iteration-count: infinite
}

.swap-rotate input:checked~.swap-on {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.swap input:checked~.swap-on {
    opacity: 1
}

.swap-rotate .swap-on,
.swap-rotate input:indeterminate~.swap-on {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.swap .swap-on {
    opacity: 0
}

.swap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swap>* {
    grid-column-start: 1;
    grid-row-start: 1;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: transform, opacity
}

.swap-rotate input:checked~.swap-off {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.swap input:checked~.swap-off {
    opacity: 0
}

.coffee-tags .donate .active-bg {
    color: var(--base-hl-color)
}

.coffee-tags .donate .icon a:hover {
    transform: scale(1.1)
}

.loading {
    width: 100px;
    height: 100px;
    border-radius: 999px;
    margin: 90px auto;
    position: relative
}

.loading:after,
.loading:before {
    content: " ";
    background: var(--base-hl-color);
    width: 100%;
    height: 100%;
    border-radius: 999px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.loading:before {
    animation: pulse 3s linear infinite
}

.loading:after {
    animation: pulse 2s linear 2.3s infinite
}

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

    to {
        transform: scale(1.3);
        opacity: 0
    }
}

.is-invisible {
    display: none
}

.pagination-circle {
    display: inline-block;
    margin: 0 2px;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    line-height: 2.4rem;
    color: #000;
    text-align: center
}

.pagination-circle:hover {
    cursor: pointer
}

.pagination-circle.is-current,
.pagination-circle:hover {
    background-color: var(--base-hl-color);
    background-image: none;
    color: #fff
}

.pagination-circle:hover {
    color: #fff
}

p {
    font-family: Lato, Noto Sans SC, -apple-system, sans-serif;
    color: #363636
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 900;
    color: #363636;
    margin-top: 2em;
    margin-bottom: 2em
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5,
h6 {
    font-size: 14px
}

canvas,
iframe,
video {
    display: block;
    margin: auto;
    max-width: 100%
}

img {
    max-width: 100%
}

table {
    padding: 0;
    display: inline-block;
    table-layout: auto !important;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    overflow: auto
}

table tr {
    border-top: 1px solid #dfe2e5;
    margin: 0;
    padding: 0
}

table tr:nth-child(2n),
thead {
    background-color: #f8f8f8
}

table tr th {
    font-weight: 700;
    border: 1px solid #dfe2e5;
    border-bottom: 0;
    margin: 0;
    padding: 6px 13px;
    white-space: nowrap
}

table tr td {
    border: 1px solid #dfe2e5;
    margin: 0;
    padding: 6px 13px
}

table tr th:first-child,
table tr td:first-child {
    margin-top: 0
}

table tr th:last-child,
table tr td:last-child {
    margin-bottom: 0
}

mark {
    background: #fffd54;
    font-weight: 500
}

td,
th {
    padding: 0
}

code,
pre {
    font-size: 85%;
    font-family: Consolas, Courier New, monospace;
    font-weight: 400;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial
}

code {
    font-size: .9em;
    color: #333;
    padding: .3em;
    border-radius: 5px;
    background: #f3f4f4
}

pre {
    padding: .75rem 1rem;
    line-height: 1.6;
    overflow-wrap: normal;
    border: 1px solid inherit
}

pre pre {
    border: 0
}

pre code {
    background: none;
    margin: 0;
    padding: 0;
    color: inherit
}

.md-content p code {
    word-break: break-all
}

li .mathjax-block,
li p {
    margin: .1rem 0
}

input,
textarea {
    border: 1px solid;
    color: inherit;
    font-family: inherit;
    padding: 4px 6px;
    background: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

input:focus,
textarea:focus {
    outline: none
}

blockquote {
    position: relative;
    margin: 1em 0;
    padding: 2px 0 2px 24px;
    background-color: #607d8b0d
}

blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    bottom: 0;
    background-color: currentColor;
    content: "";
    opacity: .2
}

summary {
    background: #eeeeee;
    outline: none;
    border-radius: 2px;
    padding-left: 4px
}

summary:hover {
    cursor: pointer
}

ul>li>ul>li {
    list-style-type: circle
}

ul>li>ul>li>ul>li {
    list-style-type: square
}

ol,
ul {
    padding-left: 1.5em;
    line-height: 2
}

ol>li {
    list-style-type: decimal
}

ol>li>ol>li {
    list-style-type: lower-alpha
}

ol>li>ol>li>ol>li {
    list-style-type: lower-roman
}

.md-content .heti ul,
.md-content .heti ol,
.md-content .heti dl,
.md-content .heti p {
    -webkit-margin-before: 6px;
    margin-block-start: 6px;
    -webkit-margin-after: 6px;
    margin-block-end: 6px
}

.md-content .heti pre code {
    padding-left: 1rem
}

.md-content .heti ul,
.md-content .heti ol {
    -webkit-padding-start: 16px !important;
    padding-inline-start: 16px !important
}

.md-content {
    font-size: 1.1rem
}

.md-content h1,
.md-content h2,
.md-content h3,
.md-content h4,
.md-content h5,
.md-content h6 {
    margin-left: -1.3rem;
    outline: none !important
}

.md-content h1:before,
.md-content h2:before,
.md-content h3:before,
.md-content h4:before,
.md-content h5:before,
.md-content h6:before {
    position: relative;
    top: .1rem;
    right: .5rem;
    bottom: 0;
    color: #b4b4b4;
    font-size: .8rem;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    left: auto;
    float: none;
    padding: 0;
    vertical-align: baseline;
    line-height: 2
}

.md-content h1:visited,
.md-content h2:visited,
.md-content h3:visited,
.md-content h4:visited,
.md-content h5:visited,
.md-content h6:visited {
    outline: none !important
}

.md-content h1,
.md-content h2,
.md-content h3,
.md-content h4,
.md-content h5,
.md-content h6,
.md-content p,
.md-content pre {
    width: auto
}

.md-content h1:before {
    content: "";
    bottom: .45rem
}

.md-content h2:before {
    content: "";
    bottom: .2rem
}

.md-content h3:before {
    content: "";
    bottom: .18rem
}

.md-content h4:before {
    content: "";
    bottom: .15rem
}

.md-content h5:before,
.md-content h6:before {
    bottom: .1rem
}

.md-content h5:before {
    content: ""
}

.md-content h6:before {
    content: ""
}

.md-content ol>li>*:not(ol):not(ul),
.md-content ul>li>*:not(ol):not(ul) {
    padding-left: .25rem
}

.md-content blockquote p {
    margin: .6rem auto
}

.md-content ol>li>p,
.md-content ul>li>p {
    margin: 0 auto
}

.md-content blockquote {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.code-copy-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 5;
    font-weight: 700;
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.code-expander {
    right: 40px;
    transition: transform .2s;
    position: absolute;
    top: 5px;
    z-index: 5;
    font-weight: 700;
    font-size: 14px;
    color: #999;
    cursor: pointer
}

div.code-toolbar {
    position: relative;
    margin-bottom: 1.2rem
}

div.code-toolbar>.toolbar {
    position: absolute;
    z-index: 10;
    top: .3em;
    right: .2em;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

div.code-toolbar>.toolbar>.toolbar-item>span {
    color: #bbb;
    font-size: 1rem
}

div.code-toolbar>.toolbar>.toolbar-item:first-child span:before {
    content: attr(data-rel)
}

.md-content .code-toolbar pre[class*=line-numbers] {
    position: relative;
    margin: 0;
    padding: 30px 0 0;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    font-size: 16px;
    overflow: hidden;
    white-space: pre;
    text-shadow: none;
    border-radius: 8px
}

.md-content .code-toolbar pre[class*=line-numbers] code {
    padding: 12px
}

.md-content .code-toolbar pre[class*=line-numbers]:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fc625d;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 1
}

.md-content .code-toolbar pre[class*=line-numbers]:after {
    position: absolute;
    top: 30px;
    z-index: 1;
    content: "";
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    mix-blend-mode: overlay
}

.md-content .code-toolbar .toolbar {
    pointer-events: none;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    z-index: unset;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.md-content .code-toolbar .toolbar-item {
    opacity: 1;
    pointer-events: none
}

.md-content .code-toolbar .toolbar-item span {
    font-weight: 700;
    font-size: 14px;
    color: #999;
    background: none;
    border: none;
    box-shadow: none
}

.md-content .code-toolbar .code-block-close .code-expander {
    transform: rotate(90deg)
}

.md-content .code-toolbar .code-block-close code[class*=language-] {
    display: none !important
}

.footnote-ref a,
a.footnote-backref {
    text-decoration: none
}

.footnote-ref a:hover,
a.footnote-backref:hover {
    text-decoration: none;
    -webkit-border-after: none;
    border-block-end: none;
    -webkit-padding-after: 0;
    padding-block-end: 0
}

a.post-tag:hover {
    border: none !important;
    padding: 0 !important
}

.md-content pre {
    position: relative;
    line-height: 1.45;
    background: #21252b;
    border: 0;
    border-radius: 3px;
    color: var(--base-code-text-color);
    margin: 1em auto;
    overflow: auto;
    font-family: consolas, Source Code Pro, monospace, Helvetica, Tahoma, Arial, STXihei, STHeiti Light, Microsoft YaHei, sans-serif
}

.md-content p img {
    display: inline-block
}

.md-content p img.lazyload {
    display: block;
    margin: 1rem auto
}

@media only screen and (max-width: 768px) {
    .md-content {
        font-size: 1rem
    }

    .md-content p {
        line-height: 1.68
    }
}

@media only screen and (max-width: 480px) {
    .md-content {
        font-size: .9rem
    }
}

.md-content a {
    cursor: pointer;
    word-break: break-word;
    box-shadow: inset 0 -.3em #e5e7eb;
    transition: box-shadow .5s cubic-bezier(.71, 0, 0, .99);
    text-decoration: none
}

.md-content a:hover {
    border: none;
    box-shadow: inset 0 -.8em #e5e7eb
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0
}

pre table tr:nth-child(2n),
pre thead {
    background-color: initial !important
}

pre code table {
    border: none !important;
    display: block !important;
    table-layout: initial !important;
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
    max-width: initial !important;
    padding-left: .5rem
}

.hljs-ln td,
.hljs-ln tr {
    border: none !important
}

.hljs-ln:first-child(.hljs-ln-numbers) {
    display: none
}

.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    color: var(--base-code-text-color);
    border-right: 1px solid #ccc;
    vertical-align: top;
    padding-right: 10px;
    position: absolute;
    left: 0;
    width: 30px
}

td .hljs-button {
    border: none !important;
    background-color: #f8f8f8 !important;
    box-shadow: none !important
}

.hljs-ln-n:before {
    content: attr(data-line-number)
}

table.hljs-ln td {
    padding: 2px 0 2px 4px;
    background: #21252b
}

.hljs-ln-code {
    padding-left: 16px !important
}

.toc {
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    display: none;
    font-size: .9rem
}

.toc ol>li>ol>li {
    list-style-type: none !important
}

.toc ol>li>ol>li>ol>li {
    list-style-type: none !important
}

.toc ul,
.toc ol {
    padding: 0;
    margin: 0;
    list-style-type: none !important
}

.toc>.toc-list {
    overflow: hidden;
    position: relative
}

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    max-width: 230px;
    vertical-align: middle;
    text-align: left;
    transition: all .3s;
    margin-top: -2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-decoration: none !important
}

a.toc-link:hover {
    box-shadow: inset 0 -.3em #e5e7eb
}

.is-active-link {
    text-decoration: none;
    box-shadow: inset 0 -.3em #e5e7eb;
    transition: box-shadow .5s cubic-bezier(.71, 0, 0, .99)
}

.dark a.toc-link:hover,
.dark a.toc-link.bg-linear {
    --tw-bg-opacity: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(75, 85, 99, var(--tw-bg-opacity)) 0%) no-repeat !important
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    padding-left: 1rem !important;
    transition: all .3s ease-in-out
}

.is-collapsed {
    max-height: 0;
    margin-left: .4rem !important
}

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

.toc ol>li,
.toc ul>li {
    line-height: 1.625rem !important
}

@media only screen and (max-width: 1360px) {
    .toc {
        display: none !important
    }
}

.article-content {
    position: relative
}

.toc-right-fixed {
    position: absolute;
    bottom: 0;
    transform: translateY(0)
}

.moon-menu,
.moon-menu-bg,
.moon-menu-content {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 4em;
    height: 4em;
    z-index: 999
}

.moon-menu-button {
    width: 4em;
    height: 4em;
    cursor: pointer
}

.moon-menu-cricle {
    fill: var(--moon-cricle, #607d8b);
    opacity: .9
}

.moon-menu-border {
    stroke: var(--moon-cricle, #607d8b);
    opacity: .9;
    stroke-width: 1px;
    fill: none;
    transform: rotate(-90deg);
    transform-origin: 50% 50%
}

.moon-menu-icon {
    font-size: 2.5em;
    line-height: 1.3em;
    color: var(--color, #fff);
    text-align: center
}

.moon-menu-icon i,
.moon-menu-icon svg {
    transition: all .15s cubic-bezier(0, 0, .382, 1.618)
}

.moon-menu-icon.active i,
.moon-menu-icon.active svg {
    transform: rotate(90deg)
}

.moon-menu-text {
    color: var(--color, #fff);
    font-weight: 400;
    text-align: center;
    line-height: 3.5em;
    font-size: 1.2em;
    display: none
}

.moon-menu-item {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: var(--moon-item-bg-color, #000);
    opacity: 0;
    display: block;
    transition: all .3s cubic-bezier(0, 0, .382, 1.618);
    z-index: -1;
    text-align: center;
    line-height: 2.5em;
    color: var(--color, #fff);
    cursor: pointer
}

.moon-menu {
    --moon-cricle: #607d8b;
    --color: #fff;
    --moon-item-bg-color: #000
}

@media (prefers-color-scheme: dark) {
    .moon-menu {
        --moon-cricle: #2b5278;
        --color: #9ab;
        --moon-item-bg-color: #182533
    }
}

.moon-dot {
    transform: translate3d(2rem, 2rem, 0)
}

.moon-dot circle {
    transition: all .15s cubic-bezier(0, 0, .382, 1.618);
    fill: #fff
}

.moon-menu-item {
    position: absolute;
    z-index: -1;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background-color: #000c;
    box-shadow: 0 2px 4px 1px #0003;
    font-size: 1.5rem;
    line-height: 2.8rem;
    opacity: 0;
    cursor: pointer;
    transition: .4s cubic-bezier(0, 0, .382, 1.618);
    transition-property: transform, opacity
}

.moon-menu-items span:before {
    font-size: inherit
}

.moon-menu-items span:nth-child(3n-2) {
    top: 0;
    right: 0
}

.moon-menu-items span:nth-child(3n-1) {
    top: 0;
    left: 0
}

.moon-menu-items span:nth-child(3n) {
    bottom: 0;
    left: 0
}

.moon-menu-item:before {
    color: #fff
}

.item-ani span:first-child {
    transform: translate3d(0, -140%, 0)
}

.item-ani span:nth-child(2) {
    transform: translate3d(-98.99495%, -98.99495%, 0)
}

.item-ani span:nth-child(3) {
    transform: translate3d(-140%, 0, 0)
}

.item-ani span:nth-child(4) {
    transform: translate3d(0, -280%, 0)
}

.item-ani span:nth-child(5) {
    transform: translate3d(-107.15136%, -258.68627%, 0)
}

.moon-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 58px 0 1rem;
    width: 252px;
    z-index: 150;
    transition-duration: 378ms;
    transform: translate3d(252px, 0, 0)
}

.menu-bg {
    background: #fff
}

.mm-active {
    transform: translateZ(0) !important;
    box-shadow: -2px 0 3px #0000001a
}

.moon-content li {
    padding-top: .8rem;
    list-style-type: none !important
}

.moon-content a {
    color: var(--text-color)
}

.dark .md-content ol,
.dark .md-content li,
.dark .md-content p,
.dark .md-content h1,
.dark .md-content h2,
.dark .md-content h3,
.dark .md-content h4,
.dark .md-content h5,
.dark .md-content h6 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.dark .md-content a {
    --tw-bg-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-bg-opacity))
}

.dark .md-content blockquote {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}

.dark .md-content h1:before,
.dark .md-content h2:before,
.dark .md-content h3:before,
.dark .md-content h4:before,
.dark .md-content h5:before,
.dark .md-content h6:before {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.dark .md-content table tr:nth-child(2n),
.dark .md-content thead {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}

.dark .md-content table {
    --tw-bg-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}

.dark .toc a {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
}