#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 12px;
    width: 288px;
    text-align: center;
    margin-top: 10px;
}

.diggit {
    float: left;
    width: 128px;
    height: 128px;
    background:url(https://images.cnblogs.com/cnblogs_com/dryice/1650713/o_200221154752a5a.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 36px;
}

.diggnum {
    font-size:24px;
    font-weight:bold;
    color:#ff00ff;
    font-family:微软雅黑;
}

.buryit {
    display: none;
}

.comment_bury {
    display: none;
}

.follow {
    float: right;
    width: 128px;
    height: 128px;
    background:url(https://images.cnblogs.com/cnblogs_com/dryice/1650713/o_200221154758a6a.png) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 36px;
}

.follownum {
    font-size:14px;
    color:#ff0000;
    font-family:微软雅黑;
}