body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  background-color: #faf9f7;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: 'Inter var', Inter, Rubik, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
}
img {
  max-width: 100%;
  height: auto;
  position: relative;
}
a:not([class]) {
  border-bottom-style: solid;
  border-bottom-width: 0.2rem;
  color: #0f61ff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  border-color: rgba(15, 97, 255, 0.1);
}
a:not([class]):hover {
  border-color: rgba(15, 97, 255, 0.5);
}
@media (prefers-color-scheme: dark) {
  a:not([class]) {
    color: #81a5f8;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #333;
    color: #999;
  }
}
/*valine样式*/
#valine-comment {
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}
.tcomment {
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media (prefers-color-scheme: dark) {
  #valine-comment {
    border-color: #666;
    background-color: #888;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
    font-size: 1rem;
  }
}
@media (prefers-color-scheme: dark) {
  .tcomment {
    border-color: #666;
    background-color: #888;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
    font-size: 1rem;
  }
}
.yellow-btn {
  box-shadow: rgba(255, 214, 2, 0.6) 0px 6px 12px 0px;
}
.yellow-btn:hover {
  box-shadow: rgba(255, 214, 2, 0.6) 0px 2px 4px 0px;
}
@media (prefers-color-scheme: dark) {
  .yellow-btn {
    box-shadow: none;
  }
}
.wechat img {
  display: none;
}
.wechat:hover img {
  display: inline-block;
}
.s3-round {
  border-radius: 100px;
}
.s3-hover:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  animation: s3-rotate 5s infinite linear, s3-opacity 5s infinite;
}
.s3-transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@-webkit-keyframes s3-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes s3-opacity {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}
.s3-dotted {
  border-radius: 100px;
}
.s3-dotted:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  animation: s3-rotate 5s infinite linear, s3-opacity 5s infinite;
}
.s3-dashed {
  border-radius: 100px;
}
.s3-dashed:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  animation: s3-rotate 5s infinite linear, s3-opacity 5s infinite;
}
div.meta .views-counter .remixicon,
div.meta .comments .remixicon {
  top: -1px;
}
div.meta .meta-info {
  margin-right: 20px;
  font-size: 14px;
}
div.meta .fa,
div.meta .remixicon {
  vertical-align: middle;
  margin-right: 2px;
  color: #E84E89;
  font-size: 19px !important;
  top: 0px;
  position: relative;
  z-index: 1;
}
.fa-comment:before {
  content: "\eafc";
}
/*友链样式*/
.friend-box {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: center;
  width: 350px;
  border-radius: 45px;
  margin: 10px 20px;
}
.friend-box img.friend-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  float: left;
  margin: 5px 5px 5px !important;
}
.friend-box .flink-info {
  height: 80px;
  overflow: hidden;
  line-height: 25px;
}
.friendblock {
  display: inline-block;
}
/*bilibili嵌入视频样式*/
.bilibili-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.bilibili-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
pre.language-bilibili,
code.language-bilibili {
  display: none;
}
/*标签样式*/
.tagbox {
  border: 1px solid #bbbbbb;
  border-radius: 35px;
  margin: 0.5em 0.5em;
  width: auto;
  justify-content: center;
  padding: 0.5em 1.25em;
  display: inline-block;
}
.tagbox:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-icon-test:before {
  content: "\e6b3";
}
.icon-icon-test1:before {
  content: "\e6b4";
}
.icon--shujujilu:before {
  content: "\e616";
}
.copyright {
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  background-color: #faf9f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.04);
}
@media (prefers-color-scheme: dark) {
  .copyright {
    background-color: #333333;
  }
}
pre.language-mermaid,
code.language-mermaid {
  display: none;
}
.mermaid {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
::-webkit-scrollbar {
  width: 12px;
  height: 10px;
  background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #787878;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(151, 151, 151, 0.25);
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(100, 100, 100, 0.5);
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  padding: 4px 7px;
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  outline: none;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
  background-color: #eef;
  border: none;
  outline: none;
}
.collapsible:focus {
  background-color: #eef;
  border: none;
  outline: none;
}

      body {
        font-family: Inter, Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      }

      @supports (font-variation-settings: normal) {
        body {
          font-family: Inter, 'Inter var', Inter, Rubik, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }
      }
    