#page_begin_html{
    width:100vw;
    height:100vh;  
    position:fixed;
    z-index:-1;
}
#page_bg{
    width:100%;
    height:100%;
    /* background: url('https://images.cnblogs.com/cnblogs_com/zwjun/2079108/o_211220092132_ttt.jpg') no-repeat ; */
    /* background: url('https://images.cnblogs.com/cnblogs_com/zwjun/2079108/o_211220093832_tt4.jpg') no-repeat ; */
    background: url('https://images.cnblogs.com/cnblogs_com/zwjun/2079108/o_211220095443_tt.jpg') no-repeat ;
    
    
    
    background-size:100%;
}

#container{
    width:80%;
    background-color: #fff;
    opacity: 0.7;

}
#nav ul li a{border:none}
a{
  color:#000;
  text-decoration:none;
}
a:hover{
     text-decoration:none;
}
h1 a:visited, h1 a:active, h1 a:link, h1 a:hover{
       font-size:18px;
}

#top{    
    padding-left:40px;
}

#top h1{    
  padding-top: 49px;
  text-align: left;
  font-weight: bold;
}

.post{border:none;}
.post img{width:95%;}
.posthead{
    position: relative;
    top:107px;
}
.posthead h2{
    text-align: center;
     font-size: 16px;
     margin-top:30px;
     font-weight: lighter;
    }
#navstats{
    text-align:right;
     color:#000;
}
#nav ul li{
    list-style-type:none;
    display: inline-block;
    
}
#nav{
    text-align: right;
    color:#000;
}
#nav ul li a{
    color:#000;
    text-decoration:none;
   
    
}
#nav ul li a span{
    font-size: 14px;
    
}
#nav ul li a:hover{
    color:#879959;
    
}
#content{
    width:80%;
    padding:0 20px 20px 60px;
}
#cb_post_title_url{
      /* text-decoration:none; */
}


h2 a{
    color:#000;
    font-weight: bold;
     text-decoration:none;
}
.postbody{ 
    padding:139px 20px 20px 111px;
    background-size:300px 800px;
}
#cnblogs_post_body{
    padding-top:20px;
    /* background: rgba(135,153,89,0.5); */
    color:#333;
    padding-left:50px;
}
