@charset "utf-8";

.activityDetails .stroke .strokeContent .mainProductsBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.activityDetails .stroke .strokeContent .mainProductsBox > div {
	width: 50%;
}
/* 排行榜 */
.rankingBox {
	width: 100%;
	position: relative;
	background: linear-gradient(to bottom right, #751da5, #36037b);
}
.rankingBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(./image/rankingList/quan.png);
	background-repeat: no-repeat;
	background-size: 100%; /* 或其他适当的背景尺寸 */
	z-index: 2; /* 确保伪元素在渐变下方 */
}
.rankingList {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.rankingList h4{
	font-weight: normal;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin-top: -20px;
	margin-bottom: 30px;
}
.rankingTitle {
	text-align: center;
	color: #ffeec5;
	letter-spacing: 1px;
	font-size: 60px;
	padding: 50px 0;
	text-shadow: 0 4px 6px #000;
}
.rankingSelect {
	display: flex;
	margin: 0 auto;
	width: 50%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
}
.rankingSelect p {
	width: 50%;
	text-align: center;
	font-size: 16px;
	letter-spacing: 5px;
	cursor: pointer;
}
.Highlight {
	color: #8448d1 !important;
	background-color: white;
	border-radius: 20px;
}
.rankingList2 {
	display: none;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.rankingList1 {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.jiangtai1 {
	position: absolute;
	top: 250px;
	left: 0;
	height: 374px;
	width: 100%;
	background-image: url(./image/rankingList/jt.png);
	background-size: 100%;
	display: flex;
	color: white;
}
.jiangtai1 div {
	flex: 1;
	padding: 30px 50px;
}
.jiangtai1 div h2 {
	text-align: center;
}
.jiangtai1 div p {
	text-align: center;
	margin: 15px 0;
}
.jiangtai1 div span {
	line-height: 20px;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}
.jiangtai1 div:first-child {
	margin-top: 130px;
	height: 200px;
}
.jiangtai1 div:nth-child(2) {
	margin-top: 52px;
	height: 200px;
}
.jiangtai1 div:nth-child(3) {
	margin-top: 130px;
	height: 200px;
}
.first0 {
	width: 320px;
	height: 245px;
	position: absolute;
	top: 40px;
	left: 440px;
	background-image: url(./image/rankingList/1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.first0 div {
	overflow: hidden;
	width: 125px;
	height: 125px;
	background-color: white;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.first0 div img {
	display: block;
	width: 100%;
	max-height: 100%;
}
.first1 {
	width: 250px;
	height: 228px;
	position: absolute;
	top: 130px;
	left: 106px;
	background-image: url(./image/rankingList/2.png);
	background-size: 100%;
	z-index: 2;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.first1 div {
	overflow: hidden;
	width: 118px;
	height: 118px;
	background-color: white;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.first1 div img {
	display: block;
	width: 100%;
	max-height: 100%;
}
.first2 {
	width: 210px;
	height: 192px;
	position: absolute;
	top: 170px;
	left: 864px;
	background-image: url(./image/rankingList/3.png);
	background-size: 100%;
	z-index: 2;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.first2 div {
	overflow: hidden;
	width: 100px;
	height: 100px;
	background-color: white;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.first2 div img {
	display: block;
	width: 100%;
	max-height: 100%;
}
.listItem1 {
	width: 100%;
	height: auto;
	margin-top: 624px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	padding: 25px 40px;
	box-sizing: border-box;
}
.listItem1 > div {
	display: flex;
	width: 100%;
	height: 130px;
	padding: 20px 0;
	border-bottom: 1px solid #777171;
}
.listItem1 > div:last-child {
	border-bottom: none;
}
.listItem1 > div div:first-child {
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.listItem1 > div div:last-child {
	flex: 1;
	display: flex;
	color: white;
}
.listItem1 > div div:last-child div {
	display: flex;
	flex-direction: column;
}
.listItem1 > div div:last-child div h2 {
	margin-bottom: 10px;
}
.listItem1 > div div:last-child div span {
	letter-spacing: 2px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
	color: rgb(216, 208, 208);
	margin-bottom: 20px;
}
.listItem1 > div div:last-child div div {
	display: flex;
	flex-direction: row;
}
.listItem1 > div div:last-child div div b {
	margin-right: 20px;
	font-weight: 100;
}
.listItem1 > div div:first-child img {
	width: 40px;
}
.listItem1 > div div:last-child p {
	overflow: hidden;
	width: 130px;
	height: 100%;
	background-color: white;
	border-radius: 10px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.listItem1 > div div:last-child p img {
	display: block;
	width: 100%;
	max-height: 100%;
}