@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/peggy/fonticons/css/style.css');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 animate 的 js */
@import url('/webeip/HT00100/Peggy/js/wow.js');

/* 以下是 slick-1.8.1 的相關 CSS */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick.css');
/* Add the new slick-theme.css if you want the default styling */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick-theme.css');

/* 以下是swiper-4.5.0 css */
@import url(/webeip/HT00100/Peggy/swiper-4.5.0/css/swiper.min.css);

/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');

/* 大圖輪播器 carousel10 */
	.carousel10_main{
		position: relative;
		width: 100%;
		max-width: 1250px;
		margin: 0 auto;
	}
	.carousel10_main .carousel10{ margin-bottom: -5px; }
	.carousel10_a{
		display: block;
	    width: 100%;
	}
	.carousel10_img{
		display: block;
		vertical-align: top;
	    width: 100%;
	    height: 0;
	    padding-bottom: 50vh;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	/* 圖片說明 */
	.carousel10 .slick-slide a{
		position: relative;
    	display: inline-block;
	}
	.carousel10 .slick-slide a span{
		position: absolute;
	    display: block;
	    width: 100%;
	    top: 50%;
	    padding: 30px 0;
	    box-sizing: border-box;
	    transition: all 1s;
	    text-align: right;
	}
	.carousel10_txt > i{
		display: block;
		width: 100%;
		font-style: normal;
	    padding: 0 20px 10px;
	    box-sizing: border-box;
	    color: #fff;
	}
	.carousel10 .slick-slide a span .carousel10_title{
		right: -100%;
		transition: all 1s;
	}
	.carousel10 .slick-slide a span .carousel10_detail{
		right: -100%;
		transition: all 1.5s;
	}
	.carousel10_txt > .carousel10_title{ font-size: 2.25rem; position: relative; text-shadow: black 0em 0em 0.1em;}
	.carousel10_txt > .carousel10_detail{ font-size: 1.25rem; position: relative; text-shadow: black 0em 0em 0.1em;}
	.carousel10 .slick-active a span .carousel10_title,
	.carousel10 .slick-active a span .carousel10_detail{ right: 0; }


	/* 箭頭 */
	.carousel10 .slick-prev, .carousel10 .slick-next{
		width: 40px;
    	height: 50px;
    	transition: all .3s linear;
	}
	.carousel10 .slick-next, .carousel10 .slick-next:hover, .carousel10 .slick-next:focus{
		background: url(/webeip/HT00100/Peggy/carousel10/img/arrow-right-w.svg);
		background-repeat: no-repeat;
		background-size: contain;
		right: 5px;
		background-color: rgba(0,0,0,.3);

	}
	.carousel10 .slick-prev, .carousel10 .slick-prev:hover, .carousel10 .slick-prev:focus{
		background: url(/webeip/HT00100/Peggy/carousel10/img/arrow-left-w.svg);
		background-repeat: no-repeat;
    	background-size: contain;
		left: 5px;
		z-index: 99;
		background-color: rgba(0,0,0,.3);
	}
	.carousel10 .slick-next:before{
		content: '';

	}
	.carousel10 .slick-prev:before{ display: none; }
	/* 下方點點 */
	.carousel10 .slick-dots{
		display: flex;
		bottom: 15px;
		width: auto;
		left: 10px;
		z-index: 1;
	}
	.carousel10 .slick-dots li{
		width: 15px;
		height: 15px;
	}
	.carousel10 .slick-dots li button{
		height: 0; 
		padding: 0;
	}
	.carousel10 .slick-dots li button:before{
		content: '';
		background-color: #000000;
		width: 15px;
		height: 15px;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		transition: all .3s;
		opacity: .5;
		border-radius: 50%;
	}
	.carousel10 .slick-dots li.slick-active button:before{
		opacity: 1;
	}
	/* 下滑按鍵 */
	.sliderdownbtn{
		position: absolute;
		bottom: 0;
		right: 0;
		cursor: pointer;
		border-radius: 50%;
		width: 30px;
		height: 100px;
		text-align: center;
		z-index: 1;
	}
	.sliderdownbtn_arrow{
		width: 5px;
		height: 70%;
		background-color: rgba(255,255,255,.8);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.sliderdownbtn_arrow:after{
		position: absolute;
		content: '';
		width: 5px;
		height: 20px;
		background-color: rgba(255,255,255,.8);
		transform: rotate(-45deg);
		bottom: -5px;
		right: 6px;
	}
	@media all and (max-width: 768px){
		.sliderdownbtn{ display: none;}
	}
	@media all and (max-width: 425px){

		.carousel10 .slick-dots li{
			width: 10px;
			height: 10px;
		}
		.carousel10 .slick-dots li button:before{
			width: 10px;
			height: 10px;
		}
		.slick-slide a span{
			padding: 5px 0;
		}
		.carousel10_txt > i{
			padding: 0 20px 5px;
		}
		.carousel10_txt > .carousel10_title{ font-size: 1.5rem; }
		.carousel10_txt > .carousel10_detail{ font-size: 1.15rem; }
	}
	.bodywrap{
		width: 100%;
		max-width: 1250px;
		overflow: hidden;
		margin: 0 auto;
	}
	.bodymain, .bodymain2{ width: 100%; margin: 30px auto;}
/* 大類區塊-圖像廣告連結 */
	.imgadlink_main{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	.imgadlink_group{
		position: relative;
		transition: all .3s;
	}
	.imgadlink_group .adimg{ width: 100%; }
	.imgadlink_group .adimg a{
		width: 100%;
		display: block;
		position: relative;
	}
	.imgadlink_group .adimg a img{
		width: 100%;
		vertical-align: top;
		-webkit-filter: brightness(.8);
		filter: brightness(.8);
	}
	.imgadlink_group .adtxt a{
		position: absolute;
		top: 20%;
		left: 0;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		transition: all .3s;
	}
	.imgadlink_group .adtitle{
		display: block;
		font-size: 2.5rem;
		font-family: 'Be Vietnam Pro', sans-serif;
		color: #fff;
		font-weight: bold;
		letter-spacing: 5px;
		padding-left: 5px;
		box-sizing: border-box;
	}
	.imgadlink_group .adexplain{
		color: #fff;
		padding-left: 10px;
		box-sizing: border-box;
		font-size: 1.25rem;
	}
	.imgadlink_group > .adimg a:before,
	.imgadlink_group > .adimg a:after{
		position: absolute;
		content: '';
		z-index: 99;
		width: 0;
		height: 1px;
		background-color: #fff;
		transition: all .3s;
	}
	.imgadlink_group > .adimg a:before{
		top: 10px;
		left: 0;
		
	}
	.imgadlink_group > .adimg a:after{
		bottom: 10px;
		right: 0;
	}
	.imgadlink_group:hover .adimg a:before,
	.imgadlink_group:hover .adimg a:after{
		width: 100%;
	}
	.imgadlink_group > .adimg:before,
	.imgadlink_group > .adimg:after{
		position: absolute;
		content: '';
		z-index: 99;
		width: 1px;
		height: 0;
		background-color: #fff;
		transition: all .3s;
	}
	.imgadlink_group > .adimg:before{
		top: 0;
		left: 10px;
		
	}
	.imgadlink_group > .adimg:after{
		bottom: 0;
		right: 10px;
	}

	.imgadlink_group:hover .adimg:before,
	.imgadlink_group:hover .adimg:after{
		height: 100%;
	}

	.imgadlink_group:hover .adimg a img{
		-webkit-filter: brightness(1);
		filter: brightness(1);
	}
	.imgadlink_group:hover .adtxt a{
		background-color: rgba(0,0,0,.2);
	}

	/* 第一區塊 */
		.bodymain .imgadlink_group{
			width: calc(95% / 3);
		}
		.bodymain .imgadlink_group:nth-child(2){
			margin: 0 calc(5% / 2);
		}
/* 大類區塊-圖像廣告連結 */
	.imgadlink_main2{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 500px;
	}
	.imgadlink_group2{
		position: relative;
		transition: all .3s;
	}
	.imgadlink_group2 .adimg2{ width: 100%; }
	.imgadlink_group2 .adimg2 a{
		width: 100%;
		display: block;
		position: relative;
	}
	.imgadlink_group2 .adimg2 a div{
		width: 100%;
		height: 500px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		transition: all .5s;
		vertical-align: top;
		-webkit-filter: brightness(.8);
		filter: brightness(.8);
	}
	.imgadlink_group2 .adtxt2 a{
		position: absolute;
		top: 20%;
		left: 0;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		transition: all .3s;
	}
	.imgadlink_group2 .adtitle2{
		display: block;
		font-size: 2.5rem;
		font-family: 'Be Vietnam Pro', sans-serif;
		color: #fff;
		font-weight: bold;
		letter-spacing: 5px;
		padding-left: 5px;
		box-sizing: border-box;
	}
	.imgadlink_group2 .adexplain2{
		color: #fff;
		padding-left: 10px;
		box-sizing: border-box;
		font-size: 1.25rem;
	}
	.imgadlink_group2 > .adimg2 a:before,
	.imgadlink_group2 > .adimg2 a:after{
		position: absolute;
		content: '';
		z-index: 99;
		width: 0;
		height: 1px;
		background-color: #fff;
		transition: all .3s;
	}
	.imgadlink_group2 > .adimg2 a:before{
		top: 10px;
		left: 0;
		
	}
	.imgadlink_group2 > .adimg2 a:after{
		bottom: 10px;
		right: 0;
	}
	.imgadlink_group2:hover .adimg2 a:before,
	.imgadlink_group2:hover .adimg2 a:after{
		width: 100%;
	}
	.imgadlink_group2 > .adimg2:before,
	.imgadlink_group2 > .adimg2:after{
		position: absolute;
		content: '';
		z-index: 99;
		width: 1px;
		height: 0;
		background-color: #fff;
		transition: all .3s;
	}
	.imgadlink_group2 > .adimg2:before{
		top: 0;
		left: 10px;
		
	}
	.imgadlink_group2 > .adimg2:after{
		bottom: 0;
		right: 10px;
	}

	.imgadlink_group2:hover .adimg2:before,
	.imgadlink_group2:hover .adimg2:after{
		height: 100%;
	}

	.imgadlink_group2:hover .adimg2 a div{
		-webkit-filter: brightness(1);
		filter: brightness(1);
	}
	.imgadlink_group2:hover .adtxt2 a{
		background-color: rgba(0,0,0,.2);
	}

	/* 第二區塊 */
		.bodymain2 .imgadlink_group2:first-child{
			width: 56.5%;
			margin-right: 1.25%;
		}
		.bodymain2 .imgadlink_group2:nth-child(2),
		.bodymain2 .imgadlink_group2:nth-child(3){
			width: 41%;
			margin-left: 1.25%;
		}
		.bodymain2  .imgadlink_group2:nth-child(2) .adimg2 a div{
			margin-bottom: 30px;
		}
		.bodymain2  .imgadlink_group2:nth-child(2) .adimg2 a div,
		.bodymain2  .imgadlink_group2:nth-child(3) .adimg2 a div{
			height: 235px;
		}
/* 精選商品 */
	.hotproduct_main{
		width: 100%;
		padding: 20px 0 80px;
	}
	.hotproduct_title{
		width: 100%;
		max-width: 1200px;
		margin: 40px auto 20px;
	}
	.hotproduct_title_txt{
		display: inline-block;
		border-top: 5px solid #1165ab;
		border-bottom: 5px solid #1165ab;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	
/* 商品上架 */
	.hotproduct_content{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.hotproduct_content .product{
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    max-width: 280px;
	    margin: 10px;
	    border: 1px solid #DDD;
	    box-sizing: border-box;
	    transition: all .3s;
	}
	.hotproduct_content .product:hover{ border: 1px solid #BBB; }

	.hotproduct_content .product .product_box{
		position: relative;
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    max-width: 100%;
	}

	.hotproduct_content .product_detail{
		position: relative;
    	overflow: hidden;
    	cursor: pointer;
	}
	.hotproduct_content .product_img{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	.hotproduct_content .product_img > img{
		vertical-align: top;
		max-width: 100%;
	}
	.product_detail > span{
		position: absolute;
		width: 20%;
		height: 100%;
		top: 0;
		right: -100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.75rem;
		color: #fff;
		transition: all .5s;
		background-color: rgba(0,0,0,.5);
		letter-spacing: 10px;
		padding-top: 10px;
		box-sizing: border-box;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		font-family: 'Lora', serif;
	}
	.hotproduct_content .product_detail:hover > span{
		right: 0;
	}
	.hotproduct_content .product_tags{
		position: absolute;
		display: block;
		width: 100%;
		margin: 0 auto;
    	bottom: 10px;
		height: 22px;
		overflow-y: hidden;
		display: none;
	}
	.hotproduct_content .product_tags > a{
		display: inline-block;
		background-color: rgba(24,102,220,0.9);
		color: #FFF;
		padding: 0.1rem 0.15rem;
		box-sizing: border-box;
		border-radius: 2px;
		font-size: 0.7rem;
		margin: 0.1rem;
	}
	.hotproduct_content .product_address{
		width: 100%;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 0.8rem;
		color: #6A9E79;

		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.hotproduct_content .product_city{
		display: inline-block;
		font-size: 0.7rem;
		margin: 0 5px 0 0;
		background-color: #7092BE;
		color: #FFF;
		padding: 0.1rem 0.25rem;
		box-sizing: border-box;
		border-radius: 2.5px;
	}
	.hotproduct_content .product_title{
		width: 100%;
	    padding: 0 1rem;
	    margin: 0.25rem 0;
	    box-sizing: border-box;
	    font-size: 1rem;
	    font-weight: bold;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    white-space: normal;
	    min-height: 40px;
	}
	.hotproduct_content .product_title a{ color: #000; transition: all .5s;}
	.hotproduct_content .product_title a:hover{ color: #71a4ab; }
	.hotproduct_content .product_description{
		width: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		min-height: 40px;
	}
	.hotproduct_content .product_price{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}

	.hotproduct_content .product_marketprice{
		display: block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 0.8rem;
		text-decoration:line-through;
		color: #888;
	}
	.hotproduct_content .product_saleprice{
		display: block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 1.1rem;
		font-weight: bold;
		color: #B93737;
	}
	.hotproduct_content .product_buynow{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.5rem 0.25rem;
		box-sizing: border-box;
		font-size: 1.1rem;
		background-color: #1165ad;
		color: #FFF;
		position: relative;
	}
	.hotproduct_content .product_buynow span{
		z-index: 2;
	    display: block;
	    position: relative;
	}
	.hotproduct_content .product_buynow:before{
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 0%;
	    height: 100%;
	    z-index: 1;
	    opacity: 0;
	    background-color: rgba(0,0,0,0.5);
	    transition: all 0.3s;
	}
	.hotproduct_content .product_buynow:hover:before{
		opacity: 1;
    	width: 100%;
	}

@media all and (max-width: 920px){
	.imgadlink_group .adtitle{
		font-size: 1.5rem;
		letter-spacing: 2px;
    	padding-left: 2px;
	}
	.imgadlink_group .adexplain{
		padding-left: 5px;
		font-size: 1rem;
	}
}
@media all and (max-width: 768px){

	.hotproduct_content .product_img{ height: 30vw; }
	.product_img_box{
		position: static;
	    opacity: 1;
	    height: 100%;
	}
	.product_img_box a{ font-size: 1rem; }
	.hotproduct_content .product{
		width: 48%;
    	margin: 5px 1%;
	}
	.hotproduct_content .product_title{ text-align: center; }
}
@media all and (max-width: 610px){

	.bodymain{
		margin: 30px auto 0;
	}
	.bodymain2{
		margin: 0 auto 30px;
	}
	.imgadlink_main2{
		flex-direction: unset;
		height: auto;
	}

	.bodymain .imgadlink_group,
	.bodymain .imgadlink_group:nth-child(2),
	.bodymain2 .imgadlink_group2:first-child,
	.bodymain2 .imgadlink_group2:nth-child(2),
	.bodymain2 .imgadlink_group2:nth-child(3){
		width: 90%;
   		margin: 20px auto;
	}
	.bodymain2 .imgadlink_group2:first-child .adimg2 a div,
	.bodymain2 .imgadlink_group2:nth-child(2) .adimg2 a div,
	.bodymain2 .imgadlink_group2:nth-child(3) .adimg2 a div{
		height: 60vw;
	}
	.imgadlink_group .adtitle,
	.imgadlink_group2 .adtitle2{
		font-size: 2rem;
		letter-spacing: 2px;
    	padding-left: 2px;
	}
	.imgadlink_group .adexplain
	.imgadlink_group2 .adexplain2{
		padding-left: 5px;
		font-size: 1.25rem;
	}

	.imgadlink_group .adimg a img,
	.imgadlink_group2 .adimg2 a div{
		-webkit-filter: brightness(1);
		filter: brightness(1);
	}
	.bodymain2 .imgadlink_group2:nth-child(2) .adimg2 a div{ margin-bottom: 0; }
	.imgadlink_group .adtxt a,
	.imgadlink_group2 .adtxt2 a{
		background-color: rgba(0,0,0,.2);
	}
}