    .page-title {
    	color: #5FB817 !important;
    	margin: 50px auto 20px !important;
    }

    .list2 .li-box {
    	width: 45%;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	border-radius: 12px;
    	border: 2px solid #3BACDD;
    }

    .list2 .li-box img {
    	width: 50%;
    	margin: 0;
    }

    .list2 .li-box .li-text {
    	width: 45%;
    }

    .list2 .li-box .li-text p:nth-of-type(1) {
    	text-align: left;
    	margin-bottom: 10px;
    }

    .list2 .li-box .li-text p:nth-of-type(2) {
    	background-color: #34abdf;
    	color: #fff;
    	width: 110px;
    	display: inline-block;
    	zoom: 1;
    }

    .site-intro-banner {
    	width: 78%;
    	background: linear-gradient(to bottom, #f5f7fa 0%, #e8f5e0 100%);
    	border: 1px solid #70b522;
    	border-bottom: 2px solid #70b522;
    	padding: 50px 0;
    	margin-top: 40px;
    	border-radius: 12px;
    	position: relative;
    	margin: auto;
    }

    .site-intro-banner::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background-image:
    		radial-gradient(circle at 10% 20%, rgba(112, 181, 34, 0.05) 0%, transparent 50%),
    		radial-gradient(circle at 90% 80%, rgba(90, 148, 25, 0.05) 0%, transparent 50%);
    	pointer-events: none;
    }

    .intro-container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	position: relative;
    	z-index: 1;
    }

    .intro-title {
    	font-size: 32px;
    	font-weight: bold;
    	color: #2c3e50;
    	margin: 0 0 30px 0;
    	text-align: left;
    	padding-bottom: 15px;
    	border-bottom: 3px solid #70b522;
    	display: inline-block;
    	background: linear-gradient(135deg, #70b522 0%, #5a9419 100%);
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	background-clip: text;
    }

    .intro-text {
    	color: #555;
    	font-size: 15px;
    	line-height: 1.8;
    	text-align: justify;
    	margin: 0 0 20px 0;
    	letter-spacing: 0.3px;
    	padding-left: 20px;
    	border-left: 3px solid transparent;
    	transition: all 0.3s ease;
    }

    .intro-text:hover {
    	border-left-color: #70b522;
    	padding-left: 25px;
    	background-color: rgba(112, 181, 34, 0.03);
    }

    .intro-text::first-letter {
    	font-size: 1.5em;
    	font-weight: bold;
    	color: #70b522;
    	margin-right: 2px;
    }

    .intro-text:last-child {
    	margin-bottom: 0;
    }


    @media (max-width: 768px) {
    	.site-intro-banner {
    		padding: 40px 0;
    		margin-top: 30px;
    	}

    	.intro-title {
    		font-size: 26px;
    		margin-bottom: 20px;
    	}

    	.intro-text {
    		font-size: 14px;
    		line-height: 1.7;
    	}
    }

    @media (max-width: 480px) {
    	.site-intro-banner {
    		padding: 30px 0;
    		margin-top: 20px;
    	}

    	.intro-title {
    		font-size: 22px;
    		margin-bottom: 15px;
    	}

    	.intro-text {
    		font-size: 13px;
    		line-height: 1.6;
    	}
    }

    .content {
    	width: 76%;
    	margin: auto;
    	display: flex;
    	justify-content: space-between;

    }

    .main {
    	width: 71%;
    	height: auto;
    	padding: 20px 0;
    }

    .c-right {
    	width: 25%;
    	height: auto;
    	padding: 20px 0;
    	position: relative;
    }

    .sticky {
    	position: sticky;
    	top: 80px;
    	bottom: auto;

    }

    .c-right .m-box {
    	margin-top: 20px;
    }

    .c-right .m-box .m-title {
    	justify-content: space-between !important;
    }

    .m-title {
    	width: 96%;
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	text-transform: capitalize;
    	font-size: 20px;
    	background: linear-gradient(135deg, #7ED321 0%, #5FB817 100%);
    	padding: 10px 2%;
    	border-radius: 5px;
    }

    .mt-left {
    	width: auto;
    	line-height: 1.5;
    	display: flex;
    	color: #fff;
    	align-items: center;
    }

    .mt-right {
    	width: auto;
    	display: flex;
    	color: #fff;
    	font-weight: 400;
    	align-items: center;
    }

    .c-right .m-title:nth-of-type(1) {
    	justify-content: center;
    }

    .mt-right svg {
    	width: 13px;
    	margin-left: 5px;
    	font-weight: 400;
    }

    .m-box:nth-of-type(odd) .m-title {
    	background-color: #70b522;
    }

    .m-box:nth-of-type(even) .m-title {
    	background-color: #34abdf;
    }


    .type-box {
    	height: auto;
    	width: 96%;
    	padding: 10px 2%;
    	display: flex;
    	flex-direction: column;
    	align-items: stretch;
    	border: 1px solid gainsboro;
    	border-top: none;
    	margin-top: -2px;
    	background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
    }


    .type-box .rank-item {
    	display: flex;
    	align-items: center;
    	padding: 12px;
    	margin-bottom: 10px;
    	background-color: #fff;
    	border: 2px solid #e0e0e0;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	overflow: hidden;
    	text-decoration: none;
    }

    .type-box .rank-item:hover {
    	transform: translateX(5px);
    	box-shadow: 0 4px 12px rgba(112, 181, 34, 0.2);
    	border-color: #70b522;
    }


    .type-box .rank-number {
    	font-size: 24px;
    	font-weight: bold;
    	color: #999;
    	min-width: 40px;
    	text-align: center;
    	margin-right: 12px;
    }


    .type-box .rank-1 {
    	border: 2px solid #FFD700;
    	background: linear-gradient(135deg, #FFF9E6 0%, #FFFFFF 100%);
    }

    .type-box .rank-1 .rank-number {
    	color: #FFD700;
    	font-size: 28px;
    	text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
    }

    .type-box .rank-2 {
    	border: 2px solid #C0C0C0;
    	background: linear-gradient(135deg, #F5F5F5 0%, #FFFFFF 100%);
    }

    .type-box .rank-2 .rank-number {
    	color: #C0C0C0;
    	font-size: 26px;
    	text-shadow: 0 2px 4px rgba(192, 192, 192, 0.3);
    }

    .type-box .rank-3 {
    	border: 2px solid #CD7F32;
    	background: linear-gradient(135deg, #FFF5E6 0%, #FFFFFF 100%);
    }

    .type-box .rank-3 .rank-number {
    	color: #CD7F32;
    	font-size: 24px;
    	text-shadow: 0 2px 4px rgba(205, 127, 50, 0.3);
    }


    .type-box .rank-item img {
    	width: 60px;
    	height: 60px;
    	object-fit: cover;
    	border-radius: 6px;
    	margin-right: 12px;
    	border: 1px solid #e0e0e0;
    }


    .type-box .rank-info {
    	flex: 1;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	gap: 4px;
    }

    .type-box .rank-title {
    	font-size: 15px;
    	font-weight: 600;
    	color: #333;
    	margin: 0;
    	line-height: 1.4;
    	overflow: hidden;
    	display: -webkit-box;
    	text-overflow: ellipsis;
    	-webkit-line-clamp: 2;
    	max-width: 200px;
    }

    /* 评分显示 */
    .type-box .rank-rating {
    	display: flex;
    	align-items: center;
    	gap: 4px;
    }

    .type-box .rank-rating .star {
    	font-size: 16px;
    	color: #FFD700;
    	text-shadow: 0 1px 2px rgba(255, 215, 0, 0.3);
    }

    .type-box .rank-rating .score {
    	font-size: 14px;
    	font-weight: 600;
    	color: #70b522;
    }

    @media (max-width: 1000px) {
    	.list2 .li-box .li-text p:nth-of-type(2) {
    		width: 60px;
    	}

    	.type-box .rank-item {
    		padding: 10px;
    	}

    	.type-box .rank-number {
    		min-width: 30px;
    		font-size: 20px;
    		margin-right: 8px;
    	}

    	.type-box .rank-1 .rank-number {
    		font-size: 24px;
    	}

    	.type-box .rank-2 .rank-number {
    		font-size: 22px;
    	}

    	.type-box .rank-item img {
    		width: 50px;
    		height: 50px;
    		margin-right: 10px;
    	}

    	.type-box .rank-title {
    		font-size: 14px;
    		max-width: 150px;
    	}

    	.type-box .rank-rating .star {
    		font-size: 14px;
    	}

    	.type-box .rank-rating .score {
    		font-size: 13px;
    	}
    }

    .m-box {
    	width: 100%;
    	height: auto;
    	position: relative;
    	z-index: 10;
    	border-radius: 10px;
    }


    .list1,
    .list2,
    .list3,
    .list4,
    .list5 {
    	width: 100%;
    	height: auto;
    	margin: 20px 0;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;

    }

    .list5 .li-box {
    	width: 31%;
    	height: auto;
    	display: flex;
    	/* justify-content: space-between; */
    	align-items: center;

    }

    .list5 .li-box img {
    	width: 30%;
    	height: 90px;
    	margin-left: 0px;
    	margin-right: 10px;
    }

    .list6 .li-box {
    	width: 100%;
    }

    .list6 .li-box img {
    	height: 80px;
    }

    .list5 .li-box .li-text {
    	width: 65%;
    }

    .list5 .li-box .li-text p:nth-of-type(2) {
    	width: 100px;
    }

    @media (max-width:960px) {



    	.breadcrumb-container {
    		max-width: 1200px;
    		margin: 0 auto;
    		padding: 0 20px;
    	}

    	.breadcrumb a {
    		color: #666;
    		font-size: 13px;
    		text-decoration: none;
    	}

    	.breadcrumb a:hover {
    		color: #70b522;
    	}

    	/* 主标题 */
    	.page-title {
    		font-size: 22px;
    		color: #2c3e50;
    		margin: 15px 0;
    		padding: 0 20px;
    		font-weight: 600;
    		text-align: center;
    	}

    	.content {
    		width: 100% !important;
    		flex-direction: column;
    	}

    	.main {
    		width: 95% !important;
    		margin: 10px auto 0 !important;
    	}

    	.m-title {
    		background: linear-gradient(135deg, #7ED321 0%, #5FB817 100%);
    		font-size: 14px !important;
    		font-weight: 400 !important;
    	}

    	.mt-right svg {
    		width: 15px !important;
    		margin-left: 5px;
    	}

    	.m-box {
    		width: 100% !important;
    	}

    	.list1,
    	.list2,
    	.list3,
    	.list4 {
    		padding: 0 !important;

    	}

    	.c-right {
    		width: 100%;
    		display: block;
    	}

    	.li-box {
    		width: 28%;
    		border-radius: 5px;
    		margin-bottom: 20px;
    		transition: all linear 0.3s;
    		position: relative;
    		overflow: hidden;
    		padding: 6px;
    		background-color: #fff;
    		border: 1px solid #e5e6e9
    	}

    	.li-box img {
    		width: 95%;
    		height: 80px;
    		display: block;
    		border-radius: 5px;
    		margin: auto;
    	}

    	.li-text p:nth-of-type(1) {
    		text-align: center;
    		line-height: 1.5;
    		text-align: center;
    		margin: 5px 0;
    		color: #000;
    		font-size: 14px;
    		overflow: hidden;
    		text-overflow: ellipsis;
    		display: -webkit-box;
    		-webkit-box-orient: vertical;
    		-webkit-line-clamp: 2;
    	}

    	.li-text p:nth-of-type(2) {
    		color: #171717;
    		width: 95%;
    		border-radius: 5px;
    		text-align: center;
    		line-height: 30px;
    		background-color: #85CC2A;
    		margin: 5px auto;
    		font-size: 14px;
    		text-transform: capitalize;
    	}

    	.li-box:hover {
    		border: 1px solid #70b522
    	}

    	.li-box:hover .li-text {
    		color: #70b522;
    	}

    	.list5 .li-box {
    		width: 100% !important;
    	}

    	.list5 .li-box img {
    		width: 30%;
    		height: 80px !important;
    	}
    }

    @media (min-width:960px) {



    	.breadcrumb-container {
    		max-width: 1200px;
    		margin: 0 auto;
    		padding: 0 20px;
    	}

    	.breadcrumb a {
    		color: #666;
    		font-size: 14px;
    		text-decoration: none;
    		transition: color 0.3s ease;
    	}

    	.breadcrumb a:hover {
    		color: #70b522;
    	}

    	/* 主标题 */
    	.page-title {
    		font-size: 28px;
    		color: #2c3e50;
    		margin: 20px 0;
    		padding: 0 20px;
    		font-weight: 600;
    		text-align: center;
    	}

    	.li-box {
    		width: 17%;
    		height: auto;
    		border-radius: 5px;
    		margin-bottom: 20px;
    		transition: all linear 0.3s;
    		position: relative;
    		overflow: hidden;
    		padding: 6px;
    		background-color: #fff;
    		border: 1px solid #e5e6e9;
    		display: block;
    	}

    	.li-box img {
    		width: 95%;
    		height: 140px;
    		display: block;
    		border-radius: 5px;
    		margin: auto;
    	}

    	.li-text p:nth-of-type(1) {
    		text-align: center;
    		line-height: 1.5;
    		text-align: center;
    		margin-top: 5px;
    		color: #000;
    		font-size: 16px;
    		overflow: hidden;
    		text-overflow: ellipsis;
    		display: -webkit-box;
    		-webkit-box-orient: vertical;
    		-webkit-line-clamp: 2;
    	}

    	.li-text p:nth-of-type(2) {
    		color: #171717;
    		width: 95%;
    		border-radius: 5px;
    		text-align: center;
    		line-height: 30px;
    		background-color: #85CC2A;
    		margin: 5px auto;
    		font-size: 14px;
    		text-transform: capitalize;
    	}

    	.li-box:hover {
    		border: 1px solid #70b522
    	}

    	.li-box:hover .li-text {
    		color: #70b522;
    	}


    }