
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.et_pasue_recommend_list, .et_pasue_recommend_list * {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei UI', 'Microsoft JhengHei', sans-serif;
	box-sizing: border-box;
	text-decoration: none;
}

/* 推薦列表===================== */
.et_pasue_recommend_list {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	visibility: hidden; 
	position: absolute;
	left: 0px;
	bottom: -100%;
}

.et_pasue_recommend_list .inner {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 15px 0px;
	border-radius: 3px;
	overflow: hidden;
	margin: 1%;
	position: relative;
}

.et_pasue_recommend_list .inner > p {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	padding-left: 15px;
	margin-bottom: 10px;
}

.et_pasue_recommend_list .inner > .btn_close {
	width: 15px;
	height: 15px;
	background: url(images/icon_close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
}

.et_pasue_recommend_list > .btn_open {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	padding: 5px 10px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: none;
}

@media only screen and (max-width: 400px) {
	.et_pasue_recommend_list {
		display: none;
	}
} /*過小不顯示*/

/* 列表 */
.et_pasue_recommend_list .list {
	font-size: 12px;
}

.et_pasue_recommend_list .list .run .owl-controls .owl-nav {
	margin-top: 0px; /*歸零*/
}

.et_pasue_recommend_list .list .run {
	padding: 0 15px;
}

.et_pasue_recommend_list .list .run .piece {
	position: relative;
}

.et_pasue_recommend_list .list .run .piece .pic img {
	display: none;
}

.et_pasue_recommend_list .list .run .piece > h2 {
	width: 100%;
	height: 4em;
	font-size: 0.6em;
	letter-spacing: 0.8px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
	padding: 3px 8px;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: opacity 0.5s ease-in-out;
}

.et_pasue_recommend_list .list .run .piece > h2 > a {
	display: block;
	font-weight: 300;
	line-height: 1.4;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
	/*以下截字*/
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*最多幾行*/
}

.et_pasue_recommend_list .list .piece > h2 > a:link,
.et_pasue_recommend_list .list .piece > h2 > a:visited {
	color: #fff;
	text-decoration: none;
}

.et_pasue_recommend_list .list .piece:hover h2 {
	opacity: 1;
}

@media only screen and (min-width: 414px) {
	.et_pasue_recommend_list .list {
		font-size: 18px;
	}
}

/* 左右按鈕 */
.et_pasue_recommend_list .list .owl-theme .owl-nav {
	margin-top: unset;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 2px;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	pointer-events: none;
}

.et_pasue_recommend_list .owl-theme .owl-nav button.owl-next,
.et_pasue_recommend_list .owl-theme .owl-nav button.owl-prev {
	/*樣式歸零*/
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #333;
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
	pointer-events: auto;
}

.et_pasue_recommend_list .owl-theme .owl-nav button.owl-next > span,
.et_pasue_recommend_list .owl-theme .owl-nav button.owl-prev > span {
	font-size: 20px;
	color: #fff;
	position: relative;
	top: -3px;
}

.et_pasue_recommend_list .owl-theme .owl-nav button.owl-next.disabled,
.et_pasue_recommend_list .owl-theme .owl-nav button.owl-prev.disabled {
	opacity: 0;
}

/* 顯示列表 */
.et_pasue_recommend_list.isShow {
	bottom: 80px;
	pointer-events: auto;
}

.et_pasue_recommend_list.isShow .inner {
	visibility: visible;
}

.et_pasue_recommend_list.isShow .list .run .piece .pic img {
	visibility: visible;
} /*切換顯示會延遲*/

.et_pasue_recommend_list.isShow > .btn_open {
	display: none;
}

/* 隱藏列表 */
.et_pasue_recommend_list.isHide {
	visibility: visible;
	bottom: 80px;
	pointer-events: none;
}

.et_pasue_recommend_list.isHide .inner {
	visibility: hidden;
}

.et_pasue_recommend_list.isHide .list .run .piece .pic img {
	visibility: hidden;
} /*切換顯示會延遲*/

.et_pasue_recommend_list.isHide > .btn_open {
	display: inline-block;
	pointer-events: auto;
}
