body { 
     background-color: #efefef;
    background-image:url(https://images.cnblogs.com/cnblogs_com/zmdComeOn/1521371/o_t_blog.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
  }

/*公告栏时钟*/
#clockdiv {
text-align: center;
}
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}

.sidebar-block ul li {
    line-height: 2;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 10px 0px 20px;
    font-size: 14px;
    color: #777;
}

#profile_block_self {
    background: #fff;
    padding: 10px;
    color: #DD2C2A;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0!important;
    border: 1px dashed #dedede;
}
#back-to-top {
    background-color: #DD2C2A;
    bottom: 0;
    box-shadow: 0 0 6px #DD2C2A;
    color: #383838;
    padding: 10px 10px;
    position: fixed;
    right: 177px;
    cursor: pointer;
}
#header{
display:none;
}
#test33 ul {
margin: 0;
padding: 0;
list-style-type: none; /*去除li前的标注*/
background-color: #333;
overflow: hidden; /*隐藏溢出的部分，保持一行*/
}


#test33 li {
float: left; /*左浮动*/
}


#test33 li a, .dropbtn {
display: inline-block; /*设置成块*/
color: white;
text-align: center;
text-decoration: none;
padding: 14px 16px;
}


#test33 li a:hover, .dropdown:hover .dropbtn { /*鼠标移上去，改变背景颜色*/
background-color: #DD2C2A;
}


#test33 .dropdown {
/*display:inline-block将对象呈递为内联对象，但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内，允许空格。*/
display: inline-block;
}


#test33 .dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


#test33 .dropdown-content a {
display: block;
color: black;
padding: 8px 10px;
text-decoration:none;
}


#test33 .dropdown-content a:hover {
background-color: #DD2C2A;
color:#FFFFFF;
}


#test33 .dropdown:hover .dropdown-content{
display: block;
}
#blog_nav_sitehome{
display:none !important;}
#blog_nav_myhome{
display:none !important;}


#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}

#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 1;
    opacity: 1;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}


#divExpandViewArea{
    position: fixed;
    color: white;
   
    padding: 10px 10px;
    left: 0px;
    top: 547px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}
 
#divCollapseViewArea{
    position: fixed;
    color: white;
    
    padding: 10px 10px;
    left: 0px;
    top: 586px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}


/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:400px;
    right:53px;
    width: auto;
    height: auto; 
    
    
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:rgb(238, 130, 238);
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}

.div_masklayer {
    background: #000;
    display: none;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    position: fixed;
    _position: absolute;
    _left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
}
.div_popup {
    display: none;
    width: 300px;
    z-index: 1000;
    background: #0aa;
    left: 50%;
    top: 50%;
    position: fixed!important;
    margin-left: -150px !important;
    _position: absolute;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat')? documentElement.scrollTop + (document.documentElement.clientHeight - this.offsetHeight)/2: /**//*IE6*/ 
 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.blogds {
    height: 82px;
    line-height: 82px;
}
.bold {
    font-weight: bold;
}
span {
    line-height: 1.5;
}
a.btn_donate {
    display: inline-block;
    width: 82px;
    height: 82px;
    background: url(https://files-cdn.cnblogs.com/files/linjiqin/footer_reward.gif) no-repeat;
    _background: url(https://files-cdn.cnblogs.com/files/linjiqin/footer_reward.gif) no-repeat;
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    -o-transition: background 0s;
    -ms-transition: background 0s;
    transition: background 0s;
}

a.btn_donate:hover {
    cursor: pointer;
    background-position: 0px -82px;
    background-color: unset !important;
}

.mid {
    font-size: 18px;
    font-weight: bold;
    color: #f9f;
    text-align: center;
    vertical-align: top;
    line-height: 24px;
}
.img_zfb{
width:300px;
height:339px;
}
.menu{
position:relative
}
#test33 .dropdown-contents {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
left:160px;
top:0;
}

#test33 .dropdown-content .this_span .dropdown-contents{
display: block;
}
