.home {
  position: fixed;
  top: 6px;
  left: 25px;
  color: black;
  font-size: 18px;
  /* font-weight: 500; */
  font-family: Arial Black;
}

/* 文章框架开始 */
.article {
  margin-top: 15px;
}
.article .w1100 {
  overflow: hidden;
}
/* 文章框架结束 */

/* 内容框架开始 */

.article .container {
  padding: 30px 40px 20px;
  background: #fff;
}
/* 内容框架结束 */

/* 文章开始 */
.article-header {
  margin-bottom: 20px;
}

.article-header h3 {
  transition: all 0.2s;
}

.article-header h3:hover {
  color: #ff7300;
}

.article-content {
  margin-bottom: 20px;
}

.article-content p {
  font-size: 16px;
  line-height: 26px;
  padding: 8px 0;
}

/* 文章结束 */

/* 侧边栏框架开始 */
.aside {
  width: 300px;
  background: #fcfcfc;
}

.aside .container {
  padding: 30px 40px 20px;
}

/* 侧边栏框架结束 */

.section h4 {
  font-size: 1.25em;
  margin-bottom: 12px;
}

.links {
  list-style: disc;
  list-style-position: inside;
}

.links li {
  color: #787878;
  margin-bottom: 8px;
}

.links li a {
  color: inherit;
}

.links li a:hover {
  color: #ff7300;
}

/* 侧边栏内容结束 */

/* 评论开始 */

.article-comment h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.article-comment .comment {
  width: 100%;
  height: 60px;
  display: block;
}

.comment-form {
  margin-top: 15px;
}

.comment-form .items {
  overflow: hidden;
  margin: 10px 0;
}

.comment-form .items span,
.comment-form .items input[type="text"] {
  height: 22px;
  line-height: 22px;
}

.comment-form .items span {
  float: left;
  width: 40px;
}

.comment-form .items input[type="text"] {
  float: left;
  width: 300px;
  padding: 0 10px;
  border: 1px solid #ccc;
}

.comment-form .items input[type="submit"] {
  width: 100px;
  height: 26px;
  cursor: pointer;
}

.comment-list {
  margin-top: 30px;
}

.comment-content {
  line-height: 22px;
  margin-top: 5px;
}

/* 评论结束 */

body {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-template-rows: 1fr 50px;
  height: 100vh !important;
  overflow: hidden;
  background-color: white;
}

.article {
  overflow-y: auto;
  margin-top: 0;
}

.article .w1100 {
  width: 850px;
  overflow-y: hidden;
}
.page {
  text-align: center;
  margin: 10px 110px 10px 60px;
  font-size: 18px;
  grid-column: 1/3;
  display: flex;
  justify-content: space-between;
}

p img:not(.logo) {
  max-width: 80% !important;
  max-height: 380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto !important;
  display: block !important;
}
.outline {
  margin-top: 10px;
  width: 250px;
  border-left: 1px solid #ccc;
}
.outline::-webkit-scrollbar {
  display: none;
}
.outline-title {
  border-bottom: 1px dashed;
  line-height: 25px;
  padding-left: 10px;
  font-weight: bold;
}
.toc {
  width: 250px;
  height: 635px;
  overflow-y: scroll;
  margin-left: -12px;
}
.vditor-outline li > span:hover {
  color: var(--toc-hover-color);
}
.vditor-img__img img {
  max-width: 100% !important;
  max-height: 95% !important;
}
