/* 清新淡蓝｜头部真实可用搜索｜隐藏侧边栏搜索｜保留标题导航｜无重影无爱心 */
body {
    background-color: #f0f7ff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;
    color: #38495a;
    line-height: 1.7;
}

#header {
    background: #ffffff !important;
    border-bottom: 1px solid #e8f1fc !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
    position: relative;
}

#navList li a {
    color: #445566 !important;
    font-weight: normal;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: color 0.2s ease;
}
#navList li a:hover {
    background: transparent !important;
    color: #4a90e2 !important;
}

#blogTitle h1 a {
    color: #4a90e2 !important;
    font-size: 28px !important;
    font-weight: 500;
    text-shadow: none !important;
}
#blogTitle .subtitle {
    color: #7a8ca0 !important;
    font-size: 15px;
}

/* 彻底隐藏侧边栏原来的搜索框 */
.widget.widget_search{display:none!important;}

#home {
    max-width: 1180px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 6px 25px rgba(112, 184, 255, 0.08);
    padding: 32px;
    margin-top: 24px;
}

.postTitle a {
    color: #333f4d !important;
    font-size: 18px !important;
    font-weight: 500;
}
.postTitle a:hover {
    color: #4a90e2 !important;
}

#cnblogs_post_body h2 {
    color: #4a90e2;
    border-bottom: 2px solid #e0f0ff;
    padding-bottom: 6px;
    margin-top: 32px;
}
#cnblogs_post_body {
    color: #445566 !important;
}

.catListTitle {
    border-left: 5px solid #73b8ff;
    padding-left: 12px;
    color: #445566;
    font-weight: 550;
}

.widget {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(112, 184, 255, 0.06);
    padding: 18px;
    margin-bottom: 20px;
    border: none;
}

.widget a,.widget span,.widget li {
    color: #506274 !important;
}
.widget a:hover {
    color: #4a90e2 !important;
}

.cnblogs-markdown .hljs {
    background: #f7fbff !important;
    border-radius: 10px;
    border: 1px solid #e0efff;
}

::-webkit-scrollbar {
    width: 8px;
    background:#f0f7ff;
}
::-webkit-scrollbar-thumb {
    background:#bcd8f5;
    border-radius:4px;
}

#blog_nav_under, .blog-footer, .ad {
    display: none !important;
}