body {
background:url("https://img2018.cnblogs.com/blog/1584329/201906/1584329-20190605111011778-1018104886.png");
background-attachment:fixed;
}
#home{
background-color:white;
margin-bottom:100vh;
}
#blogTitle{
background:url("https://img2018.cnblogs.com/blog/1584329/201906/1584329-20190605111011778-1018104886.png") no-repeat;
height:410px;
width:100%;
margin:0;
}
#blogTitle h1{
  position: absolute;
bottom:-60px;
top:auto;
left:0;
right:0;
margin:0 auto;
width:5rem;
height:auto;
line-height:60px;
z-index:9;
font-size:16px;
}
#navList a{
padding:0 40px 0 0;
}
#navigator{
  background-color:black;
border:none;
}
#navList a{
padding:0;
width:5rem;
text-align:center;
}
#navList  a:hover{
background-color:rgba(255,94,82,1);
color:white;
}
.postTitle a:hover{
color:rgba(255,94,82,1);
}
.catListTitle,.sidebar-block h3{
background-color:black;
border:none;
}
.dayTitle{
background-color:black;
}