#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;
}
#ad_t2{
    display: none;
}
#main {
    opacity: 0.7;
}
.mySearch {
    display: none;
}
#blogTitle h2 {
    line-height: 1.5;
    margin-left: 0.5em;
    color: #935A32;
}
#blogTitle h2 {
    margin-top: 1em;
    font-size: 30px;
}
#blogTitle a {
    color: #935A32;
    font-size: 80px;
}
.author_profile_info {
    margin: 6px auto 10px auto;
    float: left;
    line-height: 22px;
    /* text-decoration: none; */
    font-size: 15px;
}
.author_avatar {
    vertical-align: top;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    padding-left: 2px;
    border: 0;
    width: 70px;
    border-radius:50px
}
body{/*背景图片设置*/
    background-image: url("https://w.wallhaven.cc/full/13/wallhaven-13x79v.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
}

#topics a:link {
    color: #075DB3;
    text-decoration: none;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: auto;
    text-decoration: none;
}
a:hover{
 color:#f55252; 
}