.productAll{
    margin-bottom: 50px;
}
.productAll-ttile{overflow:hidden;margin-bottom: 15px;border-bottom: 1px solid #ada8af;padding-bottom: 15px;}
.productAll-ttile >h3{
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: normal;
    border-left: 5px solid #aa81d6;
    padding-left: 13px;
    margin-left: 15px;
    float:left;
}
.productAll-ttile >h4{
    text-align: right;
	float:right;
}
.productAll-ttile >h4 a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background-image: linear-gradient(to bottom, #f55940 0%, #fb8b18 100%);
    border: 1px solid #ada8af;
    padding: 0 0 0 7px;
    border-radius: 5px;
}
.newP li .border .photo{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.newP li .border .photo img{
	width:100%;
}

.newP li{
	float:left;
	width: 23.5%;
	margin-right:2%;
	margin-bottom: 30px;
}
.newP li:nth-child(4n){
	margin-right:0;
}
.newP li .border .photo{
	position:relative;
}
.newP li .border .photo:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    content: '觀看詳情 >>';
    color: #fff;
    background: rgba(162, 23, 59, 0.61);
    height: 0;
    padding: 10px;
	opacity:0;
	overflow:hidden;
	transition:all linear 0.2s;
}
.newP li .border:hover .photo:before{
	opacity:1;
	height: 23px;
}

.newP li .border .proName{
	font-size: 18px;
    font-weight: normal;
    margin: 7px 0;
    height: 46px;
    overflow: hidden;
}
.newP li .border .proName a{
	color:#fff;
}
.newP li .profuntion{
    overflow: hidden;
    color: #db4169;
    border-top: 1px solid #db4169;
    padding-top: 3px;
	font-size: 13px;
}
.newP li .profuntion .price{
	float:left;
}
.newP li .profuntion .price b{
	font-weight: bold;
    font-size: 18px;
}
.newP li .profuntion .cate{
	float:right;
}
.newP li .buyerfuntion{
	overflow:hidden;
    font-size: 15px;
	margin-top: 5px;
}
.newP li .buyerfuntion .add{
	float:right;
}
.newP li .buyerfuntion .add a{
	color:#ba42cc;
	font-size: 16px;
}
.newP li .buyerfuntion .add a img{
	margin-left:5px;
}
.pro-cate-style .tab_container >div >p{
	margin-top: 30px;
    text-align: center;
}
.pro-cate-style .tab_container >div >p a{
    font-size: 16px;
    display: inline-block;
    background: rgba(220, 40, 40, 0.92);
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    border: 3px solid #000;
    background: rgb(237,4,8);
    background: -moz-linear-gradient(top, rgba(237,4,8,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(237,4,8,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(237,4,8,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0408', endColorstr='#6d0000',GradientType=0 );
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1440px) {
	.newP li .border .proName{
	    font-size: 16px;	
	}
	.newP li .buyerfuntion{
		font-size:14px;
	}
	.newP li .buyerfuntion .more a img, .newP li .buyerfuntion .add a img{
	    height: 18px;
		vertical-align: sub;	
	}
}
@media screen and (max-width: 980px) {
	.pro-cate-style{
		display:none;
	}
}
@media screen and (max-width: 640px) {
	.newP li,
	.newP li:nth-child(4n){
    width: 49%;
}
	.newP li:nth-child(2n){
    margin-right: 0;
}
}
@media screen and (max-width: 480px) {
}