.bg-color0 {
  background: #495057;
}
.bg-color1 {
  background: #f03e3e;
}
.bg-color2 {
  background: #ae3ec9;
}
.bg-color3 {
  background: #7048e8;
}
.bg-color4 {
  background: #4263eb;
}
.bg-color5 {
  background: #1098ad;
}
.bg-color6 {
  background: #0ca678;
}
.bg-color7 {
  background: #37b24d;
}
.bg-color8 {
  background: #f59f00;
}
.bg-color9 {
  background: #f76707;
}
.bg-color10 {
  background: #6f42c1;
}
@-moz-keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@-webkit-keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@-o-keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@-moz-keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
@-webkit-keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
@-o-keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
@keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
* {
  box-sizing: border-box;
}
a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
html,
body {
  height: 100vh;
  min-height: 100vh;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
body {
  display: flex;
  flex-direction: row;
}
body #universe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(100% 100% at 70% 120%, rgba(33, 39, 80, 1) 10%, #020409 100%);
}
body #sidebar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  min-width: 300px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  body #sidebar-container {
    opacity: 0;
    width: 0;
    min-width: 0;
    visibility: hidden;
  }
  body #sidebar-container * {
    display: none;
  }
}
body #sidebar-container.closed {
  opacity: 0;
  width: 0;
  min-width: 0;
  visibility: hidden;
}
body #sidebar-container.closed * {
  display: none;
}
body #main-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex: 1;
}
body #main-container #header-wrapper {
  height: 3rem;
  line-height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(128, 128, 128, 0.8);
}
body #main-container #content-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  justify-content: center;
  flex: 1;
}
body #main-container #content-wrapper #content {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  align-items: center;
}
body #main-container #content-wrapper #content.hidden {
  display: none;
}
body #main-container #content-wrapper #return-top {
  display: flex;
  opacity: 0;
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  z-index: 999;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
}
body #main-container #content-wrapper #return-top.show {
  opacity: 1;
}
body #main-container #footer-wrapper {
  height: 3rem;
  line-height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(128, 128, 128, 0.8);
}
.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 6rem);
  padding: 2rem;
  text-align: center;
}
.page404-title {
  font-size: 6rem;
  color: rgba(230, 119, 0, 1);
  margin-bottom: 1rem;
  opacity: 0.8;
}
.page404-content {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 2rem;
  opacity: 0.6;
}
.page404-countdown {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}
.page404-countdown #countdown-text {
  font-weight: bold;
  color: rgba(230, 119, 0, 1);
}
#algolia-box {
  width: 100%;
}
#algolia-box .ais-SearchBox-form {
  display: flex;
}
#algolia-hits .algolia-hit-item {
  height: auto;
  margin-left: 1rem;
  padding: 0 0 0 2rem;
  position: relative;
  list-style: none;
  line-height: 2rem;
}
#algolia-hits .algolia-hit-item::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid rgba(73, 177, 245, 1);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#algolia-hits .algolia-hit-item:hover a {
  color: rgba(230, 119, 0, 1);
}
#algolia-hits .algolia-hit-empty {
  display: block;
  height: 2rem;
  line-height: 2rem;
  color: $color-theme-font;
  font-size: 1rem;
}
#algolia-pagination {
  padding: 1rem 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#algolia-pagination .pagination {
  display: flex;
  text-align: center;
  justify-content: center;
}
#algolia-pagination .pagination .ais-Pagination-item--previousPage,
#algolia-pagination .pagination .ais-Pagination-item--page,
#algolia-pagination .pagination .ais-Pagination-item--nextPage {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  text-decoration: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  box-sizing: border-box;
}
#algolia-pagination .pagination .ais-Pagination-item--previousPage::before,
#algolia-pagination .pagination .ais-Pagination-item--page::before,
#algolia-pagination .pagination .ais-Pagination-item--nextPage::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#algolia-pagination .pagination .ais-Pagination-item--previousPage:hover::before,
#algolia-pagination .pagination .ais-Pagination-item--page:hover::before,
#algolia-pagination .pagination .ais-Pagination-item--nextPage:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#algolia-pagination .pagination .ais-Pagination-item--previousPage:hover a,
#algolia-pagination .pagination .ais-Pagination-item--page:hover a,
#algolia-pagination .pagination .ais-Pagination-item--nextPage:hover a {
  color: rgba(230, 119, 0, 1);
}
#algolia-pagination .pagination .current a {
  color: rgba(230, 119, 0, 1);
}
#algolia-pagination .pagination .ais-Pagination-item--disabled {
  color: #808080;
}
#archive {
  width: 100%;
  margin-top: 2rem;
}
#archive .archive-title {
  font-size: 2rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
#archive .archive-title-text {
  display: inline-block;
}
#archive .archive-title-line {
  display: inline-block;
  margin: 0 1rem;
}
#archive .archive-title-amount {
  display: inline-block;
}
#archive .archive-list {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 1);
  line-height: 3rem;
}
#archive .archive-list-item {
  margin-left: 2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
#archive .archive-list-item::before {
  content: '';
  position: absolute;
  display: block;
  top: 65%;
  transform: translateX(-50%);
  width: 2.5px;
  height: 2.2rem;
  background: rgba(255,255,255,0.05);
  box-sizing: border-box;
}
#archive .archive-list-item:last-child::before {
  display: none;
}
#archive .archive-list-item-year::before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.375rem solid rgba(73, 177, 245, 1);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#archive .archive-list-item-year:hover::before {
  border: 0.375rem solid rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#archive .archive-list-item-year-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}
#archive .archive-list-item-year-text:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#archive .archive-list-item-post {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#archive .archive-list-item-post::before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  transform: translateX(-50%);
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border: 0.25rem solid rgba(73, 177, 245, 1);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#archive .archive-list-item-post:hover::before {
  border: 0.25rem solid rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#archive .archive-list-item-post-time {
  margin-left: 1rem;
  display: inline-block;
  color: #99a9bf;
  flex-shrink: 0;
}
#archive .archive-list-item-post-link {
  margin-left: 1rem;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  flex-grow: 1;
  line-height: 1.5rem;
}
#archive .archive-list-item-post-link:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#categories {
  width: 100%;
  margin-top: 2rem;
}
#categories .category-title {
  font-size: 2rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
#categories .category-title-text {
  display: inline-block;
}
#categories .category-title-line {
  display: inline-block;
  margin: 0 1rem;
}
#categories .category-title-amount {
  display: inline-block;
}
#categories .category-list {
  margin-top: 2rem;
  line-height: 2.5rem;
  list-style: none;
  counter-reset: li;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
}
#categories .category-list-item {
  height: auto;
  margin-left: 1rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  position: relative;
  list-style: none;
}
#categories .category-list-item::before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid rgba(73, 177, 245, 1);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#categories .category-list-item-link {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
#categories .category-list-item-count {
  margin-left: 1rem;
  color: rgba(255, 255, 255, 1);
}
#categories .category-list-item-count::before {
  content: '(';
}
#categories .category-list-item-count::after {
  content: ')';
}
#comment-container {
  padding: 1rem;
}
#comment-container .gitment-container {
  margin: 0 1rem;
  border-radius: 4px;
}
#comment-container .gitment-header-container {
  margin: 1rem 0;
}
#comment-container .gitment-comments-container {
  margin: 1rem 0;
}
#comment-container .gitment-comments-container .gitment-comment-header {
  padding: 0.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
}
#comment-container .gitment-comments-container .gitment-comments-error {
  color: rgba(255, 255, 255, 1);
}
#comment-container .gitment-editor-container {
  margin: 1rem 0;
}
#comment-container .gitment-editor-container .gitment-editor-main::before {
  border-right-color: rgba(255, 255, 255, 0.1);
}
#comment-container .gitment-editor-container .gitment-editor-main::after {
  border-right-color: rgba(255, 255, 255, 0.1);
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header {
  position: relative;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-tabs .gitment-selected {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(230, 119, 0, 1);
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login {
  padding: 0 0.5rem;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-body .gitment-editor-write-field textarea {
  background-color: transparent;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-body .gitment-editor-write-field textarea:focus {
  background-color: transparent;
}
#comment-container .gitment-editor-container .gitment-editor-footer {
  position: relative;
}
#comment-container .gitment-editor-container .gitment-editor-footer-tip {
  color: rgba(255, 255, 255, 1);
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#comment-container .gitment-footer-container {
  margin: 1rem 0;
}
#twikoo {
  padding: 1rem;
}
.hexo-encrypt {
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid rgba(128, 128, 128, 0.8);
  background: rgba(255, 255, 255, 0.1);
}
.hexo-encrypt .hexo-encrypt-abstract {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-align: center;
}
.hexo-encrypt .hexo-encrypt-input {
  display: flex;
  gap: 0.5rem;
  max-width: 400px;
  margin: 0 auto;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-password {
  flex: 1;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(128, 128, 128, 0.8);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  color: rgba(255, 255, 255, 1);
  font-size: 0.9rem;
  outline: none;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-password:focus {
  border-color: rgba(230, 119, 0, 1);
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit {
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 6px;
  background: rgba(230, 119, 0, 1);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:hover {
  opacity: 0.85;
}
.hexo-encrypt .hexo-encrypt-data {
  display: none;
}
#footer-left {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  align-items: center;
}
#footer-left-sidebar-icon {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: all 0.5s;
}
#footer-left-sidebar-icon::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#footer-left-sidebar-icon:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#footer-left-sidebar-icon.closed {
  transition: all 0.5s;
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  #footer-left-sidebar-icon {
    display: none;
  }
}
#footer-center {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
#footer-right {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
#footer-right .footer-right-separator {
  margin: 0.25rem 0.25rem;
}
#footer-right-statistics {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-statistics:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-statistics:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-statistics:hover a {
  color: rgba(230, 119, 0, 1);
}
#footer-right-statistics:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-statistics.hidden {
  display: none;
}
#footer-right-copyright {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-copyright:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-copyright:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-copyright:hover a {
  color: rgba(230, 119, 0, 1);
}
#footer-right-copyright:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-copyright.hidden {
  display: none;
}
#footer-right-miit {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-miit:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-miit:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-miit:hover a {
  color: rgba(230, 119, 0, 1);
}
#footer-right-miit:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-miit.hidden {
  display: none;
}
#footer-right-mps {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-mps:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-mps:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#footer-right-mps:hover a {
  color: rgba(230, 119, 0, 1);
}
#footer-right-mps:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-mps.hidden {
  display: none;
}
#footer-right-mps .mps-img {
  margin-right: 0.125rem;
  width: 1rem;
  height: 1rem;
}
#header-left {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  align-items: center;
}
#header-left-menu-icon {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
#header-left-menu-icon::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#header-left-menu-icon:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#header-left-menu-list {
  display: flex;
  margin-left: 1rem;
  box-sizing: border-box;
  align-items: center;
}
#header-left-menu-list.hidden {
  display: none;
}
#header-left-menu-list .header-left-menu-list-item {
  margin: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: bolder;
  position: relative;
  transition: all 0.5s;
}
#header-left-menu-list .header-left-menu-list-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#header-left-menu-list .header-left-menu-list-item:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#header-left-menu-list .header-left-menu-list-item:hover a {
  color: rgba(230, 119, 0, 1);
}
#header-left-menu-list .header-left-menu-list-item:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#header-center {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
#header-right {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
#header-right-search {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#header-right-search:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#header-right-search:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#header-right-search:hover a {
  color: rgba(230, 119, 0, 1);
}
#header-right-search:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#header-right-search.hidden {
  display: none;
}
#header-right-search .fas {
  font-size: 0.75rem;
  margin-right: 0.2rem;
}
#header-right-title {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#header-right-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#header-right-title:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#header-right-title:hover a {
  color: rgba(230, 119, 0, 1);
}
#header-right-title:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#header-right-title.hidden {
  display: none;
}
#header-right-title .header-right-title-text {
  font-weight: bolder;
}
#header-right-time {
  margin-right: 1rem;
}
#header-right-time.hidden {
  display: none;
}
#header-right-time .header-right-time-time {
  display: inline-block;
  font-weight: bolder;
}
#hero-wrapper {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 260px;
  max-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero-wrapper #hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page404-canvas-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 0 auto 1.5rem;
}
.page404-canvas-wrapper canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.pagination-wrap {
  padding: 2rem 1rem 2rem 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrap .pagination {
  display: flex;
  text-align: center;
  justify-content: center;
}
.pagination-wrap .pagination .space {
  margin-left: 0.5rem;
}
.pagination-wrap .pagination .prev,
.pagination-wrap .pagination .page-number,
.pagination-wrap .pagination .next {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-left: 0.5rem;
  text-align: center;
  line-height: 2.5rem;
  text-decoration: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  box-sizing: border-box;
}
.pagination-wrap .pagination .prev::before,
.pagination-wrap .pagination .page-number::before,
.pagination-wrap .pagination .next::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
.pagination-wrap .pagination .prev:hover::before,
.pagination-wrap .pagination .page-number:hover::before,
.pagination-wrap .pagination .next:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
.pagination-wrap .pagination .current {
  color: rgba(230, 119, 0, 1);
}
.pagination-wrap-post {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pagination-wrap-post-prev,
.pagination-wrap-post-next {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 1);
}
.pagination-wrap-post-prev i,
.pagination-wrap-post-next i {
  margin: 0rem 0.5rem;
}
.pagination-wrap .pull-left,
.pagination-wrap .pull-right {
  position: relative;
}
.pagination-wrap .pull-left .line,
.pagination-wrap .pull-right .line {
  position: absolute;
  transition: all 0.5s;
  background: rgba(230, 119, 0, 1);
}
.pagination-wrap .pull-left .line-top,
.pagination-wrap .pull-right .line-top {
  width: 0;
  height: 1px;
  left: -110%;
  top: -1px;
}
.pagination-wrap .pull-left .line-right,
.pagination-wrap .pull-right .line-right {
  width: 1px;
  height: 0;
  right: -1px;
  top: -110%;
}
.pagination-wrap .pull-left .line-bottom,
.pagination-wrap .pull-right .line-bottom {
  width: 1px;
  height: 0;
  left: -1px;
  bottom: -110%;
}
.pagination-wrap .pull-left .line-left,
.pagination-wrap .pull-right .line-left {
  width: 0;
  height: 1px;
  bottom: -1px;
  right: -110%;
}
.pagination-wrap .pull-left:hover,
.pagination-wrap .pull-right:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
.pagination-wrap .pull-left:hover .line-top,
.pagination-wrap .pull-right:hover .line-top {
  width: 100%;
  left: 0;
}
.pagination-wrap .pull-left:hover .line-right,
.pagination-wrap .pull-right:hover .line-right {
  height: 100%;
  top: 0;
}
.pagination-wrap .pull-left:hover .line-bottom,
.pagination-wrap .pull-right:hover .line-bottom {
  height: 100%;
  bottom: 0;
}
.pagination-wrap .pull-left:hover .line-left,
.pagination-wrap .pull-right:hover .line-left {
  width: 100%;
  right: 0;
}
.pagination-wrap .pull-left:hover a,
.pagination-wrap .pull-right:hover a {
  color: rgba(230, 119, 0, 1);
}
#post,
#post-recent {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#post .post-item,
#post-recent .post-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 2rem 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
#post .post-item-header,
#post-recent .post-item-header {
  display: flex;
  flex-direction: column;
}
#post .post-item-header-title,
#post-recent .post-item-header-title {
  margin: 1rem 2rem 1rem 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
}
#post .post-item-header-meta,
#post-recent .post-item-header-meta {
  margin: 0rem 2rem 1rem 2rem;
  font-size: 1rem;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: row;
}
#post .post-item-header-meta-item,
#post-recent .post-item-header-meta-item {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  align-content: center;
  text-align: center;
  margin-right: 0.5rem;
}
#post .post-item-header-meta-item::before,
#post-recent .post-item-header-meta-item::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#post .post-item-header-meta-item:hover::before,
#post-recent .post-item-header-meta-item:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#post .post-item-header-meta-item-icon,
#post-recent .post-item-header-meta-item-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
#post .post-item-header-meta-item-text,
#post-recent .post-item-header-meta-item-text {
  margin-right: 0.5rem;
}
#post .post-item-header-meta-item-text:hover,
#post-recent .post-item-header-meta-item-text:hover {
  color: rgba(230, 119, 0, 1);
}
#post .post-item-header-sticky,
#post-recent .post-item-header-sticky {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  color: rgba(230, 119, 0, 1);
  border: 1px solid rgba(230, 119, 0, 1);
  border-radius: 4px;
  opacity: 0.8;
}
#post .post-item-content,
#post-recent .post-item-content {
  margin: 0rem 2rem 1rem 2rem;
  line-height: 1.5rem;
}
#post .post-item-content blockquote,
#post-recent .post-item-content blockquote {
  color: #808080;
  border-left: rgba(73, 177, 245, 1) solid 2px;
  margin: 1rem 0 1rem 1rem;
  padding-left: 1rem;
}
#post .post-item-content img,
#post-recent .post-item-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0 1rem 0;
}
#post .post-item-content a,
#post-recent .post-item-content a {
  color: rgba(73, 177, 245, 1);
}
#post .post-item-content a:hover,
#post-recent .post-item-content a:hover {
  color: rgba(230, 119, 0, 1);
}
#post .post-item-content table,
#post-recent .post-item-content table {
  margin: 8px 0 16px 0;
  max-width: 100%;
}
#post .post-item-content table thead tr th,
#post-recent .post-item-content table thead tr th {
  padding: 0.5rem 1rem;
  border: 1px solid $color-font;
  background: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
#post .post-item-content table tbody tr td,
#post-recent .post-item-content table tbody tr td {
  padding: 0.5rem 1rem;
  border: 1px solid $color-theme-font;
}
#post .post-item-content h1,
#post-recent .post-item-content h1,
#post .post-item-content h2,
#post-recent .post-item-content h2,
#post .post-item-content h3,
#post-recent .post-item-content h3,
#post .post-item-content h4,
#post-recent .post-item-content h4,
#post .post-item-content h5,
#post-recent .post-item-content h5,
#post .post-item-content h6,
#post-recent .post-item-content h6 {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding-left: 1.5rem;
  color: $color-font;
}
#post .post-item-content h1::before,
#post-recent .post-item-content h1::before,
#post .post-item-content h2::before,
#post-recent .post-item-content h2::before,
#post .post-item-content h3::before,
#post-recent .post-item-content h3::before,
#post .post-item-content h4::before,
#post-recent .post-item-content h4::before,
#post .post-item-content h5::before,
#post-recent .post-item-content h5::before,
#post .post-item-content h6::before,
#post-recent .post-item-content h6::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(73, 177, 245, 1);
  content: '\f0c1';
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 0.8rem;
  transition: all 0.5s;
}
#post .post-item-content h1:hover,
#post-recent .post-item-content h1:hover,
#post .post-item-content h2:hover,
#post-recent .post-item-content h2:hover,
#post .post-item-content h3:hover,
#post-recent .post-item-content h3:hover,
#post .post-item-content h4:hover,
#post-recent .post-item-content h4:hover,
#post .post-item-content h5:hover,
#post-recent .post-item-content h5:hover,
#post .post-item-content h6:hover,
#post-recent .post-item-content h6:hover {
  padding-left: 2rem;
}
#post .post-item-content h1:hover::before,
#post-recent .post-item-content h1:hover::before,
#post .post-item-content h2:hover::before,
#post-recent .post-item-content h2:hover::before,
#post .post-item-content h3:hover::before,
#post-recent .post-item-content h3:hover::before,
#post .post-item-content h4:hover::before,
#post-recent .post-item-content h4:hover::before,
#post .post-item-content h5:hover::before,
#post-recent .post-item-content h5:hover::before,
#post .post-item-content h6:hover::before,
#post-recent .post-item-content h6:hover::before {
  color: rgba(230, 119, 0, 1);
}
#post .post-item-content ol,
#post-recent .post-item-content ol,
#post .post-item-content ul,
#post-recent .post-item-content ul {
  margin-top: 0.5rem;
  padding: 0 0 0 1rem;
  list-style: none;
  counter-reset: li;
}
#post .post-item-content ol p,
#post-recent .post-item-content ol p,
#post .post-item-content ul p,
#post-recent .post-item-content ul p {
  margin: 0;
}
#post .post-item-content ol ol,
#post-recent .post-item-content ol ol,
#post .post-item-content ul ol,
#post-recent .post-item-content ul ol,
#post .post-item-content ol ul,
#post-recent .post-item-content ol ul,
#post .post-item-content ul ul,
#post-recent .post-item-content ul ul {
  padding-left: 0.5rem;
}
#post .post-item-content ol li,
#post-recent .post-item-content ol li,
#post .post-item-content ul li,
#post-recent .post-item-content ul li {
  position: relative;
  margin: 0.25rem 0;
  padding: 0.125px 0.8px 0.125rem 2.5rem;
}
#post .post-item-content ol li:hover:before,
#post-recent .post-item-content ol li:hover:before,
#post .post-item-content ul li:hover:before,
#post-recent .post-item-content ul li:hover:before {
  transform: rotate(360deg);
  color: rgba(230, 119, 0, 1);
}
#post .post-item-content ol li:before,
#post-recent .post-item-content ol li:before,
#post .post-item-content ul li:before,
#post-recent .post-item-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(73, 177, 245, 1);
  cursor: pointer;
  transition: all 0.5s;
}
#post .post-item-content ol li:before,
#post-recent .post-item-content ol li:before {
  margin-top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5rem;
}
#post .post-item-content ul li:hover:before,
#post-recent .post-item-content ul li:hover:before {
  border-color: rgba(230, 119, 0, 1);
}
#post .post-item-content ul li:before,
#post-recent .post-item-content ul li:before {
  top: 0.6rem;
  margin-left: 0.25rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.12rem solid rgba(255, 255, 255, 0.1);
  background: transparent;
  content: '';
  line-height: 0.4rem;
  transform: rotateZ(45deg);
}
#post .post-item-content code,
#post-recent .post-item-content code {
  padding: 0.2rem 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
}
#post .post-item-copyright,
#post-recent .post-item-copyright {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  margin: 0rem 2rem 1rem 2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
#post .post-item-copyright-info,
#post-recent .post-item-copyright-info {
  flex: 1;
  min-width: 0;
}
#post .post-item-copyright-item,
#post-recent .post-item-copyright-item {
  display: block;
  padding: 0.25rem 0;
  align-content: center;
}
#post .post-item-copyright-item-meta,
#post-recent .post-item-copyright-item-meta {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  color: rgba(230, 119, 0, 1);
}
#post .post-item-copyright-item-text,
#post-recent .post-item-copyright-item-text {
  margin-right: 0.5rem;
}
#post .post-item-copyright-item-text a,
#post-recent .post-item-copyright-item-text a {
  color: rgba(73, 177, 245, 1);
}
#post .post-item-copyright-item-text a:hover,
#post-recent .post-item-copyright-item-text a:hover {
  color: rgba(230, 119, 0, 1);
}
#post .post-item-copyright-qrcode,
#post-recent .post-item-copyright-qrcode {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0 0;
  padding: 0.75rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(128, 128, 128, 0.8);
}
#post .post-item-copyright-qrcode .post-item-qrcode-img img,
#post-recent .post-item-copyright-qrcode .post-item-qrcode-img img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
#post .post-item-copyright-qrcode-tip,
#post-recent .post-item-copyright-qrcode-tip {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #666;
  text-align: center;
  white-space: nowrap;
}
#post .post-item-comment,
#post-recent .post-item-comment {
  margin: 0rem 2rem 1rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
#post .post-item-more,
#post-recent .post-item-more {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  margin: 1rem 2rem 1rem 2rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  display: inline-block;
  text-align: center;
  align-items: center;
  width: 5rem;
}
#post .post-item-more::before,
#post-recent .post-item-more::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#post .post-item-more:hover::before,
#post-recent .post-item-more:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#post .post-item-sponsor,
#post-recent .post-item-sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(128, 128, 128, 0.8);
}
#post .post-item-sponsor-btn,
#post-recent .post-item-sponsor-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  background: rgba(230, 119, 0, 1);
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
#post .post-item-sponsor-btn:hover,
#post-recent .post-item-sponsor-btn:hover {
  opacity: 0.85;
}
#post .post-item-sponsor-panel,
#post-recent .post-item-sponsor-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
#post .post-item-sponsor-panel-tip,
#post-recent .post-item-sponsor-panel-tip {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 1);
  opacity: 0.6;
  margin-bottom: 1rem;
}
#post .post-item-sponsor-panel-codes,
#post-recent .post-item-sponsor-panel-codes {
  display: flex;
  gap: 1.5rem;
}
#post .post-item-sponsor-panel-codes-code,
#post-recent .post-item-sponsor-panel-codes-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#post .post-item-sponsor-panel-codes-code img,
#post-recent .post-item-sponsor-panel-codes-code img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  padding: 0.5rem;
  background: #fff;
}
#post .post-item-sponsor-panel-codes-code span,
#post-recent .post-item-sponsor-panel-codes-code span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 1);
  opacity: 0.6;
}
.redirect {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 6rem);
  padding: 2rem;
}
.redirect-content {
  max-width: 600px;
  width: 100%;
  padding: 2.5rem;
  border-radius: 12px;
  border: 1px solid rgba(128, 128, 128, 0.8);
  background: rgba(255, 255, 255, 0.1);
}
.redirect-content-tips {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255,152,0,0.1);
  border: 1px solid rgba(255,152,0,0.3);
  color: #ff9800;
  font-size: 0.9rem;
}
.redirect-content-tips::before {
  content: "⚠";
  font-size: 1.5rem;
}
.redirect-content-url {
  margin-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
}
.redirect-content-url #redirect-link {
  display: block;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  background: rgba(128,128,128,0.1);
  border: 1px solid rgba(128, 128, 128, 0.8);
  word-break: break-all;
  color: rgba(73, 177, 245, 1);
  font-size: 0.85rem;
}
.redirect-button {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 8px;
  background: rgba(230, 119, 0, 1);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.redirect-button:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
a.external-link::after {
  content: " ↗";
  font-size: 0.8em;
  opacity: 0.6;
}
#search-container {
  display: none;
}
#search-container .search-content {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  padding: 1rem;
  width: 40rem;
  background: rgba(0,0,0,0.9);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
#search-container .search-content-header {
  display: flex;
  justify-content: space-between;
  line-height: 2rem;
}
#search-container .search-content-header-logo {
  height: 2rem;
  width: auto;
}
#search-container .search-content-box {
  margin-top: 1rem;
  border: 2px solid rgba(230, 119, 0, 1);
  border-radius: 4px;
  background: #fff;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
#search-container .search-content-box-input {
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
  font-size: 1rem;
  border: none;
  background: transparent;
  box-sizing: border-box;
  line-height: 2.5rem;
}
#search-container .search-content-box-input:focus {
  outline: none;
}
#search-container .search-content-result {
  margin-top: 1rem;
}
#search-container .search-content-pagination {
  justify-content: center;
}
#search-container .search-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.5);
  z-index: 1000;
}
#search-container.show {
  display: block;
}
.search-content-header-logo {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
}
#algolia-hits mark {
  background: rgba(230,119,0,0.3);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}
#sidebar-menu {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
#sidebar-menu .sidebar-menu-item {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  width: 6rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
}
#sidebar-menu .sidebar-menu-item::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#sidebar-menu .sidebar-menu-item:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#sidebar-menu .sidebar-menu-item span {
  display: block;
  width: 100%;
}
#sidebar-toc {
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: auto;
  width: 90%;
}
#sidebar-toc.hide {
  display: none;
  opacity: 0;
}
#sidebar-toc .sidebar-toc-title {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
#sidebar-toc .sidebar-toc-progress {
  margin-top: 2rem;
  font-size: 1rem;
}
#sidebar-toc .sidebar-toc-progress-notice {
  text-align: center;
}
#sidebar-toc .sidebar-toc-progress-num {
  font-weight: 600;
}
#sidebar-toc .sidebar-toc-progress-bar {
  margin-top: 0.5rem;
  height: 0.125rem;
  width: 0;
  background: rgba(230, 119, 0, 1);
}
#sidebar-toc .sidebar-toc-content {
  margin-top: 2rem;
  font-size: 1rem;
  height: auto;
  color: rgba(255, 255, 255, 1);
}
#sidebar-toc .sidebar-toc-content .top {
  display: none;
}
#sidebar-toc .sidebar-toc-content .toc-item,
#sidebar-toc .sidebar-toc-content .toc {
  line-height: 1.5rem;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-item,
#sidebar-toc .sidebar-toc-content .toc .toc-item {
  margin: 0.45rem 0;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link,
#sidebar-toc .sidebar-toc-content .toc .toc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.15rem 0.1rem;
  letter-spacing: 0.01em;
  transition: all 0.5s;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link::before,
#sidebar-toc .sidebar-toc-content .toc .toc-link::before {
  content: '>>';
  font-size: 0.72em;
  letter-spacing: 0.08em;
  opacity: 0.6;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link:hover,
#sidebar-toc .sidebar-toc-content .toc .toc-link:hover {
  color: rgba(230, 119, 0, 1);
  padding-left: 0.35rem;
  transition: all 0.5s;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link.active,
#sidebar-toc .sidebar-toc-content .toc .toc-link.active {
  color: rgba(230, 119, 0, 1);
  font-weight: 600;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link.active::before,
#sidebar-toc .sidebar-toc-content .toc .toc-link.active::before {
  opacity: 0.95;
}
#sidebar-toc .sidebar-toc-content ol,
#sidebar-toc .sidebar-toc-content li {
  padding: 0;
  margin: 0;
  list-style: none; /* 禁用所有列表的标记 */
}
#sidebar-toc .sidebar-toc-content .toc-child {
  padding-left: 1.2rem;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#sidebar-toc .sidebar-toc-content .toc-child.expanded {
  height: auto;
  transition: all 0.5s ease;
}
#sidebar-info.hide {
  display: none;
  opacity: 0;
}
#sidebar-info .author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sidebar-info .author-info-avatar {
  margin-top: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
#sidebar-info .author-info-avatar-img {
  padding: 0.125rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 0.125rem solid rgba(255, 255, 255, 0.1);
}
#sidebar-info .author-info-avatar-img:hover {
  animation: avatar 5s linear infinite;
}
#sidebar-info .author-info-name {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 1);
}
#sidebar-info .author-info-description {
  margin-top: 1.5rem;
}
#sidebar-info .author-info-social-link {
  margin-top: 1.5rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#sidebar-info .author-info-social-link-item {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
#sidebar-info .author-info-social-link-item::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#sidebar-info .author-info-social-link-item:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#sidebar-info .author-info-social-link-item-dot {
  margin-left: 0.25rem;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
#sidebar-info .author-info-articles {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
}
#sidebar-info .author-info-articles-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 1rem 0.5rem 1rem;
}
#sidebar-info .author-info-articles-item .line {
  position: absolute;
  transition: all 0.5s;
  background: rgba(230, 119, 0, 1);
}
#sidebar-info .author-info-articles-item .line-top {
  width: 0;
  height: 1px;
  left: -110%;
  top: -1px;
}
#sidebar-info .author-info-articles-item .line-right {
  width: 1px;
  height: 0;
  right: -1px;
  top: -110%;
}
#sidebar-info .author-info-articles-item .line-bottom {
  width: 1px;
  height: 0;
  left: -1px;
  bottom: -110%;
}
#sidebar-info .author-info-articles-item .line-left {
  width: 0;
  height: 1px;
  bottom: -1px;
  right: -110%;
}
#sidebar-info .author-info-articles-item:hover {
  color: rgba(230, 119, 0, 1);
  transition: all 0.5s;
}
#sidebar-info .author-info-articles-item:hover .line-top {
  width: 100%;
  left: 0;
}
#sidebar-info .author-info-articles-item:hover .line-right {
  height: 100%;
  top: 0;
}
#sidebar-info .author-info-articles-item:hover .line-bottom {
  height: 100%;
  bottom: 0;
}
#sidebar-info .author-info-articles-item:hover .line-left {
  width: 100%;
  right: 0;
}
#sidebar-info .author-info-articles-item:hover a {
  color: rgba(230, 119, 0, 1);
}
#sidebar-info .author-info-articles-item-text {
  margin-top: 0.5rem;
}
#sidebar-info .author-info-articles-item-num {
  font-weight: 600;
}
#sidebar-info .author-info-articles-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 0.05rem;
  height: 2rem;
  background: rgba(128, 128, 128, 0.8);
}
#sidebar-info .author-info-articles-item:last-child::after {
  display: none;
}
#sidebar-info .friend-link {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sidebar-info .friend-link-item {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  margin-top: 1rem;
  width: 80%;
}
#sidebar-info .friend-link-item::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
#sidebar-info .friend-link-item:hover::before {
  left: 100%;
  transition: left 0.5s ease;
}
#tags {
  padding-top: 2rem;
  text-align: center;
}
#tags .tags-title {
  font-size: 2rem;
  color: rgba(255, 255, 255, 1);
}
#tags .tags-title-text {
  display: inline-block;
}
#tags .tags-title-line {
  display: inline-block;
  margin: 0 1rem;
}
#tags .tags-title-amount {
  display: inline-block;
}
#tags .tags-cloud {
  margin: 32px 0 0 0;
}
#tags .tags-cloud a {
  display: inline-block;
  margin: 16px 16px;
}
#tags .tags-cloud a:hover {
  color: rgba(230, 119, 0, 1);
}
pre {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 1rem 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
pre .code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  user-select: none;
  background: rgba(255, 255, 255, 0.1);
}
pre .code-header-type {
  margin-left: 1rem;
  color: rgba(230, 119, 0, 1);
}
pre .code-header-copy {
  display: flex;
  cursor: pointer;
  align-items: center;
}
pre .code-header-copy-tips {
  margin-right: 0.5rem;
  text-align: center;
  color: rgba(230, 119, 0, 1);
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
pre .code-header-copy-tips.active {
  opacity: 1;
  transform: translateX(0);
}
pre .code-header-copy-button {
  padding: 0.25rem 0.5rem;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
pre .code-content {
  display: flex;
  flex-direction: row;
}
pre .code-content .line-numbers {
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  text-align: right;
  color: #999;
  user-select: none;
  padding: 1rem 0.5rem 1rem 0;
}
pre .code-content code {
  padding: 1rem 0.5rem 1rem 0 !important;
  border-radius: 0px !important;
  background: none !important;
  overflow-x: auto;
}
