body{
background: url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1577185428362&di=b62e12e5d9a716cccee4ac1149537bdd&imgtype=0&src=http%3A%2F%2Fattach.bbs.miui.com%2Fforum%2F201408%2F18%2F140240hjmn1fkaxs1mssns.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
background-attachment: fixed;
}
#navigator {
    font-size: 14px;
    border-bottom: none;
    border-top: none;
    clear: both;
    margin-top: 0px;
    position: fixed;
    background-color: #ADD8E6;
    width: 100%;
    left: 0;
    line-height: 8px;
    height: 45px;
    line-height: px;
    color: #fff;
    top: 0;
    box-shadow: 2px;
    z-index: 999;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #ffffff;
    font-weight: bold;
}
.blogStats {
    float: right;
    color: #ffffff;
    margin-top: 19px;
margin-right:0;
padding:0 80px 0 0;
    text-align: right;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 80px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #41d7d5;
    text-align: center;
    color: #fff;
    /* text-align: left; */
    padding: 5px 0 5px 0;
padding: 5px 0 5px 0;
    box-shadow: -5px 5px 1px #2f645e;
}
#blogTitle h1 a {
    color: #248fb9;
    text-shadow: 2px 1px 1px #28656e;
}
#navList a:hover{
background:#2a9ca3;
}
#navList {
margin-left:10px;
}
#navList a {
    display: block;
    width: 5em;
    height: 26px;
    float: left;
    text-align: center;
    padding-top: 19px;
}
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}