..diggit{
    position: fixed;
    # border-radius: 5px;
    padding: 20px;
    right: 100px;
    top:400px;
    z-index: 200;
    # box-shadow: 0 0 16px 2px #ddd;
    width: 233px;
    height: 168px;
    background-size: 300px 200px;
}
#green_channel {
    text-align:right;
    background:#6DA47D;
    padding-left:20px;
    font-weight:normal;
    font-size:15px;
    width:920px;
    border:none;
    color:#fff;
    padding:20px;
    border-radius:4px;
}
/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#6DA47D;
}