:root {
  --background-color: #fff;
  --second-background-color: #f7f7f7;
  --primary-color: #005080;
  --first-text-color: #323739;
  --second-text-color: #343a3c;
  --third-text-color: #6e7a7e;
  --fourth-text-color: #eaeced;
  --default-text-color: #373d3f;
  --border-color: #b3b3b3;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(0,0,0,0.08);
  --shadow-color-2: rgba(0,0,0,0.05);
  --shadow-hover-color: rgba(0,0,0,0.28);
  --scrollbar-color: #c1c1c1;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #fafafa;
  --link-color: #323739;
  --copyright-info-color: #c03;
  --avatar-background-color: #06c;
  --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
  --note-blue-title-bg: #d6f7fb;
  --note-red-title-bg: #fde9e9;
  --note-cyan-title-bg: #e9fdf9;
  --note-green-title-bg: #e9fde9;
  --note-yellow-title-bg: #fdf9e9;
  --note-gray-title-bg: #f9f9f9;
  --note-orange-title-bg: #fdf3e9;
  --note-black-title-bg: #e9e9e9;
  --note-purple-title-bg: #f9e9fd;
  --first-screen-text-color: #fff;
}
@media (prefers-color-scheme: light) {
  :root {
    --background-color: #fff;
    --second-background-color: #f7f7f7;
    --primary-color: #005080;
    --first-text-color: #323739;
    --second-text-color: #343a3c;
    --third-text-color: #6e7a7e;
    --fourth-text-color: #eaeced;
    --default-text-color: #373d3f;
    --border-color: #b3b3b3;
    --selection-color: #0068a6;
    --shadow-color-1: rgba(0,0,0,0.08);
    --shadow-color-2: rgba(0,0,0,0.05);
    --shadow-hover-color: rgba(0,0,0,0.28);
    --scrollbar-color: #c1c1c1;
    --scrollbar-color-hover: #a1a1a1;
    --scroll-bar-bg-color: #fafafa;
    --link-color: #323739;
    --copyright-info-color: #c03;
    --avatar-background-color: #06c;
    --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
    --note-blue-title-bg: #d6f7fb;
    --note-red-title-bg: #fde9e9;
    --note-cyan-title-bg: #e9fdf9;
    --note-green-title-bg: #e9fde9;
    --note-yellow-title-bg: #fdf9e9;
    --note-gray-title-bg: #f9f9f9;
    --note-orange-title-bg: #fdf3e9;
    --note-black-title-bg: #e9e9e9;
    --note-purple-title-bg: #f9e9fd;
    --first-screen-text-color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #202124;
    --second-background-color: #1d1e20;
    --primary-color: #005080;
    --first-text-color: #d2d2d7;
    --second-text-color: #cbcbd1;
    --third-text-color: #9595a2;
    --fourth-text-color: #242429;
    --default-text-color: #bebec6;
    --border-color: #4a4c53;
    --selection-color: #0068a6;
    --shadow-color-1: rgba(255,255,255,0.08);
    --shadow-color-2: rgba(255,255,255,0.05);
    --shadow-hover-color: rgba(69,69,69,0.28);
    --scrollbar-color: #898989;
    --scrollbar-color-hover: #a1a1a1;
    --scroll-bar-bg-color: #2a2c30;
    --link-color: #c5c5cc;
    --copyright-info-color: #a30029;
    --avatar-background-color: #005cb8;
    --pjax-progress-bar-color: linear-gradient(45deg, #ea404a, #ea722f, #e9a71f, #67e559, #18ecec, #1b85f1, #ee1dee);
    --note-blue-title-bg: #1e3e46;
    --note-red-title-bg: #4e1e1e;
    --note-cyan-title-bg: #1e4e4e;
    --note-green-title-bg: #1e4e1e;
    --note-yellow-title-bg: #4e4e1e;
    --note-gray-title-bg: #4e4e4e;
    --note-orange-title-bg: #4e3a1e;
    --note-black-title-bg: #1e1e1e;
    --note-purple-title-bg: #4e1e4e;
    --first-screen-text-color: #d1d1b6;
  }
}
.light-mode {
  --background-color: #fff;
  --second-background-color: #f7f7f7;
  --primary-color: #005080;
  --first-text-color: #323739;
  --second-text-color: #343a3c;
  --third-text-color: #6e7a7e;
  --fourth-text-color: #eaeced;
  --default-text-color: #373d3f;
  --border-color: #b3b3b3;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(0,0,0,0.08);
  --shadow-color-2: rgba(0,0,0,0.05);
  --shadow-hover-color: rgba(0,0,0,0.28);
  --scrollbar-color: #c1c1c1;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #fafafa;
  --link-color: #323739;
  --copyright-info-color: #c03;
  --avatar-background-color: #06c;
  --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
  --note-blue-title-bg: #d6f7fb;
  --note-red-title-bg: #fde9e9;
  --note-cyan-title-bg: #e9fdf9;
  --note-green-title-bg: #e9fde9;
  --note-yellow-title-bg: #fdf9e9;
  --note-gray-title-bg: #f9f9f9;
  --note-orange-title-bg: #fdf3e9;
  --note-black-title-bg: #e9e9e9;
  --note-purple-title-bg: #f9e9fd;
  --first-screen-text-color: #fff;
}
.dark-mode {
  --background-color: #202124;
  --second-background-color: #1d1e20;
  --primary-color: #005080;
  --first-text-color: #d2d2d7;
  --second-text-color: #cbcbd1;
  --third-text-color: #9595a2;
  --fourth-text-color: #242429;
  --default-text-color: #bebec6;
  --border-color: #4a4c53;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(255,255,255,0.08);
  --shadow-color-2: rgba(255,255,255,0.05);
  --shadow-hover-color: rgba(69,69,69,0.28);
  --scrollbar-color: #898989;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #2a2c30;
  --link-color: #c5c5cc;
  --copyright-info-color: #a30029;
  --avatar-background-color: #005cb8;
  --pjax-progress-bar-color: linear-gradient(45deg, #ea404a, #ea722f, #e9a71f, #67e559, #18ecec, #1b85f1, #ee1dee);
  --note-blue-title-bg: #1e3e46;
  --note-red-title-bg: #4e1e1e;
  --note-cyan-title-bg: #1e4e4e;
  --note-green-title-bg: #1e4e1e;
  --note-yellow-title-bg: #4e4e1e;
  --note-gray-title-bg: #4e4e4e;
  --note-orange-title-bg: #4e3a1e;
  --note-black-title-bg: #1e1e1e;
  --note-purple-title-bg: #4e1e4e;
  --first-screen-text-color: #d1d1b6;
}
.fade-in-down-animation {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fade-in-down;
  will-change: transform;
}
.title-hover-animation {
  display: inline-block;
  position: relative;
  border-bottom: none;
  line-height: 1.3;
  vertical-align: top;
  color: var(--second-text-color);
}
.title-hover-animation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--second-text-color);
  visibility: hidden;
  transform: scaleX(0);
  transition-property: color, background, box-shadow, border-color, visibility, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, ease-in-out, ease-in-out;
}
.title-hover-animation:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
@-moz-keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes icon-animate {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.88);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.08);
  }
  50%, 70% {
    transform: scale(1.08);
  }
}
@-webkit-keyframes icon-animate {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.88);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.08);
  }
  50%, 70% {
    transform: scale(1.08);
  }
}
@-o-keyframes icon-animate {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.88);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.08);
  }
  50%, 70% {
    transform: scale(1.08);
  }
}
@keyframes icon-animate {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.88);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.08);
  }
  50%, 70% {
    transform: scale(1.08);
  }
}
* {
  transition-property: color, background, box-shadow, border-color;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: all 0.2s ease;
  display: block;
}
*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
  border-radius: 18px;
  background-clip: content-box;
  border: 3px solid transparent;
}
*::-webkit-scrollbar-track {
  background-color: var(--scroll-bar-bg-color);
  border: 1px solid var(--shadow-color-1);
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-color-hover);
  border-radius: 18px;
  background-clip: content-box;
  border: 3px solid transparent;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: var(--default-text-color);
  background: var(--background-color);
  font-family: Noto Sans, Noto Sans SC, Open Sans, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial;
  font-weight: 400;
  font-size: 15.2px;
  line-height: 22px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 14px;
  height: 8px;
}
@media (max-width: 780px) {
  html,
  body {
    font-size: 14.591999999999999px;
    line-height: 21.119999999999997px;
  }
}
@media (max-width: 500px) {
  html,
  body {
    font-size: 13.68px;
    line-height: 19.8px;
  }
}
::selection {
  background: var(--selection-color);
  color: #fff;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: var(--default-text-color);
}
a i,
a span {
  color: var(--default-text-color);
}
a:hover,
a:active {
  text-decoration: none !important;
  color: var(--primary-color);
}
a:hover i,
a:active i,
a:hover span,
a:active span {
  color: var(--primary-color);
}
img[lazyload] {
  padding: 10px;
  margin: 20px auto !important;
  cursor: not-allowed;
  pointer-events: none;
}
button {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
}
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px;
  padding: 8px 16px;
  background: var(--background-color);
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, linear;
}
.btn:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
.btn:hover {
  color: var(--background-color);
  background: var(--primary-color);
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clear {
  clear: both;
}
.markdown-body {
  font-family: "Open Sans", "Noto Sans SC", sans-serif;
  font-size: 1.2rem;
}
.markdown-body blockquote {
  box-sizing: border-box;
  border-left: 5px solid var(--default-text-color);
  margin: 20px 0;
  color: var(--default-text-color);
  background: var(--second-background-color);
}
.markdown-body blockquote p,
.markdown-body blockquote ul,
.markdown-body blockquote ol {
  padding: 5px 5px 5px 10px;
}
.markdown-body p {
  line-height: 2;
  color: var(--default-text-color);
}
.markdown-body a {
  position: relative;
  outline: 0;
  text-decoration: underline;
  overflow-wrap: break-word;
  cursor: pointer;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.markdown-body a .fas,
.markdown-body a .far,
.markdown-body a fab {
  margin: 0 2px 0 6px;
  position: relative;
  color: var(--third-text-color);
  font-size: 0.88rem;
}
.markdown-body a:hover {
  text-decoration: underline;
}
.markdown-body a:hover::after {
  background: var(--primary-color);
  text-decoration: underline;
}
.markdown-body strong {
  color: var(--default-text-color);
}
.markdown-body em {
  color: var(--default-text-color);
}
.markdown-body ul > li,
.markdown-body ol > li {
  margin-left: 16px;
  line-height: 2rem;
}
.markdown-body ul li {
  list-style: disc;
}
.markdown-body ul li ul li {
  list-style: circle;
}
.markdown-body ul li ul li ul li {
  list-style: square;
}
.markdown-body ol li {
  list-style: decimal;
}
.markdown-body ol li ol li {
  list-style: upper-alpha;
}
.markdown-body ol li ol li ol li {
  list-style: upper-roman;
}
.markdown-body li {
  color: var(--default-text-color);
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-family: "Noto Sans", "Noto Sans SC", sans-serif;
  color: var(--second-text-color);
  line-height: 1.5;
}
@media (max-width: 780px) {
  .markdown-body h1,
  .markdown-body h2,
  .markdown-body h3,
  .markdown-body h4,
  .markdown-body h5,
  .markdown-body h6 {
    line-height: 1.25;
  }
}
.markdown-body h1 {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: solid 2px var(--fourth-text-color);
}
@media (max-width: 780px) {
  .markdown-body h1 {
    font-size: 1.7rem;
  }
}
.markdown-body h2 {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 3px 0;
  border-bottom: solid 2px var(--fourth-text-color);
}
@media (max-width: 780px) {
  .markdown-body h2 {
    font-size: 1.6rem;
  }
}
.markdown-body h3 {
  font-size: 1.6rem;
  font-weight: 550;
}
@media (max-width: 780px) {
  .markdown-body h3 {
    font-size: 1.5rem;
  }
}
.markdown-body h4 {
  font-size: 1.5rem;
  font-weight: 550;
}
@media (max-width: 780px) {
  .markdown-body h4 {
    font-size: 1.4rem;
  }
}
.markdown-body h5 {
  font-size: 1.28rem;
  font-weight: 500;
}
@media (max-width: 780px) {
  .markdown-body h5 {
    font-size: 1.18rem;
  }
}
.markdown-body h6 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 780px) {
  .markdown-body h6 {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
.markdown-body img {
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 100%;
  cursor: zoom-in;
  display: block;
  box-shadow: 0 0 2px var(--shadow-color);
  transition-property: color, background, box-shadow, border-color, padding, margin;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, linear, linear;
  margin: 10px auto 2px;
}
.markdown-body > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  overflow: auto;
}
.markdown-body > table td,
.markdown-body > table th {
  padding: 0;
}
.markdown-body > table th {
  font-weight: 600;
}
.markdown-body > table td,
.markdown-body > table th {
  padding: 6px 13px;
  border: 1px solid var(--border-color);
}
.markdown-body > table tr {
  background-color: var(--background-color);
  border: 1px solid var(--fourth-text-color);
}
.markdown-body > table tr:nth-child(2n) {
  background-color: var(--second-background-color);
}
:root {
  --background-color: #fff;
  --second-background-color: #f7f7f7;
  --primary-color: #005080;
  --first-text-color: #323739;
  --second-text-color: #343a3c;
  --third-text-color: #6e7a7e;
  --fourth-text-color: #eaeced;
  --default-text-color: #373d3f;
  --border-color: #b3b3b3;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(0,0,0,0.08);
  --shadow-color-2: rgba(0,0,0,0.05);
  --shadow-hover-color: rgba(0,0,0,0.28);
  --scrollbar-color: #c1c1c1;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #fafafa;
  --link-color: #323739;
  --copyright-info-color: #c03;
  --avatar-background-color: #06c;
  --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
  --note-blue-title-bg: #d6f7fb;
  --note-red-title-bg: #fde9e9;
  --note-cyan-title-bg: #e9fdf9;
  --note-green-title-bg: #e9fde9;
  --note-yellow-title-bg: #fdf9e9;
  --note-gray-title-bg: #f9f9f9;
  --note-orange-title-bg: #fdf3e9;
  --note-black-title-bg: #e9e9e9;
  --note-purple-title-bg: #f9e9fd;
  --first-screen-text-color: #fff;
}
@media (prefers-color-scheme: light) {
  :root {
    --background-color: #fff;
    --second-background-color: #f7f7f7;
    --primary-color: #005080;
    --first-text-color: #323739;
    --second-text-color: #343a3c;
    --third-text-color: #6e7a7e;
    --fourth-text-color: #eaeced;
    --default-text-color: #373d3f;
    --border-color: #b3b3b3;
    --selection-color: #0068a6;
    --shadow-color-1: rgba(0,0,0,0.08);
    --shadow-color-2: rgba(0,0,0,0.05);
    --shadow-hover-color: rgba(0,0,0,0.28);
    --scrollbar-color: #c1c1c1;
    --scrollbar-color-hover: #a1a1a1;
    --scroll-bar-bg-color: #fafafa;
    --link-color: #323739;
    --copyright-info-color: #c03;
    --avatar-background-color: #06c;
    --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
    --note-blue-title-bg: #d6f7fb;
    --note-red-title-bg: #fde9e9;
    --note-cyan-title-bg: #e9fdf9;
    --note-green-title-bg: #e9fde9;
    --note-yellow-title-bg: #fdf9e9;
    --note-gray-title-bg: #f9f9f9;
    --note-orange-title-bg: #fdf3e9;
    --note-black-title-bg: #e9e9e9;
    --note-purple-title-bg: #f9e9fd;
    --first-screen-text-color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #202124;
    --second-background-color: #1d1e20;
    --primary-color: #005080;
    --first-text-color: #d2d2d7;
    --second-text-color: #cbcbd1;
    --third-text-color: #9595a2;
    --fourth-text-color: #242429;
    --default-text-color: #bebec6;
    --border-color: #4a4c53;
    --selection-color: #0068a6;
    --shadow-color-1: rgba(255,255,255,0.08);
    --shadow-color-2: rgba(255,255,255,0.05);
    --shadow-hover-color: rgba(69,69,69,0.28);
    --scrollbar-color: #898989;
    --scrollbar-color-hover: #a1a1a1;
    --scroll-bar-bg-color: #2a2c30;
    --link-color: #c5c5cc;
    --copyright-info-color: #a30029;
    --avatar-background-color: #005cb8;
    --pjax-progress-bar-color: linear-gradient(45deg, #ea404a, #ea722f, #e9a71f, #67e559, #18ecec, #1b85f1, #ee1dee);
    --note-blue-title-bg: #1e3e46;
    --note-red-title-bg: #4e1e1e;
    --note-cyan-title-bg: #1e4e4e;
    --note-green-title-bg: #1e4e1e;
    --note-yellow-title-bg: #4e4e1e;
    --note-gray-title-bg: #4e4e4e;
    --note-orange-title-bg: #4e3a1e;
    --note-black-title-bg: #1e1e1e;
    --note-purple-title-bg: #4e1e4e;
    --first-screen-text-color: #d1d1b6;
  }
}
.light-mode {
  --background-color: #fff;
  --second-background-color: #f7f7f7;
  --primary-color: #005080;
  --first-text-color: #323739;
  --second-text-color: #343a3c;
  --third-text-color: #6e7a7e;
  --fourth-text-color: #eaeced;
  --default-text-color: #373d3f;
  --border-color: #b3b3b3;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(0,0,0,0.08);
  --shadow-color-2: rgba(0,0,0,0.05);
  --shadow-hover-color: rgba(0,0,0,0.28);
  --scrollbar-color: #c1c1c1;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #fafafa;
  --link-color: #323739;
  --copyright-info-color: #c03;
  --avatar-background-color: #06c;
  --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
  --note-blue-title-bg: #d6f7fb;
  --note-red-title-bg: #fde9e9;
  --note-cyan-title-bg: #e9fdf9;
  --note-green-title-bg: #e9fde9;
  --note-yellow-title-bg: #fdf9e9;
  --note-gray-title-bg: #f9f9f9;
  --note-orange-title-bg: #fdf3e9;
  --note-black-title-bg: #e9e9e9;
  --note-purple-title-bg: #f9e9fd;
  --first-screen-text-color: #fff;
}
.dark-mode {
  --background-color: #202124;
  --second-background-color: #1d1e20;
  --primary-color: #005080;
  --first-text-color: #d2d2d7;
  --second-text-color: #cbcbd1;
  --third-text-color: #9595a2;
  --fourth-text-color: #242429;
  --default-text-color: #bebec6;
  --border-color: #4a4c53;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(255,255,255,0.08);
  --shadow-color-2: rgba(255,255,255,0.05);
  --shadow-hover-color: rgba(69,69,69,0.28);
  --scrollbar-color: #898989;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #2a2c30;
  --link-color: #c5c5cc;
  --copyright-info-color: #a30029;
  --avatar-background-color: #005cb8;
  --pjax-progress-bar-color: linear-gradient(45deg, #ea404a, #ea722f, #e9a71f, #67e559, #18ecec, #1b85f1, #ee1dee);
  --note-blue-title-bg: #1e3e46;
  --note-red-title-bg: #4e1e1e;
  --note-cyan-title-bg: #1e4e4e;
  --note-green-title-bg: #1e4e1e;
  --note-yellow-title-bg: #4e4e1e;
  --note-gray-title-bg: #4e4e4e;
  --note-orange-title-bg: #4e3a1e;
  --note-black-title-bg: #1e1e1e;
  --note-purple-title-bg: #4e1e4e;
  --first-screen-text-color: #d1d1b6;
}
:root {
  --code-foreground: #3b4143;
  --code-background: #f2f2f2;
  --highlight-background: #21252b;
  --highlight-foreground: #3b4143;
  --highlight-comment: #57a64a;
  --highlight-red: #bd63c5;
  --highlight-orange: #b8d7a3;
  --highlight-yellow: #eab700;
  --highlight-green: #718c00;
  --highlight-aqua: #3e999f;
  --highlight-blue: #4271ae;
  --highlight-purple: #8959a8;
  --highlight-gutter-color: #404749;
  --highlight-gutter-bg-color: #21252b;
}
@media (prefers-color-scheme: light) {
  :root {
    --code-foreground: #3b4143;
    --code-background: #f2f2f2;
    --highlight-background: #21252b;
    --highlight-foreground: #3b4143;
    --highlight-comment: #57a64a;
    --highlight-red: #bd63c5;
    --highlight-orange: #b8d7a3;
    --highlight-yellow: #eab700;
    --highlight-green: #718c00;
    --highlight-aqua: #3e999f;
    --highlight-blue: #4271ae;
    --highlight-purple: #8959a8;
    --highlight-gutter-color: #404749;
    --highlight-gutter-bg-color: #21252b;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --code-foreground: #bfbfc7;
    --code-background: #35363b;
    --highlight-background: #21252b;
    --highlight-foreground: #bfbfc7;
    --highlight-comment: #57a64a;
    --highlight-red: #bd63c5;
    --highlight-orange: #b8d7a3;
    --highlight-yellow: #f0c674;
    --highlight-green: #b5bd68;
    --highlight-aqua: #8abeb7;
    --highlight-blue: #81a2be;
    --highlight-purple: #b294bb;
    --highlight-gutter-color: #c1c1c9;
    --highlight-gutter-bg-color: #21252b;
  }
}
.light-mode {
  --code-foreground: #3b4143;
  --code-background: #f2f2f2;
  --highlight-background: #21252b;
  --highlight-foreground: #3b4143;
  --highlight-comment: #57a64a;
  --highlight-red: #bd63c5;
  --highlight-orange: #b8d7a3;
  --highlight-yellow: #eab700;
  --highlight-green: #718c00;
  --highlight-aqua: #3e999f;
  --highlight-blue: #4271ae;
  --highlight-purple: #8959a8;
  --highlight-gutter-color: #404749;
  --highlight-gutter-bg-color: #21252b;
}
.dark-mode {
  --code-foreground: #bfbfc7;
  --code-background: #35363b;
  --highlight-background: #21252b;
  --highlight-foreground: #bfbfc7;
  --highlight-comment: #57a64a;
  --highlight-red: #bd63c5;
  --highlight-orange: #b8d7a3;
  --highlight-yellow: #f0c674;
  --highlight-green: #b5bd68;
  --highlight-aqua: #8abeb7;
  --highlight-blue: #81a2be;
  --highlight-purple: #b294bb;
  --highlight-gutter-color: #c1c1c9;
  --highlight-gutter-bg-color: #21252b;
}
pre,
.highlight {
  -webkit-text-size-adjust: none;
  overflow: auto;
  margin: 20px 0;
  padding: 0;
  font-size: 0.96rem;
  line-height: 1.5rem;
  color: var(--highlight-foreground);
  background: var(--highlight-background);
}
pre,
code {
  font-family: 'Courier', Courier, monospace;
}
code {
  padding: 4px;
  word-wrap: break-word;
  border-radius: 4px;
  font-size: 0.96em;
  color: var(--code-foreground);
  background: var(--code-background);
}
pre {
  padding: 10px;
}
pre code {
  padding: 0;
  color: var(--highlight-foreground);
  background: none;
  text-shadow: none;
}
.highlight {
  border-radius: 0 0 18px 18px;
  padding-bottom: 25px;
}
.highlight pre {
  border: none;
  margin: 0;
  padding: 10px 0;
}
.highlight table {
  margin: 0;
  width: auto;
  border: none;
  border-spacing: unset;
}
.highlight td {
  border: none;
  padding: 0;
}
.highlight figcaption {
  font-size: 1rem;
  color: var(--highlight-foreground);
  line-height: 1rem;
  margin-bottom: 1rem;
}
.highlight figcaption a {
  float: right;
  color: var(--highlight-foreground);
}
.highlight figcaption a:hover {
  border-bottom-color: var(--highlight-foreground);
}
.highlight .gutter pre {
  padding-left: 10px;
  padding-right: 10px;
  color: var(--highlight-gutter-color);
  text-align: center;
  background-color: var(--highlight-gutter-bg-color);
}
.highlight .code pre {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--highlight-background);
}
.highlight .line {
  height: 20px;
  color: #bebec6;
}
.highlight .line .attr {
  color: #9cdcfe;
}
.highlight .line .string {
  color: #d69d85;
}
.gutter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gist table {
  width: auto;
}
.gist table td {
  border: none;
}
pre .deletion {
  background: #600;
  width: 100%;
}
pre .addition {
  background: #144212;
  width: 100%;
}
pre .meta {
  color: #569cd6;
}
pre .keyword,
pre .literal,
pre .symbol,
pre .name {
  color: #569cd6;
}
pre .link {
  color: #569cd6;
  text-decoration: underline;
}
pre .built_in,
pre .type {
  color: #4ec9b0;
}
pre .number,
pre .class {
  color: #b8d7a3;
}
pre .string,
pre .meta .string {
  color: #d69d85;
}
pre .regexp,
pre .template-tag {
  color: #9a5334;
}
pre .subst,
pre .function,
pre .title,
pre .params,
pre .formula {
  color: #dcdcdc;
}
pre .comment,
pre .quote {
  color: #57a64a;
  font-style: italic;
}
pre .doctag {
  color: #608b4e;
}
pre .meta,
pre .meta .keyword,
pre .tag {
  color: #9b9b9b;
}
pre .variable,
pre .template-variable {
  color: #bd63c5;
}
pre .attr,
pre .attribute {
  color: #9cdcfe;
}
pre .section {
  color: #ffd700;
}
pre .emphasis {
  font-style: italic;
}
pre .strong {
  font-weight: bold;
}
pre .bullet,
pre .selector-tag,
pre .selector-id,
pre .selector-class,
pre .selector-attr,
pre .selector-pseudo {
  color: #d7ba7d;
}
.highlight-container[data-rel] {
  position: relative;
}
.highlight-container:hover .copy-btn,
.highlight-container .copy-btn:focus {
  opacity: 1;
}
.copy-btn {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8;
  opacity: 0;
  outline: 0;
  padding: 2px 6px;
  position: absolute;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1rem;
  color: var(--default-text-color);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transition-property: color, background, box-shadow, border-color, opacity;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, ease-in-out;
  background: var(--background-color);
  border: 0;
  right: 0;
  top: 0;
}
.highlight-container[data-rel] {
  background: #21252b;
  border-radius: 14px;
  box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
  padding-top: 20px;
  margin-top: 10px;
}
.highlight-container[data-rel]::before {
  position: absolute;
  content: attr(data-rel);
  line-height: 38px;
  border-radius: 50%;
  box-shadow: none;
  height: 12px;
  left: 12px;
  position: absolute;
  width: auto;
  margin-left: 80px;
  top: 0;
  color: #cacad0;
  font-weight: bold;
  font-size: 16px;
}
.highlight-container[data-rel]::after {
  content: ' ';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fc625d;
  width: 12px;
  height: 12px;
  top: 0;
  left: 20px;
  margin-top: 13px;
  -webkit-box-shadow: 20px 0px #fdbc40, 40px 0px #35cd4b;
  box-shadow: 20px 0px #fdbc40, 40px 0px #35cd4b;
  z-index: 3;
}
:root {
  --background-color: #fff;
  --second-background-color: #f7f7f7;
  --primary-color: #005080;
  --first-text-color: #323739;
  --second-text-color: #343a3c;
  --third-text-color: #6e7a7e;
  --fourth-text-color: #eaeced;
  --default-text-color: #373d3f;
  --border-color: #b3b3b3;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(0,0,0,0.08);
  --shadow-color-2: rgba(0,0,0,0.05);
  --shadow-hover-color: rgba(0,0,0,0.28);
  --scrollbar-color: #c1c1c1;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #fafafa;
  --link-color: #323739;
  --copyright-info-color: #c03;
  --avatar-background-color: #06c;
  --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
  --note-blue-title-bg: #d6f7fb;
  --note-red-title-bg: #fde9e9;
  --note-cyan-title-bg: #e9fdf9;
  --note-green-title-bg: #e9fde9;
  --note-yellow-title-bg: #fdf9e9;
  --note-gray-title-bg: #f9f9f9;
  --note-orange-title-bg: #fdf3e9;
  --note-black-title-bg: #e9e9e9;
  --note-purple-title-bg: #f9e9fd;
  --first-screen-text-color: #fff;
}
@media (prefers-color-scheme: light) {
  :root {
    --background-color: #fff;
    --second-background-color: #f7f7f7;
    --primary-color: #005080;
    --first-text-color: #323739;
    --second-text-color: #343a3c;
    --third-text-color: #6e7a7e;
    --fourth-text-color: #eaeced;
    --default-text-color: #373d3f;
    --border-color: #b3b3b3;
    --selection-color: #0068a6;
    --shadow-color-1: rgba(0,0,0,0.08);
    --shadow-color-2: rgba(0,0,0,0.05);
    --shadow-hover-color: rgba(0,0,0,0.28);
    --scrollbar-color: #c1c1c1;
    --scrollbar-color-hover: #a1a1a1;
    --scroll-bar-bg-color: #fafafa;
    --link-color: #323739;
    --copyright-info-color: #c03;
    --avatar-background-color: #06c;
    --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
    --note-blue-title-bg: #d6f7fb;
    --note-red-title-bg: #fde9e9;
    --note-cyan-title-bg: #e9fdf9;
    --note-green-title-bg: #e9fde9;
    --note-yellow-title-bg: #fdf9e9;
    --note-gray-title-bg: #f9f9f9;
    --note-orange-title-bg: #fdf3e9;
    --note-black-title-bg: #e9e9e9;
    --note-purple-title-bg: #f9e9fd;
    --first-screen-text-color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #202124;
    --second-background-color: #1d1e20;
    --primary-color: #005080;
    --first-text-color: #d2d2d7;
    --second-text-color: #cbcbd1;
    --third-text-color: #9595a2;
    --fourth-text-color: #242429;
    --default-text-color: #bebec6;
    --border-color: #4a4c53;
    --selection-color: #0068a6;
    --shadow-color-1: rgba(255,255,255,0.08);
    --shadow-color-2: rgba(255,255,255,0.05);
    --shadow-hover-color: rgba(69,69,69,0.28);
    --scrollbar-color: #898989;
    --scrollbar-color-hover: #a1a1a1;
    --scroll-bar-bg-color: #2a2c30;
    --link-color: #c5c5cc;
    --copyright-info-color: #a30029;
    --avatar-background-color: #005cb8;
    --pjax-progress-bar-color: linear-gradient(45deg, #ea404a, #ea722f, #e9a71f, #67e559, #18ecec, #1b85f1, #ee1dee);
    --note-blue-title-bg: #1e3e46;
    --note-red-title-bg: #4e1e1e;
    --note-cyan-title-bg: #1e4e4e;
    --note-green-title-bg: #1e4e1e;
    --note-yellow-title-bg: #4e4e1e;
    --note-gray-title-bg: #4e4e4e;
    --note-orange-title-bg: #4e3a1e;
    --note-black-title-bg: #1e1e1e;
    --note-purple-title-bg: #4e1e4e;
    --first-screen-text-color: #d1d1b6;
  }
}
.light-mode {
  --background-color: #fff;
  --second-background-color: #f7f7f7;
  --primary-color: #005080;
  --first-text-color: #323739;
  --second-text-color: #343a3c;
  --third-text-color: #6e7a7e;
  --fourth-text-color: #eaeced;
  --default-text-color: #373d3f;
  --border-color: #b3b3b3;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(0,0,0,0.08);
  --shadow-color-2: rgba(0,0,0,0.05);
  --shadow-hover-color: rgba(0,0,0,0.28);
  --scrollbar-color: #c1c1c1;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #fafafa;
  --link-color: #323739;
  --copyright-info-color: #c03;
  --avatar-background-color: #06c;
  --pjax-progress-bar-color: linear-gradient(45deg, #f10006, #ef5b00, #e59c01, #19ca05, #00cab5, #0264c8, #c303c3);
  --note-blue-title-bg: #d6f7fb;
  --note-red-title-bg: #fde9e9;
  --note-cyan-title-bg: #e9fdf9;
  --note-green-title-bg: #e9fde9;
  --note-yellow-title-bg: #fdf9e9;
  --note-gray-title-bg: #f9f9f9;
  --note-orange-title-bg: #fdf3e9;
  --note-black-title-bg: #e9e9e9;
  --note-purple-title-bg: #f9e9fd;
  --first-screen-text-color: #fff;
}
.dark-mode {
  --background-color: #202124;
  --second-background-color: #1d1e20;
  --primary-color: #005080;
  --first-text-color: #d2d2d7;
  --second-text-color: #cbcbd1;
  --third-text-color: #9595a2;
  --fourth-text-color: #242429;
  --default-text-color: #bebec6;
  --border-color: #4a4c53;
  --selection-color: #0068a6;
  --shadow-color-1: rgba(255,255,255,0.08);
  --shadow-color-2: rgba(255,255,255,0.05);
  --shadow-hover-color: rgba(69,69,69,0.28);
  --scrollbar-color: #898989;
  --scrollbar-color-hover: #a1a1a1;
  --scroll-bar-bg-color: #2a2c30;
  --link-color: #c5c5cc;
  --copyright-info-color: #a30029;
  --avatar-background-color: #005cb8;
  --pjax-progress-bar-color: linear-gradient(45deg, #ea404a, #ea722f, #e9a71f, #67e559, #18ecec, #1b85f1, #ee1dee);
  --note-blue-title-bg: #1e3e46;
  --note-red-title-bg: #4e1e1e;
  --note-cyan-title-bg: #1e4e4e;
  --note-green-title-bg: #1e4e1e;
  --note-yellow-title-bg: #4e4e1e;
  --note-gray-title-bg: #4e4e4e;
  --note-orange-title-bg: #4e3a1e;
  --note-black-title-bg: #1e1e1e;
  --note-purple-title-bg: #4e1e4e;
  --first-screen-text-color: #d1d1b6;
}
:root {
  --code-foreground: #3b4143;
  --code-background: #f2f2f2;
  --highlight-background: #21252b;
  --highlight-foreground: #3b4143;
  --highlight-comment: #57a64a;
  --highlight-red: #bd63c5;
  --highlight-orange: #b8d7a3;
  --highlight-yellow: #eab700;
  --highlight-green: #718c00;
  --highlight-aqua: #3e999f;
  --highlight-blue: #4271ae;
  --highlight-purple: #8959a8;
  --highlight-gutter-color: #404749;
  --highlight-gutter-bg-color: #21252b;
}
@media (prefers-color-scheme: light) {
  :root {
    --code-foreground: #3b4143;
    --code-background: #f2f2f2;
    --highlight-background: #21252b;
    --highlight-foreground: #3b4143;
    --highlight-comment: #57a64a;
    --highlight-red: #bd63c5;
    --highlight-orange: #b8d7a3;
    --highlight-yellow: #eab700;
    --highlight-green: #718c00;
    --highlight-aqua: #3e999f;
    --highlight-blue: #4271ae;
    --highlight-purple: #8959a8;
    --highlight-gutter-color: #404749;
    --highlight-gutter-bg-color: #21252b;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --code-foreground: #bfbfc7;
    --code-background: #35363b;
    --highlight-background: #21252b;
    --highlight-foreground: #bfbfc7;
    --highlight-comment: #57a64a;
    --highlight-red: #bd63c5;
    --highlight-orange: #b8d7a3;
    --highlight-yellow: #f0c674;
    --highlight-green: #b5bd68;
    --highlight-aqua: #8abeb7;
    --highlight-blue: #81a2be;
    --highlight-purple: #b294bb;
    --highlight-gutter-color: #c1c1c9;
    --highlight-gutter-bg-color: #21252b;
  }
}
.light-mode {
  --code-foreground: #3b4143;
  --code-background: #f2f2f2;
  --highlight-background: #21252b;
  --highlight-foreground: #3b4143;
  --highlight-comment: #57a64a;
  --highlight-red: #bd63c5;
  --highlight-orange: #b8d7a3;
  --highlight-yellow: #eab700;
  --highlight-green: #718c00;
  --highlight-aqua: #3e999f;
  --highlight-blue: #4271ae;
  --highlight-purple: #8959a8;
  --highlight-gutter-color: #404749;
  --highlight-gutter-bg-color: #21252b;
}
.dark-mode {
  --code-foreground: #bfbfc7;
  --code-background: #35363b;
  --highlight-background: #21252b;
  --highlight-foreground: #bfbfc7;
  --highlight-comment: #57a64a;
  --highlight-red: #bd63c5;
  --highlight-orange: #b8d7a3;
  --highlight-yellow: #f0c674;
  --highlight-green: #b5bd68;
  --highlight-aqua: #8abeb7;
  --highlight-blue: #81a2be;
  --highlight-purple: #b294bb;
  --highlight-gutter-color: #c1c1c9;
  --highlight-gutter-bg-color: #21252b;
}
.page-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: var(--background-color);
}
@media (max-width: 780px) {
  .page-container {
    padding-right: 0 !important;
  }
}
.page-container .page-main-content {
  padding-top: 70px;
  position: relative;
}
.header-shrink .page-container .page-main-content {
  padding-top: 50.4px;
}
@media (max-width: 780px) {
  .header-shrink .page-container .page-main-content {
    padding-top: 45.36px;
  }
}
@media (max-width: 500px) {
  .header-shrink .page-container .page-main-content {
    padding-top: 40.32px;
  }
}
@media (max-width: 780px) {
  .page-container .page-main-content {
    padding-top: 63px;
  }
}
@media (max-width: 500px) {
  .page-container .page-main-content {
    padding-top: 56px;
  }
}
.page-container .page-main-content .page-main-content-top {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 1005;
  box-sizing: border-box;
  transition-property: color, background, box-shadow, border-color, transform, padding-left, height;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.3s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, ease-out, linear, ease;
}
.page-container .page-main-content .page-main-content-top.hide {
  transform: translateY(-105%);
}
.header-shrink .page-container .page-main-content .page-main-content-top {
  height: 50.4px;
}
@media (max-width: 780px) {
  .header-shrink .page-container .page-main-content .page-main-content-top {
    height: 45.36px;
  }
}
@media (max-width: 500px) {
  .header-shrink .page-container .page-main-content .page-main-content-top {
    height: 40.32px;
  }
}
@media (max-width: 780px) {
  .page-container .page-main-content .page-main-content-top {
    height: 63px;
    padding-left: 0 !important;
  }
}
@media (max-width: 500px) {
  .page-container .page-main-content .page-main-content-top {
    height: 56px;
  }
}
.page-container .page-main-content .page-main-content-middle {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 38px 0;
}
@media (max-width: 780px) {
  .page-container .page-main-content .page-main-content-middle {
    padding: 30.400000000000002px 0;
    box-shadow: none !important;
  }
  .page-container .page-main-content .page-main-content-middle :hover {
    box-shadow: none !important;
  }
}
@media (max-width: 500px) {
  .page-container .page-main-content .page-main-content-middle {
    padding: 22.8px 0;
    box-shadow: none !important;
  }
  .page-container .page-main-content .page-main-content-middle :hover {
    box-shadow: none !important;
  }
}
.page-container .page-main-content .page-main-content-middle .main-content {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  max-width: 1000px;
  height: 100%;
  transition-property: color, background, box-shadow, border-color, max-width, width;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, ease-in, ease-out;
}
@media (max-width: 780px) {
  .page-container .page-main-content .page-main-content-middle .main-content {
    width: 86%;
  }
}
@media (max-width: 500px) {
  .page-container .page-main-content .page-main-content-middle .main-content {
    width: 90%;
  }
}
.page-container .page-main-content .page-main-content-middle .main-content.has-toc {
  max-width: 1200px !important;
}
.page-container .page-main-content .page-main-content-middle .page-main-content-bottom {
  width: 100%;
}
.page-container .post-tools {
  position: fixed;
  top: 108px;
  right: 38px;
  transition-property: color, background, box-shadow, border-color, top;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, ease;
}
.header-shrink .page-container .post-tools {
  top: 88.4px;
}
@media (max-width: 780px) {
  .header-shrink .page-container .post-tools {
    top: 83.36px;
  }
}
@media (max-width: 500px) {
  .header-shrink .page-container .post-tools {
    top: 78.32px;
  }
}
@media (max-width: 780px) {
  .page-container .post-tools {
    top: 101px;
    right: 10px;
    transform: scale(0.82);
    transform-origin: right top;
  }
}
@media (max-width: 500px) {
  .page-container .post-tools {
    top: 94px;
    right: 5px;
    transform: scale(0.72);
  }
}
.page-container .right-bottom-side-tools {
  position: fixed;
  bottom: 5%;
  right: 0;
}
.search-pop-overlay {
  position: fixed;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0);
  visibility: hidden;
  z-index: 1008;
  transition-property: color, background, box-shadow, border-color, visibility, background;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease, ease, ease, ease;
}
.search-pop-overlay.active {
  visibility: visible;
  background: rgba(0,0,0,0.35);
}
.search-pop-overlay.active .search-popup {
  transform: scale(1);
}
.search-pop-overlay .search-popup {
  background: var(--background-color);
  border-radius: 5px;
  height: 80%;
  width: 70%;
  margin: auto;
  transform: scale(0);
  z-index: 1006;
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.3s;
  transition-timing-function: ease, ease, ease, ease, ease;
}
@media (max-width: 780px) {
  .search-pop-overlay .search-popup {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .search-pop-overlay .search-popup {
    width: 90%;
  }
}
.search-pop-overlay .search-popup .search-header {
  background: var(--fourth-text-color);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: flex;
  padding: 10px;
}
.search-pop-overlay .search-popup .search-header .search-input-field-pre,
.search-pop-overlay .search-popup .search-header .popup-btn-close {
  font-size: 1.2rem;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.search-pop-overlay .search-popup .search-header .search-input-field-pre {
  cursor: pointer;
  color: var(--third-text-color);
}
.search-pop-overlay .search-popup .search-header .popup-btn-close {
  color: var(--default-text-color);
}
.search-pop-overlay .search-popup .search-header .search-input-container {
  flex-grow: 1;
  padding: 2px;
}
.search-pop-overlay .search-popup .search-header .search-input-container .search-input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 1.2rem;
  color: var(--default-text-color);
}
.search-pop-overlay .search-popup .search-header .search-input-container .search-input::-webkit-search-cancel-button {
  display: none;
}
.search-pop-overlay .search-popup .search-header .popup-btn-close {
  cursor: pointer;
}
.search-pop-overlay .search-popup .search-header .popup-btn-close:hover .fas,
.search-pop-overlay .search-popup .search-header .popup-btn-close far,
.search-pop-overlay .search-popup .search-header .popup-btn-close fab {
  color: var(--first-text-color);
}
.search-pop-overlay .search-popup #search-result {
  display: flex;
  height: calc(100% - 55px);
  overflow: auto;
  padding: 5px 25px;
}
.search-pop-overlay .search-popup #search-result .search-result-list {
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
.search-pop-overlay .search-popup #search-result .search-result-list li {
  border-bottom: 1px dashed var(--border-color);
  padding: 10px 0;
  margin: 10px 0;
  box-sizing: border-box;
}
.search-pop-overlay .search-popup #search-result .search-result-list li:last-child {
  border-bottom: none;
}
.search-pop-overlay .search-popup #search-result .search-result-list li .search-result-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.search-pop-overlay .search-popup #search-result .search-result-list li .search-result-title::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--default-text-color);
}
.search-pop-overlay .search-popup #search-result .search-result-list li .search-result {
  line-height: 2rem;
  margin: 0;
  padding-left: 16px;
  word-wrap: break-word;
}
.search-pop-overlay .search-popup #search-result .search-result-list li a:hover {
  color: var(--default-text-color);
}
.search-pop-overlay .search-popup #search-result .search-result-list li .search-keyword {
  border-bottom: 1px dashed var(--primary-color);
  color: var(--primary-color);
  font-weight: bold;
}
.search-pop-overlay .search-popup #search-result #no-result {
  color: var(--third-text-color);
  margin: auto;
}
.post-toc-wrap {
  width: 100%;
  font-size: 0.92rem;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}
.post-toc-wrap .post-toc ol {
  border-left: 2px dotted var(--shadow-color-1);
  list-style: none;
  margin: 0;
  padding: 0 2px 12px 10px;
  text-align: left;
}
.post-toc-wrap .post-toc ol:last-child {
  padding-bottom: 0;
}
.post-toc-wrap .post-toc ol > ol {
  padding-left: 0;
}
.post-toc-wrap .post-toc ol a {
  transition-property: all;
}
.post-toc-wrap .post-toc .nav-item {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
}
.post-toc-wrap .post-toc .nav .nav-child {
  display: block;
}
.post-toc-wrap .post-toc .nav .active > .nav-child {
  display: block;
}
.post-toc-wrap .post-toc .nav .active-current > .nav-child {
  display: block;
}
.post-toc-wrap .post-toc .nav .active-current > .nav-child > .nav-item {
  display: block;
}
.post-toc-wrap .post-toc .nav .nav-number,
.post-toc-wrap .post-toc .nav .nav-text {
  color: var(--default-text-color);
}
.post-toc-wrap .post-toc .nav .active > a .nav-number,
.post-toc-wrap .post-toc .nav .active > a .nav-text {
  color: var(--primary-color);
  font-weight: bold;
}
.post-toc-wrap .post-toc .nav .active-current > a .nav-number,
.post-toc-wrap .post-toc .nav .active-current > a .nav-text {
  font-weight: bold;
  transition-duration: 0.1s;
}
.comments-container {
  display: inline-block;
  margin-top: 38px;
  width: 100%;
}
.comments-container #comment-anchor {
  width: 100%;
  height: 10px;
}
.comments-container .comment-area-title {
  width: 100%;
  margin: 10px 0;
  font-size: 1.38rem;
  color: var(--default-text-color);
}
.comments-container .comment-area-title i {
  color: var(--default-text-color);
}
@media (max-width: 780px) {
  .comments-container .comment-area-title {
    margin: 5px 0;
    font-size: 1.2rem;
  }
}
.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1009;
}
.progress-bar-container .pjax-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--pjax-progress-bar-color);
  visibility: hidden;
  opacity: 0;
  z-index: 1008;
  transition-property: color, background, box-shadow, border-color, width;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.1s;
  transition-timing-function: ease, ease, ease, ease, linear;
}
.progress-bar-container .pjax-progress-bar.show {
  opacity: 1;
  visibility: visible;
}
.progress-bar-container .pjax-progress-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1008;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 6px 0 0;
  visibility: hidden;
  font-size: 1.1rem;
  color: var(--default-text-color);
}
@media (max-width: 780px) {
  .progress-bar-container .pjax-progress-icon {
    padding: 6px 5px 0 0;
    font-size: 1rem;
  }
}
.progress-bar-container .pjax-progress-icon.show {
  visibility: visible;
}
.progress-bar-container .scroll-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  visibility: hidden;
  z-index: 1007;
  background: var(--primary-color);
  transition-property: color, background, box-shadow, border-color, width;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.1s;
  transition-timing-function: ease, ease, ease, ease, linear;
}
.progress-bar-container .scroll-progress-bar.hide {
  display: none !important;
}
.header-wrapper {
  font-family: "Optima", sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, rgba(247,135,54,0.208) 0%, rgba(54,125,247,0.208) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-top: 2px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
.header-wrapper:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
.header-wrapper .header-content {
  position: relative;
  height: 100%;
  width: 80%;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1005;
}
.header-wrapper .header-content.has-first-screen {
  max-width: 1200px;
}
@media (max-width: 780px) {
  .header-wrapper .header-content {
    width: 86%;
  }
}
@media (max-width: 500px) {
  .header-wrapper .header-content {
    width: 90%;
  }
}
.header-wrapper .header-content .left {
  display: flex;
  align-items: center;
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, linear;
}
.header-shrink .header-wrapper .header-content .left {
  transform: scale(0.72);
  transform-origin: left;
}
.header-wrapper .header-content .left .logo-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  color: var(--first-text-color);
}
@media (max-width: 780px) {
  .header-wrapper .header-content .left .logo-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .header-wrapper .header-content .left .logo-title {
    font-size: 1.6rem;
  }
}
.header-wrapper .header-content .right .pc .menu-list {
  display: flex;
  align-items: center;
}
@media (max-width: 780px) {
  .header-wrapper .header-content .right .pc .menu-list {
    display: none;
  }
}
.header-wrapper .header-content .right .pc .menu-list .menu-item {
  float: left;
  position: relative;
  margin-left: 30px;
  font-size: 1rem;
  cursor: pointer;
  color: var(--default-text-color);
}
.header-wrapper .header-content .right .pc .menu-list .menu-item:first-child {
  margin-left: 0;
}
.header-wrapper .header-content .right .pc .menu-list .menu-item a:hover::after,
.header-wrapper .header-content .right .pc .menu-list .menu-item .active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background: var(--primary-color);
  transition-property: color, background, box-shadow, border-color, transform, bottom;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, linear, linear;
}
.header-shrink .header-wrapper .header-content .right .pc .menu-list .menu-item a:hover::after,
.header-shrink .header-wrapper .header-content .right .pc .menu-list .menu-item .active::after {
  bottom: -13.2px;
}
.header-wrapper .header-content .right .pc .menu-list .menu-item.search {
  font-size: 1.5rem;
  margin-left: 26px;
}
.header-wrapper .header-content .right .pc .menu-list .menu-item.search i {
  color: var(--default-text-color);
}
.header-wrapper .header-content .right .mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header-content .right .mobile .icon-item {
  display: none;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  color: var(--default-text-color);
}
.header-wrapper .header-content .right .mobile .icon-item i {
  color: var(--default-text-color);
}
.header-wrapper .header-content .right .mobile .icon-item:first-child {
  margin-left: 0;
}
@media (max-width: 780px) {
  .header-wrapper .header-content .right .mobile .icon-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle {
  width: 18px;
  height: 2.5px;
  position: relative;
  background: var(--default-text-color);
}
.header-drawer-show .header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle {
  background: transparent;
}
.header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle::before,
.header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: var(--default-text-color);
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.38s;
  transition-timing-function: ease, ease, ease, ease, ease;
}
.header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle::before {
  top: -6px;
}
.header-drawer-show .header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle::before {
  transform: translateY(6px) rotate(45deg);
}
.header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle::after {
  bottom: -6px;
}
.header-drawer-show .header-wrapper .header-content .right .mobile .menu-bar .menu-bar-middle::after {
  transform: translateY(-6px) rotate(-45deg);
}
.header-wrapper .header-drawer {
  width: 100%;
  padding: 70px 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1002;
  background: var(--background-color);
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.38s;
  transition-timing-function: ease, ease, ease, ease, ease;
}
.header-drawer-show .header-wrapper .header-drawer {
  transform: scaleY(1);
}
.header-wrapper .header-drawer .drawer-menu-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.header-wrapper .header-drawer .drawer-menu-list .drawer-menu-item {
  font-size: 1rem;
  margin: 6px 0;
  height: 38px;
}
.header-wrapper .header-drawer .drawer-menu-list .drawer-menu-item a {
  padding: 6px 20px;
  border-radius: 20px;
  color: var(--default-text-color);
}
.header-wrapper .header-drawer .drawer-menu-list .drawer-menu-item a:hover {
  color: var(--second-text-color);
  border: 1px solid var(--default-text-color);
}
.header-wrapper .header-drawer .drawer-menu-list .drawer-menu-item a.active {
  border: 1px solid var(--default-text-color);
  color: var(--second-text-color);
}
.header-wrapper .window-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition-property: color, background, box-shadow, border-color, transform, opacity;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.38s, 0.38s;
  transition-timing-function: ease, ease, ease, ease, ease, ease;
}
.header-drawer-show .header-wrapper .window-mask {
  visibility: visible;
  opacity: 1;
}
.header-drawer-show {
  overflow: hidden;
}
.post-tools-container .tools-list li {
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: var(--background-color);
  color: var(--default-text-color);
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, linear;
}
.post-tools-container .tools-list li i {
  color: var(--default-text-color);
}
.post-tools-container .tools-list li:hover {
  background: var(--primary-color);
  color: var(--background-color);
}
.post-tools-container .tools-list li:hover i {
  color: var(--background-color);
}
.post-tools-container .tools-list li:last-child {
  margin-bottom: 0;
}
.post-tools-container .tools-list li:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
.post-tools-container .tools-list li.page-aside-toggle {
  display: none;
}
@media (max-width: 780px) {
  .post-tools-container .tools-list li.page-aside-toggle {
    display: none !important;
  }
}
.side-tools-container {
  position: relative;
  right: 30px;
}
.side-tools-container .tools-item {
  width: 42px;
  height: 42px;
  font-size: 1.3rem;
  margin-bottom: 3px;
  cursor: pointer;
  border-right: none;
  border-radius: 12px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  color: var(--default-text-color);
  background: var(--background-color);
}
.side-tools-container .tools-item i {
  color: var(--default-text-color);
}
.side-tools-container .tools-item:hover {
  color: var(--background-color);
  background: var(--primary-color);
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
.side-tools-container .tools-item:hover i {
  color: var(--background-color);
}
@media (max-width: 780px) {
  .side-tools-container .tools-item {
    width: 37.800000000000004px;
    height: 37.800000000000004px;
    font-size: 1.17rem;
    margin-bottom: 2px;
  }
}
.side-tools-container .tools-item.rss a {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.side-tools-container .tools-item.rss a:hover {
  color: var(--background-color);
  background: var(--primary-color);
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
.side-tools-container .side-tools-list {
  opacity: 0;
  transform: translateX(100%);
  transition-property: color, background, box-shadow, border-color, transform, opacity;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, ease, ease;
}
@media (max-width: 780px) {
  .side-tools-container .side-tools-list .tool-expand-width {
    display: none;
  }
}
.side-tools-container .side-tools-list.show {
  opacity: 1;
  transform: translateX(0);
}
.archive-list-container .archive-item {
  margin-bottom: 38px;
}
.archive-list-container .archive-item:last-child {
  margin-bottom: 0;
}
.archive-list-container .archive-item .archive-item-header {
  margin-bottom: 10px;
}
.archive-list-container .archive-item .archive-item-header .archive-year {
  font-size: 1.8rem;
  color: var(--second-text-color);
  font-weight: 600;
  margin-right: 6px;
}
@media (max-width: 780px) {
  .archive-list-container .archive-item .archive-item-header .archive-year {
    font-size: 1.6rem;
  }
}
.archive-list-container .archive-item .archive-item-header .archive-year-post-count {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--second-text-color);
}
@media (max-width: 780px) {
  .archive-list-container .archive-item .archive-item-header .archive-year-post-count {
    font-size: 1.08rem;
  }
}
.archive-list-container .archive-item .article-list {
  padding-left: 10px;
}
@media (max-width: 780px) {
  .archive-list-container .archive-item .article-list {
    padding-left: 0;
  }
}
.archive-list-container .archive-item .article-list .article-item {
  font-size: 1rem;
  margin-top: 18px;
}
@media (max-width: 780px) {
  .archive-list-container .archive-item .article-list .article-item {
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .archive-list-container .archive-item .article-list .article-item {
    margin-top: 14px;
  }
}
.archive-list-container .archive-item .article-list .article-item:hover a.article-title,
.archive-list-container .archive-item .article-list .article-item:hover .article-date {
  color: var(--primary-color);
}
.archive-list-container .archive-item .article-list .article-item a.article-title {
  color: var(--default-text-color);
}
.archive-list-container .archive-item .article-list .article-item .article-date {
  font-size: 1rem;
  float: right;
}
.footer {
  font-size: 1rem;
  color: var(--third-text-color);
}
.footer a {
  color: var(--third-text-color);
}
.footer a:hover {
  color: var(--primary-color);
}
.footer .info-container {
  padding-bottom: 10px;
  text-align: center;
}
.footer .info-item {
  margin: 5px 0;
}
.footer .icon-animate {
  animation: icon-animate 1.2s ease-in-out infinite;
}
.paginator {
  font-size: 1rem;
  margin-top: 30px;
}
.paginator a.prev {
  float: left;
}
.paginator a.next {
  float: right;
}
.page-template-container {
  padding: 30px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  margin-bottom: 30px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
@media (max-width: 780px) {
  .page-template-container {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .page-template-container {
    margin-bottom: 18px;
  }
}
.page-template-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .page-template-container {
    padding: 24px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .page-template-container {
    padding: 18px;
    border-radius: 10.799999999999999px;
  }
}
.page-template-container .page-template-content {
  color: var(--default-text-color);
}
.page-template-container .page-template-content h1:first-child,
.page-template-container .page-template-content h2:first-child,
.page-template-container .page-template-content h3:first-child,
.page-template-container .page-template-content h4:first-child,
.page-template-container .page-template-content h5:first-child,
.page-template-container .page-template-content h6:first-child {
  margin-top: 0;
}
.first-screen-container {
  font-family: "Optima", sans-serif;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 1080px;
  overflow: hidden;
  background: url("$first-screen-img") center center/cover no-repeat;
  will-change: transform;
}
@media (max-width: 780px) {
  .first-screen-container {
    background-position-y: 63px;
  }
}
@media (max-width: 500px) {
  .first-screen-container {
    background-position-y: 56px;
  }
}
.first-screen-container .content {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  height: 90%;
}
.first-screen-container .content .description {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  color: var(--first-screen-text-color);
}
@media (max-width: 780px) {
  .first-screen-container .content .description {
    font-size: 1.8rem;
  }
}
.first-screen-container .content .s-icon-list {
  position: absolute;
  bottom: 0;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 780px) {
  .first-screen-container .content .s-icon-list {
    font-size: 1.44rem;
  }
}
.first-screen-container .content .s-icon-list .s-icon-item {
  margin-right: 20px;
  cursor: pointer;
  line-height: 2;
  color: #fff;
}
.first-screen-container .content .s-icon-list .s-icon-item:last-child {
  margin-right: 0;
}
@media (prefers-color-scheme: light) {
  .first-screen-container {
    background: url("https://evan.beee.top/img/wallhaven-wqery6-light.webp") center center/cover no-repeat !important;
  }
}
@media (prefers-color-scheme: dark) {
  .first-screen-container {
    background: url("https://evan.beee.top/img/wallhaven-wqery6-dark.webp") center center/cover no-repeat !important;
  }
}
.light-mode .first-screen-container {
  background: url("https://evan.beee.top/img/wallhaven-wqery6-light.webp") center center/cover no-repeat !important;
}
.dark-mode .first-screen-container {
  background: url("https://evan.beee.top/img/wallhaven-wqery6-dark.webp") center center/cover no-repeat !important;
}
.image-viewer-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  visibility: hidden;
  z-index: 1008;
  padding: 6%;
  box-sizing: border-box;
  transition-property: color, background, box-shadow, border-color, visibility, background;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease, ease, ease, ease;
}
.image-viewer-container.active {
  background: rgba(0,0,0,0.5);
  visibility: visible;
}
.image-viewer-container.active img {
  cursor: zoom-out;
  transform: scale(1);
  padding: 2px;
  background: var(--background-color);
}
.image-viewer-container img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(0);
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.3s;
  transition-timing-function: ease, ease, ease, ease, ease;
}
.category-list-container {
  padding: 30px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
.category-list-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .category-list-container {
    padding: 24px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .category-list-container {
    padding: 18px;
    border-radius: 10.799999999999999px;
  }
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item {
  font-size: 1rem;
  margin-bottom: 15px;
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item:last-child {
  margin-bottom: 0;
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item span.all-category-list-count {
  float: right;
  color: var(--default-text-color);
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item span.all-category-list-count::before {
  content: '[';
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item span.all-category-list-count::after {
  content: ']';
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item ul.all-category-list-child {
  margin-left: 10px;
  margin-top: 15px;
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item ul.all-category-list-child li {
  margin-bottom: 10px;
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item ul.all-category-list-child li::before {
  content: '- ';
}
.category-list-container .category-list-content .all-category-list li.all-category-list-item ul.all-category-list-child li:last-child {
  margin-bottom: 0;
}
.article-meta-info {
  font-size: 0.8rem;
  color: var(--third-text-color);
}
.article-meta-info .article-meta-item {
  margin-right: 10px;
}
.article-meta-info .article-meta-item:last-child {
  margin-right: 0;
}
.article-meta-info .article-date .mobile {
  display: none;
}
@media (max-width: 780px) {
  .article-meta-info .article-date .pc {
    display: none;
  }
  .article-meta-info .article-date .mobile {
    display: inline;
  }
}
.article-meta-info .article-tags,
.article-meta-info .article-categories {
  display: inline;
}
.article-meta-info .article-tags ul,
.article-meta-info .article-categories ul,
.article-meta-info .article-tags li,
.article-meta-info .article-categories li {
  display: inline;
}
.article-meta-info .article-tags a,
.article-meta-info .article-categories a {
  color: var(--third-text-color);
}
.article-meta-info .article-tags a:hover,
.article-meta-info .article-categories a:hover {
  color: var(--primary-color);
}
@media (max-width: 780px) {
  .article-meta-info .article-tags {
    display: none;
  }
}
@media (max-width: 500px) {
  .article-meta-info .article-min2read,
  .article-meta-info .article-wordcount {
    display: none;
  }
}
.article-copyright-info-container {
  font-family: "Noto Sans SC", sans-serif;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 6px;
  font-size: 1rem;
  background: var(--second-background-color);
  border-radius: 14px;
}
.article-copyright-info-container::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 6px;
  height: 100%;
  background: var(--copyright-info-color);
  border-radius: 5px;
}
.article-copyright-info-container ul {
  margin-left: 10px;
}
.article-copyright-info-container ul li {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--default-text-color);
}
.article-copyright-info-container ul li .license {
  font-weight: bold;
}
.article-copyright-info-container ul li:last-child {
  margin-bottom: 0;
}
.home-content-container {
  background: var(--background-color);
}
.home-content-container .home-article-list .home-article-item {
  position: relative;
  padding: 28px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  margin-bottom: 38px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, linear;
}
@media (max-width: 780px) {
  .home-content-container .home-article-list .home-article-item {
    margin-bottom: 30.400000000000002px;
  }
}
@media (max-width: 500px) {
  .home-content-container .home-article-list .home-article-item {
    margin-bottom: 22.8px;
  }
}
.home-content-container .home-article-list .home-article-item:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .home-content-container .home-article-list .home-article-item {
    padding: 22.400000000000002px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .home-content-container .home-article-list .home-article-item {
    padding: 16.8px;
    border-radius: 10.799999999999999px;
  }
}
.home-content-container .home-article-list .home-article-item .top-icon {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 1.2rem;
  transform: rotate(45deg);
  color: var(--third-text-color);
}
@media (max-width: 780px) {
  .home-content-container .home-article-list .home-article-item .top-icon {
    font-size: 1.16rem;
  }
}
.home-content-container .home-article-list .home-article-item .home-article-title {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--second-text-color);
  margin: 0;
}
@media (max-width: 780px) {
  .home-content-container .home-article-list .home-article-item .home-article-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .home-content-container .home-article-list .home-article-item .home-article-title {
    font-size: 1.2rem;
  }
}
.home-content-container .home-article-list .home-article-item .home-article-content {
  word-wrap: break-word;
  text-align: justify;
  margin: 20px 0;
  color: var(--default-text-color);
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  color: var(--third-text-color);
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container .home-article-meta-info {
  letter-spacing: 0.5px;
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container .home-article-meta-info span {
  margin-right: 10px;
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container .home-article-meta-info span:last-child {
  margin-right: 0;
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container .home-article-meta-info span ul,
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container .home-article-meta-info span li {
  display: inline;
}
@media (max-width: 500px) {
  .home-content-container .home-article-list .home-article-item .home-article-meta-info-container .home-article-meta-info .home-article-category {
    display: none;
  }
}
@media (max-width: 780px) {
  .home-content-container .home-article-list .home-article-item .home-article-meta-info-container .home-article-meta-info .home-article-tag {
    display: none;
  }
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container hr {
  border: none;
  flex: 1;
  height: 1px;
  background: var(--border-color);
  margin: 0 10px;
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container a {
  color: var(--third-text-color);
}
.home-content-container .home-article-list .home-article-item .home-article-meta-info-container a:hover {
  color: var(--primary-color);
}
.archive-container {
  padding: 30px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  margin-bottom: 30px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
@media (max-width: 780px) {
  .archive-container {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .archive-container {
    margin-bottom: 18px;
  }
}
.archive-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .archive-container {
    padding: 24px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .archive-container {
    padding: 18px;
    border-radius: 10.799999999999999px;
  }
}
.post-page-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.post-page-container.show-toc .toc-content-container {
  display: block;
}
.post-page-container.show-toc .article-content-container {
  width: calc(100% - 210px) !important;
}
@media (max-width: 780px) {
  .post-page-container .toc-content-container {
    display: none !important;
  }
  .post-page-container .article-content-container {
    width: 100% !important;
  }
  .post-page-container.show-toc .toc-content-container {
    display: none;
  }
  .post-page-container.show-toc .article-content-container {
    width: 100% !important;
  }
}
.post-page-container .article-content-container {
  width: 100%;
  margin-right: 30px;
  padding: 30px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  margin-bottom: 30px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .post-page-container .article-content-container {
    margin-bottom: 18px;
  }
}
.post-page-container .article-content-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container {
    padding: 24px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .post-page-container .article-content-container {
    padding: 18px;
    border-radius: 10.799999999999999px;
  }
}
@media (max-width: 500px) {
  .post-page-container .article-content-container {
    padding: 1.2rem 0.2rem;
    box-shadow: none;
  }
}
.post-page-container .article-content-container .article-title {
  font-family: "Noto Sans SC", sans-serif;
  color: var(--second-text-color);
  font-weight: 600;
  font-size: 1.6rem;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container .article-title {
    font-size: 1.44rem;
  }
}
@media (max-width: 500px) {
  .post-page-container .article-content-container .article-title {
    font-size: 1.28rem;
  }
}
.post-page-container .article-content-container .article-header {
  font-family: "Noto Sans", "Noto Sans SC", sans-serif;
  position: relative;
  padding-left: 46px;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
}
.post-page-container .article-content-container .article-header .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  padding: 1px;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}
.post-page-container .article-content-container .article-header .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: var(--avatar-background-color);
}
.post-page-container .article-content-container .article-header .info {
  padding: 2px 0;
  margin-left: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.post-page-container .article-content-container .article-header .info .author {
  font-weight: regular;
  font-size: 1.18rem;
  display: flex;
  align-items: center;
}
.post-page-container .article-content-container .article-header .info .author .name {
  color: var(--default-text-color);
}
.post-page-container .article-content-container .article-header .info .author .author-label {
  margin-left: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 5px;
  border-radius: 6px;
  color: #fff;
  background: var(--selection-color);
}
.post-page-container .article-content-container .article-header,
.post-page-container .article-content-container .article-header-meta-info {
  margin-top: 16px;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container .article-header,
  .post-page-container .article-content-container .article-header-meta-info {
    transform: scale(0.9);
    transform-origin: left top;
  }
}
.post-page-container .article-content-container .article-content {
  margin-top: 38px;
  padding-bottom: 10px;
  word-wrap: break-word;
  border-bottom: 1px solid var(--border-color);
  color: var(--default-text-color);
}
.post-page-container .article-content-container .post-tags-box {
  display: none;
  margin-top: 1.6rem;
  justify-content: center;
  font-size: 1.1rem;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container .post-tags-box {
    display: flex;
  }
}
@media (max-width: 500px) {
  .post-page-container .article-content-container .post-tags-box {
    margin-top: 1.2rem;
    font-size: 1rem;
  }
}
.post-page-container .article-content-container .post-tags-box .tag-item {
  margin: 0 0.25rem;
}
.post-page-container .article-content-container .post-copyright-info {
  margin-top: 38px;
  width: 100%;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container .post-copyright-info {
    margin-top: 30.400000000000002px;
  }
}
.post-page-container .article-content-container .article-nav {
  height: 40px;
  margin-top: 38px;
}
.post-page-container .article-content-container .article-nav .article-prev,
.post-page-container .article-content-container .article-nav .article-next {
  max-width: 220px;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  transition-property: color, background, box-shadow, border-color, transform;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease, linear;
}
.post-page-container .article-content-container .article-nav .article-prev:hover,
.post-page-container .article-content-container .article-nav .article-next:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container .article-nav .article-prev,
  .post-page-container .article-content-container .article-nav .article-next {
    padding: 8px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .post-page-container .article-content-container .article-nav .article-prev,
  .post-page-container .article-content-container .article-nav .article-next {
    padding: 6px;
    border-radius: 10.799999999999999px;
  }
}
.post-page-container .article-content-container .article-nav .article-prev a,
.post-page-container .article-content-container .article-nav .article-next a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.post-page-container .article-content-container .article-nav .article-prev a.prev,
.post-page-container .article-content-container .article-nav .article-next a.prev {
  padding-left: 16px;
}
.post-page-container .article-content-container .article-nav .article-prev a.next,
.post-page-container .article-content-container .article-nav .article-next a.next {
  padding-right: 16px;
}
.post-page-container .article-content-container .article-nav .article-prev a .arrow-icon,
.post-page-container .article-content-container .article-nav .article-next a .arrow-icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 16px;
}
.post-page-container .article-content-container .article-nav .article-prev a .arrow-icon.left,
.post-page-container .article-content-container .article-nav .article-next a .arrow-icon.left {
  left: 0;
}
.post-page-container .article-content-container .article-nav .article-prev a .arrow-icon.right,
.post-page-container .article-content-container .article-nav .article-next a .arrow-icon.right {
  right: 0;
}
.post-page-container .article-content-container .article-nav .article-prev a .title,
.post-page-container .article-content-container .article-nav .article-next a .title {
  width: 100%;
  height: 100%;
}
.post-page-container .article-content-container .article-nav .article-prev {
  float: left;
}
.post-page-container .article-content-container .article-nav .article-next {
  float: right;
}
.post-page-container .article-content-container .article-nav .post-nav-item {
  display: none;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container .article-nav .post-nav-item {
    display: inline-block;
  }
}
.post-page-container .article-content-container .article-nav .post-nav-title-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 780px) {
  .post-page-container .article-content-container .article-nav .post-nav-title-item {
    display: none;
  }
}
.post-page-container .toc-content-container {
  position: sticky;
  top: 108px;
  border-radius: 0;
  display: none;
  width: 210px;
  height: auto;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  float: right;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: none !important;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  transition-property: color, background, box-shadow, border-color, display;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.3s;
  transition-timing-function: ease, ease, ease, ease, ease-out;
}
.post-page-container .toc-content-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .post-page-container .toc-content-container {
    left: 0 !important;
    display: none !important;
  }
}
.category-container {
  padding: 30px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  margin-bottom: 30px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
@media (max-width: 780px) {
  .category-container {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .category-container {
    margin-bottom: 18px;
  }
}
.category-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .category-container {
    padding: 24px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .category-container {
    padding: 18px;
    border-radius: 10.799999999999999px;
  }
}
.category-container .category-name {
  color: var(--second-text-color);
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--border-color);
}
.category-container .category-name i {
  color: var(--second-text-color);
}
@media (max-width: 780px) {
  .category-container .category-name {
    font-size: 1.44rem;
  }
}
@media (max-width: 500px) {
  .category-container .category-name {
    font-size: 1.28rem;
  }
}
.tag-container {
  padding: 30px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  margin-bottom: 30px;
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
@media (max-width: 780px) {
  .tag-container {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .tag-container {
    margin-bottom: 18px;
  }
}
.tag-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .tag-container {
    padding: 24px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .tag-container {
    padding: 18px;
    border-radius: 10.799999999999999px;
  }
}
.tag-container .tag-name {
  color: var(--second-text-color);
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--border-color);
}
.tag-container .tag-name i {
  color: var(--second-text-color);
}
@media (max-width: 780px) {
  .tag-container .tag-name {
    font-size: 1.44rem;
  }
}
@media (max-width: 500px) {
  .tag-container .tag-name {
    font-size: 1.28rem;
  }
}
.tagcloud-container {
  padding: 20px;
  border-radius: 18px;
  box-sizing: border-box;
  background: var(--background-color);
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
}
.tagcloud-container:hover {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px, var(--shadow-color-1) 0px 0px 0px 1px inset;
}
@media (max-width: 780px) {
  .tagcloud-container {
    padding: 16px;
    border-radius: 14.4px;
  }
}
@media (max-width: 500px) {
  .tagcloud-container {
    padding: 12px;
    border-radius: 10.799999999999999px;
  }
}
.tagcloud-container .tagcloud-content {
  text-align: justify;
}
.tagcloud-container .tagcloud-content a {
  padding: 10px 8px;
  display: inline-block;
  box-sizing: border-box;
}
.wb {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
}
.wb .t {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--note-blue-title-bg);
  border-left: solid 4px #2fd6f0;
}
.wb .c {
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  padding: 15px;
  background-color: var(--background-color);
  border-left: solid 4px #2fd6f0;
  line-height: 2rem;
}
.wr {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
}
.wr .t {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--note-red-title-bg);
  border-left: solid 4px #f85676;
}
.wr .c {
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  padding: 15px;
  background-color: var(--background-color);
  border-left: solid 4px #f85676;
  line-height: 2rem;
}
.wg {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
}
.wg .t {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--note-green-title-bg);
  border-left: solid 4px #00c58e;
}
.wg .c {
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  padding: 15px;
  background-color: var(--background-color);
  border-left: solid 4px #00c58e;
  line-height: 2rem;
}
.wy {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
}
.wy .t {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--note-yellow-title-bg);
  border-left: solid 4px #ffd43b;
}
.wy .c {
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  padding: 15px;
  background-color: var(--background-color);
  border-left: solid 4px #ffd43b;
  line-height: 2rem;
}
.wp {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
}
.wp .t {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--note-purple-title-bg);
  border-left: solid 4px #a763ff;
}
.wp .c {
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  padding: 15px;
  background-color: var(--background-color);
  border-left: solid 4px #a763ff;
  line-height: 2rem;
}
.wgra {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
}
.wgra .t {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--note-gray-title-bg);
  border-left: solid 4px #a6a6a6;
}
.wgra .c {
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  padding: 15px;
  background-color: var(--background-color);
  border-left: solid 4px #a6a6a6;
  line-height: 2rem;
}
.wo {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
}
.wo .t {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: var(--note-orange-title-bg);
  border-left: solid 4px #ffa940;
}
.wo .c {
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  padding: 15px;
  background-color: var(--background-color);
  border-left: solid 4px #ffa940;
  line-height: 2rem;
}
.nb {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: var(--background-color);
  border-left: solid 4px #2fd6f0;
  line-height: 2rem;
}
.nr {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: var(--background-color);
  border-left: solid 4px #f85676;
  line-height: 2rem;
}
.ng {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: var(--background-color);
  border-left: solid 4px #00c58e;
  line-height: 2rem;
}
.ny {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: var(--background-color);
  border-left: solid 4px #ffd43b;
  line-height: 2rem;
}
.np {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: var(--background-color);
  border-left: solid 4px #a763ff;
  line-height: 2rem;
}
.ngra {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: var(--background-color);
  border-left: solid 4px #a6a6a6;
  line-height: 2rem;
}
.no {
  box-shadow: var(--shadow-color-2) 0px 6px 24px 0px, var(--shadow-color-1) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: var(--background-color);
  border-left: solid 4px #ffa940;
  line-height: 2rem;
}
.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--default-text-color);
  border-radius: 15px;
  box-sizing: border-box;
  color: #3b3b3b;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}
.button-28:disabled {
  pointer-events: none;
}
.button-28:hover {
  color: #fff;
  background-color: var(--background-color);
  box-shadow: var(--shadow-hover-color) 0 8px 15px;
  transform: translateY(-2px);
}
.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}
