body {
    background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/678568/galleries/2255165/o_221215041535_wallhaven-j3m8y5.png");
    background-position: center bottom;
    background-attachment: fixed;
}

#top_nav {
    display: none;
}

#header {
    background-color: #9f1e1e;
}

#navList li a {
    background-color: #9f1e1e;
}

#navList li a:hover {
    background-color: #d73725;
}

#home > #main {
    background-color: #f5f5f5c4;
}

#post_detail {
    background-image: linear-gradient(to right, transparent 95%, #eee 0),
        linear-gradient(to bottom, transparent 95%, #eee 0);
    background-size: 10px 10px, 10px 10px;
}

#post_detail li {
    list-style: initial;
}

#cnblogs_post_body {
    font-size: 16px;
}

#cnblogs_post_body h3 {
    font-size: 20px;
}

#cnblogs_post_body h4 {
    font-size: 18px;
}

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

.cnblogs-markdown :not(pre,div,td)>code,.blogpost-body :not(pre,div,td)>code {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
}

#author_profile_info img.author_avatar {
    border-radius: 100%;
    box-shadow: inset 1px 1px 3px rgb(0 0 0 / 30%), 0 1px 3px rgb(0 0 0 / 40%);
    border: 3px solid #f7f7f7;
    padding: 0;
    margin: 0 7px 0 3px;
}

#mainContent {
    background: transparent;
    box-shadow: none;
}

#footer {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

#header_block {
    display: flex;
    align-items: center;
    padding-left: 50px;
    height: 120px;
    background-image: linear-gradient(to top,#ff9900dd, #ffffffdd);
}

#blog_slogan {
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.input_my_zzk {
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
}

input.btn_my_zzk {
    appearance: none;
    border: none;
    height: 30px;
    margin-left: 4px;
    border-radius: 4px;
    background-color: #9f1e1e;
    color: #fff;
}

.forFlow .day {
    position: relative;
    box-shadow: 0 0 8px #999;
}

.forFlow .day + .day {
    margin-top: 10px;
}

.forFlow .day::before {
    content: '';
    position: absolute;
    right: 50px;
    bottom: 70px;
    width: 69px;
    height: 66.66667px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/678568/galleries/2373264/o_240118061506_%E7%8C%AB%E7%88%AA.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .4;
    transform: rotate(45deg);
}

.PostList, .entrylistItem {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 10px;
    box-shadow: 0 0 8px #999;
}

a:link, a:visited {
    color: #d18903;
}

.postTitle a, .postTitl2 a, .entrylistPosttitle a {
    color: #5f2424;
}

.postTitle a:hover, .postTitl2 a:hover, .entrylistPosttitle a:hover {
    color: #903737;
}