@charset "utf-8";
.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../imgs/icons.png) no-repeat;
    margin-bottom: -7px;
    margin-right: 5px;
}
.icon1 {
    background-position: 0px 0px;
}