.fm:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.fm-shareit:before {
    content: '';
    width:16px;
    height:16px;
    background: url("../img/share/share_uncheck.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
}

.fm-player:before {
    content: '';
    width:.7rem;
    height:.7rem;
    background: url("../img/icon/videoplay_playtime.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0px 2px 5px 0px;
}

.fm-sms:before {
    content: '';
    width:.8rem;
    height:.8rem;
    background: url("../img/icon/sms.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0.08rem;
}
.fm-sms-new:before{
    margin-top:0px;
    vertical-align: middle;
}

.fm-like:before {
    content: '';
    width:.7rem;
    height:.7rem;
    background: url("../img/icon/videplay_good_red.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fm-like-o:before {
    content: '';
    width:.7rem;
    height:.7rem;
    background: url("../img/icon/videplay_good_gray.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.fm-star:before {
    content: '';
    width:.7rem;
    height:.7rem;
    background: url("../img/icon/icon-star.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fm-star-o:before {
    content: '';
    width:.7rem;
    height:.7rem;
    background: url("../img/icon/videoplay_star_gray.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.fm-close:before {
    content: '';
    width:.7rem;
    height:.7rem;
    background: url("../img/icon/close.png");
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

