.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto 50px;
    position: relative;
}
.products-list .box:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 solid #009944;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover:before {
    border-width: 7px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    z-index: 8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list li .txt {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgb(246, 245, 237);
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
}
/*
.products-list .name {
    color: #453026;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}
*/
.products-list .description {
   	color: #453026;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin: 5px 0;
}
.content-top .pd-name {
    color: #017FFB;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 15px;
    border-bottom: 1px solid #DDD;
    margin: 0;
}
.products-intro {
    max-width: 900px;
    margin: 0 auto 40px;
}
.gallery {
    float: left;
    width: 58.89%;
    max-width: 675px;
}
.thumbnails {
    float: right;
    width: 38.67%;
}
.thumbnails ul {
    margin: -2.7%;
}
.thumbnails li {
    width: 50%;
    padding: 2.7%;
}
.thumbnails li a {
    max-width: 163px;
    margin: 0 auto;
    opacity: 0.35;
}
.thumbnails li a:hover,
.thumbnails li.active a {
    opacity: 1;
}

.products-detail-1 {
    position: relative;
    max-width: 1063px;
    margin:auto;
}
.products-detail-1 .title {
    color: #453026;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
	font-weight: bold;
}




.products-detail-box{
    border-top: 1px solid #ddd;
    padding: 28px 0;
    margin-top: 60px;
}
.products-detail-box .title-box {
    background: #f6f5ed;
    width: 136px;
    color: #7E7564;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    margin: 0 auto 30px;
	margin-top: -46px;
}

.vidoe_box{
	width: 587px;
    max-width: 100%;
	margin: 10px auto;
}

.btn-box a .about-ttl{
	color:#191919;
	margin:0px auto 25px;
	width: 240px;
	line-height:45px !important;
	display:block;
	height:45px;
	font-size:16px;
	position:relative;
	text-align:center;
	/* margin-top:50px; */
	 font-family: "微軟正黑體"; 
}

.btn-box a:hover {
	text-decoration:none !important;
}


.btn-box a .about-ttl:before,
.btn-box a .about-ttl:after {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.btn-box a .about-ttl:before {
	border-top: 1px solid #8DC031;
	border-bottom: 1px solid #8DC031;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.btn-box a .about-ttl:after {
	border-right: 1px solid #8DC031;
	border-left: 1px solid #8DC031;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}


.btn-box a:hover .about-ttl:before {
	opacity: 1;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}

.btn-box a:hover .about-ttl:after {
	opacity: 1;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);

}

@media screen and (max-width: 1440px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1120px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 880px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
	
	.products-detail .title {
	font-size: 20px;
	font-weight: 300;
	padding-left: 10px; 
	margin-bottom: 25px;
}


.products-detail .title:before {
    content: "●";
	font-size: 50px;
	color: #A0D468;
	opacity: 0.6;
	position: absolute;
	bottom: 10px;
	left: 0px;
	display: none;
}
}
@media screen and (max-width: 767px) {
    .content-top .pd-name {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        max-width: 693px;
        margin: 0 auto;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 580px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 430px) {
    .thumbnails li {
        width: 33.33%;
    }
}