/*.b-box .video{margin-bottom: 16px;}*/
.b-box .video .s-pic{height: 162px;}
.b-box .video .video-view {height: 162px;width: 288px; overflow: hidden; cursor: pointer;display: block;}
.b-box .video:hover .video-view .img-none{display: none;}
.b-box .video .video-view video{width: 288px; display: none;}
.b-box .video:hover .video-view video{display: block;}
.b-box .video .mark{height: 162px; display: none;}
.b-box .video:hover .mark{display: none;}
.b-box .video .v-down{
    width: 45px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: 65px;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    z-index: 2;
    background: url(../image/video.png) -8px -77px no-repeat #6a8ee5;
    padding-left: 21px;
    cursor: pointer;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 14px;
}
.b-box .video .v-down:hover {
    background: url(../image/video.png) -8px -77px no-repeat #6e91e6;
}
.b-box .video .v-collect{
    width: 31px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: 23px;
    color: #333;
    font-size: 20px;
    border-radius: 2px;
    z-index: 2;
    background: url(../image/video.png) -11px 5px no-repeat #fff;
    padding-left: 0px;
    cursor: pointer;
    filter: alpha(opacity=0);
    ilter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 17px;
    letter-spacing: 7px;
}
.b-box .video:hover .v-collect,.b-box .video:hover .v-down{
    filter: alpha(opacity=1);
    ilter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.b-box .video .chosed{
    background: url(../image/video.png) -11px -36px no-repeat #fff;
}
.b-box .video .title{
    position: absolute;
    bottom: 0px;
    left: 17px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:12px;
}
.b-box .video:hover  .video-bq,.b-box .video:hover .title{
    display: none;
}
.b-box .video:hover .mc-bottom{
    display:none;
}
.b-box .video .mc-bottom{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 32%;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .4 \9 \0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -webkit-gradient(linear, bottom, top, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .4) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000000, endColorstr=#ffffff)";
}