@charset "UTF-8";
/* Gemini Scheme Style */
:root {
  --body-bg-color: #eee;
  --content-bg-color: white;
  --card-bg-color: #f5f5f5;
  --text-color: #555;
  --selection-bg: #ddd;
  --selection-color: #222;
  --blockquote-color: #666;
  --link-color: #555;
  --link-hover-color: #222;
  --brand-color: white;
  --brand-hover-color: white;
  --table-row-odd-bg-color: #f9f9f9;
  --table-row-hover-bg-color: #f5f5f5;
  --menu-item-bg-color: #f5f5f5;
  --theme-color: #222;
  --border-color: #999;
  --btn-default-bg: white;
  --btn-default-color: #555;
  --btn-default-border-color: #555;
  --btn-default-hover-bg: #222;
  --btn-default-hover-color: white;
  --btn-default-hover-border-color: #222;
  --highlight-background: #565656;
  --highlight-foreground: #fff;
  --highlight-gutter-background: #676767;
  --highlight-gutter-foreground: #eeeeee;
  --highlight-img-fill: brightness(1) invert(0);
  color-scheme: light;
}

:root[data-theme="dark"] {
  --body-bg-color: #282828;
  --content-bg-color: #333;
  --card-bg-color: #555;
  --text-color: #ccc;
  --selection-bg: #eee;
  --selection-color: #333;
  --blockquote-color: #bbb;
  --link-color: #ccc;
  --link-hover-color: #eee;
  --brand-color: #ddd;
  --brand-hover-color: #ddd;
  --table-row-odd-bg-color: #282828;
  --table-row-hover-bg-color: #363636;
  --menu-item-bg-color: #555;
  --theme-color: #222;
  --border-color: #ddd;
  --btn-default-bg: #222;
  --btn-default-color: #ccc;
  --btn-default-border-color: #555;
  --btn-default-hover-bg: #666;
  --btn-default-hover-color: #ccc;
  --btn-default-hover-border-color: #666;
  --highlight-background: #1c1b1b;
  --highlight-foreground: #fff;
  --highlight-gutter-background: #333232;
  --highlight-gutter-foreground: #e8e8e8;
  --highlight-img-fill: brightness(0) invert(1);
  color-scheme: dark;
}

img[data-theme="dark"] {
  opacity: .75;
  filter: brightness(1) invert(0);
}

img[data-theme="dark"]:hover {
  opacity: .9;
}

iframe[data-theme="dark"] {
  color-scheme: light;
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  counter-reset: h2;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'], [type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::selection {
  background: var(--selection-bg);
  color: var(--selection-color);
}

html, body {
  height: 100%;
}

body {
  background: var(--body-bg-color);
  box-sizing: border-box;
  color: var(--text-color);
  font-family: global, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  line-height: 2;
  min-height: 100%;
  position: relative;
  transition: padding 0.2s ease-in-out;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-family: headings, global, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 15px;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.375em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

p {
  margin: 0 0 20px;
}

a {
  border-bottom: 1px solid #999;
  color: var(--link-color);
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  overflow-wrap: break-word;
}

a:hover {
  border-bottom-color: var(--link-hover-color);
  color: var(--link-hover-color);
}

iframe, img, video, embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

hr {
  background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 4px, transparent 4px, transparent 8px);
  border: 0;
  height: 3px;
  margin: 40px 0;
}

blockquote {
  border-left: 4px solid #ddd;
  color: var(--blockquote-color);
  margin: 0;
  padding: 0 15px;
}

blockquote cite::before {
  content: '-';
  padding: 0 5px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
  padding: 0;
}

.table-container {
  width: 100%;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875em;
  margin: 0 0 20px 0;
  width: 100%;
  word-wrap: anywhere;
}

tbody tr:nth-of-type(odd) {
  background: var(--table-row-odd-bg-color);
}

tbody tr:hover {
  background: var(--table-row-hover-bg-color);
}

caption, th, td {
  padding: 8px;
}

th, td {
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}

th {
  font-weight: 700;
  padding-bottom: 10px;
}

td {
  border-bottom-width: 1px;
}

.btn {
  background: var(--btn-default-bg);
  border: 2px solid var(--btn-default-border-color);
  border-radius: 2px;
  color: var(--btn-default-color);
  display: inline-block;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 20px;
  transition: background-color 0.2s ease-in-out;
}

.btn:hover {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}

.btn + .btn {
  margin: 0 0 8px 8px;
}

.btn .fa-fw {
  text-align: left;
  width: 1.28571429em;
}

.toggle {
  line-height: 0;
}

.toggle .toggle-line {
  background: white;
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .4s;
  width: 100%;
}

.toggle .toggle-line:not(:first-child) {
  margin-top: 3px;
}

.toggle.toggle-arrow .toggle-line:first-child {
  left: 50%;
  top: 2px;
  transform: rotate(45deg);
  width: 50%;
}

.toggle.toggle-arrow .toggle-line:last-child {
  left: 50%;
  top: -2px;
  transform: rotate(-45deg);
  width: 50%;
}

.toggle.toggle-close .toggle-line:nth-child(2) {
  opacity: 0;
}

.toggle.toggle-close .toggle-line:first-child {
  top: 5px;
  transform: rotate(45deg);
}

.toggle.toggle-close .toggle-line:last-child {
  top: -5px;
  transform: rotate(-45deg);
}

.highlight {
  position: relative;
  background: var(--highlight-background);
  margin-bottom: 26px;
  line-height: 1.25;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
}

.highlight > .code-header {
  color: #f8f8f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .25rem 0;
  width: 100%;
}

.highlight > .code-header:hover {
  cursor: pointer;
}

.highlight > .code-header .code-lang {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.highlight > .code-header .code-lang::after {
  content: "Code";
}

.highlight > .code-header .collapse-btn {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  width: 1.25em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  padding-right: .25rem;
  transition: content 1s ease-in-out;
}

.highlight > .code-header .collapse-btn::before {
  content: "\f103";
}

.highlight > .code-header .collapse-btn.collapse::before {
  content: "\f102";
}

.highlight > .code-header.language-bash .code-lang::after {
  content: "Bash";
}

.highlight > .code-header.language-c .code-lang::after {
  content: "C";
}

.highlight > .code-header.language-cs .code-lang::after {
  content: "C#";
}

.highlight > .code-header.language-cpp .code-lang::after {
  content: "C++";
}

.highlight > .code-header.language-clojure .code-lang::after {
  content: "Clojure";
}

.highlight > .code-header.language-coffeescript .code-lang::after {
  content: "CoffeeScript";
}

.highlight > .code-header.language-css .code-lang::after {
  content: "CSS";
}

.highlight > .code-header.language-dart .code-lang::after {
  content: "Dart";
}

.highlight > .code-header.language-diff .code-lang::after {
  content: "Diff";
}

.highlight > .code-header.language-erlang .code-lang::after {
  content: "Erlang";
}

.highlight > .code-header.language-go .code-lang::after {
  content: "Go";
}

.highlight > .code-header.language-go-html-template .code-lang::after {
  content: "Go HTML Template";
}

.highlight > .code-header.language-groovy .code-lang::after {
  content: "Groovy";
}

.highlight > .code-header.language-haskell .code-lang::after {
  content: "Haskell";
}

.highlight > .code-header.language-html .code-lang::after {
  content: "HTML";
}

.highlight > .code-header.language-http .code-lang::after {
  content: "HTTP";
}

.highlight > .code-header.language-xml .code-lang::after {
  content: "XML";
}

.highlight > .code-header.language-java .code-lang::after {
  content: "Java";
}

.highlight > .code-header.language-js .code-lang::after {
  content: "JavaScript";
}

.highlight > .code-header.language-javascript .code-lang::after {
  content: "JavaScript";
}

.highlight > .code-header.language-json .code-lang::after {
  content: "JSON";
}

.highlight > .code-header.language-kotlin .code-lang::after {
  content: "Kotlin";
}

.highlight > .code-header.language-latex .code-lang::after {
  content: "LaTeX";
}

.highlight > .code-header.language-less .code-lang::after {
  content: "Less";
}

.highlight > .code-header.language-lisp .code-lang::after {
  content: "Lisp";
}

.highlight > .code-header.language-lua .code-lang::after {
  content: "Lua";
}

.highlight > .code-header.language-makefile .code-lang::after {
  content: "Makefile";
}

.highlight > .code-header.language-markdown .code-lang::after {
  content: "Markdown";
}

.highlight > .code-header.language-matlab .code-lang::after {
  content: "Matlab";
}

.highlight > .code-header.language-objectivec .code-lang::after {
  content: "Objective-C";
}

.highlight > .code-header.language-php .code-lang::after {
  content: "PHP";
}

.highlight > .code-header.language-perl .code-lang::after {
  content: "Perl";
}

.highlight > .code-header.language-powershell .code-lang::after {
  content: "PowerShell";
}

.highlight > .code-header.language-posh .code-lang::after {
  content: "PowerShell";
}

.highlight > .code-header.language-pwsh .code-lang::after {
  content: "PowerShell";
}

.highlight > .code-header.language-python .code-lang::after {
  content: "Python";
}

.highlight > .code-header.language-r .code-lang::after {
  content: "R";
}

.highlight > .code-header.language-ruby .code-lang::after {
  content: "Ruby";
}

.highlight > .code-header.language-rust .code-lang::after {
  content: "Rust";
}

.highlight > .code-header.language-scala .code-lang::after {
  content: "Scala";
}

.highlight > .code-header.language-scss .code-lang::after {
  content: "Scss";
}

.highlight > .code-header.language-shell .code-lang::after {
  content: "Shell";
}

.highlight > .code-header.language-sql .code-lang::after {
  content: "SQL";
}

.highlight > .code-header.language-swift .code-lang::after {
  content: "Swift";
}

.highlight > .code-header.language-tex .code-lang::after {
  content: "TeX";
}

.highlight > .code-header.language-toml .code-lang::after {
  content: "TOML";
}

.highlight > .code-header.language-ts .code-lang::after {
  content: "TypeScript";
}

.highlight > .code-header.language-typescript .code-lang::after {
  content: "TypeScript";
}

.highlight > .code-header.language-vue .code-lang::after {
  content: "Vue";
}

.highlight > .code-header.language-yml .code-lang::after {
  content: "YAML";
}

.highlight > .code-header.language-yaml .code-lang::after {
  content: "YAML";
}

.highlight > .code-header .ellipses-btn {
  padding-right: .45rem;
}

.highlight > .chroma {
  max-height: 200px;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}

.highlight > .chroma.hidden-code {
  max-height: none;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
}

.highlight > .chroma pre {
  padding: .45rem 0;
}

.highlight > .chroma .lntd:first-child {
  min-width: 1.6rem;
  text-align: right;
  background-color: #272822;
}

.highlight > .chroma .lntd:first-child a {
  border-bottom: none;
}

.highlight > .chroma .lntd:last-child {
  width: 100%;
}

.highlight > .chroma .lntd:last-child pre {
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-break: anywhere;
  word-break: break-all;
  overflow-x: auto;
}

.highlight > .chroma > code > span {
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-break: anywhere;
  word-break: break-all;
}

.highlight > .chroma:hover .copy-btn {
  opacity: 1;
}

.highlight > .chroma .copy-btn {
  color: #333;
  cursor: pointer;
  line-height: 1.6;
  opacity: 0;
  padding: 2px 6px;
  position: absolute;
  right: 24px;
  top: 32px;
  border-radius: 3px;
  font-size: 1em;
  transition: opacity 0.2s ease-in-out;
  background: var(--highlight-background);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  width: 1.25em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--highlight-foreground);
}

.highlight > .chroma .copy-btn::before {
  content: "\f0c5";
}

.highlight > .chroma .copy-btn.copied::before {
  content: "\f058";
}

.highlight > .chroma .copy-btn.uncopied::before {
  content: "\f057";
}

.highlight .code-header::before {
  background: #fc625d;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  margin-left: 10px;
  border-radius: 50%;
  content: ' ';
  height: 12px;
  width: 12px;
}

/** monokai highlight style **/
/* Background */
.bg {
  color: #f8f8f2;
  background-color: #272822;
}

/* PreWrapper */
.chroma {
  color: #f8f8f2;
  background-color: #272822;
}

/* Other */
/* Error */
.chroma .err {
  color: #960050;
  background-color: #1e0010;
}

/* CodeLine */
/* LineLink */
.chroma .lnlinks {
  outline: none;
  text-decoration: none;
  color: inherit;
}

/* LineTableTD */
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}

/* LineTable */
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* LineHighlight */
.chroma .hl {
  background-color: #3c3d38;
}

/* LineNumbersTable */
.chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}

/* LineNumbers */
.chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}

/* Line */
.chroma .line {
  display: flex;
}

/* Keyword */
.chroma .k {
  color: #66d9ef;
}

/* KeywordConstant */
.chroma .kc {
  color: #66d9ef;
}

/* KeywordDeclaration */
.chroma .kd {
  color: #66d9ef;
}

/* KeywordNamespace */
.chroma .kn {
  color: #f92672;
}

/* KeywordPseudo */
.chroma .kp {
  color: #66d9ef;
}

/* KeywordReserved */
.chroma .kr {
  color: #66d9ef;
}

/* KeywordType */
.chroma .kt {
  color: #66d9ef;
}

/* Name */
/* NameAttribute */
.chroma .na {
  color: #a6e22e;
}

/* NameBuiltin */
/* NameBuiltinPseudo */
/* NameClass */
.chroma .nc {
  color: #a6e22e;
}

/* NameConstant */
.chroma .no {
  color: #66d9ef;
}

/* NameDecorator */
.chroma .nd {
  color: #a6e22e;
}

/* NameEntity */
/* NameException */
.chroma .ne {
  color: #a6e22e;
}

/* NameFunction */
.chroma .nf {
  color: #a6e22e;
}

/* NameFunctionMagic */
/* NameLabel */
/* NameNamespace */
/* NameOther */
.chroma .nx {
  color: #a6e22e;
}

/* NameProperty */
/* NameTag */
.chroma .nt {
  color: #f92672;
}

/* NameVariable */
/* NameVariableClass */
/* NameVariableGlobal */
/* NameVariableInstance */
/* NameVariableMagic */
/* Literal */
.chroma .l {
  color: #ae81ff;
}

/* LiteralDate */
.chroma .ld {
  color: #e6db74;
}

/* LiteralString */
.chroma .s {
  color: #e6db74;
}

/* LiteralStringAffix */
.chroma .sa {
  color: #e6db74;
}

/* LiteralStringBacktick */
.chroma .sb {
  color: #e6db74;
}

/* LiteralStringChar */
.chroma .sc {
  color: #e6db74;
}

/* LiteralStringDelimiter */
.chroma .dl {
  color: #e6db74;
}

/* LiteralStringDoc */
.chroma .sd {
  color: #e6db74;
}

/* LiteralStringDouble */
.chroma .s2 {
  color: #e6db74;
}

/* LiteralStringEscape */
.chroma .se {
  color: #ae81ff;
}

/* LiteralStringHeredoc */
.chroma .sh {
  color: #e6db74;
}

/* LiteralStringInterpol */
.chroma .si {
  color: #e6db74;
}

/* LiteralStringOther */
.chroma .sx {
  color: #e6db74;
}

/* LiteralStringRegex */
.chroma .sr {
  color: #e6db74;
}

/* LiteralStringSingle */
.chroma .s1 {
  color: #e6db74;
}

/* LiteralStringSymbol */
.chroma .ss {
  color: #e6db74;
}

/* LiteralNumber */
.chroma .m {
  color: #ae81ff;
}

/* LiteralNumberBin */
.chroma .mb {
  color: #ae81ff;
}

/* LiteralNumberFloat */
.chroma .mf {
  color: #ae81ff;
}

/* LiteralNumberHex */
.chroma .mh {
  color: #ae81ff;
}

/* LiteralNumberInteger */
.chroma .mi {
  color: #ae81ff;
}

/* LiteralNumberIntegerLong */
.chroma .il {
  color: #ae81ff;
}

/* LiteralNumberOct */
.chroma .mo {
  color: #ae81ff;
}

/* Operator */
.chroma .o {
  color: #f92672;
}

/* OperatorWord */
.chroma .ow {
  color: #f92672;
}

/* Punctuation */
/* Comment */
.chroma .c {
  color: #75715e;
}

/* CommentHashbang */
.chroma .ch {
  color: #75715e;
}

/* CommentMultiline */
.chroma .cm {
  color: #75715e;
}

/* CommentSingle */
.chroma .c1 {
  color: #75715e;
}

/* CommentSpecial */
.chroma .cs {
  color: #75715e;
}

/* CommentPreproc */
.chroma .cp {
  color: #75715e;
}

/* CommentPreprocFile */
.chroma .cpf {
  color: #75715e;
}

/* Generic */
/* GenericDeleted */
.chroma .gd {
  color: #f92672;
}

/* GenericEmph */
.chroma .ge {
  font-style: italic;
}

/* GenericError */
/* GenericHeading */
/* GenericInserted */
.chroma .gi {
  color: #a6e22e;
}

/* GenericOutput */
/* GenericPrompt */
/* GenericStrong */
.chroma .gs {
  font-weight: bold;
}

/* GenericSubheading */
.chroma .gu {
  color: #75715e;
}

/* GenericTraceback */
/* GenericUnderline */
/* TextWhitespace */
kbd, p > code, li > code {
  background: var(--highlight-background);
  color: var(--highlight-foreground);
}

pre {
  padding: 18px;
  margin: 0;
}

p > code, li > code {
  border-radius: 3px;
  padding: 3px 6px;
}

pre, code {
  font-family: codes, consolas, Menlo, monospace, "PingFang SC", "Microsoft YaHei";
}

kbd {
  border: 2px solid #ccc;
  border-radius: .2em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
  font-family: inherit;
  padding: .1em .3em;
  white-space: nowrap;
}

.blockquote-center {
  border-left: 0;
  margin: 40px 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.blockquote-center::before, .blockquote-center::after {
  left: 0;
  line-height: 1;
  opacity: .6;
  position: absolute;
  width: 100%;
}

.blockquote-center::before {
  border-top: 1px solid #ccc;
  text-align: left;
  top: -20px;
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.blockquote-center::after {
  border-bottom: 1px solid #ccc;
  bottom: -20px;
  text-align: right;
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.blockquote-center p, .blockquote-center div {
  text-align: center;
}

.group-picture {
  margin-bottom: 20px;
}

.group-picture .group-picture-row {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
}

.group-picture .group-picture-column {
  flex: 1;
}

.group-picture .group-picture-column img {
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.post-body .label {
  color: #555;
  padding: 0 2px;
}

.post-body .label.default {
  background: white;
}

.post-body .label.primary {
  background: white;
}

.post-body .label.info {
  background: white;
}

.post-body .label.success {
  background: white;
}

.post-body .label.warning {
  background: white;
}

.post-body .label.danger {
  background: white;
}

.post-body .link-grid {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  padding: 1rem;
}

@media (max-width: 767px) {
  .post-body .link-grid {
    grid-template-columns: 1fr;
  }
}

.post-body .link-grid .link-grid-container {
  border: solid #ddd;
  box-shadow: 1rem 1rem 0.5rem rgba(0, 0, 0, 0.5);
  min-height: 5rem;
  min-width: 0;
  padding: .5rem;
  position: relative;
  transition: background .3s;
}

.post-body .link-grid .link-grid-container:hover {
  animation: next-shake .5s;
  background: var(--card-bg-color);
}

.post-body .link-grid .link-grid-container:active {
  box-shadow: 0.5rem 0.5rem 0.25rem rgba(0, 0, 0, 0.5);
  transform: translate(0.2rem, 0.2rem);
}

.post-body .link-grid .link-grid-container .link-grid-image {
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 5rem;
  padding: 3px;
  position: absolute;
  width: 5rem;
}

.post-body .link-grid .link-grid-container p {
  margin: 0 1rem 0 6rem;
}

.post-body .link-grid .link-grid-container p:first-of-type {
  font-size: 1.2em;
}

.post-body .link-grid .link-grid-container p:last-of-type {
  font-size: .8em;
  line-height: 1.3rem;
  opacity: .7;
}

.post-body .link-grid .link-grid-container a {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes next-shake {
  0% {
    transform: translate(1pt, 1pt) rotate(0deg);
  }
  10% {
    transform: translate(-1pt, -2pt) rotate(-1deg);
  }
  20% {
    transform: translate(-3pt, 0pt) rotate(1deg);
  }
  30% {
    transform: translate(3pt, 2pt) rotate(0deg);
  }
  40% {
    transform: translate(1pt, -1pt) rotate(1deg);
  }
  50% {
    transform: translate(-1pt, 2pt) rotate(-1deg);
  }
  60% {
    transform: translate(-3pt, 1pt) rotate(0deg);
  }
  70% {
    transform: translate(3pt, 1pt) rotate(-1deg);
  }
  80% {
    transform: translate(-1pt, -1pt) rotate(1deg);
  }
  90% {
    transform: translate(1pt, 2pt) rotate(0deg);
  }
  100% {
    transform: translate(1pt, -2pt) rotate(-1deg);
  }
}

.main .note {
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 1em;
  position: relative;
  border: 1px solid #eee;
  border-left-width: 5px;
}

.main .note summary {
  cursor: pointer;
  outline: 0;
}

.main .note summary p {
  display: inline;
}

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

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

.main .note p:last-child, .main .note ul:last-child, .main .note ol:last-child, .main .note table:last-child, .main .note pre:last-child, .main .note blockquote:last-child, .main .note img:last-child {
  margin-bottom: 0;
}

.main .note:not(.no-icon) {
  padding-left: 2.5em;
}

.main .note:not(.no-icon)::before {
  font-size: 1.5em;
  left: .3em;
  position: absolute;
  top: calc(50% - 1em);
}

.main .note.default {
  border-left-color: #777;
}

.main .note.default h2, .main .note.default h3, .main .note.default h4, .main .note.default h5, .main .note.default h6 {
  color: #777;
}

.main .note.default:not(.no-icon)::before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #777;
}

.main .note.primary {
  border-left-color: #6f42c1;
}

.main .note.primary h2, .main .note.primary h3, .main .note.primary h4, .main .note.primary h5, .main .note.primary h6 {
  color: #6f42c1;
}

.main .note.primary:not(.no-icon)::before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #6f42c1;
}

.main .note.info {
  border-left-color: #428bca;
}

.main .note.info h2, .main .note.info h3, .main .note.info h4, .main .note.info h5, .main .note.info h6 {
  color: #428bca;
}

.main .note.info:not(.no-icon)::before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #428bca;
}

.main .note.success {
  border-left-color: #5cb85c;
}

.main .note.success h2, .main .note.success h3, .main .note.success h4, .main .note.success h5, .main .note.success h6 {
  color: #5cb85c;
}

.main .note.success:not(.no-icon)::before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #5cb85c;
}

.main .note.warning {
  border-left-color: #f0ad4e;
}

.main .note.warning h2, .main .note.warning h3, .main .note.warning h4, .main .note.warning h5, .main .note.warning h6 {
  color: #f0ad4e;
}

.main .note.warning:not(.no-icon)::before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #f0ad4e;
}

.main .note.danger {
  border-left-color: #d9534f;
}

.main .note.danger h2, .main .note.danger h3, .main .note.danger h4, .main .note.danger h5, .main .note.danger h6 {
  color: #d9534f;
}

.main .note.danger:not(.no-icon)::before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #d9534f;
}

.post-body .tabs {
  margin-bottom: 20px;
}

.post-body .tabs, .tabs-comment {
  padding-top: 10px;
}

.post-body .tabs ul.nav-tabs, .tabs-comment ul.nav-tabs {
  background: var(--content-bg-color);
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}

@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs, .tabs-comment ul.nav-tabs {
    display: block;
    margin-bottom: 5px;
  }
}

.post-body .tabs ul.nav-tabs li.tab, .tabs-comment ul.nav-tabs li.tab {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 0 0 0 0;
  border-top: 3px solid transparent;
  flex-grow: 1;
  list-style-type: none;
}

@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab, .tabs-comment ul.nav-tabs li.tab {
    border-bottom: 1px solid transparent;
    border-left: 3px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
  }
}

@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab, .tabs-comment ul.nav-tabs li.tab {
    border-radius: 0;
  }
}

.post-body .tabs ul.nav-tabs li.tab a, .tabs-comment ul.nav-tabs li.tab a {
  border-bottom: initial;
  display: block;
  line-height: 1.8;
  padding: .25em .75em;
  text-align: center;
  transition: all 0.2s ease-out;
}

.post-body .tabs ul.nav-tabs li.tab a i, .tabs-comment ul.nav-tabs li.tab a i {
  width: 1.28571429em;
}

.post-body .tabs ul.nav-tabs li.tab.active, .tabs-comment ul.nav-tabs li.tab.active {
  border-bottom-color: transparent;
  border-left-color: #ddd;
  border-right-color: #ddd;
  border-top-color: #fc6423;
}

@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab.active, .tabs-comment ul.nav-tabs li.tab.active {
    border-bottom-color: #ddd;
    border-left-color: #fc6423;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
}

.post-body .tabs ul.nav-tabs li.tab.active a, .tabs-comment ul.nav-tabs li.tab.active a {
  cursor: default;
}

.post-body .tabs .tab-content, .tabs-comment .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
  border-top-color: transparent;
}

@media (max-width: 413px) {
  .post-body .tabs .tab-content, .tabs-comment .tab-content {
    border-radius: 0;
    border-top-color: #ddd;
  }
}

.post-body .tabs .tab-content .tab-pane, .tabs-comment .tab-content .tab-pane {
  padding: 20px 20px 0;
}

.post-body .tabs .tab-content .tab-pane:not(.active), .tabs-comment .tab-content .tab-pane:not(.active) {
  display: none;
}

.bilibili-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin: auto;
  text-align: center;
}

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

.pagination .space, .pagination .prev, .pagination .next, .pagination .page-number {
  display: inline-block;
  margin: -1px 10px 0;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .pagination .space, .pagination .prev, .pagination .next, .pagination .page-number {
    margin: 0 5px;
  }
}

.pagination .page-number.current {
  background: #ccc;
  border-color: #ccc;
  color: var(--content-bg-color);
}

.pagination {
  border-top: 1px solid #eee;
  margin: 120px 0 0;
  text-align: center;
}

.pagination .prev, .pagination .next, .pagination .page-number {
  border-bottom: 0;
  border-top: 1px solid #eee;
  transition: border-color 0.2s ease-in-out;
}

.pagination .prev:hover, .pagination .next:hover, .pagination .page-number:hover {
  border-top-color: var(--link-hover-color);
}

@media (max-width: 767px) {
  .pagination {
    border-top: 0;
  }
  .pagination .prev, .pagination .next, .pagination .page-number {
    border-bottom: 1px solid #eee;
    border-top: 0;
  }
  .pagination .prev:hover, .pagination .next:hover, .pagination .page-number:hover {
    border-bottom-color: var(--link-hover-color);
  }
}

.pagination .space {
  margin: 0;
  padding: 0;
}

.comments {
  margin-top: 60px;
  overflow: hidden;
}

.comment-button-group {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin: 1em 0;
}

.comment-button-group .comment-button {
  margin: .1em .2em;
}

.comment-button-group .comment-button.active {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}

.comment-position {
  display: none;
}

.comment-position.active {
  display: block;
}

.tabs-comment {
  margin-top: 4em;
  padding-top: 0;
}

.tabs-comment .comments {
  margin-top: 0;
  padding-top: 0;
}

.post-comments {
  min-height: 300px;
  overflow: hidden;
}

.post-comments .comment-loading {
  padding-left: 268px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  text-align: center;
  font-size: 2em;
}

@media (max-width: 991px) {
  .post-comments .comment-loading {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.post-comments .comment-head {
  margin-bottom: 20px;
}

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

@media (max-width: 567px) {
  .post-comments .comment-head .comment-headline {
    font-size: 0.8125em;
  }
}

.post-comments .comment-head .comment-switch {
  display: inline-block;
  float: right;
  margin: 2px auto;
  padding: 4px 16px;
  width: max-content;
  border-radius: 8px;
  background: var(--card-bg-color);
}

@media (max-width: 567px) {
  .post-comments .comment-head .comment-switch {
    font-size: 0.8125em;
    padding: 4px;
  }
}

.post-comments .comment-head .comment-switch .first-comment {
  color: #27ae60;
}

.post-comments .comment-head .comment-switch .second-comment {
  color: #886ce4;
  font-weight: bold;
}

.post-comments .comment-head .comment-switch .switch-btn {
  position: relative;
  display: inline-block;
  margin: 5px;
  width: 42px;
  height: 22px;
  border-radius: 34px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  background-color: #886ce4;
}

.post-comments .comment-head .comment-switch .switch-btn:before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: '';
  background-color: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}

.post-comments .comment-head .comment-switch .switch-btn.move {
  background-color: #27ae60;
}

.post-comments .comment-head .comment-switch .switch-btn.move:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

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

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

.fa-spin {
  -webkit-animation: fa-spin .8s infinite linear;
  animation: fa-spin .8s infinite linear;
}

@keyframes beat {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.9);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.1);
  }
  50%, 70% {
    transform: scale(1.1);
  }
}

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

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

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

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

/** Animation for link hover style */
@keyframes wobble-vertical {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  background: var(--btn-default-bg);
  border: 2px solid var(--btn-default-border-color);
  border-radius: 2px;
  color: var(--btn-default-color);
  display: inline-block;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--btn-default-hover-bg);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  background: var(--btn-default-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  background: var(--btn-default-bg);
  border: 2px solid var(--btn-default-border-color);
  border-radius: 2px;
  color: var(--btn-default-color);
  display: inline-block;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--btn-default-hover-bg);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  background: var(--btn-default-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.headband {
  background: var(--theme-color);
  height: 3px;
}

@media (max-width: 991px) {
  .headband {
    display: none;
  }
}

header.header {
  background: transparent;
}

.header-inner {
  margin: 0 auto;
  width: calc(100% - 20px);
}

@media (min-width: 1200px) {
  .header-inner {
    width: 1160px;
  }
}

@media (min-width: 1600px) {
  .header-inner {
    width: 73%;
  }
}

.site-brand-container {
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
}

.use-motion header.header, .use-motion .site-brand-container .toggle {
  opacity: 0;
}

.site-meta {
  flex-grow: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .site-meta {
    text-align: center;
  }
}

.custom-logo-image {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .custom-logo-image {
    display: none;
  }
}

.brand {
  border-bottom: 0;
  color: var(--brand-color);
  display: inline-block;
  padding: 0 40px;
}

.brand:hover {
  color: var(--brand-hover-color);
}

.site-title {
  font-family: title, global, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

.site-subtitle {
  color: #ddd;
  font-size: 0.8125em;
  margin: 10px 0;
}

.use-motion .site-title, .use-motion .site-subtitle, .use-motion .custom-logo-image {
  opacity: 0;
  position: relative;
  top: -10px;
}

.site-nav-toggle, .site-nav-right {
  display: none;
}

@media (max-width: 767px) {
  .site-nav-toggle, .site-nav-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.site-nav-toggle .toggle, .site-nav-right .toggle {
  color: var(--text-color);
  padding: 10px;
  width: 22px;
}

.site-nav-toggle .toggle .toggle-line, .site-nav-right .toggle .toggle-line {
  background: var(--text-color);
  border-radius: 1px;
}

@media (max-width: 767px) {
  .site-nav {
    --scroll-height: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
  }
  body:not(.site-nav-on) .site-nav .animated {
    animation: none;
  }
  body.site-nav-on .site-nav {
    height: var(--scroll-height);
  }
}

.menu, .menu-children {
  margin: 0;
  padding: 1em 0;
  text-align: center;
}

.menu-children {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 1.5s ease-out;
}

.menu-children.expand {
  max-height: 400px;
  transition: max-height 1.5s ease-in;
}

.menu-item, .menu-child-item {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .menu-item, .menu-child-item {
    display: block;
    margin-top: 10px;
  }
  .menu-item.menu-item-search, .menu-child-item.menu-item-search {
    display: none;
  }
}

.menu-item a, .menu-child-item a {
  border-bottom: 0;
  display: block;
  font-size: 0.8125em;
  transition: border-color 0.2s ease-in-out;
}

.menu-item a:hover, .menu-item a.menu-item-active, .menu-child-item a:hover, .menu-child-item a.menu-item-active {
  background: var(--menu-item-bg-color);
}

.menu-item .fa, .menu-item .fab, .menu-item .far, .menu-item .fas, .menu-child-item .fa, .menu-child-item .fab, .menu-child-item .far, .menu-child-item .fas {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

.menu-item .badge, .menu-child-item .badge {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-left: .35em;
  margin-top: .35em;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .menu-item .badge, .menu-child-item .badge {
    float: right;
    margin-left: 0;
  }
}

.menu-item .menu-item-shrink-icon, .menu-child-item .menu-item-shrink-icon {
  float: right;
}

.menu-child-item {
  display: block;
  margin: 0;
}

.use-motion .menu-item {
  visibility: hidden;
}

.book-mark-link {
  border-bottom: 0;
  position: fixed;
  top: -10px;
  transition: top .3s;
  -moz-transition: top .3s;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  right: 30px;
}

@media (max-width: 991px) {
  .book-mark-link {
    right: 16px;
  }
}

@media (max-width: 991px) {
  .book-mark-link {
    display: none;
  }
}

.book-mark-link::before {
  color: #222;
  font-size: 32px;
  line-height: 1;
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.book-mark-link:hover, .book-mark-link-fixed {
  top: -2px;
}

.sidebar-inner, .sidebar-card-widget {
  color: #999;
  max-height: calc(100vh - 24px);
  padding: 18px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-overview-item:not(:first-child) {
  margin-top: 10px;
}

.cc-license {
  margin-top: 6px;
}

.cc-license .cc-opacity {
  border-bottom: 0;
  opacity: .7;
}

.cc-license .cc-opacity:hover {
  opacity: .9;
}

.cc-license img {
  display: inline-block;
  max-width: 120px;
  max-height: 42px;
}

.site-author-image {
  border: 1px solid #eee;
  width: 120px;
  height: 120px;
  padding: 2px;
  border-radius: 50%;
  transition: transform 1s ease-out;
}

.site-author-image:hover {
  transform: rotateZ(360deg);
}

.site-author-name {
  color: var(--text-color);
  font-weight: 600;
  margin: 0;
}

.site-description {
  color: #999;
  font-size: 0.8125em;
  margin-top: 0;
}

.links-of-author a, .links-of-social a {
  font-size: 0.8125em;
}

.links-of-author .fa, .links-of-author .fab, .links-of-author .far, .links-of-author .fas, .links-of-social .fa, .links-of-social .fab, .links-of-social .far, .links-of-social .fas {
  margin-right: 2px;
}

.sidebar .sidebar-button:not(:first-child) {
  margin-top: 15px;
}

.sidebar .sidebar-button button {
  background: transparent;
  color: #fc6423;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 1px solid #fc6423;
  border-radius: 4px;
}

.sidebar .sidebar-button button:hover {
  background: #fc6423;
  color: white;
}

.sidebar .sidebar-button button .fa, .sidebar .sidebar-button button .fab, .sidebar .sidebar-button button .far, .sidebar .sidebar-button button .fas {
  margin-right: 5px;
}

.links-of-blogroll {
  font-size: 0.8125em;
}

.links-of-blogroll-title {
  font-size: 0.875em;
  font-weight: 600;
  margin-top: 0;
}

.links-of-blogroll-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-dimmer {
  display: none;
}

@media (max-width: 991px) {
  .sidebar-dimmer {
    background: black;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility .4s, opacity .4s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
  .sidebar-active .sidebar-dimmer {
    opacity: .7;
    visibility: visible;
  }
}

.sidebar-nav {
  display: none;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.sidebar-nav-active .sidebar-nav {
  display: block;
}

.sidebar-nav li {
  border-bottom: 1px solid transparent;
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
}

.sidebar-nav li.sidebar-nav-overview {
  margin-left: 10px;
}

.sidebar-nav li:hover {
  color: #fc6423;
  border-bottom-color: #fc6423;
}

.sidebar-toc-active .sidebar-nav-toc, .sidebar-overview-active .sidebar-nav-overview {
  border-bottom-color: #fc6423;
  color: #fc6423;
  font-weight: bold;
}

.sidebar-toc-active .sidebar-nav-toc:hover, .sidebar-overview-active .sidebar-nav-overview:hover {
  color: #fc6423;
}

.sidebar-panel-container {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-panel {
  display: none;
}

.sidebar-overview-active .site-overview-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar-toc-active .post-toc-wrap {
  display: block;
}

.sidebar-toggle {
  bottom: 45px;
  height: 12px;
  padding: 6px 5px;
  width: 14px;
  background: #222;
  cursor: pointer;
  opacity: 0.6;
  position: fixed;
  z-index: 30;
  right: 30px;
}

@media (max-width: 991px) {
  .sidebar-toggle {
    right: 16px;
  }
}

.sidebar-toggle:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .sidebar-toggle {
    opacity: 0.8;
  }
}

.sidebar-toggle:hover .toggle-line {
  background: #fc6423;
}

@media (any-hover: hover) {
  body:not(.sidebar-active) .sidebar-toggle:hover .toggle-line:first-child {
    left: 50%;
    top: 2px;
    transform: rotate(45deg);
    width: 50%;
  }
  body:not(.sidebar-active) .sidebar-toggle:hover .toggle-line:last-child {
    left: 50%;
    top: -2px;
    transform: rotate(-45deg);
    width: 50%;
  }
}

.sidebar-active .sidebar-toggle .toggle-line:nth-child(2) {
  opacity: 0;
}

.sidebar-active .sidebar-toggle .toggle-line:first-child {
  top: 5px;
  transform: rotate(45deg);
}

.sidebar-active .sidebar-toggle .toggle-line:last-child {
  top: -5px;
  transform: rotate(-45deg);
}

.post-toc {
  font-size: 0.875em;
  padding: 0 8px;
}

.post-toc .active-current {
  color: #fc6423;
}

.post-toc ul {
  list-style: none;
  margin: 0;
  padding: 0 2px 5px 10px;
  text-align: left;
  counter-reset: item;
}

.post-toc ul > li > ul {
  border-left: 1px solid;
  margin-left: 4px;
}

.post-toc ul > li > ul li {
  position: relative;
  padding-left: 0;
}

.post-toc ul > li > ul li:before {
  position: absolute;
  content: ' ';
  top: 0.14em;
  left: -0.75em;
  width: 0.65em;
  height: 0.815em;
  border-style: none none dashed none;
  border-width: 0.05em;
}

.post-toc ul a {
  transition: all 0.2s ease-in-out;
  border: none;
}

.post-toc ul a:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.post-toc ul a:hover {
  text-decoration: underline;
  color: #fc6423;
}

.post-toc .nav-item {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-toc .nav .nav-child {
  display: none;
}

.post-toc .nav .active > .nav-child {
  display: block;
}

.post-toc .nav .active-current > .nav-child {
  display: block;
}

.post-toc .nav .active-current > .nav-child > .nav-item {
  display: block;
}

.post-toc .nav .active > a {
  border-bottom-color: #fc6423;
  color: #fc6423;
}

.post-toc .nav .active-current > a {
  color: #fc6423;
}

.post-toc .nav .active-current > a:hover {
  color: #fc6423;
}

.site-state {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4;
}

.site-state-item {
  padding: 0 15px;
  border-left: 1px solid #eee;
}

.site-state-item:first-child {
  border-left: none;
}

.site-state-item a {
  border-bottom: 0;
  display: block;
}

.site-state-item-count {
  display: block;
  font-size: 1em;
  font-weight: 600;
}

.site-state-item-name {
  color: #999;
  font-size: 0.8125em;
}

.sidebar-card-widget {
  background: var(--content-bg-color);
  border-radius: initial;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 -1px 0.5px 0 rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  color: var(--text-color);
  margin-top: 12px;
}

.sidebar-card-widget .item-headline {
  text-align: left;
  font-size: 0.875em;
  font-weight: bold;
}

.sidebar-card-widget .item-headline span {
  margin-left: 8px;
}

.sidebar-card-widget .siteinfo {
  font-size: 0.875em;
  text-align: left;
}

.sidebar-card-widget .siteinfo .siteinfo-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 2px 10px 0;
}

.sidebar-card-widget .siteinfo .siteinfo-item i {
  width: 16px;
  height: 16px;
  text-align: center;
  margin-right: 4px;
}

.sidebar-card-widget .siteinfo .siteinfo-item div:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}

.back-to-top-card {
  margin: 0;
  padding: 0;
}

.back-to-top-card div:first-child {
  margin: 0;
}

.footer {
  color: #999;
  font-size: 0.875em;
  padding: 20px 0;
}

.footer.footer-fixed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.footer-inner {
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 20px);
  /*  select {
      margin-left: 10px;

      option {
        font-size: $font-size-small;
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 30px; 
        background-size: cover;
      }
    }

    .flag-icon-zh-cn  {
      background-image: url("../imgs/flags/zh-CN.png");
    }

    .flag-icon-en-us {
      background-image: url("../imgs/flags/en-US.png");
    }

    .flag-icon-fr-fr {
      background-image: url("../imgs/flags/fr-FR.png");
    }
  } */
  /* .google-translate {
    display: flex;
    justify-content: center;
    .fa {
      font-size: $font-size-larger;
      margin: auto 0;
      line-height: normal;
    }
  } */
}

@media (min-width: 1200px) {
  .footer-inner {
    width: 1160px;
  }
}

@media (min-width: 1600px) {
  .footer-inner {
    width: 73%;
  }
}

@media (max-width: 767px) {
  .footer-inner {
    font-size: 0.8125em;
  }
}

@media (max-width: 567px) {
  .footer-inner {
    font-size: 0.75em;
  }
}

.footer-inner .i18n-translate {
  display: flex;
  justify-content: center;
}

.footer-inner .i18n-translate .fa {
  font-size: 1.5em;
  margin: auto 0;
  line-height: normal;
}

.footer-inner .i18n-translate .lang-select .flag-icon, .footer-inner .i18n-translate .lang-options .flag-icon {
  background-size: cover;
  width: 30px;
  height: 20px;
  display: none;
}

.footer-inner .i18n-translate .lang-select .flag-icon-zh-cn, .footer-inner .i18n-translate .lang-options .flag-icon-zh-cn {
  background-image: url("/imgs/flags/zh-cn.svg");
}

.footer-inner .i18n-translate .lang-select .flag-icon-en-us, .footer-inner .i18n-translate .lang-options .flag-icon-en-us {
  background-image: url("/imgs/flags/en-us.svg");
}

.footer-inner .i18n-translate .lang-select .flag-icon-fr-fr, .footer-inner .i18n-translate .lang-options .flag-icon-fr-fr {
  background-image: url("/imgs/flags/fr-fr.svg");
}

.footer-inner .i18n-translate .lang-select .flag-icon {
  display: block;
}

.footer-inner .i18n-translate .lang-select {
  margin-left: 16px;
  position: relative;
  display: inline-block;
  line-height: 1.25;
}

.footer-inner .i18n-translate .lang-select .fa {
  font-size: 1.125em;
}

.footer-inner .i18n-translate .lang-select .selected-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  justify-content: center;
  width: 140px;
  /* &:hover {
          + .lang-options {
            display: block;
            opacity: 1;
            transform: translateY(0);
          }
        }   */
}

.footer-inner .i18n-translate .lang-select .selected-option .selected-language {
  margin: 0 10px;
}

.footer-inner .i18n-translate .lang-select .lang-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--border-color);
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
}

.footer-inner .i18n-translate .lang-select .lang-options:hover {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.footer-inner .i18n-translate .lang-select .lang-options .lang-option {
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: left;
  padding-left: 14px;
}

.footer-inner .i18n-translate .lang-select .lang-options .lang-option:hover {
  background-color: var(--selection-bg);
}

.footer-inner .i18n-translate .lang-select .lang-options .lang-option .lang-name {
  margin: 0 16px 0 8px;
}

.footer-inner .vendors-list a {
  margin-right: 5px;
}

.footer-inner .vendors-list img {
  display: inline-block;
  max-width: 48px;
  min-width: 14px;
  max-height: 16px;
}

@media (max-width: 767px) {
  .footer-inner .vendors-list img {
    max-width: 40px;
  }
}

.footer-inner .vendors-list img[src$=".svg"] {
  filter: var(--highlight-img-fill);
}

.footer-inner .vendors-list a:nth-child(1) img {
  width: 50px;
}

@media (max-width: 767px) {
  .footer-inner .vendors-list a:nth-child(1) img {
    width: 40px;
  }
}

.footer-inner .vendors-list a:nth-child(2) img {
  width: 43px;
}

@media (max-width: 767px) {
  .footer-inner .vendors-list a:nth-child(2) img {
    width: 33px;
  }
}

.footer-inner .vendors-list a:nth-child(3) img {
  width: 14px;
}

@media (max-width: 767px) {
  .footer-inner .vendors-list a:nth-child(3) img {
    width: 4px;
  }
}

.use-motion .footer {
  opacity: 0;
}

.languages {
  display: inline-block;
  font-size: 1.125em;
  position: relative;
}

.languages .lang-select-label span {
  margin: 0 .5em;
}

.languages .lang-select {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.with-love {
  color: #ff0000;
  display: inline-block;
  margin: 0 5px;
}

/*
// < 767px
@include mobile() {

}
*/
@media (max-width: 567px) {
  .main-inner {
    padding: initial !important;
  }
  .posts-expand .post-header {
    margin-bottom: 10px !important;
  }
  .post-block {
    margin-top: 5px !important;
    padding: 8px 18px 8px !important;
  }
  .post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
    margin: 20px 0 8px;
  }
  .post-body .note h1, .post-body .note h2, .post-body .note h3, .post-body .note h4, .post-body .note h5, .post-body .note h6, .post-body .tabs .tab-content .tab-pane h1, .post-body .tabs .tab-content .tab-pane h2, .post-body .tabs .tab-content .tab-pane h3, .post-body .tabs .tab-content .tab-pane h4, .post-body .tabs .tab-content .tab-pane h5, .post-body .tabs .tab-content .tab-pane h6 {
    margin: 0 5px;
  }
  .post-body > p {
    margin: 0 0 10px;
  }
  .post-body .note > p, .post-body .tabs .tab-content .tab-pane > p {
    padding: 0 5px;
  }
  .post-body img, .post-body video {
    margin-bottom: 10px !important;
  }
  .post-body .note {
    margin-bottom: 10px !important;
    padding: 10px !important;
  }
  .post-body .note:not(.no-icon) {
    padding-left: 35px !important;
  }
  .post-body .tabs .tab-content .tab-pane {
    padding: 10px 10px 0 !important;
  }
  .post-eof {
    margin: 40px auto 20px !important;
  }
  .pagination {
    margin-top: 40px;
  }
}

/*
// < 413px
@include mobile-smallest() {

}
*/
.noscript-warning {
  background-color: #ff9090;
  color: white;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.tool-buttons {
  background: #222;
  cursor: pointer;
  opacity: 0.6;
  position: fixed;
  z-index: 30;
  right: 30px;
  background: none;
  bottom: 58px;
  filter: alpha(opacity=0);
  font-size: 0.8125em;
}

@media (max-width: 991px) {
  .tool-buttons {
    right: 16px;
  }
}

.tool-buttons:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .tool-buttons {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .tool-buttons {
    font-size: 0.75em;
  }
}

.tool-buttons .button {
  display: block;
  margin-bottom: 5px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background-color: #222;
  color: white;
  text-align: center;
  line-height: 35px;
  padding: 0;
  outline: 0;
  border: none;
  text-transform: none;
  cursor: pointer;
  opacity: 0.8;
  touch-action: manipulation;
}

@media (max-width: 767px) {
  .tool-buttons .button {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
  }
}

.tool-buttons .button:hover {
  color: #fc6423;
  opacity: 1;
}

.tool-buttons .goto-comments {
  display: none;
}

.back-to-top {
  bottom: -100px;
  box-sizing: border-box;
  color: white;
  padding: 0 6px;
  transition: bottom 0.2s ease-in-out;
  background: #222;
  cursor: pointer;
  opacity: 0.6;
  position: fixed;
  z-index: 30;
  right: 30px;
}

@media (max-width: 991px) {
  .back-to-top {
    right: 16px;
  }
}

.back-to-top:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .back-to-top {
    opacity: 0.8;
  }
}

.back-to-top:hover {
  color: #fc6423;
}

.back-to-top.back-to-top-on {
  bottom: 30px;
}

.reading-progress-bar {
  --progress: 0;
  background: #37c6c0;
  height: 3px;
  position: fixed;
  z-index: 50;
  width: var(--progress);
  left: 0;
  top: 0;
}

.rtl.post-body p, .rtl.post-body a, .rtl.post-body h1, .rtl.post-body h2, .rtl.post-body h3, .rtl.post-body h4, .rtl.post-body h5, .rtl.post-body h6, .rtl.post-body li, .rtl.post-body ul, .rtl.post-body ol {
  direction: rtl;
  font-family: UKIJ Ekran;
}

.rtl.post-title {
  font-family: UKIJ Ekran;
}

.post-button {
  margin-top: 40px;
  text-align: center;
}

.use-motion .post-block, .use-motion .flinks-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-comments {
  visibility: hidden;
}

.use-motion .post-header, .use-motion .flinks-header {
  visibility: hidden;
}

.use-motion .post-body, .use-motion .flinks-body {
  visibility: hidden;
}

.use-motion .collection-header {
  visibility: hidden;
}

.autonumber {
  counter-reset: h2;
}

.autonumber h2 {
  counter-reset: h3;
}

.autonumber h2:before {
  counter-increment: h2;
  content: counter(h2) ". ";
}

.autonumber h3 {
  counter-reset: h4;
}

.autonumber h3:before {
  counter-increment: h3;
  content: counter(h2) ". " counter(h3) ". ";
}

.autonumber h4 {
  counter-reset: h5;
}

.autonumber h4:before {
  counter-increment: h4;
  content: counter(h2) "." counter(h3) "." counter(h4) ". ";
}

.posts-collapse .post-content {
  margin-bottom: 35px;
  margin-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .posts-collapse .post-content {
    margin-left: 0;
    margin-right: 0;
  }
}

.posts-collapse .post-content .collection-title {
  font-size: 1.125em;
  position: relative;
}

.posts-collapse .post-content .collection-title::before {
  background: #999;
  border: 1px solid white;
  margin-left: -6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 10px;
  width: 10px;
}

.posts-collapse .post-content .collection-year {
  font-size: 1.5em;
  font-weight: bold;
  margin: 60px 0;
  position: relative;
}

.posts-collapse .post-content .collection-year::before {
  background: #bbb;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 8px;
  width: 8px;
}

.posts-collapse .post-content .collection-header {
  display: block;
  margin-left: 20px;
}

.posts-collapse .post-content .collection-header small {
  color: #bbb;
  margin-left: 5px;
}

.posts-collapse .post-content .post-header {
  border-bottom: 1px dashed #ccc;
  margin: 30px 2px 0;
  padding-left: 15px;
  position: relative;
  transition: border 0.2s ease-in-out;
}

.posts-collapse .post-content .post-header::before {
  background: #bbb;
  border: 1px solid white;
  left: -6px;
  position: absolute;
  top: 0.75em;
  transition: background 0.2s ease-in-out;
  border-radius: 50%;
  content: ' ';
  height: 6px;
  width: 6px;
}

.posts-collapse .post-content .post-header:hover {
  border-bottom-color: #666;
}

.posts-collapse .post-content .post-header:hover::before {
  background: #222;
}

.posts-collapse .post-content .post-meta-container {
  display: inline;
  font-size: 0.75em;
  margin-right: 10px;
}

.posts-collapse .post-content .post-title {
  display: inline;
}

.posts-collapse .post-content .post-title a {
  border-bottom: 0;
  color: var(--link-color);
}

.posts-collapse .post-content .post-title .fa-external-link-alt {
  font-size: 0.875em;
  margin-left: 5px;
}

.posts-collapse .post-content::before {
  background: #f5f5f5;
  content: ' ';
  height: 100%;
  margin-left: -2px;
  position: absolute;
  top: 1.25em;
  width: 4px;
}

.post-body {
  font-family: posts, global, "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-wrap: break-word;
  /** Defined special border properties for top card of post **/
}

@media (min-width: 1200px) {
  .post-body {
    font-size: 1.125em;
  }
}

@media (min-width: 992px) {
  .post-body {
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .post-body {
    text-align: justify;
  }
}

.post-body h1 .header-anchor, .post-body h1 .headerlink, .post-body h2 .header-anchor, .post-body h2 .headerlink, .post-body h3 .header-anchor, .post-body h3 .headerlink, .post-body h4 .header-anchor, .post-body h4 .headerlink, .post-body h5 .header-anchor, .post-body h5 .headerlink, .post-body h6 .header-anchor, .post-body h6 .headerlink {
  border-bottom-style: none;
  color: inherit;
  float: right;
  font-size: 0.875em;
  margin-left: 10px;
  opacity: 0;
}

.post-body h1 .header-anchor::before, .post-body h1 .headerlink::before, .post-body h2 .header-anchor::before, .post-body h2 .headerlink::before, .post-body h3 .header-anchor::before, .post-body h3 .headerlink::before, .post-body h4 .header-anchor::before, .post-body h4 .headerlink::before, .post-body h5 .header-anchor::before, .post-body h5 .headerlink::before, .post-body h6 .header-anchor::before, .post-body h6 .headerlink::before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.post-body h1:hover .header-anchor, .post-body h1:hover .headerlink, .post-body h2:hover .header-anchor, .post-body h2:hover .headerlink, .post-body h3:hover .header-anchor, .post-body h3:hover .headerlink, .post-body h4:hover .header-anchor, .post-body h4:hover .headerlink, .post-body h5:hover .header-anchor, .post-body h5:hover .headerlink, .post-body h6:hover .header-anchor, .post-body h6:hover .headerlink {
  opacity: .5;
}

.post-body h1:hover .header-anchor:hover, .post-body h1:hover .headerlink:hover, .post-body h2:hover .header-anchor:hover, .post-body h2:hover .headerlink:hover, .post-body h3:hover .header-anchor:hover, .post-body h3:hover .headerlink:hover, .post-body h4:hover .header-anchor:hover, .post-body h4:hover .headerlink:hover, .post-body h5:hover .header-anchor:hover, .post-body h5:hover .headerlink:hover, .post-body h6:hover .header-anchor:hover, .post-body h6:hover .headerlink:hover {
  opacity: 1;
}

.post-body .exturl .fa {
  font-size: 0.875em;
  margin-left: 4px;
}

.post-body .image-caption, .post-body img + figcaption, .post-body .fancybox + figcaption {
  color: #999;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  margin: -15px auto 15px;
  text-align: center;
}

.post-body iframe, .post-body img, .post-body video, .post-body embed {
  margin-bottom: 20px;
}

.post-body .video-container {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}

.post-body .video-container iframe, .post-body .video-container object, .post-body .video-container embed {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-body svg {
  max-width: 98%;
}

.post-body #more {
  visibility: hidden;
}

.post-body .post-expired-tip {
  font-size: var(--font-size-small);
  border: 1px solid #4A90E2;
  border-radius: 8px;
  border-left: 5px solid #4A90E2;
  border-top: 5px solid #4A90E2;
  box-shadow: 0.6rem 0.5rem 0.3rem var(--body-bg-color);
  margin: .85em .05em;
  padding: 0.65em 0.15em 0.65em 0.95em;
  display: none;
}

.post-body .post-expired-tip .post-expired-title {
  color: #4A90E2;
  font-weight: bold;
}

.post-body .post-expired-tip .post-expired-times {
  font-weight: bold;
  font-size: 1.15em;
  color: #e5534b;
  margin: 0 3px;
}

.post-body .post-summary-wrapper {
  margin: .85em .05em;
  border-radius: 8px;
  border: 1px solid #ea6733;
  border-right: 5px solid #ea6733;
  border-bottom: 5px solid #ea6733;
  box-shadow: 0.6rem 0.5rem 0.3rem var(--body-bg-color);
}

.post-body .post-summary-wrapper .summary-title {
  margin: .65em .93em 0 .93em;
  color: #ea6733;
  font-weight: bold;
}

.post-body .post-summary-wrapper .summary-content {
  background-color: var(--card-bg-color);
  border-radius: 8px;
  box-shadow: 0.08rem 0.06rem 0.03rem var(--body-bg-color);
  margin: .85em;
  padding: .85em .95em;
}

.post-body .post-alert-error {
  padding: 0 0 0 10px;
  border-left: 6px solid #DC3545;
  font-size: 0.825em;
  color: #DC3545;
}

.post-body .post-alert-help {
  padding: 0 0 0 10px;
  border-left: 6px solid #967ADC;
  font-size: 0.825em;
  color: #967ADC;
}

.post-body .post-alert-important {
  padding: 0 0 0 10px;
  border-left: 6px solid #007BFF;
  font-size: 0.825em;
  color: #007BFF;
}

.post-body .post-alert-info {
  padding: 0 0 0 10px;
  border-left: 6px solid #4A90E2;
  font-size: 0.825em;
  color: #4A90E2;
}

.post-body .post-alert-note {
  padding: 0 0 0 10px;
  border-left: 6px solid #17A2B8;
  font-size: 0.825em;
  color: #17A2B8;
}

.post-body .post-alert-success {
  padding: 0 0 0 10px;
  border-left: 6px solid #32CD32;
  font-size: 0.825em;
  color: #32CD32;
}

.post-body .post-alert-warning {
  padding: 0 0 0 10px;
  border-left: 6px solid #F39C12;
  font-size: 0.825em;
  color: #F39C12;
}

.post-body .post-alert-title, .post-body .post-expired-title {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin: 0;
}

.post-body .post-alert-title i, .post-body .post-expired-title i {
  font-size: 1.25em;
  text-align: center;
  vertical-align: middle;
}

.post-body .post-alert-title span, .post-body .post-expired-title span {
  margin: 0 0 0 8px;
  letter-spacing: 0.08em;
}

.post-body .post-alert-content, .post-body .post-expired-content {
  color: var(--text-color);
}

.post-gallery {
  display: flex;
  min-height: 200px;
}

.post-gallery .post-gallery-image {
  flex: 1;
}

.post-gallery .post-gallery-image:not(:first-child) {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -20px;
}

.post-gallery .post-gallery-image:not(:last-child) {
  margin-right: -20px;
}

.post-gallery .post-gallery-image img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}

.posts-expand .post-gallery {
  margin-bottom: 60px;
}

.posts-collapse .post-gallery {
  margin: 15px 0;
}

.posts-expand .post-header {
  font-size: 1.125em;
  margin-bottom: 40px;
  text-align: center;
}

.posts-expand .post-title {
  font-size: 1.5em;
  font-weight: normal;
  margin: initial;
  overflow-wrap: break-word;
}

.posts-expand .post-title-link {
  border-bottom: 0;
  color: var(--link-color);
  display: inline-block;
  position: relative;
}

.posts-expand .post-title-link::before {
  background: var(--link-color);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
}

.posts-expand .post-title-link:hover::before {
  transform: scaleX(1);
}

.posts-expand .post-title-link .fa-external-link-alt {
  font-size: 0.875em;
  margin-left: 5px;
}

.post-sticky-flag {
  display: inline-block;
  margin-right: 8px;
  transform: rotate(30deg);
}

.posts-expand .post-meta-container {
  color: #999;
  font-family: posts, global, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.75em;
  margin-top: 3px;
}

.posts-expand .post-meta-container .post-description {
  font-size: 0.875em;
  margin-top: 2px;
}

.posts-expand .post-meta-container time {
  border-bottom: 1px dashed #999;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

:not(.post-meta-break) + .post-meta-item::before {
  content: '|';
  margin: 0 .5em;
}

/* Make post meta display in one line
.post-meta-item-icon {
  margin-right: 3px;
} */
@media (max-width: 991px) {
  .post-meta-item-text {
    display: none;
  }
}

.post-meta-break {
  flex-basis: 100%;
  height: 0;
}

#comments-count {
  cursor: pointer;
  border-bottom: 1px solid #999;
}

.post-nav {
  border-top: 1px solid #eee;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 1em;
  padding: 10px 5px 0;
}

.post-nav-item {
  flex: 1;
}

.post-nav-item a {
  border-bottom: 0;
  display: block;
  font-size: 0.875em;
  line-height: 1.6;
}

.post-nav-item a:active {
  top: 2px;
}

.post-nav-item .fa {
  font-size: 0.75em;
}

.post-nav-item:first-child .fa {
  margin-right: 5px;
}

.post-nav-item:last-child {
  text-align: right;
}

.post-nav-item:last-child .fa {
  margin-left: 5px;
}

.post-footer, .flinks-list-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-footer hr, .flinks-list-footer hr {
  text-align: center;
  line-height: 0px;
  height: 0px;
  background-image: none;
  border-bottom: .125em dashed #999;
  margin: 24px 0 12px 0;
}

.post-footer hr:after, .flinks-list-footer hr:after {
  font-size: .9em;
  font-weight: bold;
  background: var(--content-bg-color);
  padding: 0 5px;
  z-index: 2;
}

.post-eof {
  background: #ccc;
  height: 1px;
  margin: 80px auto 60px;
  width: 8%;
}

.post-block:last-of-type .post-eof {
  display: none;
}

.post-tags {
  margin-bottom: 20px;
  text-align: center;
}

.post-tags a {
  display: inline-block;
  font-size: 0.8125em;
}

.post-tags a:before {
  content: "🔖";
  font-size: 1.25em;
}

.post-tags a:not(:last-child) {
  margin-right: 10px;
}

.post-share-tools {
  display: flex;
  justify-content: center;
}

.post-share-tools a {
  border: 0px;
}

.post-widgets {
  border-top: 1px solid #eee;
  margin-top: 15px;
  text-align: center;
}

.wpac-rating-container {
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  padding-top: 6px;
  text-align: center;
}

.social-like {
  display: flex;
  font-size: 0.875em;
  justify-content: center;
  text-align: center;
}

.reward-container {
  margin: 1em 0;
  /* padding: 1em 0; */
  text-align: center;
}

.reward-container div > i {
  font-size: 1.85em;
  margin-right: 4px;
}

.reward-container button {
  background: transparent;
  color: #fc6423;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 2px solid #fc6423;
  border-radius: 2px;
  outline: 0;
  transition: all 0.2s ease-in-out;
  vertical-align: text-top;
}

.reward-container button:hover {
  background: #fc6423;
  color: white;
}

.post-reward {
  display: none;
  padding-top: 20px;
}

.post-reward.active {
  display: block;
}

.post-reward .post-reward-item {
  display: inline-block;
}

.post-reward .post-reward-item span {
  display: block;
}

.post-reward img {
  display: inline-block;
  margin: .8em 1.2em;
  max-width: 100%;
  width: 180px;
  border: #eee 1px solid;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px 0px;
}

@keyframes next-roll {
  from {
    transform: rotateZ(30deg);
  }
  to {
    transform: rotateZ(-30deg);
  }
}

.followme {
  color: #bbb;
  /* padding: 1em 1.5em; */
  text-align: center;
  background: var(--card-bg-color);
  border-left: 3px solid #ff2a2a;
  margin: 1em 0;
  border-left: none;
  border-bottom: #46b404 solid 5px;
}

.followme .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.followme .social-list .social-item {
  margin: .5em 2em;
}

.followme .social-list .social-item a:hover {
  font-weight: bold;
}

@media (max-width: 991px) {
  .followme .social-list .social-item {
    margin: .5em .75em;
  }
}

.followme .social-list .social-link {
  border: 0;
  display: inline-block;
  text-align: center;
}

.followme .social-list .social-link .icon {
  font-size: 1.75em;
}

.followme .social-list .social-link .label {
  display: block;
  font-size: 14px;
}

.category-all-page {
  min-height: 700px;
}

.category-all-page .category-all-title {
  font-size: 1.35em;
  text-align: center;
}

.category-all-page .category-all {
  margin-top: 40px;
}

.category-all-page .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-all-page .category-list .category-list-item:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f07c";
  margin-right: 5px;
}

.category-all-page .category-list .category-list-item {
  margin: 5px 10px;
  font-weight: bold;
}

.category-all-page .category-list-count {
  color: #bbb;
  padding: 0 2px;
}

.category-all-page .category-list-count::before {
  content: ' (';
}

.category-all-page .category-list-count::after {
  content: ') ';
}

.category-all-page .category-children-list {
  padding-left: 38px;
  list-style: none;
}

.category-all-page .category-children-list .category-children-list-item:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f0ae";
  margin-right: 5px;
}

.category-all-page .category-children-list .category-children-list-item {
  font-size: 0.925em;
}

@keyframes dot-flash {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

.event-list hr {
  background: #222;
  margin: 20px 0 45px;
}

.event-list hr::after {
  background: #222;
  color: white;
  content: 'NOW';
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
}

.event-list .event {
  --event-background: #222;
  --event-foreground: #bbb;
  --event-title: white;
  background: var(--event-background);
  padding: 15px;
}

.event-list .event .event-summary {
  border-bottom: 0;
  color: var(--event-title);
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
}

.event-list .event .event-summary::before {
  animation: dot-flash 1s alternate infinite ease-in-out;
  background: var(--event-title);
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 12px;
  width: 12px;
}

.event-list .event:nth-of-type(odd) .event-summary::before {
  animation-delay: .5s;
}

.event-list .event:not(:last-child) {
  margin-bottom: 20px;
}

.event-list .event .event-relative-time {
  color: var(--event-foreground);
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-left: 12px;
}

.event-list .event .event-details {
  color: var(--event-foreground);
  display: block;
  line-height: 18px;
  padding: 6px 0 6px 35px;
}

.event-list .event .event-details::before {
  color: var(--event-foreground);
  display: inline-block;
  margin-right: 9px;
  width: 14px;
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.event-list .event .event-details.event-location::before {
  content: '\f041';
}

.event-list .event .event-details.event-duration::before {
  content: '\f017';
}

.event-list .event .event-details.event-description::before {
  content: '\f024';
}

.event-list .event-past {
  --event-background: #f5f5f5;
  --event-foreground: #999;
  --event-title: #222;
}

ul.breadcrumb {
  font-size: 0.75em;
  list-style: none;
  margin: 1em 0;
  padding: 0 2em;
  text-align: center;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li:not(:first-child)::before {
  content: '/\00a0';
  font-weight: normal;
  padding: .5em;
}

ul.breadcrumb li:last-child {
  font-weight: bold;
}

.tag-cloud {
  text-align: center;
  min-height: 700px;
}

.tag-cloud .tag-cloud-title {
  text-align: center;
  font-size: 1.35em;
}

.tag-cloud .tag-cloud-title .tag-list-count {
  font-size: 0.56em;
}

.tag-cloud .tag-cloud-tags {
  margin-top: 40px;
}

.tag-cloud a {
  display: inline-block;
  margin: 10px;
}

.tag-cloud-0 {
  border-bottom-color: #aaaaaa;
  color: #aaaaaa;
  font-size: 0.85em;
}

.tag-cloud-1 {
  border-bottom-color: #9b9b9b;
  color: #9b9b9b;
  font-size: 0.9em;
}

.tag-cloud-2 {
  border-bottom-color: #8b8b8b;
  color: #8b8b8b;
  font-size: 0.95em;
}

.tag-cloud-3 {
  border-bottom-color: #7c7c7c;
  color: #7c7c7c;
  font-size: 1em;
}

.tag-cloud-4 {
  border-bottom-color: #6d6d6d;
  color: #6d6d6d;
  font-size: 1.05em;
}

.tag-cloud-5 {
  border-bottom-color: #5e5e5e;
  color: #5e5e5e;
  font-size: 1.1em;
}

.tag-cloud-6 {
  border-bottom-color: #4e4e4e;
  color: #4e4e4e;
  font-size: 1.15em;
}

.tag-cloud-7 {
  border-bottom-color: #3f3f3f;
  color: #3f3f3f;
  font-size: 1.2em;
}

.tag-cloud-8 {
  border-bottom-color: #303030;
  color: #303030;
  font-size: 1.25em;
}

.tag-cloud-9 {
  border-bottom-color: #202020;
  color: #202020;
  font-size: 1.3em;
}

.tag-cloud-10 {
  border-bottom-color: #111111;
  color: #111111;
  font-size: 1.35em;
}

.flinks-block .flinks-header {
  text-align: center;
  font-weight: bold;
}

.flinks-block .flinks-list-title {
  font-size: 1.25em;
  font-weight: bold;
}

.flinks-block .flinks-lists > div:not(:first-child) {
  margin-top: 40px;
}

.flinks-block .flinks-list-desc {
  font-style: italic;
}

.flinks-block .flinks-list-items {
  overflow: auto;
  padding: 10px 10px 0;
  text-align: center;
}

.flinks-block .flinks-list-items .flinks-list-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px 7px;
  width: calc(100% / 3 - 18px);
  height: 90px;
  border-radius: 8px;
  line-height: 17px;
  -webkit-transform: translateZ(0);
  border: groove 1px var(--highlight-foreground);
  box-shadow: 0.6rem 0.5rem 0.3rem var(--body-bg-color);
}

@media (max-width: 767px) {
  .flinks-block .flinks-list-items .flinks-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flinks-block .flinks-list-items .flinks-list-item:hover:before, .flinks-block .flinks-list-items .flinks-list-item:focus:before, .flinks-block .flinks-list-items .flinks-list-item:active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.flinks-block .flinks-list-items .flinks-list-item:hover .flinks-item-icon {
  margin-left: -10px;
  width: 0;
}

.flinks-block .flinks-list-items .flinks-list-item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--body-bg-color);
  content: ' ';
  transition: transform .3s ease-out;
  transform: scale(0);
}

.flinks-block .flinks-list-items .flinks-list-item a {
  text-decoration: none;
}

.flinks-block .flinks-list-items .flinks-list-item .flinks-item-icon {
  float: left;
  overflow: hidden;
  margin: 15px 10px;
  width: 60px;
  height: 60px;
  border-radius: 35px;
  border: solid 1px var(--body-bg-color);
  -webkit-transition: width .3s ease-out;
  -moz-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  -ms-transition: width .3s ease-out;
  transition: width .3s ease-out;
}

.flinks-block .flinks-list-items .flinks-list-item .flinks-item-icon img {
  width: 100%;
  height: 100%;
  -webkit-transition: filter 375ms ease-in .2s,-webkit-transform .3s;
  -moz-transition: filter 375ms ease-in .2s,-moz-transform .3s;
  -o-transition: filter 375ms ease-in .2s,-o-transform .3s;
  -ms-transition: filter 375ms ease-in .2s,-ms-transform .3s;
  transition: filter 375ms ease-in .2s,transform .3s;
  object-fit: cover;
}

.flinks-block .flinks-list-items .flinks-list-item .flinks-item-name, .flinks-block .flinks-list-items .flinks-list-item .flinks-item-desc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flinks-block .flinks-list-items .flinks-list-item .flinks-item-name {
  padding: 20px 0 0 0;
  height: 20px;
  font-weight: 700;
  font-size: 1em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .flinks-block .flinks-list-items .flinks-list-item .flinks-item-name {
    display: none;
  }
}

.flinks-block .flinks-list-items .flinks-list-item .flinks-item-desc {
  padding: 10px 0;
  font-size: .92em;
}

@media (max-width: 767px) {
  .flinks-block .flinks-list-items .flinks-list-item .flinks-item-desc {
    display: none;
  }
}

.flinks-block .flinks-page-desc {
  margin-top: 20px;
}

.search-active {
  overflow: hidden;
}

.search-pop-overlay {
  background: rgba(0, 0, 0, 0);
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility .4s, background .4s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}

.search-active .search-pop-overlay {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
}

.search-popup {
  background: var(--card-bg-color);
  border-radius: 5px;
  height: 65%;
  margin: auto;
  transform: scale(0);
  transition: transform .4s;
  width: 700px;
}

.search-active .search-popup {
  transform: scale(1);
}

@media (max-width: 767px) {
  .search-popup {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
}

.search-popup .search-icon, .search-popup .popup-btn-close {
  color: #999;
  font-size: 18px;
  padding: 0 10px;
}

.search-popup .popup-btn-close {
  cursor: pointer;
}

.search-popup .popup-btn-close:hover .fa {
  color: #222;
}

.search-popup .search-header {
  background: var(--content-bg-color);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  padding: 5px;
}

.search-popup input.search-input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: var(--text-color);
}

.search-popup input.search-input::-webkit-search-cancel-button {
  display: none;
}

.search-popup .search-result-container {
  height: calc(100% - 55px);
  overflow: auto;
  padding: 0px 25px;
}

.search-popup .search-footer {
  background: var(--content-bg-color);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 5px;
  color: var(--text-color);
}

.search-popup .search-footer .search-meta-info {
  height: 26px;
  display: flex;
  padding: 5px 0;
}

.search-popup .search-footer .search-meta-info .search-hit-stats {
  font-size: 0.8125em;
  width: 65%;
  padding: 2px 8px;
}

.search-popup .search-footer .search-meta-info .search-vendor {
  width: 34%;
  text-align: right;
  font-size: 0.875em;
  font-weight: bold;
}

.search-popup .search-footer .search-meta-info .search-vendor img {
  width: 68px;
  margin: 5px;
  vertical-align: middle;
  display: inline;
}

.search-popup .search-footer .search-meta-info .search-vendor a {
  border: none;
}

.search-popup .search-result-list {
  margin: 0 5px;
  padding: 0;
}

.search-popup a.search-result-title {
  font-weight: bold;
}

.search-popup p.search-result {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}

mark.search-keyword {
  background: transparent;
  border-bottom: 1px dashed #ff2a2a;
  color: #ff2a2a;
  font-weight: bold;
}

.search-popup .search-input-container {
  flex-grow: 1;
  padding: 2px;
}

.search-popup .no-result {
  display: flex;
}

.search-popup .search-result-list {
  width: 100%;
}

.search-popup .search-result-icon {
  color: #ccc;
  margin: auto;
}

.gitter-open-chat-button {
  right: auto !important;
  left: 10px !important;
}

.wl-actions > button:nth-child(3) {
  display: none;
}

@media (max-width: 767px) {
  .wl-reaction-img {
    width: 28px;
    height: 28px;
  }
  .wl-reaction-votes {
    padding: 0.85px;
    font-weight: 500;
    font-size: .65em;
    line-height: .85;
  }
}

.use-motion .animated {
  animation-fill-mode: none;
  visibility: inherit;
}

.use-motion .sidebar .animated {
  animation-fill-mode: both;
}

.header-inner {
  background: var(--content-bg-color);
  border-radius: initial;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  width: 256px;
}

@media (max-width: 991px) {
  .header-inner {
    border-radius: initial;
    width: auto;
  }
}

.main {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: calc(100% - 20px);
}

@media (min-width: 1200px) {
  .main {
    width: 1160px;
  }
}

@media (min-width: 1600px) {
  .main {
    width: 73%;
  }
}

@media (max-width: 991px) {
  .main {
    display: block;
    width: auto;
  }
}

.main-inner {
  border-radius: initial;
  box-sizing: border-box;
  width: calc(100% - 268px);
}

@media (max-width: 991px) {
  .main-inner {
    border-radius: initial;
    width: 100%;
  }
}

.footer-inner {
  padding-left: 268px;
}

@media (max-width: 991px) {
  .footer-inner {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.site-brand-container {
  background: var(--theme-color);
}

@media (max-width: 991px) {
  .site-nav-on .site-brand-container {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  }
}

.site-meta {
  padding: 20px 0;
}

.brand {
  padding: 0;
}

.site-subtitle {
  margin: 10px 10px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-nav-toggle, .site-nav-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.site-nav-toggle .toggle, .site-nav-right .toggle {
  color: white;
}

.site-nav-toggle .toggle .toggle-line, .site-nav-right .toggle .toggle-line {
  background: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-nav {
    --scroll-height: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
  }
  body:not(.site-nav-on) .site-nav .animated {
    animation: none;
  }
  body.site-nav-on .site-nav {
    height: var(--scroll-height);
  }
}

.menu .menu-item {
  display: block;
  margin: 0;
}

.menu .menu-item a {
  padding: 5px 20px;
  position: relative;
  text-align: left;
  transition-property: background-color;
}

@media (max-width: 991px) {
  .menu .menu-item.menu-item-search {
    display: none;
  }
}

.menu .menu-item .badge {
  background: #ccc;
  border-radius: 10px;
  color: var(--content-bg-color);
  float: right;
  padding: 2px 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main-menu .menu-item-active::after {
  background: #bbb;
  border-radius: 50%;
  content: ' ';
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
}

.sub-menu {
  margin: 0;
  padding: 6px 0;
}

.sub-menu .menu-item {
  display: inline-block;
}

.sub-menu .menu-item a {
  background: transparent;
  margin: 5px 10px;
  padding: initial;
}

.sub-menu .menu-item a:hover {
  background: transparent;
  color: #fc6423;
}

.sub-menu .menu-item-active {
  border-bottom-color: #fc6423;
  color: #fc6423;
}

.sub-menu .menu-item-active:hover {
  border-bottom-color: #fc6423;
}

.sidebar {
  margin-top: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  width: 256px;
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}

.sidebar-toggle {
  display: none;
}

.sidebar-inner {
  background: var(--content-bg-color);
  border-radius: initial;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 -1px 0.5px 0 rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  color: var(--text-color);
}

.site-state-item {
  padding: 0 10px;
}

.sidebar .sidebar-button {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

.sidebar .sidebar-button button {
  border: 0;
  color: #fc6423;
  display: block;
  width: 100%;
}

.sidebar .sidebar-button button:hover {
  background: none;
  border: 0;
  color: #b73802;
}

.links-of-author, .links-of-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.links-of-author-item, .links-of-social-item {
  margin: 5px 0;
  width: 50%;
}

.links-of-author-item a, .links-of-social-item a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.links-of-author-item a, .links-of-social-item a {
  border-bottom: 0;
  border-radius: 4px;
  display: block;
}

.links-of-author-item a:hover, .links-of-social-item a:hover {
  background: var(--body-bg-color);
}

.links-of-blogroll-item {
  display: inline-block;
  max-width: 100%;
  margin: 5px;
}

.main-inner > .sub-menu, .main-inner > .post-block, .main-inner > .flinks-block, .main-inner > .tabs-comment, .main-inner > .comments, .main-inner > .post-comments, .main-inner > .pagination {
  background: var(--content-bg-color);
  border-radius: initial;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.main-inner > .sub-menu:not(:first-child):not(.sub-menu), .main-inner > .post-block:not(:first-child):not(.sub-menu), .main-inner > .flinks-block:not(:first-child):not(.sub-menu), .main-inner > .tabs-comment:not(:first-child):not(.sub-menu), .main-inner > .comments:not(:first-child):not(.sub-menu), .main-inner > .post-comments:not(:first-child):not(.sub-menu), .main-inner > .pagination:not(:first-child):not(.sub-menu) {
  border-radius: initial;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 -1px 0.5px 0 rgba(0, 0, 0, 0.09);
  margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-inner > .sub-menu:not(:first-child):not(.sub-menu), .main-inner > .post-block:not(:first-child):not(.sub-menu), .main-inner > .flinks-block:not(:first-child):not(.sub-menu), .main-inner > .tabs-comment:not(:first-child):not(.sub-menu), .main-inner > .comments:not(:first-child):not(.sub-menu), .main-inner > .post-comments:not(:first-child):not(.sub-menu), .main-inner > .pagination:not(:first-child):not(.sub-menu) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .main-inner > .sub-menu:not(:first-child):not(.sub-menu), .main-inner > .post-block:not(:first-child):not(.sub-menu), .main-inner > .flinks-block:not(:first-child):not(.sub-menu), .main-inner > .tabs-comment:not(:first-child):not(.sub-menu), .main-inner > .comments:not(:first-child):not(.sub-menu), .main-inner > .post-comments:not(:first-child):not(.sub-menu), .main-inner > .pagination:not(:first-child):not(.sub-menu) {
    margin-top: 8px;
  }
}

.post-block, .flinks-block, .comments, .post-comments {
  padding: 40px;
}

.post-eof {
  display: none;
}

.pagination {
  border-top: initial;
  padding: 10px 0;
}

.post-body h1, .post-body h2 {
  border-bottom: 1px solid #eee;
}

.post-body h3, .post-body h4 {
  border-bottom: 1px dotted #eee;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-inner {
    padding: 10px;
  }
  .posts-expand .post-button {
    margin-top: 20px;
  }
  .post-block, .flinks-block {
    padding: 20px;
  }
  .comments, .post-comments {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .main-inner {
    padding: 8px;
  }
  .posts-expand .post-button {
    margin: 12px 0;
  }
  .post-block, .flinks-block {
    padding: 12px;
  }
  .comments, .post-comments {
    padding: 10px 12px;
  }
}
