/*-------------------------------
            willesPlay
-------------------------------*/

#willesPlay{
    margin: 0 auto 100px;
    position: relative;
}
#willesPlay .turnoff a{
    text-decoration: none;
}
#willesPlay ul{
    list-style: none;
}
/*播放器头部*/
#willesPlay .playHeader{
    width: 100%;
    background: url(../img/video/playheader.jpg) repeat-x;
    border-radius: 3px 3px 0 0;
}
#willesPlay .playHeader .videoName{
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    color: #7a7f82;

}
#willesPlay .playContent{
    position: relative;
    height: auto;
    overflow: hidden;
    background:#000;
    cursor: pointer;
}
#willesPlay .playContent .turnoff{
    position: absolute;
    z-index: 10;
    right: -40px;
    top: 50%;
    margin-top: -90px;
}
#willesPlay .playContent .turnoff li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(0,0,0,.5);
}
#willesPlay .playContent .turnoff li a:hover{
    color: #666;
}
#willesPlay .playContent .playTip{
    position: absolute;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
    background: #168ee1;
    font-size: 60px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
#willesPlay .playContent .playTip:before{
    margin-left: .5rem;
}
#willesPlay .playControll{
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: -48px;
    background: url(../img/video/playheader.jpg) repeat-x;
    border-radius: 0 0 3px 3px;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
#willesPlay .fullControll{
    background:rgba(0,0,0,.5);
    z-index: 2147483647;
}
#willesPlay .fullControll .timebar span{
    color: #FFFFFF;
}
#willesPlay .playControll .playPause{
    float: left;
    width: 20px;
    height: 25px;
    background: url(../img/video/control_01.png) 0 0 no-repeat;
    margin: 11px 0 0 12px;
    cursor: pointer;
}
#willesPlay .playControll .playIcon{
    background-position: 0 -32px;
}
/*进度条*/
#willesPlay .playControll .timebar{
    float: left;
    width: calc(100% - 145px);
    line-height: 48px;
    overflow: hidden;
    margin: 0 0 0 20px;
}
#willesPlay .playControll .timebar .progress{
    float: left;
    width: 80%;
    margin: 19px 5px;
    height: 10px;
    cursor: pointer;
    max-width: calc(100% - 10em);
}
#willesPlay .playControll .timebar span{
    float: left;
    width: 8%;
    min-width: 4em;
    text-align: center;
}
#willesPlay .otherControl{
    float: right;
    position: relative;
}

#willesPlay .otherControl span{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-size: 20px;
    margin: 9px  7px;
    /*background: url(../images/control_01.png) no-repeat;*/
    cursor: pointer;
}
#willesPlay .otherControl span:nth-child(1){
    font-size: 28px;
}
/*#willesPlay .otherControl span:nth-child(2){
	background-position: -171px 0px;
}*/
#willesPlay .otherControl span:nth-child(2){
    color: #919597;
}
/*音量*/
#willesPlay .otherControl .volumeBar{
    display: none;
    position: absolute;
    top: -110px;
    left:4px;
    width: 26px;
    height: 100px;
    background:#f1f2f2;
    border-radius: 4px;
    cursor: pointer;
}
#willesPlay .otherControl .volumeBar:after{
    content:"";
    display: block;
    position:absolute;
    bottom: -7px;
    left: 5px;
    width: 0;
    height: 0;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f1f2f2;
}
#willesPlay .otherControl .volumeBar .volumewrap{
    background: #a2a7aa;
    width: 8px;
    height: 80px;
    position: absolute;
    bottom: 10px;
    left: 9px;
    border-radius: 4px;
}

#willesPlay .otherControl .volumeBar .progress{
    background: none;
}
#willesPlay .otherControl .volumeBar .progress-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}
video::-webkit-media-controls-enclosure {
    /*禁用播放器控制栏的样式*/
    display: none !important;
}
:-webkit-full-screen{}




/*-------------------------------
            Style
-------------------------------*/
#body{
    background-color: #071522;
}
#body:after{
    content: " ";
    display: block;
    height: 1px;
}

.breadcrumb a,.breadcrumb>li.active{
    color: #fff;
}

.img-preview-box{
    padding: 0 60px;
    position: relative;
    margin: 10px 20px 30px;
}
.img-preview-box .glyphicon{
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 0 5px;
    transition: .5s;
    border: 1px solid #fff;
}
.img-preview-box .glyphicon.disabled{
    background: #eaeaea;
    color: #ccc;
    border-color: #ccc;
}
.img-preview-box .glyphicon-chevron-left{
    left: 0;
}
.img-preview-box .glyphicon-chevron-right{
    right: 0;
}

.img-preview-box .glyphicon:before{
    top: 50%;
    margin-top: -50%;
    display: block;
    position: relative;
}
.img-preview-box>.img-list-box{
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.img-preview-box>.img-list-box>.img-list{
    position: relative;
    left: 0;
}
.img-preview-box>.img-list-box>.img-list>.col-lg-2{
    float: none;
    display: inline-block;
}
.img-preview-box>.img-list-box img{
    width: 100%;
    border: 2px solid #fff;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .img-preview-box{
        padding: 0 40px;
        margin: 0 10px 30px;
    }
    .img-preview-box>.img-list>div{
        padding:0 5px;
    }
    .img-preview-box .glyphicon{
        font-size: 20px;
        padding: 0 2px;
    }
}