#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body{
    background:url("https://images.cnblogs.com/cnblogs_com/WHITELABS/2026834/o_210906233111bg2.jpg");
    background-position:center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    opacity:0.85
}
.BlogStats {
    display: none;
}
.diggit {
    display: none;
}
.buryit {
    display: none;
}
.author_profile_info {
    display: none;
}
.under-post-card,
#under_post_card1,#under_post_card2{
	display: none; !important
}

.commentform {
    display: none;
}

//remove undertext line
a{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover {text-decoration: none;}
a:active{text-decoration:none;}

.c-notice {
    font-size: 0.9em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

.post {
    margin:0 auto;
}

.postfoot {
    display: none;
}

.pict {
    font-size: 65px;
    color: black;
}