body{
    background: url(https://images.cnblogs.com/cnblogs_com/chuanjian/863669/o_bg2.jpg) repeat;
}

#home #header{ 
    margin-top: 0;
    background: #639A40;
}

#header #blogTitle h1{
    font-weight: normal;
    font-size: 280%;
    line-height: 2.5em;
    color: #ECE624;
    margin-top: 30px;
}
#header #blogTitle h1 a{
    color: #ECE624;
}

#header #navList a{
    font-size: 16px;
    padding: 2px 15px;
    border-radius: 3px;
}

#header #navList a:hover{
    color: #ECE624;
    text-decoration: none;
    box-shadow: 0 3px 10px #000 inset;
}

#header #navigator{
    box-shadow: 0 5px 20px #000 inset;
}

#home #main{
    font-family: "微软雅黑"; 
}

#main .postTitle{
    border-left-color: #639A40;
    border-bottom-color: #D3FFB6;
}

#main .postTitle a{
    font-size: 16px;
    color: #639A40;
}

#main .c_b_p_desc {
    font-size: 13px;
}
#main .postCon a{
    text-decoration: none;
    color: #639A40;
}
#main .postCon a:hover{
    text-decoration: none;
    color: #A92FC7;
}
a:hover{
    color: #A92FC7;
    text-decoration: none;
}
#mainContent{
    width: 824px;
}
#home{
    width: 1124px;
}
#topics{
    box-shadow: inset 0 0 24px #000;
    border-radius: 0 0 24px 0;
}
#back-top {
     position: fixed;
     bottom: 10px;
     right: 5px;
     z-index: 99;
}
#back-top span {
     width: 50px;
     height: 64px;
     display: block;
     background:url(https://images.cnblogs.com/cnblogs_com/seanshao/855033/o_rocket.png) no-repeat center center;
}
#back-top a{outline:none}