#nav_sitehome {
        display: none;
    }

    @media all and (max-width: 800px) {
        #sideBar {
            display: none !important;
        }

        #navigator, #blogTitle, #main, #footer, #mainContent {
            width: 100% !important;
        }

        #cnblogs_post_body img {
        }

        #cnblogs_post_body .cnblogs_code img {
            width: auto !important;
        }

        #green_channel {
            width: 100% !important;
        }

        #google_ad_c2, #google_ad_c1 {
            width: 100%;
            overflow: hidden;
        }
    }
    div.commentform textarea{
        width:100%!important;
    }
    #cnblogs_post_body {
        color: black;
        font: 0.875em/1.5em "microsoft yahei", "PTSans", "Arial", sans-serif;
        font-size: 14px;
        font-family: "微软雅黑", "microsoft yahei", verdana, Arial, Helvetica, sans-serif;
        overflow: auto;
    }


    #cnblogs_post_body h1 {
        background-color: gray;
        padding: 5px;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    #sideRight {
        display: none
    }

    #sideLeft {
        float: none !important;
        width: 100% !important
    }

    .runCode {
        font-family: Courier New !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
        cursor: pointer;
        border: 1px solid #CCC;
        padding: 3px;
    }
.commentbox_title_right{
    float:left!important;
}
.commentbox_title_right img{
    margin-top:0px!important;
}
body,html{
   overflow-x:hidden;
   overflow-x:hidden!important
}
#green_channel{
    position: fixed;
    bottom: 10px;
    right: 70px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 36px 0;
    border-radius: 5px;
    border-color: #8FC320;
}
canvas#live2dcanvas {
    border: 0 !important;
    left: 0;
}

#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}