body {
    font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background:#f6f5f4;
	min-height:100%;
}
#home {
    margin: 0 auto;
    width: 100%;
    min-width: 930px;
}
#header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
    left: 0;
    top: 0;
    min-width: 1200px;
    height: 36px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 #E1E1E9;
    padding: 12px 50px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    border:0px;
    margin-top:0px;
}
#blogTitle,#navigator{
   float:left;
   height:36px;
}
#main{
	margin:10px 20px;
        top:70px;
	width:calc( 100% - 40px );
	bottom: 0px;
}
#blogTitle>h1{
   font-size:26px;
   float:left;
   line-height: 36px;
   margin: 0px;
   width: 80px;
}
#blogTitle>h2{
	float:left;
	margin: 0px;
	margin-top:10px;
    line-height: 26px;
    width: 150px;
}
#navigator {
    background-color: transparent;
    height: 36px;
    clear: both;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #4d4d4d;
}
#navList a {
    border:0px;
}
#navList a:hover{
	background:transparent;
}
#blog_stats,#footer {
   display:none;
}
#sideBar{
	box-shadow: 0 1px 3px rgba(26,26,26,.1);
	margin-right:10px;
	background:white;
}
#mainContent {
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    width: calc(100% - 245px);
    background: white;
    height: 100%;
    overflow:auto;
}
#mainContent .forFlow {
    margin-left: 0px;
    padding: 10px;
}
@media screen and (max-width: 400px) {
    #mainContent {
          width: 100%;
    }
   #sideBar{
          display:none;
   }
}