@charset "utf-8";
@media screen and (max-width:768px) {
#willesplay .playcontroll .timebar .progress { float: left; width: 30% !important; margin: 19px 20px; height: 10px; cursor: pointer; margin-left: 50px!important; }
}
#willesplay { /*width: 1000px;
	height: 660px;*/
	/*width: 1024px;
	height: auto;*/
box-shadow: 0px 0px 15px #333333; position: relative; }
/*播放器头部*/
#willesplay .playheader { width: 100%; height: 48px; background: url(/uploads/image/sdbfq/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; }
.icon-arrows-alt:before { line-height: 30px; }
#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: 50px; height: 50px; text-align: center; line-height: 110px; top: 50%; left: 50%; margin-left: -23px; margin-top: -23px; background: #333; font-size: 30px; border: 3px solid #ffffff; border-radius: 50%; color: #fff; cursor: pointer; padding-left: 5px; }
#willesplay .playcontent .playtip img{ margin-top:10px;}
.icon-play:before { line-height: 45px; }
#willesplay .playcontroll { display:none; position: absolute; z-index: 11; width: 100%; height: 48px; bottom: 0; background: url(/uploads/image/sdbfq/playheader.jpg) repeat-x; border-radius: 0px 0px 3px 3px; -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: 25px; background: url(/uploads/image/sdbfq/control_01.png) 0px 0px no-repeat; margin: 11px 0px 0px 12px; cursor: pointer; }
#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: 0px 0px 0px 20px; }
#willesplay .playcontroll .timebar .progress { float: left; width: 70%; margin: 19px 20px; height: 10px; 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: 30px; height: 30px; text-align: center; line-height: 30px; vertical-align: middle; font-size: 20px; margin: 9px 7px; /*background: url(/uploads/image/sdbfq/control_01.png) no-repeat;*/
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) { 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: 0px; left: 0px; border-radius: 4px; }
video::-webkit-media-controls-enclosure {
    /*禁用播放器控制栏的样式*/
    display: none !important;
}
:-webkit-full-screen {
}
/* core */
div.fasterlink { width: 980px; margin: 0 auto; text-align: left; padding-top: 10px; border-top: 2px #313140 solid; clear: both; height: 295px; }
div.fasterlink p { padding-left: 30px; line-height: 24px; color: white; }
div.fasterlink h5 { padding-left: 30px; line-height: 40px; color: #fff100; }
div.fasterlink dl.other { line-height: 24px; width: 152px; float: left; margin-left: 10px; }
div.fasterlink dl.other dt { padding-left: 10px; font-weight: bold; color: #000000; font-size: 14px; }
div.fasterlink dl.other dd { padding-left: 10px; }
div.fasterlink dl.other dd a, div.fasterlink dl.other dd a:hover, div.fasterlink dl.other dd a:visited { color: #333333; line-height: 24px; }
.progress { height: 14px; overflow: hidden; background-color: #f5f5f5; border-radius: 7px; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1) }
.progress-bar { color: #fff; float: left; background-color: #0a0; display: inline-block; font-size: 12px; line-height: 14px; text-align: center }
.progress-bar:after { content: "\3000" }
.progress .progress-bar:last-child { border-radius: 0 7px 7px 0 }
.progress-big { height: 26px; border-radius: 13px }
.progress-big .progress-bar { font-size: 14px; line-height: 26px }
.progress-big .progress-bar:last-child { border-radius: 0 13px 13px 0 }
.progress-small { height: 6px; border-radius: 3px }
.progress-small .progress-bar { font-size: 6px; line-height: 6px }
.progress-small .progress-bar:last-child { border-radius: 0 3px 3px 0 }
.progress-bar.bg-back, .progress-bar.bg-mix, .progress-bar.bg-white { color: inherit }
