body {
  scroll-behavior: smooth;
  font-family: 'Noto Serif SC', serif;
  margin-top: 0;
  position: relative;
  padding-top: 0;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.1rem;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url("/images/background1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}
img.emoji {
  height: 1rem;
  width: 1rem;
  margin: 0;
  vertical-align: -0.1rem;
}
blockquote {
  margin-left: 2rem;
  padding: 0.4rem;
  background-color: #e4e5e6;
  border-left: 0.5rem solid #86a8e7;
}
::selection {
  background-color: #ef8;
  color: #000;
}
#menu-inner {
  float: right;
}
#menu-inner ul {
  list-style-type: none;
}
#menu-inner ul li a {
  width: 4rem;
  transition: width 0.4s;
  float: right;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 1em;
  color: #f69;
  background-color: #ff9;
  border-radius: 0.4em 0em 0em 0.4em;
  margin-bottom: 1em;
}
#menu-inner ul li a:hover {
  width: 6rem;
  color: #ff9;
  border-radius: 0.4em 0em 0em 0.4em;
  background: #f69;
}
#content-outer {
  flex-wrap: wrap;
  margin-left: 15rem;
  margin-right: 12rem;
  margin-top: 5rem;
  transition: margin-left 0.5s;
}
.article-post {
  margin-left: 3rem;
  margin-top: 2rem;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,0.2), 0 0.3rem 1rem 0 rgba(0,0,0,0.19);
  padding: 1rem 2rem 1rem 2rem;
  background: rgba(100,220,220,0.5);
}
#sideFence {
  letter-spacing: 0;
  position: fixed;
  left: 0rem;
  height: 90%;
  width: 15rem;
  margin-left: 0rem;
  background-color: rgba(100,220,220,0.5);
  transition: margin-left 1.5s;
}
#sideBtn {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  bottom: 4.5rem;
}
#sideFlip {
  position: absolute;
  width: 2rem;
  height: 2rem;
  z-index: 999;
  cursor: pointer;
}
.article-post {
  display: flex;
  flex-direction: column;
}
.article-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.content {
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
#release_time {
  float: left;
}
#update_time {
  float: right;
}
.more {
  display: block;
  width: 5rem;
  margin: 2rem 0 0 23rem;
  padding: 0 1.8rem 0 1rem;
  font-size: 1rem;
  color: #555;
  background: rgba(255,255,255,0.5);
  border: 0.1rem solid #555;
  text-decoration: none;
  border-radius: 0.2rem;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  line-height: 2;
}
.more:hover {
  border-color: #555;
  color: #555;
  background: #ef7;
}
#bottom-outer {
  margin-left: 15rem;
  padding-top: 5rem;
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
  left: -4rem !important;
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
  left: 0rem !important;
}
.aplayer.aplayer-lrc::after {
  color: #6fc1f7;
}
.aplayer.aplayer-lrc::before {
  color: #c2c2c2;
}
