#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: rgb(255 255 255 / 80%);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
}

#blogTitle {
    text-align: center;
    height: 60px;
    clear: both;
}

.navbar, .newsItem, .mySearch, .catListTag, .catListPostCategory, .catListPostArchive, .input_my_zzk, .comment_textarea, div.commentform textarea, pre[data-mac-style] code.hljs {
    background:rgb(25 245 222 / 0%);
}

body {
    /* 使用线性渐变作为背景图像 */
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
    background-size: 20px 20px; /* 设置网格的大小 */
    background-position: center; /* 背景位置居中 */
    font-family: Arial, sans-serif; /* 设置字体 */
    margin: 0; /* 去除body的margin */

    display: flex; /* 使用Flex布局 */
    justify-content: center; /* 内容居中 */
    align-items: center; /* 内容居中 */
    text-align: center; /* 文字居中 */
}

#home {
    width: 80%;
    min-width: 650px;
}

#blogTitle h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 0.5em;
    margin-top: 42px;
}
/* 评论提交按钮 */
#comment_form_container p {
    /* float: right; */
    text-align: center;

}
/* 评论宽度 */
#comment_form_container .comment_textarea {
    width: auto;
}

/* 定制滚动条样式 */
/* WebKit浏览器 (例如Chrome/Safari) */
::-webkit-scrollbar {
    width: 4px; /* 滚动条宽度 */
}
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05); /* 轨道背景色，这里设为半透明黑色 */
}
::-webkit-scrollbar-thumb {
    background-color: rgba(27, 167, 27, 0.3); /* 滑块颜色，这里设为半透明黑色 */
    border-radius: 12px; /* 滑块圆角 */
}


/* 博客园推荐隐藏 */
#cnblogs_ch {
    display:none;
}
/* 编辑推荐隐藏 */
#under_post_card1 {
    display:none;
}
/* 排行榜推荐隐藏 */
#under_post_card2 {
    display:none;
}
/* 页脚版本信息隐藏 */
#poweredby {
    display:none;
}
/* 评论旁退出按钮隐藏 */
#commentbox_opt a {
    display:none;
}

}
/* 点赞 关注 推荐 控件 */
#green_channel {
    width: 99%;
}

/* 主页时间字体大小 */
.postDesc {
    font-size: 12px;
}

/* 标签li设置浮动到一行 */
#sidebar_toptags .catListTag ul li {
    float: left;
    margin-right:10px;
}
.catListTag ::after {
  content: "";
  display: table;
  clear: both;
}


/* 广告图片 */
#cnblogs_c1, #cnblogs_c1 img {
    display:none;
}

/* 点赞和抹黑按钮隐藏 */
#div_digg {
    display:none;
}
/* 文章后的作者信息 */
#author_profile_info {
    display:none;

@media only screen and (max-width: 767px) {
    #home {
        margin-bottom: 0 !important;
    }
}
