body{
	background-color: #FAFFF0;
        background-image:url(https://www.cnblogs.com/images/cnblogs_com/zTestCoder/1485925/o_493.jpg);
	background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position: center 0; 
        background-size: cover; 
        padding-top:0px;
}
#blog-news > img {
    /*头像*/
    display: block;
    margin: auto;
    height:100%;
    width:100%;
    border-radius: 50%;
    box-shadow:rgb(90, 90, 90) 0 0.7rem 0.9rem;
    -webkit-box-shadow:rgb(90, 90, 90) 0 0.7rem 0.9rem;
}
#header{
    padding-bottom: 25px;
}
#navList{
    width: 100%;
}
#navigator{
    background-repeat: repeat-x;
    background-color: #14649b;
    border: 1px solid #448abb;
}
#navigator{
    box-shadow: 0px 0px 7px #011933;
}
#main{
	box-shadow: 0px 0px 7px #011933;
}

#sideBarMain{
	box-shadow: 0px 0px 5px #01193338 inset;
}
#blog-news{
	margin-left: 0px;
}
#profile_block{
	margin-left: 15px;
}
#navList{
	list-style: none;
	float: left;
	display: inline-block;
	padding-left: 0px;
}
#navList li{
	display: inline-block;
	width: 18.5%;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
#navList li:hover{
        cursor: pointer;
        background-image:radial-gradient(ellipse closest-corner at center, #135987 30%, #092f48 100%);
}
body,ul{
	margin: 0;
}
#navList li:nth-child(5){
	display: none;
}
.div_my_zzk{
	margin-left: 15px;
}
.blogStats{
        display: none;
}
@media screen and (max-width:1400px){
	#home{ margin-right: 3%; }
}

#divExpandViewArea{
    position: fixed;
    color: #fff;
    padding: 10px 10px;
    left: 0px;
    top: 547px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
    opacity: .5;
    filter: Alpha(opacity=50);
}
 
#divCollapseViewArea{
    position: fixed;
    color: #fff;
    padding: 10px 10px;
    left: 0px;
    top: 585px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
    opacity: .5;
    filter: Alpha(opacity=50);
}
.back-to-top {
     border: 0px;
     display: none;
     padding: 10px 10px;
     background-color: #fff;
     color: #000;
     font-size: 12px;
     text-align: center;
     position: fixed;
     _position: absolute;
     right: 10px;
     bottom: 100px;
     _bottom: "auto";
     cursor: pointer;
     opacity: .6;
     filter: Alpha(opacity=60);
     box-shadow: 0 0 8px #14649b;
     z-index:999;
}
/* 推荐及反对 */
#div_digg {
    padding: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0;
    border: 0px solid #D9DBE1;
    background-color: #FFFFFF;
    opacity: 0.8;
    width: 46px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid red;
}
/* ignore反对 */
.buryit {
    display: none;
}
/*推荐框 悬浮 */
#div_digg {
    position: fixed;
    bottom: 5px;
    width: 50px;
    right: 370px;
    border: 2px solid #edd7b2;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #ecd7b1, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
#ad_t2,#cnblogs_c1,#cnblogs_c2,#under_post_kb {
    display:none; !important
}