.all-wrap{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}



/*主選單*/
.main-menu{
	width: 100%;
	float: left;
}
.main-menu-wrap{
    margin-top: 30px;
    margin-left: auto;
	margin-right: auto;
}
.main-menu-wrap li{
	display: inline-block;
	margin-left: 1%;
	width: 10.7%;
	border-radius: 15px;
	text-align: center;
	padding-bottom: 1.5%;
}
.main-menu-wrap span{
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
}

.menu-img-wrap{
    cursor: pointer;
}


}
/*活動*/
.Activity-box-gib-wrap{
	max-width: 1920px;
	width: 100%;
	float: left;
}
.Activity-box-wrap{
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Activity-box-wrap h2{
	text-align: center;
	font-weight: bolder;
}
.Activity-box{
     width: 100%;
     float: left;
     margin-left: 0%;
     margin-top: 2%;
     margin-bottom: 2%;
}
 .Activity-box li{
     float: left;
     width: 18%;
     background-color: #fefefe;
     border-radius: 20px;
     margin-left: 1%;
     border-radius: 20px;
     overflow: hidden;
}
 .Activity-box li:hover{
     transform: translateY(-10px);
     transition: .5s;
}
 .Activity-box li img{
     width: 100%;
     border-radius: 20px;
}
@media (max-width: 1024px) {
     .Activity-box{
         width: 100%;
         float: left;
         margin-left: 0%;
         margin-top: 2%;
         margin-bottom: 2%;
         margin-left: 0%;
    }
     .Activity-box li{
         float: left;
         width: 47%;
         background-color: #fefefe;
         border-radius: 20px;
         margin-left: 2.2%;
         margin-top: 2%;
    }
     .Activity-box li img{
         width: 100%;
    }
}

/*本周精選*/
.Featured-wrap{
	max-width: 1200px;
	width: 100%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
}
.title{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 2px;
	display: flex;
	justify-content:space-around;
	padding-top: 2%;
}
.left-box{
	flex: 2;
	margin-top: 50px;
	width: 300px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.left-box img{
	width: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	height: 100%;
}
.center-box{
	height: 400px;
	flex: 4;
	margin-top:  50px;
	margin-left: 25px;
	margin-right: 25px;
	width: 550px;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.center-box img{
	width: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	height: 100%;
}
.right-box{
	height: 400px;
	flex: 2;
	margin-top: 50px;
	width: 300px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.right-box img{
	width: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);object-fit: cover;
	height: 100%;
}
/*本周精選結束*/
/*fashion活動專區*/
.fashion-style{
	background-color: #fff;
}
/*fashion活動專區結束*/
/*免運特別館*/
.free-car-wrap{
	max-width: 1920px;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.free-car{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	padding: 0px;
	display: flex;
}
.free-car li{
	margin-right: 2%;
	margin-left: 2%;
	display: flex;
	height: 220px;
	overflow: hidden;
	border-right: 2px solid #F8F8F8;
	border-left: 2px solid #F8F8F8;
}
.left-img{
	display: flex;
    flex: 1;
    width: 150px;
    height: 150px;
    position: relative;
}
.left-img img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.title-commodity-name-wrap{
	flex-direction:column;
	display: flex;
	flex: 2;
}
.title-commodity-name{
  padding: 2em;
}
.title-commodity-name p{
	font-size: 15px;
	font-weight: bolder;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.free-commodity-price{
	flex: 4;
	color:red;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	align-items:flex-end;
	font-weight: bolder;
}]

/*免運特別館結束*/
.chenal-big-wrap{
	max-width: 1920px;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.chenal-wrap{
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
.chenal-wrap .title{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 2px;
	float: left;
	margin-bottom: 5%;
}
.chenal li{
	padding: 10px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	width: 30%;
	overflow: hidden;
}
.chenal li:hover .top-box img{
	-webkit-filter:saturate(1);
	transition: .5s;
}
.top-box{
	width: 100%;
	float: left;
	position: relative;
}
.top-box-img-wrap{
	width: 300px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.top-box img{
	width: 100%;
	-webkit-filter:saturate(0.5);
	transition: .5s;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
}

.name-chenal{
	padding:1%;
	border-radius: 10px;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0%,0%,0%,0.6);
}
.name-chenal h2{
	width: 100%;
	font-size: 20px;
	color:#fff;
	font-weight: bolder;
	letter-spacing: 2px;
	text-align: center;
}
.name-chenal span{
	font-size: 14px;
	color:#fff;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
.bottom-box{
	width: 100%;
	float: left;
	padding-top: 1%;
	padding-bottom: 1%;
	
}
.life-title{
	width: 100%;
}
.life-title h3{
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}

.life-title p{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
	line-height: 25px;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.commodity-box{
	float: left;
	width: 47%;
	margin-left: 1%;
	margin-right: 1%;
}
.img-wrap-sm{
	position: relative;
	width: 130px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
}
.img-wrap-sm img{
	position: absolute;
	width: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.name{
	width: 100%;
	font-size: 14px;
	color:#333;
	font-weight: 600px;
	letter-spacing: 0.5px;
	text-align: center;
}
.price{
	color:red;
	font-weight: bolder;
	font-size: 20px;
	width: 100%;
	text-align: center;
}

