body{
    background-attachment: fixed;
    background-image: url(https://pic1.win4000.com/wallpaper/b/583e84725b968.jpg);
    background-size: 100% 100%;}
#home{background:none}
input.btn_my_zzk {
    vertical-align: middle;
    width: 60px;
    height: 22px;
    border: 1px solid #ff3040;
    background: rgba(255,255,255,0.8);
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
#blogTitle a {
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    font-family: 微软雅黑,幼圆,微软雅黑,微软雅黑;
    font-size: 36px;
    font-weight: normal;}
.blogStats {
    width: 150px;
    height: 20px;
    line-height: 20px;
    float: right;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    color: rgba(0, 0, 0, 0.8);
    font-family: 微软雅黑,微软雅黑,微软雅黑,微软雅黑;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    background: rgba(255,255,255, 0.8);
    padding: 5px;
    border-radius: 10px;
    display: none;
}
#navList a {
    display: block;
    width: 70px;
    height: 31px;
    float: left;
    text-align: center;
    padding-top: 9px;
    font-size: 14px;
    font-family: 微软雅黑,微软雅黑,微软雅黑,微软雅黑;
    background: rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    border-radius: 10px;}
#navList a:link, #navList a:visited, #navList a:active {
    color: rgba(0, 0, 0, 0.8);
}
#navList a:hover {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-decoration: none; 
}
.postBody{
color:#000;
}
#mainContent {
    float: left;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
}
#sideBar {
    width: 205px;
    height: auto;
    float: right;
}
#sideBarMain {
    position: relative;
    width: 205px;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;}
#cnblogs_post_body img {
    max-width: 660px;
}