/****** 公版區start ******/
/*外框-contentWrap，商品區外框-container*/
.T1-3xn .contentWrap, .T1-3xn .container{
	display: flex;
	flex-wrap: wrap;
}
.items-contentWrap{ text-align: left; }

.t1-4xn .container{
	display: flex;
	flex-wrap: wrap;
}
.t1-5xn .container{
	display: flex;
	flex-wrap: wrap;
}


/* 首區 */
.T1-3xn .contentWrap .firstItem{ width: 26%; }
.firstItem-content{ }		
.firstItem-title{ font-weight: 800; }
.firstItem-msg{ white-space:pre-wrap;}
.firstItem-linksWrap{ }
.firstItem-btn{  }
.firstItem-btn a{ display: inline; white-space:nowrap; font-weight: 600;  }
.firstItem-btn a:hover{  }

/* 商品區 */
.T1-3xn .contentWrap .container{ width: 74%; }
.T1-3xn .container .items{
	box-sizing: border-box;
	flex-grow: 1;
	width: calc(( 100% / 3 ) - 8px );
	margin: 4px;
}
.t1-4xn .container .items{
	box-sizing: border-box;
	flex-grow: 1;
	width: calc(( 100% / 4 ) - 8px );
	margin: 4px;
}
.t1-5xn .container .items{
	box-sizing: border-box;
	flex-grow: 1;
	width: calc(( 100% / 5 ) - 8px );
	margin: 4px;
}

.container .items{  }
.container .items a{ height: 100%; background: #fff; }
.content-PdName{
	width: 100%;
	padding: 1% 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 3em;
	min-height: 2.6em;
}
.content-priceWrap{ 
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: end;
}
.content-price_o{ padding: 1% 2%; }
.content-price_s{ padding: 1% 2%; }
.content-slogan{
	text-align: center;
	line-height: 2em;
	padding: 0px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
 }
.dep{ padding: 3% 4%; }
/****** 公版區end ******/



/****************************************************************
M
****************************************************************/

@media screen and ( max-width: 768px ){
	/* -----------------------------------------------------
	格式-M
	------------------------------------------------------- */ 	
	.T1-3xn .contentWrap .firstItem{ width: 100%;  }		
	.T1-3xn .contentWrap .container{ width: 100%;  }
	.T1-3xn .container .items{ width: calc(( 100% - 8px ) /2 ); margin: 0 2px 5px 2px; }
	.t1-5xn .container .items{ width: calc(( 100% - 8px ) /2 ); margin: 0 2px 5px 2px; }
	.content-PdName{
		-webkit-line-clamp: 4;
		min-height: 3em;
	}
	.content-priceWrap{ 
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-self: end;
	}
	.content-price_o{ padding: 1% 2% 0 2%; }
	
}








