body,html {
 background: url(https://www.wuhanmayun.online/images/1.jpeg) no-repeat fixed;
 background-size:100% 100%;
 width:100%;
 height:100%;
 overflow-y:scroll;
 overflow-x:hidden;
 margin:auto;
}



#bannerbar {
    display:none
}

#top_nav{
   display:none;
   
}

body #header {
    height: 40px;
    width: 100%;
   background:transparent
}

#navList li a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 10px;
     background-color: transparent
}

#main {
    margin-top: 6px;
    background-color: transparent;
    margin-bottom: 0;
}

#mainContent{
  background:#f9d2b9ad;
  box-shadow: 0 0 8px #f9d2b9ad;
}

.postTitle a, .postTitl2 a, .entrylistPosttitle a {
    color: #ffffff;
}

.dayTitle a {
    color: #3399ff;
}

.dayTitle {
    border:none
}

.day {
 background:transparent;
 color:#fff
}


.postBody, .postCon, .entrylistPostSummary {
    font-size: 14px;
    line-height: 1.8;
}

#sideBar {
background-color:transparent
}

@media screen and (min-width:1200px) {
#sideBar{
position:fixed;
top:41px;
bottom:56px;
}
}

#navList{
position:fixed;
left:0;
top:0;
right:0;
margin:auto;
width:1200px;
line-height:40px;
background-color:transparent;
z-index:9
}
@media screen  and (max-width:500px) {
   #navList{
    background-color: #f9d2b9;
  }
   #mainContent{
        margin:auto;
        border-radius:0px;
        background:transparent;
        box-shadow:0 0 0px transparent;
  }
}
#cnblogs_post_body p  span{
  background-color:transparent !important
}

.orange{
color:orange!important
}

.blogStats {
    color: #cacaca;
    font-size: 12px;
    text-align: right;
    display: none;
}

#footer{
  background:transparent;
  color:#fefaff
}

.cnblogs_code {
    
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: none;
}

::-webkit-scrollbar-thumb {
    background-color: none;
}

::-webkit-scrollbar-thumb:hover {
    background-color: none;
}

::-webkit-scrollbar-thumb:active {
    background-color: none;
}