@charset "UTF-8";

:root {
  --heo-white: #fff;
  --heo-white-op: rgba(255, 255, 255, 0.2);
  --heo-black: #000;
  --heo-black-op: rgba(0, 0, 0, 0.2);
  --heo-none: #00000000;
  --heo-gray: #999999;
  --heo-gray-op: #9999992b;
  --heo-vip: #e5a80d;
  --heo-main: var(--heo-theme);
  --heo-main-op: var(--heo-theme-op);
  --heo-main-op-deep: var(--heo-theme-op-deep);
  --heo-main-none: var(--heo-theme-none);
  --heo-shadow-theme: 0 8px 12px -3px var(--heo-theme-op);
  --heo-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, .15);
  --heo-shadow-main: 0 8px 12px -3px var(--heo-main-op);
  --heo-shadow-blue: 0 8px 12px -3px rgba(40, 109, 234, .20);
  --heo-shadow-white: 0 8px 12px -3px rgba(255, 255, 255, .20);
  --heo-shadow-black: 0 0 12px 4px rgba(0, 0, 0, .05);
  --heo-shadow-yellow: 0px 38px 77px -26px rgba(255, 201, 62, .12);
  --heo-shadow-red: 0 8px 12px -3px #ee7d7936;
  --heo-shadow-green: 0 8px 12px -3px #87ee7936;
  --heo-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);
  --heo-snackbar-time: 5s;
  --style-border: 1px solid var(--heo-card-border);
  --style-border-always: 1px solid var(--heo-card-border);
  --style-border-hover: 1px solid var(--heo-main);
  --style-border-hover-always: 1px solid var(--heo-main);
  --style-border-dashed: 1px dashed var(--heo-theme-op);
  --todo-border: 1px solid #a0bdf7;
  --website-card-bg: #fff;
  --website-font-color: #4c4948;
}

::selection {
  background: var(--heo-fontcolor);
  color: var(--heo-background);
}

[data-theme=light] {
  --heo-theme: #425AEF;
  --heo-theme-op: #4259ef23;
  --heo-theme-op-deep: #4259efdd;
  --heo-theme-none: #4259ef01;
  --heo-blue: #425AEF;
  --heo-red: #D8213C;
  --heo-pink: #FF7C7C;
  --heo-green: #28a63f;
  --heo-yellow: #c28b00;
  --heo-yellow-op: #d99c001a;
  --heo-orange: #e38100;
  --heo-fontcolor: #363636;
  /* --heo-background: #bcbdc1; */
  /* --heo-background: #c9cfe3; */
  --heo-background: rgb(243 245 252 / 70%);
  --heo-reverse: #000;
  --heo-maskbg: rgba(255, 255, 255, 0.6);
  --heo-maskbgdeep: rgba(255, 255, 255, 0.85);
  --heo-hovertext: var(--heo-main);
  --heo-ahoverbg: #F7F7FA;
  --heo-lighttext: var(--heo-main);
  --heo-secondtext: rgba(60, 60, 67, 0.6);
  --heo-scrollbar: rgba(60, 60, 67, 0.4);
  --heo-card-btn-bg: #edf0f7;
  --heo-post-blockquote-bg: #fafcff;
  --heo-post-tabs-bg: #f2f5f8;
  --heo-secondbg: #f1f3f8;
  --heo-shadow-nav: 0 5px 12px -5px rgba(102, 68, 68, 0.05);
  --heo-card-bg: #fff;
  --heo-card-bg-op: var(--heo-black-op);
  --heo-card-bg-none: rgba(255, 255, 255, 0);
  --heo-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
  --heo-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
  --heo-card-border: #e3e8f7;
  --heo-shadow-border: 0 8px 16px -4px #2c2d300c;
  --style-border-forever: 2px solid var(--heo-main);
}

[data-theme=dark] {
  --heo-theme: #0084FF;
  --heo-theme-op: #0084FF23;
  --heo-theme-op-deep: #0084ffdd;
  --heo-theme-none: #0084FF00;
  --heo-blue: #0084FF;
  --heo-red: #FF3842;
  --heo-pink: #FF7C7C;
  --heo-green: #57bd6a;
  --heo-yellow: #ffc93e;
  --heo-yellow-op: #ffc93e30;
  --heo-orange: #ff953e;
  --heo-fontcolor: #F7F7FA;
  --heo-background: #18171d;
  --heo-reverse: #fff;
  --heo-maskbg: rgba(0, 0, 0, 0.6);
  --heo-maskbgdeep: rgba(0, 0, 0, 0.85);
  --heo-hovertext: #0A84FF;
  --heo-ahoverbg: #fff;
  --heo-lighttext: #f2b94b;
  --heo-secondtext: #a1a2b8;
  --heo-scrollbar: rgba(200, 200, 223, 0.4);
  --heo-card-btn-bg: #30343f;
  --heo-post-blockquote-bg: #000;
  --heo-post-tabs-bg: #121212;
  --heo-secondbg: #30343f;
  --heo-shadow-nav: 0 5px 20px 0px rgba(28, 28, 28, 0.4);
  --heo-card-bg: #1d1e22;
  --heo-card-bg-op: var(--heo-white-op);
  --heo-card-bg-none: #1d1b2600;
  --heo-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
  --heo-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
  --heo-card-border: #282829;
  --heo-shadow-border: 0 8px 16px -4px #00000050;
  --style-border-forever: 2px solid var(--heo-lighttext);
}

@media screen and (max-width: 968px) {
  :root {
    --style-border: 0px solid var(--heo-card-border);
    --style-border-hover: 0px solid var(--heo-main);
  }
}

@keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

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

@keyframes barrageOut {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

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

/* 旧版css */
html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 1em;
  margin: 0.67em 0px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a span,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a span,
#aside-content .card-info .card-info-data>.card-info-data-item a .headline,
#pagination .next_info,
#pagination .prev_info,
#sidebar #sidebar-menus .menus_items .site-page,
#sidebar #sidebar-menus .site-data .data-item .data-item-link>a>div,
.flink#article-container .flink-list>.flink-list-item a .flink-item-desc,
.flink#article-container .flink-list>.flink-list-item a .flink-item-name,
.limit-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#aside-content .aside-list>.aside-list-item .content>.comment,
#aside-content .aside-list>.aside-list-item .content>.name,
#aside-content .aside-list>.aside-list-item .content>.title,
#error-wrap .error-content .error-info .error_subtitle,
#post-info .post-title,
#recent-posts>.recent-post-item>.recent-post-info>.article-title,
#recent-posts>.recent-post-item>.recent-post-info>.content,
.article-sort-item-title,
.limit-more-line,
.relatedPosts>.relatedPosts-list .content .title,
figure.gallery-group .gallery-group-name,
figure.gallery-group p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

#article-container h1::before,
#article-container h2::before,
#article-container h3::before,
#article-container h4::before,
#article-container h5::before,
#article-container h6::before,
#post .post-copyright::before,
#post .post-outdate-notice::before,
.fontawesomeIcon,
.note:not(.no-icon)::before {
  display: inline-block;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  font-family: Menlo, "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.card-announcement-animation {
  color: red;
  animation: 0.8s linear 0s infinite normal none running announ_animation;
}

.scroll-down-effects {
  animation: 1.5s ease 0s infinite normal none running scroll-down-effect;
}

.reward-main {
  animation: 0.3s ease 0.1s 1 normal both running donate_effcet;
}

@-webkit-keyframes scroll-down-effect {
  0% {
    top: 0px;
    opacity: 0.4;
  }

  50% {
    top: -16px;
    opacity: 1;
    filter: none;
  }

  100% {
    top: 0px;
    opacity: 0.4;
  }
}

@keyframes scroll-down-effect {
  0% {
    top: 0px;
    opacity: 0.4;
  }

  50% {
    top: -16px;
    opacity: 1;
    filter: none;
  }

  100% {
    top: 0px;
    opacity: 0.4;
  }
}

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

  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0px);
  }
}

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

  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0px);
  }
}

@-webkit-keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }

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

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

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

@-webkit-keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }

  100% {
    opacity: 1;
    filter: none;
    margin-top: 0px;
  }
}

@keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }

  100% {
    opacity: 1;
    filter: none;
    margin-top: 0px;
  }
}

@-webkit-keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}

@keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}

@-webkit-keyframes search_close {
  0% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }

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

@keyframes search_close {
  0% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }

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

@-webkit-keyframes to_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    filter: none;
  }
}

@keyframes to_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    filter: none;
  }
}

@-webkit-keyframes to_hide {
  0% {
    opacity: 1;
    filter: none;
  }

  100% {
    opacity: 0;
  }
}

@keyframes to_hide {
  0% {
    opacity: 1;
    filter: none;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes avatar_turn_around {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes avatar_turn_around {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0px);
  }
}

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

  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0px);
  }
}

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

  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0px);
  }
}

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

  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0px);
  }
}

@-webkit-keyframes announ_animation {

  0%,
  100% {
    transform: scale(1);
    filter: blur(0px);
  }

  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}

@keyframes announ_animation {

  0%,
  100% {
    transform: scale(1);
    filter: blur(0px);
  }

  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}

@-webkit-keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }

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

@keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }

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

:root {
  --global-font-size: 15px;
  --global-bg: #fff;
  --font-color: #4c4948;
  --hr-border: #97bcfb;
  --hr-before-color: #6ea2f9;
  --search-bg: #f6f8fa;
  --search-input-color: #4c4948;
  --search-result-title: #4c4948;
  --preloader-bg: #37474f;
  --preloader-color: #fff;
  --tab-border-color: #f0f0f0;
  --tab-botton-bg: #f0f0f0;
  --tab-botton-color: #1f2d3d;
  --tab-button-hover-bg: #dcdcdc;
  --tab-button-active-bg: #fff;
  --card-bg: #fff;
  --sidebar-bg: #f6f8fa;
  --btn-hover-color: #ff7242;
  --btn-color: #fff;
  --btn-bg: #307af6;
  --text-bg-hover: #307af6;
  --light-grey: #eee;
  --white: #fff;
  --text-highlight-color: #1f2d3d;
  --blockquote-color: #6a737d;
  --blockquote-bg: rgba(73, 177, 245, 0.1);
  --reward-pop: #f5f5f5;
  --toc-link-color: #666261;
  --card-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, 0.06);
  --card-hover-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, 0.15);
}

html {
  height: 100%;
  font-size: 20px;
}

body {
  position: relative;
  min-height: 100%;
  background: var(--global-bg);
  color: var(--heo-fontcolor);
  font-size: var(--global-font-size);
  /* font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei"; */
  line-height: 2;
  -webkit-tap-highlight-color: transparent;
  margin: 0px;
}

input::placeholder {
  color: var(--heo-fontcolor);
}

#web_bg {
  position: fixed;
  z-index: -999;
  background: center center / cover no-repeat local rgb(244, 244, 244);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 1rem 0px 0.7rem;
  color: var(--text-highlight-color);
  font-weight: 700;
}

h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
  font-size: inherit !important;
}

* {
  box-sizing: border-box;
}

hr {
  position: relative;
  margin: 2rem auto;
  border: 2px dashed var(--hr-border);
}

.table-wrap {
  overflow-x: scroll;
  margin: 0px 0px 1rem;
}

table {
  display: table;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

table thead {
  background: rgba(153, 169, 191, 0.1);
}

table td,
table th {
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--light-grey);
  vertical-align: middle;
}

::selection {
  background: rgb(0, 121, 255);
  color: rgb(247, 247, 247);
}

button {
  padding: 0px;
  outline: 0px;
  border: none;
  background: 0px 0px;
  cursor: pointer;
}

a {
  color: rgb(153, 169, 191);
  text-decoration: none;
  transition: all 0.2s ease 0s;
  overflow-wrap: break-word;
}

a:hover {
  color: rgb(48, 122, 246);
}

#aside-content .author-info__description,
#aside-content .author-info__name,
#site-name,
#site-subtitle,
#site-title {
  /* font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; */
}

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

.copy-true {
  user-select: all;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.button--animated {
  position: relative;
  z-index: 1;
  transition: color 1s ease 0s;
}

.button--animated::before {
  position: absolute;
  inset: 0px;
  z-index: -1;
  background: var(--btn-hover-color);
  content: "";
  transition: transform 0.5s ease-out 0s;
  transform: scaleX(0);
  transform-origin: 0px 50%;
}

.button--animated:hover::before {
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
  transform: scaleX(1);
}

img {
  max-width: 100%;
  transition: all 0.2s ease 0s;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

.img-alt {
  margin: -0.5rem 0px 0.5rem;
  color: rgb(133, 133, 133);
}

.img-alt:hover {
  text-decoration: none !important;
}

:root {
  --hl-color: #eff;
  --hl-bg: #212121;
  --hltools-bg: #1c1c1c;
  --hltools-color: rgba(238, 255, 255, 0.8);
  --hlnumber-bg: #212121;
  --hlnumber-color: rgba(238, 255, 255, 0.5);
  --hlscrollbar-bg: #121212;
  --hlexpand-bg: linear-gradient(180deg, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0.9));
}

figure.highlight table::-webkit-scrollbar-thumb {
  background: var(--hlscrollbar-bg);
}

figure.highlight pre .deletion {
  color: rgb(191, 66, 191);
}

figure.highlight pre .addition {
  color: rgb(16, 94, 222);
}

figure.highlight pre .meta {
  color: rgb(199, 146, 234);
}

figure.highlight pre .comment {
  color: rgb(150, 152, 150);
}

figure.highlight pre .attribute,
figure.highlight pre .css .class,
figure.highlight pre .css .id,
figure.highlight pre .css .pseudo,
figure.highlight pre .html .doctype,
figure.highlight pre .regexp,
figure.highlight pre .ruby .constant,
figure.highlight pre .tag .name,
figure.highlight pre .variable,
figure.highlight pre .xml .doctype,
figure.highlight pre .xml .pi,
figure.highlight pre .xml .tag .title {
  color: var(--heo-red);
}

figure.highlight pre .tag {
  color: rgb(137, 221, 255);
}

figure.highlight pre .command,
figure.highlight pre .constant,
figure.highlight pre .literal,
figure.highlight pre .number,
figure.highlight pre .params,
figure.highlight pre .preprocessor {
  color: var(--heo-orange);
}

figure.highlight pre .built_in {
  color: var(--heo-yellow);
}

figure.highlight pre .css .rules .attribute,
figure.highlight pre .formula,
figure.highlight pre .header,
figure.highlight pre .inheritance,
figure.highlight pre .number,
figure.highlight pre .ruby .class .title,
figure.highlight pre .ruby .symbol,
figure.highlight pre .special,
figure.highlight pre .string,
figure.highlight pre .value,
figure.highlight pre .xml .cdata {
  color: var(--heo-green);
}

figure.highlight pre .css .hexcolor,
figure.highlight pre .keyword,
figure.highlight pre .title {
  color: rgb(137, 221, 255);
}

figure.highlight pre .coffeescript .title,
figure.highlight pre .function,
figure.highlight pre .javascript .title,
figure.highlight pre .perl .sub,
figure.highlight pre .python .decorator,
figure.highlight pre .python .title,
figure.highlight pre .ruby .function .title,
figure.highlight pre .ruby .title .keyword {
  color: var(--heo-blue);
}

figure.highlight pre .javascript .function,
figure.highlight pre .tag .attr {
  color: rgb(199, 146, 234);
}

#article-container figure.highlight .line.marked {
  background-color: rgba(97, 97, 97, 0.314);
}

#article-container figure.highlight table {
  display: block;
  overflow: auto;
  border: none;
}

#article-container figure.highlight table td {
  padding: 0px;
  border: none;
}

#article-container figure.highlight .gutter pre {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: var(--hlnumber-bg);
  color: var(--hlnumber-color);
  text-align: right;
}

#article-container figure.highlight .code pre {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
}

#article-container figure.highlight,
#article-container pre {
  overflow: auto;
  margin: 0px 0px 1rem;
  padding: 0px;
  background: var(--hl-bg);
  color: var(--hl-color);
  line-height: 1.6;
  border-radius: 10px;
}

blockquote {
  margin: 0px 0px 1rem;
  padding: 0.1rem 0.8rem;
  border-left: 0.2rem solid rgb(73, 177, 245);
  background-color: var(--blockquote-bg);
  color: var(--blockquote-color);
}

blockquote a {
  word-break: break-all;
}

blockquote p {
  padding: 0.5rem 0px;
  margin: 0px !important;
}

blockquote footer {
  padding: 0px 0px 0.5rem;
}

blockquote footer cite::before {
  padding: 0px 0.3em;
  content: "—";
}







#error-wrap {
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  padding: 0px 1rem;
  max-width: 1000px;
  transform: translate(0px, -50%);
}

#error-wrap .error-content {
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px 1rem;
  height: 18rem;
  border-radius: 5px;
  background: var(--card-bg);
  box-shadow: var(--card-box-shadow);
  transition: all 0.3s ease 0s;
}

#error-wrap .error-content:hover {
  box-shadow: var(--card-hover-box-shadow);
}

@media screen and (max-width: 768px) {
  #error-wrap .error-content {
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin: 0px;
    height: 25rem;
  }
}

#error-wrap .error-content .error-img {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgb(48, 122, 246);
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #error-wrap .error-content .error-img {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
}

#error-wrap .error-content .error-info {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding: 0.5rem;
  text-align: center;
  font-size: 14px;
  /* font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; */
}

@media screen and (max-width: 768px) {
  #error-wrap .error-content .error-info {
    -webkit-box-flex: 1.1;
    flex: 1.1 1 0%;
    width: 100%;
  }
}

#error-wrap .error-content .error-info .error_title {
  margin-top: -4rem;
  font-size: 9em;
}

@media screen and (max-width: 768px) {
  #error-wrap .error-content .error-info .error_title {
    margin-top: -3rem;
  }
}

#error-wrap .error-content .error-info .error_subtitle {
  margin-top: -3.5rem;
  word-break: break-word;
  font-size: 1.6em;
  -webkit-line-clamp: 2;
}

#error-wrap .error-content .error-info a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3rem 1.5rem;
  background: var(--btn-bg);
  color: var(--btn-color);
}

#error-wrap .error-content .error-info a i {
  padding-right: 0.3rem;
}

@media screen and (min-width: 900px) {
  #aside-content {
    padding-left: 15px;
  }
}

@media screen and (max-width: 900px) {
  #aside-content {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #aside-content>.card-widget:first-child {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #aside-content .card-widget:not(#card-toc) {
    display: none;
  }
}

#aside-content .card-info img {
  width: 110px;
  height: 110px;
  border-radius: 70px;
  transition: all 0.5s ease 0s;
}

#aside-content .card-info .author-info__name {
  font-weight: 500;
  font-size: 1.57em;
}

#aside-content .card-info .author-info__description {
  margin-top: -0.3rem;
}

#aside-content .card-info .card-info-data {
  display: table;
  margin: 0.7rem 0px 0.2rem;
  width: 100%;
  table-layout: fixed;
}

#aside-content .card-info .card-info-data>.card-info-data-item {
  display: table-cell;
}

#aside-content .card-info .card-info-data>.card-info-data-item:hover {
  background: rgb(0, 0, 0);
  border-radius: 5px;
}

#aside-content .card-info .card-info-data>.card-info-data-item a .headline {
  color: var(--heo-fontcolor);
  font-size: 1em;
}

#aside-content .card-info .card-info-data>.card-info-data-item a .length-num {
  margin-top: -0.3rem;
  color: var(--text-highlight-color);
  font-size: 1.2em;
}

#aside-content .card-info .card-info-social-icons {
  margin: 0.3rem 0px -0.3rem;
}

#aside-content .card-info .card-info-social-icons .social-icon {
  margin: 0px 0.5rem;
  color: var(--heo-fontcolor);
  font-size: 1.4em;
  cursor: pointer;
}

#aside-content .card-info .card-info-social-icons i {
  transition: all 0.3s ease 0s;
  padding: 8px;
  border-radius: 32px;
}

#aside-content .card-info .card-info-social-icons i:hover {
  transform: rotate(540deg);
  background-color: rgb(0, 0, 0);
  cursor: pointer;
}

#aside-content .card-info #card-info-btn {
  display: block;
  margin-top: 0.7rem;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  text-align: center;
  line-height: 2.4;
}

#aside-content .card-info #card-info-btn span {
  padding-left: 0.5rem;
}

#aside-content .item-headline {
  padding-bottom: 0.3rem;
  font-size: 1.2em;
}

#aside-content .item-headline span {
  margin-left: 0.5rem;
}

@media screen and (min-width: 900px) {
  #aside-content .sticky_layout {
    position: sticky;
    top: 20px;
    transition: top 0.3s ease 0s;
  }
}

#aside-content .card-tag-cloud a {
  display: inline-block;
  padding: 0px 0.3rem;
}

#aside-content .card-tag-cloud a:hover {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 5px;
  transform: scale(1.1);
  color: rgb(48, 122, 246) !important;
}

#aside-content .aside-list>span {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}

#aside-content .aside-list>.aside-list-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.3rem 0px;
}

#aside-content .aside-list>.aside-list-item:first-child {
  padding-top: 0px;
}

#aside-content .aside-list>.aside-list-item:not(:last-child) {
  border-bottom: 1px dashed rgb(245, 245, 245);
}

#aside-content .aside-list>.aside-list-item:last-child {
  padding-bottom: 0px;
}

#aside-content .aside-list>.aside-list-item .thumbnail {
  overflow: hidden;
  width: 4.2em;
  height: 4.2em;
}

#aside-content .aside-list>.aside-list-item .thumbnail>img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
  object-fit: contain;
}

#aside-content .aside-list>.aside-list-item .thumbnail>img:hover {
  transform: scale(1.1);
}

#aside-content .aside-list>.aside-list-item .content {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding-left: 10px;
  word-break: break-all;
}

#aside-content .aside-list>.aside-list-item .content>.name {
  -webkit-line-clamp: 1;
}

#aside-content .aside-list>.aside-list-item .content>.name,
#aside-content .aside-list>.aside-list-item .content>time {
  display: block;
  color: rgb(133, 133, 133);
  font-size: 85%;
}

#aside-content .aside-list>.aside-list-item .content>.comment,
#aside-content .aside-list>.aside-list-item .content>.title {
  color: var(--heo-fontcolor);
  font-size: 93%;
  font-family: 'Menlo';
  line-height: 1.5;
  -webkit-line-clamp: 2;
}

#aside-content .aside-list>.aside-list-item .content>.comment:hover,
#aside-content .aside-list>.aside-list-item .content>.title:hover {
  color: rgb(48, 122, 246);
}

#aside-content .aside-list>.aside-list-item.no-cover {
  min-height: 4.4em;
}

#aside-content .card-archives ul.card-archive-list,
#aside-content .card-categories ul.card-category-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  width: 100%;
  color: var(--heo-fontcolor);
  transition: all 0.4s ease 0s;
  border-radius: 5px;
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a:hover,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a:hover {
  padding: 0.15rem 0.85rem;
  background-color: rgb(255, 255, 255);
  color: rgb(66, 123, 238);
  border-radius: 5px;
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a span,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a span {
  display: inline-block;
  vertical-align: bottom;
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a span:first-child,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a span:first-child {
  width: 80%;
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a span:last-child,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a span:last-child {
  width: 20%;
  text-align: right;
}

#aside-content .card-categories .card-category-list.child {
  padding: 0px 0px 0px 0.8rem;
}

#aside-content .card-categories .card-category-list>.parent>a .card-category-list-name {
  width: 70% !important;
}

#aside-content .card-categories .card-category-list>.parent>a .card-category-list-count {
  width: calc(30% - 20px);
  text-align: right;
}

#aside-content .card-categories .card-category-list>.parent i {
  float: right;
  margin-right: -0.35rem;
  padding: 0.35rem;
  transition: transform 0.3s ease 0s;
  transform: rotate(0deg);
}

#aside-content .card-categories .card-category-list>.parent i.expand {
  transform: rotate(-90deg);
}

#aside-content .card-webinfo .webinfo .webinfo-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.1rem 0.5rem 0px;
}

#aside-content .card-webinfo .webinfo .webinfo-item div:first-child {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding-right: 1rem;
}

@media screen and (min-width: 901px) {
  #aside-content #card-toc {
    right: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  #aside-content #card-toc {
    position: fixed;
    right: -100%;
    bottom: 30px;
    z-index: 100;
    max-height: calc(100% - 60px);
    width: 300px;
    opacity: 0;
    transform-origin: right bottom;
  }
}

#aside-content #card-toc .toc-content {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
}

@media screen and (max-width: 900px) {
  #aside-content #card-toc .toc-content {
    max-height: calc(100vh - 140px);
  }
}

#aside-content #card-toc .toc-content .toc-child {
  display: none;
}

@media screen and (max-width: 900px) {
  #aside-content #card-toc .toc-content .toc-child {
    display: block !important;
  }
}

#aside-content #card-toc .toc-content .toc-item.active .toc-child {
  display: block;
}

#aside-content #card-toc .toc-content li,
#aside-content #card-toc .toc-content ol {
  list-style: none;
}

#aside-content #card-toc .toc-content>ol {
  padding: 0px !important;
}

#aside-content #card-toc .toc-content ol {
  margin: 0px;
  padding-left: 0.4rem;
}

#aside-content #card-toc .toc-content .toc-link {
  display: block;
  padding-left: 0.3rem;
  border-left: 3px solid transparent;
  color: var(--toc-link-color);
  transition: all 0.2s ease-in-out 0s;
}

#aside-content #card-toc .toc-content .toc-link.active {
  border-left-color: rgb(0, 97, 204);
  background: rgb(0, 121, 255);
  color: rgb(255, 255, 255);
}

#aside-content #card-toc .toc-content::before {
  position: absolute;
  top: 0.6rem;
  right: 1.2rem;
  color: rgb(169, 169, 169);
  content: attr(progress-percentage);
  font-style: italic;
  font-size: 1.2rem;
}

#aside-content :only-child>.card-widget {
  margin-top: 0px;
}

#aside-content .card-more-btn {
  float: right;
  color: inherit;
}

#aside-content .card-more-btn:hover {
  animation: 1s ease 0s infinite normal none running more-btn-move;
}

@media screen and (min-width: 900px) {
  html.hide-aside .layout {
    -webkit-box-pack: center;
    justify-content: center;
  }

  html.hide-aside .layout>.aside-content {
    display: none;
  }

  html.hide-aside .layout>div:first-child {
    width: 80%;
  }
}

.page .sticky_layout {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

@-webkit-keyframes more-btn-move {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(3px);
  }
}

@keyframes more-btn-move {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(3px);
  }
}

@-webkit-keyframes toc-open {
  0% {
    transform: scale(0.7);
  }

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

@keyframes toc-open {
  0% {
    transform: scale(0.7);
  }

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

@-webkit-keyframes toc-close {
  0% {
    transform: scale(1);
  }

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

@keyframes toc-close {
  0% {
    transform: scale(1);
  }

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

#post-comment .comment-head {
  margin-bottom: 1rem;
}

#post-comment .comment-head .comment-headline {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.43em;
}

#post-comment .comment-head #comment-switch {
  display: inline-block;
  float: right;
  margin: 0.1rem auto 0px;
  padding: 0.2rem 0.8rem;
  width: max-content;
  border-radius: 5px;
  background: rgb(246, 248, 250);
}

#post-comment .comment-head #comment-switch .first-comment {
  color: rgb(48, 122, 246);
}

#post-comment .comment-head #comment-switch .second-comment {
  color: rgb(255, 114, 66);
}

#post-comment .comment-head #comment-switch .switch-btn {
  position: relative;
  display: inline-block;
  margin: -4px 0.4rem 0px;
  width: 42px;
  height: 22px;
  border-radius: 34px;
  background-color: rgb(48, 122, 246);
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

#post-comment .comment-head #comment-switch .switch-btn::before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  content: "";
  transition: all 0.4s ease 0s;
}

#post-comment .comment-head #comment-switch .switch-btn.move {
  background-color: rgb(255, 114, 66);
}

#post-comment .comment-head #comment-switch .switch-btn.move::before {
  transform: translateX(20px);
}

#post-comment .comment-wrap>div:nth-child(2) {
  display: none;
}

#footer {
  position: relative;
  background: center bottom / cover local rgb(48, 122, 246);
}

#footer-wrap {
  position: relative;
  padding: 2rem 1rem;
  color: var(--light-grey);
  text-align: center;
}

#footer-wrap a {
  color: var(--light-grey);
  padding: 4px 12px;
  border-radius: 5px;
}

#footer-wrap a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(59, 130, 255);
  cursor: pointer;
  border-radius: 5px;
}

#footer-wrap .footer-separator {
  margin: 0px 0.2rem;
}

#footer-wrap .icp-icon {
  padding: 0px 4px;
  vertical-align: text-bottom;
  max-height: 1.4em;
  width: auto;
}

#page-header {
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease 0s;
}

#page-header.full_page {
  height: 20rem;
  background-attachment: fixed;
}

#page-header.full_page #site-info {
  position: absolute;
  top: 7.8rem;
  padding: 0px 0.5rem;
  width: 100%;
}

#page-header #scroll-down .scroll-down-effects,
#page-header #site-subtitle,
#page-header #site-title {
  text-align: center;
  line-height: 1.5;
}

#page-header #site-title {
  margin: 0px;
  color: var(--white);
  font-size: 1.85em;
}

@media screen and (min-width: 768px) {
  #page-header #site-title {
    font-size: 2.85em;
  }
}

#page-header #site-subtitle {
  color: var(--light-grey);
  font-size: 1.15em;
}

@media screen and (min-width: 768px) {
  #page-header #site-subtitle {
    font-size: 1.72em;
  }
}

#page-header #site_social_icons {
  display: none;
  margin: 0px auto;
  width: 15rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page-header #site_social_icons {
    display: block;
  }
}

#page-header #site_social_icons .social-icon {
  margin: 0px 0.5rem;
  color: var(--light-grey);
  text-shadow: rgba(0, 0, 0, 0.15) 0.1rem 0.1rem 0.2rem;
  font-size: 1.43em;
  cursor: pointer;
}

#page-header #scroll-down {
  position: absolute;
  bottom: 0px;
  width: 100%;
  cursor: pointer;
  display: none;
}

#page-header #scroll-down .scroll-down-effects {
  position: relative;
  width: 100%;
  color: var(--light-grey);
  font-size: 30px;
}

#page-header.not-home-page {
  height: 20rem;
}

@media screen and (max-width: 768px) {
  #page-header.not-home-page {
    height: 14rem;
  }
}

#page-header #page-site-info {
  position: absolute;
  top: 10rem;
  padding: 0px 0.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page-header #page-site-info {
    top: 7rem;
  }
}

#page-header.post-bg {
  height: 20rem;
}

@media screen and (max-width: 768px) {
  #page-header.post-bg {
    height: 18rem;
  }
}

#page-header.post-bg::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

#page-header #post-info {
  position: absolute;
  padding: 0px 8%;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #page-header #post-info {
    bottom: 1.5rem;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #page-header #post-info {
    bottom: 1.1rem;
    padding: 0px 1.1rem;
  }
}

#page-header.not-top-img {
  margin-bottom: 0.5rem;
  height: 60px;
  background: 0px center;
}

#page-header.not-top-img #nav {
  background: rgba(255, 255, 255, 0.8);
}

#page-header.not-top-img #nav a {
  color: var(--heo-fontcolor);
  text-shadow: none;
}

#page-header.nav-fixed #nav {
  position: fixed;
  top: -60px;
  z-index: 91;
  background: rgba(255, 255, 255, 0.8);
  transition: transform 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}

#page-header.nav-fixed #nav #site-name,
#page-header.nav-fixed #nav #toggle-menu,
#page-header.nav-fixed #nav a {
  color: var(--heo-fontcolor);
  text-shadow: none;
}

#page-header.nav-fixed #nav #site-name:hover,
#page-header.nav-fixed #nav #toggle-menu:hover,
#page-header.nav-fixed #nav a:hover {
  color: rgb(48, 122, 246);
}

#page-header.nav-visible #nav {
  transition: all 0.5s ease 0s;
  transform: translate3d(0px, 100%, 0px);
}

#page-header.nav-visible+.layout>.aside-content>.sticky_layout {
  top: 70px;
  transition: top 0.5s ease 0s;
}

#page h1.page-title {
  margin: 0.4rem 0px 1rem;
}

#post>#post-info {
  margin-bottom: 1.5rem;
}

#post>#post-info .post-title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--light-grey);
  color: var(--text-highlight-color);
}

#post>#post-info .post-title .post-edit-link {
  float: right;
}

#post>#post-info #post-meta,
#post>#post-info #post-meta a {
  color: rgb(120, 129, 138);
}

#post-info .post-title {
  margin-bottom: 0.4rem;
  color: var(--white);
  font-weight: 200;
  font-size: 1em;
  line-height: 1.5;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  #post-info .post-title {
    font-size: 1.72em;
  }
}

#post-info .post-title .post-edit-link {
  padding-left: 0.5rem;
}

#post-info #post-meta {
  color: var(--light-grey);
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  #post-info #post-meta>.meta-secondline>span:first-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #post-info #post-meta {
    font-size: 90%;
  }
}

#post-info #post-meta .post-meta-separator {
  margin: 0px 0.25rem;
}

#post-info #post-meta .post-meta-icon {
  margin-right: 0.2rem;
}

#post-info #post-meta .post-meta-label {
  margin-right: 0.2rem;
}

#post-info #post-meta a {
  color: var(--light-grey);
  transition: all 0.3s ease-out 0s;
}

#post-info #post-meta a:hover {
  color: rgb(48, 122, 246);
  text-decoration: underline;
}

#nav {
  position: absolute;
  top: 0px;
  z-index: 90;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 36px;
  width: 100%;
  height: 60px;
  font-size: 1.3em;
  font-family: Menlo;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  #nav {
    padding: 0px 16px;
  }
}

#nav.show {
  opacity: 1;
  filter: none;
}

#nav #toggle-menu {
  display: none;
  padding: 0.1rem 0px 0px 0.3rem;
  vertical-align: top;
}

#nav #toggle-menu:hover {
  color: var(--white);
}

#nav a {
  color: var(--light-grey);
  padding: 0.3rem 0.4rem 0px;
  border-radius: 5px;
}

#nav a:hover {
  color: var(--white);
  background: rgba(0, 0, 0, 0.25);
}

#nav #site-name {
  text-shadow: rgba(0, 0, 0, 0.15) 0.1rem 0.1rem 0.2rem;
  font-weight: 700;
  cursor: pointer;
}

#nav .menus_items {
  display: inline;
}

#nav .menus_items .menus_item {
  position: relative;
  display: inline-block;
  padding: 0px 0.4rem 0px 0px;
}

#nav .menus_items .menus_item:hover .menus_item_child {
  display: block;
}

#nav .menus_items .menus_item:hover i.expand {
  transform: rotate(180deg) !important;
}

#nav .menus_items .menus_item i.expand {
  padding: 4px;
  transition: transform 0.3s ease 0s;
}

#nav .menus_items .menus_item .menus_item_child {
  position: absolute;
  display: none;
  margin-top: 8px;
  padding: 0px;
  background-color: var(--sidebar-bg);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 20px -4px;
  animation: 0.3s ease 0.1s 1 normal both running sub_menus;
  border-radius: 5px;
  white-space: nowrap;
}

#nav  .menus_items .menus_item .menus_item_child::before {
  position: absolute;
  top: -8px;
  left: 0px;
  width: 100%;
  height: 20px;
  content: "";
}

#nav.hide-menu #toggle-menu {
  display: inline-block !important;
}

#nav.hide-menu #toggle-menu .site-page {
  font-size: inherit;
}

#nav.hide-menu .menus_items {
  position: absolute;
  left: 0px;
  visibility: hidden;
  opacity: 0;
}

#nav.hide-menu #search-button span {
  display: none !important;
}

#nav #search-button {
  display: inline;
  padding: 0px 0.1rem;
}

#nav .site-page {
  position: relative;
  padding-bottom: 0.3rem;
  text-shadow: rgba(0, 0, 0, 0.3) 0.05rem 0.05rem 0.1rem;
  font-size: 0.78em;
  cursor: pointer;
}







.li-style {
  width: 100%;
  height: 25px;
  text-align: center;
}


li,
ul {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}

@-webkit-keyframes configure-clockwise {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes configure-clockwise {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }

  25% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(-135deg);
  }

  75% {
    transform: rotate(-225deg);
  }

  100% {
    transform: rotate(-315deg);
  }
}

@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }

  25% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(-135deg);
  }

  75% {
    transform: rotate(-225deg);
  }

  100% {
    transform: rotate(-315deg);
  }
}

#pagination {
  overflow: hidden;
  margin-top: 1rem;
  width: 100%;
}

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

#pagination .page-number {
  display: inline-block;
  margin: 0px 0.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  cursor: pointer;
}

#pagination .page-number.current {
  background: rgb(0, 121, 255);
  color: var(--white);
  cursor: default;
  border-radius: 5px;
}

#pagination img.next-cover,
#pagination img.prev-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: all 0.6s ease 0s;
  object-fit: cover;
}

#pagination .pagination-info {
  position: absolute;
  top: 50%;
  padding: 1rem 2rem;
  width: 100%;
  transform: translate(0px, -50%);
}

#pagination .next_info,
#pagination .prev_info {
  color: var(--white);
  font-weight: 500;
}

#pagination .next-post .pagination-info {
  text-align: right;
}

#pagination .pull-full {
  width: 100% !important;
}

#pagination .next-post .label,
#pagination .prev-post .label {
  color: var(--light-grey);
  text-transform: uppercase;
  font-size: 90%;
}

#pagination .next-post,
#pagination .prev-post {
  width: 50%;
}

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

  #pagination .next-post,
  #pagination .prev-post {
    width: 100%;
  }
}

#pagination .next-post a,
#pagination .prev-post a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 150px;
}

#pagination .next-post:hover img.next-cover,
#pagination .next-post:hover img.prev-cover,
#pagination .prev-post:hover img.next-cover,
#pagination .prev-post:hover img.prev-cover {
  opacity: 0.8;
  transform: scale(1.1);
}

#pagination.pagination-post {
  margin-top: 2rem;
  background: rgb(0, 0, 0);
}

#article-container {
  overflow-wrap: break-word;
}

#article-container a {
  color: rgb(48, 122, 246);
}

#article-container a:hover {
  text-decoration: underline;
}

#article-container img {
  display: block;
  margin: 0px auto 0.8rem;
}

#article-container p {
  margin: 0px 0px 0.8rem;
}

#article-container iframe {
  margin: 0px 0px 1rem;
}

#article-container kbd {
  margin: 0px 3px;
  padding: 3px 5px;
  border: 2px solid rgb(196 200 214);
  border-radius: 6px;
  background-color: rgb(248, 248, 248);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(255, 255, 255, 0.6) 0px 2px 1px 0px inset;
  color: rgb(52, 73, 94);
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.6em;
  font-family: "menlo", "Ubuntu Mono", monospace;
  line-height: 1.8em;
}

#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4,
#article-container h5,
#article-container h6 {
  transition: all 0.2s ease-out 0s;
}

#article-container h1::before,
#article-container h2::before,
#article-container h3::before,
#article-container h4::before,
#article-container h5::before,
#article-container h6::before {
  position: absolute;
  top: calc(50% - 0.35rem);
  color: rgb(242, 186, 75);
  content: "";
  line-height: 1;
  transition: all 0.2s ease-out 0s;
}

#article-container h1:hover::before,
#article-container h2:hover::before,
#article-container h3:hover::before,
#article-container h4:hover::before,
#article-container h5:hover::before,
#article-container h6:hover::before {
  color: rgb(48, 122, 246);
}

#article-container h1 {
  padding-left: 1.4rem;
}

#article-container h1 code {
  font-size: 1rem;
}

#article-container h1::before {
  margin-left: -1.2rem;
  font-size: 1rem;
}

#article-container h1:hover {
  padding-left: 1.6rem;
}

#article-container h2 {
  padding-left: 1.3rem;
}

#article-container h2 code {
  font-size: 0.9rem;
}

#article-container h2::before {
  margin-left: -1.1rem;
  font-size: 0.9rem;
}

#article-container h2:hover {
  padding-left: 1.5rem;
}

#article-container h3 {
  padding-left: 1.2rem;
}

#article-container h3 code {
  font-size: 0.8rem;
}

#article-container h3::before {
  margin-left: -1rem;
  font-size: 0.8rem;
}

#article-container h3:hover {
  padding-left: 1.4rem;
}

#article-container h4 {
  padding-left: 1.1rem;
}

#article-container h4 code {
  font-size: 0.7rem;
}

#article-container h4::before {
  margin-left: -0.9rem;
  font-size: 0.7rem;
}

#article-container h4:hover {
  padding-left: 1.3rem;
}

#article-container h5 {
  padding-left: 1rem;
}

#article-container h5 code {
  font-size: 0.6rem;
}

#article-container h5::before {
  margin-left: -0.8rem;
  font-size: 0.6rem;
}

#article-container h5:hover {
  padding-left: 1.2rem;
}

#article-container h6 {
  padding-left: 1rem;
}

#article-container h6 code {
  font-size: 0.6rem;
}

#article-container h6::before {
  margin-left: -0.8rem;
  font-size: 0.6rem;
}

#article-container h6:hover {
  padding-left: 1.2rem;
}

#article-container ol,
#article-container ul {
  margin-top: 0.4rem;
  padding: 0px 0px 0px 0.8rem;
  list-style: none;
  counter-reset: li 0;
}

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

  #article-container ol,
  #article-container ul {
    padding: 0px 0px 0px 0.4rem;
  }
}

#article-container ol p,
#article-container ul p {
  margin: 0px 0px 0.5rem;
}

#article-container ol ol,
#article-container ol ul,
#article-container ul ol,
#article-container ul ul {
  padding-left: 0.6rem;
}

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

  #article-container ol ol,
  #article-container ol ul,
  #article-container ul ol,
  #article-container ul ul {
    padding-left: 0.2rem;
  }
}

#article-container ol li:not(.tab),
#article-container ul li:not(.tab) {
  position: relative;
  margin: 0.2rem 0px;
}

#article-container ol li:hover::before,
#article-container ul li:hover::before {
  transform: rotate(360deg);
}

#article-container ol li::before,
#article-container ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(48, 122, 246);
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

#article-container ol>li:not(.tab) {
  padding: 0.2em 0.2em 0.2em 1.8em;
}

#article-container ol>li::before {
  margin-top: 0.65em;
  width: 1.45em;
  height: 1.45em;
  border-radius: 0.725em;
  content: counter(li);
  counter-increment: li 1;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.45em;
}

#article-container ul>li:not(.tab) {
  padding: 0.2em 0.2em 0.2em 1.4em;
}

#article-container ul>li:not(.tab):hover::before {
  border-color: rgb(255, 114, 66);
}

#article-container ul>li:not(.tab)::before {
  top: 0.78em;
  width: 0.42em;
  height: 0.42em;
  border: 0.21em solid rgb(48, 122, 246);
  border-radius: 0.42em;
  background: 0px 0px;
  content: "";
  line-height: 0.42em;
}

#article-container> :last-child {
  margin-bottom: 0px !important;
}

#post .tag_share .post-meta__tag-list {
  display: inline-block;
}

#post .tag_share .post-meta__tags {
  display: inline-block;
  margin: 0.4rem 0.4rem 0.4rem 0px;
  padding: 0px 0.6rem;
  width: fit-content;
  border: 1px solid rgb(48, 122, 246);
  border-radius: 2rem;
  font-size: 0.85em;
  transition: all 0.2s ease-in-out 0s;
  background: rgb(48, 122, 246);
  color: var(--white);
}

#post .tag_share .post-meta__tags:hover {
  color: rgb(48, 122, 246);
  background: 0px 0px;
}

#post .tag_share .post_share {
  display: inline-block;
  float: right;
  margin: 0.4rem 0px;
  width: fit-content;
}

#post .tag_share .post_share .social-share {
  font-size: 0.85em;
}

#post .tag_share .post_share .social-share .social-share-icon {
  margin: 0px 4px;
  width: 1.85em;
  height: 1.85em;
  font-size: 1.2em;
  line-height: 1.85em;
}

#post .post-copyright {
  position: relative;
  margin: 2rem 0px 0.5rem;
  padding: 0.5rem 0.8rem;
  transition: box-shadow 0.3s ease-in-out 0s;
  background: rgb(22, 24, 26);
  border-radius: 12px !important;
}

#post .post-copyright::before {
  position: absolute;
  top: 0.1rem;
  right: 0.6rem;
  color: rgb(48, 122, 246);
  content: "";
  font-size: 1rem;
}

#post .post-copyright .post-copyright-meta {
  color: rgb(48, 122, 246);
  font-weight: 700;
}

#post .post-copyright .post-copyright-info {
  padding-left: 0.3rem;
}

#post .post-copyright .post-copyright-info a {
  text-decoration: none;
  word-break: break-word;
  color: rgb(59, 130, 255);
  padding: 0px 4px;
  border-radius: 4px;
}

#post .post-copyright .post-copyright-info a:hover {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: rgb(59, 130, 255);
  cursor: pointer;
  border-radius: 4px;
}

#post .post-outdate-notice {
  position: relative;
  margin: 0px 0px 1rem;
  border-radius: 3px;
  background-color: rgb(255, 230, 230);
  color: rgb(255, 102, 102);
  padding: 0.5em 1em 0.5em 2.6em;
  border-left: 5px solid rgb(255, 128, 128);
}

#post .post-outdate-notice::before {
  position: absolute;
  top: 50%;
  left: 0.9em;
  color: rgb(255, 128, 128);
  content: "";
  transform: translateY(-50%);
}

#post .ads-wrap {
  margin: 2rem 0px;
}

.relatedPosts {
  margin-top: 2rem;
}

.relatedPosts>.headline {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.43em;
}

.relatedPosts>.relatedPosts-list>div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 3px;
  width: calc(33.333% - 6px);
  height: 200px;
  background: var(--heo-main);
  vertical-align: bottom;
}

.relatedPosts>.relatedPosts-list>div:hover .cover {
  opacity: 0.8;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .relatedPosts>.relatedPosts-list>div {
    margin: 2px;
    width: calc(50% - 4px);
    height: 150px;
  }
}

@media screen and (max-width: 600px) {
  .relatedPosts>.relatedPosts-list>div {
    width: calc(100% - 4px);
  }
}

.relatedPosts>.relatedPosts-list .cover {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: all 0.6s ease 0s;
  object-fit: fill;
}

.relatedPosts>.relatedPosts-list .content {
  position: absolute;
  top: 50%;
  padding: 0px 1rem;
  width: 100%;
  transform: translate(0px, -50%);
}

.relatedPosts>.relatedPosts-list .content .date {
  color: var(--light-grey);
  font-size: 90%;
}

.relatedPosts>.relatedPosts-list .content .title {
  color: var(--white);
  -webkit-line-clamp: 2;
}

/* .post-reward {
  position: relative;
  margin-top: 4rem;
  text-align: center;
}

.post-reward .reward-button {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  background: var(--btn-bg);
  color: var(--btn-color);
  cursor: pointer;
  transition: all 0.4s ease 0s;
  border-radius: 5px;
}

.post-reward:hover>.reward-main {
  display: block;
}

.post-reward .reward-main {
  position: absolute;
  bottom: 40px;
  left: 0px;
  z-index: 100;
  display: none;
  padding: 0px 0px 15px;
  width: 100%;
}

.post-reward .reward-main .reward-all {
  display: inline-block;
  margin: 0px;
  padding: 1rem 0.5rem;
  border-radius: 4px;
  background: var(--reward-pop);
}

.post-reward .reward-main .reward-all::before {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 20px;
  content: "";
}

.post-reward .reward-main .reward-all::after {
  position: absolute;
  right: 0px;
  bottom: 2px;
  left: 0px;
  margin: 0px auto;
  width: 0px;
  height: 0px;
  border-top: 13px solid var(--reward-pop);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: "";
}

.post-reward .reward-main .reward-all .reward-item {
  display: inline-block;
  padding: 0px 8px;
  list-style-type: none;
  vertical-align: top;
}

.post-reward .reward-main .reward-all .reward-item img {
  width: 130px;
  height: 130px;
}

.post-reward .reward-main .reward-all .reward-item .post-qr-code-desc {
  padding-top: 0.4rem;
  width: 130px;
  color: rgb(133, 133, 133);
} */

/* .post-reward {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  text-align: center
}

.post-reward .reward-button {
  display: inline-block;
  padding: .2rem 2rem;
  background: var(--btn-bg);
  color: var(--btn-color);
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s
}

.post-reward .reward-button:hover {
  -webkit-box-shadow: inset 15em 0 0 0 var(--btn-hover-color);
  box-shadow: inset 15em 0 0 0 var(--btn-hover-color)
}

.post-reward .reward-button:hover .reward-main {
  display: block
}

.post-reward .reward-button .reward-main {
  position: absolute;
  bottom: 40px;
  left: -150%;
  z-index: 100;
  display: none;
  padding: 0 0 15px;
  width: 400%
}

.post-reward .reward-button .reward-main .reward-all {
  display: inline-block;
  margin: 0;
  padding: 1rem .5rem;
  border-radius: 4px;
  background: var(--reward-pop)
}

.post-reward .reward-button .reward-main .reward-all:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  content: ''
}

.post-reward .reward-button .reward-main .reward-all:after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 13px solid var(--reward-pop);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: ''
}

.post-reward .reward-button .reward-main .reward-all .reward-item {
  display: inline-block;
  padding: 0 8px;
  list-style-type: none;
  vertical-align: top
}

.post-reward .reward-button .reward-main .reward-all .reward-item img {
  width: 130px;
  height: 130px;
  border-radius: 11px
}

.post-reward .reward-button .reward-main .reward-all .reward-item .post-qr-code-desc {
  padding-top: .4rem;
  width: 130px;
  color: #858585
}

.post-reward .reward-button .reward-main .reward-all .reward-main-btn {
  background: var(--reward-main);
  color: var(--font-color);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  padding: 4px 0;
  border: var(--style-border-always);
  margin-top: 10px;
  width: 100%
}

.post-reward .reward-button .reward-main .reward-all .reward-main-btn:hover {
  color: #fff;
  background: #49b1f5;
  -webkit-box-shadow: 0 8px 12px -3px rgba(238,125,121,.212);
  box-shadow: 0 8px 12px -3px rgba(238,125,121,.212)
}

.post-reward .reward-button .reward-main .reward-all .reward-main-btn .reward-text {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 18px;
  padding: 2px 0
}

.post-reward .reward-button .reward-main .reward-all .reward-main-btn .reward-dec {
  font-weight: 400;
  font-size: 14px;
  padding: 2px 0
} */




#rightside #rightside-config-hide {
  transition: transform 0.4s ease 0s;
  transform: translate(35px, 0px);
}

#rightside #rightside-config-hide.show {
  transform: translate(0px, 0px) !important;
}

#rightside>div>a,
#rightside>div>button {
  display: block;
  margin-bottom: 2px;
  width: 30px;
  height: 30px;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  text-align: center;
  font-size: 16px;
}

#rightside>div>a:hover,
#rightside>div>button:hover {
  background-color: var(--btn-hover-color);
}

#rightside #mobile-toc-button {
  display: none;
}

@media screen and (max-width: 900px) {
  #rightside #mobile-toc-button {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  #rightside #hide-aside-btn {
    display: none;
  }
}

#sidebar #menu-mask {
  position: fixed;
  z-index: 102;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#sidebar #sidebar-menus {
  position: fixed;
  top: 0px;
  right: -300px;
  z-index: 103;
  overflow: hidden auto;
  width: 300px;
  height: 100%;
  background: var(--sidebar-bg);
  transition: all 0.5s ease 0s;
  padding-top: 30px;
  z-index: 1001;
}

#sidebar #sidebar-menus.open {
  transform: translate3d(-100%, 0px, 0px);
}

#sidebar #sidebar-menus .back-menu-list-groups {
  padding: 0 16px;
}

#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list-title {
  font-size: 12px;
  color: var(--heo-secondtext);
}

#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list{
  width: calc(100% + 16px);
  justify-content: flex-start;
  margin: 0 -8px;
}

#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item {
  background: var(--heo-card-bg);
  border: var(--style-border-always);
  border-radius: 8px;
}

#sidebar #sidebar-menus .back-home-button {
  display: none;
}

#sidebar #sidebar-menus>.author-avatar {
  padding: 1.3rem 1.5rem 0px;
  text-align: center;
}

#sidebar #sidebar-menus>.author-avatar img {
  width: 110px;
  height: 110px;
  border-radius: 70px;
  transition: all 0.5s ease 0s;
}

#sidebar #sidebar-menus>.author-avatar img:hover {
  transform: rotate(360deg);
}

#sidebar #sidebar-menus .site-data {
  display: table;
  padding: 0.6rem 0.5rem 0px;
  width: 100%;
  table-layout: fixed;
}

#sidebar #sidebar-menus .site-data .data-item {
  display: table-cell;
}

#sidebar #sidebar-menus .site-data .data-item .data-item-link .length-num {
  color: var(--text-highlight-color);
  font-size: 1.28em;
}

#sidebar #sidebar-menus .site-data .data-item .data-item-link .headline {
  color: var(--heo-fontcolor);
}

#sidebar #sidebar-menus hr {
  margin: 1rem auto;
}

#sidebar #sidebar-menus .menus_items {
  padding: 0 16px;
}

#sidebar #sidebar-menus .menus_items .site-page {
  position: relative;
  display: block;
  padding: 0;
  color: var(--heo-fontcolor);
  font-size: 1.15em;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

#sidebar #sidebar-menus .menus_items .site-page span:hover {
  color: rgb(48, 122, 246);
}

#sidebar #sidebar-menus .menus_item > .site-page {
  display: flex;
  font-size: 12px;
  color: var(--heo-secondtext);
}

#sidebar #sidebar-menus .menus_items .expand {
  position: absolute;
  top: 0.78em;
  right: 0.4rem;
  transition: transform 0.3s ease 0s;
}

#sidebar #sidebar-menus .menus_items .expand.hide {
  transform: rotate(90deg) !important;
}

#sidebar #sidebar-menus .menus_items .menus_item_child {
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#sidebar #sidebar-menus .menus_item_child .site-page.child {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  border: var(--style-border-always);
  background: var(--heo-card-bg);
}

#sidebar #sidebar-menus .menus_item_child li {
  width: calc(50% - 8px);
  margin: 4px;
}

#sidebar #sidebar-menus .menus_item_child .site-page.child span {
  line-height: 1;
  margin-top: 8px;
  font-size: 14px;
}

#sidebar #sidebar-menus .card-tag-cloud {
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#sidebar #sidebar-menus .card-tag-cloud a {
  color: var(--heo-fontcolor)!important;
  padding: 2px 8px 2px 12px;
  margin: 4px;
  border-radius: 8px;
  border: var(--style-border-always);
  background: var(--heo-card-bg);
  font-size: 14px;
}

#sidebar #sidebar-menus .card-tag-cloud a sup {
  opacity: 0.6;
  margin-left: 4px;
}

#sidebar #sidebar-menus span.sidebar-menu-item-title {
  font-size: 12px;
  color: var(--heo-secondtext);
  margin-left: 16px;
}

#sidebar #sidebar-menus .sidebar-menu-item {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

#sidebar #sidebar-menus .sidebar-menu-item a.menu-child {
  width: 100%;
  background: var(--heo-card-bg);
  border-radius: 8px;
  border: var(--style-border-always);
  display: flex;
  align-items: center;
}

#sidebar #sidebar-menus .sidebar-menu-item a.menu-child i {
  margin: 0 8px;
}

#sidebar #sidebar-menus .webinfo {
  padding: 0 16px;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}

#sidebar #sidebar-menus .webinfo .webinfo-item {
  justify-content: space-between;
}

#vcomment,
#waline {
  font-size: 1.1em;
}

#vcomment .vbtn,
#waline .vbtn {
  border: none;
  background: var(--btn-bg);
  color: var(--btn-color);
}

#vcomment .vbtn:hover,
#waline .vbtn:hover {
  background: var(--btn-hover-color);
}

#vcomment .vimg,
#waline .vimg {
  transition: all 0.3s ease 0s;
}

#vcomment .vimg:hover,
#waline .vimg:hover {
  transform: rotate(360deg);
}

#vcomment .vcards .vcard .vcontent.expand::after,
#vcomment .vcards .vcard .vcontent.expand::before,
#waline .vcards .vcard .vcontent.expand::after,
#waline .vcards .vcard .vcontent.expand::before {
  z-index: 22;
}

.fireworks {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  pointer-events: none;
}

.medium-zoom-image--opened {
  z-index: 99999 !important;
  margin: 0px !important;
}

.medium-zoom-overlay {
  z-index: 99999 !important;
}

.mermaid {
  overflow: auto;
  margin: 0px 0px 1rem;
  background: rgb(255, 255, 255);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.mermaid[data-processed] {
  opacity: 1;
  filter: none;
}

.fb-comments iframe,
.utterances {
  width: 100% !important;
}

#gitalk-container .gt-meta {
  margin: 0px 0px 0.8em;
  padding: 0.3rem 0px 0.8em;
}

.katex-wrap {
  overflow: auto;
}

.katex-wrap::-webkit-scrollbar {
  display: none;
}

.mathjax-overflow {
  overflow: auto hidden;
}

mjx-container[jax="CHTML"][display="true"] {
  overflow: auto hidden;
  padding-bottom: 0.3rem;
}

/* .aplayer {} */

#article-container .aplayer {
  margin: 0px 0px 1rem;
}

#article-container .aplayer ol,
#article-container .aplayer ul {
  margin: 0px;
  padding: 0px;
}

#article-container .aplayer ol li,
#article-container .aplayer ul li {
  margin: 0px;
  padding: 0px 15px;
}

#article-container .aplayer ol li::before,
#article-container .aplayer ul li::before {
  content: none;
}

#article-container .btn-center {
  margin: 0px 0px 1rem;
  text-align: center;
}

#article-container .btn-beautify {
  display: inline-block;
  margin: 0px 0.2rem 0.3rem;
  padding: 0px 1rem;
  background-color: rgb(119, 119, 119);
  color: rgb(255, 255, 255);
  line-height: 2;
}

#article-container .btn-beautify i+span {
  margin-left: 0.3rem;
}

#article-container .btn-beautify:not(.block)+.btn-beautify:not(.block) {
  margin: 0px 0.2rem 1rem;
}

#article-container .btn-beautify.block {
  display: block;
  margin: 0px 0px 1rem;
  width: fit-content;
}

#article-container .btn-beautify.block.center {
  margin: 0px auto 1rem;
}

#article-container .btn-beautify.block.right {
  margin: 0px 0px 1rem auto;
}

#article-container .btn-beautify.larger {
  padding: 0.3rem 1.3rem;
}

#article-container .btn-beautify:hover {
  text-decoration: none;
}

#article-container .btn-beautify.blue {
  background-color: rgb(66, 139, 202);
}

#article-container .btn-beautify.pink {
  background-color: rgb(255, 105, 180);
}

#article-container .btn-beautify.red {
  background-color: red;
}

#article-container .btn-beautify.purple {
  background-color: rgb(111, 66, 193);
}

#article-container .btn-beautify.orange {
  background-color: rgb(255, 140, 0);
}

#article-container .btn-beautify.green {
  background-color: rgb(92, 184, 92);
}

#article-container .btn-beautify.outline {
  border: 1px solid rgb(119, 119, 119);
  background-color: transparent;
  color: rgb(119, 119, 119);
  transition: all 0.3s ease 0s;
}

#article-container .btn-beautify.outline.button--animated::before {
  background: rgb(119, 119, 119);
}

#article-container .btn-beautify.outline:hover {
  color: rgb(255, 255, 255) !important;
}

#article-container .btn-beautify.outline.blue {
  border-color: rgb(66, 139, 202);
  color: rgb(66, 139, 202);
}

#article-container .btn-beautify.outline.blue.button--animated::before {
  background: rgb(66, 139, 202);
}

#article-container .btn-beautify.outline.pink {
  border-color: rgb(255, 105, 180);
  color: rgb(255, 105, 180);
}

#article-container .btn-beautify.outline.pink.button--animated::before {
  background: rgb(255, 105, 180);
}

#article-container .btn-beautify.outline.red {
  border-color: red;
  color: red;
}

#article-container .btn-beautify.outline.red.button--animated::before {
  background: red;
}

#article-container .btn-beautify.outline.purple {
  border-color: rgb(111, 66, 193);
  color: rgb(111, 66, 193);
}

#article-container .btn-beautify.outline.purple.button--animated::before {
  background: rgb(111, 66, 193);
}

#article-container .btn-beautify.outline.orange {
  border-color: rgb(255, 140, 0);
  color: rgb(255, 140, 0);
}

#article-container .btn-beautify.outline.orange.button--animated::before {
  background: rgb(255, 140, 0);
}

#article-container .btn-beautify.outline.green {
  border-color: rgb(92, 184, 92);
  color: rgb(92, 184, 92);
}

#article-container .btn-beautify.outline.green.button--animated::before {
  background: rgb(92, 184, 92);
}

figure.gallery-group {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0.3rem 0.2rem;
  width: calc(50% - 0.4rem);
  height: 250px;
  border-radius: 5px;
  background: rgb(0, 0, 0);
  transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 600px) {
  figure.gallery-group {
    width: calc(100% - 0.4rem);
  }
}

figure.gallery-group:hover img {
  opacity: 0.4;
  transform: translate3d(0px, 0px, 0px);
}

figure.gallery-group:hover .gallery-group-name::after {
  transform: translate3d(0px, 0px, 0px);
}

figure.gallery-group:hover p {
  opacity: 1;
  filter: none;
  transform: translate3d(0px, 0px, 0px);
}

figure.gallery-group img {
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  height: 250px;
  backface-visibility: hidden;
  opacity: 0.8;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(-10px, 0px, 0px);
  object-fit: cover;
  margin: 0px !important;
}

figure.gallery-group figcaption {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  backface-visibility: hidden;
}

figure.gallery-group figcaption>a {
  position: absolute;
  inset: 0px;
  z-index: 1000;
  opacity: 0;
}

figure.gallery-group p {
  margin: 0px;
  padding: 0.4rem 0px 0px;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(100%, 0px, 0px);
  -webkit-line-clamp: 4;
}

figure.gallery-group .gallery-group-name {
  position: relative;
  margin: 0px;
  padding: 0.4rem 0px;
  font-weight: 700;
  font-size: 1.65em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}

figure.gallery-group .gallery-group-name::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  content: "";
  transition: transform 0.35s ease 0s;
  transform: translate3d(-100%, 0px, 0px);
}

.gallery-group-main {
  overflow: auto;
  padding: 0px 0px 0.8rem;
}

.justified-gallery {
  margin: 0px 0px 0.8rem;
}

.justified-gallery img {
  opacity: 0;
}

.justified-gallery .img-alt {
  display: none;
}

.justified-gallery .fancybox {
  width: auto;
  text-align: inherit;
}

blockquote.pullquote {
  position: relative;
  max-width: 45%;
  font-size: 110%;
}

blockquote.pullquote.left {
  float: left;
  margin: 1em 0.5em 0px 0px;
}

blockquote.pullquote.right {
  float: right;
  margin: 1em 0px 0px 0.5rem;
}

.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8rem;
  padding-top: 56.25%;
  height: 0px;
}

.video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

.hide-block>.hide-button,
.hide-inline>.hide-button {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: rgb(48, 122, 246);
  color: var(--white);
}

.hide-block>.hide-button.open,
.hide-inline>.hide-button.open {
  display: none;
}

.hide-block>.hide-button.open+div,
.hide-inline>.hide-button.open+div {
  display: block;
}

.hide-block>.hide-button.open+span,
.hide-inline>.hide-button.open+span {
  display: inline;
}

.hide-block>.hide-content,
.hide-inline>.hide-content {
  display: none;
}

.hide-inline>.hide-button {
  margin: 0px 0.3rem;
}

.hide-inline>.hide-content {
  margin: 0px 0.3rem;
}

.hide-block {
  margin: 0px 0px 0.8rem;
}

.hide-toggle {
  margin-bottom: 1rem;
  border: 1px solid rgb(240, 240, 240);
}

.hide-toggle>.hide-button {
  padding: 0.3rem 0.5rem;
  background: rgb(240, 240, 240);
  color: rgb(31, 45, 61);
  cursor: pointer;
}

.hide-toggle>.hide-button>i {
  font-size: 1.2em;
  transition: all 0.3s ease 0s;
}

.hide-toggle>.hide-button.open i {
  transform: rotate(90deg);
}

.hide-toggle>.hide-button.open+div {
  display: block;
}

.hide-toggle>.hide-content {
  display: none;
  margin: 1.5rem 1.2rem;
}

#article-container .inline-img {
  display: inline;
  margin: 0px 3px;
  height: 1.1em;
  vertical-align: text-bottom;
}

.hl-label {
  padding: 2px 4px;
  border-radius: 3px;
  color: rgb(255, 255, 255);
}

.hl-label.default {
  background-color: rgb(119, 119, 119);
}

.hl-label.blue {
  background-color: rgb(66, 139, 202);
}

.hl-label.pink {
  background-color: rgb(255, 105, 180);
}

.hl-label.red {
  background-color: red;
}

.hl-label.purple {
  background-color: rgb(111, 66, 193);
}

.hl-label.orange {
  background-color: rgb(255, 140, 0);
}

.hl-label.green {
  background-color: rgb(92, 184, 92);
}

.note {
  position: relative;
  margin: 0px 0px 1rem;
  padding: 15px;
  border-radius: 3px;
}

.note.icon {
  padding-left: 2.25rem;
}

.note>.note-icon {
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 0.7rem;
  font-size: larger;
}

.note.blue:not(.disabled) {
  border-left-color: rgb(66, 139, 202) !important;
}

.note.blue:not(.disabled).modern {
  color: rgb(66, 139, 202);
  border-left-color: transparent !important;
}

.note.blue:not(.disabled):not(.simple) {
  background: rgb(227, 238, 247) !important;
}

.note.blue>.note-icon {
  color: rgb(66, 139, 202);
}

.note.pink:not(.disabled) {
  border-left-color: rgb(255, 105, 180) !important;
}

.note.pink:not(.disabled).modern {
  color: rgb(255, 105, 180);
  border-left-color: transparent !important;
}

.note.pink:not(.disabled):not(.simple) {
  background: rgb(255, 233, 244) !important;
}

.note.pink>.note-icon {
  color: rgb(255, 105, 180);
}

.note.red:not(.disabled) {
  border-left-color: red !important;
}

.note.red:not(.disabled).modern {
  color: red;
  border-left-color: transparent !important;
}

.note.red:not(.disabled):not(.simple) {
  background: rgb(255, 217, 217) !important;
}

.note.red>.note-icon {
  color: red;
}

.note.purple:not(.disabled) {
  border-left-color: rgb(111, 66, 193) !important;
}

.note.purple:not(.disabled).modern {
  color: rgb(111, 66, 193);
  border-left-color: transparent !important;
}

.note.purple:not(.disabled):not(.simple) {
  background: rgb(233, 227, 246) !important;
}

.note.purple>.note-icon {
  color: rgb(111, 66, 193);
}

.note.orange:not(.disabled) {
  border-left-color: rgb(255, 140, 0) !important;
}

.note.orange:not(.disabled).modern {
  color: rgb(255, 140, 0);
  border-left-color: transparent !important;
}

.note.orange:not(.disabled):not(.simple) {
  background: rgb(255, 238, 217) !important;
}

.note.orange>.note-icon {
  color: rgb(255, 140, 0);
}

.note.green:not(.disabled) {
  border-left-color: rgb(92, 184, 92) !important;
}

.note.green:not(.disabled).modern {
  color: rgb(92, 184, 92);
  border-left-color: transparent !important;
}

.note.green:not(.disabled):not(.simple) {
  background: rgb(231, 244, 231) !important;
}

.note.green>.note-icon {
  color: rgb(92, 184, 92);
}

.note.simple {
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: rgb(238, 238, 238);
  border-image: initial;
}

.note.modern {
  background-color: rgb(245, 245, 245);
  color: rgb(76, 73, 72);
  border: 1px solid transparent !important;
}

.note.flat {
  border-top: initial;
  border-right: initial;
  border-bottom: initial;
  border-image: initial;
  border-left: 5px solid rgb(238, 238, 238);
  background-color: rgb(249, 249, 249);
  color: rgb(76, 73, 72);
}

.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 3px;
  margin-bottom: 0px;
  border-bottom: initial;
  padding-top: 0px !important;
}

.note blockquote:first-child,
.note img:first-child,
.note ol:first-child,
.note p:first-child,
.note pre:first-child,
.note table:first-child,
.note ul:first-child {
  margin-top: 0px !important;
}

.note blockquote:last-child,
.note img:last-child,
.note ol:last-child,
.note p:last-child,
.note pre:last-child,
.note table:last-child,
.note ul:last-child {
  margin-bottom: 0px !important;
  font-size: 14px !important;
}

.note:not(.no-icon) {
  padding-left: 2.25rem;
}

.note:not(.no-icon)::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 0.7rem;
  font-size: larger;
}

.note.default.flat {
  background: rgb(247, 247, 247);
}

.note.default.modern {
  border-color: rgb(225, 225, 225);
  background: rgb(243, 243, 243);
  color: rgb(102, 102, 102);
}

.note.default.modern a:not(.btn) {
  color: rgb(102, 102, 102);
}

.note.default.modern a:not(.btn):hover {
  color: rgb(69, 69, 69);
}

.note.default:not(.modern) {
  border-left-color: rgb(119, 119, 119);
}

.note.default:not(.modern) h2,
.note.default:not(.modern) h3,
.note.default:not(.modern) h4,
.note.default:not(.modern) h5,
.note.default:not(.modern) h6 {
  color: rgb(119, 119, 119);
}

.note.default:not(.no-icon)::before {
  content: "";
}

.note.default:not(.no-icon):not(.modern)::before {
  color: rgb(119, 119, 119);
}

.note.primary.flat {
  background: rgb(245, 240, 250);
}

.note.primary.modern {
  border-color: rgb(225, 194, 255);
  background: rgb(243, 218, 255);
  color: rgb(111, 66, 193);
}

.note.primary.modern a:not(.btn) {
  color: rgb(111, 66, 193);
}

.note.primary.modern a:not(.btn):hover {
  color: rgb(69, 50, 152);
}

.note.primary:not(.modern) {
  border-left-color: rgb(111, 66, 193);
}

.note.primary:not(.modern) h2,
.note.primary:not(.modern) h3,
.note.primary:not(.modern) h4,
.note.primary:not(.modern) h5,
.note.primary:not(.modern) h6 {
  color: rgb(111, 66, 193);
}

.note.primary:not(.no-icon)::before {
  content: "";
}

.note.primary:not(.no-icon):not(.modern)::before {
  color: rgb(111, 66, 193);
}

.note.info.flat {
  background: rgb(238, 247, 250);
}

.note.info.modern {
  border-color: rgb(179, 229, 239);
  background: rgb(217, 237, 247);
  color: rgb(49, 112, 143);
}

.note.info.modern a:not(.btn) {
  color: rgb(49, 112, 143);
}

.note.info.modern a:not(.btn):hover {
  color: rgb(33, 87, 97);
}

.note.info:not(.modern) {
  border-left-color: rgb(66, 139, 202);
}

.note.info:not(.modern) h2,
.note.info:not(.modern) h3,
.note.info:not(.modern) h4,
.note.info:not(.modern) h5,
.note.info:not(.modern) h6 {
  color: rgb(66, 139, 202);
}

.note.info:not(.no-icon)::before {
  content: "";
}

.note.info:not(.no-icon):not(.modern)::before {
  color: rgb(66, 139, 202);
}

.note.success.flat {
  background: rgb(239, 248, 240);
}

.note.success.modern {
  border-color: rgb(208, 230, 190);
  background: rgb(223, 240, 216);
  color: rgb(60, 118, 61);
}

.note.success.modern a:not(.btn) {
  color: rgb(60, 118, 61);
}

.note.success.modern a:not(.btn):hover {
  color: rgb(50, 86, 44);
}

.note.success:not(.modern) {
  border-left-color: rgb(92, 184, 92);
}

.note.success:not(.modern) h2,
.note.success:not(.modern) h3,
.note.success:not(.modern) h4,
.note.success:not(.modern) h5,
.note.success:not(.modern) h6 {
  color: rgb(92, 184, 92);
}

.note.success:not(.no-icon)::before {
  content: "";
}

.note.success:not(.no-icon):not(.modern)::before {
  color: rgb(92, 184, 92);
}

.note.warning.flat {
  background: rgb(253, 248, 234);
}

.note.warning.modern {
  border-color: rgb(250, 228, 205);
  background: rgb(252, 244, 227);
  color: rgb(138, 109, 59);
}

.note.warning.modern a:not(.btn) {
  color: rgb(138, 109, 59);
}

.note.warning.modern a:not(.btn):hover {
  color: rgb(113, 79, 48);
}

.note.warning:not(.modern) {
  border-left-color: rgb(240, 173, 78);
}

.note.warning:not(.modern) h2,
.note.warning:not(.modern) h3,
.note.warning:not(.modern) h4,
.note.warning:not(.modern) h5,
.note.warning:not(.modern) h6 {
  color: rgb(240, 173, 78);
}

.note.warning:not(.no-icon)::before {
  content: "";
}

.note.warning:not(.no-icon):not(.modern)::before {
  color: rgb(240, 173, 78);
}

.note.danger.flat {
  background: rgb(252, 241, 242);
}

.note.danger.modern {
  border-color: rgb(235, 205, 210);
  background: rgb(242, 223, 223);
  color: rgb(169, 68, 66);
}

.note.danger.modern a:not(.btn) {
  color: rgb(169, 68, 66);
}

.note.danger.modern a:not(.btn):hover {
  color: rgb(132, 51, 63);
}

.note.danger:not(.modern) {
  border-left-color: rgb(217, 83, 79);
}

.note.danger:not(.modern) h2,
.note.danger:not(.modern) h3,
.note.danger:not(.modern) h4,
.note.danger:not(.modern) h5,
.note.danger:not(.modern) h6 {
  color: rgb(217, 83, 79);
}

.note.danger:not(.no-icon)::before {
  content: "";
}

.note.danger:not(.no-icon):not(.modern)::before {
  color: rgb(217, 83, 79);
}

#article-container .tabs {
  position: relative;
  margin: 0px 0px 1rem;
  border-right: 1px solid var(--tab-border-color);
  border-bottom: 1px solid var(--tab-border-color);
  border-left: 1px solid var(--tab-border-color);
}

#article-container .tabs>.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  background: var(--tab-botton-bg);
}

#article-container .tabs>.nav-tabs>.tab {
  margin: 4px;
  padding: 0px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  #article-container .tabs>.nav-tabs>.tab {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}

#article-container .tabs>.nav-tabs>.tab button i {
  width: 1.5em;
}

#article-container .tabs>.nav-tabs>.tab.active button {
  border-top: 2px solid rgb(48, 122, 246);
  background: var(--tab-button-active-bg);
  cursor: default;
}

#article-container .tabs>.nav-tabs>.tab:not(.active) button:hover {
  border-top: 2px solid var(--tab-button-hover-bg);
  background: var(--tab-button-hover-bg);
}

#article-container .tabs>.tab-contents .tab-item-content {
  position: relative;
  display: none;
  padding: 1.8rem 1.2rem;
  background: var(--heo-background);
  border: var(--style-border-always);
}

@media screen and (max-width: 768px) {
  #article-container .tabs>.tab-contents .tab-item-content {
    padding: 1.2rem 0.7rem;
  }
}

#article-container .tabs>.tab-contents .tab-item-content.active {
  display: block;
  animation: 0.5s ease 0s 1 normal none running tabshow;
}

#article-container .tabs .tab-to-top {
  position: relative;
  display: block;
  margin: 16px 0px 0px auto;
  color: rgb(153, 169, 191);
}

@-webkit-keyframes tabshow {
  0% {
    transform: translateY(15px);
  }

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

@keyframes tabshow {
  0% {
    transform: translateY(15px);
  }

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









[data-theme="dark"] {
    --global-bg: #191919;
    --font-color: rgba(255, 255, 255, 0.9);
    --hr-border: rgba(255, 255, 255, 0.3);
    --hr-before-color: rgba(255, 255, 255, 0.6);
    --search-bg: #1e1e1e;
    --search-input-color: rgba(255, 255, 255, 0.8);
    --search-result-title: rgba(255, 255, 255, 0.1);
    --preloader-bg: #1e1e1e;
    --preloader-color: rgba(255, 255, 255, 0.6);
    --tab-border-color: #2c2c2c;
    --tab-botton-bg: #2c2c2c;
    --tab-botton-color: #fff;
    --tab-button-hover-bg: #444;
    --tab-button-active-bg: #1e1e1e;
    --card-bg: #1e1e1e;
    --sidebar-bg: #1e1e1e;
    --btn-hover-color: #848484;
    --btn-color: #fff;
    --btn-bg: #3f3f3f;
    --text-bg-hover: #444;
    --light-grey: #fff;
    --white: #fff;
    --text-highlight-color: #fff;
    --blockquote-color: #fff;
    --blockquote-bg: #2c2c2c;
    --reward-pop: #2c2c2c;
    --toc-link-color: rgba(255, 255, 255, 0.6);
    --hl-color: rgba(255, 255, 255, 0.7);
    --hl-bg: #171717;
    --hltools-bg: #1a1a1a;
    --hltools-color: #90a4ae;
    --hlnumber-bg: #171717;
    --hlnumber-color: rgba(255, 255, 255, 0.4);
    --hlscrollbar-bg: #1f1f1f;
    --hlexpand-bg: linear-gradient(180deg, rgba(23, 23, 23, 0.6), rgba(23, 23, 23, 0.9));
  }
  
  [data-theme="dark"] #footer::before,
  [data-theme="dark"] #page-header::before,
  [data-theme="dark"] #web_bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
  }
  
  [data-theme="dark"] #article-container pre>code {
    background: rgb(23, 23, 23);
  }
  
  [data-theme="dark"] #article-container figure.highlight {
    box-shadow: none;
  }
  
  [data-theme="dark"] #article-container .note code {
    background: rgba(27, 31, 35, 0.05);
  }
  
  [data-theme="dark"] #article-container .aplayer {
    filter: brightness(0.8);
  }
  
  [data-theme="dark"] #article-container kbd {
    border-color: rgb(105, 105, 105);
    background-color: rgb(82, 82, 82);
    color: rgb(226, 241, 255);
  }
  
  [data-theme="dark"] #page-header.nav-fixed>#nav,
  [data-theme="dark"] #page-header.not-top-img>#nav {
    background: rgba(18, 18, 18, 0.8);
    box-shadow: rgba(133, 133, 133, 0) 0px 5px 6px -5px;
  }
  
  [data-theme="dark"] #post-comment #comment-switch {
    background: rgb(44, 44, 44) !important;
  }
  
  [data-theme="dark"] #post-comment #comment-switch .switch-btn {
    filter: brightness(0.8);
  }
  
  [data-theme="dark"] .note {
    filter: brightness(0.8);
  }
  
  [data-theme="dark"] img {
    filter: brightness(0.8);
  }
  
  [data-theme="dark"] #aside-content .aside-list>.aside-list-item:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  }
  
  [data-theme="dark"] #gitalk-container {
    filter: brightness(0.8);
  }
  
  [data-theme="dark"] #gitalk-container svg {
    fill: rgba(255, 255, 255, 0.9) !important;
  }
  
  [data-theme="dark"] #disqus_thread #dsqjs .dsqjs-no-comment,
  [data-theme="dark"] #disqus_thread #dsqjs .dsqjs-tab-active {
    color: rgba(255, 255, 255, 0.7);
  }
  
  [data-theme="dark"] #disqus_thread #dsqjs .dsqjs-order-label {
    background-color: rgb(43, 43, 43);
  }
  
  [data-theme="dark"] #disqus_thread #dsqjs .dsqjs-post-body {
    color: rgba(255, 255, 255, 0.7);
  }
  
  [data-theme="dark"] #disqus_thread #dsqjs .dsqjs-post-body code,
  [data-theme="dark"] #disqus_thread #dsqjs .dsqjs-post-body pre {
    background: rgb(44, 44, 44);
  }
  
  [data-theme="dark"] #disqus_thread #dsqjs .dsqjs-post-body blockquote {
    color: rgba(255, 255, 255, 0.7);
  }
  
  [data-theme="dark"] #artitalk_main #lazy {
    background: rgb(18, 18, 18);
  }
  
  [data-theme="dark"] #operare_artitalk .c2 {
    background: rgb(18, 18, 18);
  }
  
  .search-dialog {
    position: fixed;
    top: 5rem;
    left: 50%;
    z-index: 1001;
    display: none;
    margin-left: -15rem;
    padding: 1rem;
    width: 30rem;
    background: var(--search-bg);
    border-radius: 5px;
  }
  
  @media screen and (max-width: 768px) {
    .search-dialog {
      top: 0px;
      left: 0px;
      margin: 0px;
      width: 100%;
      height: 100%;
    }
  }
  
  .search-dialog hr {
    margin: 1rem auto;
  }
  
  .search-dialog span.search-close-button {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    color: rgb(133, 133, 133);
    font-size: 1.4em;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease-in-out 0s;
  }
  
  .search-dialog span.search-close-button:hover {
    color: rgb(48, 122, 246);
  }
  
  .search-dialog__title {
    padding: 0px 0px 0.7rem;
    color: rgb(48, 122, 246);
    font-size: 1.4em;
    line-height: 1;
  }
  
  #search-mask {
    position: fixed;
    inset: 0px;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, 0.6);
  }
  
  #algolia-search .search-dialog {
    animation: 0.5s ease 0s 1 normal none running titlescale;
  }
  
  #algolia-search .search-dialog .ais-search-box {
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
  }
  
  #algolia-search .search-dialog .ais-search-box input {
    padding: 0.25rem 0.7rem;
    outline: 0px;
    border: 2px solid rgb(48, 122, 246);
    border-radius: 2rem;
    background: var(--search-bg);
    color: var(--search-input-color);
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item {
    position: relative;
    padding-left: 1.2rem;
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item:hover::before {
    border-color: rgb(255, 114, 66);
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item::before {
    position: absolute;
    top: 0.53em;
    left: 0px;
    width: 0.5em;
    height: 0.5em;
    border: 0.15rem solid rgb(48, 122, 246);
    border-radius: 0.5em;
    background: 0px 0px;
    content: "";
    line-height: 0.5em;
    transition: all 0.2s ease-in-out 0s;
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item a {
    display: block;
    color: var(--search-result-title);
    cursor: pointer;
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item a:hover {
    color: rgb(48, 122, 246);
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item em {
    color: rgb(244, 116, 102);
    font-weight: 700;
  }
  
  #algolia-search .search-dialog .ais-pagination.pagination {
    margin: 0.8rem 0px 0px;
    padding: 0px;
    text-align: center;
  }
  
  #algolia-search .search-dialog .ais-pagination.pagination .ais-pagination--item {
    margin: 0px 0.2rem;
    padding: 0px;
  }
  
  #algolia-search .search-dialog .ais-pagination.pagination .ais-pagination--item a {
    display: inline-block;
    min-width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
  }
  
  #algolia-search .search-dialog .ais-pagination.pagination .ais-pagination--item.current a {
    background: rgb(0, 121, 255);
    color: rgb(238, 238, 238);
    cursor: default;
  }
  
  #algolia-search .search-dialog .algolia-logo {
    padding-top: 2px;
    width: 4rem;
    height: 1.5rem;
  }
  
  
  /* 全局
  ---------------------------------------------------------------- */
  
  /* 深色模式图片 */
  /* [data-theme=dark] img{
    filter: brightness(.9);
  } */
  
  /* 最小网页大小 */
  #page {
    min-height: calc(100vh - 464px);
  }
  
  /* 滚动条 */
  *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  
  *::-webkit-scrollbar-thumb {
    background: var(--heo-scrollbar);
    border-radius: 8px;
    cursor: pointer;
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background: var(--heo-main);
    opacity: 1;
    display: block !important;
  }
  
  *::-webkit-scrollbar-track {
    background-color: var(--heo-none);
  }
  
  html {
    overflow-y: overlay;
  }
  
  /* 网页最大宽度 */
  .layout.hide-aside {
    max-width: 1400px;
  }
  
  /* 深色模式图片 */
  [data-theme="dark"] img {
    filter: brightness(1);
  }
  
  /* 导航栏中的样式 */
  #nav {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  
  #nav .menus_items .menus_item .menus_item_child {
    padding: 6px 4px 8px 4px;
    border-radius: 100px;
    background-color: var(--heo-card-bg);
    box-shadow: var(--heo-shadow-black);
    border: var(--style-border);
    transition: 0.3s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    top: 35px;
  }
  
  #nav .menus_items .menus_item .menus_item_child:hover {
    border: var(--style-border-hover);
    box-shadow: var(--heo-shadow-main);
  }
  
  #page-header.nav-fixed>#nav,
  #page-header.not-top-img>#nav {
    box-shadow: none;
  }
  
  #sidebar #sidebar-menus .menus_items .site-page span:hover {
    color: var(--heo-fontcolor);
  }
  
  .site-page i.fa-chevron-down {
    display: none;
  }
  
  .fa,
  .fa-brands,
  .fas,
  .fa-light,
  .fa-regular,
  .fa-solid,
  .fa-thin,
  .fab,
  .fad,
  .fal,
  .far,
  .fas,
  .fat {
    line-height: 1;
  }
  
  #nav .menus_items .menus_item .menus_item_child:before {
    top: -10px;
  }

  
   #menus > div.menus_items > div:nth-child(1) > ul{
    right: -200px!important;
  }
  
  #menus > div.menus_items > div:nth-child(2) > ul{
    right: -250px!important;
  }
  
  #menus > div.menus_items > div:nth-child(3) > ul{
    right: -140px!important;
  }
  
  #menus > div.menus_items > div:nth-child(4) > ul{
    right: -200px!important;
  } 
   
   #nav .menus_items .menus_item .menus_item_child li a:hover {
    background: var(--heo-main) !important;
    color: var(--heo-white) !important;
    box-shadow: var(--heo-shadow-main);
    margin: 0 auto;
    transform: scale(1) !important;
    padding: 0.3rem 0.7rem;
  }
  
  #nav .menus_items .menus_item .menus_item_child li a i:not(.fa-brands) {
    font-size: 1rem;
    margin-right: 8px;
  }
  
  #nav .menus_items .menus_item {
    padding: 0 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  
  #nav .menus_items .menus_item .menus_item_child li {
    display: inline-flex;
    list-style: none;
    border-radius: 5px;
    margin: 0 4px;
  } 
  
  /* 导航栏按钮悬浮 */
   #nav a {
    border-radius: 8px;
    color: var(--heo-white);
  }
  
  .nav-fixed #nav a {
    color: var(--heo-fontcolor);
    transition: 0.3s;
  } 
   
  #assist-open a {
    padding: 0;
    pointer-events: none;
  }
  
  #assist-open {
    transition: 0.3s;
    border-radius: 40px;
  }
  
  #assist-open:hover {
    color: var(--heo-white) !important;
    background: var(--heo-white-op);
  }
  
  #page-header.nav-fixed #assist-open:hover {
    background: var(--heo-main);
  }
  
  #page-header.nav-fixed #assist-open:hover i,
  .page #nav #assist-open.nav-button:hover i {
    color: var(--heo-white);
  }
  
  .page #nav #assist-open:hover {
    background: var(--heo-main);
  }
  
  .topbar-html {
    background: #aeaeae !important;
  }
  
  /* 无障碍 */
  @media screen and (max-width: 768px) {
    #assist-open {
      display: none;
    }
  }
  
  #mozi-assist {
    position: fixed;
    z-index: 999;
  }
  
  .topbar-html-content {
    height: 160px !important;
    align-items: flex-end;
    padding-bottom: 12px;
  }
  
  .topbar-html {
    box-shadow: none !important;
  }
  
  .bigtext-html-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .topbar-html-content-item img {
    border-radius: 12px !important;
  }
  
  
  /* 导航栏禁止隐藏 */
  #page-header.nav-fixed #nav {
    top: 0;
    box-shadow: none;
    border-bottom: var(--style-border);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: var(--heo-background);
  }
  
  #nav {
    padding: 0px;
  }
  
  #page-header #nav {
    box-shadow: none;
    transition: 0s;
    display: flex;
    justify-content: center;
    z-index: 1000 !important;
  }
  
  @media screen and (max-width: 768px) {
    #nav {
      padding: 0px;
    }
  
    #page-header #nav {
      background: linear-gradient(to top, var(--heo-main-none) 0%, var(--heo-main) 100%);
    }
  }
  
  #page-header #nav #nav-group {
    max-width: 1500px;
    width: 100%;
    display: flex;
    position: relative;
    padding: 0 1.5rem;
    align-items: center;
  }
  
  #page-header #nav #nav-right {
    position: absolute;
    right: 0;
    z-index: 102;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    margin-right: 1.5rem;
    overflow: hidden;
  }
  
  #page-header #nav #nav-left {
    z-index: 102;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    margin-right: 1.5rem;
    overflow: hidden;
  }
  
  @media screen and (max-width: 1300px) {
    #page-header #nav #nav-left {
      display: none;
    }
  }
  
  .nav-button {
    cursor: pointer;
  }
  
  #page-header #nav #nav-right .nav-button a,
  #page-header #nav #nav-left .nav-button a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
  }
  
  #page-header #nav #nav-right .nav-button a i,
  #page-header #nav #nav-left .nav-button a i {
    line-height: 1;
  }
  
  #page-header #nav #nav-right div,
  #page-header #nav #nav-left div {
    margin-left: 0.5rem;
    padding: 0;
  }
  
  
  @media screen and (max-width: 768px) {
    #nav #menus {
      display: none !important;
    }
  
    #nav.hide-menu #toggle-menu .site-page {
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    #page-header #nav #nav-group {
      width: 100%;
      display: flex;
      position: relative;
      padding: 0 12px;
    }
  
    #page-header #nav #nav-right {
      margin-right: 12px;
    }
  }
  
  #nav.show {
    transform: translate3d(0px, 0px, 0px) !important;
    top: 0;
    transition: 0.2s;
    position: fixed;
    z-index: 91;
  }
  
  
  #page-header.not-top-img #nav {
    transition: 0.3s;
    background: var(--heo-maskbgdeep);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  
  @media screen and (max-width: 768px) {
    #page-header.not-top-img #nav {
      background: var(--heo-background) !important;
    }
  
    #page-header.not-top-img:not(.nav-fixed) #nav {
      background: var(--heo-background) !important;
    }
  }
  
  #sidebar #menu-mask {
    z-index: 1001;
  }
  
  #page-header.not-top-img:not(.nav-fixed) #nav {
    background: var(--heo-none);
  }
  
  #page-header.nav-fixed #nav #menus>div.menus_items {
    transition: 0.3s;
    height: 40px;
    margin: auto 0;
  }
  
  #page-header.not-top-img {
    margin-bottom: 0rem;
  }
  
  #nav #toggle-menu {
    padding: 0 0.4rem;
  }
  
  /* 无顶图时导航栏间距 */
  #page-header.no-top-img {
    margin-bottom: 0rem;
  }
  
  .layout {
    padding: 1rem 1.5rem;
  }
  
  @media screen and (min-width: 1300px) {
    .layout {
      display: flex;
      justify-content: space-between;
      padding: 1rem 1.5rem;
    }
  }
  
  /* 导航栏logo */
  #site-name .iconfont {
    font-size: 20px;
    font-weight: normal;
    line-height: 48px;
  }
  
  #site-logo {
    width: 121px;
  }
  
  #site-logo:hover {
    transform: scale(1.03);
  }
  
  /* 返回顶部 */
  
  #nav-totop {
    position: relative;
    width: 35px;
    height: 35px;
    transition: 0.3s;
    display: flex;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
    align-items: center;
  }
  
  #nav-totop.long {
    width: 70px;
  }
  
  #nav-totop .totopbtn {
    padding-top: 0;
  }
  
  #nav-totop .totopbtn i {
    position: absolute;
    display: flex;
    font-size: 0.8rem;
    opacity: 0;
  }
  
  #nav-totop:hover .totopbtn i {
    opacity: 1;
    color: var(--heo-white);
    transition: 0.3s;
  }
  
  #nav-totop #percent {
    font-size: 12px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    white-space: nowrap;
  }
  
  .nav-fixed #nav-totop #percent,
  .page #nav-totop #percent {
    font-size: 12px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    white-space: nowrap;
  }
  
  #page-header:not(.nav-fixed) #percent {
    transition: 0.3s;
  }
  
  #page-header:not(.nav-fixed) #nav-totop {
    width: 0;
    transform: scale(0);
    transition: 0.3s;
    margin-left: 0 !important;
    overflow: hidden;
    transition: 0.3s ease-in;
  }
  
  #nav-totop:hover #percent {
    opacity: 0;
    font-weight: bold;
  }
  
  #page-header #nav #nav-right .nav-button a.totopbtn {
    width: 25px;
    height: 25px;
    border-radius: 40px;
    background: var(--heo-fontcolor);
    color: var(--card-bg);
    position: absolute;
    top: 5px;
    right: 5px;
    transition: 0.3s;
  }
  
  #page-header #nav #nav-right .nav-button.long a.totopbtn {
    width: 70px;
  }
  
  #page-header #nav #nav-right .nav-button:hover a.totopbtn {
    background: var(--heo-main);
  }
  
  #page-header #nav #nav-right .nav-button:not(.long):hover a.totopbtn {
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
  }
  
  /* 导航栏图标 */
  #nav #site-name i {
    font-size: 50px;
    line-height: 35px;
    padding: 0 12px;
  }
  
  .back-home-button {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    transition: 0.3s;
    border-radius: 8px;
    color: var(--heo-white);
    border-radius: 40px;
  }
  
  @media screen and (max-width: 768px) {
    .back-home-button {
      display: none;
    }
  }
  
  .nav-fixed #nav .back-home-button {
    color: var(--heo-fontcolor);
  }
  
  #page-header.not-top-img #nav .back-home-button {
    color: var(--heo-fontcolor);
  }
  
  .back-home-button:hover {
    background: var(--heo-main);
    color: var(--heo-white) !important;
  }
  
  .back-menu-list-groups .back-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 340px;
    justify-content: space-between;
  }
  
  .back-menu-list-groups .back-menu-list::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
  }
  
  .back-menu-list-groups .back-menu-list .back-menu-item {
    display: flex;
    align-items: center;
    margin: 4px 8px;
    padding: 4px 8px !important;
    transition: 0.3s;
    border-radius: 8px;
  }
  
  .back-menu-list-groups .back-menu-list .back-menu-item:hover {
    background: var(--heo-main) !important;
    transform: scale(1) !important;
  }
  
  .back-menu-list-groups .back-menu-list .back-menu-item .back-menu-item-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: var(--heo-none);
  }
  
  .back-menu-list-groups .back-menu-list .back-menu-item .back-menu-item-text {
    font-size: var(--global-font-size);
    margin-left: 0.5rem;
    color: var(--heo-fontcolor);
  }
  
  .back-menu-list-groups .back-menu-list .back-menu-item:hover .back-menu-item-text {
    color: var(--heo-white);
  }
  
  .back-home-button .back-menu-list-group {
    display: flex;
    flex-direction: column;
  }
  
  .back-home-button .back-menu-list-groups {
    position: absolute;
    top: 65px;
    left: 1.5rem;
    background: var(--heo-card-bg);
    border-radius: 12px;
    border: var(--style-border);
    flex-direction: column;
    font-size: 12px;
    color: var(--heo-secondtext);
    box-shadow: var(--heo-shadow-border);
    transition: 0s;
    opacity: 0;
    pointer-events: none;
  }
  
  .back-home-button .back-menu-list-groups:hover {
    border: var(--style-border-hover);
  }
  
  .back-home-button .back-menu-list-group .back-menu-list-title {
    margin: 8px 0 0 16px;
    transition: 0.3s;
  }
  
  .back-home-button .back-menu-list-group:hover .back-menu-list-title {
    color: var(--heo-main);
  }
  
  .back-home-button:hover .back-menu-list-groups {
    display: flex;
    opacity: 1;
    transition: 0.3s;
    top: 55px;
    pointer-events: auto;
    left: 1.5rem;
  }
  
  .back-home-button .back-menu-list .back-menu-item {
    width: 150px;
  }
  
  @media screen and (max-width: 768px) {
  
    .back-home-button .back-menu-list-groups {
      left: 0;
    }
  
    .back-home-button:hover .back-menu-list-groups {
      padding-bottom: 8px;
      box-shadow: var(--heo-shadow-border);
      left: 0;
    }
  }
  
  #nav #blog_name {
    flex-wrap: nowrap;
    height: 60px;
    width: 300px;
    display: flex;
    align-items: center;
    z-index: 102;
    transition: 0.3s;
  }
  
  /* 导航栏文字 */
  @media screen and (min-width: 900px) {
    #nav #site-name {
      opacity: 1;
      transition: 0.3s;
      overflow: hidden;
    }
  
    #nav #site-name i {
      transition: 0.3s;
    }
  
    #nav #site-name:hover i {
      opacity: 0;
      transition: 0.3s;
    }
  
    #page-header.nav-fixed #nav #site-name {
      opacity: 1;
      transition: 0.1s;
      border-radius: 40px;
    }
  
    #page-header.nav-visible #nav #site-name {
      opacity: 1;
      transition: 0.1s;
    }
  
    #nav #site-name:after {
      /* background: url(https://img.zhheo.com/i/2022/08/31/630efbc7e1ca6.webp) no-repeat 50% 50%; */
      opacity: 0;
      position: absolute;
      display: flex;
      z-index: 1;
      width: 74px;
      height: 58px;
      content: "";
      transition: 0s;
      transition-timing-function: ease-in;
      transform: scale(0.4);
    }
  
    .post #nav #site-name:hover {
      background: var(--heo-white-op);
    }
  
    .nav-fixed #nav #site-name:hover {
      background: var(--heo-main);
    }
  
    #nav #site-name:hover:after {
      opacity: 1;
      transform: translateY(0px) scale(0.3);
      transition-timing-function: ease-in;
    }
  
    #nav .back-home-button:hover {
      box-shadow: var(--heo-shadow-main);
    }
  
    #nav #page-name-text {
      display: inline;
      /* font-weight: bold; */
      padding: 0px 4px;
      opacity: 0;
      transition: 0.1s;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      text-align: center;
      cursor: pointer;
      top: 0;
      font-size: 0.9rem;
      animation-timing-function: ease-in;
      -webkit-animation-timing-function: ease-in;
    }
  
    #nav #page-name-text:hover {
      color: var(--heo-main) !important;
      background: var(--heo-none);
      box-shadow: none;
    }
  
    #page-header.nav-fixed #nav #page-name-text {
      display: inline;
      opacity: 1;
      transition: 0.3s;
      line-height: 1;
    }
  
    #page-header.nav-fixed #nav #page-name-text:hover:after {
      opacity: 1;
      line-height: 36px;
    }
  
    #page-header.nav-fixed #nav div.menus_items {
      transition: 0.15s;
      position: relative;
      top: -60px;
    }
  
    #page-header.nav-fixed.nav-visible #nav #page-name-text {
      display: inline;
      transition: 0.15s;
    }
  
    #page-header.nav-fixed.nav-visible #nav div.menus_items {
      opacity: 1;
      transition: 0.15s;
      position: relative;
      top: 0px;
    }
  
    #page-name {
      align-items: center;
      display: flex;
      border-radius: 12px;
      height: 40px;
      position: absolute;
      top: 62px;
      left: 0px;
      right: 0px;
      margin: auto;
      justify-content: center;
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
    }
  
    #page-header.nav-fixed #nav #menus {
      z-index: 100;
    }
  
    #page-header.nav-fixed.nav-visible #nav #menus {
      z-index: 101;
    }
  
    #page-header.nav-fixed #page-name {
      z-index: 101;
      transition: 0.3s;
      top: 10px;
    }
  
    #page-header.nav-fixed.nav-visible #page-name {
      z-index: 100;
      top: 62px;
      transition: 0.3s;
    }
  
    #page-name-mask {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      left: 0;
    }
  }
  
  @media screen and (max-width: 899px) {
    #nav #page-name-mask {
      display: none !important;
    }
  }
  
  /* 导航栏音乐
  @media screen and (max-width: 1300px) {
    #nav-music {
      display: none !important;
    }
  }
  
  #nav-music {
    display: flex;
    align-items: center;
    z-index: 1001;
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    transition: 0.3s;
    transform-origin: left bottom;
    box-shadow: var(--heo-shadow-border);
    border-radius: 40px;
    overflow: hidden;
  }
  
  #nav-music:active {
    transform: scale(0.97);
  }
  
  #nav-music.playing {
    box-shadow: 0 0px 12px -3px var(--heo-none);
    -webkit-animation: playingShadow 5s linear infinite;
  }
  
  @-webkit-keyframes playingShadow {
    0% {
      box-shadow: 0 0px 12px -3px var(--heo-none);
    }
  
    50% {
      box-shadow: 0 0px 12px 0px var(--heo-main);
    }
  
    100% {
      box-shadow: 0 0px 12px -3px var(--heo-none);
    }
  }
  
  #nav-music .aplayer.aplayer-withlrc .aplayer-pic {
    height: 25px;
    width: 25px;
    border-radius: 40px;
    z-index: 1;
    transition: 0.3s;
    -webkit-transform: rotate(0deg)scale(1);
    border: var(--style-border-always);
    -webkit-animation: changeright 24s linear infinite;
    animation-play-state: paused;
  }
  
  #nav-music.playing .aplayer.aplayer-withlrc .aplayer-pic {
    box-shadow: 0 0 14px #ffffffa6;
    -webkit-transform: rotate(0deg)scale(1.1);
    border-color: var(--heo-white);
    animation-play-state: running;
  }
  
  @-webkit-keyframes changeright {
  
    0% {
      -webkit-transform: rotate(0deg)scale(1.1);
      box-shadow: 0 0 2px #ffffff00;
    }
  
    25% {
      -webkit-transform: rotate(90deg)scale(1.1);
      box-shadow: 0 0 10px #ffffff;
    }
  
    50% {
      -webkit-transform: rotate(180deg)scale(1.1);
      box-shadow: 0 0 2px #ffffff00;
    }
  
    75% {
      -webkit-transform: rotate(270deg)scale(1.1);
      box-shadow: 0 0 10px #ffffff;
    }
  
    100% {
      -webkit-transform: rotate(360deg)scale(1.1);
      box-shadow: 0 0 2px #ffffff00;
    }
  }
  
  #nav-music .aplayer.aplayer-withlrc .aplayer-info {
    height: 100%;
    color: var(--heo-fontcolor);
    margin-left: 8px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  #nav-music.playing .aplayer.aplayer-withlrc .aplayer-info {
    color: var(--heo-white);
  }
  
  #nav-music #nav-music-hoverTips {
    color: var(--heo-white);
    background: var(--heo-main);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 40px;
    opacity: 0;
    font-size: 12px;
    transition: 0s;
    z-index: 2;
    pointer-events: none;
    transition: 0.3s;
  }
  
  #nav-music:hover:not(.playing) #nav-music-hoverTips {
    opacity: 1;
  }
  
  #nav-music.playing #nav-music-hoverTips {
    opacity: 0;
  }
  
  #nav-music .aplayer {
    background: var(--card-bg);
    border-radius: 60px;
    height: 41px;
    display: flex;
    margin: 0;
    pointer-events: none;
    transition: 0.3s;
    border: var(--style-border);
    box-shadow: none;
  }
  
  #nav-music.playing .aplayer {
    background: var(--heo-main-op-deep);
    border: var(--style-border-hover);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  
  #nav-music .aplayer .aplayer-notice {
    display: none;
  }
  
  #nav-music .aplayer .aplayer-miniswitcher {
    display: none;
  }
  
  #nav-music .aplayer .aplayer-body {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 8px;
    padding-right: 12px;
  }
  
  #nav-music .aplayer .aplayer-pic .aplayer-play {
    opacity: 0;
  }
  
  #nav-music .aplayer-list {
    display: none;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-music {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 1;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-time {
    display: none;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-music .aplayer-author {
    display: none;
  }
  
  #nav-music .aplayer.aplayer-withlist .aplayer-info {
    border: none;
  }
  
  #nav-music .aplayer .aplayer-pic div {
    display: none;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-music .aplayer-title {
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-controller {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0;
    padding: 0;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    height: 100%;
    background: none;
    opacity: 0;
  }
  
  #nav-music.playing .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    opacity: 1;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    display: none;
  }
  
  #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    height: 100%;
    opacity: 0.1;
    background-color: var(--heo-white) !important;
    -webkit-animation: lightBar 5s ease infinite;
    animation-play-state: paused;
  }
  
  #nav-music.playing .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    animation-play-state: running;
  } */
  
  @-webkit-keyframes lightBar {
  
    0% {
      opacity: 0.1;
    }
  
    60% {
      opacity: 0.3;
    }
  
    100% {
      opacity: 0.1;
    }
  }
  
  
  /* 歌词 */
  #nav-music .aplayer.aplayer-withlrc .aplayer-lrc {
    width: 0;
    opacity: 0;
    transition: 0.3s;
    margin-left: 8px;
    margin-top: -2px;
  }
  
  #nav-music.playing .aplayer.aplayer-withlrc .aplayer-lrc {
    width: 200px;
    margin-bottom: 0;
    opacity: 1;
  }
  
  #nav-music .aplayer .aplayer-lrc p.aplayer-lrc-current {
    color: var(--heo-white);
    border: none;
  }
  
  #nav-music .aplayer .aplayer-lrc:after,
  #nav-music .aplayer .aplayer-lrc:before {
    display: none;
  }
  
  #nav-music .aplayer .aplayer-lrc p {
    color: #ffffffb3;
  }
  
  /* 导航栏隐藏文字 */
  /* #menus > div.menus_items > div > a > span{
    display: none;
  } */
  
  
  /* 品牌图标放大 */
  i.fab {
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  
  /* 去除header背景 */
  #body-wrap .full_page:before {
    background-color: var(--heo-none) !important;
    transition: 0ms !important;
  }
  
  .full_page #page-header:before {
    display: none !important;
  }
  
  /* 消息弹窗 */
  .snackbar-container {
    background: var(--heo-main) !important;
    color: var(--heo-white) !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center !important;
    max-width: none !important;
    min-width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
    height: 60px !important;
    transform: none !important;
  }
  
  .snackbar-container p {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 0.8rem !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  .snackbar-container .action {
    color: var(--heo-white) !important;
    padding: 4px 6px !important;
    font-weight: bold;
    border-radius: 8px !important;
    transition: 0.3s;
    border: var(--style-border) !important;
  }
  
  .snackbar-container .action:hover {
    color: var(--heo-main) !important;
    background: var(--heo-white) !important;
  }
  
  .snackbar-container::after {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--heo-white);
    opacity: 0.1;
    content: "";
    animation: snackbar-progress var(--heo-snackbar-time) linear forwards;
    pointer-events: none;
  }
  
  @keyframes snackbar-progress {
    from {
      width: 0;
    }
  
    to {
      width: 100%;
    }
  }
  
  /* 导航栏按钮 */
  #nav a {
    transition: 0.3s;
  }
  
  #nav a:hover {
    color: var(--heo-white) !important;
    background: var(--heo-white-op);
    transition: 0.3s;
  }
  
  .page #nav a:hover {
    color: var(--heo-white) !important;
    background: var(--heo-main);
    transition: 0.3s;
    box-shadow: var(--heo-shadow-main);
  }
  
  .nav-fixed #nav a:hover {
    background: var(--heo-main);
    transition: 0.3s;
  }
  
  @media screen and (min-width: 768px) {
    .menus_item:hover>a.site-page {
      color: var(--heo-white) !important;
      background: var(--heo-white-op);
      transition: 0.3s;
      box-shadow: var(--heo-shadow-main);
    }
  
    .page .menus_item:hover>a.site-page {
      color: var(--heo-white) !important;
      background: var(--heo-main);
      transition: 0.3s;
      box-shadow: var(--heo-shadow-main);
    }
  
    .nav-fixed .menus_item:hover>a.site-page {
      background-color: var(--heo-main);
    }
  }
  
  @media screen and (max-width: 768px) {
    #sidebar #sidebar-menus .menus_items li .site-page:hover {
      background: var(--heo-main);
      color: var(--heo-white);
    }
  
    #sidebar #sidebar-menus .menus_items li .site-page span:hover {
      color: var(--heo-white);
    }
  }
  
  
  .nav-fixed #nav #site-name i {
    color: var(--heo-fontcolor);
    transition: 0.3s;
  }
  
  #nav #site-name:hover i {
    color: var(--heo-white);
  }
  
  
  /* 搜索背景模糊 */
  #search-mask {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: var(--heo-maskbg);
  }
  
  /* 搜索输入框 */
  #algolia-search .search-dialog .ais-search-box input {
    border-radius: 8px !important;
    border: var(--style-border);
  }
  
  #algolia-search .search-dialog .ais-search-box input:focus {
    border: var(--style-border-hover);
  }
  
  
  #algolia-search .search-dialog .ais-search-box input::placeholder {
    opacity: 0.6;
  }
  
  #algolia-input-panel {
    margin-bottom: 8px;
  }
  
  /* 搜索窗口 */
  .search-dialog {
    border-radius: 12px !important;
    box-shadow: var(--heo-shadow-lightblack);
    background: var(--heo-card-bg);
    border: var(--style-border);
    transition: 0.3s;
  }
  
  .search-dialog:hover {
    border: var(--style-border-hover);
    box-shadow: var(--heo-shadow-theme);
  }
  
  .search-dialog__title {
    font-weight: bold;
    color: var(--heo-main);
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item a:hover {
    color: var(--heo-hovertext);
  }
  
  #algolia-search .search-dialog .algolia-logo {
    display: none;
  }
  
  /* 搜索提示文字 */
  #algolia-tips {
    padding-top: 12px;
    color: var(--heo-secondtext);
    right: 0;
    margin: auto;
  }
  
  .algolia-tips-text {
    margin-left: 0.4rem;
  }
  
  /* 搜索结果间距 */
  #algolia-search-results {
    padding-top: 8px;
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item:before {
    display: none;
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item {
    padding-left: 0rem;
    font-weight: bold;
  }
  
  #algolia-search .search-dialog .ais-pagination.pagination {
    margin: 0.2rem 0 0;
  }
  
  #algolia-search .search-dialog .ais-hits--item.algolia-hit-item em {
    color: var(--heo-theme);
    font-style: normal;
  }
  
  /* 搜索框间距 */
  #algolia-search .search-dialog .ais-search-box {
    padding-top: 8px;
  }
  
  /* 搜索页码样式 */
  #algolia-search .search-dialog .ais-pagination.pagination .ais-pagination--item.current a {
    border-radius: 4px;
    background: var(--heo-main);
    color: var(--heo-white);
  }
  
  /* 全局超链接 */
  a {
    color: var(--heo-fontcolor);
  }
  
  a:hover {
    color: var(--heo-hovertext);
  }
  
  /* 分割线 */
  hr {
    display: none;
  }
  
  /* footer样式 */
  #footer-wrap {
    color: var(--heo-fontcolor);
  }
  
  #footer-wrap a {
    color: var(--heo-fontcolor);
    height: 44px;
    line-height: 36px;
  }
  
  #footer-wrap a:hover {
    color: var(--heo-hovertext);
    background-color: var(--heo-none);
  }
  
  div#footer_deal {
    justify-content: center;
    display: flex;
    padding-top: 2rem;
    align-items: center;
  }
  
  
  


























/* 古诗词卡片 */
/* 
#card-poem {
    display: flex;
    flex-direction: column;
    padding: 0.5rem !important;
    min-height: 130px;
  }
  
  div#poem_sentence {
    text-align: center;
    font-family: serif, cursive;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 12px;
    background: var(--heo-secondbg);
    min-height: 62px;
  }
  
  div#poem_info {
    display: flex;
    color: var(--heo-secondtext);
    font-size: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  div#poem_author {
    order: 1;
    padding: 2px;
    margin-left: 8px;
  }
  
  div#poem_dynasty {
    order: 0;
    padding: 2px 4px 2px 6px;
    background: var(--heo-card-btn-bg);
    color: var(--heo-fontcolor);
    border-radius: 8px;
  }
  
  @media screen and (max-width: 768px) {
    img.footer_mini_logo {
      display: none;
    }
  
    div#footer_deal {
      flex-wrap: wrap;
      flex-direction: row;
    }
  }
  
  a.deal_link {
    display: flex;
    margin: 1rem 27px;
    color: var(--heo-card-bg);
    border-radius: 3rem;
    width: 32px;
    height: 32px;
    background: var(--heo-fontcolor);
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  
  a.deal_link:hover {
    color: var(--heo-white);
    background: var(--heo-main);
  }
   */
  /* img.footer_mini_logo {
    width: 50px;
    height: 50px;
    margin: 0 1rem;
    cursor: pointer;
    transition: cubic-bezier(0, 0, 0, 1.29) 0.5s;
  }
  
  img.footer_mini_logo:hover {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
  }
  
  @media screen and (min-width: 1300px) {
    img.footer_mini_logo:hover {
      transform: scale(1.03);
    }
  
    img.footer_mini_logo:active {
      transform: scale(0.97);
    }
  }
  
  /* logo居中 */
  #weblogo {
    align-self: center;
  }
  
  #footer-wrap a#heoblog_footerlogo:hover {
    background: var(--heo-none);
  }
  
  .heoblog_footerlogo_img {
    filter: drop-shadow(0 12px 12px #ee7d7936);
  }
  
  .heoblog_footerlogo_img:hover {
    transform: scale(1.03);
  } */
  
  /* 导航栏居中 */
  #nav #menus {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    height: 60px;
    left: 0;
    margin: 0;
  }
  
  #nav .menus_items {
    position: relative;
    width: fit-content;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  #menus>div.menus_items>div>a {
    letter-spacing: 0.0rem;
    padding-left: 0.5rem;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
    line-height: 35px;
    border-radius: 40px;
  }
  
  #nav .menus_items .menus_item .menus_item_child li a {
    letter-spacing: 0rem;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 0.1rem 0.5rem;
    width: 100%;
    color: var(--heo-fontcolor) !important;
    text-shadow: none !important;
  }
   
  #page-header.nav-fixed #nav #menus[style*="padding-right: 300px;"] .menus_items {
    transform: translateX(-150px);
  }
  
  /* 传送门 */
  #travellings_button {
    display: inline;
    padding: 0 0.4rem;
    transition: 0.3s;
  }
  
  @media screen and (max-width: 768px) {
    #page-header.nav-fixed #travellings_button {
      opacity: 0;
    }
  }
  
  /* rightMenu右键菜单 */
   #rightMenu {
    display: none;
    position: fixed;
    padding: 0 0.25rem;
    width: 9rem;
    height: fit-content;
    top: 10%;
    left: 10%;
    background-color: var(--heo-maskbgdeep);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: var(--heo-fontcolor);
    border-radius: 12px;
    z-index: 99994;
    border: var(--style-border);
    user-select: none;
    box-shadow: var(--heo-shadow-black);
  }
  
  #rightMenu:hover {
    border: var(--style-border-hover);
    box-shadow: var(--heo-shadow-theme);
  }
  
  #rightMenu .rightMenu-group {
    padding: 0.35rem 0.3rem;
    transition: 0.3s;
  }
  
  #rightMenu .rightMenu-line {
    border-top: 1px dashed var(--heo-theme-op);
  }
  
  #rightMenu .rightMenu-group.rightMenu-small {
    display: flex;
    justify-content: space-between;
  }
  
  #rightMenu .rightMenu-group .rightMenu-item {
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
  }
  
  #rightMenu .rightMenu-line .rightMenu-item {
    margin: 0.25rem 0;
    padding: 0.25rem 0;
  }
  
  #rightMenu .rightMenu-group.rightMenu-line .rightMenu-item {
    display: flex;
  }
  
  #rightMenu .rightMenu-group .rightMenu-item:hover {
    background-color: var(--heo-main);
    color: var(--heo-white);
    box-shadow: var(--heo-shadow-main);
  }
  
  #rightMenu .rightMenu-group .rightMenu-item:active {
    transform: scale(0.97);
  }
  
  #rightMenu .rightMenu-group .rightMenu-item i {
    display: inline-block;
    text-align: center;
    line-height: 1.5rem;
    width: 1.5rem;
    padding: 0 0.25rem;
  }
  
  #rightMenu .rightMenu-line .rightMenu-item i {
    margin: 0 0.25rem;
  }
  
  #rightMenu .rightMenu-group .rightMenu-item span {
    line-height: 1.5rem;
  }
  
  .rightMenu-small .rightMenu-item {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  
  #rightmenu-mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: none;
    top: 0;
    left: 0;
    display: none;
    z-index: 101;
    margin: 0 !important;
    z-index: 99993;
  }
   
  /* 深色模式切换 */
  #darkmode_navswitch {
    display: inline;
    position: relative;
  }
  
  #darkmode_navswitch a i {
    font-size: 0.9rem;
  }
  
  [data-theme=dark] #page-header.not-top-img #nav .darkmode_switchbutton {
    color: var(--heo-yellow);
  }
  
  a.darkmode_switchbutton {
    padding: 4px 8px !important;
    cursor: pointer;
    margin: 0 !important;
    font-size: 0.9rem;
    color: var(--heo-fontcolor);
  }
  
  [data-theme=dark] a.darkmode_switchbutton {
    background: var(--heo-orange) !important;
    color: var(--heo-white) !important;
  }
  
  a.console_switchbutton {
    padding: 4px 8px !important;
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
    #nav-console {
      display: none;
    }
  }
  
  /* 导航栏图标阴影 */
  #nav .site-page {
    text-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0);
    border-radius: 8px;
  }
  
  #nav .site-page {
    color: var(--heo-white);
  }
  
  .nav-fixed #nav .site-page {
    color: var(--heo-fontcolor);
  }
  
  .post-bg #nav #site-name {
    color: var(--heo-white);
    transition: 0s;
  }
  
  #nav #site-name {
    color: var(--heo-fontcolor);
    padding: 0;
    left: 100px;
    transition: 0.3s;
    display: flex;
    height: 35px;
    width: 75px;
    justify-content: center;
    align-items: center;
    text-shadow: none;
    border-radius: 40px;
  }
  
  /* 搜索 */
  #search-button>a>span {
    display: none;
  }
  
  /* 下拉图标 */
  #nav .menus_items .menus_item i.expand {
    display: none;
  }
  
  /* 右下角设置按钮间距 */
  #rightside {
    /* display: none; */
    padding-right: 8px;
    position: fixed;
    right: -38px;
    bottom: 40px;
    z-index: 100;
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
  
  #rightside>div>button,
  #rightside>div>a {
    margin-bottom: 8px;
    transition: 0.3s;
  }
  
  #rightside>div>button,
  #rightside>div>a:hover {
    transition: 0.3s;
  }
  
  #rightside #rightside-config-hide {
    transform: translate(42px, 0);
  }
  
  /* footer背景色 */
  #footer {
    background: linear-gradient(180deg, var(--heo-card-bg-none) 0%, var(--heo-card-bg) 25%);
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    z-index: 1002;
  }
  
  @media screen and (max-width: 768px) {
    #footer {
      background: linear-gradient(180deg, var(--heo-background) 0%, var(--heo-card-bg) 25%);
      margin-top: 0;
      z-index: 999;
    }
  }
  
  /* 搜索 */
  #algolia-search .ais-hits--item.algolia-hit-item a {
    color: var(--heo-fontcolor);
  }
  
  /* aplayer */
  .aplayer .aplayer-list ol {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }
  
  .aplayer .aplayer-lrc:after {
    display: none !important;
  }
  
  .aplayer.aplayer-withlrc.aplayer-withlist {
    border-radius: 12px;
  }
  
  #article-container .aplayer {
    border-radius: 12px;
    min-height: 90px;
    background: var(--heo-card-bg);
    border: var(--style-border);
    box-shadow: var(--heo-shadow-border);
  }
  
  #article-container.flink {
    margin-top: 1rem;
  }
  
  #article-container.flink h2 {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  
  #algolia-hits .tag-list {
    padding: 4px 8px;
    border-radius: 8px;
    margin-right: 0.5rem;
    margin-top: 1.5rem;
    border: var(--style-border-always);
    cursor: pointer;
  }
  
  #algolia-hits .tag-list:hover {
    background: var(--heo-main);
    color: var(--heo-white);
  }
  
  /* 手机端菜单背景 */
  #mobile-sidebar #mobile-sidebar-menus.open {
    background: var(--heo-maskbg);
  }
  
  #aside-content .card-info .card-info-data>.card-info-data-item {
    transition: .3s;
  }
  
  /* 手机端导航 */
  #sidebar #sidebar-menus .site-data {
    margin: 1rem 0;
    padding: 0.6rem 0.5rem;
  }
  
  #sidebar-menus>hr {
    display: none;
  }
  
  /* 胶囊形状GitHub按钮 */
  #card-info-btn {
    border-radius: 15px;
    overflow: hidden;
  }
  
  #card-info-btn:before {
    border-radius: 25px;
  }

  /* 文章边栏 */
  #sidebar {
    background: var(--heo-maskbg);
  }
  
  /* 文章图片 */
  #article-container img {
    border-radius: 12px;
    margin-bottom: 0.5rem;
    object-fit: cover;
  }
  
  #article-container img.error {
    content: url("https://img.zhheo.com/i/2022/08/31/630efd3d82799.webp");
  }
  
  /* 文章视频 */
  .doge-inner-player {
    border-radius: 12px !important;
  }
  
  /* 文章数字头 */
  #article-container ol li:before,
  #article-container ul li:before {
    background: var(--heo-theme);
    cursor: default;
  }
  
  #article-container ol li:hover:before,
  #article-container ul li:hover:before {
    transform: rotate(0deg);
  }
  
  /* 文章代码框 */
  figure {
    margin-top: 0.5rem !important;
  }
  
  #article-container figure.highlight .highlight-tools {
    background: var(--heo-secondbg) !important;
  }
  
  #article-container .gutter {
    opacity: 0.6;
  }
  
  #article-container .code-lang {
    margin-left: 6px;
  }
  
  #article-container .highlight-tools .code-lang {
    text-transform: capitalize;
    left: 1.9rem;
  }
  
  #article-container figure.highlight table::-webkit-scrollbar {
    color: var(--heo-blue);
    background: var(--heo-secondbg);
    height: 8px;
  }
  
  #article-container figure.highlight table::-webkit-scrollbar-thumb {
    background: var(--heo-gray);
  }
  
  #article-container figure.highlight table::-webkit-scrollbar-thumb:hover {
    background: var(--heo-main);
  }
  
  /* 代码展开图标 */
  #article-container .code-expand-btn i {
    color: var(--heo-fontcolor);
    font-size: 1rem;
  }
  
  #article-container .code-expand-btn {
    background-color: var(--heo-mask);
    background: var(--heo-secondbg);
    transition: 0.3s;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  
  #article-container .code-expand-btn:hover {
    background: var(--heo-main);
  }
  
  #article-container .code-expand-btn:hover i {
    color: var(--heo-white);
  }
  
  /* 结尾寄语 */
  #readmore-talk {
    text-align: center;
    color: var(--heo-lighttext);
    padding: 8px;
    border-radius: 12px;
    background: #f2b94b0c;
  }
  
  /* 相关推荐 */
  /* .relatedPosts>.relatedPosts-list>div {
      border-radius: 12px;
  } */
  
  .relatedPosts>.relatedPosts-list .cover::after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://img.zhheo.com/i/2022/08/31/630efd3d82799.webp') 50%;
    background-size: cover;
  }
  
  .relatedPosts>.relatedPosts-list a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  @media screen and (min-width: 768px) {
    #post>div.relatedPosts>div.relatedPosts-list>div {
      -webkit-mask-image: -webkit-radial-gradient(center, rgb(255, 255, 255), rgb(0, 0, 0));
    }
  
    #post>div.relatedPosts>div.relatedPosts-list>div {
      border-radius: 12px;
    }
  
    .relatedPosts>.headline {
      font-size: 0.8em;
    }
  
    @media screen and (max-width: 1300px) {
      #post>div.relatedPosts>div.relatedPosts-list>div:nth-child(7) {
        display: none;
      }
  
      #post>div.relatedPosts>div.relatedPosts-list>div:nth-child(8) {
        display: none;
      }
    }
  }
  
  .relatedPosts>.headline {
    margin-bottom: 0.8rem !important;
    font-size: 1.2em;
  }
  
  
  /* 文章标签 */
  #post .tag_share .post-meta__tags {
    background: var(--heo-card-bg);
    border: var(--style-border-always);
    color: var(--heo-fontcolor);
    border-radius: 8px;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 34px;
  }
  
  #post .tag_share .post-meta__tags:not(:last-child) {
    margin: 0 0.5rem 0 0;
  }
  
















