@charset "utf-8";
/* CSS Document */


.product-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

.product-section {
	margin-top: 0px;
	margin-bottom: 0px;
}

}

.product-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.product-top .title {
	float: left;
	color: #484a57;
	width: 100%;
	font-size: 1.95em;
	line-height: 1.4;
	font-weight: 1000;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

	.product-top .title {
		font-size: 1.6em;
		margin-top: 10px;
	}

}

.product-bottom {
	float: left;
	width: 100%;
	min-height: 400px;
	margin-bottom: 50px;
}

.product-bottom .product-list {
	float: left;
	width: 100%;
}

.product-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-list li {
	float: left;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	.product-list li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 5%;
	}

	.product-list li:nth-child(2n+1) {
		/*排列*/
		clear: both;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

.product-list li {
	width: 31.333%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
}

.product-list li:nth-child(3n+1) { /*排列*/
   clear: both;
}

}

@media only screen and (min-width: 1001px) {

.product-list li {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
}

.product-list li:nth-child(4n+1) { /*排列*/
   clear: both;
}

}

.product-list li .figcaption img {
	width: 100%;
	height: auto;
}

.product-list li:hover {
	transition: 0.3s;
	opacity: 0.8;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

.product-list .item .textBox {
	float: left;
    width: 100%;
}

.product-list .item .number {
	font-size: 0.8em;
	float: left;
	width: 100%;
	color: #647d93;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2;
	padding-top: 10px;
}

.product-list .item .title {
	font-size: 1em;
	float: left;
	width: 100%;
	color: #000000;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.5;
}

}

@media only screen and (min-width: 768px) {

.product-list .item {
	overflow: hidden;
}

.product-list .item .image {
    display: block;
    width: 100%;
    height: auto;
}

.product-list .item .textBox {
	float: left;
    width: 100%;
}

.product-list .item .number {
	font-size: 0.8em;
	float: left;
	width: 100%;
	color: #647d93;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2;
	padding-top: 10px;
}

.product-list .item .title {
	font-size: 1em;
	float: left;
	width: 100%;
    color: #000000;
	width: 100%;
	text-align: center;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	line-height: 1.5;
}

}

.product-list .item .photo {
	float: left;
	width: 100%;
	position: relative;
}

.product-list .item .photo img {
	float: left;
	width: 100%;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.product-list .item .triangle1 {
	float: left;
	width: 100%;
	position: absolute;
	left: -10px;
	top: -10px;
}

.product-list .item .triangle2 {
	float: right;
	width: 100%;
	position: absolute;
	right: -10px;
	bottom: -10px;
}


@media only screen and (min-width: 1px) and (max-width: 767px) {

.product-list .item .triangle1 img {
	float: left;
	width: 50px;
}

.product-list .item .triangle2 img {
	float: right;
	width: 50px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

.product-list .item .triangle1 img {
	float: left;
	width: 60px;
}

.product-list .item .triangle2 img {
	float: right;
	width: 60px;
}

}

@media only screen and (min-width: 1201px)  {

.product-list .item .triangle1 img {
	float: left;
	width: 80px;
}

.product-list .item .triangle2 img {
	float: right;
	width: 80px;
}

}




