	.block {
    width: 2.1rem;
    height: 2.1rem;
    position: absolute;
    background: black;
    opacity: 0.5;
    display: none;
}
.imgOverlay {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    height: .46rem;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.00)), to(#000000));
    background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, #000000 100%);
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
}
.imgOverlay .playCountIcon {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: .1rem;		
} 
.sprite-plays {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    /*background-position: -2317px 0;*/
}
.sprite {
    background: url(../img/headset.png) 50% 50% no-repeat;
    background-size: 85% 85%;
    display: inline-block;
}
.imgOverlay .playCountText {
    display: inline-block;
    line-height: .4rem;
    color: white;
    font-size: .24rem;
}
.playIcon {
    display: none;
    position: absolute;
    margin-top: -88px;
    margin-left: 35px;
}
.sprite2-play {
    width: 42px;
    height: 42px;
    background-position: -386px 0;
}
.sprite2 {
    background-image: url(//sss.qingting.fm/neo/sprite2.png);
    display: inline-block;
}
.focusBox { position: relative; width: 7.1rem; height: 2.8rem; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; margin: .2rem auto;margin-top: 1rem;box-shadow: 4px 4px 12px #787878;border-radius: .1rem;}
.focusBox .pic img { width: 7.1rem; height: 2.8rem; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: .5rem; width:100%; background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: .5rem; width:100%; overflow: hidden; }
.focusBox .txt li{ height:.5rem; line-height:.5rem; position:absolute; bottom:-.5rem;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: .5rem; height: .06rem; line-height: .2rem; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; border-radius: 50%;}
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60; }
.thumb {
    position: relative;
    display: block;
    height: 2.1rem;
    width: 2.1rem;
    margin-bottom: .6rem;
    /*overflow: hidden;*/
    cursor: pointer;
    box-shadow: 4px 4px 12px #787878;
}