/* productlist 样式 */
.productlist-content{
	/*width:100%;*/
	width: 1200px;
	margin: 0 auto;
}
.productlist-content-header{
	padding: 0 0px;
}


.products_big_box{
	margin: 0 0;
	font-size: 14px;
	color: #333;
	position: relative;
	min-height: 412px;
}

.products_top{
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 20px 0px 0px 0px;
	margin-bottom: 20px;
	background:#fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
}
.products_top_title{
	clear: both;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
	color: #333;
}
.products_top_title h1{
	display: inline-block;
	font-size: 26px;
}
.products_top_title span{
	color: #c5001f;
	margin: 0 10px;
}
.products_top_text{
	line-height: 22px;
	padding: 20px 0;
	color: #333;
	border-bottom: 1px solid #dedede;
}
.products_top_text a{
	color: red;
}

.show_more_product {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: none;
	height: 30px;
	position: relative;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.5;
	opacity: 0.5;

}
.show_more_product .line {
	height: 1px;
	position: absolute;
	top: 15px;
	border-top: 1px solid #ccc;
	z-index: 2;
	width: 100%;
}
.show_more_product .line-text {
	position: absolute;
	top: 3px;
	z-index: 3;
	text-align: center;
	border: 1px solid #0099FF;
	border-radius: 4px;
	background-color: white;
	max-width: 175px;
	min-width: 135px;
	left: 45%;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	color: #1166dd;
}


.products_top_cont1{
	max-height: 300px; overflow: hidden;
}
.products_top_cont_active{
  height: auto !important;
}



.products_top_cont a{
	display: flex;
	float: left;
	line-height: 22px;
	margin-top: 20px;
	width: 25%;
	box-sizing: border-box;
	padding-right: 10px;
	color: #333;
}
.products_top_cont a:hover div{
	text-decoration:red underline;
}
.products_top_cont a div{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


/* 表格样式 */
.products_table{
	margin-bottom: 15px;
	background:#fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	padding: 10px;
}
.products_table_body{
	position: relative;
}

.products_table_body table{border-collapse:collapse;border-spacing:0;font-size: inherit;}

.products_table_body .products_box{
	overflow: auto;
	overflow-x: auto;
	margin-left: 719px;
}
.products_table_body .product_list_box{
	text-align: left;
	float: left;
	color: #333333;
}
.products_table_body .product_list_box>thead>tr>th{
	background: #f7f7f7;
	line-height: 51px;
	height: 51px;
	font-size: 14px;
	color: #6c7073;
	white-space: nowrap;
	border: 1px solid #d9d9d9; 
	text-align: center;
	padding: 0 20px;
	font-weight: bold;
}

.products_table_body .product_list_box>tbody{
	font-size: 14px;
}
.products_table_body .product_list_box>tbody>tr>td{
	vertical-align: middle;
	height: 140px;
	box-sizing: border-box;
	padding: 10px;
	text-overflow: ellipsis;
	border: 1px solid #d9d9d9; 
}
.products_table_body .product_list_box>tbody>tr:nth-child(even)>td{
	background: #F2F2F2;
}
.products_table_body .product_list_box>tbody>tr>td a {
	color: #333333;
	font-size: 14px;
}
.products_table_body .product_list_box>tbody>tr>td a:hover {
 color: #666;
}

.thead_top>th:nth-child(1){
	position: absolute;
	left: 0;
	border-right: none!important;
}
.thead_top>th:nth-child(2){
	position: absolute;
	left: 100px;
	border-right: none!important;
}
.thead_top>th:nth-child(3){
	position: absolute;
	left: 320px;
	padding-right: 0px;
	border-right: none!important;
	width: 135px;
}
.thead_top>th:nth-child(4){
	position: absolute;
	left: 450px;
	padding-right: 0px;
	border-right: none!important;
}
.thead_top>th:nth-child(5){
	position: absolute;
	left: 650px;
	padding-right: 0px;
}
.part_th{
	height: 53px!important;
	margin-top: -1px;
}
.div_middle{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.div_buy_moddle{padding-top: 40px;}

.part_td{
	padding: 10px;
	position: absolute;
	box-sizing: border-box;
	border-right: none!important;
	border-top: none!important;
}
.part_img{
	left: 0;
	width: 100px;
}
.part_img img{
	width: 80px;
}
.part_cont{
	left: 100px;
	width: 220px;
}
.part_cont .module_lis_title {
	width: 210px;
	overflow: hidden;
}
.part_cont .module_lis_title span{
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.part_price{
	left: 320px;
	width: 135px;
}
.part_price .list_price_5row{
    line-height: 18px;
    overflow: hidden;
    padding: 0px 0 10px;
    margin-bottom: 7px;
}
.part_price .span_price_ladder_num{
    width: 46px;
    float: left;
    cursor: pointer;
}
.part_price .span_price_ladder_num:hover{
    color: #ff3030 !important;
}
.part_price .price_view_more{
    color: #c00000;
}


.part_qty{
	left: 450px;
	width: 200px;
}
.part_qty .qty_body{
	display: flex;
}
.part_qty .qty_body input{
	width: 120px;
	box-sizing: content-box;
	height: 35px;
	border: 1px solid #E6E6E6;
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 3px 0 0 3px;
}
.part_qty .qty_btm{
	width: 70px;
	height: 35px;
	border-radius: 0 3px 3px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	display: block;
	cursor: pointer;
}
.part_qty .buy_btm{
	background: #c5001f;
}
.part_qty .buy_btm:hover{
	background: #d03028;
}
.quote_btm{
  background: #18a209;
}

.part_stock{
	left: 650px;
	width: 121px;
	border-right: 1px solid #dedede!important;
}
.part_stock>span:nth-child(1){
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.part_stock>span:nth-child(2){
	display: block;
}
.part_stock .qut_comm{
	cursor: pointer;
}
.part_stock .qut_comm:hover{
	color: #ff3030 !important;
}
