@charset "utf-8";
/* CSS Document */

.classNote{
	padding-bottom:10px;
	
	font-size:15px;
	color:#222;
	text-align:center;
	line-height:1.8;}

.classNote img{
	max-width:100%;}

ul.itemList{
	margin:0 -15px;}

ul.itemList li{
	padding:0 20px 50px 20px;}

ul.itemList li .item{
	overflow: hidden;
	background: #fff;
	padding: 30px 20px 30px 20px;
	box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.05);
	position:relative;
}
ul.itemList li .item a.classitem{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:block;
	z-index: 50;
	color:#fff;
	font-size: 32px;
	font-family: 'cwTeXFangSong';
	transition: 0.9s;
}

ul.itemList li:hover .item a.classitem{
	transition: 0.9s;
}

ul.itemList li .item a.classitem:before{
	display: block;
	content: "";
	position:absolute;
	z-index: 10;
	width: 500px;
	height: 500px;
	background:#ac9f88;
	border-radius: 99em;
	transition: 2.9s;
	transform: translate(100%,100%) scale(0.5);
	
}
ul.itemList li:hover .item a.classitem:before{
	transform: translate(0%,0%) scale(2.5);
	-webkit-animation-name: goodsbg; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 1.6s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: goodsbg;
	animation-duration: 1.6s;
	animation-fill-mode: forwards;
	transition: 1.9s;
	
}
ul.itemList li .item a.classitem span{
	
	position:absolute;
	z-index: 15;
	opacity: 0;
	transition: 0.6s;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%,-50%);
	

}
ul.itemList li:hover .item a.classitem span{
	opacity: 1;
	transition: 0.6s;
	transition-delay: 0.8s;
}
ul.itemList li .item .Img img{
	width: 100%;
	display: block;
}
ul.itemList li .item b.code{
	line-height: 40px;
	height: 40px;
	color: #777;
	font-weight: normal;
	font-size: 13px;
	display: block;
	text-align: right;
	padding-right: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow : ellipsis;
}
ul.itemList li .item .Txt{
	padding:20px 40px 0 0;
}
ul.itemList li .item .Txt h3,
ul.itemList li .item .Txt h3 a{
	font-weight: normal;
	line-height: 1.5;
color:#785f4d;
	font-size: 25px;
	font-family: 'cwTeXFangSong';
}
ul.itemList li .item .Txt div.spec{
	color:#777;
	font-size: 13px;
	line-height: 20px;
	height:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow : ellipsis;
}
ul.itemList li .item .Txt p{
	color:#a1a1a1;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	margin:25px 0;
}
ul.itemList li .item .Txt div.price{
	border-top:1px solid #ededed;
	padding-top:10px;
	margin-top: 10px;
	color:#785f4d;
	font-size:15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow : ellipsis;
	padding-left: 5px;
}
		
/******內頁******/
.contentBox{}

/*產品介紹區*/
.productIntro{}

.productIntro .albumBox{
	margin-right:30px;
	padding:0;}

.productIntro .albumBox .Img img{/*產品大圖*/
	width:100%;
}

.productIntro .albumBox ul.side_album{
margin: 10px -10px 0 0px;
	width:100%;}



/*產品介紹縮圖文字*/
.introBox{
	overflow:hidden;}

.introBox .fbBox{}

.introBox b.code{/*商品編號*/
	display:block;
	font-size:16px;
	font-weight: 500;
	color:#b1a073;
	font-weight:normal;
}

.introBox .Txt{
	margin-top:20px;
	font-size:16px;
	color:#6C6C6C;
	line-height:1.6;}

.introBox .share{
	clear:both;
	padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dashed #e1e1e1;}

.introBox .share b{
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	color:#666;}

.introBox .share a{
	display:inline-block;
	width:25px;
	text-align:center;
	font-size:18px;
	color:#666;}

.introBox .share a:hover{
	opacity:0.8;}
	
/*訂購規格區*/
.orderTable{
	padding-top:10px;
	margin-top:10px;
	border-top:1px dashed #e1e1e1;}

.orderTable table{}

.orderTable table th{
	padding:10px;
	font-size:15px;
	color:#6C6C6C;}

.orderTable table td{
	padding:5px;
	color:#6C6C6C;}

.orderTable table td select{
	padding:4px;}

.orderTable table tr:first-child th{}

.orderTable table tr:first-child td{}

.orderTable table tr:nth-child(odd){
	background:#f1f1f1;}
	
.orderTable table td b{
	font-size:15px;
	font-weight:normal;
	color:#6C6C6C;}

.orderTable .orderNote{/*處理備註*/
	padding-top:10px;}

.orderTable .orderNote textarea{/*處理備註*/
	width:100%;
	height:80px;
	padding:5px;
	border: 1px solid #C5C5C5;
	color:#2f2f2f;
	line-height: 20px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.orderTable .btn{
	padding-top:20px;
	text-align:center;}



/*767*/
@media (max-width: 767px){
	.productIntro .albumBox{
		float:none;
		margin:0 0 30px 0;}
}
/*767 end*/

/*480*/
@media (max-width: 480px){}
/*480 end*/



ul.itemList li .item .Img img {
  width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}

@media (max-width: 1600px) {
ul.itemList li .item .Img img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
ul.itemList li .item .Img img {
    height: 200px;
  }
}
@media (max-width: 768px) {
ul.itemList li .item .Img img {
    height: 250px;
  }
}
@media (max-width: 480px) {
ul.itemList li .item .Img img {
    height: 200px;
  }
}


.productIntro .albumBox .Img img {
	width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
}

@media (max-width: 1600px) {
.productIntro .albumBox .Img img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
.productIntro .albumBox .Img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
.productIntro .albumBox .Img img {
    height: 400px;
  }
}
@media (max-width: 480px) {
.productIntro .albumBox .Img img {
    height: 300px;
  }
}