/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
/**
 * 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;
  font-size: 14px;
}
/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, 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: -0.25em;
}
sup {
  top: -0.5em;
}
/* 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 */
}
/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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: 0.35em 0.75em 0.625em;
}
/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline;
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
[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'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}
/* a11y-dark theme */
/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */
/* @author: ericwbailey */
/* Comment */
.hljs-comment,
.hljs-quote {
  color: #d4d0ab;
}
/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #ffa07a;
}
/* Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #f5ab35;
}
/* Yellow */
.hljs-attribute {
  color: #ffd700;
}
/* Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #abe338;
}
/* Blue */
.hljs-title,
.hljs-section {
  color: #00e0e0;
}
/* Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #dcc6e0;
}
.hljs {
  display: block;
  overflow-x: auto;
  background: #2b2b2b;
  color: #f8f8f2;
  padding: 0.5em;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
@media screen and (-ms-high-contrast: active) {
  .hljs-addition,
  .hljs-attribute,
  .hljs-built_in,
  .hljs-builtin-name,
  .hljs-bullet,
  .hljs-comment,
  .hljs-link,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-params,
  .hljs-string,
  .hljs-symbol,
  .hljs-type,
  .hljs-quote {
    color: highlight;
  }
  .hljs-keyword,
  .hljs-selector-tag {
    font-weight: bold;
  }
}
/* a11y-dark theme */
/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */
/* @author: ericwbailey */
/* Comment */
.hljs-comment,
.hljs-quote {
  color: #d4d0ab;
}
/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #ffa07a;
}
/* Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #f5ab35;
}
/* Yellow */
.hljs-attribute {
  color: #ffd700;
}
/* Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #abe338;
}
/* Blue */
.hljs-title,
.hljs-section {
  color: #00e0e0;
}
/* Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #dcc6e0;
}
.hljs {
  display: block;
  overflow-x: auto;
  background: #2b2b2b;
  color: #f8f8f2;
  padding: 0.5em;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
@media screen and (-ms-high-contrast: active) {
  .hljs-addition,
  .hljs-attribute,
  .hljs-built_in,
  .hljs-builtin-name,
  .hljs-bullet,
  .hljs-comment,
  .hljs-link,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-params,
  .hljs-string,
  .hljs-symbol,
  .hljs-type,
  .hljs-quote {
    color: highlight;
  }
  .hljs-keyword,
  .hljs-selector-tag {
    font-weight: bold;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  color: #495057;
  font-size: 16px;
}
::selection {
  background-color: #ff8200;
  color: #ffffff;
}
a {
  text-decoration: none;
  color: #495057;
}
.header {
  height: 430px;
  background-color: #7c8280;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.header .menu-btn {
  display: none;
}
.header .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  max-width: 768px;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url('/media/images/banner-bg.webp');
}
.header .banner .top-container {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 0.75rem;
  margin: 2.5rem 0;
  padding: 1rem 1.2rem;
  width: 100%;
  z-index: 1;
  position: relative;
  top: -20px;
  transition: 0.3s ease;
}
.header .banner .top-container:hover {
  transform: scale(1.03);
}
.header .banner .top-container .site-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .banner .top-container .site-title-container {
  display: flex;
  flex-direction: row;
}
.header .banner .top-container .site-title-container .site-text {
  padding-left: 28px;
  width: 100%;
}
.header .banner .top-container .site-title-container .site-text .site-title {
  font-size: 24px;
  margin: 10px 0;
  color: #ff8200;
  text-shadow: 0px 2px 10px rgba(231, 156, 0, 0.2);
}
.header .banner .top-container .site-title-container .site-text .site-description-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 14px;
}
.header .banner .top-container .site-title-container .site-text .site-description-social .site-description {
  color: #6b7280;
}
.header .banner .top-container .site-title-container .site-text .site-description-social .site-social .social-link {
  padding: 0 4px;
}
.header .banner .links {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  margin-top: auto;
  height: 40px;
  margin-left: 1.25rem;
}
.header .banner .links .site-nav {
  display: block;
  margin: 8px 16px 0px 0;
  padding-bottom: 16px;
  color: #dee2e6;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.1s;
  font-size: 0.875rem;
  opacity: 0.9;
}
.header .banner .links .site-nav:hover {
  color: white;
  border-bottom: 3px solid white;
}
.not-by-ai {
  display: flex;
  justify-content: space-around;
  margin: 65px 0 45px 0;
}
.not-by-ai img {
  min-width: 20%;
  user-select: none;
  -webkit-user-drag: none;
}
.footer {
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 295px;
}
.footer:before {
  content: " ";
  background: url(/media/images/footer-bg.webp) no-repeat center;
  height: 368px;
  width: 100%;
  display: block;
  position: absolute;
  top: -295px;
  left: 0;
  pointer-events: none;
}
.footer .site-footer {
  width: 768px;
  line-height: 1.5;
  color: #71717a;
  padding: 45px 20px;
  font-size: 0.8rem;
  font-weight: bold;
}
.main-container {
  margin-top: 30px;
}
.content-container {
  max-width: 768px;
  margin: 0 auto;
  padding: 28px 20px;
}
.post-item {
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ced4da;
}
.post-item:last-of-type {
  border-bottom: none;
}
.post-item .left {
  flex: 1;
}
.post-item .left .post-title {
  font-size: 24px;
  transition: all 0.3s;
  color: #27272a;
}
.post-item .left .post-title:hover {
  color: #212529;
}
.post-item .left .post-date {
  padding: 20px 0;
  color: #adb5bd;
}
.post-item .left .post-abstract {
  line-height: 24px;
  font-size: 15px;
  color: #868e96;
}
.post-item .right {
  flex-shrink: 0;
  margin-left: 24px;
  width: 30%;
}
.post-item .right .feature-container {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 25, 0.1), 0 5px 75px 1px rgba(0, 0, 50, 0.2);
}
.pagination-container {
  display: flex;
  justify-content: space-between;
}
.pagination-container .prev,
.pagination-container .next {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #f1f3f5;
  border-radius: 2px;
  transition: all 0.3s;
}
.pagination-container .prev:hover,
.pagination-container .next:hover {
  transform: translateY(-3px);
  border: 1px solid #dee2e6;
}
.post-detail {
  max-width: 720px;
  margin: 0 auto;
}
.post-detail .feature-container {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 25, 0.1), 0 5px 75px 1px rgba(0, 0, 50, 0.2);
  margin-bottom: 24px;
}
.post-detail .post-title {
  font-size: 36px;
  color: #27272a;
}
.post-detail .post-date {
  padding: 24px 0;
  color: #adb5bd;
}
.post-detail .post-content h1,
.post-detail .post-content h2,
.post-detail .post-content h3,
.post-detail .post-content h4,
.post-detail .post-content h5,
.post-detail .post-content h6 {
  margin: 16px 0;
  color: #343a40;
}
.post-detail .post-content a {
  color: #4c6ef5;
  border-bottom: 1px dotted #4c6ef5;
  transition: all 0.3s;
}
.post-detail .post-content a:hover {
  color: #3b5bdb;
  border-bottom: 1px dotted #3b5bdb;
}
.post-detail .post-content img {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 25, 0.1), 0 5px 75px 1px rgba(0, 0, 50, 0.2);
  max-width: 100%;
  border-radius: 2px;
  margin: 24px auto;
}
.post-detail .post-content p {
  margin-bottom: 20px;
  line-height: 180%;
  font-size: 16px;
  color: #495057;
}
.post-detail .post-content p code {
  padding: 0 3px;
  margin: 0 2px;
  background: rgba(255, 229, 100, 0.2);
  font-size: 0.9em;
  border-radius: 2px;
  display: inline-block;
  line-height: 1.5;
  color: #495057;
}
.post-detail .post-content blockquote {
  background: #e9ecef;
  padding: 16px;
  border-left: 3px solid #7048e8;
  border-radius: 2px;
  margin-bottom: 16px;
}
.post-detail .post-content blockquote p {
  color: #868e96;
  margin-bottom: 0;
}
.post-detail .post-content pre {
  margin-bottom: 16px;
}
.post-detail .post-content pre code {
  font-size: 14px;
  font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace;
  padding: 2em 1em 1em;
  border-radius: 5px;
  line-height: 1.375;
  position: relative;
  background: #343a40;
  color: #f1f3f5;
  display: block;
  overflow-x: auto;
}
.post-detail .post-content pre code:after {
  content: "CODE";
  display: block;
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #495057;
}
.post-detail .post-content table {
  border-collapse: collapse;
  margin: 1rem 0;
  display: block;
  overflow-x: auto;
}
.post-detail .post-content tr {
  border-top: 1px solid #dfe2e5;
}
.post-detail .post-content td,
.post-detail .post-content th {
  border: 1px solid #dfe2e5;
  padding: 0.6em 1em;
}
.post-detail .post-content ul,
.post-detail .post-content ol {
  color: var(--c-base-blacklight);
  padding-left: 24px;
  line-height: 1.725;
  margin-bottom: 16px;
}
.post-detail .post-content strong {
  font-weight: bolder;
}
.post-detail .post-content em {
  color: #868e96;
}
.post-detail .comment-container {
  margin-top: 100px;
}
.tag {
  display: inline-block;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 16px;
  background: #e9ecef;
  color: #868e96;
  margin: 12px 16px 12px 0;
  transition: all 0.3s;
}
.tag:hover {
  background: #dee2e6;
  color: #495057;
  transform: translateY(-3px);
}
.next-post {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 24px 0;
  margin: 32px 0;
}
.next-post .post-title {
  font-size: 24px;
}
.next-post .next {
  color: #ced4da;
  margin-bottom: 16px;
}
.archives-title,
.tag-list-title,
.current-tag {
  padding-bottom: 52px;
  font-size: 32px;
  color: #27272a;
}
.archives-container {
  padding-bottom: 32px;
}
.archives-container .year {
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ced4da;
  margin: 16px 0;
  color: #868e96;
}
.archives-container .post {
  padding-bottom: 16px;
}
.archives-container .post .post-title {
  font-size: 18px;
  transition: all 0.3s;
}
.archives-container .post .post-title:hover {
  color: #212529;
}
@media (max-width: 800px) {
  .header .banner .top-container .site-title-container .site-text .site-title {
    font-size: 22px;
  }
  .main-container {
    margin-left: 0 !important;
  }
  .content-container {
    padding: 20px 16px;
  }
  .post-item {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #f3f4f3;
  }
  .post-item .right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .post-item .right .feature-container {
    padding-top: 25%;
  }
  .post-item .left .post-date-tag .post-date {
    font-size: 14px;
    padding: 12px 0;
  }
  .post-item .left .post-date-tag .tag-container a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .post-item .left .post-abstract {
    font-size: 15px;
  }
  .post-item .pagination-container .prev:hover,
  .post-item .pagination-container .next:hover {
    transform: translateY(0px);
  }
  .post-detail .post-title {
    font-size: 28px;
  }
  .post-detail .post-date {
    font-size: 16px;
    padding: 16px 0;
  }
  .post-detail .feature-container {
    margin-bottom: 16px;
  }
  .post-detail .post-content p {
    font-size: 16px;
  }
  .next-post {
    margin: 24px 0;
    padding: 16px 0;
  }
  .archives-title,
  .tag-list-title,
  .current-tag {
    font-size: 28px;
    padding-bottom: 32px;
  }
  .tag {
    margin: 8px 8px 8px 0;
  }
  .tag:hover {
    transform: translateY(0px);
  }
  .footer .site-footer {
    width: 100%;
  }
  .post-toc {
    display: none;
  }
}
.main-container a[target="_blank"] {
  padding-right: 1.5em;
}
.main-container a[target="_blank"]:after {
  content: "⎋";
  transform: scaleX(-1);
  position: absolute;
  padding-right: 0.2em;
  font-size: 0.8em;
  color: #ddd;
}
.gt-counts a[target="_blank"] {
  padding: 0 !important;
  border: none !important;
}
.gt-counts a[target="_blank"]:after {
  display: none !important;
}
.sidebar .top-container .site-title:hover,
.sidebar .top-container .site-nav:hover {
  color: #ff8200;
}
.post-item {
  border-bottom: 1px dashed #f3f4f3;
}
.post-title {
  line-height: 140% !important;
}
.post-abstract {
  line-height: 160% !important;
}
.post-item .left .post-title:hover,
.next-post .post-title:hover {
  color: #ff8200;
  text-shadow: 0 1px 2px #fff;
}
.post-item .left,
.next-post h3 {
  position: relative;
}
.post-item .left .post-title:hover:before,
.next-post .post-title:hover:before {
  visibility: visible;
  width: calc(100% + 1em);
}
.post-item .left .post-title:before,
.next-post .post-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1em;
  top: 0.5em;
  left: -0.5em;
  z-index: -1;
  background-color: rgba(255, 177, 27, 0.04);
  visibility: hidden;
  transition: all 0.6s ease;
  border-radius: 0.5em;
}
.post-detail .post-content em,
.post-detail .post-content blockquote p {
  color: #36563c;
}
.post-detail,
.post-item .left {
  letter-spacing: 0.5px;
}
.post-detail .post-content strong {
  padding: 0 0.3em;
}
.post-detail .post-content {
  line-height: 180%;
}
.post-detail .post-content ul {
  list-style: none;
}
.post-detail .post-content ul li:before {
  line-height: 180%;
  content: "\25E6";
  color: #ff8200;
  width: 1em;
  margin-left: -1.5em;
  position: absolute;
}
.post-detail .post-content ol {
  line-height: 160%;
  margin-bottom: 10px;
  list-style: none;
  counter-reset: li;
}
.post-detail .post-content ol li {
  counter-increment: li;
  margin-bottom: 10px;
  font-size: 16px;
}
.post-detail .post-content ol li:before {
  content: counter(li);
  color: #ff8200;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  position: absolute;
}
.post-detail .post-content ul li code,
.post-detail .post-content ol li code {
  padding: 0 3px;
  margin: 0 2px;
  background: rgba(255, 229, 100, 0.2);
  font-size: 0.9em;
  border-radius: 2px;
  display: inline-block;
  line-height: 1.5;
  color: #495057;
}
.post-detail .post-content a {
  color: #36563c !important;
  border-bottom: 1px dashed #36563c !important;
}
.post-detail .post-content a:hover {
  color: #ff8200 !important;
  border-bottom: 1px dashed #ff8200 !important;
}
.post-toc {
  position: absolute;
  left: 100%;
  padding-left: 2.5rem;
  padding-top: 170px;
  top: 0;
  width: 250px;
  height: 100%;
  user-select: none;
}
.post-toc > span {
  font-weight: bold;
}
.post-toc .markdownIt-TOC {
  list-style: none;
  position: sticky;
  top: 60px;
}
.post-toc .markdownIt-TOC > li {
  margin-left: 0px;
}
.post-toc li {
  margin-left: 18px;
  list-style: none;
}
.post-toc li.active-toc > a {
  color: #ff8200;
}
.post-toc li > a {
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  font-size: 0.875rem;
}
.post-toc li > a:hover {
  color: #ff8200;
}
.pagination-container {
  display: block;
  margin-bottom: 50px;
}
.pagination-container .prev,
.pagination-container .next {
  border-radius: 5px;
}
.pagination-container .prev {
  float: left;
}
.pagination-container .next {
  float: right;
}
.pagination-container .prev:hover,
.pagination-container .next:hover {
  color: #fff;
  border: 1px solid #ff8200;
  background-color: #ff8200;
}
.post-item .left .post-abstract,
.post-detail .post-content {
  font-weight: normal;
  text-align: justify;
}
.post-item .left .post-date-tag {
  display: flex;
  font-size: 16px;
}
.post-item .left .post-date-tag .tag-container {
  margin-left: 20px;
}
.post-item .left .post-date-tag .tag-container .tag {
  opacity: 0.8;
}
.post-item .left .post-date,
.post-detail .post-date {
  font-weight: normal;
  color: rgba(54, 86, 60, 0.2);
}
.post-item .right .feature-container,
.post-detail .feature-container,
.post-detail .post-content img,
.post-content video {
  box-shadow: none;
  border-radius: 16px;
}
.post-detail .feature-container,
.post-detail .post-date {
  margin-bottom: 40px;
}
.post-content h2,
.post-detail .post-content h3 {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.post-item .right .feature-container:hover {
  box-shadow: 0 20px 40px 0 rgba(55, 86, 60, 0.4);
  transition: all 0.3s ease;
}
.post-detail .post-content blockquote {
  background: rgba(54, 86, 60, 0.02);
  border: none;
  border-radius: 16px;
  margin-top: -10px;
}
.post-detail .post-content blockquote p span {
  display: block;
  width: 100%;
  text-align: center;
}
.post-detail .post-content ul,
.post-detail .post-content ol {
  padding-left: 50px;
  margin-bottom: 24px;
}
.post-detail .post-content pre code {
  /*background: #36563C;*/
  background: #343a30;
  padding: 2.5em 1em 1em;
}
.post-detail .post-content pre code:after {
  color: #ff8200;
  font-weight: normal;
  left: 10px;
  top: 8px;
}
.tag {
  background: #fcfcfc;
}
.tag:hover {
  background: #ff8200;
  color: #fff;
}
.next-post {
  border-top: 1px dashed #f3f4f3;
  border-bottom: 1px dashed #f3f4f3;
}
.gt-container a {
  color: #36563c !important;
}
.gt-container a:hover {
  color: #ff8200 !important;
}
.gt-container .gt-meta {
  border-bottom: 1px dashed #f3f4f3 !important;
}
.gt-container .gt-header-textarea {
  background-color: #fafafa !important;
}
.gt-container .gt-header-textarea:hover {
  background-color: #fdfdfd !important;
}
.gt-container .gt-svg svg {
  fill: #36563c !important;
}
.gt-container .gt-svg svg:hover {
  fill: #ff8200 !important;
}
.gt-container .gt-btn {
  border: 1px solid #36563c !important;
  background-color: #36563c !important;
}
.gt-container .gt-btn-preview {
  color: #36563c !important;
  background-color: #fff !important;
}
.gt-container .gt-btn:hover,
.gt-container .gt-btn-preview:hover {
  color: #fff !important;
  border: 1px solid #ff8200 !important;
  background-color: #ff8200 !important;
}
.gt-container .gt-link-counts:hover,
.gt-container .gt-header-controls-tip:hover,
.gt-container .gt-link:hover {
  color: #ff8200 !important;
  border-bottom: 1px dashed #ff8200 !important;
}
.gt-container .gt-header-controls a[target="_blank"]:after {
  bottom: 10px !important;
}
hr {
  height: 1px;
  margin: 20px 0;
  border: none;
  border-bottom: 1px dashed #eee;
}
.img_info {
  font-size: 0.8em;
  color: #ccc;
  display: block;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px;
}
.zhihucer {
  overflow: hidden;
}
.zhihucer img {
  width: 50%;
  float: left;
}
