body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
   background: url(https://images.cnblogs.com/cnblogs_com/gerry2019/1628668/o_2001080543501206071721f3e109b928f22ba5.jpg) center center #cbdcec;
  background-size: cover;
}
#home{
   width: 80%;
}
#main{
   width: 100%;
}
#home,
#main,
#mainContent,
.cnblogs_code,
.cnblogs_code_toolbar,
#sideBar {
    background: rgba(255, 255, 255, 0.5);
}

#navList,
#navigator {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#navList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 70%;
    margin-left: 0;
    padding-left: 20px;
}

#navList li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80px;
    cursor: pointer;
}
#stats_post_count, #stats_article_count{
    display: inline-block;
    margin-right: 5px;
}

#navList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 5px;
}

#navList li:hover {
    background-color: #246f9a;
}

#navList li:hover a {
    color: #e9c61d;
}

#navList a {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
}

#navList a:hover {
    text-decoration: none;
    color: #e9c61d;
}

.postTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 20px;
}

#topics .postTitle {
    padding-left: 15px;
}

#topics .postTitle {
    font-size: 24px;
}

#navList #blog_nav_newpost,
#navList #blog_nav_rss {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#mainContent{
  width: 75%;
}
@media screen and (max-width: 1365px){
   #mainContent{
       width: 100%;
   }
}

.blogStats {
     display: flex;
     justify-content: flex-start;
     color: #fff;
     visibility: visible;
     margin-top: 0;
}

@media screen and (max-width: 768px) {
    #navList {
        padding-left: 0;
        width: 100%;
    }
    .blogStats {
        display: none;
    }
    #home {
        width: 100%;
    }
    #navList a {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
        margin-top: 0;
        font-size: 14px;
        font-weight: bold;
        margin-right: 0;
    }
    #navList #blog_nav_newpost,
    #navList #blog_nav_rss {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}
#blogTitle{
  padding: 0 20px;
}
#comment_nav a:last-child p{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #1088e9;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding-left: 0;
    font-size: 16px;
}
#blogTitle h2{
  font-size: 18px;
  margin-top: 0;
  margin-left: 1em;
  width: 100%;
}
#header{
  margin-top: 0;
}
#profile_block{
   margin-top: 0;
}
code{
  color: #ff502c;
}