/*
 * iweb52-style28
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 04 / 06
 */


/* + products
*----------------------------------------------------------------------------*/
#products {
	overflow: hidden;
	width: 100%;
}

#products ul {
	overflow: hidden;
}

#products ul li {
	margin: 10px 0;
	float: left;
	width: 33%;
}

#products ul li > div {
	margin: 0 10px;
}

#products ul li .productPhoto {
	overflow: hidden;
}

#products ul li .productPhoto .photo {
	background-size: cover;
}

#products ul li:hover .productPhoto a.photo {
	-webkit-transform: scale(0.8,1.8);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

#products ul li .info {
	padding: 20px;
	background: #e1eeed;
}

#products ul li .info h4 a ,
#products ul li .info article {
	overflow: hidden;
	margin-bottom: 20px;
	height: 27px;
	font-size: 18px;
	color: #2eb1a5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#products ul li .info article {
	height: 50px;
	font-size: 14px;
	-webkit-line-clamp: 2;
}

#products ul li .info a.more {
	color: #2eb1a5;
}

#products .line {
	margin: 70px 0 0;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	text-align: center;
}

#products .line i {
	position: relative;
	width: 33px;
	height: 33px;
	background: #fff;
	display: inline-block;
	border: 1px #ddd solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	color: #ddd;
	top: -17px;
}

#products h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}

#products ul.other li {
	width: 25%;
}


/* + prodImg
*----------------------------------------------------------------------------*/
.prodImg {
	overflow: hidden;
	position: relative;
}

.prodImg a.prev ,
.prodImg a.next {
	position: absolute;
	width: 42px;
	height: 84px;
	background: #2eb1a5;
	border-bottom: 4px solid #258e84;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	top: 40%;
	z-index: 10;
}

.prodImg a.prev {
	left: -50px;
}

.prodImg a.next {
	right: -50px;
}

.prodImg:hover a.prev {
	left: 0;
}

.prodImg:hover a.next {
	right: 0;
}

.prodImg .bd ul li {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.prodImg .bd ul li img {
	width: 100%;
}


/* + prodDetail
*----------------------------------------------------------------------------*/
.prodDetail {
	margin: 10px 0;
}

.prodDetail h5 {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	font-size: 22px;
}

.prodDetail h5:after {
	position: absolute;
	margin-left: 15px;
	width: 100%;
	height: 6px;
	background: url(/images/28/index/img-aboutTitBg.png);
	display: inline-block;
	bottom: 9px;
	content: "";
}


/* + orderfunction
*----------------------------------------------------------------------------*/
.orderfunction {
	padding: 15px;
	background: #e1eeed;
	border: 1px #ddd solid;
}

.orderfunction p {
	margin: 5px 0;
	font-size: 16px;
}

.orderfunction p strong {
	font-size: 20px;
	font-weight: bold;
	color: #F70D11;
}

.orderfunction p input[type="tel"] {
	padding: 0 5px;
	width: 50px;
	border: 1px #8c8686 solid;
}

.orderfunction p input[type="button"] {
	padding: 5px 10px;
	background: #2eb1a5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-bottom: 2px #258e84 solid;
	display: inline-block;
	font-weight: 600;
	color: #fff;
}

.orderfunction p input[type="button"]:hover {
	background: #3bc7bb;
	border-color: #3bc7bb;
}


/* + prod-art
*----------------------------------------------------------------------------*/
.prod-art {
	margin: 20px 0;
}

.prod-art .tabs {
	margin-left: 10px;
}

.prod-art .tabs li {
	margin: 0 5px;
	padding: 10px 20px;
	display: inline-block;
	border: 1px #ddd solid;
	border-bottom: 0;
}

.prod-art .tabs li a {
	color: #777;
}

.prod-art .tabs li.active {
	border-bottom: 1px #fff solid;
}

.prod-art .tab_container {
	margin-top: -1px;
	padding: 20px;
	border: 1px #ddd solid;
}


/* + ask
*----------------------------------------------------------------------------*/
.ask {
	text-align: right;
}

.ask a {
	margin-top: 15px;
	padding: 10px 20px;
	background: #2eb1a5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-bottom: 2px #258e84 solid;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.ask a:hover {
	background: #3bc7bb;
	border-color: #3bc7bb;
}

.ask a i {
	margin-left: 10px;
	vertical-align: initial;
}


/************ = 適應性 = ************/
/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#products ul li ,
	#products ul.other li {
		width: 50%;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#products ul li ,
	#products ul.other li {
		width: 100%;
	}
	.prod-art .tabs li {
		padding: 10px;
	}
}