body {
  font-family: Microsoft JhengHei, Microsoft YaHei, STHeiti SC, SimHei,
    Pingfang SC, Lantinghei SC, Helvetica Neue, Helvetica, sans-serif;
  background: url("https://img2018.cnblogs.com/blog/529800/201811/529800-20181112211930782-2133998066.png"),
    #fff;
  animation: fadein 0.5s linear 1;
  -webkit-animation: fadein 0.5s linear 1;
  -moz-animation: fadein 0.5s linear 1;
  -o-animation: fadein 0.5s linear 1;
  -ms-animation: fadein 0.5s linear 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.myinfo-box {
  border: 1px solid #ccc;
  padding: 6px 3px;
  width: 80%;
  margin-top: 5px;
}

.myinfo-left {
  margin-right: 5px;
  width: 60px;
  height: 60px;
  float: left;
}

.myinfo-left img {
  width: 100%;
}

.myinfo-right {
  float: left;
  padding-top: 10px;
}

.myinfo-right span {
  color: #0066cc;
}

.tree {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: none;
}
#header {
  background: #f4f4f4;
}
#header .subtitle {
  cursor: pointer;
  user-select: none;
}
#navigator {
  background: #f4f4f4;
}
#sideBar h3,
#MyIng .ing_title {
  font-size: 16px;
}
#profile_block {
  font-size: 14px;
}
.HeaderMainTitle {
  font-family: Georgia;
}
.postTitle,
.entrylistPosttitle,
.feedback_area_title {
  border-bottom: 1px dashed #ccc;
}
div.commentform textarea {
  width: 100%;
  height: 130px;
  background: #f4f4f4;
}

.toc {
  font-size: 14px;
}
