/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
   * Use a more readable tab size (opinionated).
   */
:root {
  -moz-tab-size: 4;
  -o-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;
  background: #ffffff;
}

/* Grouping content
     ========================================================================== */
/* Text-level semantics
     ========================================================================== */
/**
   * Add the correct text decoration in Chrome, Edge, and Safari.
   */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 58%;
  background: #ffffff;
}

body {
  color: rgba(0, 0, 0, 0.86);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42;
  font-family: 'Noto Serif SC', serif;
  letter-spacing: 0.05em;
}

a {
  color: rgba(0, 0, 0, 0.98);
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover {
  color: #006CFF;
}

body, div, a, p, ul, li, ol, h1, h2, h3, h4, h5, h6, table, tr, td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main {
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
}

.main .main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
}

.archive-title {
  text-align: center;
  padding: 32px 0;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 32px;
  position: relative;
}

.archive-title::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  display: block;
  background: black;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.1);
}

.site-header {
  padding: 48px 0;
  text-align: center;
}

.site-header .site-title {
  font-size: 32px;
  font-weight: bold;
}

.site-header .site-description {
  font-size: 16px;
  padding: 24px;
  color: #495057;
  font-weight: lighter;
}

.site-header .menu-container a.menu {
  font-size: 16px;
  padding: 8px 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
}

.site-header .avatar {
  margin-bottom: 24px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.site-header .social-container {
  padding: 16px;
  padding-top: 24px;
  font-size: 18px;
}

.site-header .social-container a {
  margin: 4px 8px;
  color: #868e96;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.site-header .social-container a:hover {
  color: #006CFF;
}

.site-header .social-container svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* Disqus评论系统样式 */
.comments-section {
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.comments-section h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}

/* Disqus加载按钮样式 */
#load_disqus_js {
  padding: 24px 0;
  text-align: center;
}

#load_disqus_js a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#load_disqus_js a:hover {
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .site-header {
    padding: 24px 0;
  }
  .site-header .avatar {
    width: 80px;
    height: 80px;
  }
}

.post-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-container .post .post-title {
  font-size: 28px;
  text-align: center;
  padding: 24px 0 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.post-container .post .post-info {
  text-align: center;
  font-size: 14px;
  padding-bottom: 24px;
}

.post-container .post .post-info > span {
  color: #5E5E5E;
}

.post-container .post .post-info > span:not(:first-child):before {
  content: "/ ";
  font-size: 10px;
  color: rgba(0, 0, 0, 0.1);
  margin: 0 4px;
}

.post-container .post .post-info .post-tag {
  padding: 8px 8px;
  padding-right: 0;
}

.post-container .post .post-feature-image {
  display: block;
  width: 100%;
  padding-top: 32.6%;
  border-radius: 2px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-container .post .post-feature-image img {
  width: 100%;
}

.post-container .post .post-feature-image:hover {
  -webkit-transform: scale(1.0082);
          transform: scale(1.0082);
}

.pagination-container {
  padding: 32px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-container a {
  margin: 0 16px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 20.38px;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.98);
  text-decoration: none;
  -webkit-transition: 0.3s color, 0.3s border-bottom;
  transition: 0.3s color, 0.3s border-bottom;
}

.pagination-container a:hover {
  color: #006CFF;
  border-bottom: 2px solid #006CFF;
}

@media (max-width: 600px) {
  .post-container .post .post-title {
    padding: 16px 0;
    font-size: 24px;
  }
  .post-container .post .post-feature-image {
    padding-top: 56.25%;
  }
}

.post-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-detail .post {
  padding: 0 0 24px;
}

.post-detail .post .post-feature-image {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  border-radius: 2px;
}

.post-detail .post .post-title {
  font-size: 32px;
  text-align: center;
  padding: 24px 0;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.post-detail .post .post-info {
  text-align: center;
  font-size: 12px;
  padding-bottom: 24px;
}

.post-detail .post .post-info > span {
  color: #5E5E5E;
}

.post-detail .post .post-info > span:not(:first-child):before {
  content: "/ ";
  font-size: 10px;
  color: rgba(0, 0, 0, 0.1);
  margin: 0 4px;
}

.post-detail .post .post-info .post-tag {
  padding: 8px 8px;
  padding-right: 0;
}

.post-detail .post .post-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-detail .post .post-content {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}

.post-detail .post .post-content a {
  color: rgba(0, 0, 0, 0.98);
  word-wrap: break-word;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}

.post-detail .post .post-content a:hover {
  color: #0061e6;
  border-bottom: 1px solid #0061e6;
}

.post-detail .post .post-content img {
  display: block;
  max-width: 100%;
  margin: 0.2em auto;
  height: auto;
}

.post-detail .post .post-content figure {
  position: relative;
  clear: both;
  outline: 0;
  margin: 10px 0;
  padding: 0;
  min-height: 100px;
}

.post-detail .post .post-content figure.pswp-item {
  cursor: pointer;
}

@media screen and (max-width: 767.5px) {
  .post-detail .post .post-content > figure {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

.post-detail .post .post-content figure img {
  display: block;
  max-width: 100%;
  margin: auto auto 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-detail .post .post-content figure figcaption {
  position: relative;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.6;
}

.post-detail .post .post-content div.photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-detail .post .post-content div.photos figure {
  margin: 2.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .post-detail .post .post-content div.photos figure figcaption {
    display: none;
  }
}

.post-detail .post .post-content div.photos figure:first-child {
  margin-left: 0;
}

.post-detail .post .post-content div.photos figure:last-child {
  margin-right: 0;
}

.post-detail .post .post-content div.photos figure img {
  margin: 0;
}

.post-detail .post .post-content div.photos figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 60px 0 10px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26%, rgba(0, 0, 0, 0.03)), color-stop(71%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.03) 26%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.5));
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.post-detail .post .post-content div.photos figure:hover figcaption {
  opacity: 1;
}

@media screen and (max-width: 767.5px) {
  .post-detail .post .post-content div.photos {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

.post-detail .post .post-content div.photos + *:not(.photos) {
  margin-top: 1.12em;
}

.post-detail .post .post-content div.photoset + *:not(.photos) {
  margin-top: 1.12em;
}

.post-detail .post .post-content p {
  line-height: 1.62;
  margin-bottom: 1.12em;
  letter-spacing: 0.05em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.post-detail .post .post-content p code, .post-detail .post .post-content li code {
  font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Courier New', monospace;
  line-height: initial;
  word-wrap: break-word;
  border-radius: 0;
  background-color: #fff5f5;
  color: #c53030;
  padding: 0.2em 0.33333333em;
  margin-left: 0.125em;
  margin-right: 0.125em;
}

.post-detail .post .post-content .iframe-wrapper {
  margin-bottom: 1.12em;
}

.post-detail .post .post-content .iframe-wrapper-inner {
  width: 100%;
  height: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.02);
}

.post-detail .post .post-content .iframe-wrapper-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post-detail .post .post-content pre {
  margin: 1.64em 0;
  padding: 10px;
  border: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 1.5;
  font-size: 0.9em;
  font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Courier New', monospace;
  color: #4c4c4c;
  background-color: #f9f9f7;
}

.post-detail .post .post-content code {
  color: #4c4c4c;
  background: none;
  padding: 0;
}

.post-detail .post .post-content blockquote {
  color: #9a9a9a;
  position: relative;
  font-size: 0.96em;
  padding-left: 18px;
  border-left: 10px solid rgba(0, 0, 0, 0.05);
}

.post-detail .post .post-content table {
  border-collapse: collapse;
  margin: 1rem 0;
  display: block;
  overflow-x: auto;
}

.post-detail .post .post-content tr {
  border-top: 1px solid #dfe2e5;
}

.post-detail .post .post-content td, .post-detail .post .post-content th {
  border: 1px solid #dfe2e5;
  padding: 0.6em 1em;
}

.post-detail .post .post-content ul, .post-detail .post .post-content ol {
  padding-left: 35px;
  line-height: 1.725;
  margin-bottom: 16px;
}

.post-detail .post .post-content ul {
  list-style-type: square;
}

.post-detail .post .post-content h1, .post-detail .post .post-content h2, .post-detail .post .post-content h3, .post-detail .post .post-content h4, .post-detail .post .post-content h5, .post-detail .post .post-content h6 {
  margin: 16px 0;
  font-weight: 700;
  padding-top: 16px;
}

.post-detail .post .post-content h1 {
  font-size: 1.8em;
}

.post-detail .post .post-content h2 {
  font-size: 1.42em;
}

.post-detail .post .post-content h3 {
  font-size: 1.17em;
}

.post-detail .post .post-content h4 {
  font-size: 1em;
}

.post-detail .post .post-content h5 {
  font-size: 1em;
}

.post-detail .post .post-content h6 {
  font-size: 1em;
  font-weight: 500;
}

.post-detail .post .post-content hr {
  display: block;
  border: 0;
  margin: 2.24em auto;
}

.post-detail .post .post-content hr:before {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  display: block;
  content: "* * *";
  text-align: center;
}

.post-detail .post .post-content mark {
  background: #faf089;
  color: #744210;
  padding: 0.2em;
}

.post-detail .post .post-content .footnotes {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.post-detail .post .post-content .footnotes:before {
  content: "";
  display: block;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  width: 50%;
  max-width: 100px;
  margin: 40px 0 20px;
}

.next-post {
  text-align: center;
  padding: 24px 0;
}

.next-post .next {
  margin-bottom: 24px;
  color: #343a40;
  font-weight: lighter;
}

.next-post .post-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

#load_disqus_js {
  padding: 48px 0 24px;
  text-align: center;
}

#load_disqus_js.done {
  display: none;
}

#load_disqus_js a {
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#gitalk-container, #disqus_thread {
  padding: 24px 0;
}

@media (max-width: 600px) {
  .post-detail .post {
    padding: 0 0 16px;
  }
  .post-detail .post .post-title {
    font-size: 24px;
    padding: 16px 0;
  }
}

.archives-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.archives-container .year {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 16px;
  color: #868e96;
  padding: 0;
}

.archives-container .post {
  padding: 0 0 18px;
  display: block;
}

.archives-container .post .post-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.archives-container .post .time {
  font-size: 14px;
  margin-top: 4px;
  color: #ced4da;
}

.about-page {
  padding: 24px 32px;
}

.site-footer {
  font-size: 12px;
  text-align: center;
  padding: 25px 0;
  color: #868e96;
}

.rss {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aplayer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.aplayer ol {
  padding: 0 !important;
  margin: 0 !important;
}

video {
  max-width: 100%;
}

.post-container .post .post-title {
  text-align: center;
}

.post-container .post .post-info {
  text-align: center;
}

.post-detail .post .post-title {
  text-align: center;
}

.post-detail .post .post-info {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */