#product{
	position: relative;
    z-index: 2;
}
#product .pList{
	overflow:hidden;
}
#product .pList >div{
	float:left;
	width:22%;
	margin-right:4%;
	margin-bottom:50px;
}
#product .pList >div:nth-child(4n){
	margin-right:0;
}
#product .pList .pbox{
    margin: 0 15px;
	position:relative;
	z-index:1;
}
#product .pList .pbox:after{
	position: absolute;
    left: -5px;
    display: block;
    background: #c4feff;
    width: 68px;
    height: 18px;
    transform: skewX(-35deg);
    z-index: 2;
    content: '';
    top: 50%;
}
#product .pList .pbox .photo{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid rgb(253, 249, 246);
	overflow:hidden;
}
#product .pList .pbox .photo:hover{
    border: 5px solid #2a6b8a;	
}
#product .pList .pbox .photo a{
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#product .pList .pbox .photo a:before{
	position:absolute;
	content:'';
	background-image:url(/images/43/products-hover.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:2;
	width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.54);
    border-radius: 50%;
    bottom: -100%;
	transition:all ease-in-out 0.3s;
}
#product .pList .pbox .photo:hover a:before{
    bottom: 0%;
}
#product .pList .pbox .photo a img{
	width:100%;
}
#product .pList .pbox .info{
	margin-top: 20px;
}
#product .pList .pbox .info h3{
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#product .pList .pbox .info h3 a{
	color:#333131;
	font-size:22px;
}
#product .pList .pbox .info h3 a:hover{
	color:#2a6b8a;
}
#product .pList .pbox .info span{
	display:block;
	width:80%;
	height:1px;
	background:#333131;
    margin: 5px auto 15px;
}
#product .pList .pbox .info article{
    color: #666666;
    font-size: 15px;
    text-align: center;
    margin: 10px auto 5px;
	height:46px;
	overflow:hidden;
    width: 80%;
}
#product .pList .pbox .info .price{
	color:#df0a0a;
	font-size:14px;
	text-align:center;
}
/**********內頁**********/
#product-detail{
}
#product-detail .productIntro{
	overflow:hidden;
}
#product-detail .productIntro .p-album{
	float:left;
	width:48%;
}
#product-detail .productIntro .p-txt{
	float:right;
	width:48%;
}
#product-detail .productIntro .p-album .slider-for{
	padding: 0 50px;
}
#product-detail .productIntro .p-album .slider-for div div{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#product-detail .productIntro .p-album .slider-nav{
	width: 50%;
    margin: 0 auto;
}
#product-detail .productIntro .p-album .slider-nav div div{
    margin: 0 3px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#product-detail .productIntro .p-album .slider-nav div div img{
	border:1px solid #d5caa5;
	width: calc(100% - 2px);
}
#product-detail .productIntro .p-txt .p-txt-detail{
}
#product-detail .productIntro .p-txt .p-txt-detail .subname{
	color:#7694a2;
	font-size:14px;
}
#product-detail .productIntro .p-txt .p-txt-detail h2{
	color:#43341e;
	font-size:30px;
	line-height: 110%;
	margin: 10px 0;
	font-weight: normal;
}
#product-detail .productIntro .p-txt .p-txt-detail .proSubDes{
	color:#7694a2;
    font-size: 16px;
    margin: 30px 0;
}
#product-detail .productIntro .p-txt .p-txt-detail .proSubDes2{
	color:#43341e;
	font-size:14px;
	margin: 20px 0;
}
#product-detail .product-bottom-show .howmuch{
	text-align:right;
}
#product-detail .product-bottom-show .howmuch .shopcount,
#product-detail .product-bottom-show .howmuch .shoptype{
	color:#3d3d3d;
	font-size:14px;
	display:inline-block;
}
#product-detail .product-bottom-show .howmuch input{
	display: inline-block;
    border: 1px solid #cfcfcf;
    padding: 3px 5px;
    font-size: 14px;
	width: 50px;
}
#product-detail .product-bottom-show .howmuch dd{
	display:inline-block;
	margin-left: 0;
}
#product-detail .product-bottom-show .price{
	margin: 10px 0 20px;
}
#product-detail .product-bottom-show .price p{
	color:#5d5c58;
	font-size:16px;
}
#product-detail .product-bottom-show .price strong{
	color:#a8110a;
	font-size:24px;
	margin-left:15px;
}
#product-detail .product-bottom-show .price p.money-old {
}
#product-detail .product-bottom-show .price p.money-old strong{
	color: #5d5c58;
    font-size: 16px;
    vertical-align: baseline;
    text-decoration: line-through;
}

#product-detail .product-bottom-show .shophelper{
	text-align:right;
}
#product-detail .product-bottom-show .shophelper a,
.product-bottom-show .ask a{
	color:#fff;
	background:#990000;
	display:inline-block;
	font-size:16px;
	padding: 10px 20px;
    margin-top: 10px;
}
#product-detail .product-bottom-show .shophelper a b{
	margin-left:20px;
}
#product-detail .product-bottom-show .shophelper a.add{
	background:#dab867;
}
.product-bottom-show{
	overflow:hidden;
	margin-top: 40px;
}
.product-bottom-show #product-article{
	float:left;
	width:65%;
}
.product-bottom-show #product-buy,
.product-bottom-show .ask{
	float:right;
    width: 30%;
}
.product-bottom-show .ask{
	text-align:right;
}
#product-detail #product-article .tabs{
	border-bottom:1px dashed #c4c4c4;
    margin-bottom: 20px;
}
#product-detail #product-article .tabs li{
	display:inline-block;
    padding: 10px;
	position:relative;
	z-index:1;
}
#product-detail #product-article .tabs li.active{
	background-image:url(/images/02/product-detail-txt-title.png);
	background-repeat:no-repeat;
	background-position:100% 100%
}
#product-detail #product-article .tabs li a{
	color:#686766;
	font-size: 16px;
	display:block;
    background-image: url(/images/43/artile-title-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: inline-block;
	padding: 10px 23px 10px 10px;
    background-size: 34px;
}
#product-detail #product-article .tabs li.active a{
	color: #2a6b8a;
}
#product-detail #product-article .tabs li span{
	display:block;
	background:#2a6b8a;
	width: 100px;
    height: 17px;
    position: absolute;
    left: 5px;
    transform: skewX(-35deg);
    z-index: -1;
    top: 50%;
}
#tabs_container{
	color:#686766;
	font-size:14px;
}
.other-title{
	margin:50px 0 80px;
}
.other-title h2{
	text-align: center;
    font-family: 'cwTeXMing';
    font-size: 20px;
    color: #2a6b8a;
    background-image: url(/images/43/index-about-title-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 15px 0;
    letter-spacing: 0.1em;
}
.other-title p{
	text-align: center;
	margin: 10px 0 0;
}
.other-title p span{
}
.other-title p b{
	text-align: center;
    font-size: 38px;
    color: #2a6b8a;
    line-height: 100%;
    text-decoration: underline;
    font-family: 'Lora', serif;
    margin-top: 15px;
	font-weight:normal;
}
.pList-other p{
	margin-bottom:10px;
	margin-top:50px;
    font-size: 18px;
}
.pList-other li{
	border:1px solid #78746a;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pList-other li a{
	color:#78746a;
	font-size:14px;
	display:block;
	text-align:center;
    cursor: unset;
	padding: 5px 10px;
}
/*******分類列表頁*******/
#productMlist{
	margin-bottom:100px;
}
#productMlist .pList{
    overflow: hidden;	
}
#productMlist .pList >div{
	float: left;
    width: 50%;	
	overflow:hidden;
}
#productMlist .pList .pbox{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	position:relative;
}
#productMlist .pList .pbox >a{
	display:block;
}
#productMlist .pList .pbox >a img{
	width:100%;
}

#productMlist .pList .pbox .info{
	position:absolute;
	bottom:-100%;
	left:0;
	width:100%;
	background: rgba(147, 125, 101, 0.8);
	transition:all ease-in-out 0.3s;
}
#productMlist .pList .pbox:hover .info{
	bottom:0;
}
#productMlist .pList .pbox h3{
	padding: 20px;
	position:relative;
}
#productMlist .pList .pbox h3:before{
	content:'';
	position:absolute;
	top:-2px;
	left:20px;
	width:calc(100% - 40px);
	background:#fff;
	height:4px;
}
#productMlist .pList .pbox h3 a{
	display:block;
	overflow:hidden;
	color:#fff;
}
#productMlist .pList .pbox h3 a b{
	float:left;
}
#productMlist .pList .pbox h3 a span{
	float:right;
}

@media screen and (max-width: 1280px) {
	#product-detail .product-bottom-show .shophelper a{
		font-size: 14px;
		padding: 5px 10px;	
	}
}
@media screen and (max-width: 980px) {
	#product .pList >div,
	#product .pList >div:nth-child(4n){
		width:32%;
		margin-right:2%;
		margin-bottom:50px;
	}
	#product .pList >div:nth-child(3n){
		margin-right:0;
	}
	#product-detail .productIntro .p-album .slider-for{
	    padding: 0 20px;	
	}
	.product-bottom-show #product-article,
	.product-bottom-show .ask{
		width:100%;
	}
	.product-bottom-show #product-buy{
		width:100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 640px) {
	#product .pList >div,
	#product .pList >div:nth-child(4n),
	#product .pList >div:nth-child(3n){
		width:49%;
		margin-right:2%;
		margin-bottom:50px;
	}
	#product .pList >div:nth-child(2n){
		margin-right:0;
	}
	#product .pList .pbox .info h3 a{
		font-size:18px;
	}
	#product .pList .pbox:after{
		left: 0;
		width: 50px;
		height: 15px;		
	}
	#product-detail .productIntro .p-album,
	#product-detail .productIntro .p-txt,
	#productMlist .pList >div{
		width:100%;
	}
	#productMlist .pList .pbox .info{
		bottom:0;
	}
	#product-detail #product-article .tabs li span{
		height: 10px;
		top: 55%;		
	}
	#product-detail #product-article .tabs{
	    margin-top: 60px;	
	}
	.waylinkbar aside ul li:hover .submenu{
		display:none;
	}
	#productMlist .pList .pbox h3{
		padding:10px;
	}
	#productMlist .pList .pbox h3 a span{
		font-size:12px;
	}
	#product-detail .productIntro .p-txt .p-txt-detail h2{
		font-size: 22px;	
	}
}
@media screen and (max-width: 480px) {
	#product .pList >div,
	#product .pList >div:nth-child(4n),
	#product .pList >div:nth-child(3n),
	#product .pList >div:nth-child(2n){
		width:80%;
		margin:0 10% 50px;
	}
	.other-title p b,
	#product-detail .productIntro .p-txt .p-txt-detail h1{
		font-size: 25px;	
	}
	#product-detail #product-article .tabs li a{
		padding: 10px 15px 10px 0;
	}
}