﻿@charset "utf-8";
html,body{
	width: 100%;
	height: 100%;
}
a:hover{
	text-decoration: none;
}
#willesPlay{
	position: relative;
}
/*播放器头部*/
.audiohead #audioback img {
    height: 0.6rem;
    width: 0.5rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.1rem;
}

.audiohead #audioback {
    background: rgba(0,0,0,0.6);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    display: block;
    padding: 0.5rem;
    margin-left: 10px;
    z-index:15;
}
#willesPlay .playHeader{
	width: 100%;
	height: 48px;
	background: url(../images/playheader.jpg) repeat-x;
	border-radius: 3px 3px 0px 0px;
}
#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: 10rem;
	overflow: hidden;
	background:#000;
	cursor: pointer;
    background: url(../images/studylistcover.png) no-repeat;
    background-size: cover;
}
#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: #3d8600;
	font-size: 2rem;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
.soursename label {
    font-size:0.75rem;
    line-height:1.5rem;
    color:black;
    margin-top:0.5rem;
    display: inline-block;
}
.sonsoursename p,.soursename p {
    font-size:0.75rem;
    line-height:1.5rem;
    color:black;
    margin-top:0.5rem;
    text-align:center;
}
.soursename span {
    font-size:0.65rem;
    line-height:1rem;
    color:#a6a6a6;
}
#willesPlay .playControll,.soursename{
  width:90%;
  margin:0 auto;
}
#willesPlay .fullControll{
	background:rgba(0,0,0,.5);
}
#willesPlay .fullControll .timebar span{
	color: #FFFFFF;
}
#willesPlay .playControll .playPause{
	width: 2rem;
	height: 2rem;
    float:left;
    margin:0 2rem;
}
.playPause img{
	width:100%;
}
#playVideo {
    height:100%;
    width:100%;
    background-color:black;
    z-index:1;
}
.cover {
    position:absolute;
    top:0;
    height:100%;
}

/*进度条*/
.backtime {
    float:left;
    width:10%;
}
.faster {
    float:left;
    width:80%;
}
.faster p {
    text-align:center;
    font-size:0.6rem;
}
.faster label{
    font-size:0.6rem;
}
.faster button{
    font-size:0.6rem;
    background:none;
    border:1px solid black;
}
.gotime {
    float:left;
    width:10%;
    margin-left:2.5%;
}
.backtime img, .gotime img{
    width:100%;
    display:block;
}
#willesPlay .playControll .timebar{
    width: 100%;
    overflow: hidden;
    margin-top:0.2rem;
}
.progressbox {
    float: left;
    width:75%;
    margin-left:2.5%;
    overflow:hidden;
}
.progress{

    height: 10px;
    cursor: pointer;
}
#willesPlay .playControll .timebar span{
	float: left;
	text-align: center;
    width:15%;
    display:block;
    font-size: 0.55rem;
}
#willesPlay .playControll .timebar .duration{
	float: right;
}
.timebar p{
	text-align: center;
    font-size: 0.55rem;
}
#willesPlay .otherControl{
	float: right;
	position: relative;
    color:#666;
}

#willesPlay .otherControl span{
	display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin: 9px 0px;
	cursor: pointer;
}
#willesPlay .otherControl span:nth-child(1){
	font-size: 28px;
	color: #3d8600;
}
/*#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: #dfdfdf;
	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: 0px;
	left: 0px;
	border-radius: 4px;
}
video::-webkit-media-controls-enclosure {
    /*禁用播放器控制栏的样式*/
    display: none !important;
}

.vediodialogbox {
    position:fixed;
    top:0;
    background:rgba(0,0,0,0.9);
    width:100%;
    height:100%;
    z-index: 13;
    display:none; 
}
.vediodialogcontent {
    margin:0 auto;
    margin-top:8rem;
    color:white;
    text-align:center;
    font-size:.7rem;
    width: 92%;
    font-size: .8rem;
    line-height: 1.5rem;
}
.vediodialogbutonbox {
    width:92%;
    margin:0 auto;
}
.vediodialogbox button {
    display:block;
    background-color:white;
    color:rgb(254, 177, 77);
    width:47%;
    line-height:1.5rem;
    font-size:.7rem;
    margin-top:1.5rem;
    border:none;
    border-radius:5px;
}
.vediodialogbox .vediodialoglink {
    color:white;
    border:1px solid rgb(254, 177, 77);
    background-color:rgb(254, 177, 77);
}
:-webkit-full-screen{}
.timemuch {
    float:left;
    margin-top: 0.4rem;
}
.timemuch p{
    font-size:0.55rem;
    text-align:center;
}
.playercontrol {
    margin-top: 0.2rem;
    float: left;
    margin-left: 14.5%;
}

.pre,.next{
    float: left;
    width: 1rem;
    height: 1rem;
    border: none;
    background: none;
    display: block;
    margin-top: 0.45rem;
}

.pre img,.next img{
    width:100%;
    height:auto;
}

.poster{
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    z-index:10;
    display:block;
}

