#div_digg {
    position: fixed;
    bottom: 40px;
    z-index: 100;
    left: 80px;
    padding: 10px;
    width: 140px;
    border-radius: 5px 5px 5px 5px !important;
}
#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

/*推荐*/
#div_digg .diggit {
    background: url(https://images2017.cnblogs.com/blog/894443/201709/894443-20170920105433618-867225449.png) no-repeat;
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    /* padding-top: 5px; */
}

/*推荐数量*/
#div_digg .diggnum {
    position: absolute;
    bottom: -10px;
    left: 10px;
    background: #D0D0D0;
    padding: 2px 0;
    display: block;
    color: #555;
    font-size: 12px;
    text-align: center;
    width: 60px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    line-height: 1.5em !important;
}

/*反对*/
#div_digg .buryit {
    display: none;
}
