@charset "UTF-8";
#myBtn {
  display: none; /* 默认隐藏 */
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rebeccapurple; /* 设置背景颜色，你可以设置自己想要的颜色或图片 */
  color: white; /* 文本颜色 */
  cursor: pointer;
  padding: 15px;
  border-radius: 10px; /* 圆角 */
}

#myBtn:hover {
  background-color: #555;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

summary {
  font-weight: bold;
}

body {
  font: 1.2 16px/1.5 "Palatino-TeX", "Palatino", "Palatino Linotype", "Palatino LT STD", "NotoSerif-Regular", "Book Antiqua", "Georgia", "Helvetica", "Arial", "Calibri", sans-serif;
  background-color: white;
  color: black;
  margin: 0 auto;
  font-kerning: normal;
  float: none;
  display: flex;
  min-height: 100vh;
  max-height: 100%;
  flex-direction: column;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
  margin-bottom: 10px;
}

hr {
  margin-top: 7px;
  margin-bottom: 7px;
}

.center {
  text-align: center;
}

.kaiti {
  font-family: kaiti;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 16px;
}

ul,
ol {
  margin-left: 20px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 1.2;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: crimson;
  text-shadow: 0 0 5px #ff0;
  text-decoration: underline;
}

blockquote {
  color: #828282;
  border-left: 4px solid #828282;
  padding-left: 10px;
  font-size: 1.1rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i,
blockquote em {
  font-style: normal;
}

pre,
code {
  font-family: "JetBrains Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  border: 1px solid #828282;
  border-radius: 5px;
  background-color: white;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.wrapper {
  max-width: calc(70% - (20px));
  margin-right: auto;
  margin-left: 5%;
  padding-right: 10px;
  padding-left: 10px;
}

.page-wrapper:after,
.footer-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

table {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  color: black;
  border-collapse: collapse;
  border: 1px solid #ccc9c9;
}
table tr:nth-child(even) {
  background-color: #ccc9c9;
}
table th,
table td {
  padding: 6.6666666667px 10px;
}
table th {
  background-color: #ccc9c9;
  border: 1px solid #ccc9c9;
}
table td {
  border: 1px solid #ccc9c9;
}

.homepage-main {
  padding: 3px 0;
  flex: 1 0 auto;
}

.homepage-wrapper {
  width: auto;
  margin-right: 30px;
  margin-left: 130px;
  padding: 3px;
}

.homepage-heading {
  border-bottom: thick double #828282;
  font-size: 1.8rem;
}

.homepage-sidebar {
  border: 1px solid #828282;
  text-align: left;
  background-color: rgb(200, 200, 200);
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  position: fixed;
  padding: 3px;
}

.sidebar-title {
  display: block;
  list-style: none;
  position: relative;
  top: 3%;
  margin: 2px 3px 3px;
  background-color: rgb(200, 200, 200);
  font-size: 1rem;
}
.sidebar-title .sidebar-title-hr {
  border-bottom: 1px solid #828282;
}
.sidebar-title > ul {
  margin: 1px;
}

.sidebar-page {
  display: block;
  list-style: none;
  position: relative;
  background-color: rgb(200, 200, 200);
  font-size: 0.9rem;
}
.sidebar-page > li {
  margin-left: 5px;
}

.homepage-content {
  margin-bottom: 5px;
}
.homepage-content h2 {
  margin-top: 10px;
  border-bottom: 1px solid #828282;
  font-size: 1.5rem;
}
.homepage-content h3 {
  font-size: 1.3rem;
}
.homepage-content .note {
  margin-top: 5px;
  font-weight: bold;
  color: #c9684a;
  font-size: 1.1rem;
}

.intro {
  position: relative;
  top: 0;
  left: 0;
}

.intro-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.no-list {
  margin-left: 0;
  list-style: none;
}

.homepage-box {
  position: relative;
  background-color: rgba(251, 243, 155, 0.858);
  border: 1px solid #ccc9c9;
  padding: 1px;
}

.homepage-footer {
  display: flex;
  position: relative;
  color: #828282;
  border-top: 1px solid #ccc9c9;
  padding: 20px 0 5px;
  margin-bottom: 0;
  font-size: 0.8rem;
}

.homepage-footer-list {
  list-style: none;
  margin-left: 150px;
}

.blog-navigation {
  text-align: center;
  background-color: gray;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 3px 0px;
}

.navigation-father {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 3px;
  font-size: 1.2rem;
}
.navigation-father > ul {
  padding: 5px 0px;
  margin: 0;
}

.navigation-son {
  display: none;
  position: absolute;
  padding: 0;
  margin: 3px 0px;
  left: 0;
  right: 0;
  font-size: 1rem;
}
.navigation-son > li {
  list-style: none;
  background-color: grey;
  padding: 3px 0px;
  margin: 0;
}

.navigation-father:hover .navigation-son {
  display: block;
}

.blog-main-content {
  padding: 20px 0;
  flex: 1 0 auto;
  margin-top: 20px;
}

.blog-heading {
  border-bottom: 1px dashed #828282;
  font-size: 2rem;
}

.blog-content {
  margin-bottom: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  margin-top: 20px;
}
.blog-content h2 {
  font-size: 1.8rem;
}
.blog-content h3 {
  font-size: 1.6rem;
}
.blog-content h4 {
  font-size: 1.4rem;
}
.blog-content h5 {
  font-size: 1.2rem;
}
.blog-content h6 {
  font-size: 1rem;
}

.blog-page-box {
  width: 30%;
  height: 50px;
  border: 2px solid black;
  padding: 3px;
  margin: 7px;
}
.blog-page-box:hover {
  box-shadow: 0px 0px 5px #888888;
}

a.box:hover {
  text-shadow: 0 0 0px white;
  text-decoration: none;
}
a.box:hover .title {
  color: crimson;
  text-shadow: 0 0 5px #ff0;
}

.blog-footer {
  position: relative;
  border-top: 1px solid #ccc9c9;
  padding: 20px 0 5px;
  margin-bottom: 0;
}

.footer-col-wrapper {
  font-size: 0.8rem;
  display: flex;
  color: #828282;
}

.footer-col {
  margin-bottom: 6px;
  width: calc(100% - 20px / 2);
  padding: 0 10px;
}

.column-list {
  list-style: none;
  margin-left: 0;
}

.toc-box {
  background-color: white;
  position: absolute;
  height: fit-content;
  width: 25%;
  border: 1px solid #ccc9c9;
  right: 3px;
  top: 50px;
  bottom: 50px;
}

.toc {
  height: auto;
  width: auto;
}

.tag {
  margin: 0 3px;
}

.page-wrapper,
.footer-wrapper {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

#loading {
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loading_bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 1.2;
  color: blue;
  letter-spacing: 0;
}

.loader::before,
.loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}

.loader::before {
  top: 0;
}

.loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

/*# sourceMappingURL=blog.css.map */