@CHARSET "UTF-8";


body{
	/*background-color: #e6e0ff;*/
	
}


.vjs-duration, 
.vjs-current-time,
.vjs-time-control ,
.vjs-time-divider
{
     display: inline-block!important; 
	 min-width:0px!important;
	 padding-left: 1px!important;
     padding-right:1px!important;
}
.vjs-remaining-time{
	display: none!important; 
	
}




.relative_container{
	
	position:relative;
}

.clear{
	
	clear:both;
}

.link_label_remove{
	text-decoration:none;
	color:inherit;
	
}
.page_desceibe_container{
	
	width:80%;
	margin:0 auto;
	margin-top:30px;
	
}

.player_container_outer{
	
	width:80%;
	margin:0 auto;
	margin-top:20px;
	
}


.items_container{
	width:80%;
	margin:0 auto;
	margin-top:35px;
	
	border:0px solid red;
	
}



.clear{
	clear:both;
	
}

.flex_vod_title>div{
	padding:15px 0px 0 0px;
	font-size:2em;
	font-weight:bolder;
}


#html5_video{
	display:block;
	width:100%;
	
}



.page_desceibe>div:nth-child(1){
	
 
  margin: 20px 0px 0px 0px;

  font-size: 1.8em;
 font-weight: bold;
  letter-spacing: 2.1px;
  text-align: center;
  color: #390277;
}

.page_desceibe>div:nth-child(2){
	
  margin: 9px 0 0px 0;
 
 font-size: 16pt;

  text-align: center;
  color: #390277;
}






.new_arrival_flag{
	display:block;
	z-index:1000;
	width:20%;
	position:absolute;
	top:0;
	left:0;
		
}



.new_arrival_date{
  
	color:#390277;
	font-size: 28px;
	height:48px;
	line-height:48px;
	
	margin-bottom:13px;
	/*vertical-align:middle;
		*/
	vertical-align:middle;
}



.new_arrival_date span{
  
	font-weight:bolder;
	margin-left:8px;
}


.new_arrival_stamp{
	display:inline-block;
	width:5px;
	height:48px;
	line-height:48px;
	
	vertical-align:middle;
	background:#390277;
	
	
	margin:0 8.8px 0 0;
	padding:0;
	
}

.new_arrival_stamp::before{
	
	
	
	
}



.by_name_sort{
	border:0px solid red;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 14pt;
	text-align: center;
	color: #272e5d;
	padding: 8px 60px 8px 62.6px;
	background-color: #beacff;
	width:fit-content;
	letter-spacing:2.6px;
	
	
}




.flex_player {
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	
}


.flex_player>div {
	
	width:100%;
	
}

.flex_video{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
		
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	
	
}


.flex_video>div:nth-child(1){
	width:75%;
	
}


.flex_video>div:nth-child(2){
	
	width:25%;
	background:#FFF;
	border:0px solid blue;
}


.flex_video_info{
	background:;
	padding:0px;
	position:relative;
}


.flex_video_info_speaker>div,
.flex_video_info_title>div,
.flex_video_info_desc>div
{
	padding:6px 10px 6px 10px;
	font-size:11pt;
}


.flex_video_info_title{
	background:#beacff;
	position:relative;
}



.draft_container{
	width:fit-content;
	/*position:absolute;
	top:6px;
	right:10px;*/
	
	font-size:11pt;
}

.draft_container span{
	
	font-size:11pt;
	
}

.draft_container>img{
	height:20px;
	vertical-align:middle;
	margin-left:1px;
}



.draft_modal *{
	

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.draft_modal{
	

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	
	
   
	background: #d8d0fa;
	
	/* border: 2px solid #d8d0fa;
	height:70%;
	max-height:70%;
	width:30%;
	*/
	
	position:absolute;
	/*
	top:15%;
	left:35%;
	*/
	z-index:2000;
	
	cursor:move;
	
}

.draft_close{
	height:30px;
	position:absolute;
	z-index:2000;
	/*top:-30px;
	left:50%;
	margin-left:-15px;
	
	*/
	
	top:15px;
	right:-20px;
	cursor:pointer;
	
}


.draft_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction:  row;
	
	flex-wrap: wrap;
	justify-content: center ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	width:100%;
	height:100%;
	border:1px solid red;
	background:#d8d0fa;
	
	
}


.draft_content{
	border:10px solid #d8d0fa;
	background:#d8d0fa;
	overflow:hidden;
	position:relative;
	
}

.draft_content>div{
	background:#FFF;
	
	/*min-height:300px;	
	height:300px;	
	max-height:500px;	
	*/
	overflow-x:auto;
	overflow-y:auto;
	
	padding:15px 10px 15px 10px; 	
}



.draft_content p{
	
	margin:0px;
	padding:0px; 	
	

	border:0px solid green;
}





.flex_video_info_title>div{
	font-size:16pt;
	text-align:center;
	padding:12px 3px 12px 3px;
	letter-spacing:0.8px;
	
}
.flex_video_info_speaker a[href]{
	color:inherit;
	text-decoration:none;
	
}
.flex_video_info_desc{
	overflow-y:auto;
	overflow-x:hidden;
	margin-top:10px;
}

.flex_video_info_desc>div p{
	margin:0;
	line-height:30px;
	font-size:12pt;
}




.flex_video>div:nth-child(2){
	
	position:relative;
	
}


.flex_video_preview{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}



.by_first_name_sort{
	border:0px solid red;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 14pt;
	text-align: center;
	color: #272e5d;
	padding: 14px 60px 14px 60px;
	background-color: #beacff;
	width:fit-content;
	letter-spacing:2.6px;
	
	float:right;
	
}

.all_last_name_container{
	margin:10px 0 30px 0;
	padding:5px;
	list-style-type:none;
	border:0px solid red;
	
}



.last_name_tag{
	width:fit-content;
	padding:1px 7px;
	font-weight:bolder;
	
	display:inline-block;
	 border: 2px solid #e6e0ff;
	 text-align:center;
	 
}


.last_name_tag:hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border: 2px solid #390277;
	background:#FFF;
	
	
}



.flex_sort{
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	width:100%;
	margin-top:10px;	
	padding:5px;
}


.flex_sort>div{
	width:fit-content;
	
	margin:5px 5px 5px 5px;
	
	
}


.flex_sort>div>a[href]>.last_name_selected{
	color:#FFF;
	background:#390277;
	border:1px solid #390277;
}


.flex_sort .last_name_next{
	width:100%!important;
	margin:10px 0 10px 0;
}


.flex_sort>div>a[href]>div{
	
	
	padding: 2.5px 11px 2.5px 12.5px;
	text-align:center;

	white-space: nowrap;
	word-break:keep-all;
	background:#F0EFF5;
	letter-spacing:1.5px;
	
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	border:1px solid #9856C0;
	overflow:hidden;
}





.flex_sort>div>a[href]>div:hover{
	
	background:#BFB6E5;
	color: #390277;
	border:1px solid #BFB6E5;
}




.flex_a_container{
	width:70%;
	margin:0 auto;	
	margin-top:35px;

}


.flex_a_container a[href]{
	
	text-decoration:none;
	color:inherit;
}




.item_title_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:90%;
	margin:0 auto;
	
	color: #390277;
	border:0px solid red;
	
}   

.items_flex_item1,
.items_flex_item2,
.items_flex_item3,
.items_flex_item4
{
	width:100%;
	
}




.public_a>div,
.items_flex_item1>div{
	padding-left:30px;
	font-size:30px;
}



.public_a{
	font-size:30px;
	color: #FFF;
	background: #390277;
	
	
}





.item_flex_filter{
	width:50%;
	

}



.items_flex_item1{
	margin-top:20px;
	font-size: 26px;
	font-weight:normal;
	/*height:85px;
	line-height:85px;*/
	line-height:40px;
	border-left:2px solid #390277;
	margin-bottom:10px;
	
	letter-spacing:4px;
	
	align-content:  center;
	
}   

.items_flex_item1 span{
	
	
	font-weight: bold;	
	margin-right:20px;
	
	
}   


.items_flex_item2{
	width:50%;

	
	font-size: 26px;
	
	margin-top:20px;
	margin-bottom:10px; 
}   

.items_flex_item2>div{
	padding-left:15px;
	font-size:14pt;
	
}

/*******************************/

.search_container{
	
	background:#C5B7EA;
	width:fit-content;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	position:relative;
	
	border:0px solid #9A95AB;
	z-index:1500;
	float:right;
	margin-right:10px;
}

.search_container form{
	
	display:inline-block;
	margin:0;
	padding:0;
	
}

.search_container>.search_container_content{
	margin:0;
	padding:7px;

}

.search_ipt_container{
	
	background:#FFF;
	margin:0;
	padding:0;
	border:0px solid red;
	display:inline-block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

.search_ipt_container input[type=text]{
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF;

	min-width:240px;
	outline:none;
	border:none;
	
	margin:0;
	padding:0;
	font-size:14pt;
	width:fit-content;

	
}
.search_ipt_container img{
	height:25px;
	border:0px solid red;
	margin:0;
	padding:0;
	
	vertical-align:bottom;
}
/*
.search_pro_show{
	cursor:pointer;
	font-size:14pt;
	 text-decoration: underline;
	
	text-align:center;

}*/

.search_pro_show{
	
	vertical-align:bottom;
	height:25px;
	
}

.search_ipt_container label{
	color:#390277;
	font-size:10pt;
}

.search_pro_container{
	position:absolute;
	bottom:0;
	right:0px;
	padding:0;
	background:#C5B7EA;
	
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

/*
border-left:1px solid #9A95AB;
border-bottom:1px solid #9A95AB;http://192.168.16.201/music/
border-right:1px solid #9A95AB;*/

}

.search_pro_container a[href]{
	display:block;
	width:100%;
	
}


.search_pro_container ul{
	
	margin:0;
	padding:0;
	list-style-type:none;
	
}

.search_pro_container ul>li{
	
	padding:10px 15px 10px 15px;
	/*margin:5px 0 5px 0;*/
	margin:0;
	
	text-align:center;
	font-size:11pt;
	cursor:pointer;
	
	border:0px solid yellow;
	
	position:relative;
	
	
}

.search_pro_container li:hover{
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3a2e5+0,d5cee8+50,b3a2e5+100 */
background: #b3a2e5; /* Old browsers */
background: -moz-linear-gradient(top,  #b3a2e5 0%, #d5cee8 50%, #b3a2e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b3a2e5 0%,#d5cee8 50%,#b3a2e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b3a2e5 0%,#d5cee8 50%,#b3a2e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a2e5', endColorstr='#b3a2e5',GradientType=0 ); /* IE6-9 */


}



.search_pro_container ul>li:first-child{
	
	padding-top:20px ;
	
}


.search_pro_container ul>li:last-child{
	
	padding-bottom:20px ;
	
	
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
	
}


.search_pro_sub_container{
	position:absolute;
	top:0;
	right:-100px;
	border:0px solid red;
	background:#C5B7EA;
	
	
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;

}

.search_pro_sub_container li{
	padding:10px 15px 10px 15px;
	/*margin:5px 0 5px 0;*/
	margin:0;
	
}

/*******************************/






.flex_b{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	
	border:0px solid green;
	
	
}

.flex_b>div{
	width:33.3%;
	margin-bottom:40px;
}

.flex_b_items_cell1 .Flex_embed_ratio_16x9:hover{
	opacity: 0.6; 
	transition-delay: 0.1s; /* delays for 1 second */
	-webkit-transition-delay: 0.1s; /* for Safari & Chrome */
}


.flex_b_items>div{
	padding:10px 10px 10px 10px;
	
	
}

.flex_b_items>div:last-child{

	
}


.flex_b_items_cell1{
	padding:0px 0 0 0px;
	position:relative;
	border: 7px solid #d8d0fa;
	
}

.flex_b_items_cell2{
	
	margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #390277;
	
	text-align:;
	
}

.flex_b_items_cell2 .vod_title{
	margin:0;
	padding:0;
	
	font-size:12pt;
}

.flex_b_items_cell2 a[href]:hover{
	
	color:gray;
}

.flex_b_items_cell2>div{
	margin:0;
	padding:0px 10px 0 10px;
	
	font-weight:bolder;
}

.tags_container{
	
	font-weight:normal;
	font-size:10.5pt;
}




.tags_span{
	
	
	font-size:10pt;
	font-weight:bolder;
	margin:0 3px 0 3px;
	color:#696969;
	/*color:#5e16bb;*/
	white-space:nowrap;


	
	
}
/*
.Nominations_stamp{
	
width:17%;
	position:absolute;
	top:-10%;
	left:-15px;
	z-index:1200;
	
}*/
.badge_container{
	
	width:auto;
	position:absolute;
	top:-10%;
	left:-15px;
	z-index:1200;
	
}
.badge_container img{
	width:15%;
	display:inline-block;
	margin-right:5px;
}

.come_from{
	
	background-color: #5e16bb;
    padding: 3px 8px 3px 8px;
    font-size: 10pt;
    
    text-align:center;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
	
	position:absolute;
	top:3%;
	right:3%;
	z-index:1200;
	opacity: 0.8;
}



.view_more{
	width:100%;
	height: 66px;
	line-height:66px;
	vertical-align: baseline;
    font-size: 16px;
   
	
	
	text-align:center;
	background: #5e16bb;
	color:#FFF;
	
	cursor:pointer;
}

.view_more>a{

	text-align: center;
	letter-spacing: 4px;
	color:#FFF;
	
	cursor:pointer;
	
}

.view_more:hover{
	background: #8c5de5;
	
}







@media (max-width: 1024px) {
	
	
	/*
	.draft_modal{
	
		border: 2px solid #d8d0fa;
		background: #d8d0fa;
		
		
		height:70%;
		max-height:70%;
		width:86%;
		
		position:fixed;
		top:15%;
		left:7%;
		
		
		z-index:2000;
		
	}
		*/
	
	
	
	.items_flex_item1>div{
		font-size: 20px;
	}
	
	
	
	
	
	
	/********search*******/
		
	.search_pro_container{
		position:relative;
		width:100%;
		top:0;
		left:0;
		bottom:0;
		right:0;
		padding:0;
		background:#C5B7EA;
		
		
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;

	/*
	border-left:1px solid #9A95AB;
	border-bottom:1px solid #9A95AB;http://192.168.16.201/music/
	border-right:1px solid #9A95AB;*/

	}

	.search_pro_container ul{
		
		margin:0;
		padding:0;
		list-style-type:none;
		
	}

	.search_pro_container ul>li{
		
		padding:10px 0px 10px 0px;
		/*margin:5px 0 5px 0;*/
		margin:0;
		
		text-align:center;
		font-size:12pt;
		cursor:pointer;
		
		border:0px solid yellow;
		
		position:relative;
		
		
	}

	.search_pro_sub_container{
		
		position:relative;
		top:0;
		left:0;
		bottom:0;
		right:0;
		border:0px solid red;
		background:#C5B7EA;
		
		
		-webkit-border-radius: 8px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 8px;
		-moz-border-radius-topleft: 0;
		border-radius: 8px;
		border-top-left-radius: 0;

	}

	.search_pro_sub_container ul{
	
		margin:15px 0 15px 0;
		
		
	}
	
	.search_pro_sub_container li{
		padding:10px 15px 10px 15px;
		/*margin:5px 0 5px 0;*/
		margin:0;
		
	}
	
	
	
	
	/********search*******/
	
	
	
	

	
	
	.new_arrival_flag{
	display:block;
	z-index:1000;
	width:15%;
	position:absolute;
	top:0;
	left:0;
			
	}

		
	
	.item_title_flex{
		
		
		display:flex;
		/*flex-direction: row;*/
		flex-direction: row;
		
		flex-wrap: wrap;
		justify-content: flex-start ;
		/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
		
		align-items: center ;
		/*align-items: flex-start | flex-end | center | baseline | stretch;*/
		
		/*
		align-self:  單行
		align-content:   多行版本
		flex-start | flex-end | center | space-between | space-around | stretch;
		*/
		
		width:100%;
		margin:0 auto;
		
		color: #390277;
		border:0px solid red;
		
	}  
		
	
	
	.player_container_outer{
	
		width:95%;
		margin:0 auto;
		margin-top:20px;
	
	}
	
	
	.flex_video>div:nth-child(1){
		width:100%;
		
	}


	.flex_video>div:nth-child(2){
		
		width:100%;
		background:#FFF;
		border:0px solid blue;
	}
	

	
	
	.flex_a{
		margin-bottom:30px;
		
	}
	
	.new_arrival_date{
	  
		color:#390277;
		font-size: 16pt;
		height:38px;
		line-height:38px;
		
		margin-bottom:0px;
		/*vertical-align:middle;
		font-weight:bolder;*/
		vertical-align:middle;
	}


	.new_arrival_stamp{
		display:inline-block;
		width:5px;
		height:38px;
		line-height:38px;
		
		vertical-align:middle;
		background:#390277;
		
		
		margin:0 4px 0 0;
		padding:0;
		
	}
	

	.by_first_name_sort{
		
		font-size: 12pt;
		
	}
	
	.flex_a_container{
	
		
		width:100%;
		
		
	}
	
	.items_flex_item2>div,
	.items_flex_item1>div,
	.item_title_flex>div{
		width:100%;
		padding-left:0px;
	}
	
	.items_flex_item2>div,
	.items_flex_item1>div{
		padding-left:10px;
		
	}

	.items_flex_item1>div
	{
		
		font-size: 20px;
		font-weight:normal;
		border-left:2px solid #390277;
		
		line-height:27px;
		
	}   
	
	.items_flex_item2
	{
		
		font-size: 16px;
	
	}   
	
	
	.items_flex_item1 span{
		
		
		font-weight: bold;	
		margin-right:0;
		
		
	}   
	
	
	
	
	.flex_b>div{
		width:100%;
		margin-bottom:20px;
	}
	
		
}



/* iPad   landscape */
@media all 
and (width: 1024px) 
and (height: 768px) 
and (orientation:landscape)
{
		
	


}



/* iPad  portrait */
@media all 
and (width: 768px) 
and (height: 1024px) 
and (orientation:portrait)
{
		
	

}


/* iPad Pro   landscape */
@media all 
and (width: 1366px) 
and (height: 1024px) 
and (orientation:landscape)
{
	

	


}