.product-list {
	margin: 0 -15px -50px;
}
.product-list .item {
	width: 33.33%;
	padding: 0 15px;
}
.product-list .item a {
	max-width: 300px;
	margin: 0 auto 50px;
	padding: 10px;
	border: 1px solid #DDD;
	text-align: center;
	background-color: #fff;
	position: relative;
}
.product-list .item a:hover {
	border-color: #5B5755;
}
.product-list .item a:hover:before {
	content: "";
	background: rgba(0, 0, 0, 0.6) url(../images/index/product_hover.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.product-list .name {
	display: block;
	color: #444;
	font-size: 16px;
	padding: 15px 0 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.intro-table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	width: 100%;
	margin: 20px 0;
}
.intro-table tr {
	border-bottom: 1px solid #ddd;
}
.intro-table th {
	color: #FF732F;
	width: 70px;
	text-align: left;
}
.intro-table th,  .intro-table td {
	padding: 5px;
	vertical-align: top;
}
.gallery {
	margin-bottom: 60px;
}
.stage {
	float: left;
	width: 61.3%;
	border-right: 3px double #eee;
	padding-right: 2%;
}
.gallery .txt {
	float: right;
	width: 34%;
}
.thumbnails {
	margin-top: 9%;
}
.thumbnails ul {
	margin: -2% -1% 0;
}
.thumbnails ul li {
	width: 50%;
	padding: 2.3% 1% 0;
}
.thumbnails a {
	position: relative;
	opacity: .6;
}
.thumbnails a:hover,  .thumbnails li.active a {
	opacity: 1;
}
.product-name {
	font-size: 22px;
	font-weight:600;
	color: #1C88D0;
	line-height: 1.2;
}
.detail-title {
	position: relative;
	text-align: center;
	line-height: 20px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom:30px;
}
.detail-title:before,  .detail-title:after {
	content: "";
	border-top: 1px solid #eee;
	position: absolute;
	top: 50%;
}
.detail-title:before {
	left: 0;
	right: 50%;
	margin-right: 65px;
}
.detail-title:after {
	right: 0;
	left: 50%;
	margin-left: 65px;
}
.detail-title span {
	font-family: 'Ubuntu Condensed', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	display: inline-block;
	border: solid #D6D6D6;
	border-width: 0 1px;
	padding: 0 10px 0 12px;
}
 @media screen and (max-width: 900px) {
.product-list .item {
	width: 50%;
}
}
 @media screen and (max-width: 640px) {
.stage,  .gallery .txt {
	float: none;
	width: auto;
}
.stage {
	border-right: 0;
	padding-right: 0;
	padding-top: 10px;
}
.thumbnails {
	margin-top: 20px;
}
.thumbnails ul {
	margin: 0 -5px;
}
.thumbnails ul li {
	width: 33.33%;
	padding: 10px 5px 0;
}
}
 @media screen and (max-width: 600px) {
.product-list .item {
	width: auto;
	float: none;
}
.product-list .pic {
	height: auto;
}
.product-list .product-name {
	white-space: normal;
}
}
 @media screen and (max-width: 479px) {
.intro-table tr,  .intro-table th,  .intro-table td {
	display: block;
}
.intro-table tr {
	padding: 5px;
}
.intro-table th,  .intro-table td {
	padding: 0;
}
}
