@charset "utf-8";
/* banner start */
.banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: -1;
	text-align: center;
}

.banner img {
    width: 100%;
	display: block;
}

.banner ul li>div{height:600px;}
/*-------- banner end --------*/

.pro-box{width:100%;height:auto;background-color:#f8f8f8;padding:30px 0;}
.pro-title{width:100%;height:42px;margin-bottom: 10px;}
.pro-title-txt{    
	color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    height: 42px;
    /* margin-top: -1px;
    border-top: 1px dotted #000; */
	background: linear-gradient( 
-60deg, #fd734f 0, #fd734f 100%);
	border-radius: 5px;
	padding: 0px 10px;
	color: #fff;
}
.pro-title-more{color:#c8c8c8;line-height: 42px;font-size:13px;margin-right:10px;}
.prolist{width:100%;height:auto;border-bottom:1px solid #e2e2e2;margin-bottom: 10px;box-sizing: border-box;}
.probox{width:18.8%;margin-right:1.5%;height:auto;background-color:#fff;;margin-bottom:1.5%;
	float:left;/* margin-bottom:25px; */text-align: center;
}
.probox:nth-child(5n){
	margin-right: 0px;
}
.probox-img{
	width:88%;height:17vh;line-height: 17vh;margin:6%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.probox-img a{
	display: block;
	width: 100%;
	height: 100%;
}
.probox-img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.pro-name{
	color: #666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}
.pro-price{
	line-height: 20px;
    color: #fd734f;
    font-weight: bold;
    padding-bottom:5px;
}

.pro-price .currency_data{
	font-style: normal;
	color: #000;
}

.pro-price del{text-decoration: line-through;color: #666;}

.pro-stocks{
	line-height: 20px;
    color: #666;
    font-weight: bold;
    padding-bottom:5px;
}
