/*诗句引用*/
.poem{
  font-family:"迷你繁智草";
  src: url("./迷你繁智草.ttf"); 
}
/* 文章页背景 */
/*  
.cardHover, 
.error404 #error-wrap .error-content, 
.layout > div:first-child:not(.recent-posts), 
#recent-posts > .recent-post-item,
#aside-content .card-widget, .layout > 
.recent-posts .pagination > *:not(.space){
  
   background: rgba(255,255,255,.9);
}
*/

/* #recent-posts>.recent-post-item{background: rgba(255,255,255,.5); }  */
    
/* 滚动条样式 */
::-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;
}

:root
{
  --hlscrollbar-bg: #FDBC40;  
}
    
 /* 页脚footer */

 #footer {
  background:rgba(255,255,255,.0);
}

#footer-wrap{
  position:relative;
  padding:40px 20px;
  color: #4c4948 !important; 
  font-weight: bolder;
  text-align:center
}

/* 思维导图画布 */
blockquote.pullquote {
  position: relative;
  /* max-width: 45%; */
  max-width: 100%;
  font-size: 100%;
}<script type="text&#x2F;javascript" src="https://unpkg.com/kity@2.0.4/dist/kity.min.js"></script><script type="text&#x2F;javascript" src="https://unpkg.com/kityminder-core@1.4.50/dist/kityminder.core.min.js"></script><script defer="true" type="text&#x2F;javascript" src="https://unpkg.com/hexo-simple-mindmap@0.8.0/dist/mindmap.min.js"></script><link rel="stylesheet" type="text&#x2F;css" href="https://unpkg.com/hexo-simple-mindmap@0.8.0/dist/mindmap.min.css">