#loading{position:relative;background:#000;overflow:hidden;position:fixed;right:0;top:0;bottom:0;left:0;z-index:99999;}.text-magic{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(3);width:300px;font-size:36px;font-family:Raleway,Verdana,Arial;color:transparent;}.white{position:absolute;left:-10px;width:100%;height:1px;background:#000;z-index:4;animation:whiteMove 10s ease-out infinite;}.text-magic::before{content:attr(data-word);position:absolute;top:0;left:0;height:36px;color:red;overflow:hidden;z-index:2;filter:contrast(200%);text-shadow:1px 0 0 red;animation:move 0.95s infinite;}.text-magic::after{content:attr(data-word);position:absolute;top:0;left:-1px;height:36px;color:rgba(255,255,255,0.8);overflow:hidden;z-index:3;color:cyan;filter:contrast(200%);text-shadow:-1px 0 0 cyan;mix-blend-mode:lighten;animation:move 1.1s infinite 0.2s;}@keyframes whiteMove{9%{top:38px;}14%{top:8px;}18%{top:42px;}22%{top:1px;}32%{top:32px;}34%{top:12px;}40%{top:26px;}43%{top:7px;}99%{top:30px;}}@keyframes move{10%{top:-0.4px;left:-1.1px;}20%{top:0.4px;left:-0.2px;}30%{left:.5px;}40%{top:-0.3px;left:-0.7px;}50%{left:0.2px;}60%{top:1.8px;left:-1.2px;}70%{top:-1px;left:0.1px;}80%{top:-0.4px;left:-0.9px;}90%{left:1.2px;}100%{left:-1.2px;}}
/*屏蔽底层广告*/
/* .under-post-card,#under_post_card1,#under_post_card2,#cnblogs_ch{display:none; !important}; */
body .under-post-card,
body #under_post_card1,
body #under_post_card2,
body #cnblogs_ch {
    display: none !important;
}
/* light模式 */
:root {
    --background-g: #80D8FFFF !important;
}
/* dark模式 */
:root[theme="dark"] {
    --background-g: var(--color-basic-75) !important;
}
/* 行内代码字体设置 */
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    display: inline;
    padding: .065em .4em;
    background-color: var(--color-basic-200);
    border-radius: 2px;
    overflow-x: auto;
    font-size: .87em;
    font-weight: bolder !important;
    font-family: "JetBrains Mono-Regular", Consolas, Monaco, "Microsoft YaHei", "Courier New", sans-serif !important;
    color: #d83b64;
    word-break: break-word;
}
/* 微信分享 */
#blog_post_info_block #blog_post_info #green_channel #green_channel_weibo, #blog_post_info_block #blog_post_info #green_channel #green_channel_wechat{
    background: #80D8FFFF !important;
}
/* 公告图片圆角 */
.round-img {
    border-radius: 12px;
    max-width: 100%;
    margin-top: 20px;
    height: auto;
}