#cnblogs_post_body img {
    max-width: 60% !important;
    height: auto;
}

.postBody {
font-family: consolas !important;
}

.postBody code {
font-weight: normal;
line-height: 24px;
box-sizing: border-box;
max-width: 100%;
background: rgba(255,255,255,0.4);
border: solid 1px #e1e4e5;
font-size: 90%;
overflow-x: auto;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
padding: 2px 5px;
color: #E74C3C;
}

.postBody h1 {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
box-sizing: border-box;
margin: .67em 0;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
font-size: 2em;
padding-bottom: .3em;
border-bottom: 1px solid #eaecef;
}

.postBody h2 {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
box-sizing: border-box;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
padding-bottom: .3em;
border-bottom: 1px solid #eaecef;
font-size: 1.5em;
}

.postBody h3 {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
box-sizing: border-box;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
font-size: 1.25em;
}

.postBody h4 {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
box-sizing: border-box;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
font-size: 1em;
}

.postBody h5 {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
box-sizing: border-box;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
font-size: .875em;
}

.postBody h6 {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
box-sizing: border-box;
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
font-size: .85em;
color: #6a737d;
}

.postBody blockquote {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
font-size: 16px;
line-height: 1.5;
box-sizing: border-box;
margin: 0;
margin-top: 0;
margin-bottom: 16px;
padding: 0 1em;
color: #6a737d;
border-left: .25em solid #dfe2e5;
}

.postBody li {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
font-size: 16px;
line-height: 1.5;
box-sizing: border-box;
margin-top: .25em;
}

.postBody ul {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
font-size: 16px;
line-height: 1.5;
box-sizing: border-box;
padding-left: 2em;
margin-top: 0;
margin-bottom: 0;
}

.postBody p {
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
font-size: 16px;
line-height: 1.5;
box-sizing: border-box;
margin-top: 0;
margin-bottom: 16px;
}

.postBody img {
opacity:0.7;
filter:alpha(opacity=70);
max-width:60%;
}

#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.8);
}

body {
background: url(https://images.cnblogs.com/cnblogs_com/littlenyima/1687056/o_200401135635Kotori%20Minami.png) no-repeat fixed;
    background-size: cover;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.cnblogs_code {
text-align: left;
word-break: break-word;
line-height: 1.5;
background-color: rgba(245,245,245,0.5);
font-family: Courier New !important;
font-size: 14px !important;
border: 1px solid #ccc;
padding: 5px;
overflow: auto;
margin: 5px 0;
color: #000;
}

.cnblogs_code_toolbar {
text-align: left;
word-break: break-word;
line-height: 1.5;
font-family: Courier New !important;
font-size: 14px !important;
color: #000;
margin: 0;
padding: 0;
margin-top: 5px;
background-color: rgba(245,245,245,0.5);
}

.cnblogs_code div {
background-color: rgba(245,245,245,0.1);
}

.cnblogs_code pre {
font-family: consolas !important;
font-size: 14px !important;
}

.cnblogs_code span {
font-family: consolas !important;
font-size: 14px !important;
}

#ad_t2 {
display: none;
}

.c_ad_block {
display: none;
}

.diggit {
float: inherit;
}

.buryit {
display: none;
}

#under_post_news {
display: none;
}
