#home{
    min-width: 550px;
    max-width: 900px;
    padding: 50px 100px;
    box-sizing: border-box;
    width: 80%;
}
 body {
    margin:0;
    font-size: 15px;
    font-family: -apple-system,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC",SimSun,sans-serif;
}
#cnblogs_post_body h6 {
    font-size: 16px;
}
#cnblogs_post_body h5 {
    font-size: 18px;
}
#cnblogs_post_body h4 {
    font-size: 20px;
}
#cnblogs_post_body h3 {
    font-size: 22px;
}
#cnblogs_post_body h2 {
    font-size: 24px;
}
#cnblogs_post_body h1 {
    font-size: 28px;
}
#main #mainContent, #main #mainContent .forFlow {
    margin-left: 0;
}
#sideBar {
    float: none;
    display: block;
    width: 100%;
}
#blogTitle h1 {
    margin-top:0
}
.day .postTitle a {
    padding-left: 0px;
}
.postTitle a:hover {
    margin-left: 0;
}

#blogTitle h1 a {
    font-size: 16px;
    color: transparent;
    background: url(https://www.mipengine.org/static/img/mip_logo_3b722d7.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 230px;
    height: 50px;
}
#blogTitle h1 a:hover {
    color: transparent;
}
#topics .postTitle {
    font-size: 170%;
}
.login_tips {
    background: none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    transition: all 0.2s linear 0s;
}
.postTitle a:hover {
    color:#4078c0;
    text-decoration: underline;

}
.postBody{
    color: #333;
    font-size: 100%
}
.postBody a:link, .postBody a:visited  {
    color: #009aed;
    margin:0 3px;
    text-decoration: none;
}
.postBody strong {
    padding: 0 3px;
    color: black;
}
.cnblogs-markdown code{

    font-family: Consolas!important;
    font-size: 14px!important;
    border: none!important;
     margin: 1px 3px;
    padding: 0 2px!important;
}

.cnblogs-markdown .hljs {
     font-family: Consolas!important
      
}
.cnblogs-markdown .hljs {
    
    font-size: 14px!important;
    line-height: 1.2!important;
    padding: 0!important;
}
#cnblogs_post_body img {
    max-width: 100%;
}

.cnblogs-markdown pre{
    padding:16px;
    font-family: Consolas!important
    word-wrap: normal;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;

}
.postBody li, .postCon li{
    margin-bottom: 0.4em;
}
#mainContent {
    margin-left: -18em;
}
#mainContent .forFlow {
  margin-left: 18em;
}
#footer {
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
#ad_t2, #ad_c1, #under_post_news, #ad_c2, #under_post_kb, #comment_nav {
    display: none;
}

@media screen and (max-width:768px) {
    #home{
        margin-top: 0; margin-bottom: 0;padding: 20px;
    }
    p img{
        max-width: 100%!important;
    }
}
.c_ad_block {display: none}