 .m-assets {
		background-color: #F7F8FA;
	}
 .m-assets a{
		color: #ffffff;
	}
 .m-assets a:hover{
		color: #3BAE8C;
	}

	.m-assets .section {
		padding: 100px 0;
	}

	.m-assets .section-header {
		text-align: center;
		margin-bottom: 64px;
	}

	.m-assets .section-tag {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 4px;
		color: #165DFF;
		text-transform: uppercase;
		margin-bottom: 12px;
		background: rgba(22, 93, 255, 0.06);
		padding: 5px 16px;
		border-radius: 50px;
		border: 1px solid rgba(22, 93, 255, 0.12);
	}

	.m-assets .section-title {
		font-size: 38px;
		font-weight: 700;
		color: #1D2129;
		line-height: 1.3;
		margin-bottom: 14px;
	}

	.m-assets .highlight {
		color: #165DFF;
	}

	.m-assets .section-desc {
		color: #4E5969;
		font-size: 16px;
		max-width: 650px;
		margin: 0 auto;
	}

	/* ==================== Hero ==================== */
	.m-assets .hero-section {
		position: relative;
		padding: 200px 0 120px;
		display: flex;
		align-items: center;
		overflow: hidden;
		min-height: 600px;
	}

	.m-assets .hero-bg-image {
		position: absolute;
		inset: 0;
		background: url('../img/b1.jpg') center/cover no-repeat;
		z-index: 0;
	}

	.m-assets .hero-overlay {
		position: absolute;
		inset: 0;
		background: linear-gradient(135deg, rgba(22, 93, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
		z-index: 1;
	}

	.m-assets .hero-content {
		position: relative;
		z-index: 2;
		text-align: center;
		color: #FFFFFF;
	}

	.m-assets .hero-title {
		font-size: 48px;
		font-weight: 800;
		color: #FFFFFF;
		margin-bottom: 16px;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	}

	.m-assets .hero-subtitle {
		font-size: 18px;
		color: rgba(255, 255, 255, 0.9);
		margin-bottom: 48px;
	}

	.m-assets .hero-stats {
		display: flex;
		justify-content: center;
		gap: 60px;
		flex-wrap: wrap;
	}

	.m-assets .hero-stat-item {
		text-align: center;
	}

	.m-assets .hero-stat-num {
		font-size: 42px;
		font-weight: 800;
		color: #FFFFFF;
		display: block;
		line-height: 1;
	}

	.m-assets .hero-stat-label {
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		margin-top: 8px;
		display: block;
	}

	/* ==================== 关于阿里资产 ==================== */
	.m-assets .about-section {
		background: #FFFFFF;
	}

	.m-assets .about-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px;
		align-items: center;
	}

	.m-assets .about-desc {
		font-size: 16px;
		color: #4E5969;
		line-height: 1.8;
		margin-bottom: 24px;
	}

	.m-assets .about-badges {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		margin-top: 32px;
	}

	.m-assets .badge-item {
		background: rgba(22, 93, 255, 0.06);
		border: 1px solid rgba(22, 93, 255, 0.15);
		color: #165DFF;
		padding: 8px 20px;
		border-radius: 50px;
		font-size: 13px;
		font-weight: 600;
	}

	.m-assets .about-visual .visual-box {
		height: 380px;
		border-radius: 24px;
		overflow: hidden;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	}

	.m-assets .about-visual .visual-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* ==================== 三大拍卖模块 ==================== */
	.m-assets .modules-section {
		background: #F7F8FA;
	}

	.m-assets .modules-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 28px;
	}

	.m-assets .module-card {
		position: relative;
		border-radius: 24px;
		padding: 48px 36px;
		background-size: cover;
		background-position: center;
		color: #FFFFFF;
		overflow: hidden;
		transition: all 0.3s ease;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
		min-height: 380px;
		display: flex;
		flex-direction: column;
	}

	.m-assets .module-card:hover {
		transform: translateY(-8px);
		box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
	}

	.m-assets .module-num {
		font-size: 64px;
		font-weight: 900;
		color: rgba(255, 255, 255, 0.15);
		position: absolute;
		top: 20px;
		right: 28px;
		line-height: 1;
	}

	.m-assets .module-title {
		font-size: 28px;
		font-weight: 800;
		margin-bottom: 8px;
		position: relative;
		z-index: 1;
	}

	.m-assets .module-desc {
		font-size: 15px;
		color: rgba(255, 255, 255, 0.85);
		font-weight: 500;
		margin-bottom: 28px;
		position: relative;
		z-index: 1;
	}

	.m-assets .module-list {
		list-style: none;
		padding: 0;
		position: relative;
		z-index: 1;
	}

	.m-assets .module-list li {
		font-size: 14px;
		padding: 8px 0 8px 18px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		line-height: 1.5;
		position: relative;
	}

	.m-assets .module-list li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 14px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #FFFFFF;
		opacity: 0.6;
	}

	.m-assets .module-list li:last-child {
		border-bottom: none;
	}

	/* ==================== 热门拍卖 ==================== */
	.m-assets .hot-section {
		background: #FFFFFF;
	}

	.m-assets .view-all-link {
		display: inline-block;
		margin-top: 8px;
		font-size: 14px;
		font-weight: 600;
		color: #165DFF;
		text-decoration: none;
		transition: color 0.2s;
	}

	.m-assets .view-all-link:hover {
		color: #003AA3;
		text-decoration: none;
	}

	.m-assets .hot-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}

	.m-assets .hot-card {
		background: #FFFFFF;
		border: 1px solid #EFF1F3;
		border-radius: 20px;
		overflow: hidden;
		transition: all 0.3s ease;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	}

	.m-assets .hot-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
		border-color: #165DFF;
	}

	.m-assets .hot-card-img {
		height: 180px;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.m-assets .hot-badge {
		position: absolute;
		top: 16px;
		left: 16px;
		background: #165DFF;
		color: #FFFFFF;
		padding: 4px 14px;
		border-radius: 50px;
		font-size: 12px;
		font-weight: 600;
	}

	.m-assets .hot-card-body {
		padding: 20px;
	}

	.m-assets .hot-title {
		font-size: 16px;
		font-weight: 600;
		color: #1D2129;
		margin-bottom: 12px;
		line-height: 1.4;
	}

	.m-assets .hot-info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.m-assets .hot-price {
		font-size: 18px;
		font-weight: 800;
		color: #165DFF;
	}

	.m-assets .hot-meta {
		font-size: 12px;
		color: #86909C;
	}

	/* ==================== 拍卖流程 ==================== */
	.m-assets .process-section {
		background: #F7F8FA;
	}

	.m-assets .process-steps {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 0;
		flex-wrap: wrap;
	}

	.m-assets .step-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		flex: 1;
		min-width: 120px;
		position: relative;
	}

	.m-assets .step-circle {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: linear-gradient(135deg, #165DFF, #49A585);
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 16px;
		z-index: 2;
	}

	.m-assets .step-text h5 {
		font-size: 15px;
		font-weight: 600;
		color: #1D2129;
		margin-bottom: 8px;
	}

	.m-assets .step-text p {
		font-size: 12px;
		color: #86909C;
		line-height: 1.5;
		max-width: 140px;
	}

	.m-assets .step-arrow {
		position: absolute;
		top: 18px;
		right: -20px;
		font-size: 20px;
		color: #C9CDD4;
		z-index: 1;
	}

	/* ==================== 证书与资质 ==================== */
	.m-assets .cert-section {
		background: #FFFFFF;
	}

	.m-assets .cert-grid {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 24px;
		max-width: 1250px;
		margin: 0 auto 30px;
	}

	.m-assets .cert-card {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		height: 280px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
		transition: all 0.3s ease;
	}

	.m-assets .cert-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	}

	.m-assets .cert-card-bg {
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		transition: transform 0.4s;
	}

	.m-assets .cert-card:hover .cert-card-bg {
		transform: scale(1.05);
	}

	.m-assets .cert-card::after {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
		z-index: 1;
	}

	.m-assets .cert-card-title {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		padding: 24px;
		color: #FFFFFF;
	}

	.m-assets .cert-card-title h4 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 4px;
	}

	.m-assets .cert-card-title p {
		font-size: 12px;
		opacity: 0.85;
	}

	.m-assets .cert-note {
		text-align: center;
		font-size: 14px;
		color: #86909C;
		max-width: 700px;
		margin: 0 auto;
		line-height: 1.7;
	}

	/* ==================== 响应式 ==================== */
@media (max-width: 991px) {
	.m-assets .hero-section {
		padding: 140px 0 70px;
	}
	.m-assets .hero-title {
		font-size: 32px;
	}
	.m-assets .hero-subtitle {
		font-size: 15px;
	}
	.m-assets .hero-stats {
		gap: 28px;
	}
	.m-assets .hero-stat-num {
		font-size: 30px;
	}
	.m-assets .section {
		padding: 60px 0;
	}
	.m-assets .section-title {
		font-size: 26px;
	}
	.m-assets .section-header {
		margin-bottom: 40px;
	}
	/* 关于 */
	.m-assets .about-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	/* 三大模块：单列流式 */
	.m-assets .modules-grid {
		display: block;
	}
	.m-assets .modules-grid .module-card {
		margin-bottom: 20px;
		min-height: 280px;
	}
	.m-assets .modules-grid .module-card:last-child {
		margin-bottom: 0;
	}
	/* 热门拍卖：两列 */
	.m-assets .hot-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.m-assets .hot-card-img {
		height: 150px;
	}
	.m-assets .hot-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	/* 流程：平板 3列 */
	.m-assets .process-steps {
		justify-content: flex-start;
		gap: 0;
		row-gap: 32px;
	}
	.m-assets .step-item {
		flex: none;
		width: 33.333%;
		padding: 0 12px;
	}
	.m-assets .step-arrow {
		display: none;
	}
	/* 证书 */
	.m-assets .cert-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.m-assets .cert-card {
		height: 200px;
	}
}

@media (max-width: 600px) {
	.m-assets .hero-title {
		font-size: 26px;
	}
	.m-assets .hero-stats {
		flex-direction: column;
		gap: 18px;
	}
	.m-assets .hero-stat-num {
		font-size: 28px;
	}
	/* 热门拍卖：单列 */
	.m-assets .hot-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.m-assets .hot-card-img {
		height: 180px;
	}
	.m-assets .hot-info {
		flex-direction: row;
		align-items: center;
	}
	.m-assets .hot-meta {
		font-size: 11px;
	}
	/* 证书：单列 */
	.m-assets .cert-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.m-assets .cert-card {
		height: 220px;
	}
	/* about badges 换行 */
	.m-assets .about-badges {
		gap: 8px;
	}
	.m-assets .badge-item {
		font-size: 12px;
		padding: 6px 14px;
	}
	/* 流程：手机 2列 */
	.m-assets .step-item {
		width: 50%;
	}
}