/* 修改默认主题样式 */
.has-navbar {
    background-color: #fafdfa;
}
/* 去除顶部广告 */
.bannerbar.forpc{
    display: none;
}
#home {
    width: 74%;
    margin: 0 auto 0 0;
}
#blog-calendar {
    display: none !important;
}
#cnblogs_ch {
    display: none;
}
#cnblogs_c1 {
    display: none;
}
#under_post_card1 {
    display: none;
}
#under_post_card2 {
    display: none;
}
#navList>li:first-child {
    display: none;
}
#nav_left>li:first-child {
    display: none;
}
.comment_textarea{
    width:100% !important;
}
#sidebar_news>.catListTitle{
    display: none;
}

#topics .postTitle {
    font-size: 34px;
}



/* 自定义样式 */
.cus_sider{
    text-align: center;
}
.cus_notice_box {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem;
}
.cus_nav{
    text-align: center;
    font-size: 16px;
}
.cus_avatar_box {
    width: 150px;
    height: 150px;
    border-radius: 25px;
    overflow: hidden;
}
.cus_avatar_box img {
    width:100%;
    height:100%;
}
