@font-face {font-family: "iconfont";
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.player_control_iconfont {
    font-family:"iconfont" !important;
    font-size:28px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.player_control_iconfont:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: radial-gradient(30% 30%, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, 0));
    border-radius: 50%;
    opacity: 0;
    /*box-shadow: 0 0 6px hsla(0, 0%, 100%, .4);*/
    transition: opacity .4s ease-in-out
}
.player_control_iconfont_volumn:after{
    background: radial-gradient(30% 30%, rgba(255,255,255,.6), rgba(0,0,0,0));
}

 .player_control_iconfont:hover:after {
    opacity: 1;
    cursor: pointer
}
#container {
    position: relative;background: #000; z-index: 0;overflow: hidden;font-size:0;
    width: 800px;
}
.video_container {
	display:inline-block;
	position:relative;
    width: 100%;
    height: 100%;
    background: #000;   
}

#customVideo {
	width: 100%;
    height: 100%;
    background: #000;
}

.poster {
	position: absolute;
    top: 0;
    left:0;
    right:0;
    margin:auto;
	width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain;
     pointer-events: none;
}
/* .player_control_iconfont {
    font-family: player-iconfont!important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 30px;
    color: #fff
} */

.bitrate_tips{
	position: absolute;
    left: 20px;
    bottom: 55px;
    height: 44px;
   	line-height: 44px;
    color: #fff;
    background-color: rgba(48, 40, 44, .5);
}

.phone_nettips{
	position: absolute;
    top: 0;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    height: 20px;
    color: #fff;
    background-color: rgba(48, 40, 44, .5);
}

.player_control{
	/*
    position: relative;
    margin-left:20px;
    margin-right:20px;
    */
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 55px;
    background-color: rgba(48, 40, 44, .5);
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    transition: all .4s ease-in-out;
    opacity: 0;
}

.player_control:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}
.player_control_play {
    position:absolute;
    width: 30px;
    height: 30px;
    bottom:0px;
    margin: 5px;
    cursor: pointer
}
.player_control_hover_time {
	/*
    padding: 0 8px;
    */
    width: auto;
    line-height: 10px;
    text-align: center
}

 .player_control_progress {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5px;
    padding: 0;
    width: auto;
    height: 2px;
    background-color: rgba(48, 40, 44, .5);
}

 .player_control_progress_played {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /*
    background-color: #09d1b1
    */
    background-color: #fff;
}

 .player_control_progress_played:after,
 .player_control_progress_played:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 10px;
    /*
    background-color: rgba(9, 209, 177, .5);
    */
    background-color:rgba(255,255,255,.5);
    opacity: 0;
    transition: all .4s ease-in-out;
    /*
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
    */
}

 .player_control_progress_played:after {
 /*
    top: 2px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
    */
}

/* 缂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌熼梻瀵割槮缁炬儳婀遍幉鎼佹偋閸繄鐟ㄧ紓浣哄С閸楁娊寮婚悢鍏尖拻閻庨潧澹婂Σ顕�姊哄Ч鍥э拷銈夊闯閿濆钃熼柣鏃囨閻瑩鏌涢…鎴濇珮闁告柨顦扮换娑氾拷娑櫭▓鐘绘煕婵犲啰澧遍柟骞垮灩閳藉濮�閻樻鍚呴梻浣筋嚙缁绘垵顪冮幐搴ｎ洸妞ゅ繐鐗勯敓鎴掔閳诲酣骞樼�涙ɑ顏熼梻浣芥硶閸ｏ箓骞忛敓锟� */

.player_control_progress_buffer {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .2);
}

.player_control_progress_buffer:after,
.player_control_progress_buffer:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 10px;
    opacity: 0;
    background-color: hsla(0, 0%, 100%, .2);
    transition: all .4s ease-in-out;
    /*
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
    */
}

.player_control_progress_buffer:after {
	/*
    top: 2px;
    
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
    */
}

/* 闂傚倸鍊搁崐椋庣矆娓氾拷楠炴牠顢曚綅閸ヮ剦鏁冮柨鏇嫹闁汇倗鍋撶换婵囩節閸屾稑娅ч梺娲诲幗閻熲晠寮婚悢鐚存嫹閻㈡鐒炬い搴㈡崌閺岀喖鎮滅粵瀣棖闂佺懓寮堕幐鍐茬暦閻旂⒈鏁冮柣鏂挎憸娴滅偤姊虹拠鎻掝劉妞ゆ梹鐗犲畷浼村冀椤撶喎浜繝闈涘�婚…鍫ュ及閵夆晜鐓曢柡鍥ュ妼閻忕姷绱掗敓浠嬪礃椤旂晫鍘电紓浣割儏濞硷繝顢撳Δ浣典簻闊洦鑹鹃悡鎰磼缂佹绠為柟顔荤矙濡啫霉鐠佸湱鎮奸柣銉邯瀵墎鎹勯妸鎰╁灮閹喖鈻庨幘瀵稿幍闂備緡鍙忕粻鎴﹀礉閿曞倹鐓涢柛鎰╁妿婢ф洜鐥幆褍鎮戠紒缁樼☉鑿愭い鎺炴嫹闁绘帒鎼湁婵犲﹤鎳庢禒閬嶆煛娴ｈ宕岄柟顔煎⒔娴狅妇绱掗～顓熷煕闂傚倷鑳堕幊鎾诲吹閺嶎厼绠柨鐕傛嫹 */
.player_control_progress_total {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .2);
}

.player_control_progress_total:after,
.player_control_progress_total:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    transition: all .4s ease-in-out
    /*
    -webkit-transform: translateY(19px);
    transform: translateY(19px)
    */
}

.player_control_progress_total:after {
	top:0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
    
} 

.player_control_progress:hover>.player_control_progress_buffer:after,
.player_control_progress:hover>.player_control_progress_buffer:before,
.player_control_progress:hover>.player_control_progress_played:after,
.player_control_progress:hover>.player_control_progress_played:before {
    opacity: 1;
    /*
    -webkit-transform: translate(0);
    transform: translate(0)*/
}
.play_control_pregressText {
   position:absolute;bottom:0px;left:40px; font-size: 14px;width:120px;line-height: 40px;color:#fff;text-align:center;
}

.play_control_durationText {
	bottom:0px;font-size: 14px; width:60px;line-height: 40px;color:#fff;
	position:absolute;right:195px; text-align:center;opacity:0;
}

.player_control_logo {
    display: inline-block;
    float: right;
    margin-right: 10px;
    line-height: 42px;
}

.player_control_fullscreen {
    position:absolute;
    right:0px;
    bottom:0px;
    width: 30px;
    height: 30px;
    margin: 5px 10px;
    cursor: pointer
}

/* 濠电姷鏁告慨鐢割敊閺嶎厼绐楁俊銈忔嫹闁伙絿鍏樺畷绋课旈敓钘夘啅濠靛洢浜滈柟鐐墯濡狙呯磽瀹ュ嫮绐旂�殿喖顭烽弫鎰緞婵犲倸鏁ら梻浣圭湽閸ㄥ綊鎮樺璺虹；鐟滃繒妲愰幘瀵哥懝闁搞儜鍕憾婵犳鍠栭敃銈夆�﹂悜鐣屽祦闊洦绋掗崑鎰版偣閸ヮ亜鐨烘い鏂跨焸濮婅櫣娑甸崪浣告異闂佺顑呴幊姗�濡撮崘鈺冪瘈闁搞儜鍡樻啺婵犵數鍋為崹顖炲垂閸︻厾涓嶉柟鎯板Г閻撴瑩鏌ｉ幇闈涘濠⒀屽灦閺屻劑鎮㈢拠娈嬫挾绱掗鍏兼崳婵″弶鍔欓獮鎺楀籍閸屾粣绱叉繝纰樻閸ㄥ崬煤濮楋拷瀹曞綊宕稿Δ鍐ㄧウ闂佺硶鍓濈粙鎴犵尵瀹ュ鐓曟い鎰╁�曢弸鎴炵箾閸涱厽顥㈡慨濠冩そ瀹曟姊荤壕瀣劵闂備胶顭堢�涒晠骞愰幎鐣屽祦闊洦渚楅弫鍐煥濠靛棙宸濇い鏃�娲熷娲偡闁箑娈堕梺绋款儑閸嬬喐绂嶉幖渚囨晣闁靛骏绱曢崣鍡涙⒑閸濆嫭澶勯柨姘舵煕閺冿拷瀹�鎼佸箺閸洘鏅查柛婊�鑳堕崬鐢告煟閻樿崵绱版繛鍜冪秮閹﹢鏌嗗鍡欏幗濡炪倖鎸鹃崑鐐核夐姀銈嗙厸閻忕偛澧介埥澶愭煃鐟欏嫬鐏寸�规洖宕灃濠电姳鑳剁壕鑽ょ磽閸屾艾锟介绮堟笟锟借棟妞ゆ牜鍋涘洿闂佸綊妫跨粈渚�鎷戦悢鍝ョ闁瑰瓨鐟ラ悘鈺冪磼閻樺搫鍚归柨鐔凤拷鐕佹綈婵炲弶鐗曢埢鏃堟晝閸屾稒娅滄繝銏ｆ硾椤戝懘鏁撻悾灞炬毈闁哄本鐩垾锕傚箣濠靛懐鐩庨梻浣告啞缁诲啫顪冩禒瀣摕闁炽儱纾弳鍡涙倵閿濆骸澧伴柡鍡愬�濋幃妤冩喆閸曨剛顦ラ梺闈涚墛閹倿鐛崘顔碱潊闁挎稑瀚板顔界節閵忥絾纭炬い鎴濇椤㈡瑩骞囬悧鍫氭嫽闂佺鏈悷褏绮ｉ弮锟界换娑㈡嚌閺夊灝鎯為梺鐟板槻缂嶅﹪骞冮姀銈嗗亗閹艰揪缍嗗Σ鐑芥⒑绾懎浜归悶娑栧劚椤﹨顦圭�殿喗鎮傚顕�宕奸悢鍝勫箥闂佽娴烽弫鎼佲�﹂崼鐔侯浄闁挎洩鎷烽棁澶嬬節瑜嶉悘婵嬫晸閼恒儳澧遍柟骞垮灩閳藉濮�閻樻鍚呴梻浣筋嚙缁绘垵顪冮幐搴ｎ洸妞ゅ繐鐗勯敓鎴掔閳诲酣骞囬鍓ф闂備焦鎮堕崕顖炲礉鎼淬劌鍌ㄩ柛妤冨亹閺�浠嬫煟濡鍤嬬�规悶鍎甸弻娑㈡偆娴ｅ摜浠╅梺鎸庢磸閸ㄤ粙骞冭瀹曠厧顭ㄩ崨顖滄毎闂傚倷鑳剁划顖炲礉閺嶎兙浜归柛鎰靛枟閺呮悂鏌﹀Ο渚Ш濞寸姰鍨洪妵鍕敃閵忋垻顔夌紓浣虹帛缁诲倿锝炲┑瀣垫晣闁绘柨澹婃禒褔姊婚崒娆愮グ婵炲娲熷畷鎶芥晝閸屾氨顔嗛梺璺ㄥ櫐閹凤拷 */
.player_control_hint {
    display: none;
    position: absolute;
    left:0;
    bottom: 13px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(48, 40, 44, .5);
}

.player_control_hint:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top:6px;
    /*
    margin: 12px 0 0 -1px;
    */
    width: 2px;
    height: 10px;
    background: #fff;
}

.player_control_hint:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(48, 40, 44, .5)
}

/* hover/click for mouse handle */
 .player_control_click {
    z-index: 6;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -5px;
    cursor: pointer
}

.streams_video_select{
	position:absolute; right:195px;top:15px;width: 100px;
    cursor: pointer;
}

.playbackrate_select{
	position:absolute; right:300px;top:15px;width: 100px;
    cursor: pointer;
}


.edalbum_back{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background: hsla(0,0%,100%,.3);
}

.edalbum_content{
	position:absolute;
	left:55px;
	top:55px;
	bottom:55px;
	right:45px;
	white-space:nowrap; 
	overflow-y:auto; 	
	
}
.edalbum_content::-webkit-scrollbar {
    display:none;
    width:0; 
    height:0;
}

.edalbum_hidden{
	display:none;
}

.wrappadding{
	/*ul 婵犳鍠楃敮妤冪矙閹烘せ锟斤箓宕奸妷顔芥櫍闂佽法鍣﹂幏锟�40pxpadding-left*/
    padding: 0;
}


.edalbum ul{
    height:100%;
    width:100%; 
	text-align:center;	
	list-style-type: none;
}

.wrapper:after{
	 display:block;
     content:"";
     clear:both;
}


.edalbum li{
	list-style-type: none;
	text-align:center;
	/*
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    
    width:calc(20vw + 10px);
    height:calc(20vw *9/16  + 30px);
    */
    width:calc(25%);
    height:calc((25vw - 25px)*9/16 + 30px);
    float:left;
    padding-right:10px;
	padding-bottom:10px;  
}

.edalbumimg{
	/*闂備浇宕甸崰鎰版偡鏉堚晛绶ゅù鐘差儏缁愭鏌涘Δ渚�鈹廹 濠电姷鏁搁崑娑欏緞閸ヮ剙绀堟繝闈涙４閼板灝銆掑鐐閻庢鍠氶弲顐﹀箟閹绢喖绀嬫い鎰╁�戦崑濡塱 padding闂備浇宕垫慨鎾敄閸涙潙鐤い鏍仜濮规煡鏌ㄥ┑鍡橆棡濠殿垰顕敓钘夌畭閸庡崬煤閵娾晛鍑犻柨鐕傛嫹*/
	width:100%;
	height:calc(100% - 20px);
	overflow:hidden;
}

.edalbum li img{
	height:calc(100%);
	cursor: pointer;
}

.edalbum li p{	
	width:100%;
    color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(48, 40, 44, .5);
}

.edalbump{
	 color: #fff;
	 font-size:20px;
	 margin:0px;
	/* border-bottom:1px solid #fff;*/
}

.edalbump p{
	width:100px;
}

.edalbump img{
	position:absolute;
	width:30px;
	height:30px;
	right:10px;
	top:0;
	cursor: pointer;
}

.dropdown-menu{
	min-width:100px !important;
	text-align:center;
    background-color: rgba(48, 40, 44, .5);	
    line-height:40px;
    margin-bottom: 15px !important;
}

.li_menu_item{
	color:rgba(255, 255, 255, .5);
}

.blue{
	color:#fff;
	background-color: rgba(48, 40, 44, .5);
}
.btn-group{
	width:100px;
}
.btn.btn-default.dropdown-toggle{
	width:100px;
	background-color: rgba(48, 40, 44, .5) !important;
	color:#fff !important;
}

.video_volumn{
    position:absolute;right:50px;top:33px;width:135px;background: #fff;
}
.video_volumn_head{
    position:absolute;
    top: -13px;
    color: #fff;
}
.video_volumn_total{
    position:absolute;left:35px;width: 100px;height: 4px;border-radius:4px;
    background: rgba(255,255,255,0.5);
   
}
.video_volumn_box {
    position:absolute; left:35px;width: 100px;height: 4px;z-index:6;
    cursor: pointer;
}

.video_volumn_volume {
    position:absolute; left:0px;height: 4px;
    background: #fff;
    width: 0;
}


.center_icon {
	position: absolute;
	width: 80px;
    height: 80px;
    pointer-events: none;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);   
    -moz-transform: translate(-50%, -50%);   
    -ms-transform: translate(-50%, -50%);   
    -o-transform: translate(-50%, -50%);   
    transform: translate(-50%, -50%); 
}

.percent_volume_center {
	position: absolute;
	width: 100px;
    height: 60px;
    border-radius: 5%;
    top:50%;
    left:50%;
    display:none;
    background: rgba(255,255,255,0.7);
    text-align:center;
    line-height:60px;
    -webkit-transform: translate(-50%, -50%);   
    -moz-transform: translate(-50%, -50%);   
    -ms-transform: translate(-50%, -50%);   
    -o-transform: translate(-50%, -50%);   
    transform: translate(-50%, -50%);
}
.water_mark{
	position: absolute;
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: initial;
	pointer-events: none;
	z-index: 100;
}