#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}
#custom-calendar{display: none;}
#catalog ul li a:hover {background: rgba(80, 80, 80, .04);color: #807dd4;}
h3.catalog-title:before {content: '📖';position: relative;display: block;right: 10px;}
h3.catalog-title:after {font-weight: 900;transform: rotate(90deg);content: "\25B2";font-variant: normal;text-rendering: auto;display: flex;background: 0 0;position: absolute;top: 0;bottom: 0;right: 15px;justify-content: center;align-items: center;transition: transform .2s ease, -webkit-transform .3s ease;font-family: iconfont !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;}
h3.catalog-title.is-active:after{transform: rotate(180deg);}
.anim-scale-in{box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);}

 
/* 文章内容图片 */
#post_detail img{box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);border-radius: 8px !important;}

/* 代码块 */
pre.highlighter-hljs {background: rgb(245, 245, 250);border-radius: 4px;-webkit-box-shadow: 0 4px 11px -2px rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 6%);box-shadow: 0 4px 11px -2px rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 6%);}
.hljs {background: #f5f5fa;}

/* 博客列表图片 */
.custom-card img{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);border-radius: 8px !important;}
/* 博客列表标题 */
.custom-card-title{height: 45px;overflow: hidden;}