@charset "UTF-8";

body {
	background-color: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
	font: 12px "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
	text-align: center; 
}
.flowplayer, .flowplayer.is-playing {
	width: 100%;
	/*height: 100%;*/
    max-width: inherit;
    max-height: 100%;
	border: none;
	background-color: #000;
	overflow: hidden;
}
.flowplayer.is-splash .fp-ui, .flowplayer.is-splash.is-paused .fp-ui, .flowplayer.is-poster .fp-ui, .flowplayer.is-poster.is-paused .fp-ui {
	background-image: url(img/litv_play.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
}
.flowplayer.is-splash .fp-ui, .flowplayer.is-splash.is-paused .fp-ui {
	background-size: 65px;
}
.flowplayer.litv-finished .fp-ui  { 
	background-image: url(img/litv_finish.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.flowplayer .fp-message, .flowplayer .fp-engine, .flowplayer.is-finished, .flowplayer.is-error, .flowplayer.is-finished .fp-ui { 
	background-color: #000;
}
.flowplayer.is-finished .fp-ui, flowplayer.is-loading .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseout.is-paused.is-more .fp-ui, .flowplayer.is-mouseout.is-paused.is-error .fp-ui, .flowplayer.is-more.is-touch .fp-ui {
	background-image: none;
}
.flowplayer.is-finished .fp-ui {
	background-size: 100% auto;
}
.flowplayer.is-more.litv-finished .fp-ui, .flowplayer.litv-finished.is-mouseout.is-paused .fp-ui, .flowplayer.litv-finished.is-mouseover.is-paused .fp-ui {
	background-image: url(img/litv_finish.png);
}

/* Wait */
.flowplayer .fp-waiting {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -29px;
}

/* Fullscreen */
.flowplayer .fp-timeline {
  margin-right: 270px; 
  background: rgba(238,238,238,0.4);
  
}
.no-volume.no-mute.flowplayer .fp-timeline {
  margin-right: 165px; 
  
}
.flowplayer .fp-remaining, .flowplayer .fp-duration {
  right: 225px; 
  
}
.no-mute.no-volume.flowplayer .fp-remaining, .no-mute.no-volume.flowplayer .fp-duration {
  right: 120px; 
}
.flowplayer .fp-embed {
  right: 10px; 
  
}
.flowplayer .fp-embed-code {
  right: 47px; 
}

/* Controlbar */
.flowplayer.is-mouseout .fp-controls {
	transition: none;
	animation: none;
}
.flowplayer .fp-embed, .flowplayer .fp-help {
	display: none;
}
.flowplayer .fp-progress {
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
	background: -webkit-linear-gradient( 90deg, rgb(146,72,152) 0%, rgb(117,124,187) 100%); 
 	background: -o-linear-gradient( 90deg, rgb(146,72,152) 0%, rgb(117,124,187) 100%); 
    background: -moz-linear-gradient( 90deg, rgb(146,72,152) 0%, rgb(117,124,187) 100%);
    background: linear-gradient( 90deg, rgb(146,72,152) 0%, rgb(117,124,187) 100%);
	
}
.flowplayer .fp-title, .flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-close, .flowplayer .fp-embed, .flowplayer.aside-time .fp-time {
	background: none;
}
.flowplayer.is-mouseover .fp-controls, .flowplayer.is-mouseout .fp-controls {
	left: 0;
	right: 0;
	height: 44px;
	bottom: 0;
	background: -webkit-linear-gradient(-180deg, rgba(255,255,255,0) 0%, rgba(18,23,23,0.3) 50%, rgba(18,23,23,0.8) 100%); 
 	background: -o-linear-gradient(-180deg, rgba(255,255,255,0) 0%, rgba(18,23,23,0.3) 50%, rgba(18,23,23,0.8) 100%); 
    background: -moz-linear-gradient(-180deg, rgba(255,255,255,0) 0%, rgba(18,23,23,0.3) 50%, rgba(18,23,23,0.8) 100%);
    background: linear-gradient(-180deg, rgba(255,255,255,0) 0%, rgba(18,23,23,0.3) 50%, rgba(18,23,23,0.8) 100%);
	z-index: 20;
}
.flowplayer.is-mouseover .fp-controls .fp-timeline, .flowplayer.is-mouseout .fp-controls .fp-timeline {
	border-radius: 3px;
	top: 0;
	height: 4px;
	left: 10px;
	right: 10px;
	position: absolute;
	margin: 0;	
}
.flowplayer.is-mouseout.is-fullscreen .fp-controls .fp-timeline {
	top: 0;
	height: 4px;
	left: 0;
	right: 0;
}
.flowplayer.is-mouseover .fp-controls .fp-timeline:hover, .flowplayer.is-mouseout .fp-controls .fp-timeline:hover {
	height: 6px;
	top: -1px;
}
.flowplayer.is-splash .fp-controls .fp-timeline, .flowplayer.is-splash.is-paused .fp-controls .fp-timeline, .flowplayer.is-poster .fp-controls .fp-timeline, .flowplayer.is-poster.is-paused .fp-controls .fp-timeline {
	border-radius: 0;
	top: -4px;
	height: 4px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0;
}
.flowplayer .fp-time {
	text-shadow: none;
	line-height: 29px;
	height: 29px;
	position: absolute;
	bottom: 7px;
	color: #ddd;
	z-index: 2;
	cursor: default;
}
.flowplayer .fp-time em {
	bottom: auto;
    height: 29px;
	width: 45px;
    line-height: 29px;
	color: #ddd;	
}
.flowplayer .fp-elapsed, .flowplayer.play-button .fp-elapsed {
	left: 35px;
}
.flowplayer.is-touch .fp-elapsed, .flowplayer.is-touch.play-button .fp-elapsed {
	left: 40px;
}
.flowplayer .fp-remaining, .flowplayer .fp-duration {
	left: 79px;
	right: auto;
}
.flowplayer.is-touch .fp-remaining, .flowplayer.is-touch .fp-duration {
	left: 84px;
	right: auto;
}
.flowplayer .fp-remaining, .flowplayer .fp-duration:before {
	content: "/";
	padding: 0 6px 0 12px;
}
.flowplayer .fp-play, .flowplayer .fp-volume, .flowplayer .fp-mute, .flowplayer .fp-fullscreen  {
	z-index: 21;
	height: 29px;
	width: 29px;
    line-height: 29px;
	position: absolute;
	top: auto;
	left:auto;
	right: 0;	
}
.flowplayer .fp-controls .fp-play, .flowplayer.is-mouseover .fp-controls .fp-play, .flowplayer.is-mouseout .fp-controls .fp-play   {
	left: 10px;
	bottom: 7px;
	background: none;
	transition: none;
}
.flowplayer .fp-fullscreen  {
	right: 55px;
	bottom: 7px;
}
.flowplayer.is-touch .fp-fullscreen  {
	right: 60px;
}
.flowplayer.is-mouseout .fp-menu  {
	transition: none;
	
}
.flowplayer .fp-mute:before, .flowplayer .fp-fullscreen:before, .flowplayer .fp-play:before {
    height: 29px;
	width: 29px;
    line-height: 29px;
    text-align: center;
	z-index: 3;
	bottom: 0;
	left: 0;
	position: absolute;
}	
.flowplayer.is-paused.is-mouseover .fp-title {
	overflow:hidden;
}
.flowplayer.is-paused.is-mouseover .fp-timeline {
	margin:0;
}
.flowplayer .fp-brand {
	display: block;
	width: 37px;
	height: 22px;
	position: absolute;
	bottom: 10px;
	right: 12px;
	z-index: 4;
	background: url(img/litv_brand.svg) center no-repeat;
	opacity: 1.0;
}
.flowplayer.is-mouseover .fp-fullscreen, .flowplayer.is-mouseover .fp-controls .fp-volume, .flowplayer.is-mouseover .fp-controls .fp-play, .flowplayer.is-ready.is-muted .fp-volume, .flowplayer.is-ready.is-muted .fp-mute {
	opacity: 0.7;
}
.flowplayer .fp-menu:hover, .flowplayer .fp-brand:hover, .flowplayer .fp-brand:hover, .flowplayer.is-mouseover .fp-controls .fp-fullscreen:hover,  .flowplayer.is-mouseover .fp-fullscreen:hover,  .flowplayer.is-mouseover .fp-controls .fp-mute:hover, .flowplayer.is-mouseover .fp-controls .fp-play:hover, .flowplayer.is-ready.is-muted .fp-volume:hover, .flowplayer.is-mouseover .fp-controls .fp-volume:hover, .flowplayer.is-mouseover .fp-controls .fp-menu:hover, .flowplayer.is-mouseout .fp-elapsed, .flowplayer.is-mouseout .fp-duration, .flowplayer.is-mouseout .fp-remaining, .flowplayer.is-mouseout .fp-brand, .flowplayer.is-mouseout .fp-time {
	opacity: 1.0;
}
.flowplayer.is-more .fp-brand, .flowplayer .fp-buffer {
	opacity: 0;
}
.flowplayer.is-mouseout .fp-volume, .flowplayer.is-mouseout .fp-fullscreen, .flowplayer.is-mouseout .fp-play {
	opacity: 0.7;
	display: block;
}
.flowplayer.is-mouseout.is-fullscreen .fp-volume, .flowplayer.is-mouseout.is-fullscreen .fp-fullscreen, .flowplayer.is-mouseout.is-fullscreen .fp-play, .flowplayer.is-mouseout.is-fullscreen .fp-brand, .flowplayer.is-mouseout.is-fullscreen .fp-menu, .flowplayer.is-mouseout.is-fullscreen .fp-time {
	opacity: 0;
}
.flowplayer.is-loading .fp-fullscreen {
	display: none;
}
.flowplayer.is-mouseout .fp-fullscreen {
	transition: none;
}
.flowplayer .fp-timeline-tooltip {
	bottom: 53px;
	background: rgba(0,0,0,0.65);
	color: #ddd;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.flowplayer .fp-timeline-tooltip:before {
	border-top:5px solid #3c3c3c;
	opacity: 0.6;
}
.flowplayer.is-touch .fp-timeline, .flowplayer.is-mouseover .fp-timeline, .flowplayer.is-paused.is-mouseover .fp-timeline {
	overflow:visible;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-mouseover .fp-progress:before, .flowplayer.is-mouseover .fp-progress:after, .flowplayer.is-mouseover .fp-progress:before, .flowplayer.is-paused.is-mouseover .fp-progress:after,.flowplayer.is-paused.is-mouseover .fp-progress:before {
	content:'';box-sizing:border-box;
	display:block;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	position:absolute;
	right:-5px;	
}
.flowplayer .fp-controls .fp-timeline:hover .fp-progress:before, .flowplayer.is-touch .fp-progress:before, .flowplayer.is-touch .fp-progress.animated:before {
	background-color: #fff;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	top: -4px;
	box-shadow: none;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after, .flowplayer.is-touch.is-mouseover.is-paused .fp-progress:after, .flowplayer.is-touch.is-mouseover.is-paused .fp-progress:before {
	display: none;
}
.flowplayer.is-paused.is-mouseover .fp-progress:before, .flowplayer.is-touch.is-mouseover.is-paused .fp-progress:before { 
	display:block;
}

/* Menu */
.flowplayer .fp-menu, .flowplayer.is-mouseover .fp-menu {
	opacity: 0.7;
	display: none;
    width: 29px;
	right: 87px;
	bottom: 7px;
	margin: 0;
	padding: 0;
	position: absolute; 
}
.flowplayer.is-touch .fp-menu {
	right: 98px; 
}
.flowplayer .fp-menu:before {
	line-height: 29px; 
	height: 29px;
	content: "\e994";
	font-size: 15px; 
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	bottom: 0;
}
.flowplayer .fp-menu ul {
	opacity: 0;
	display: none;
}

/* Volume */
.flowplayer .fp-volume {
	right: 101px;
	bottom: 7px;
	z-index: 3;
}
.flowplayer .fp-volumeslider {
	height: 4px;
	width: 39px;
	border-radius: 3px;
	background: rgba(238,238,238,0.4);
	position: absolute;
	top: 11px;
}
.flowplayer .fp-volumelevel {
	height: 4px;
	width: 0;
	background: #fff;
	border-radius: 3px;
}
.flowplayer .fp-mute {
	left: -34px;
	bottom: 2px;
}
.flowplayer .fp-mute:before {
	font-size: 17px;
}

/* Logo */
.flowplayer .fp-logo {
	position: absolute;
	right: 9px;
	top: 9px;
	left: auto;
	bottom: auto;
	width: 13%;
	opacity: 0;
	display: block;
	background-size: 100%;
	background-position: top right;
	-webkit-transition:opacity .1s .2s;
	-moz-transition:opacity .1s .2s;
	transition:opacity .1s .2s;	
	z-index: 14;	
}
.flowplayer .fp-logo a:after {
	content: url(img/litv_logo.svg);
	width: 100%;
	height: auto;
}
.flowplayer.is-playing .fp-logo, .flowplayer.is-poster.is-paused .fp-logo, .flowplayer.is-paused .fp-logo, .flowplayer.is-touch.is-paused .fp-logo {
	opacity: 1.0;
}
.flowplayer.is-ad .fp-logo, .flowplayer.is-more .fp-logo, .flowplayer.is-touch.is-paused.is-more .fp-logo, .flowplayer.is-finished .fp-logo {
	opacity: 0;
}

/* Sponsor */
.flowplayer .fp-sponsor {
	position: absolute;
	right: 9px;
	top: auto;
	left: auto;
	bottom: 44px;
	width: 13%;
	opacity: 0;
	display: none;
	background-size: 100%;
	background-position: bottom right;
	-webkit-transition:opacity .1s .2s;
	-moz-transition:opacity .1s .2s;
	transition:opacity .1s .2s;	
	z-index: 18;
}
.flowplayer .fp-sponsor a:after {
 	content: url(img/logo2_600x400-01.svg); 
 	/* content: url(img/sponsor_miyue-1.svg); */
	width: 100%;
	height: auto;
}
.flowplayer.is-playing .fp-sponsor, .flowplayer.is-poster.is-paused .fp-sponsor, .flowplayer.is-paused .fp-sponsor, .flowplayer.is-touch.is-paused .fp-sponsor {
	opacity: 1.0;
}
.flowplayer.is-ad .fp-sponsor, .flowplayer.is-more .fp-sponsor, .flowplayer.is-touch.is-paused.is-more .fp-sponsor, .flowplayer.is-finished .fp-sponsor, .flowplayer.is-error .fp-sponsor {
	display: none;
}
.flowplayer.is-splash .fp-sponsor, .flowplayer.is-poster .fp-sponsor, .flowplayer.is-mouseout.is-fullscreen .fp-sponsor {
    bottom: 9px;
}

/* Title */
.flowplayer .fp-title {
	display: none;
}
.error .title, .flowplayer .fp-list {
	display: none;
	opacity: 0;
    text-align: left;
    height: 44px;
    color: #ddd;
	font-size: 13px;
	max-width: 100%;
	line-height: 34px;
	z-index: 13;
	position: absolute;
	top: 0;
    left: 0;
	right: 0;
	background: -webkit-linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%); 
 	background: -o-linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%); 
    background: -moz-linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%);
	-webkit-transition:opacity .1s .2s;
	-moz-transition:opacity .1s .2s;
	transition:opacity .1s .2s;	
}
.flowplayer .fp-title, .error .title, .flowplayer .fp-list {
	display: none;
	opacity: 0;
    text-align: left;
    height: 44px;
    color: #ddd;
	font-size: 13px;
	max-width: 100%;
	line-height: 34px;
	z-index: 13;
	position: absolute;
	top: 0;
    left: 0;
	right: 0;
	background: -webkit-linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%); 
 	background: -o-linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%); 
    background: -moz-linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(-180deg, rgba(18,23,23,0.8) 0%, rgba(18,23,23,0.3) 50%, rgba(255,255,255,0) 100%);
	-webkit-transition:opacity .1s .2s;
	-moz-transition:opacity .1s .2s;
	transition:opacity .1s .2s;	
}
.flowplayer .fp-title p, .flowplayer .fp-list p, .error .title p {
	position: absolute;
	top: 0;
    left: 5px;
	right: 20%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.flowplayer .fp-title span, .error .title span {
	color: #ff9901;
	font-size: 15px;
	font-weight: 500;
	padding: 0 10px 0 0;
}

/* List */
.flowplayer .fp-list {
	display: block;
	opacity: 1.0;
	color: #ddd;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	font-family:'fpicons' !important;
	text-decoration:none !important;
}
.flowplayer .fp-list p {
    left: 34px;
}
.flowplayer .fp-list:hover {
	color: #fff;
}
.flowplayer .fp-list:before {
	content: "\e901";
    color: #ddd;
	font-size: 15px;
	margin: 0 0 0 5px;
	width: 29px;
	height: 29px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	line-height: 35px;
}
.flowplayer .fp-list:hover:before, .flowplayer .fp-list p:hover {
	 color: #ff9901;
}
.flowplayer.is-playing .fp-list, .flowplayer.is-poster.is-paused .fp-list, .flowplayer.is-paused .fp-list, .flowplayer.is-touch.is-paused .fp-list, .flowplayer.is-more .fp-list, .flowplayer.is-paused.is-more .fp-list, .flowplayer.is-playing.is-more .fp-list, .flowplayer.is-paused.is-more .fp-list {
	opacity: 1.0;
}
.flowplayer.is-loading .fp-list {
	opacity: 0;
}

/* More .is-more */
.flowplayer .fp-more {
    position: absolute;
    right: -277px;
    height: 100%;
	z-index: 15;
	cursor: pointer;
	display: block;
	transition:all 0.25s linear;
}
.flowplayer.is-splash .fp-more, .flowplayer.is-poster .fp-more {
    display: none;
}
.flowplayer.is-ready .fp-more, .flowplayer.is-touch .fp-more {
	right: -238px;
}
.flowplayer.is-more .fp-more  {
	right: 0;
}
.flowplayer.is-paused.is-mouseout .fp-more {
    opacity: 1;
	display: block;
	cursor: pointer;
}
.flowplayer .fp-more .tab  {
 top: 50%;
 right: 238px;
 margin: -32px 0 0 0;
 display: block;
 position: absolute;
 z-index: 9;
 color: #ddd;
 opacity: 1.0;
 background: rgba(0,0,0,0.65);
  width: 32px;
 -moz-border-radius: 32px 0 0 32px;
  border-radius: 32px 0 0 32px;
 padding: 8px 0;
}
.flowplayer .fp-more .tab.on {
 margin: -21px 0 0 0;
  width: 20px;
 -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
 padding: 8px 0;
}
.flowplayer .fp-more .tab p {
 font-size: 11px;
 width: 44px;
 line-height: 12px;
}
.flowplayer .fp-more .tab.on p {
	display: none;
}
.flowplayer  .tab:hover {
	color: #fff;
}	
.flowplayer .fp-more .tab:before {
	content: "\e900";
	font-size: 20px;
	font-family: 'fpicons' !important;
    text-decoration: none !important;
	line-height: 20px;
	position: absolute;
	right: 15px;
	top: 21px;
}
.flowplayer .fp-more .tab.on:before {
	content: "\e60b";
	position: relative;
	right: auto;
	top: auto;
}
.flowplayer .fp-more .free {
	position: absolute;
	right: 0;
	width: 238px;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 10;
	overflow-y: scroll;
	overflow-x: hidden;
}
.flowplayer .fp-more .free li {
	width: 235px;
	height: 70px;
	margin: 0 0 5px 0;
	overflow: hidden;
}

/* tab n more free links on List */
.flowplayer .fp-more .free li:nth-child(8) .more_link {
	text-align:left;
	color:#fff;
	padding:78px 5px 13px 7px;
	position:absolute;
}
.flowplayer .fp-more .free li:nth-child(13) .more_link, .flowplayer .fp-more .free li:nth-child(16) .more_link {
	padding:78px 5px 12px 7px;
	text-align:left;
	color:#fff;
	position:absolute;
}
.flowplayer .fp-more .free li:nth-child(n+2) .list_link {
	height:70px;
	overflow:hidden;
	position:relative;
	display:block;
}
.flowplayer .fp-more .free li .title {
	width: 95px;
	color: #fff;
	text-align: left;
	float: right;
	line-height: 20px;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
    position: relative;
}
.flowplayer .fp-more .free li:hover .title p {
	color: #ddd;
}
.flowplayer .fp-more .free li .title {
	width: 95px;
	color: #fff;
	text-align: left;
	float: right;
	line-height: 20px;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
    position: relative;
}
.flowplayer .fp-more .free li .title p {
	color: #ddd;
	font-size: 11px;
	width: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space : nowrap;
}
.flowplayer .fp-more .free li:hover .title p {
	color: #ddd;
}
.flowplayer .fp-more .free li .title span {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
  	display: block;
	display: -webkit-box;
  	max-width: 95px;
  	max-height: 40px;
	margin: 0 auto;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.flowplayer .fp-more .free img {
	width: 125px;
	padding: 0 0 5px 5px;
	float: left;
}
.flowplayer .fp-more .free li:nth-child(1) {
	margin: 0 5px;
	height: 90px;
    width: 225px;
	border-bottom: 1px solid rgba(238,238,238,0.4);	
}
.flowplayer .fp-more .free li:nth-child(1) img {
	display: none;	
}
.flowplayer .fp-more .free li:nth-child(1) .title {
	color: #ddd;
    font-size: 15px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
	color: #fff;
	height: 29px;
	line-height: 29px;
	font-size: 13px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	width: 207px;
    margin: 10px auto 0 auto;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	padding: 0 15px 0 0;
	text-shadow:0 0 1px #f23b00;
	border: solid 1px #ca5500;
	background-image: -moz-linear-gradient( 90deg, rgb(255,93,0) 0%, rgb(235,165,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,93,0) 0%, rgb(235,165,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,93,0) 0%, rgb(235,165,0) 100%);
}
.flowplayer .fp-more .free li:nth-child(1) .title span {
	position: relative;
    max-width: 130px;
    margin: 0 0 0 8px;
	font-size: 15px;	
	z-index:20;	
}
.flowplayer .fp-more .free li:nth-child(1) .title p:after {
	content:"劇集列表\e903";
	font-family: 'fpicons' !important;
    text-decoration: none !important;
	font-size: 13px;
    height: 29px;
    text-align: right;
    display: block;
    position: absolute;
    line-height: 30px;
	z-index: 9;
    color: #fff;
    right: 8px;
    top: 0;
	line-height: 29px;
	border-radius: 5px;
	width:inherit;
	text-shadow:0 0 1px #f23b00;
}
.flowplayer .fp-more .free li:nth-child(1) .title:hover {
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3),inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	background: #f58100;
	padding: 1px 15px 0 0;
	height: 28px;
	color: rgba(255,255,255,0.8);	
}
.flowplayer .fp-more .free li:nth-child(1) .nowplaying {
	color:#ddd;
	position:absolute;
	top:50px;
	left:75px;
	width:79px;
	text-align:center;
	display:block;
	border-left:#ddd solid 1px;
	border-right:#ddd solid 1px;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn {
	color:#999;
	font-size:12px;
	z-index:18;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_prev a, .flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_next a, .flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_prev a:link, .flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_next a:link, .flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_prev a:visited, .flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_next a:visited {
	color:#fff;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_prev a:hover, .flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_next a:hover {
	opacity:0.8;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_off {
	color:#A7A7A7;
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn {
	position:absolute;
	top:96px;
	left:1px;
	color:#999;
	text-algin:center;
	padding:10px 0px;
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn a{ 
	cursor: pointer; color:#ff9901; 
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn a:link { 
	color:#ff9901;
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn  a:visited { 
	color:#ff9901;
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn a:hover { 
	color:#ff9901; 
	opacity:0.8;
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn p {
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn p:nth-child(1) {
	padding:0px 16px 0px 10px ;
	}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn p:nth-child(2) {
	padding:0px 17px 0px 13px;
	border-left:#ff9901 solid 1px;
	border-right:#ff9901 solid 1px;
	width:81px;
}
.flowplayer .fp-more .free li:nth-child(1) .tab_btn p:nth-child(3) {
	padding:0px 4px 0px 12px;
	}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn{
	color:#999;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_prev {
	position:absolute;
	font-family: 'fpicons' !important;
	display:block;
	top:60px;
	left:14px;
	font-size:13px;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn .btn_next{
	position:absolute;
	font-family: 'fpicons' !important;
	display:block;
	top:60px;
	right:18px;
	font-size:13px;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn a { 
	cursor: pointer;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn a:link {
	color:#fff;
}
flowplayer .fp-more .free li:nth-child(1) .switch_btn a:visited {
	color:#fff;
}
.flowplayer .fp-more .free li:nth-child(1) .switch_btn a:hover {
	color:#ddd;
}
.flowplayer .fp-more .free li:nth-child(2) {
	padding: 50px 0 0 0;
}
.flowplayer .fp-blank {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: none;
	z-index: 13;
}
.flowplayer.is-more .fp-blank {
	display: block;
}

/* Scroll bar */
.flowplayer .fp-more .free::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.0.6);
	background: none;
}
.flowplayer .fp-more .free::-webkit-scrollbar {
	scrollwidth:3px;
	width: 3px;
	background: rgba(255,255,255,0.7);
}
.flowplayer .fp-more .free::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.7);
}

/* Mouseover */
.flowplayer.is-more .fp-controls {
	height:0;
	-webkit-transition:height .15s .3s;
	-moz-transition:height .15s .3s;
	transition:height .15s .3s;
}
.flowplayer.is-more .fp-controls {
	height:0;
	bottom:0;
}
.flowplayer.is-more .fp-timeline {
	margin:0;
	height:6px;
	top:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.flowplayer.is-more .fp-brand, .flowplayer.is-more .fp-menu, .flowplayer.is-more.is-mouseover .fp-quality-selector.on, .flowplayer.is-more .fp-fullscreen, .flowplayer.is-more .fp-unload, .flowplayer.is-more .fp-elapsed, .flowplayer.is-more .fp-remaining,.flowplayer.is-more .fp-duration,.flowplayer.is-more .fp-embed, .flowplayer.is-more .fp-volume, .flowplayer.is-more .fp-play,.flowplayer.is-more .fp-brand,.flowplayer.is-more .fp-timeline-tooltip,.flowplayer.is-more.aside-time .fp-time, .flowplayer.is-more.is-mouseout .fp-menu, .flowplayer.is-more.is-mouseover .fp-menu {
	opacity:0 !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.flowplayer.is-more .fp-controls {
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}
.flowplayer.is-more .fp-timeline {
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}
.flowplayer.is-more .fp-volume,.flowplayer.is-more .fp-brand,.flowplayer.is-more .fp-play,.flowplayer.is-more .fp-time {
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.flowplayer.is-more .fp-controls .fp-play, .flowplayer.is-more .fp-controls .fp-volume, .flowplayer.is-more .fp-controls .fp-fullscreen, .flowplayer.is-more .fp-quality-selector {
	opacity: 0;
}
.flowplayer.is-more .fp-ui {
	background-image: none;
}
.flowplayer.is-more .fp-timeline {
	opacity: 0;
}
.flowplayer .fp-more .free .list_link:before {
    opacity:0;
	content:url(img/litv_play_white.svg);
	width:30px;
	height:30px;
	position:absolute;
	top:25px;
	left:50px;
	display:block;
}
.flowplayer .fp-more .free .list_link:hover:before {
	opacity:1;
}
.flowplayer .fp-more .free .list_link:hover .title span {
	color:#ff9901;
}

/* Quality Selector */
.flowplayer .fp-quality-selector, .flowplayer.is-mouseover .fp-quality-selector {
	font-size: 11px;
	color: #ddd;
	font-weight: normal;
	text-shadow: none;
	right: 75px;
	bottom: 45px;
	transition: none;
	padding: 0 0 8px 0;
	width: 55px;  
	opacity: 0;
	z-index: 99;
}
.flowplayer.is-touch .fp-quality-selector {
	right: 85px;
}
.flowplayer .fp-quality-selector li, .flowplayer.is-mouseover .fp-quality-selector li {
	font-size: 11px;
	color: #ddd;
	font-weight: normal;
	text-shadow: none;
	width: 45px;
	background: rgba(0,0,0, 0.65);
	margin: 0;
	border-radius: 0;
}
.flowplayer .fp-quality-selector li:first-child {
	border-radius: 5px 5px 0 0;
}
.flowplayer .fp-quality-selector li:last-child {
	border-radius: 0 0 5px 5px;
}
.flowplayer .fp-quality-selector li:hover, .flowplayer.is-mouseover .fp-quality-selector li:hover {
	color: #fff;
}
.flowplayer .fp-quality-selector li.active, .flowplayer .fp-quality-selector li.active:hover {
	background: rgba(146,72,152, 0.6);
	opacity: 1;
	color: #fff;
}
.flowplayer .fp-quality-selector:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
	left: 22px;
    width: 0;
    height: 0;
    left: calc(50% - 5px);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
	opacity: 0.4;
}

/* Message .is-error */
.flowplayer.is-error .fp-message, .error .message {
	padding: 0;
	font-weight: normal;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	z-index: 13;
}
.flowplayer .fp-message h2, .error .message h2 {
	color: #fff;
	font-size: 13px;
	margin: 0 auto 20px auto;
	width: 75%;
	font-weight: normal;
}
.flowplayer .fp-message p, .error .message p {
	color: #ddd;
	font-size: 11px;
	margin: 0 auto;
	width: 75%;
	font-weight: normal;
	word-wrap: break-word;
	line-height: 20px;
}
.flowplayer .fp-message a, .error .message a {
    display: block;
    height: 29px;
    color: #fff;
    line-height: 29px;
    font-size: 13px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin: 5px;
    width: 150px;
    margin: 20px auto 0 auto;
	text-decoration: none;
	text-shadow:0 0 1px #f23b00;
	border: solid 1px #ca5500;
	background-image: -moz-linear-gradient( 90deg, rgb(255,93,0) 0%, rgb(235,165,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,93,0) 0%, rgb(235,165,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,93,0) 0%, rgb(235,165,0) 100%);
	cursor: pointer;
}
.flowplayer .fp-message a:hover, .error .message a:hover {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3),inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	background: #f58100;
	padding: 1px 0 0 0;
	height: 28px;
	color: rgba(255,255,255,0.9);
	cursor: pointer;
}
.flowplayer.is-error {
	border: none;
}
.flowplayer.is-more.is-error .fp-message {
	opacity: 0;
}
.flowplayer.is-error.is-more .fp-title, .flowplayer.is-error .fp-speed, .flowplayer.is-error .fp-fullscreen, .flowplayer.is-error.is-mouseout.is-paused .fp-more {
	display: none;
}
.flowplayer.is-error .fp-title {
	opacity: 1;
}
.flowplayer.is-error .fp-ui {
	background-color: #000;
	display: table;
}
.error {
	background-color: #000;
	display: table;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.error .title, .error .message {
	opacity: 1.0;
}

/* Midroll AD .is-ad */
.flowplayer .fp-videoad {
	width: 100%;
	top: 0; 
	bottom: 44px;
	position: absolute;
	cursor: pointer;
	z-index: 12;	
	display: none;
}
.flowplayer .fp-countdown {
	background: rgba(0,0,0,0.65);
	color: #ddd;
	cursor: pointer;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
	z-index: 13;
	position: absolute;
	top: 9px;
	right: 9px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
.flowplayer .fp-countdown:hover {
	color: #fff;
}
.flowplayer.is-ad .fp-videoad, .flowplayer.is-ad .fp-countdown {
	display: block;
}
.flowplayer.is-ad .fp-more, .flowplayer.is-ad .fp-title, .flowplayer.is-ad .fp-list, .flowplayer.is-ad .fp-logo, .flowplayer.is-ad .fp-quality-selector,
.flowplayer.is-mouseout.is-paused.is-ad .fp-more, .flowplayer.is-mouseout.is-paused.is-ad .fp-title, .flowplayer.is-mouseout.is-paused.is-ad .fp-logo, .flowplayer.is-mouseover.is-paused.is-ad .fp-more, .flowplayer.is-mouseover.is-paused.is-ad .fp-title, .flowplayer.is-mouseover.is-paused.is-ad .fp-logo,
.flowplayer.is-mouseout.is-paused.is-ad .fp-more, .flowplayer.is-mouseout.is-paused.is-ad .fp-title, .flowplayer.is-mouseout.is-paused.is-ad .fp-logo, .flowplayer.is-mouseover.is-paused.is-ad .fp-more, .flowplayer.is-mouseover.is-paused.is-ad .fp-title, .flowplayer.is-mouseover.is-paused.is-ad .fp-logo {
	display:none;
	opacity: 0;
}

/* Word Card .is-card */
.flowplayer .fp-wordcard, .wordcard {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 12;
	display: none;
	text-align:center;
	margin:0 auto;	
}
.flowplayer .fp-wordcard img, .wordcard img { 
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position:static;
	margin:0 auto;	
	position: relative;
  	top: 0;
}
.flowplayer.is-card .fp-wordcard {
	display: block;
}
.flowplayer.is-card .fp-title, .flowplayer.is-card .fp-list, .flowplayer.is-card .fp-more, .flowplayer.is-card .fp-logo, .flowplayer.is-card .fp-sponsor, .flowplayer.is-card .fp-quality-selector, .flowplayer.is-card .fp-controls, .flowplayer.is-card .fp-fullscreen, .flowplayer.is-card .fp-time, .flowplayer.is-mouseout.is-paused.is-card .fp-logo, .flowplayer.is-mouseover.is-paused.is-card .fp-logo, .flowplayer.is-mouseout.is-paused.is-card .fp-logo, .flowplayer.is-mouseover.is-paused.is-card .fp-logo {
	display:none;
	opacity: 0;
}

/* Menu Off .menu-off */
.flowplayer.menu-off .fp-more, .flowplayer.menu-off.is-paused .fp-more, .flowplayer.menu-off.is-paused .fp-blank {
	display: none;
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.flowplayer .fp-more .free li {
		width: 220px;
	}
	.flowplayer .fp-more .free li .title, .flowplayer .fp-more .free li .title span, .flowplayer .fp-more .free li .title p {
		width: 80px;
	}
}

/* Device */
@media screen and (min-width: 480px) and (max-width: 639px) {
	.flowplayer .fp-logo, .flowplayer .fp-sponsor {
		width: 10.5%;
	}
	.flowplayer .fp-title p, .flowplayer .fp-list p, .error .title p {
		right: 12.5%;
	}
}
@media screen and (min-width: 640px) and (max-width: 960px) {
	.flowplayer .fp-logo, .flowplayer .fp-sponsor {
		width: 9%;
	}
	.flowplayer .fp-title p, .flowplayer .fp-list p, .error .title p {
		right: 11%;
	}
	.flowplayer .fp-menu, .flowplayer.is-mouseout .fp-menu, .flowplayer.is-mouseover .fp-menu {
		display: block;
		opacity: 0.7;
	}
	.flowplayer.is-mouseover .fp-quality-selector.on {
		opacity: 1.0;
	}
	.flowplayer .fp-volume {
		right: 135px;
	}
	.flowplayer .fp-sponsor {
		bottom: 53px;
	}
	.flowplayer.is-splash .fp-sponsor, .flowplayer.is-poster .fp-sponsor, .flowplayer.is-mouseout.is-fullscreen .fp-sponsor {
		bottom: 13px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
	.flowplayer .fp-logo, .flowplayer .fp-sponsor {
		width: 7%;
	}
	.flowplayer .fp-title p, .flowplayer .fp-list p, .error .title p {
		right: 9%;
	}
	.flowplayer.is-more.is-error .fp-message {
		opacity: 1.0;
	}
	.flowplayer .fp-menu, .flowplayer.is-mouseout .fp-menu, .flowplayer.is-mouseover .fp-menu {
		display: block;
		opacity: 0.7;
	}
	.flowplayer.is-mouseover .fp-quality-selector.on {
		opacity: 1.0;
	}
	.flowplayer .fp-volume {
		right: 135px;
	}
	.flowplayer .fp-sponsor {
		bottom: 53px;
	}
	.flowplayer.is-splash .fp-sponsor, .flowplayer.is-poster .fp-sponsor, .flowplayer.is-mouseout.is-fullscreen .fp-sponsor {
		bottom: 13px;
	}
}
@media screen and (min-width: 1280px) {
	.flowplayer .fp-logo, .flowplayer .fp-sponsor {
		width: 6%;
	}
	.flowplayer .fp-title p, .flowplayer .fp-list p, .error .title p {
		right: 8%;
	}
	.flowplayer.is-more.is-error .fp-message {
		opacity: 1.0;
	}
	.flowplayer .fp-menu, .flowplayer.is-mouseout .fp-menu, .flowplayer.is-mouseover .fp-menu {
		display: block;
		opacity: 0.7;
	}
	.flowplayer.is-mouseover .fp-quality-selector.on {
		opacity: 1.0;
	}
	.flowplayer .fp-volume {
		right: 135px;
	}
	.flowplayer .fp-sponsor {
		bottom: 53px;
	}
	.flowplayer.is-splash .fp-sponsor, .flowplayer.is-poster .fp-sponsor, .flowplayer.is-mouseout.is-fullscreen .fp-sponsor {
		bottom: 13px;
	}
}