#header{
    background-image: url("https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fwww.13lz.cn%2Fd%2Ffile%2F2021-06-12%2Fb79b270405360364fe9f3ec47c0e0be5.jpg&refer=http%3A%2F%2Fwww.13lz.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1671624899&t=d14992c3c83d208535a3a95621ed057f");
 }

#blogTitle h1{
    display:none;
 }
#blogTitle{
    background: none;
 }

#navigator{
    background: rgba(255, 255, 255, 0.4);
    color: white;
    border:none;
}
#navList>li>a{
    font-size: 24px;
    font-weight: bolder;
}

.day{
    /* background: rgba(254, 121, 18, 0.8); */
    /* background: rgba(255, 255, 255, 0.4); */
    /* background: rgba(16, 122, 230, 0.8); */
    background: rgba(7, 127, 250, 0.3);
 }

.postSeparator {
    border-top: 2px solid #fff;
    margin: 20px 0;
    clear: both;
}


.postTitle a:link,span{
    color: white;
    font-weight: bolder;
}


.c_b_p_desc{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.dayTitle{
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.8);
}
.dayTitle>a{
    font-weight: bolder;
    color: white;
}

#home{/*背景图片设置*/
    opacity:1;
    background-image: url("https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fwww.13lz.cn%2Fd%2Ffile%2F2021-06-12%2Fb79b270405360364fe9f3ec47c0e0be5.jpg&refer=http%3A%2F%2Fwww.13lz.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1671624899&t=d14992c3c83d208535a3a95621ed057f");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
 }

#profile_block{
    background-color: transparent;
    color: white;
}
.catListTitle,#blog-news,#leftcontentcontainer{
   display: none;
}

.buryit{display:none;}/*哈哈哈不能反对我*/

#blog-calendar{
    color: white;
    padding: 8px;
    background: rgba(255, 255, 255, 0.4);
}




#Snow{
    position: fixed;
    top: 0;
    left: 0;
     100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}
