body {
  color: #222;
  font-size: 17px;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", Verdana, Arial, '微软雅黑', '宋体';
}
a {
  text-decoration: none;
  color: #222;
}
.body-container {
  width: 1440px;
  max-width: calc(100% - 23px);
  margin: auto;
}
.body-container > div:not(:last-child) {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}
.alignement {
  margin-right: 0.5em;
}
.banner {
  max-width: 100%;
}
.biggest {
  width: 75%;
  margin: auto;
}
#icon-plate {
  width: fit-content;
  position: absolute;
  right: 13%;
}
#footer {
  text-align: center;
  color: #808080;
  display: block;
  margin-top: 7em;
}
#banner {
  width: 30px;
  position: relative;
  bottom: 5px;
  right: 3px;
}
.no-decorate {
  text-decoration: none;
}
#big-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212529;
  text-align: center !important;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.5rem;
}
#small-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  color: #212529;
  text-align: center !important;
  box-sizing: border-box;
  font-size: 80%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .biggest {
    width: 90%;
    margin: auto;
  }
  #icon-plate {
    right: 0;
    display: flex;
    flex-direction: column;
  }
  #divide-image-wide {
    display: none !important;
  }
  #divide-image-narrow {
    width: 100%;
    display: block !important;
  }
}
.post-list {
  width: 100%;
  margin: 0 10px;
}
.post-item {
  width: 100%;
  text-align: left;
}
.post-item:not(:last-child) {
  margin-bottom: 10px;
}
.post-item-date {
  font-size: 0.9em;
  color: #555;
}
.side-card .side-card-body {
  width: 220px;
  min-height: 130px;
  max-width: 100%;
}
.side-card .side-image {
  width: 130px;
  height: 130px;
}
.side-card .description {
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-meta {
  font-size: 11px;
  color: #999;
  width: 100%;
  margin: 0 10px;
  display: inline-flex;
}
.footer-meta a {
  color: #777;
}
.footer-meta a:hover {
  color: #555;
}
.footer-meta > div:not(:last-child) {
  margin-right: 5px;
}
.footer-icon {
  margin-left: 3px;
  vertical-align: text-bottom;
  height: 1rem;
}
.post-details {
  font-size: 15px;
  max-width: 70%;
  margin: 0 10px;
  flex: 1;
}
.post-details a:not(.nonstyle) {
  text-decoration: none;
  color: #3a97ff;
  box-shadow: 0 1px 0 #555;
}
.post-details a:not(.nonstyle):hover {
  box-shadow: 0 1px 0 #3a97ff;
}
.post-details .post-title {
  margin-bottom: 10px;
}
.post-details .post-title h1 {
  font-size: 2.2em;
  font-weight: 600;
  margin-block: 0;
}
.post-details .post-meta {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.post-details .post-meta .post-meta-element {
  margin-right: 15px;
}
.post-details .post-content h1:first-child {
  display: none;
}
.post-details .post-content h1,
.post-details .post-content h2,
.post-details .post-content h3,
.post-details .post-content h4,
.post-details .post-content h5,
.post-details .post-content h6 {
  margin-block: 0;
  margin-inline: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.post-details .post-content h1 {
  font-size: 1.6em;
  font-weight: 600;
}
.post-details .post-content h2 {
  font-size: 1.5em;
  font-weight: 600;
}
.post-details .post-content h3 {
  font-size: 1.4em;
}
.post-details .post-content h4 {
  font-size: 1.3em;
}
.post-details .post-content h5 {
  font-size: 1.2em;
}
.post-details .post-content h6 {
  font-size: 1.1em;
}
.post-details .post-content p {
  margin-block: 0;
  line-height: 1.8em;
}
.post-details .post-content p:not(:last-child) {
  margin: 10px 0;
}
.post-details .post-content img {
  max-width: 100%;
}
.post-details .post-content blockquote {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}
.post-details .post-content kbd {
  padding: 1px 3px;
  background-color: #eee;
  box-shadow: 1px 2px #999;
  border-radius: 3px;
}
.post-details .post-content mark,
.post-details .post-content code:not(.hljs) {
  padding: 1px 3px;
  background-color: #eee;
  border-radius: 3px;
}
.post-details .post-content table {
  text-align: left;
  border-collapse: collapse;
}
.post-details .post-content th,
.post-details .post-content td {
  padding: 5px;
  border: 1px solid #eee;
}
.post-details .post-content tr:nth-child(even) {
  background-color: #eee;
}
.post-details .post-content th {
  font-weight: 400;
  background-color: #ddd;
}
.post-details .post-content table {
  margin: 1em 0;
  width: 100%;
}
.blog-menu {
  max-width: 30%;
  flex: 1;
}
.blog-menu ol {
  list-style-type: none;
}
.blog-menu li {
  list-style-type: none;
}
.blog-menu a {
  padding: 0;
  margin: 10px 0;
}
.toc-container {
  height: 80vh;
  position: sticky !important;
  top: 2rem;
  overflow-y: auto;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
@media (max-width: 768px) {
  .post-details {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}
.utterances {
  margin-top: 20px;
}
#divide-image-wide {
  width: 100%;
  display: block;
}
#divide-image-narrow {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  #divide-image-wide {
    display: none !important;
  }
  #divide-image-narrow {
    width: 100%;
    display: block !important;
  }
}
@media (max-width: 768px) {
  #menu {
    justify-content: center;
  }
}
.list-item {
  width: 880px;
  max-width: 100%;
}
.list-item .base-info {
  display: flex;
  font-size: 14px;
}
.list-item .full-body {
  display: flex;
  height: 144px;
}
.list-item .content {
  flex: 1;
}
.list-item .title {
  max-height: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
}
.list-item .image {
  margin-left: 20px;
  width: 144px;
  height: 144px;
}
.list-item .description {
  display: block;
  max-height: 72px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-item .time {
  margin-right: 10px;
  color: #808080;
}
.list-item .foot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-item .foot .word-count {
  color: #808080;
  font-size: 15px;
  width: 5em;
  display: inline-block;
  text-align: justify;
}
.hover-underline {
  text-decoration: none;
}
.hover-underline:hover {
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .list-item {
    width: unset;
  }
}
@media (max-width: 768px) {
  .list-item {
    width: unset;
  }
  .list-item .title {
    font-size: 18px;
  }
  .list-item .full-body {
    height: 56px;
  }
  .list-item .description {
    display: none;
  }
  .list-item .image {
    width: 80px;
    height: 56px;
    margin-left: 0;
  }
  .list-item .tags span:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 468px) {
  .list-item .tags span:nth-child(n+2) {
    display: none;
  }
}
.list-page-container {
  display: flex;
  justify-content: space-between;
}
.recommend-list {
  width: 410px;
}
.recommend-list .list-group-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.patination {
  margin-top: 20px;
  padding: 0;
}
.sink-title {
  color: #3f51b5;
  border-right: #483d8b solid 4px;
  border-bottom: #483d8b solid 1px;
}
.avatar {
  border-radius: 50%;
}
.pagination {
  width: fit-content;
  margin-top: 20px;
}
.pagination li {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #212529;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 4px;
  font-weight: 400;
}
.pagination a {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s all ease;
  color: #000;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.pagination a:hover {
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 0.5)) !important;
  color: #fff !important;
}
.pagination span {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .pagination {
    margin: auto;
  }
}
