@keyframes spin3D {
    from {
        transform: rotate3d(0.5, 0.5, 0.5, 360deg);
    }
    to {
        transform: rotate3d(0deg);
    }
}
#loading {
    height: 100%;
    background-color: #1d2630;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999999;
}
.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.leo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.blue-orbit {
    width: 165px;
    height: 165px;
    border: 1px solid #91daffa5;
    animation: spin3D 3s linear 0.2s infinite;
}
.green-orbit {
    width: 120px;
    height: 120px;
    border: 1px solid #91ffbfa5;
    animation: spin3D 2s linear 0s infinite;
}
.red-orbit {
    width: 90px;
    height: 90px;
    border: 1px solid #ffca91a5;
    animation: spin3D 1s linear 0s infinite;
}
.white-orbit {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    animation: spin3D 10s linear 0s infinite;
}
.w1 {
    transform: rotate3D(1, 1, 1, 90deg);
}
.w2 {
    transform: rotate3D(1, 2, 0.5, 90deg);
}
.w3 {
    transform: rotate3D(0.5, 1, 2, 90deg);
}
/*----- ↑loading↑ -----*/

#cnblogs_post_body a, .cnblogs-markdown a, .cnblogs-post-body a {
    border-bottom: 2.5px dotted #00a1d6!important;
}

#catalog ul .h1-list~.h2-list {
    margin-left: 1em !important;
}

#catalog ul .h3-list {
    margin-left: 3.2em !important;
}

.custom-card {
    border-radius: 12px !important;
}

#cnblogs_post_body code,
.cnblogs-markdown code,
.cnblogs-post-body code {
    color: #e96900 !important;
    font-weight: 100 !important;
}

.custom-card:hover,
.entrylistItem:hover {
    box-shadow: 0 28px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1) !important;
}

.cnblogs-markdown pre:before,
.cnblogs_code:before {
    display: none !important;
}
/*
#blog-comments-placeholder .hljs,
#cnblogs_post_body .hljs {
    padding: 0px 10px 0 !important;
}
*/
#blog-comments-placeholder pre,
#cnblogs_post_body pre {
    padding: 5px 0 !important;
}

.profile-menu {
    border-radius: 0 0 10px 10px !important;
}

#taglist_main #taglist td {
    margin: .5rem;
    border-radius: 9px !important;
    /* background-color: var(--tags-bg); */

    box-shadow: 3px 3px 10px rgba(0, 0, 0, .10);
}

.custom-card-actions button {
    border-radius: 8px !important;
}

.custom-card-desc {
    font-size: 14px !important;
}

.side-wrapper ul li {
    font-size: 14px !important;
}

/* #cnblogs_post_body,
.cnblogs-markdown,
.cnblogs-post-body {
    font-family: 'PingFang SC';
} */

#post_detail .postTitle {
    padding-left: 0;
    padding-bottom: 1rem;
    font-size: 1.7rem !important;
    /*color: #ffffff !important;*/
}

#post-signature p {
    font-size: 12px !important;
    line-height: 1.7em !important;
}

#cnblogs_post_body pre {
    border-radius: 10px !important;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .1) !important;
    /*font-family: consolas ;*/
}

#cnblogs_post_body p,
.cnblogs-markdown p,
.cnblogs-post-body p {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 7px;
    margin-bottom: 7px;
}

.entrylistItemPostDesc,
.postDesc,
.postDesc2 {
    padding-top: .5rem;
    font-size: 5px;
}

#taglist_title,
.custom-gallery h3,
.entrylistTitle,
.PostListTitle {
    padding: 1rem;
    /* border-bottom: 1px solid var(--listItemTitle-border-color); */
    font-weight: 700;
    /*color:black; */
    /* background-color: white !important; */
    border-radius: 10px 10px 10px 10px !important;
    /* box-shadow: 0px 7px 20px rgba(0, 0, 0, .1); */
}

.custom-card,
.entrylistItem {
    border-radius: 10px !important;
}

#myposts .PostList {
    padding: .5rem;
    margin: 0;
    border-radius: 10px !important;
    box-shadow: 1px 10px 10px rgba(0, 0, 0, .1);
}



#cnblogs_post_body pre code {
    color: #c832b4 !important;
    font-family: consolas;
}

.cnblogs-markdown code,
.cnblogs-post-body code {
    line-height: 1.5;
}


#cnblogs_post_body code {
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    color: #e96900 !important;
    font-weight: 100 !important;
}
/*
#mainContent {
    padding: 1em 9em 0!important;
}
#blog-comments-placeholder, #comment_form, #post_detail {
    padding: 2.5rem 2.5rem 0!important;
}
#post_detail {
    border-radius: 10px!important;
}
*/
#cnblogs_post_body h1,
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6,
.cnblogs-markdown h1,
.cnblogs-markdown h2,
.cnblogs-markdown h3,
.cnblogs-markdown h4,
.cnblogs-markdown h5,
.cnblogs-markdown h6,
.cnblogs-post-body h1,
.cnblogs-post-body h2,
.cnblogs-post-body h3,
.cnblogs-post-body h4,
.cnblogs-post-body h5,
.cnblogs-post-body h6 {
    margin-top: 15px !important;
    margin-bottom: 10px;
    font-family: 微软雅黑 !important;
}


#cnblogs_post_body ul ul li {
    list-style-type: circle;
    font-size: 16px !important;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
    font-size: 16px !important;
}

.profile-banner {
    border-radius: 10px 10px 0px 0px !important;
}

.entrylistPosttitle,
.postTitl2,
.postTitle {
    font-weight: 600;
    width: 90%;
    padding-bottom: .5rem;
    font-family: 'PingFang SC', "Noto Sans SC", 微软雅黑;
}

#cnblogs_post_body table,
.cnblogs-markdown table,
.cnblogs-post-body table {
    margin-top: 10.8px;
    height: auto !important;
    font-size: 14px !important;
    border: none !important;
    /*font-family: consolas;*/
}

#cnblogs_post_body strong {
    color: #467ee0;
}

.desc_img {
    float: right;
    max-height: 200px;
    max-width: 300px;
}

#cnblogs_post_body h3,
.cnblogs-markdown h3,
.cnblogs-post-body h3 {
    font-size: 18px !important;
}

.topicListFooter:hover {
    /*-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);*/
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1);
}

#cnblogs_post_body h4,
.blog_comment_body h4 {
    font-size: 16px !important;
    font-weight: bold;
    margin: 10px 0;
    font-family: 'PingFang SC', 微软雅黑;
}

#blog-comments-placeholder .hljs-comment,
#blog-comments-placeholder .hljs-quote,
#cnblogs_post_body .hljs-comment,
#cnblogs_post_body .hljs-quote {
    font-style: normal !important;
    font-weight: bolder !important;
}

#cnblogs_post_body h1,
.cnblogs-markdown h1,
.cnblogs-post-body h1 {
    margin: 20px 0 7.1982px;
    font-size: 24px;
    font-family: 微软雅黑;
}

#cnblogs_post_body h5,
.blog_comment_body h5 {
    font-size: 16px;
}

.custom-card-title {
    font-weight: 900;
}

.profile-msg p:nth-child(2) span {
    font-family: 'PingFang SC';
}

#cnblogs_post_body p,
.cnblogs-markdown p,
.cnblogs-post-body p {
    font-size: 16px !important;
    line-height: 1.6em;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#cnblogs_post_body ol {
    padding-left: 40px !important;
}

#cnblogs_post_body ol li,
.cnblogs-markdown ol li,
.cnblogs-post-body ol li {
    font-size: 16px;
}

#cnblogs_post_body:after {
    font-family: consolas;
    /* font-style: italic; */
    content: "Could you buy me a candy🍭?" !important;
}

#cnblogs_post_body blockquote,
.cnblogs-markdown blockquote,
.cnblogs-post-body blockquote {
    border-radius: 4px;
    border-left: 4px solid #1687fa !important;
}

#post_detail #topics .postDesc {
    font-size: 70%;
}

#blog-comments-placeholder pre .hljs, 
#cnblogs_post_body pre .hljs {
    padding: 0!important;
}

.postBody #blog-comments-placeholder li code, 
.postBody #cnblogs_post_body li code {
    font-size: 14px!important;
}
