
input.duibi-icon{
    width: 35px;
    height: 35px;
    border: none;
}
.duibi-icon{
    width: 35px;
    height: 35px;
    margin: 5px;
    display: block;
    background: url(../images/duibi.png) no-repeat center;
    background-size: 80% 80%;
    padding: 0;
    background-color: #fff;
    float:right;
    cursor: pointer;
    border: none;
}
.duibi-icon:hover{
    width: 35px;
    height: 35px;
    margin: 5px;
    display: block;
    background: url(../images/duibi_over.png) no-repeat center;
    background-size: 80% 80%;
    padding: 0;
    background-color: #fff;
    float:right;
    cursor: pointer;
    border: none;
}

input.report-icon{
    width: 35px;
    height: 35px;
    border: none;
}
.report-icon{
    width: 35px;
    height: 35px;
    margin: 5px;
    display: block;
    background: url(../images/report.png) no-repeat center;
    background-size: 80% 80%;
    padding: 0;
    background-color: #fff;
    float:right;
    cursor: pointer;
    border: none;
}
.report-icon:hover{
    width: 35px;
    height: 35px;
    margin: 5px;
    display: block;
    background: url(../images/report_over.png) no-repeat center;
    background-size: 80% 80%;
    padding: 0;
    background-color: #fff;
    float:right;
    cursor: pointer;
    border: none;
}