#home {
    /* opacity: 1.0; */
    margin: 0 auto;
    /* width: 70%; */
    /* min-width: 70%; */
    /* background-color: #fff; */
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); */
}

/* #Header1_HeaderTitle{
    margin-left: 30px;
}
#mainContent {
    width: 80% !important;
    padding: 0px;
    margin: 0px;
}
#sideBar {
    width: 25% !important;
}
#header {
    width: 80% !important;
} */
#comment_form {
    padding: 30px;
    opacity:0.9;
    /* display: none !important; */
}
#topics {
    /* 文本区 */
    padding: 20px;
    opacity:0.9;
}
#sidebar_news {
    /* 新消息 */
    padding: 15px;
    opacity:0.9;
}
#header {
    border-radius: 7px 7px 7px 7px;
    opacity:0.9;
    /* opacity:0.8; */
    /* background: #2EB1F2; */
    margin: 0 auto;
    width: 70%;
}
.forFlow,.gallery {
    padding: 15px;
    opacity:0.9;
}
#sideBar {
    opacity:0.9;
}
.table-wrapper{
    text-align:center;
}
.dayTitle {
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
#navigator {
    width: auto !important;
}
body {
    /* 背景图 */
    background: rgb(6 51 4 / 28%) url(
        'https://images.cnblogs.com/cnblogs_com/blogs/766470/galleries/2237186/t_221031091513_1000.jpg'
        ) fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
}
#blog-comments-placeholder {
    background: #fff;
    padding: 20px;
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 20px;
    opacity:0.9;
}
.burynum {
    color:grey
}
.diggnum {
    font-size:18px;
    color:#2175bc;
    font-weight:bold;
}
.blogStats {margin-right: 20px !important;}
#navList {margin-left:10px !important;}
/* 隐藏广告、上边栏等一些不必要的样式 */
#blog_nav_sitehome,#blog_nav_admin,#under_post_card1,#under_post_card2,#cnblogs_ch,#stats-comment_count,#sidebar_recentcomments {
    display: none !important;
}