@charset "UTF-8";
/*index*/
.blog-index-page .autoplay{
	padding: 20px 45px;
	margin-bottom: 30px;
	background-color: transparent;
}
.blog-index-page .autoplay li.slick-slide{
	width: 100%;
	margin: 0;
	overflow: auto;
	position: relative;
}
.blog-index-page .autoplay a{
	color: #000;
}
.blog-index-page .autoplay a:after{
	content: "MORE>>";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 18px;
}
.blog-index-page .autoplay img{
	width: 100%;
	display: block;
}
.blog-index-page .autoplay h2{
	font-size: 60px;
}
.blog-index-page .autoplay h3{
	font-size: 24px;
}
.blog-index-page .autoplay p{
	padding: 20px 0;
}
.slick-dots{
	left: 0;
}
/*list*/
.blog-list-page .author-info{
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
}
.blog-list-page .author-info img{
	width: 300px;
	display: block;
	float: left;
	margin-right: 30px;
}
.article-list{
	margin: 0 40px 20px;
}
.article-list li{
	position: relative;
	margin: 0 auto 50px;
	overflow: auto;
	max-width: 855px;
	padding-left: 10px;
	border-left: 1px solid #000;
}
.article-list img{
	width: 100%;
}
.article-list a{
	color: #000;
}
.article-list h2{
	font-size: 36px;
	margin-bottom: 30px;
}
/*article*/
article{
	padding: 0;
}
time, .section-area{
	padding: 0 20px;
}
h1, .blog-page time{
	padding: 10px 20px;
	display: none;
}
h1{
	padding: 10px 20px;
	font-size: 20px;
}
.blog-page time{
	padding: 0 20px 5px;
}
.top-view{
	/*margin-bottom: 30px;*/
}
.goods-info{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	position: relative;
}
/*.goods-list-box{
	border-top: 1px solid #000;
	margin-bottom: 20px;
}*/
.goods-list{
	/*height: 0;*/
	overflow: hidden;
	position: relative;
}
.blog-page .autoplay{
	/*background-color: #cacaca;*/
	padding: 20px 30px 0;
}
.blog-page .autoplay li{
	width: 35vw;
	padding: 0 10px;
	box-sizing: border-box;
}
.blog-page .autoplay img{
	width: 100%;
	/*padding-top: 35px;*/
}
.goods-list-button{
	margin-left: 25px;
	border-width: 0;
	border-radius: 0 0 5px 5px;
	background-color: #c0262e;
	color: #fff;
	padding: 5px 10px;
	display: none;
}
.goods-list-button:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-right: 3px;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #ffffff transparent;
}
.arrow-down:before{
	border-width: 8px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}
.blog-page .section-area{
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.link-banner img{
	width: 100%;
	padding-top: 20px;
}
.pt_02s{
	/*font-size: 15px;*/
    padding: 10px 0 0;
    vertical-align: middle;


	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	line-height: 18px;
	padding-top: 5px;
	overflow: hidden;
}
.addToCartButton{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin: 0 auto 5px;
	text-decoration: none;
	width: 110px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #292929;
	color: #fff;
}
.addToCartButton:before{
	content: "加入購物車";
	display: inline-block;
}
/*.goods-info .addToCartButton{
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55px;
    font-size: 15px;
}*/
.other-videos {
	padding: 0 10px;
}
.other-videos a{
	color: #000;
}
.other-videos .videos-list{
	border-top: 1px solid rgb(182, 182, 182);
	padding: 10px 0;
}
.other-videos .videos-list li{
	margin-bottom: 10px;
	position: relative;
	overflow: auto;
}
.videos-list span{
	position: relative;
    overflow: hidden;
    display: block;
}
.video-list-box span{
	float: left;
	width: 50%;
}
.other-videos .videos-list h3{
	margin-bottom: 10px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.goods-list h3{
	min-height: 38px;
}
.other-videos .videos-list li img{
	width: 100%;
}
.other-videos .videos-list li:nth-of-type(1) a:nth-of-type(1) > img:nth-of-type(1){
	display: none;
}
.other-videos .videos-list li:nth-of-type(1) a:nth-of-type(2) img{
	display: block;
}
.other-videos .videos-list li:nth-of-type(1) span img{
	display: block;
}
.other-videos .videos-list li:nth-of-type(1) iframe{
	display: none;
	width: calc(100vw - 20px);
	height: calc((100vw - 20px) * 108 / 192);
}
.other-videos .goods-list{
	margin-left: 50%;
	padding-left: 10px;
	min-height: 100px;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/*共用*/
.content{
	padding-bottom: 0;
}
.others-list{
	overflow:  auto;
	padding-bottom: 40px;
}
.others-list li{
	padding: 0 20px;
}
.others-list a{
	color: #000;
	display: block;
}
.others-list img{
	width: 100%;
}
.others-list h3,.others-list p,.others-list time{
	padding: 10px 30px;
	display: block;
}
.others-list p{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.others-list time:after{
	content: "MORE";
	display: inline-block;
	float: right;
}
.other-authers {
	background-color: #cacaca;
	padding: 0;
}
.other-authers h2{
	text-align: center;
	line-height: 60px;
	font-size: 24px;
}
.other-authers .others-list p{
	border-color: #fff;
}
.autotop .slick-dots li button:before, .autoplay .slick-dots li button:before{
	font-size: 6px;
}
/*.size_select {
	width: calc(100vw - 60px);
}*/
@media screen and (min-width: 1025px){
	/*index*/
	.blog-index-page .autoplay img{
		width: 450px;
		display: block;
		float: left;
		margin-right: 30px;
	}
	.blog-index-page .autoplay p{
		padding: 50px 0 20px;
	}
	/*list*/
	.blog-list-page .author-info{
		width: 866px;
		margin: 0 auto 20px;
	}
	.article-list li:before{
		content: "";
		display: block;
		background-color: #e1edeb;
		z-index: 0;
		position: absolute;
		width: 800px;
		height: 350px;
	}
	.article-list a{
		color: #000;
		position: relative;
		z-index: 1;
		padding: 20px 0 0 20px;
	}
	.article-list img{
		float: right;
		width: 600px;
		margin-top: 50px;
		margin-left: 60px;
	}
	/*article*/
	article{
		padding: 0 40px;
		overflow: auto;
	}
	#video-area{
		/*padding: 0 40px;*/
		overflow: auto;
		overflow-x: hidden;
		z-index: 999999999;
		/*position: fixed;*/
		background-color: #fff;
		padding-bottom: 20px;
	}
	time, .section-area{
		padding: 0;
	}
	h1{
		padding: 10px 0px;
		display: block;
	}
	.pt_02s{
		display: block;
		height: auto;
	}
	.blog-page time{
		padding: 0 0px 5px;
		/*display: block;*/
		display: none;
	}
	.blog-page .section-area{
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding: 0 0 0 20px;
		border-bottom-width: 0;
	}
	.top-view{
		width: calc(100% - 200px);
		float: left;
	}
	.goods-list-box{
		border-top-width: 0;
		padding-left: 5px;
		margin-left: 14px;
		border-left: 1px solid rgb(182, 182, 182);
    	width: 180px;
    	float: left;
    	/*overflow-y: scroll;*/
    	overflow-y: auto;
	}
	.size_select{
		z-index: 999999999;
	}
	#pt_02s{
		/*height: 20px;*/
	}
	.blog-page .autoplay{
		padding: 0;
		background-color: transparent;
	}
	.blog-page .autoplay li{
		width: 100%;
		margin-top: 10px;
	}
	.blog-page .autoplay img{
		padding-top: 0;
	}
	.goods-info .addToCartButton{
		position: relative;
	    top: 0;
	    left: 0;
	    margin: 0 auto 5px;
	}
	.other-videos {
		padding: 0;
		background-color: transparent;
	}
	.other-videos .videos-list{
		overflow:  auto;
		border-top: 1px solid rgb(182, 182, 182);
		padding: 10px 0;
	}
	.other-videos .videos-list li{
		width: calc((100% - 30px) / 3);
		margin-right: 10px;
		float: left;
		padding: 0;
	}
	/*.other-videos .videos-list li:nth-of-type(2n+3){
		margin-right: 0;
	}*/
	.other-videos .videos-list li{
		margin-right: 10px;
		position: relative;
		overflow-y: hidden;
	}
	/*.goods-list h3{
		min-height: auto;
	}
	.other-videos .videos-list li:nth-of-type(1){
		min-height: 300px;
	}*/
	.other-videos .videos-list li:nth-of-type(1) a:nth-of-type(1){
		display: block;
		position: relative;
	}
	.other-videos .videos-list>li:nth-of-type(1) a:nth-of-type(1):after{
		display: block;
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		margin-top: -60px;
		margin-left: -60px;
		width: 120px;
		height: 120px;
		background: transparent url("https://www.powerfulad.com.tw/shop/images/system/icons-youtube-play-button.png") no-repeat center center;
		background-size: cover;
		opacity: 0.8;
	}
	.other-videos .videos-list>li:nth-of-type(1):hover a:nth-of-type(1):after{
		opacity: 1;
	}
	
	.other-videos .videos-list li:nth-of-type(1) a:nth-of-type(1) > img:nth-of-type(1){
		display: block;
	}
	.other-videos .videos-list li:nth-of-type(1) a:nth-of-type(2) img{
		display: none;
	}
	.other-videos .videos-list li:nth-of-type(1) span{
		display: none;
	}
	.other-videos .videos-list li:nth-of-type(1) iframe{
		display: none;
	}
	/*.other-videos .videos-list li:nth-of-type(2n+8){
		margin-left: calc((100% - 30px) / 3);
		clear: both;
	}*/
	.other-videos .goods-list{
		padding: 0 10px;
		max-height: 100px;
	}
	/*共用*/
	.others-list{
		overflow:  auto;
		padding-bottom: 40px;
	}
	.others-list li{
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
		float: left;
	}
	.others-list li:nth-of-type(3n){
		margin-right: 0;
	}
	.video-list-clone .slick-prev {
    	left: 0px;
    }
	.video-list-clone .slick-next {
    	right: 0px;
    }
	/*.others-list li{
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
		float: left;
	}
	.others-list li:nth-of-type(3n){
		margin-right: 0;
	}
	.other-authers .others-list li{
		width: calc((100% - 60px) / 4);
	}
	.other-authers .others-list li:nth-of-type(3n){
		margin-right: 20px;
	}
	.other-authers .others-list li:nth-of-type(4n){
		margin-right: 0;
	}*/
	/*.size_select {
		position: absolute;
		left: 50%;
		margin: 0 0 -130px -300px;
		width: 600px;
		top: 0;
		bottom: auto;
	}*/
}
@media screen and (min-width: 1025px) and (max-width: 1360px){
	.other-videos .goods-list{
		max-height: 77px;
		min-height: 60px;
		-webkit-line-clamp: 2;
	}
	.other-videos .videos-list h3 {
	    margin-bottom: 3px;
	}
}
@media screen and (min-width: 1336px){

}
.slick-prev,.slick-next{
	transform: scale(0.5);
}
.size_select label {
    height: 40px;
    line-height: 40px;
}
.iframebox{
	max-width: 600px;
}
.addToCartButton{
	width: 100%;
}
.slick-slider {
    margin-bottom: 20px;
}