#blogTitle h1{
    width: 50rem;
    margin: 0 auto;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
   padding-top: 0px;
}
body,#header,#mainContent .forFlow,#navigator,.day,#footer,#blogTitle,.catListTitle{
   background:none;
}
.newsItem{
  display:none;
}
#header{
  display:none;
}
#header-nav{
  background-color: #d2d2d2;
  height: 25px
}
#home,#memberinfo{
  background-color: #d2d2d2;
}
#memberinfo{
  display: flex;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#name-img{
  flex: 1;
  text-align: center;
}
#info-detail{
  flex: 1;
  position:relative;
}
#mb-info{
  position:absolute;
  left:0px;
  bottom:0px;
}
#mb-info a{
  color: #075DB3;
}
#name-img img{
    width: 8rem;
    border-radius: 4rem;
}
#member-name{
    display: inline-block;
    width: 8rem;
    color: #474a4f;
    font-size: 1.5rem;
    text-align: center;
}
#navigator{
  display:none;
}
#nav-box{
    margin: auto;
    width: 50%;
    display: flex;
}
#header-nav a{
    font-size: 1rem;
    color: #474a4f;
    display: inline-block;
    flex: 1;
    text-align: center;
    text-decoration: none;
}
#header-nav a:hover{
    color: #075DB3;
    border-bottom:3px solid #075DB3;
}
body {
    margin: 0;
  }
  .imgone {
    position: fixed;
    width: 22px;
    height: 22px;
  }
  .imgtow {
    position: fixed;
    width: 20px;
    height: 20px;
  }

  .imgthree {
    position: fixed;
    width: 18px;
    height: 18px;
  }

  .imgfour {
    position: fixed;
    width: 15px;
    height: 15px;
  }

  .imgfive {
    position: fixed;
    width: 10px;
    height: 10px;
  }
.cnblogs_code{
  border: 1px solid #8e7272;
  border-radius: 10px
}
.cnblogs_code,.cnblogs_code div{
  background-color: #d2d2d2;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #d2d2d2!important;
    border: none!important;
}
div.commentform textarea{
  width: 75rem;
  border-radius: 10px;
}
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2{
  display:none;
}
#Motto{
    color: #474a4f;
    font-size: 1.5rem;
    position: absolute;
    top: 30px;
}
.catListTitle{
  padding: 0;
}
.CalTodayDay{
    background: url(https://www.cnblogs.com/images/cnblogs_com/gaosong-shuhong/1316881/t_snow.png) 20% 0px no-repeat;
    color: #aa7a53;
    background-size: 90% 100%;
}