.notice-logo {
  line-height: 22px;
  margin-right: 8px;
  transition: 0.3s;
}
#notice {
  height: 47px;
  background-color: rgba(238,236,255,0.9);
  color: var(--font-color);
  margin-top: 20px;
  padding: 12px 20px 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  overflow: hidden;
}
[data-theme="dark"] #notice {
  background: #181d25e6 !important;
}
#notice span {
  white-space: nowrap;
}
.swiper-wrapper {
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-weight: bold;
}
.swiper-slide:hover {
  color: #1fc7b6;
}
#noticeList {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.notice-enter {
  line-height: 25px;
  margin-left: 8px;
  transition: 0.3s;
}





#article-container.post-content 
h1:before{
  content: "H1";
  color: gray;
  margin-left: -38px;
  margin-top: -8px;
  font-size: 24px;
}

#article-container.post-content 
h2:before{
  content: "H2";
  color: gray;
  margin-left: -35px;
  margin-top: -5px;
  font-size: 22px;
}

#article-container.post-content 
h3:before{
  content: "H3";
  color: gray;
  margin-left: -30px;
  margin-top: -2px;
  font-size: 17px;
}

#article-container.post-content 
h4:before{
  content: "H4";
  color: gray;
  margin-left: -25px;
  margin-top: -2px;
  font-size: 14px;
}

#article-container.post-content 
h5:before{
  content: "H5";
  color: gray;
  margin-left: -20px;
  margin-top: -1px;
  font-size: 12px;
}

#article-container.post-content 
h6:before{
  content: "H6";
  color: gray;
  margin-left: -20px;
  margin-top: -1px;
  font-size: 10px;
}

/*音乐播放器吸附*/
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
  left: -66px !important;
  /* 默认情况下缩进左侧66px，只留一点箭头部分 */
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
  left: 0 !important;
  /* 鼠标悬停是左侧缩进归零，完全显示按钮 */
}



#footer-wrap {
  font-family: 'UnidreamLED' !important;
}



/* 导航栏魔改 */
/* 一级菜单居中 */
#nav .menus_items {
  position: absolute !important;
  width: fit-content !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
/* 子菜单横向展示 */
#nav .menus_items .menus_item:hover .menus_item_child {
  display: flex !important;
}
/* 这里的2是代表导航栏的第2个元素，即有子菜单的元素，可以按自己需求修改 */
.menus_items .menus_item:nth-child(5) .menus_item_child {
  left: -100px;

}
.menus_items .menus_item:nth-child(6) .menus_item_child {
  left: -300px;
}
.menus_items .menus_item:nth-child(7) .menus_item_child {
  left: -150px;
}