.postTitle, .postTitl2, .entrylistPosttitle {
    border-left-width: 8px;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

@media screen and (max-width: 768px) {
    .forFlow {
        width: 100% !important;
    }
    .postTitle span{
        font-size: 20px !important;
    }
    .masthead{
        width: 100%;
    }
    #subheading{
        font-size: 16px;
    }
    header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading{
        padding: 125px 0 125px;
    }
    #cnblogs_post_body img {
        max-width: 100% !important;
    }
    .commentform {
        margin-left: 0 !important;
    }
}
#top_nav,#header,#gtx-trans,#sideBar,#homepage_top_pager,#footer,#under_post_card1,#under_post_card2,#ad_t2,#cnblogs_c1,#cnblogs_c2{
    display: none !important;
}
#navigator, #blogTitle, #main, #footer {
    width: 100%;
}
.post {
    padding: 0px;
}
#main{
    background-color:#f5f5f500;
}
#home>#main {
    background-color:#fff !important;
}
.postTitle span{
    font-size: 36px;
}
body{
background-image: none;
}
.topicListFooter {
    padding: 1px;
}
.forFlow {
    width: 70%;
    margin: 0 auto !important;
    margin-bottom: 0px;
}
.dayTitle{
border: none;
width: 110px;
}
.day{
    padding: 5px;
}
*{
    font-weight: 800;
}
.comment_textarea{
    width: 100%;
}
#btn_comment_submit{
    width: 160px;
    height: 40px;
    border-width: 0px;
    border-radius: 3px;
    background: #1E90FF;
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    color: white;
}
.forFlow img {
    margin-top: -3px;
}
#green_channel{
    border: none;
    width: 100%;
}
#cnblogs_post_body{
    margin-bottom: 0px;
}
#blog-comments-placeholder, #divRefreshComments, .commentform, #AjaxHolder_UpdatePanel1{
    padding: 0;
}
header.masthead .post-heading .meta{
    font-family: Lora,'Times New Roman',serif;
}
#subheading{
    font-style: italic;
}
.pager a{
    border-width: 0px;
    border-radius: 3px;
/*    background: #1E90FF00; */
    color: #adadad;
}
.pager {
/*     background: #969595;*/
    text-align: center;
    font-size: 16px;
    color: black;
    line-height: 200%;
    width: fit-content;
    padding: 0px 10px 0px 10px;
    margin: auto;
    border-radius: 3px;
    margin-top: -20px;
    margin-bottom: 14px;
}
#div_digg{
    margin-right: 0px
}
.fa, .fas {
    color: #5f5a5a;
}
.comment_preview {
    min-height: 305px;
}
.commentbox_tab{
    line-height: 33px;
}

#nav_next_page a{
    font-size: 14px;
    font-weight: 800;
    padding: 15px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    background-color: #adadad;
    color: #fff;
}
#nav_next_page a:hover{
    background-color: #8d8d8d;
    text-decoration: none !important;
}
.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}
#mainContent{
    margin: 0 auto;
    float: none;
    display: inherit;
    box-shadow: none;
}

pre { color: #444; margin: 15px auto; padding: 20px 15px; border-left: 8px solid #90CAF9; background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAmCAIAAACphTeFAAAAJElEQVRIx2N4RS5gGNU5qnNU56hOZJ2fyQWjOkd1juoc1YkMAKDL4lkok3p7AAAAAElFTkSuQmCC) repeat; white-space: pre-wrap; word-wrap: break-word; letter-spacing: 1.2px; line-height: 22.3px; background-size: 100% 44px; }

.cnblogs_code {
    background-color: #f5f5f500;
    border: none;
    padding: 0;
    overflow: auto;
    margin: 0;
}
.cnblogs_code :nth-child(3){ 
    display: none;
}
.topicListFooter{
    margin-right: 5px;
}
.cnblogs-markdown code, .cnblogs-post-body code{
    background-color: #ffffff00 !important;
    border: none !important;
}
.postDesc, .postDesc2, .entrylistItemPostDesc{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}