.productList,
.productInfo{
	overflow:hidden;
}
.productList >div{
	float:left;
    width: 32%;
    margin: 0 0.5% 30px;
}

.productList .p-box{
	margin: 10px 20px;
    box-shadow: 0 0 10px #b8b8b8;
	position:relative;
	transition:all ease-in-out 0.3s;
}
.productList .p-box:hover{
	box-shadow: 0 0 10px #e9e9e9;
}
.productList .p-box:before{
	content:'';
	width:1px;
	height:92%;
	position:absolute;
	top:10px;
	left:4%;
	background:#fff;
	z-index: 9;
}
.productList .p-box:after{
	content:'';
	width:1px;
	height:92%;
	position:absolute;
	top:10px;
	right:4%;
	background:#fff;
}
.productList .p-box .photo{
	position:relative;
}
.productList .p-box .photo:before{
	content:'';
	width:92%;
	height:1px;
	position:absolute;
	top:10px;
	right:4%;
	background:#fff;
}
.productList .p-box .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: 100%;
    background-color: #fff;
	transition:all ease-in-out 0.3s;
}
.productList .p-box:hover .photo a{
	background-size: 110%;
}
.productList .p-box .name{
	background:#fff;
	padding:30px;
	position:relative;
}
.productList .p-box .name:before{
	content:'';
	width:100%;
	background-image:url(/images/31/index-product-style.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:41px;
	position:absolute;
	top:-20px;
	left:0;
}
.productList .p-box .name h3{
	font-size:16px;
	color:#6e3f3f;
	text-align:center;
    margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.productList .p-box .name h3 a{
	color:#6e3f3f;
	font-weight:normal;
}
.productList .p-box .name span{
	display:block;
	width:100%;
	background:#d2b16b;
	height:2px;
	position:relative;
}
.productList .p-box .name span:before{
	content:url(/images/31/index-product-style2.png);
	position:absolute;
	top:-10px;
	left:48%;
	transition:all ease-in-out 0.5s;
}
.productList .p-box:hover .name span:before{
	left:100%;
}
.other-product{
	margin-top: 50px;
}
.other-product h3{
	font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
	margin-bottom: 10px;
	color: #a58785;
}
.other-product .productList >div{
	width: 24%;

}
.productInfo .pImage,
.productInfo .pInfo{
	float: left;
	width: 45%;
}
.productInfo .pImage li{
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
}
.productInfo .pImage li img{
	width: 100%;
	max-width: inherit;
}
.productInfo .pImage .hd ul{
	text-align: center;
}
.productInfo .pImage .hd ul li{
	margin: 10px 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #d1b084;
	display: inline-block;
	text-indent: -999px;
}
.productInfo .pImage .hd ul li.on,
.productInfo .pImage .hd ul li:hover{
	background: #a68b68;
}
.productInfo .pInfo{
	margin-left: 5%;
	width: 50%;
	color: #5d5d5d;
	font-size: 12px;
}
.productInfo .pInfo h3{
	margin-bottom: 10px;
	font-size: 20px;
	color: #86878b;
}
.productInfo .pInfo article{
	line-height: 190%;	
}
.productInfo .pInfo .payBox{
	margin: 10px 0;
	color: #807f7f;
}
.productInfo .pInfo .payBox article{
	text-decoration:underline;
}
.productInfo .pInfo p{
	font-size: 16px;
	font-weight: bold;
	color: #3a3939;
}
.productInfo .pInfo p.price{
	font-size: 22px;
	color: #dc1d1d;
}
.productInfo .pInfo p input{
	padding: 0 10px;
	width: 50px;
	display: inline-block;
	vertical-align: text-bottom;
}
.productInfo .pInfo p.buy{
	padding-top: 5px;
	border-top: 1px #3a3939 solid;
	display: inline-block;
}
.productInfo .pInfo p.buy a{
	padding: 10px;
	width: 144px;
	background: #3f3d3c;
	display: block;
	color: #fff;
	font-size: 14px;
}
.productInfo .pInfo p.buy a i{
	margin-left: 50px;
}
.productInfo .pInfo p.buy a:hover i{
	animation: animatedIcon .5s;
	-webkit-animation: animatedIcon .5s;
	-moz-animation: animatedIcon .5s;
	-ms-animation: animatedIcon .5s;
	-o-animation: animatedIcon .5s;
}
@keyframes animatedIcon,
@-o-keyframes animatedIcon,
@-webkit-keyframes animatedIcon,
@-moz-keyframes animatedIcon,
@-ms-keyframes animatedIcon { 
	0%{ margin-left: 50px;}
	25%{ margin-left: 45px; }
	50%{ margin-left: 50px; }
	75%{ margin-left: 45px; }
	100%{ margin-left: 50px; }
}

.prod-art .pro-article{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.prod-art .pro-article ul.tabs{
	width: 100%;
	height: 30px;
	border-bottom: 1px #d1b084 solid;
	overflow: visible;
}
.prod-art .pro-article ul.tabs li{
	margin: 0 3px -1px 0;
	height: 29px;
	float: left;
	overflow: hidden;
	position: relative;
}
.prod-art .pro-article ul.tabs li a{
	padding: 0 15px;
	height: 29px;
	display: block;
	text-align: center;
	line-height: 35px;
	color: #757575;
}
.prod-art .pro-article ul.tabs li.active{
	border: 1px #d1b084 solid;
	border-bottom: 1px #fff solid;
	color: #d1b084;
}
.prod-art .pro-article ul.tabs li.active a{
	color: #231F1F;
	font-weight: bold;
}
.prod-art .pro-article .tab_container{
	clear: left;
	margin: 15px 0 0;
	width: 100%;
}
.prod-art .pro-article .tab_container .tab_content{
	margin: 0 10px;
	line-height: 170%;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.productList >div,
	.other-product .productList >div{
		width: 48%;
		margin: 0 1% 30px;
	}
}
@media screen and (max-width: 640px) {
	.productList >div,
	.other-product .productList >div{
		width: 49%;
		margin: 0 0.5% 30px;
	}
	.productInfo .pImage,
	.productInfo .pInfo{
		margin-left: 0;
		width: 100%;
	}
	.productInfo .pInfo{
		margin: 10px 0 25px;
	}
}
@media screen and (max-width: 480px) {
	.productList >div,
	.other-product .productList >div{
		width: 95%;
		margin: 0 2.5% 30px;
	}
}