/*video*/
@font-face {font-family: 'videoIconfont';
    src: url('/fonts/video.eot'); /* IE9*/
    src: url('/fonts/video.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/video.woff') format('woff'), /* chrome、firefox */
    url('/fonts/video.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('/fonts/video.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.videoIconfont{
    font-family:"videoIconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

input{border: 0;outline: none;}
.playHeader {
    margin: 0px auto;
    margin-top: 20px;
    position: relative;
    width: 50%;
    min-width: 600px;
    height: 48px;
    background: url(/Content/images/playheader.jpg) repeat-x;
    border-radius: 3px 3px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.playHeader .videoName{
	font-size: 16px;
	/*width: 400px;*/
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	color: #7a7f82;
}
.playList {
    margin: 0px auto;
    margin-top: 30px;
    position: relative;
    width: 50%;
    min-width: 600px;
    border: 1px solid #CCC;
    border-radius: 3px 3px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.playList .movieTitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    margin-bottom:10px;
    color: #7a7f82;
    background: url(/Content/images/playheader.jpg) repeat-x;
}
.playList .movieTitle span{
    font-size: 12pt;
    margin-left:20px;
}
.playList .movieBody{
    font-size: 10pt;
}
.playList .movieBody button{
    margin:5px 5px 10px 5px;
    border: 1px solid #CCC;
    height:28px;
    width:90px;
    cursor:pointer;
}
.video-box{
    background-color: #2a2a2a;margin:0px auto;position:relative;width: 50%;min-width:600px;height:50%;
    -webkit-user-select:none;-moz-user-select: none; -khtml-user-select: none; user-select: none;}

.video-text{    text-align: center;
    /*margin-bottom: 50px;*/
    font-size: 12px;
    font-family: SimHei;
    color: #7a7f82;}
.video-box:hover .video-opt-box{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.video-box video::-webkit-media-controls-enclosure {
     /*禁用播放器控制栏的样式*/
     display: none !important;
 }
.video-opt-box{
    position: absolute;
    width: 100%;
    height: 54px;
    bottom: 0px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s ease;
    z-index: 10;
}
.video-controll{
    cursor: default;
    background-color: #2a2a2a;
    height: 40px;
}
.video-play{
    margin: 0 20px;
    cursor: pointer;
    font-size: 25px;
    line-height: 40px;
}

.video-volume{
    vertical-align: middle;
    float: right;
    margin-right: 20px;
}
.video-volume-box{
    display: inline-block;
    width: 80px;
    height: 10px;
    border-radius: 5px;
    border: 2px #c3c3c3 solid;
    transition: 1s ease;
    vertical-align: middle;
    position: relative;
    background-color: #c3c3c3;
    cursor: pointer;
}
.video-volume-logo{
    margin: 0 5px;
    cursor: pointer;
    font-size: 25px;
    line-height: 40px;
    vertical-align: middle;
}
.video-full{
    margin: 0 20px;
    cursor: pointer;
    font-size: 25px;
    line-height: 40px;
    float: right;
}
.video-prog{
    position: relative;
    width: 100%;
    height: 14px;
    cursor: pointer;
}
.video-prog-line{
    width: 100%;
    background: #ccc;
    position: absolute;
    height: 15px;
    -webkit-box-shadow: 0 0px 3px #fff;
}
.video-prog-line-finish{
    width: 0%;
    background: #1fbcfc;
    position: absolute;
    height: 15px;
    cursor: pointer;
}
.video-prog-point{
    width: 2px;
    border: 1px solid #fff;
    border-radius: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.video-volume-prog-finish{
    width: 100%;
    height: 10px;
    display: inline-block;
    background-color: #1fbcfc;
    position: absolute;
    border-radius: 5px;
}
.video-volume-point{
    width: 10px;
    height: 12px;
    position: absolute;
    bottom: -1px;
    margin-left: -5px;
    left: 100%;
}
.video-time{
    vertical-align: text-bottom;
    margin: 0 50px 0 20px;
    color: #B1B1B1;
}
.video-time em{
    color: #B1B1B1;
    font-style: normal;
}
.mid-pause{
    position: absolute;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    cursor: pointer;
}
    
.pauseIcon{
    transition: .5s ease-out;
    opacity: 1;
    display: block;
    font-size: 80px;
    transform-origin: center center;
    position: absolute;
    top: 43%;
    left: 48%;
}
