/*commodity*/
.commodity-big-wrap{
	max-width: 1920px;
	width: 100%;
	float: left;
}
.commodity-wrap{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}
.commodity-wrap h2{
	font-size: 22px;
	font-weight: bolder;
	font-family: "微軟正黑體";
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 1%;
}
.left-left-ads{
	margin-left: 10px;
	float: left;
	height: 530px;
	max-width: 220px;
	width: 100%;
	margin-right:10px;
	background-color: #F5F5F5;
}
.top-ad{
	width: 100%;
	float: left;
	height: 220px;
	background-color: #888;
	background-size: cover;
	background-position: center center;
}
.Keyword{
	background-color: #F5F5F5;
	float: left;
	width: 100%;
	height: 310px;
}
.Keyword span{
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
}
.keyword .keyword-tab{
	width: 100%;
	display: inline-block;
}
.keyword-tab li{
	float: left;
	padding: 3%;
	border-radius: 10px;
	display: inline-block;
	width: 40%;
	margin-right: 2%;
	margin-top: 5%;
	background-color: #fefefe;
}
.left-banner{
	float: left;
	max-width: 320px;
	width: 100%;
	height: 530px;
	background-color: #321A0E;
	font-size: 60px;
	text-align: center;
	line-height: 500px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.left-banner img{
	overflow: hidden;
	width: 100%;
}
.button-more{
	width: 200px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 20px;
	border:1px solid #888;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	background-color: #fefefe;
	position: absolute;
	left:50%;
	bottom: 10%;
	transform: translate(-50%,10%);
}
.right-commodity-them{
	float: right;
	max-width: 870px;
	width: 100%;
	padding-left:20px;
}
.right-commodity-them li{
	width: 24.5%;
	display: inline-block;
	margin-top: 1.5%;
}
.right-commodity-them .img-wrap{
	display: block;
	width: 170px;
	height: 170px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.img-wrap img{
	/* float: left; */
	width: 100%;
	/* position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%); */

}

.right-commodity-them li span{
	font-size: 14px;
    font-weight: bold;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
    letter-spacing: 1px;
    padding-left: 5%;
    padding-right: 5%;
    display: -webkit-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.right-commodity-them li h2{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#333;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	transition: .5s;
	background-color: #F5F5F5;
}

@media (max-width: 1200px){
.commodity-wrap{
	max-width: 1024px;
	width: 100%;
}
.left-banner{
	max-width: 264px;
	margin-left: 25px;
}
.right-commodity-them{
	max-width:700px;
	margin-right: 25px;
}
.button-more{
	width: 140px;
}
}
/*活動商品專區結束*/