.clearFix:after{
	content: '';
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}
#media-list {
	position: relative;
}
#media-list .norm-width {
	width: 1250px;
	margin: auto;
	padding: 25px 0 35px 0;
}
.minor-section{
	width: 24%;
	margin-right: 20px;
	float: left;
}
.main-section{
	width: calc(76% - 20px);
	float: left;
}



/* 媒體項目 共用css (直播中/直播預告/重播) */
.media-cover{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
}
.media-link,
.media-comesoon-link{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.media-link::before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 96, 0, 0.5);
	background-image: url(../../images/media/play-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	display: block;
	-webkit-transition: all .3s;	/* Safari */
	transition: all .3s;
}
.media-link p{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 5px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	-webkit-transition: all .3s;	/* Safari */
	transition: all .3s;
}
.media-status-live,
.media-status-vod,
.media-status-soon{
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	float: left;
	position: relative;
}
.media-status-live{
	background-color: #D20000;
}
.media-status-vod{
	background-color: #FF6000;
}
.media-status-soon{
	background-color: #959595;
}
.media-status-live::after,
.media-status-vod::after,
.media-status-soon::after{
	margin-left: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}
.media-status-live::after{
	content: url(../../images/home/live-decoration-icon.png);
}
.media-status-vod::after{
	content: url(../../images/home/vod-decoration-icon.png);
}
.media-status-soon::after{
	content: url(../../images/home/soon-decoration-icon.png);
}
.media-type{
	border: 1px solid #1C1C1C;
	font-weight: bold;
	box-sizing: border-box;
	float: left;
}
.media-supplier{
	width: 100%;
	height: 20px;
}
.media-supplier a{
	color: #FF6000;
	font-weight: bold;
	text-decoration: none;
}
.media-view-count::before{
	content: url(../../images/home/media-view-icon.png);
	vertical-align: middle;
}



/*** 左側-媒體推薦 ***/
#media-recommend{
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
}
#media-recommend h3 {
	height: 33px;
	border-bottom: 2px solid #FF6000;
	font-size: 16px;
	line-height: 33px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	position: relative;
}
#media-recommend h3::before {
	content: url(../../images/media/recommend-section-title.png);
	width: 33px;
	height: 33px;
	vertical-align: bottom;
	margin-right: 8px;
	display: inline-block;
}
.media-thumbnail{
	border-radius:5px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 8px;
	-webkit-transition: all .3s;	/* Safari */
	transition: all .3s;
}
.media-thumbnail:hover{
	border: 1px solid #FF6000;
}
.media-thumbnail:hover .media-link::before{
	opacity: 1;
	visibility: visible;
}
.media-thumbnail .media-group{
	width: 100%;
}
.media-thumbnail .media-group:last-child{
	margin-top: 8px;
}
.media-thumbnail .media-cover{
	width: 120px;
	height: 68px;
	margin-right: 8px;
	position: relative;
	float: left;
}
.media-thumbnail .media-link::before{
	background-size: 40px;
}
.media-thumbnail .media-info{
	width: calc(100% - 128px);
	height: 68px;
	float: left;
}
.media-thumbnail .media-name{
	height: 38px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.media-thumbnail .media-supplier{
	color: #FF6000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.media-thumbnail .media-status-live,
.media-thumbnail .media-status-vod,
.media-thumbnail .media-status-soon{
	border-radius: 11px;
	font-size: 12px;
	padding: 5px 10px;
}
.media-thumbnail .media-status-live{
	padding-right: 25px;
}
.media-thumbnail .media-status-vod,
.media-thumbnail .media-status-soon{
	padding-right: 30px;
}
.media-thumbnail .media-type{
	font-size: 12px;
	margin: 0 5px;
	padding: 2px 8px;
}
.media-thumbnail .media-view-count{
	font-size: 12px;
	float: left;
}



/*** 分類控制 ***/
.catgory-ctrl {
	width: 100%;
	padding-bottom: 10px;
}
.catgory-ctrl h3 {
	float: left;
	font-size: 24px;
	font-weight: bold;
}
.catgory-ctrl select{
	border-radius:10px;
	height: 30px;
	font-weight: bold;
	float: right;
	min-width: 105px;
	height: 30px;
	border: 1px solid #e3e3e3;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	text-align: center;
	text-align-last: center;
	outline: none;
	cursor: pointer;
}
.catgory-ctrl select:nth-child(2){
	margin-left: 15px;
}



/*** 分類清單 ***/
.catgory-box{
	width: 100%;
}
.catgory-box li{
	min-width: calc(100% / 6 - 16px);
	font-size: 13px;
	border-radius: 15px;
	float: left;
	background-color: #E3E3E3;
	text-align: center;
	box-sizing: border-box;
	margin: 8px;
	color: #1C1C1C;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 6.5px 15px;
}
.catgory-box li:hover{
	background-color: #D9D9D9;
}
.catgory-box li.active{
	color: #FFFFFF;
	background-color: #FF6000;
}
.catgory-box li.active{
	cursor: default;
}



/*** 影片項目 ***/
.media-item{
	border-radius:10px;
	width: calc(100% / 3 - 10px);
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	margin: 5px;
	padding: 8px;
	float: left;
	-webkit-transition: all .3s;	/* Safari */
	transition: all .3s;
}
.media-item:hover .media-link::before{
	opacity: 1;
	visibility: visible;
}
.media-item:hover .media-link p{
	opacity: 0;
	visibility: hidden;
}
.media-item .media-cover{
	width: 100%;
	height: 157.2px;
}
.media-cover .media-comesoon-passive{
	width: 100%;
	height: 100%;
	background: rgba(255, 96, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.media-cover .media-comesoon-passive p{
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);		/* IE 9 */
	-webkit-transform: translate(-50%, -50%);	/* Safari */
	transform: translate(-50%, -50%);
}
.media-cover .media-comesoon-passive p::before{
	content: url(../../images/home/play-icon.png);
	display: block;
}
.media-mark{
	width: 100%;
	padding: 10px 0;
}
.media-item .media-status-live,
.media-item .media-status-vod,
.media-item .media-status-soon{
	border-radius: 12px;
	padding: 5px 32px 5px 15px;
}
.media-type{
	margin-left: 10px;
	padding: 1.5px 10px;
}
.media-item .media-supplier-link{
	width: 70%;
	height: 20px;
	color: #FF6000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.5px 0;
	float: left;
}
.media-item .media-view-count{
	width: 30%;
	height: 20px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: right;
	display: block;
}
.media-item .media-view-count::before{
	margin-right: 5px;
}
.media-item .media-name{
	width: 100%;
	height: 21px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0;
}
.media-desc{
	width: 100%;
	height: 38px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



/*** 載入更多 ***/
#more-section{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0;
	float: left;
}
#more-section #more-btn{
	width: 300px;
	height: 40px;
	border-radius: 30px;
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}
#more-section #more-btn.nomore{
	cursor: default;
	background-color: #A2A2A2;
}



/*** 至頂按鈕 ***/
.scrollToTop {
	width: 60px;
	height: 60px;
	background-color: #ff6000;
	opacity: 0.6;
	overflow: hidden;
	border-radius: 50%;
	position: fixed;
	bottom: 150px;
	right: 100px;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 30;
}
.scrollToTop:hover {
	opacity: 1;
}
.scrollToTop img {
	width: 100%;
    transform: rotate(-90deg);
}