/*! 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;
}
/**
 * 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;
}
/**
 * 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, 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;
}
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  font-family: 300 0.55555556em PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
a {
  color: #515a6e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #2e9fff;
}
a:focus {
  outline: 0;
}
b {
  font-weight: normal;
}
i {
  font-style: normal;
}
p {
  margin: 0;
}
h1,
h2,
h4 {
  margin: 0;
  font-weight: normal;
}
h3 {
  font-weight: 400;
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
code {
  font-size: 90%;
  font-family: Menlo, monospace;
}
p > code {
  padding: 0.2em 0.4em;
  background: #e1e9ed;
}
pre {
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #333;
  text-align: left;
  font-size: 13px;
}
.i-card {
  position: relative;
  padding: 20px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(200, 200, 200, 0.25);
}
.i-card + .i-card {
  margin-top: 30px;
}
.i-card .i-card-title {
  margin-bottom: 10px;
  font-weight: 400;
}
.btn {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid rgba(46, 159, 255, 0.4);
  border-radius: 100px;
  color: #2e9fff;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.btn:hover {
  border: 1px solid #2e9fff;
  background-color: rgba(46, 159, 255, 0.05);
  color: #48abff;
}
.btn.btn-block {
  display: block;
}
.btn.btn-primary {
  border: 1px solid rgba(46, 159, 255, 0.4);
  color: #2e9fff;
}
.btn.btn-primary:hover {
  border: 1px solid #2e9fff;
  background-color: rgba(46, 159, 255, 0.05);
}
.btn.btn-success {
  border: 1px solid rgba(25, 190, 107, 0.4);
  color: #19be6b;
}
.btn.btn-success:hover {
  border: 1px solid #19be6b;
  background-color: rgba(25, 190, 107, 0.05);
}
.btn.btn-warning {
  border: 1px solid rgba(255, 153, 0, 0.4);
  color: #ff9900;
}
.btn.btn-warning:hover {
  border: 1px solid #ff9900;
  background-color: rgba(255, 153, 0, 0.05);
}
.btn.btn-error {
  border: 1px solid rgba(237, 64, 20, 0.4);
  color: #ed4014;
}
.btn.btn-error:hover {
  border: 1px solid #ed4014;
  background-color: rgba(237, 64, 20, 0.05);
}
.btn.btn-text {
  padding-right: 0;
  padding-left: 0;
  border: none;
  font-size: 14px;
}
.btn.btn-text:hover {
  border: none;
  background-color: #fff;
}
.i-tag {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: rgba(46, 159, 255, 0.1);
  color: #2e9fff;
  white-space: nowrap;
  font-size: 14px;
}
.i-tag + .i-tag {
  margin-left: 5px;
}
.i-tag.lg {
  padding: 5px 15px;
}
.i-tag.i-tag-primary {
  background-color: rgba(46, 159, 255, 0.1);
  color: #298fe6;
}
.i-tag.i-tag-primary:hover {
  background-color: rgba(46, 159, 255, 0.2);
}
.i-tag.i-tag-success {
  background-color: rgba(25, 190, 107, 0.1);
  color: #17ab60;
}
.i-tag.i-tag-success:hover {
  background-color: rgba(25, 190, 107, 0.2);
}
.i-tag.i-tag-info {
  background-color: rgba(45, 183, 245, 0.1);
  color: #29a5dd;
}
.i-tag.i-tag-info:hover {
  background-color: rgba(45, 183, 245, 0.2);
}
.i-tag.i-tag-warning {
  background-color: rgba(255, 153, 0, 0.1);
  color: #e68a00;
}
.i-tag.i-tag-warning:hover {
  background-color: rgba(255, 153, 0, 0.2);
}
.i-tag.i-tag-error {
  background-color: rgba(237, 64, 20, 0.1);
  color: #d53a12;
}
.i-tag.i-tag-error:hover {
  background-color: rgba(237, 64, 20, 0.2);
}
.i-tag.i-tag-banana {
  background-color: rgba(249, 214, 84, 0.1);
  color: #e0c14c;
}
.i-tag.i-tag-banana:hover {
  background-color: rgba(249, 214, 84, 0.2);
}
.i-tag.i-tag-other_1 {
  background-color: rgba(113, 137, 191, 0.1);
  color: #667bac;
}
.i-tag.i-tag-other_1:hover {
  background-color: rgba(113, 137, 191, 0.2);
}
.i-tag.i-tag-other_2 {
  background-color: rgba(223, 117, 153, 0.1);
  color: #c9698a;
}
.i-tag.i-tag-other_2:hover {
  background-color: rgba(223, 117, 153, 0.2);
}
.i-tag.i-tag-other_3 {
  background-color: rgba(255, 199, 133, 0.1);
  color: #e6b378;
}
.i-tag.i-tag-other_3:hover {
  background-color: rgba(255, 199, 133, 0.2);
}
.i-tag.i-tag-other_4 {
  background-color: rgba(114, 214, 201, 0.1);
  color: #67c1b5;
}
.i-tag.i-tag-other_4:hover {
  background-color: rgba(114, 214, 201, 0.2);
}
body {
  display: flex;
  background-color: #fcfcfc;
}
#gridea-search-form {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(46, 159, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#gridea-search-form.open {
  width: 180px;
}
#gridea-search-form.open:before {
  height: 40px;
  margin: 20px 0 20px 30px;
  position: absolute;
}
.search-box {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #298fe6;
  padding: 20px 30px 20px 15px;
  font-size: 20px;
}
.search-box:focus {
  outline: none;
}
.search-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  cursor: pointer;
}
.search-icon {
  width: 23px;
  height: 23px;
  margin: 3px;
  border-radius: 40px;
  border: 3px solid #298fe6;
  display: block;
  position: relative;
}
.search-icon:before {
  content: "";
  width: 3px;
  height: 8px;
  position: absolute;
  right: -2px;
  top: 16px;
  display: block;
  background-color: #298fe6;
  transform: rotate(-45deg);
}
.search-icon:after {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 40px;
  display: block;
  background-color: #298fe6;
  transform: rotate(-45deg);
}
.open .search-icon {
  margin: 0;
  width: 35px;
  height: 35px;
  border-radius: 60px;
}
.open .search-icon:before {
  transform: rotate(40deg);
  right: 13px;
  top: 6px;
  height: 18px;
}
.open .search-icon:after {
  transform: rotate(-220deg);
  right: 13px;
  top: 6px;
  height: 18px;
}
.main {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 80px;
  width: 100%;
}
.main .main-container {
  display: flex;
  flex: 1;
  margin: 0 auto;
  width: 960px;
}
.main .main-container .main-container-left {
  flex: 1;
  max-width: 660px;
}
.main .main-container .main-container-middle {
  flex-shrink: 0;
  width: 20px;
}
.main .main-container .main-container-right {
  flex-shrink: 0;
  width: 280px;
  height: 100vh;
  top: 80px;
  position: sticky;
}
@media (min-width: 1200px) {
  .main {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 80px;
    width: 100%;
  }
  .main .main-container {
    display: flex;
    flex: 1;
    margin: 0 auto;
    width: 1200px;
  }
  .main .main-container .main-container-left {
    flex: 1;
    max-width: 900px;
  }
  .main .main-container .main-container-middle {
    flex-shrink: 0;
    width: 20px;
  }
  .main .main-container .main-container-right {
    flex-shrink: 0;
    width: 280px;
    height: 100vh;
    top: 80px;
    position: sticky;
  }
}
@media (min-width: 1500px) {
  .main {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 80px;
    width: 100%;
  }
  .main .main-container {
    display: flex;
    flex: 1;
    margin: 0 auto;
    width: 1500px;
  }
  .main .main-container .main-container-left {
    flex: 1;
    max-width: 1200px;
  }
  .main .main-container .main-container-middle {
    flex-shrink: 0;
    width: 20px;
  }
  .main .main-container .main-container-right {
    flex-shrink: 0;
    width: 280px;
    height: 100vh;
    top: 80px;
    position: sticky;
  }
}
@media (max-width: 960px) {
  #gridea-search-form {
    display: none;
  }
  .main .main-container {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
    width: 100%;
  }
  .main .main-container .main-container-left {
    max-width: 100%;
  }
  .main .main-container .main-container-middle {
    display: none;
  }
  .main .main-container .main-container-right {
    display: none;
  }
}
p code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header .nav .logo {
  display: flex;
  align-items: center;
}
.header .nav .logo .avatar {
  display: block;
  padding: 5px;
  height: 50px;
}
.header .nav .logo .site-title h1 {
  margin-right: 25px;
  color: #17233d;
  font-weight: 400;
  font-size: 24px;
}
.header .nav .menu-btn {
  display: none;
}
.header .nav .menu-container {
  display: block;
}
.header .nav .menu-container ul {
  display: flex;
  list-style: none;
}
.header .nav .menu-container ul li + li {
  margin-left: 50px;
}
.header .nav .menu-container ul li a {
  color: #17233d;
  font-weight: 400;
}
.header .nav .menu-container ul li a:hover {
  color: rgba(23, 35, 61, 0.7);
}
.mobile-menu .nav-item {
  padding: 8px;
}
#menuBtn {
  display: none;
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(200, 200, 200, 0.25);
  }
  .header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
  }
  .header .nav .menu-container ul li + li {
    margin-left: 50px;
  }
}
@media (min-width: 961px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(200, 200, 200, 0.25);
  }
  .header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
  }
}
@media (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(200, 200, 200, 0.25);
  }
  .header #menuBtn {
    display: block;
  }
  .header .nav {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  .header .nav .menu-container {
    display: none;
  }
}
/*
@media (max-width:960px) {
  .header {
    .nav {
      position: relative;
      padding: 0 20px;
      width: 100%;

      .logo {
        display: none;
      }

      .menu-btn {
        display: block;
        cursor: pointer;
      }

      .menu-container {
        position: absolute;
        top: 50px;
        left: 0;
        display: none;
        width: 100%;
        border-top: 1px solid #aaa;

        ul {
          flex-direction: column;

          li {
            border-bottom: 1px solid #ddd;
            background-color: #fff;
            text-align: center;

            &+li {
              margin-left: 0;
            }

            a {
              display: block;
              padding: 10px 0;

            }
          }
        }
      }
    }
  }
}
*/
.post-container {
  display: flex;
}
.post-container .post {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.post-container .post .post-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #2e9fff;
}
.post-container .post .post-title a:hover {
  color: #2e9fff;
}
.post-container .post .post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-container .post .post-info .post-time {
  color: rgba(81, 90, 110, 0.9);
}
.post-container .post .post-info .post-tag {
  margin: 5px;
}
.post-container .post .post-article {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.post-container .post .post-article .post-feature-image {
  display: block;
  margin-left: 20px;
  width: 265px;
  height: 150px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
}
.post-container .post .post-article .post-content {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}
.post-container .post .post-article .post-content .post-content-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.post-container .post .post-article .post-content a.btn {
  margin-top: 20px;
  padding: 0;
}
@media (max-width: 960px) {
  .post-container .post .post-article .post-feature-image {
    display: none;
  }
}
.site-footer {
  padding: 30px 0;
  color: #515a6e;
  text-align: center;
  font-size: 18px;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.pagination-container .page-btn {
  margin: 0 10px;
}
.archives-container .timeline {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  max-width: 740px;
  width: 100%;
}
.archives-container .timeline::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f5f5f5;
  content: " ";
}
.archives-container .timeline li .year {
  position: relative;
  margin: 80px 0 0;
  color: #555;
  font-weight: 700;
  font-size: 26px;
}
.archives-container .timeline li .year::before {
  position: absolute;
  top: 50%;
  left: -23px;
  z-index: 2;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  content: " ";
}
.archives-container .timeline li ul.year-wrapper li {
  position: relative;
  display: flex;
  padding: 30px 0 10px;
  border-bottom: 1px dashed #ccc;
  list-style: none;
}
.archives-container .timeline li ul.year-wrapper li .date {
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
  color: rgba(23, 35, 61, 0.7);
  font-size: 12px;
  line-height: 30px;
}
.archives-container .timeline li ul.year-wrapper li .date::before {
  position: absolute;
  top: 50%;
  left: -22px;
  z-index: 2;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ddd;
  content: " ";
}
.archives-container .timeline li ul.year-wrapper li .title {
  font-size: 16px;
  line-height: 30px;
}
.tags-container {
  display: flex;
  justify-content: center;
}
.tags-container .tags-group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  max-width: 600px;
}
.tags-container .tags-group .tags-tag {
  margin: 20px;
  padding: 5px 15px;
  font-size: 14px;
}
.tags-container .tags-group .tags-tag.sm {
  transform: scale(1.3);
}
.tags-container .tags-group .tags-tag.lg {
  transform: scale(1.6);
}
.tags-container .tags-group .tags-tag.xl {
  transform: scale(1.9);
}
.post-detail {
  flex: 1;
}
.post-detail .post {
  display: flex;
  flex-direction: column;
}
.post-detail .post .post-title {
  padding: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}
.post-detail .post .post-info {
  padding-bottom: 24px;
  text-align: center;
  font-size: 12px;
}
.post-detail .post .post-info .post-tag {
  margin: 5px;
}
.post-detail .post .post-feature-image {
  margin-bottom: 24px;
  padding-top: 56.25%;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
}
.post-detail .post .post-content {
  overflow: hidden;
}
.post-detail .post .post-content a {
  transition: all 0.3s;
  margin-bottom: 10px;
  border-bottom: 1px solid #2e9fff;
}
.post-detail .post .post-content img {
  display: block;
  margin: 24px auto;
  max-width: 80%;
  border-radius: 2px;
  box-shadow: 0 0 30px #eee;
  border-radius: 8px;
}
.post-detail .post .post-content p {
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.725;
}
.post-detail .post .post-content p code,
.post-detail .post .post-content li code {
  padding: 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px 2px;
  background-color: rgba(0, 0, 0, 0.06);
  text-indent: 0;
  word-wrap: break-word;
  font-size: inherit;
  font-family: monospace;
  line-height: initial;
}
.post-detail .post .post-content pre {
  margin-bottom: 24px;
}
.post-detail .post .post-content pre code {
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Courier New', monospace;
  line-height: 1.375;
}
.post-detail .post .post-content blockquote {
  margin-bottom: 16px;
  padding: 16px;
  border-left: 2px solid #006cff;
  background: #f3f5f7;
}
.post-detail .post .post-content blockquote p {
  margin-bottom: 0;
}
.post-detail .post .post-content table {
  overflow-x: auto;
  margin: 1rem 0;
  border-collapse: collapse;
}
.post-detail .post .post-content tr {
  border-top: 1px solid #dfe2e5;
}
.post-detail .post .post-content td,
.post-detail .post .post-content th {
  padding: 0.6em 1em;
  border: 1px solid #dfe2e5;
}
.post-detail .post .post-content ul,
.post-detail .post .post-content ol {
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.725;
}
.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: bold;
}
.post-detail .post .post-content h1 {
  font-size: 28px;
}
.post-detail .post .post-content h2 {
  font-size: 24px;
}
.post-detail .post .post-content h3 {
  font-size: 20px;
}
.post-detail .post .post-content h4 {
  font-size: 18px;
}
.post-detail .post .post-content h5 {
  font-size: 16px;
}
.post-detail .post .post-content h6 {
  font-size: 14px;
}
.next-post {
  padding: 24px 32px;
  text-align: center;
}
.next-post .next {
  margin-bottom: 24px;
}
.next-post .post-title {
  font-weight: bold;
  font-size: 20px;
}
#gitalk-container,
#disqus_thread {
  padding: 0 30px;
}
.copyright {
  margin: 2em 0 0;
  padding: 0.5em 1em;
  border-left: 3px solid #ff1700;
  background-color: #f9f9f9;
  list-style: none;
}
.copyright p {
  margin: 5px;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.725;
}
.copyright a {
  transition: all 0.3s;
  margin-bottom: 10px;
  border-bottom: 1px solid #2e9fff;
}
.id_card {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.id_card .id_card-avatar {
  display: block;
  padding: 15px;
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-position: center center;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 30px rgba(200, 200, 200, 0.25);
}
.id_card .id_card-title {
  margin-top: 10px;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.id_card .id_card-description {
  margin-top: 10px;
  width: 100%;
  color: #979797;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}
.id_card .id_card-sns {
  text-align: center;
}
.id_card .id_card-sns .fa {
  margin: 20px 10px 0;
  font-size: 18px;
}
.social-icon {
  width: 28px;
  height: 28px;
  margin: 5px;
}
.notice-content p {
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.toc-card .toc-content .markdownIt-TOC {
  margin-left: 0;
  list-style: none;
}
.toc-card .toc-content a.on {
  color: #2e9fff;
}
.toc-card .toc-content ul,
.toc-card .toc-content ol {
  margin: initial;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: initial;
  padding: 0;
  list-style: disc;
}
.toc-card .toc-content ul li,
.toc-card .toc-content ol li {
  margin: 5px 0;
}
.toc-card .toc-content ul ul,
.toc-card .toc-content ol ul,
.toc-card .toc-content ul ol,
.toc-card .toc-content ol ol {
  list-style: circle;
}
.toc-card .toc-content ul ul ul,
.toc-card .toc-content ol ul ul,
.toc-card .toc-content ul ol ul,
.toc-card .toc-content ol ol ul,
.toc-card .toc-content ul ul ol,
.toc-card .toc-content ol ul ol,
.toc-card .toc-content ul ol ol,
.toc-card .toc-content ol ol ol {
  list-style: disc;
}
.toc-card .toc-content ul ul ul ul,
.toc-card .toc-content ol ul ul ul,
.toc-card .toc-content ul ol ul ul,
.toc-card .toc-content ol ol ul ul,
.toc-card .toc-content ul ul ol ul,
.toc-card .toc-content ol ul ol ul,
.toc-card .toc-content ul ol ol ul,
.toc-card .toc-content ol ol ol ul,
.toc-card .toc-content ul ul ul ol,
.toc-card .toc-content ol ul ul ol,
.toc-card .toc-content ul ol ul ol,
.toc-card .toc-content ol ol ul ol,
.toc-card .toc-content ul ul ol ol,
.toc-card .toc-content ol ul ol ol,
.toc-card .toc-content ul ol ol ol,
.toc-card .toc-content ol ol ol ol {
  list-style: circle;
}
.toc-card .toc-content ul ul ul ul ul,
.toc-card .toc-content ol ul ul ul ul,
.toc-card .toc-content ul ol ul ul ul,
.toc-card .toc-content ol ol ul ul ul,
.toc-card .toc-content ul ul ol ul ul,
.toc-card .toc-content ol ul ol ul ul,
.toc-card .toc-content ul ol ol ul ul,
.toc-card .toc-content ol ol ol ul ul,
.toc-card .toc-content ul ul ul ol ul,
.toc-card .toc-content ol ul ul ol ul,
.toc-card .toc-content ul ol ul ol ul,
.toc-card .toc-content ol ol ul ol ul,
.toc-card .toc-content ul ul ol ol ul,
.toc-card .toc-content ol ul ol ol ul,
.toc-card .toc-content ul ol ol ol ul,
.toc-card .toc-content ol ol ol ol ul,
.toc-card .toc-content ul ul ul ul ol,
.toc-card .toc-content ol ul ul ul ol,
.toc-card .toc-content ul ol ul ul ol,
.toc-card .toc-content ol ol ul ul ol,
.toc-card .toc-content ul ul ol ul ol,
.toc-card .toc-content ol ul ol ul ol,
.toc-card .toc-content ul ol ol ul ol,
.toc-card .toc-content ol ol ol ul ol,
.toc-card .toc-content ul ul ul ol ol,
.toc-card .toc-content ol ul ul ol ol,
.toc-card .toc-content ul ol ul ol ol,
.toc-card .toc-content ol ol ul ol ol,
.toc-card .toc-content ul ul ol ol ol,
.toc-card .toc-content ol ul ol ol ol,
.toc-card .toc-content ul ol ol ol ol,
.toc-card .toc-content ol ol ol ol ol {
  list-style: disc;
}
.toc-card .toc-content ul ul ul ul ul ul,
.toc-card .toc-content ol ul ul ul ul ul,
.toc-card .toc-content ul ol ul ul ul ul,
.toc-card .toc-content ol ol ul ul ul ul,
.toc-card .toc-content ul ul ol ul ul ul,
.toc-card .toc-content ol ul ol ul ul ul,
.toc-card .toc-content ul ol ol ul ul ul,
.toc-card .toc-content ol ol ol ul ul ul,
.toc-card .toc-content ul ul ul ol ul ul,
.toc-card .toc-content ol ul ul ol ul ul,
.toc-card .toc-content ul ol ul ol ul ul,
.toc-card .toc-content ol ol ul ol ul ul,
.toc-card .toc-content ul ul ol ol ul ul,
.toc-card .toc-content ol ul ol ol ul ul,
.toc-card .toc-content ul ol ol ol ul ul,
.toc-card .toc-content ol ol ol ol ul ul,
.toc-card .toc-content ul ul ul ul ol ul,
.toc-card .toc-content ol ul ul ul ol ul,
.toc-card .toc-content ul ol ul ul ol ul,
.toc-card .toc-content ol ol ul ul ol ul,
.toc-card .toc-content ul ul ol ul ol ul,
.toc-card .toc-content ol ul ol ul ol ul,
.toc-card .toc-content ul ol ol ul ol ul,
.toc-card .toc-content ol ol ol ul ol ul,
.toc-card .toc-content ul ul ul ol ol ul,
.toc-card .toc-content ol ul ul ol ol ul,
.toc-card .toc-content ul ol ul ol ol ul,
.toc-card .toc-content ol ol ul ol ol ul,
.toc-card .toc-content ul ul ol ol ol ul,
.toc-card .toc-content ol ul ol ol ol ul,
.toc-card .toc-content ul ol ol ol ol ul,
.toc-card .toc-content ol ol ol ol ol ul,
.toc-card .toc-content ul ul ul ul ul ol,
.toc-card .toc-content ol ul ul ul ul ol,
.toc-card .toc-content ul ol ul ul ul ol,
.toc-card .toc-content ol ol ul ul ul ol,
.toc-card .toc-content ul ul ol ul ul ol,
.toc-card .toc-content ol ul ol ul ul ol,
.toc-card .toc-content ul ol ol ul ul ol,
.toc-card .toc-content ol ol ol ul ul ol,
.toc-card .toc-content ul ul ul ol ul ol,
.toc-card .toc-content ol ul ul ol ul ol,
.toc-card .toc-content ul ol ul ol ul ol,
.toc-card .toc-content ol ol ul ol ul ol,
.toc-card .toc-content ul ul ol ol ul ol,
.toc-card .toc-content ol ul ol ol ul ol,
.toc-card .toc-content ul ol ol ol ul ol,
.toc-card .toc-content ol ol ol ol ul ol,
.toc-card .toc-content ul ul ul ul ol ol,
.toc-card .toc-content ol ul ul ul ol ol,
.toc-card .toc-content ul ol ul ul ol ol,
.toc-card .toc-content ol ol ul ul ol ol,
.toc-card .toc-content ul ul ol ul ol ol,
.toc-card .toc-content ol ul ol ul ol ol,
.toc-card .toc-content ul ol ol ul ol ol,
.toc-card .toc-content ol ol ol ul ol ol,
.toc-card .toc-content ul ul ul ol ol ol,
.toc-card .toc-content ol ul ul ol ol ol,
.toc-card .toc-content ul ol ul ol ol ol,
.toc-card .toc-content ol ol ul ol ol ol,
.toc-card .toc-content ul ul ol ol ol ol,
.toc-card .toc-content ol ul ol ol ol ol,
.toc-card .toc-content ul ol ol ol ol ol,
.toc-card .toc-content ol ol ol ol ol ol {
  list-style: circle;
}
.toc-card .toc-content li > ol,
.toc-card .toc-content li > ul {
  margin-left: 18px;
}
.toc-card .toc-content ul ul,
.toc-card .toc-content ol ul,
.toc-card .toc-content ul ol,
.toc-card .toc-content ol ol {
  margin-bottom: 0;
}
