body{
	margin: 0;
	padding: 0px 16px;
}
.supplier_rank_list_card_container {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 46%;
		border-radius: 8px;
		position: relative;
		margin-bottom: 20px;
		/* margin-right: 19px; */
		border: 1px solid #EBEBEB
	}

	.supplier_rank_list_card_bg_image {
		width: 100%;
		height: 92px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		background-color: #F5F6F7;
	}

	.supplier_rank_list_card_title_view {
		display: flex;
		align-items: center;
		padding: 8px 10px;
	}

	.supplier_rank_list_card_title {
		font-size: 14px;
		line-height: 20px;
		color: #333333;	
		overflow: hidden;
	}
	.d-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 50px;
		
	}
.header {
	display: flex;
	position: fixed;
	z-index: 1;
	padding: 8px 0;
	align-items: center;
	background-color: #FFFFFF;
	width: 94%;
	overflow-x: scroll;
}

	.header div {
		margin-right: 11px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4px 13px;
		background: #F5F6F7;
		border-radius: 15px;
		white-space: nowrap;
		font-size: 15px;
		line-height: 22px;
		color: #333333;
		text-align: center;
		background: rgb(245, 246, 247);
		color: rgb(51, 51, 51);
	}

	.header .active {
		background: rgb(63, 118, 246);
		color: rgb(255, 255, 255);
	}
.search {
	width: 100%;
	height: 35px;
	margin: 10px auto;
	background-color: #F5F6F8;
	border-radius: 39px;
	overflow: hidden;
}

	.search input {
		width: 90%;
		height: 35px;
		margin-left: 5%;
		background-color: #F5F6F8;
		border: 0;
		outline: none;
	}

::-webkit-input-placeholder {
	color: #BEBEC0;
	text-align: center;
}

.header::-webkit-scrollbar {
	display: none;
}
/* 百科等新列表样式 */
.new .supplier_rank_list_card_title {
	display: block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 设置最大显示行数 */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding-top: 4px;
	word-wrap: break-word;
	word-break: break-all;
}

.new .supplier_rank_list_card_container {
	padding: 2.2%;
}

.new .supplier_rank_list_card_container {
	width: 42%;
}

	.new .supplier_rank_list_card_container p {
		margin: 0;
		position: relative;
	}

	.new .supplier_rank_list_card_container .time_stamp {
		color: #ffffff;
		float: right;
		position: absolute;
		right: 5px;
		bottom: 5px;
		font-size: 13px;
		background: rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		padding: 2px 7px;
	}

.new .supplier_rank_list_card_bg_image {
	width: auto;
	max-width: 100%;
	background-color: transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.new .product_title {
	font-size: 15px;
	padding-top: 4px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.new .supplier_rank_list_card_title_div p {
	display: block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding-top: 4px;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
	color: #ADADAD;
}