<link rel="stylesheet" class="aplayer-secondary-style-marker" href="\assets\css\APlayer.min.css"><script src="\assets\js\APlayer.min.js" class="aplayer-secondary-script-marker"></script>body {
  position: fixed;
  width: 100%;
  height: 100%;
  /* 背景图像的地址（url括号里）  */
  background: url(https://dgrain.gitee.io/image/bg02.jpg);
  /* 背景图像不重复 */
  background-repeat: no-repeat;
  /* 背景图像大小 */
  background-size: cover;
  background-color: var(--dark_bg_color)
}

.framework-info {
	display: none;
}

/* 鼠标 */

body {
    cursor: url(https://dgrain.gitee.io/image/blog/cursor/default.cur),
        default;
}

a,
img,
i{
    cursor: url(https://dgrain.gitee.io/image/blog/cursor/pointer.cur),
        default;
}

/* 滚动条 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(73, 177, 245, 0.2);
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: #49b1f5;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  border-radius: 2em;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-moz-selection {
  color: #fff;
  background-color: #49b1f5;
}

.aplayer .aplayer-lrc p {
  font-size:12px;
  font-weight:700;
  line-height:16px!important
}
.aplayer .aplayer-lrc p.aplayer-lrc-current {
  font-size:15px;
  color:#49b1f5
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
  left:-66px!important
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
  left:0!important
}

/*移动端优化：去除归档、标签、最新文章、公告、、只保留网站统计*/

@media screen and (max-width: 800px) {
    #aside_content div:not(:last-child) {
        display: none;
        font-size: 13px;
    }
}
