@charset "utf-8";
html,body{
    width: 100%;
    height: 100%;
}
a:hover{
    text-decoration: none;
}
#willesPlay{
    /*width: 1000px;
    height: 660px;*/
    /*width: 1024px;
    height: auto;*/
    /*margin: 100px auto;*/
    /*box-shadow: 0px 0px 15px #333333;*/
    position: relative;
}
/*播放器头部*/
#willesPlay .playHeader{
    width: 100%;
    height: 48px;
}
#willesPlay .playHeader .videoName{
    font-size: 16px;
    width: 400px;
    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 img.poster{
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    display: block;
    height: 100%;
}
#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: #ef6a6c;
    font-size: 60px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
#willesPlay .playControll{
    display: none;
    position: absolute;
    z-index: 2147483650;
    width: 100%;
    height: 40px;
    bottom: 4px;
    background: rgba(153,153,153,.8);
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
#willesPlay .fullControll{
    background:rgba(0,0,0,.5);
}
#willesPlay .fullControll .timebar span{
    color: #FFFFFF;
}
#willesPlay .playControll .playPause{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 15px;
    background: url(image/play.png) center no-repeat;
    /*margin: 11px 0px 0px 12px;*/
    cursor: pointer;
    background-size: 20px;
}
#willesPlay .playControll .playPause.active{
    background: url(image/pause.png) center no-repeat;
    background-size: 20px;
}
#willesPlay .playControll .playIcon{
    /*background-position: 0px -32px;*/
}
/*进度条*/
#willesPlay .playControll .timebar{
    float: left;
    width: calc(100% - 145px);
    line-height: 48px;
    /*overflow: hidden;*/
    /*margin: 0 auto;*/
    margin-left: 10px;
}
#willesPlay .playControll .timebar .progress{
    float: left;
    width: 100%;
    /*margin: 19px 5px;*/
    height: 4px;
    margin-top: 18px;
    background-color: #fff;
    cursor: pointer;
}
#willesPlay .playControll .timebar span{
    float: left;
    width: 8%;
    text-align: center;
}
#willesPlay .otherControl{
    float: right;
    position: relative;
}

#willesPlay .otherControl span{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font-size: 20px;
    /*margin: 9px  7px;*/
    margin-top: 10px;
    margin-right: 10px;
    background: url(image/volumn.png) no-repeat;
    background-size: 20px;
    cursor: pointer;
}
#willesPlay .otherControl span:nth-child(1){
    font-size: 28px;
    color: #ef6a6c;

}
/*#willesPlay .otherControl span:nth-child(2){
	background-position: -171px 0px;
}*/
#willesPlay .otherControl span:nth-child(2){
    background: url(image/fullscreen.png) no-repeat;
    background-size: 20px;
}
/*音量*/
#willesPlay .otherControl .volumeBar{
    display: none;
    position: absolute;
    top: -110px;
    left:-4px;
    width: 26px;
    height: 100px;
    background:rgba(153,153,153,.8);
    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: #fff;
    width: 4px;
    height: 80px;
    position: absolute;
    bottom: 10px;
    left: 11px;
    /*border-radius: 4px;*/
}

#willesPlay .otherControl .volumeBar .progress{
    background: none;
}
#willesPlay .otherControl .volumeBar .progress-bar{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ed4e23;
    /*border-radius: 4px;*/
}
#willesPlay .otherControl .volumeBar .progress-bar:after{

}
video::-webkit-media-controls-enclosure {
    /*禁用播放器控制栏的样式*/
    display: none !important;
}
:-webkit-full-screen{}
#pass.active{
    display: none;
}
#pass{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    background-color: rgba(47,53,61,0.6);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
#pass.active{
    opacity: 0;
}
#pass .pass-box{
    position: relative;
    width: 60px;
    height: 60px;
    margin: 6px auto 6px auto;
    background-color: #f25529;
    border-radius: 50%;
    transition: all .5s;
}
#pass .pass-box:hover{
    background-color: #d94c25;
    transform: scale(1.05);
}
#pass .pass-box:after{
    position: absolute;
    top:20px;
    left: 23px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 21px solid white;
    border-bottom: 10px solid transparent;
}

#willesPlay .otherControl .volumeBar .progress-bar .pot{
    position: absolute;
    top: -3px;
    right: -4px;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ed4e23;
    border-radius: 50%;
}
#willesPlay .playControll .timebar .progress .progress-bar .pot{
    position: absolute;
    top: -4px;
    right: -4px;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ed4e23;
    border-radius: 50%;
}