/* 浮動作者*/
#bbs-author { display:block; width:80px; height:80px; position:fixed; bottom:80px; right:20px; background-size:80px 80px; z-index:9996;}
#bbs-author img { border-radius:10px;max-width:100%!important; height: auto!important; _width:expression(this.width > 100 ? "100%" : this.width)!important;}

@media screen and (max-width: 1024px) {

    #bbs-author { bottom:60px; right:10px;}
}

