.stackoverflow-light {
  /*!
    Theme: StackOverflow Light
    Description: Light theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
.stackoverflow-light pre {
  background: #F6F6F6;
}
.stackoverflow-light pre .line-box {
  background: #F6F6F6;
}
.stackoverflow-light pre .line-box div {
  color: #777777;
  border-right: 1px solid #777777;
}
.stackoverflow-light pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
.stackoverflow-light code.hljs {
  padding: 3px 5px;
}
.stackoverflow-light .hljs {
  color: #2f3337;
  background: #f6f6f6;
}
.stackoverflow-light .hljs-subst {
  color: #2f3337;
}
.stackoverflow-light .hljs-comment {
  color: #656e77;
}
.stackoverflow-light .hljs-attr, .stackoverflow-light .hljs-doctag, .stackoverflow-light .hljs-keyword, .stackoverflow-light .hljs-meta .hljs-keyword, .stackoverflow-light .hljs-section, .stackoverflow-light .hljs-selector-tag {
  color: #015692;
}
.stackoverflow-light .hljs-attribute {
  color: #803378;
}
.stackoverflow-light .hljs-name, .stackoverflow-light .hljs-number, .stackoverflow-light .hljs-quote, .stackoverflow-light .hljs-selector-id, .stackoverflow-light .hljs-template-tag, .stackoverflow-light .hljs-type {
  color: #b75501;
}
.stackoverflow-light .hljs-selector-class {
  color: #015692;
}
.stackoverflow-light .hljs-link, .stackoverflow-light .hljs-regexp, .stackoverflow-light .hljs-selector-attr, .stackoverflow-light .hljs-string, .stackoverflow-light .hljs-symbol, .stackoverflow-light .hljs-template-variable, .stackoverflow-light .hljs-variable {
  color: #54790d;
}
.stackoverflow-light .hljs-meta, .stackoverflow-light .hljs-selector-pseudo {
  color: #015692;
}
.stackoverflow-light .hljs-built_in, .stackoverflow-light .hljs-literal, .stackoverflow-light .hljs-title {
  color: #b75501;
}
.stackoverflow-light .hljs-bullet, .stackoverflow-light .hljs-code {
  color: #535a60;
}
.stackoverflow-light .hljs-meta .hljs-string {
  color: #54790d;
}
.stackoverflow-light .hljs-deletion {
  color: #c02d2e;
}
.stackoverflow-light .hljs-addition {
  color: #2f6f44;
}
.stackoverflow-light .hljs-emphasis {
  font-style: italic;
}
.stackoverflow-light .hljs-strong {
  font-weight: 700;
}

.vs2015 pre {
  background: #1E1E1E;
}
.vs2015 pre .line-box {
  background: #1E1E1E;
}
.vs2015 pre .line-box div {
  color: #9B9B9B;
  border-right: 1px solid #9B9B9B;
}
.vs2015 pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
.vs2015 code.hljs {
  padding: 3px 5px;
}
.vs2015 .hljs {
  background: #1e1e1e;
  color: #dcdcdc;
}
.vs2015 .hljs-keyword, .vs2015 .hljs-literal, .vs2015 .hljs-name, .vs2015 .hljs-symbol {
  color: #569cd6;
}
.vs2015 .hljs-link {
  color: #569cd6;
  text-decoration: underline;
}
.vs2015 .hljs-built_in, .vs2015 .hljs-type {
  color: #4ec9b0;
}
.vs2015 .hljs-class, .vs2015 .hljs-number {
  color: #b8d7a3;
}
.vs2015 .hljs-meta .hljs-string, .vs2015 .hljs-string {
  color: #d69d85;
}
.vs2015 .hljs-regexp, .vs2015 .hljs-template-tag {
  color: #9a5334;
}
.vs2015 .hljs-formula, .vs2015 .hljs-function, .vs2015 .hljs-params, .vs2015 .hljs-subst, .vs2015 .hljs-title {
  color: #dcdcdc;
}
.vs2015 .hljs-comment, .vs2015 .hljs-quote {
  color: #57a64a;
  font-style: italic;
}
.vs2015 .hljs-doctag {
  color: #608b4e;
}
.vs2015 .hljs-meta, .vs2015 .hljs-meta .hljs-keyword, .vs2015 .hljs-tag {
  color: #9b9b9b;
}
.vs2015 .hljs-template-variable, .vs2015 .hljs-variable {
  color: #bd63c5;
}
.vs2015 .hljs-attr, .vs2015 .hljs-attribute {
  color: #9cdcfe;
}
.vs2015 .hljs-section {
  color: gold;
}
.vs2015 .hljs-emphasis {
  font-style: italic;
}
.vs2015 .hljs-strong {
  font-weight: 700;
}
.vs2015 .hljs-bullet, .vs2015 .hljs-selector-attr, .vs2015 .hljs-selector-class, .vs2015 .hljs-selector-id, .vs2015 .hljs-selector-pseudo, .vs2015 .hljs-selector-tag {
  color: #d7ba7d;
}
.vs2015 .hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}
.vs2015 .hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

.sunburst pre {
  background: #000000;
}
.sunburst pre .line-box {
  background: #000000;
}
.sunburst pre .line-box div {
  color: #AEAEAE;
  border-right: 1px solid #AEAEAE;
}
.sunburst pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
.sunburst code.hljs {
  padding: 3px 5px;
}
.sunburst .hljs {
  background: #000;
  color: #f8f8f8;
}
.sunburst .hljs-comment, .sunburst .hljs-quote {
  color: #aeaeae;
  font-style: italic;
}
.sunburst .hljs-keyword, .sunburst .hljs-selector-tag, .sunburst .hljs-type {
  color: #e28964;
}
.sunburst .hljs-string {
  color: #65b042;
}
.sunburst .hljs-subst {
  color: #daefa3;
}
.sunburst .hljs-link, .sunburst .hljs-regexp {
  color: #e9c062;
}
.sunburst .hljs-name, .sunburst .hljs-section, .sunburst .hljs-tag, .sunburst .hljs-title {
  color: #89bdff;
}
.sunburst .hljs-class .hljs-title, .sunburst .hljs-doctag, .sunburst .hljs-title.class_ {
  text-decoration: underline;
}
.sunburst .hljs-bullet, .sunburst .hljs-number, .sunburst .hljs-symbol {
  color: #3387cc;
}
.sunburst .hljs-params, .sunburst .hljs-template-variable, .sunburst .hljs-variable {
  color: #3e87e3;
}
.sunburst .hljs-attribute {
  color: #cda869;
}
.sunburst .hljs-meta {
  color: #8996a8;
}
.sunburst .hljs-formula {
  background-color: #0e2231;
  color: #f8f8f8;
  font-style: italic;
}
.sunburst .hljs-addition {
  background-color: #253b22;
  color: #f8f8f8;
}
.sunburst .hljs-deletion {
  background-color: #420e09;
  color: #f8f8f8;
}
.sunburst .hljs-selector-class {
  color: #9b703f;
}
.sunburst .hljs-selector-id {
  color: #8b98ab;
}
.sunburst .hljs-emphasis {
  font-style: italic;
}
.sunburst .hljs-strong {
  font-weight: 700;
}

.enable-highlight pre {
  position: relative;
  border-radius: 4px;
}
.enable-highlight pre:hover .copy-code-btn {
  display: block;
}
.enable-highlight pre .line-box {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12px;
}
.enable-highlight pre .line-box div {
  line-height: 24px;
  height: 24px;
  padding-right: 9px;
  font-size: 15px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.enable-highlight pre > code {
  font-size: 16px !important;
  white-space: pre;
  word-wrap: normal;
}
.enable-highlight pre > code::-webkit-scrollbar {
  height: 12px;
  background: #F1F1F1;
}
.enable-highlight pre > code::-webkit-scrollbar-thumb {
  background: #A8A8A8;
}

.line-num-show pre code {
  padding: 12px 10px 12px 54px !important;
}

.line-num-hide pre code {
  padding: 12px 16px !important;
}

* {
  text-transform: none;
}

header input[type=search]:focus {
  box-shadow: none;
}

#progress-bar {
  width: 100%;
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  background: #E0E0E0;
  z-index: 2000;
}
#progress-bar #progress {
  height: 100%;
  width: 0;
}

.breadcrumb-nav .breadcrumb {
  background: none;
}

.post-list .post .header-img {
  width: 100%;
}
.post-list .post .header-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.post-list .post .header-img a:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.post-list .post .post-title {
  font-size: 28px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-list .post .post-title a {
  transition: 0.3s;
}
.post-list .post .post-title a:hover {
  text-decoration: none;
}
.post-list .post .mini-header-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.post-list .post .mini-header-image a:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}
.post-list .post .post-info {
  display: flex;
  justify-content: flex-start;
}
.post-list .post .post-info span {
  display: flex;
  align-items: center;
}
.post-list .post .more-link-wrapper {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-list .post-content[data-header-image-type=mini] .content-box {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
}
.post-list .post-content[data-header-image-type=mini] .content-box .summary-box p {
  max-height: 80px;
  overflow-y: hidden;
}
.post-list .post-content[data-header-image-type=mini] .content-box .summary-box {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.post-list .post-content[data-header-image-type=mini] .content-box .more-link-wrapper {
  display: flex;
  justify-content: space-between;
}
.post-list .fullText p, .post-list .fullText li, .post-list .fullText a {
  font-size: 16px;
}
.post-list .fullText h1, .post-list .fullText h2, .post-list .fullText h3, .post-list .fullText h4, .post-list .fullText h5, .post-list .fullText h6 {
  font-weight: 700;
}
.post-list .fullText h1 code, .post-list .fullText h2 code, .post-list .fullText h3 code, .post-list .fullText h4 code, .post-list .fullText h5 code, .post-list .fullText h6 code {
  padding: 0 4px;
}
.post-list .fullText h1 {
  font-size: 28px;
}
.post-list .fullText h1 * {
  font-size: 28px;
}
.post-list .fullText h2 {
  font-size: 21px;
}
.post-list .fullText h2 * {
  font-size: 21px;
}
.post-list .fullText h3 {
  font-size: 18px;
}
.post-list .fullText h3 * {
  font-size: 18px;
}
.post-list .fullText h4, .post-list .fullText h5, .post-list .fullText h6 {
  font-size: 16px;
}
.post-list .fullText h4 *, .post-list .fullText h5 *, .post-list .fullText h6 * {
  font-size: 16px;
}
.post-list .fullText img:not(.logo) {
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-list .fullText figcaption {
  text-align: center;
  color: #757575;
  font-size: 15px;
}
.post-list .fullText p code, .post-list .fullText li code, .post-list .fullText td code {
  font-size: 16px;
  padding: 0 4px;
}
.post-list .fullText a {
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
}
.post-list .fullText p {
  margin: 20px 0;
}
.post-list .fullText blockquote {
  border-left: 3px solid #333333;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.post-list .fullText table td, .post-list .fullText table th {
  min-width: 90px;
}
.post-list .fullText .table-responsive {
  margin-bottom: 20px;
}
.post-list .fullText .table-responsive table {
  margin-bottom: 0;
}
.post-list .fullText pre {
  margin-bottom: 20px;
}
.post-list .fullText video {
  width: 100%;
}

#to-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  opacity: 0.7;
}

.sidebar {
  position: relative;
}
.sidebar section h2 {
  font-size: 12px;
  font-weight: 700;
}
.sidebar section ul {
  list-style: none;
  padding: 0;
}
.sidebar section ul li {
  margin-bottom: 12px;
}
.sidebar section ul li a {
  font-size: 12px;
}
.sidebar .latest-comment img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
}
.sidebar .latest-comment .media-body {
  overflow: hidden;
}
.sidebar .latest-comment .media-body p {
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .directory {
  overflow-y: auto;
}
.sidebar .directory::-webkit-scrollbar {
  width: 6px;
  background: #F1F1F1;
}
.sidebar .directory::-webkit-scrollbar-thumb {
  background: #A8A8A8;
}
.sidebar .directory > .article-directory {
  width: 100%;
}
.sidebar .directory > .article-directory .article-directory {
  margin-left: 16px;
}
.sidebar .blog-info .blog-user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar .blog-info .blog-user-info .avatar {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  flex: none;
}
.sidebar .blog-info .blog-user-info .pingback {
  font-size: 20px;
  line-height: 56px;
}
.sidebar .blog-info .statistics p {
  font-size: 16px;
  margin: 0;
  color: #333333;
  display: flex;
  align-items: center;
}
.sidebar .customize-html {
  word-break: break-all;
}
.sidebar .customize-html img {
  max-width: 100%;
}
.sidebar .archive ul li {
  width: 120px;
}

.archive-title h1 {
  font-size: 16px;
  font-weight: 700;
}

.post-page .header-img {
  width: 100%;
}
.post-page .header-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.post-page .header-img a:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.post-page .post-title {
  font-size: 28px;
  font-weight: 700;
}
.post-page .post-title a {
  transition: 0.3s;
}
.post-page .post-title a:hover {
  text-decoration: none;
}
.post-page .post-info {
  display: flex;
  justify-content: flex-start;
}
.post-page .post-info span {
  display: flex;
  align-items: center;
}
.post-page article .post-content p, .post-page article .post-content li, .post-page article .post-content a {
  font-size: 16px;
}
.post-page article .post-content h1, .post-page article .post-content h2, .post-page article .post-content h3, .post-page article .post-content h4, .post-page article .post-content h5, .post-page article .post-content h6 {
  font-weight: 700;
}
.post-page article .post-content h1 code, .post-page article .post-content h2 code, .post-page article .post-content h3 code, .post-page article .post-content h4 code, .post-page article .post-content h5 code, .post-page article .post-content h6 code {
  padding: 0 4px;
}
.post-page article .post-content h1 {
  font-size: 28px;
}
.post-page article .post-content h1 * {
  font-size: 28px;
}
.post-page article .post-content h2 {
  font-size: 21px;
}
.post-page article .post-content h2 * {
  font-size: 21px;
}
.post-page article .post-content h3 {
  font-size: 18px;
}
.post-page article .post-content h3 * {
  font-size: 18px;
}
.post-page article .post-content h4, .post-page article .post-content h5, .post-page article .post-content h6 {
  font-size: 16px;
}
.post-page article .post-content h4 *, .post-page article .post-content h5 *, .post-page article .post-content h6 * {
  font-size: 16px;
}
.post-page article .post-content img:not(.logo) {
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-page article .post-content figcaption {
  text-align: center;
  color: #757575;
  font-size: 15px;
}
.post-page article .post-content p code, .post-page article .post-content li code, .post-page article .post-content td code {
  font-size: 16px;
  padding: 0 4px;
}
.post-page article .post-content a {
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
}
.post-page article .post-content p {
  margin: 20px 0;
}
.post-page article .post-content blockquote {
  border-left: 3px solid #333333;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.post-page article .post-content table td, .post-page article .post-content table th {
  min-width: 90px;
}
.post-page article .post-content .table-responsive {
  margin-bottom: 20px;
}
.post-page article .post-content .table-responsive table {
  margin-bottom: 0;
}
.post-page article .post-content pre {
  margin-bottom: 20px;
}
.post-page article .post-content video {
  width: 100%;
}
.post-page article .post-content .load-img {
  width: 100%;
  height: 380px;
  display: block;
  background-color: #E0E0E0;
}
.post-page .category-tag .post-category {
  display: flex;
  align-items: center;
}
.post-page .category-tag .post-category a {
  margin-right: 6px;
}
.post-page .category-tag .post-tag {
  display: flex;
  align-items: center;
}
.post-page .category-tag .post-tag a {
  margin-right: 6px;
}
.post-page .category-tag .post-tag a:last-child {
  margin-right: 0;
}
.post-page #qr-link .link-box {
  margin: 0 auto;
  width: 96px;
  display: flex;
  justify-content: space-between;
}
.post-page #qr-link .link-box a {
  font-size: 20px;
}
.post-page #qr-link .link-box a:hover {
  text-decoration: none;
}
.post-page .protected {
  text-align: center;
}
.post-page #reward-qr .qr img {
  max-width: 100%;
}
.post-page .agree-share > div button:last-child {
  margin-right: 0 !important;
}

#agree-p {
  font-weight: 700;
  font-size: 18px;
  color: red;
  position: absolute;
}

.copy-code-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}

#directory-btn {
  position: fixed;
  right: 20px;
  bottom: 80px;
  font-size: 16px;
  opacity: 0.7;
  width: 40px;
  height: 40px;
}

#directory-mobile {
  width: 0;
  position: fixed;
  right: 60px;
  bottom: 80px;
  flex-direction: column;
  display: flex;
  max-height: 70%;
  width: 300px;
  opacity: 0;
}
#directory-mobile .directory-list {
  height: 100%;
  overflow-y: auto;
}
#directory-mobile .directory-list ul {
  list-style: none;
  padding-left: 0;
}
#directory-mobile .directory-list ul ul {
  padding-left: 15px;
}
#directory-mobile .directory-list a {
  font-size: 14px;
}
#directory-mobile .title-bar {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
#directory-mobile .title-bar i {
  font-size: 15px;
}

@media screen and (max-height: 450px) {
  #directory-mobile {
    max-height: 60%;
  }
}
#max-img-box {
  display: none;
}
#max-img-box #max-img-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1200;
}
#max-img-box .max-img-features-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1203;
  display: none;
}
#max-img-box .max-img-features-btn button {
  color: #FFFFFF;
  text-shadow: 0 1px #333333, 1px 0 #333333, -1px 0 #333333, 0 -1px #333333;
  font-size: 15px;
}
#max-img-box .max-img-features-btn button:hover {
  color: #F7E6D2;
}
#max-img-box #img-info {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 16px;
  text-shadow: 0 1px #333333, 1px 0 #333333, -1px 0 #333333, 0 -1px #333333;
  z-index: 1203;
  display: none;
}
#max-img-box #max-img {
  position: absolute;
  cursor: move;
  display: none;
  z-index: 1201;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.text-avatar, .pingback {
  width: 42px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 42px;
  border-radius: 50%;
  margin-right: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pingback {
  background: #488CB8;
}

#comments .comment-off {
  margin-top: 24px;
}
#comments .comment-off h2 {
  font-size: 21px;
  font-weight: 700;
}
#comments .comment-input {
  margin-top: 24px;
}
#comments .comment-input h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}
#comments .comment-input .row div {
  margin-bottom: 16px;
}
#comments .comment-input .row div textarea {
  height: 150px;
}
#comments .comment-input a {
  font-weight: 700;
}
#comments .comment-input #emoji-panel {
  width: 400px;
  height: 300px;
  position: absolute;
  z-index: 10;
  display: none;
}
#comments .comment-input #emoji-panel #emoji-classification {
  overflow-x: auto;
}
#comments .comment-input #emoji-panel #emoji-classification button {
  font-size: 16px;
}
#comments .comment-input #emoji-panel #emoji-classification button:hover {
  background: #D9230F;
}
#comments .comment-input #emoji-panel #emoji-classification .selected {
  background: #D9230F;
}
#comments .comment-input #emoji-panel #emoji-list {
  max-height: 222px;
  overflow-y: auto;
}
#comments .comment-input #emoji-panel #emoji-list .emoji {
  float: left;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
#comments .comment-input #emoji-panel #emoji-list .emoji:hover {
  background: #D9230F;
}
#comments .comment-input #emoji-panel #emoji-list .emoji:focus {
  background: #D9230F;
}
#comments .comments-lists {
  margin-top: 24px;
}
#comments .comments-lists h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}
#comments .comments-lists ol {
  list-style: none;
  padding: 0;
}
#comments .comments-lists .comment-author .avatar {
  float: left;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#comments .comments-lists .comment-author .comment-info .author {
  font-size: 14px;
}
#comments .comments-lists .comment-author .comment-info .comment-time {
  display: block;
  font-size: 12px;
}
#comments .comments-lists .comment-author .comment-reply > span {
  display: flex;
  align-items: center;
}
#comments .comments-lists .comment-author .comment-reply a, #comments .comments-lists .comment-author .comment-reply i {
  font-weight: 700;
  font-size: 14px;
}
#comments .comments-lists .comment-content {
  margin-left: 52px;
}
#comments .comments-lists .comment-content p, #comments .comments-lists .comment-content li, #comments .comments-lists .comment-content a {
  font-size: 16px;
}
#comments .comments-lists .comment-content h1, #comments .comments-lists .comment-content h2, #comments .comments-lists .comment-content h3, #comments .comments-lists .comment-content h4, #comments .comments-lists .comment-content h5, #comments .comments-lists .comment-content h6 {
  font-weight: 700;
}
#comments .comments-lists .comment-content h1 code, #comments .comments-lists .comment-content h2 code, #comments .comments-lists .comment-content h3 code, #comments .comments-lists .comment-content h4 code, #comments .comments-lists .comment-content h5 code, #comments .comments-lists .comment-content h6 code {
  padding: 0 4px;
}
#comments .comments-lists .comment-content h1 {
  font-size: 28px;
}
#comments .comments-lists .comment-content h1 * {
  font-size: 28px;
}
#comments .comments-lists .comment-content h2 {
  font-size: 21px;
}
#comments .comments-lists .comment-content h2 * {
  font-size: 21px;
}
#comments .comments-lists .comment-content h3 {
  font-size: 18px;
}
#comments .comments-lists .comment-content h3 * {
  font-size: 18px;
}
#comments .comments-lists .comment-content h4, #comments .comments-lists .comment-content h5, #comments .comments-lists .comment-content h6 {
  font-size: 16px;
}
#comments .comments-lists .comment-content h4 *, #comments .comments-lists .comment-content h5 *, #comments .comments-lists .comment-content h6 * {
  font-size: 16px;
}
#comments .comments-lists .comment-content img:not(.logo) {
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#comments .comments-lists .comment-content figcaption {
  text-align: center;
  color: #757575;
  font-size: 15px;
}
#comments .comments-lists .comment-content p code, #comments .comments-lists .comment-content li code, #comments .comments-lists .comment-content td code {
  font-size: 16px;
  padding: 0 4px;
}
#comments .comments-lists .comment-content a {
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
}
#comments .comments-lists .comment-content p {
  margin: 20px 0;
}
#comments .comments-lists .comment-content blockquote {
  border-left: 3px solid #333333;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
#comments .comments-lists .comment-content table td, #comments .comments-lists .comment-content table th {
  min-width: 90px;
}
#comments .comments-lists .comment-content .table-responsive {
  margin-bottom: 20px;
}
#comments .comments-lists .comment-content .table-responsive table {
  margin-bottom: 0;
}
#comments .comments-lists .comment-content pre {
  margin-bottom: 20px;
}
#comments .comments-lists .comment-content video {
  width: 100%;
}
#comments .comments-lists .comment-content p {
  margin-top: 0;
  word-wrap: break-word;
  word-break: break-all;
}
#comments .comments-lists .comment-content p, #comments .comments-lists .comment-content a, #comments .comments-lists .comment-content li, #comments .comments-lists .comment-content code, #comments .comments-lists .comment-content td {
  font-size: 15px;
}
#comments .comments-lists .comment-children {
  margin-left: 52px;
}
#comments .comments-lists .comment-children .comment-children {
  margin-left: 0;
}
#comments .comments-lists .comment-input {
  margin-bottom: 20px;
}

.archive-page .archives {
  position: relative;
}
.archive-page .archives::before {
  width: 2px;
  height: 100%;
  background: #BBBBBB;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 57px;
}
.archive-page .archives .archives-item {
  position: relative;
}
.archive-page .archives .archives-item h2 {
  font-size: 12px !important;
  background: #FCFCFC;
  width: 84px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  z-index: 10;
  left: 15px;
  cursor: pointer;
  border: 1px solid #BBBBBB;
}
.archive-page .archives .archives-item ul {
  padding-left: 0;
  list-style: none;
}
.archive-page .archives .archives-item ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.archive-page .archives .archives-item ul li:hover .timeline {
  background: #FF4242;
}
.archive-page .archives .archives-item ul li .day {
  display: block;
  width: 36px;
  text-align: center;
  flex: none;
}
.archive-page .archives .archives-item ul li .timeline {
  width: 8px;
  height: 8px;
  background: #BBBBBB;
  border-radius: 50%;
  margin: 0 10px;
  flex: none;
}

.page-links .logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #F7F7F9;
}
.page-links .logo-icon {
  width: 42px;
  height: 42px;
  background: #09679B;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 22px;
}
.page-links .link {
  display: flex;
  align-items: center;
}

.statistics-page #category-chart {
  height: 320px;
  position: relative;
}
.statistics-page #post-chart, .statistics-page #comment-chart {
  height: 180px;
  position: relative;
}
.statistics-page .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-404 .text-404 {
  font-size: 120px;
  font-weight: 700;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .post-content[data-header-image-type=mini] .summary-box p {
    max-height: 60px;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .post-content[data-header-image-type=mini] .summary-box p {
    max-height: 80px;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .post-list .post .post-title {
    font-size: 18px;
  }
  .post-list .post .post-content[data-header-image-type=mini] .summary-box p {
    max-height: 80px;
    overflow-y: hidden;
  }
  .post-page .post-title {
    font-size: 28px;
    font-weight: 700;
    font-size: 18px;
  }
  .post-page .post-title a {
    transition: 0.3s;
  }
  .post-page .post-title a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 575px) {
  .post-list .post .post-title {
    font-size: 18px;
  }
  .post-list .post .post-content[data-header-image-type=mini] .summary-box p {
    max-height: 60px;
    overflow-y: hidden;
  }
  .post-page .post-title {
    font-size: 28px;
    font-weight: 700;
    font-size: 18px;
  }
  .post-page .post-title a {
    transition: 0.3s;
  }
  .post-page .post-title a:hover {
    text-decoration: none;
  }
  #comments .comments-lists .comment-children {
    margin-left: 21px;
  }
  #comments .comments-lists .comment-children .comment-children {
    margin-left: 0;
  }
  #comments #emoji-panel {
    width: 93% !important;
  }
  .load-img {
    height: 200px !important;
  }
}
.light-color {
  background-color: #FCFCFC;
}
.light-color header .navbar {
  background-color: #FFFFFF;
  border-color: #eeeeee;
}
.light-color header .navbar .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-brand:hover, .light-color header .navbar .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.light-color header .navbar .navbar-nav .nav-link:hover, .light-color header .navbar .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.light-color header .navbar .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.light-color header .navbar .navbar-nav .show > .nav-link,
.light-color header .navbar .navbar-nav .active > .nav-link,
.light-color header .navbar .navbar-nav .nav-link.show,
.light-color header .navbar .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.light-color header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.light-color header .navbar .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.light-color header .navbar .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-text a:hover, .light-color header .navbar .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.light-color .avatar {
  background-color: #E0E0E0;
}
.light-color .header-img a {
  background-color: #E0E0E0;
}
.light-color .mini-header-image a {
  background-color: #E0E0E0;
}
.light-color .post-title a {
  color: #212529;
}
.light-color .post-title a:hover {
  color: #D0220F;
}
.light-color .post-title a:focus {
  color: #D0220F;
}
.light-color .more-link-wrapper .read-more {
  color: #d9230f;
  border-color: #d9230f;
}
.light-color .more-link-wrapper .read-more:hover {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.light-color .more-link-wrapper .read-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}
.light-color .more-link-wrapper .read-more:disabled {
  color: #d9230f;
  background-color: transparent;
}
.light-color .expiration-reminder {
  color: #01506c;
  background-color: #ccebf5;
  border-color: #b8e3f2;
}
.light-color #copyright-info {
  color: #714410;
  background-color: #f7e6d2;
  border-color: #f4dcc0;
}
.light-color #to-top-btn, .light-color #directory-btn {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.light-color .sidebar section > h2 {
  color: #333333;
}
.light-color .sidebar section li a {
  color: #333333;
}
.light-color #directory-mobile {
  background: #FFFFFF;
}
.light-color .post-page .post-content p > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content ol li > code, .light-color .post-page .post-content ul li > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content h1, .light-color .post-page .post-content h2, .light-color .post-page .post-content h3, .light-color .post-page .post-content h4, .light-color .post-page .post-content h5, .light-color .post-page .post-content h6 {
  color: #333333;
}
.light-color .post-page .post-content h1 code, .light-color .post-page .post-content h2 code, .light-color .post-page .post-content h3 code, .light-color .post-page .post-content h4 code, .light-color .post-page .post-content h5 code, .light-color .post-page .post-content h6 code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content table th code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content table td code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .agree-share button {
  color: #d9230f;
  border-color: #d9230f;
}
.light-color .post-page .agree-share button:hover {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.light-color .post-page .agree-share button:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}
.light-color .post-page .agree-share button:disabled {
  color: #d9230f;
  background-color: transparent;
}
.light-color .post-page .post-navigation a {
  color: #333333;
}
.light-color .post-page .post-navigation a:hover {
  color: #D9230F;
}
.light-color #comments .comment-info b {
  color: #333333;
}
.light-color #comments .comment-info .comment-time {
  color: #686868;
}
.light-color #comments .comment-content p > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content ol li > code, .light-color #comments .comment-content ul li > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content h1, .light-color #comments .comment-content h2, .light-color #comments .comment-content h3, .light-color #comments .comment-content h4, .light-color #comments .comment-content h5, .light-color #comments .comment-content h6 {
  color: #333333;
}
.light-color #comments .comment-content h1 code, .light-color #comments .comment-content h2 code, .light-color #comments .comment-content h3 code, .light-color #comments .comment-content h4 code, .light-color #comments .comment-content h5 code, .light-color #comments .comment-content h6 code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content table th code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content table td code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-reply i, .light-color #comments .comment-reply a {
  color: #333333;
}
.light-color #comments .comment-input #show-emoji-btn {
  color: #d9230f;
  border-color: #d9230f;
}
.light-color #comments .comment-input #show-emoji-btn:hover {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.light-color #comments .comment-input #show-emoji-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}
.light-color #comments .comment-input #show-emoji-btn:disabled {
  color: #d9230f;
  background-color: transparent;
}
.light-color .archive-title h1 {
  color: #6B6B6B;
}
.light-color .statistics-card {
  background: #B3D8FF;
}
.light-color .page-404 #back-home-page {
  color: #d9230f;
  border-color: #d9230f;
}
.light-color .page-404 #back-home-page:hover {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.light-color .page-404 #back-home-page:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}
.light-color .page-404 #back-home-page:disabled {
  color: #d9230f;
  background-color: transparent;
}

@media (prefers-color-scheme: light) {
  .auto-color {
    background-color: #FCFCFC;
  }
  .auto-color header .navbar {
    background-color: #FFFFFF;
    border-color: #eeeeee;
  }
  .auto-color header .navbar .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-brand:hover, .auto-color header .navbar .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .auto-color header .navbar .navbar-nav .nav-link:hover, .auto-color header .navbar .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .auto-color header .navbar .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  .auto-color header .navbar .navbar-nav .show > .nav-link,
  .auto-color header .navbar .navbar-nav .active > .nav-link,
  .auto-color header .navbar .navbar-nav .nav-link.show,
  .auto-color header .navbar .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .auto-color header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .auto-color header .navbar .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .auto-color header .navbar .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-text a:hover, .auto-color header .navbar .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color .avatar {
    background-color: #E0E0E0;
  }
  .auto-color .header-img a {
    background-color: #E0E0E0;
  }
  .auto-color .mini-header-image a {
    background-color: #E0E0E0;
  }
  .auto-color .post-title a {
    color: #212529;
  }
  .auto-color .post-title a:hover {
    color: #D0220F;
  }
  .auto-color .post-title a:focus {
    color: #D0220F;
  }
  .auto-color .more-link-wrapper .read-more {
    color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .more-link-wrapper .read-more:hover {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .more-link-wrapper .read-more:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
  }
  .auto-color .more-link-wrapper .read-more:disabled {
    color: #d9230f;
    background-color: transparent;
  }
  .auto-color .expiration-reminder {
    color: #01506c;
    background-color: #ccebf5;
    border-color: #b8e3f2;
  }
  .auto-color #copyright-info {
    color: #714410;
    background-color: #f7e6d2;
    border-color: #f4dcc0;
  }
  .auto-color #to-top-btn, .auto-color #directory-btn {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
  }
  .auto-color .sidebar section > h2 {
    color: #333333;
  }
  .auto-color .sidebar section li a {
    color: #333333;
  }
  .auto-color #directory-mobile {
    background: #FFFFFF;
  }
  .auto-color .post-page .post-content p > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content ol li > code, .auto-color .post-page .post-content ul li > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content h1, .auto-color .post-page .post-content h2, .auto-color .post-page .post-content h3, .auto-color .post-page .post-content h4, .auto-color .post-page .post-content h5, .auto-color .post-page .post-content h6 {
    color: #333333;
  }
  .auto-color .post-page .post-content h1 code, .auto-color .post-page .post-content h2 code, .auto-color .post-page .post-content h3 code, .auto-color .post-page .post-content h4 code, .auto-color .post-page .post-content h5 code, .auto-color .post-page .post-content h6 code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content table th code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content table td code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .agree-share button {
    color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .post-page .agree-share button:hover {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .post-page .agree-share button:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
  }
  .auto-color .post-page .agree-share button:disabled {
    color: #d9230f;
    background-color: transparent;
  }
  .auto-color .post-page .post-navigation a {
    color: #333333;
  }
  .auto-color .post-page .post-navigation a:hover {
    color: #D9230F;
  }
  .auto-color #comments .comment-info b {
    color: #333333;
  }
  .auto-color #comments .comment-info .comment-time {
    color: #686868;
  }
  .auto-color #comments .comment-content p > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content ol li > code, .auto-color #comments .comment-content ul li > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content h1, .auto-color #comments .comment-content h2, .auto-color #comments .comment-content h3, .auto-color #comments .comment-content h4, .auto-color #comments .comment-content h5, .auto-color #comments .comment-content h6 {
    color: #333333;
  }
  .auto-color #comments .comment-content h1 code, .auto-color #comments .comment-content h2 code, .auto-color #comments .comment-content h3 code, .auto-color #comments .comment-content h4 code, .auto-color #comments .comment-content h5 code, .auto-color #comments .comment-content h6 code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content table th code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content table td code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-reply i, .auto-color #comments .comment-reply a {
    color: #333333;
  }
  .auto-color #comments .comment-input #show-emoji-btn {
    color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color #comments .comment-input #show-emoji-btn:hover {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color #comments .comment-input #show-emoji-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
  }
  .auto-color #comments .comment-input #show-emoji-btn:disabled {
    color: #d9230f;
    background-color: transparent;
  }
  .auto-color .archive-title h1 {
    color: #6B6B6B;
  }
  .auto-color .statistics-card {
    background: #B3D8FF;
  }
  .auto-color .page-404 #back-home-page {
    color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .page-404 #back-home-page:hover {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .page-404 #back-home-page:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
  }
  .auto-color .page-404 #back-home-page:disabled {
    color: #d9230f;
    background-color: transparent;
  }
}
.dark-color {
  background-color: #0C0C0C;
}
.dark-color header .navbar {
  background-color: #16161A;
  border-color: #202025;
}
.dark-color header .navbar .navbar-brand {
  color: #fff;
}
.dark-color header .navbar .navbar-brand:hover, .dark-color header .navbar .navbar-brand:focus {
  color: #fff;
}
.dark-color header .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.dark-color header .navbar .navbar-nav .nav-link:hover, .dark-color header .navbar .navbar-nav .nav-link:focus {
  color: #fff;
}
.dark-color header .navbar .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.dark-color header .navbar .navbar-nav .show > .nav-link,
.dark-color header .navbar .navbar-nav .active > .nav-link,
.dark-color header .navbar .navbar-nav .nav-link.show,
.dark-color header .navbar .navbar-nav .nav-link.active {
  color: #fff;
}
.dark-color header .navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-color header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dark-color header .navbar .navbar-text {
  color: rgba(255, 255, 255, 0.75);
}
.dark-color header .navbar .navbar-text a {
  color: #fff;
}
.dark-color header .navbar .navbar-text a:hover, .dark-color header .navbar .navbar-text a:focus {
  color: #fff;
}
.dark-color header .navbar .dropdown-menu {
  background: #25252C;
}
.dark-color header .navbar .dropdown-menu a {
  color: #D3D3D3;
}
.dark-color header .navbar input[type=search] {
  background: #25252C;
  color: #FFFFFF;
  transition: 0.3s;
  border-color: #CF210E;
}
.dark-color header .navbar input[type=search]:focus {
  background: #16161A;
}
.dark-color .breadcrumb-nav .breadcrumb a {
  color: #E47063;
}
.dark-color .breadcrumb-nav .breadcrumb li {
  color: rgba(255, 255, 255, 0.75);
}
.dark-color .avatar {
  background-color: #282828;
}
.dark-color .header-img a {
  background-color: #232323 !important;
}
.dark-color .post-title a {
  color: #D3D3D3 !important;
}
.dark-color .post-title a:hover {
  color: #E47063 !important;
}
.dark-color .post-title a:focus {
  color: #E47063 !important;
}
.dark-color .post-info a {
  color: #E47063;
}
.dark-color .post-info span {
  color: #999999;
}
.dark-color .text-color {
  color: #D3D3D3;
}
.dark-color .comment-count, .dark-color .edit-link {
  color: #E47063;
}
.dark-color .more-link-wrapper .read-more {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.dark-color .more-link-wrapper .read-more:hover {
  color: #fff;
  background-color: #b51d0d;
  border-color: #a91b0c;
}
.dark-color .more-link-wrapper .read-more:focus {
  color: #fff;
  background-color: #b51d0d;
  border-color: #a91b0c;
  box-shadow: 0 0 0 0.2rem rgba(223, 68, 51, 0.5);
}
.dark-color .more-link-wrapper .read-more:disabled {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.dark-color .fullText p {
  color: #D3D3D3;
}
.dark-color .fullText p > code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .fullText ol li, .dark-color .fullText ul li {
  color: #D3D3D3;
}
.dark-color .fullText ol li > code, .dark-color .fullText ul li > code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .fullText h1, .dark-color .fullText h2, .dark-color .fullText h3, .dark-color .fullText h4, .dark-color .fullText h5, .dark-color .fullText h6 {
  color: #FFFFFF !important;
}
.dark-color .fullText h1 code, .dark-color .fullText h2 code, .dark-color .fullText h3 code, .dark-color .fullText h4 code, .dark-color .fullText h5 code, .dark-color .fullText h6 code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .fullText table {
  background: #16161A;
}
.dark-color .fullText table th {
  color: #FFFFFF;
  border: 1px solid #454D55;
}
.dark-color .fullText table th a {
  color: #E47063;
}
.dark-color .fullText table th code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .fullText table td {
  color: #D3D3D3;
  border: 1px solid #454D55;
}
.dark-color .fullText table td a {
  color: #E47063;
}
.dark-color .fullText table td code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .fullText table tbody tr:nth-child(odd) {
  background: #212529;
}
.dark-color .fullText table tr:hover {
  background: #212529;
}
.dark-color .fullText a {
  color: #E47063;
}
.dark-color .fullText hr {
  background: #CCCCCC;
}
.dark-color .fullText pre code::-webkit-scrollbar {
  background: #212529;
}
.dark-color .fullText pre code::-webkit-scrollbar-thumb {
  background: #717171;
}
.dark-color .fullText blockquote {
  color: #999999;
}
.dark-color .expiration-reminder {
  background: #16161A;
  color: #D3D3D3;
}
.dark-color #copyright-info {
  background: #16161A;
}
.dark-color .pagination li:not(.active) a {
  background: #16161A;
  color: #D3D3D3 !important;
  border: none;
}
.dark-color .pagination .active a {
  color: #D3D3D3 !important;
}
.dark-color #to-top-btn, .dark-color #directory-btn {
  background-color: #212529;
  color: #FFFFFF !important;
  border: none !important;
}
.dark-color .sidebar section > h2 {
  color: #D3D3D3;
}
.dark-color .sidebar section li a {
  color: #D3D3D3;
}
.dark-color .sidebar section .message {
  color: #D3D3D3;
}
.dark-color .sidebar .change-color label, .dark-color .sidebar .language-select label {
  color: #D3D3D3;
}
.dark-color .sidebar .latest-comment p {
  color: #D3D3D3;
}
.dark-color .sidebar .blog-info a {
  color: #E47063;
}
.dark-color .sidebar .blog-info p {
  color: #D3D3D3;
}
.dark-color .sidebar .blog-info hr {
  background: #CCCCCC;
}
.dark-color .sidebar .customize-html {
  color: #D3D3D3;
}
.dark-color .sidebar .customize-html a {
  color: #E47063;
}
.dark-color #directory-mobile {
  background: #16161A;
}
.dark-color #directory-mobile .title-bar h5, .dark-color #directory-mobile .title-bar button {
  color: #D3D3D3;
}
.dark-color #directory-mobile a {
  color: #E47063;
}
.dark-color .post-page .post-content p {
  color: #D3D3D3;
}
.dark-color .post-page .post-content p > code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .post-page .post-content ol li, .dark-color .post-page .post-content ul li {
  color: #D3D3D3;
}
.dark-color .post-page .post-content ol li > code, .dark-color .post-page .post-content ul li > code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .post-page .post-content h1, .dark-color .post-page .post-content h2, .dark-color .post-page .post-content h3, .dark-color .post-page .post-content h4, .dark-color .post-page .post-content h5, .dark-color .post-page .post-content h6 {
  color: #FFFFFF !important;
}
.dark-color .post-page .post-content h1 code, .dark-color .post-page .post-content h2 code, .dark-color .post-page .post-content h3 code, .dark-color .post-page .post-content h4 code, .dark-color .post-page .post-content h5 code, .dark-color .post-page .post-content h6 code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .post-page .post-content table {
  background: #16161A;
}
.dark-color .post-page .post-content table th {
  color: #FFFFFF;
  border: 1px solid #454D55;
}
.dark-color .post-page .post-content table th a {
  color: #E47063;
}
.dark-color .post-page .post-content table th code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .post-page .post-content table td {
  color: #D3D3D3;
  border: 1px solid #454D55;
}
.dark-color .post-page .post-content table td a {
  color: #E47063;
}
.dark-color .post-page .post-content table td code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color .post-page .post-content table tbody tr:nth-child(odd) {
  background: #212529;
}
.dark-color .post-page .post-content table tr:hover {
  background: #212529;
}
.dark-color .post-page .post-content a {
  color: #E47063;
}
.dark-color .post-page .post-content hr {
  background: #CCCCCC;
}
.dark-color .post-page .post-content pre code::-webkit-scrollbar {
  background: #212529;
}
.dark-color .post-page .post-content pre code::-webkit-scrollbar-thumb {
  background: #717171;
}
.dark-color .post-page .post-content blockquote {
  color: #999999;
}
.dark-color .post-page .category-tag i {
  color: #D3D3D3;
}
.dark-color .post-page .post-category a {
  color: #D3D3D3;
}
.dark-color .post-page .agree-share button {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.dark-color .post-page .agree-share button:hover {
  color: #fff;
  background-color: #b51d0d;
  border-color: #a91b0c;
}
.dark-color .post-page .agree-share button:focus {
  color: #fff;
  background-color: #b51d0d;
  border-color: #a91b0c;
  box-shadow: 0 0 0 0.2rem rgba(223, 68, 51, 0.5);
}
.dark-color .post-page .agree-share button:disabled {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.dark-color .post-page #qr-link p {
  color: #D3D3D3;
}
.dark-color .post-page .post-navigation a {
  color: #E47063;
}
.dark-color .post-page .post-navigation div {
  color: #D3D3D3;
}
.dark-color #comments h2 {
  color: #D3D3D3;
}
.dark-color #comments a {
  color: #E47063;
}
.dark-color #comments .comment-info b {
  color: #D3D3D3;
}
.dark-color #comments .comment-info .comment-time {
  color: #999999;
}
.dark-color #comments .comment-info .mx-2 {
  color: #D3D3D3;
}
.dark-color #comments .comment-content {
  color: #D3D3D3;
}
.dark-color #comments .comment-content p {
  color: #D3D3D3;
}
.dark-color #comments .comment-content p > code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color #comments .comment-content ol li, .dark-color #comments .comment-content ul li {
  color: #D3D3D3;
}
.dark-color #comments .comment-content ol li > code, .dark-color #comments .comment-content ul li > code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color #comments .comment-content h1, .dark-color #comments .comment-content h2, .dark-color #comments .comment-content h3, .dark-color #comments .comment-content h4, .dark-color #comments .comment-content h5, .dark-color #comments .comment-content h6 {
  color: #FFFFFF !important;
}
.dark-color #comments .comment-content h1 code, .dark-color #comments .comment-content h2 code, .dark-color #comments .comment-content h3 code, .dark-color #comments .comment-content h4 code, .dark-color #comments .comment-content h5 code, .dark-color #comments .comment-content h6 code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color #comments .comment-content table {
  background: #16161A;
}
.dark-color #comments .comment-content table th {
  color: #FFFFFF;
  border: 1px solid #454D55;
}
.dark-color #comments .comment-content table th a {
  color: #E47063;
}
.dark-color #comments .comment-content table th code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color #comments .comment-content table td {
  color: #D3D3D3;
  border: 1px solid #454D55;
}
.dark-color #comments .comment-content table td a {
  color: #E47063;
}
.dark-color #comments .comment-content table td code {
  background: #000000 !important;
  color: #F1D951 !important;
}
.dark-color #comments .comment-content table tbody tr:nth-child(odd) {
  background: #212529;
}
.dark-color #comments .comment-content table tr:hover {
  background: #212529;
}
.dark-color #comments .comment-content a {
  color: #E47063;
}
.dark-color #comments .comment-content hr {
  background: #CCCCCC;
}
.dark-color #comments .comment-content pre code::-webkit-scrollbar {
  background: #212529;
}
.dark-color #comments .comment-content pre code::-webkit-scrollbar-thumb {
  background: #717171;
}
.dark-color #comments .comment-content blockquote {
  color: #999999;
}
.dark-color #comments .comment-reply i, .dark-color #comments .comment-reply a {
  color: #D3D3D3 !important;
}
.dark-color #comments .comment-input label {
  color: #D3D3D3;
}
.dark-color #comments .comment-input textarea, .dark-color #comments .comment-input input {
  background: #16161A;
  color: #D3D3D3;
  transition: 0.3s;
}
.dark-color #comments .comment-input #show-emoji-btn {
  color: #fff;
  border-color: #fff;
}
.dark-color #comments .comment-input #show-emoji-btn:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.dark-color #comments .comment-input #show-emoji-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.dark-color #comments .comment-input #show-emoji-btn:disabled {
  color: #fff;
  background-color: transparent;
}
.dark-color #comments .comment-input #emoji-panel {
  background: #16161A !important;
}
.dark-color #comments .comment-input #emoji-panel .card-body {
  background: #16161A;
}
.dark-color #comments .comment-input #emoji-panel * {
  color: #D3D3D3;
}
.dark-color #comments .comment-input .comment-user {
  color: #D3D3D3;
}
.dark-color .archive-description {
  color: #999999;
}
.dark-color .no-content {
  color: #D3D3D3;
}
.dark-color .no-content hr {
  background: #D3D3D3;
}
.dark-color footer nav {
  color: #F9F9F9;
}
.dark-color footer nav a {
  color: #E47063;
}
.dark-color .archive-title h1 {
  color: #D3D3D3;
}
.dark-color .archive-page .archives h2 {
  background: #121212;
}
.dark-color .statistics-card {
  background: #16161A;
}
.dark-color .page-404 h1 {
  color: #D3D3D3;
}
.dark-color .page-404 h3 {
  color: #D3D3D3;
}
.dark-color .page-404 #back-home-page {
  color: #fff;
  border-color: #fff;
}
.dark-color .page-404 #back-home-page:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.dark-color .page-404 #back-home-page:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.dark-color .page-404 #back-home-page:disabled {
  color: #fff;
  background-color: transparent;
}

@media (prefers-color-scheme: dark) {
  .auto-color {
    background-color: #0C0C0C;
  }
  .auto-color header .navbar {
    background-color: #16161A;
    border-color: #202025;
  }
  .auto-color header .navbar .navbar-brand {
    color: #fff;
  }
  .auto-color header .navbar .navbar-brand:hover, .auto-color header .navbar .navbar-brand:focus {
    color: #fff;
  }
  .auto-color header .navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .auto-color header .navbar .navbar-nav .nav-link:hover, .auto-color header .navbar .navbar-nav .nav-link:focus {
    color: #fff;
  }
  .auto-color header .navbar .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  .auto-color header .navbar .navbar-nav .show > .nav-link,
  .auto-color header .navbar .navbar-nav .active > .nav-link,
  .auto-color header .navbar .navbar-nav .nav-link.show,
  .auto-color header .navbar .navbar-nav .nav-link.active {
    color: #fff;
  }
  .auto-color header .navbar .navbar-toggler {
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .auto-color header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .auto-color header .navbar .navbar-text {
    color: rgba(255, 255, 255, 0.75);
  }
  .auto-color header .navbar .navbar-text a {
    color: #fff;
  }
  .auto-color header .navbar .navbar-text a:hover, .auto-color header .navbar .navbar-text a:focus {
    color: #fff;
  }
  .auto-color header .navbar .dropdown-menu {
    background: #25252C;
  }
  .auto-color header .navbar .dropdown-menu a {
    color: #D3D3D3;
  }
  .auto-color header .navbar input[type=search] {
    background: #25252C;
    color: #FFFFFF;
    transition: 0.3s;
    border-color: #CF210E;
  }
  .auto-color header .navbar input[type=search]:focus {
    background: #16161A;
  }
  .auto-color .breadcrumb-nav .breadcrumb a {
    color: #E47063;
  }
  .auto-color .breadcrumb-nav .breadcrumb li {
    color: rgba(255, 255, 255, 0.75);
  }
  .auto-color .avatar {
    background-color: #282828;
  }
  .auto-color .header-img a {
    background-color: #232323 !important;
  }
  .auto-color .post-title a {
    color: #D3D3D3 !important;
  }
  .auto-color .post-title a:hover {
    color: #E47063 !important;
  }
  .auto-color .post-title a:focus {
    color: #E47063 !important;
  }
  .auto-color .post-info a {
    color: #E47063;
  }
  .auto-color .post-info span {
    color: #999999;
  }
  .auto-color .text-color {
    color: #D3D3D3;
  }
  .auto-color .comment-count, .auto-color .edit-link {
    color: #E47063;
  }
  .auto-color .more-link-wrapper .read-more {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .more-link-wrapper .read-more:hover {
    color: #fff;
    background-color: #b51d0d;
    border-color: #a91b0c;
  }
  .auto-color .more-link-wrapper .read-more:focus {
    color: #fff;
    background-color: #b51d0d;
    border-color: #a91b0c;
    box-shadow: 0 0 0 0.2rem rgba(223, 68, 51, 0.5);
  }
  .auto-color .more-link-wrapper .read-more:disabled {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .fullText p {
    color: #D3D3D3;
  }
  .auto-color .fullText p > code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .fullText ol li, .auto-color .fullText ul li {
    color: #D3D3D3;
  }
  .auto-color .fullText ol li > code, .auto-color .fullText ul li > code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .fullText h1, .auto-color .fullText h2, .auto-color .fullText h3, .auto-color .fullText h4, .auto-color .fullText h5, .auto-color .fullText h6 {
    color: #FFFFFF !important;
  }
  .auto-color .fullText h1 code, .auto-color .fullText h2 code, .auto-color .fullText h3 code, .auto-color .fullText h4 code, .auto-color .fullText h5 code, .auto-color .fullText h6 code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .fullText table {
    background: #16161A;
  }
  .auto-color .fullText table th {
    color: #FFFFFF;
    border: 1px solid #454D55;
  }
  .auto-color .fullText table th a {
    color: #E47063;
  }
  .auto-color .fullText table th code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .fullText table td {
    color: #D3D3D3;
    border: 1px solid #454D55;
  }
  .auto-color .fullText table td a {
    color: #E47063;
  }
  .auto-color .fullText table td code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .fullText table tbody tr:nth-child(odd) {
    background: #212529;
  }
  .auto-color .fullText table tr:hover {
    background: #212529;
  }
  .auto-color .fullText a {
    color: #E47063;
  }
  .auto-color .fullText hr {
    background: #CCCCCC;
  }
  .auto-color .fullText pre code::-webkit-scrollbar {
    background: #212529;
  }
  .auto-color .fullText pre code::-webkit-scrollbar-thumb {
    background: #717171;
  }
  .auto-color .fullText blockquote {
    color: #999999;
  }
  .auto-color .expiration-reminder {
    background: #16161A;
    color: #D3D3D3;
  }
  .auto-color #copyright-info {
    background: #16161A;
  }
  .auto-color .pagination li:not(.active) a {
    background: #16161A;
    color: #D3D3D3 !important;
    border: none;
  }
  .auto-color .pagination .active a {
    color: #D3D3D3 !important;
  }
  .auto-color #to-top-btn, .auto-color #directory-btn {
    background-color: #212529;
    color: #FFFFFF !important;
    border: none !important;
  }
  .auto-color .sidebar section > h2 {
    color: #D3D3D3;
  }
  .auto-color .sidebar section li a {
    color: #D3D3D3;
  }
  .auto-color .sidebar section .message {
    color: #D3D3D3;
  }
  .auto-color .sidebar .change-color label, .auto-color .sidebar .language-select label {
    color: #D3D3D3;
  }
  .auto-color .sidebar .latest-comment p {
    color: #D3D3D3;
  }
  .auto-color .sidebar .blog-info a {
    color: #E47063;
  }
  .auto-color .sidebar .blog-info p {
    color: #D3D3D3;
  }
  .auto-color .sidebar .blog-info hr {
    background: #CCCCCC;
  }
  .auto-color .sidebar .customize-html {
    color: #D3D3D3;
  }
  .auto-color .sidebar .customize-html a {
    color: #E47063;
  }
  .auto-color #directory-mobile {
    background: #16161A;
  }
  .auto-color #directory-mobile .title-bar h5, .auto-color #directory-mobile .title-bar button {
    color: #D3D3D3;
  }
  .auto-color #directory-mobile a {
    color: #E47063;
  }
  .auto-color .post-page .post-content p {
    color: #D3D3D3;
  }
  .auto-color .post-page .post-content p > code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .post-page .post-content ol li, .auto-color .post-page .post-content ul li {
    color: #D3D3D3;
  }
  .auto-color .post-page .post-content ol li > code, .auto-color .post-page .post-content ul li > code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .post-page .post-content h1, .auto-color .post-page .post-content h2, .auto-color .post-page .post-content h3, .auto-color .post-page .post-content h4, .auto-color .post-page .post-content h5, .auto-color .post-page .post-content h6 {
    color: #FFFFFF !important;
  }
  .auto-color .post-page .post-content h1 code, .auto-color .post-page .post-content h2 code, .auto-color .post-page .post-content h3 code, .auto-color .post-page .post-content h4 code, .auto-color .post-page .post-content h5 code, .auto-color .post-page .post-content h6 code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .post-page .post-content table {
    background: #16161A;
  }
  .auto-color .post-page .post-content table th {
    color: #FFFFFF;
    border: 1px solid #454D55;
  }
  .auto-color .post-page .post-content table th a {
    color: #E47063;
  }
  .auto-color .post-page .post-content table th code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .post-page .post-content table td {
    color: #D3D3D3;
    border: 1px solid #454D55;
  }
  .auto-color .post-page .post-content table td a {
    color: #E47063;
  }
  .auto-color .post-page .post-content table td code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color .post-page .post-content table tbody tr:nth-child(odd) {
    background: #212529;
  }
  .auto-color .post-page .post-content table tr:hover {
    background: #212529;
  }
  .auto-color .post-page .post-content a {
    color: #E47063;
  }
  .auto-color .post-page .post-content hr {
    background: #CCCCCC;
  }
  .auto-color .post-page .post-content pre code::-webkit-scrollbar {
    background: #212529;
  }
  .auto-color .post-page .post-content pre code::-webkit-scrollbar-thumb {
    background: #717171;
  }
  .auto-color .post-page .post-content blockquote {
    color: #999999;
  }
  .auto-color .post-page .category-tag i {
    color: #D3D3D3;
  }
  .auto-color .post-page .post-category a {
    color: #D3D3D3;
  }
  .auto-color .post-page .agree-share button {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .post-page .agree-share button:hover {
    color: #fff;
    background-color: #b51d0d;
    border-color: #a91b0c;
  }
  .auto-color .post-page .agree-share button:focus {
    color: #fff;
    background-color: #b51d0d;
    border-color: #a91b0c;
    box-shadow: 0 0 0 0.2rem rgba(223, 68, 51, 0.5);
  }
  .auto-color .post-page .agree-share button:disabled {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .post-page #qr-link p {
    color: #D3D3D3;
  }
  .auto-color .post-page .post-navigation a {
    color: #E47063;
  }
  .auto-color .post-page .post-navigation div {
    color: #D3D3D3;
  }
  .auto-color #comments h2 {
    color: #D3D3D3;
  }
  .auto-color #comments a {
    color: #E47063;
  }
  .auto-color #comments .comment-info b {
    color: #D3D3D3;
  }
  .auto-color #comments .comment-info .comment-time {
    color: #999999;
  }
  .auto-color #comments .comment-info .mx-2 {
    color: #D3D3D3;
  }
  .auto-color #comments .comment-content {
    color: #D3D3D3;
  }
  .auto-color #comments .comment-content p {
    color: #D3D3D3;
  }
  .auto-color #comments .comment-content p > code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color #comments .comment-content ol li, .auto-color #comments .comment-content ul li {
    color: #D3D3D3;
  }
  .auto-color #comments .comment-content ol li > code, .auto-color #comments .comment-content ul li > code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color #comments .comment-content h1, .auto-color #comments .comment-content h2, .auto-color #comments .comment-content h3, .auto-color #comments .comment-content h4, .auto-color #comments .comment-content h5, .auto-color #comments .comment-content h6 {
    color: #FFFFFF !important;
  }
  .auto-color #comments .comment-content h1 code, .auto-color #comments .comment-content h2 code, .auto-color #comments .comment-content h3 code, .auto-color #comments .comment-content h4 code, .auto-color #comments .comment-content h5 code, .auto-color #comments .comment-content h6 code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color #comments .comment-content table {
    background: #16161A;
  }
  .auto-color #comments .comment-content table th {
    color: #FFFFFF;
    border: 1px solid #454D55;
  }
  .auto-color #comments .comment-content table th a {
    color: #E47063;
  }
  .auto-color #comments .comment-content table th code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color #comments .comment-content table td {
    color: #D3D3D3;
    border: 1px solid #454D55;
  }
  .auto-color #comments .comment-content table td a {
    color: #E47063;
  }
  .auto-color #comments .comment-content table td code {
    background: #000000 !important;
    color: #F1D951 !important;
  }
  .auto-color #comments .comment-content table tbody tr:nth-child(odd) {
    background: #212529;
  }
  .auto-color #comments .comment-content table tr:hover {
    background: #212529;
  }
  .auto-color #comments .comment-content a {
    color: #E47063;
  }
  .auto-color #comments .comment-content hr {
    background: #CCCCCC;
  }
  .auto-color #comments .comment-content pre code::-webkit-scrollbar {
    background: #212529;
  }
  .auto-color #comments .comment-content pre code::-webkit-scrollbar-thumb {
    background: #717171;
  }
  .auto-color #comments .comment-content blockquote {
    color: #999999;
  }
  .auto-color #comments .comment-reply i, .auto-color #comments .comment-reply a {
    color: #D3D3D3 !important;
  }
  .auto-color #comments .comment-input label {
    color: #D3D3D3;
  }
  .auto-color #comments .comment-input textarea, .auto-color #comments .comment-input input {
    background: #16161A;
    color: #D3D3D3;
    transition: 0.3s;
  }
  .auto-color #comments .comment-input #show-emoji-btn {
    color: #fff;
    border-color: #fff;
  }
  .auto-color #comments .comment-input #show-emoji-btn:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }
  .auto-color #comments .comment-input #show-emoji-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .auto-color #comments .comment-input #show-emoji-btn:disabled {
    color: #fff;
    background-color: transparent;
  }
  .auto-color #comments .comment-input #emoji-panel {
    background: #16161A !important;
  }
  .auto-color #comments .comment-input #emoji-panel .card-body {
    background: #16161A;
  }
  .auto-color #comments .comment-input #emoji-panel * {
    color: #D3D3D3;
  }
  .auto-color #comments .comment-input .comment-user {
    color: #D3D3D3;
  }
  .auto-color .archive-description {
    color: #999999;
  }
  .auto-color .no-content {
    color: #D3D3D3;
  }
  .auto-color .no-content hr {
    background: #D3D3D3;
  }
  .auto-color footer nav {
    color: #F9F9F9;
  }
  .auto-color footer nav a {
    color: #E47063;
  }
  .auto-color .archive-title h1 {
    color: #D3D3D3;
  }
  .auto-color .archive-page .archives h2 {
    background: #121212;
  }
  .auto-color .statistics-card {
    background: #16161A;
  }
  .auto-color .page-404 h1 {
    color: #D3D3D3;
  }
  .auto-color .page-404 h3 {
    color: #D3D3D3;
  }
  .auto-color .page-404 #back-home-page {
    color: #fff;
    border-color: #fff;
  }
  .auto-color .page-404 #back-home-page:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }
  .auto-color .page-404 #back-home-page:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .auto-color .page-404 #back-home-page:disabled {
    color: #fff;
    background-color: transparent;
  }
}

/*# sourceMappingURL=style.css.map */
