.tomb-warp .page-bg{
	height: 480px;
	background-image: url('../img/ground-pc-03.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.tomb-warp .container{
	position: relative;
	/* z-index: 9; */
	margin-top: -440px;
}
.tomb-warp .tomb-list>li{
	margin-bottom: 30px;
	border-radius: 5px;
}
.tomb-warp .tomb-list>li a{
	position: relative;
}
.tomb-warp .tomb-list>li .mb-park{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	font-size: 14px;
	background-color: #C00005;
	border-radius: 5px 0 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.tomb-warp .tomb-list li .img-warp{
	aspect-ratio: 9 / 10;
	border-radius: 5px;
	overflow: hidden;
}
.tomb-warp .tomb-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.tomb-warp .tomb-list li .txt-warp .mate{
	margin-top: 10px;
}
.tomb-warp .tomb-list li .txt-warp .info{
	margin-top: 12px;
}
.tomb-warp .tomb-list li .txt-warp .info li{
	color: #666666;
	margin-right: 5px;
}
.tomb-warp .tomb-list li:hover .img-warp img{
	transform: scale(1.08);
}
.tomb-warp .tomb-list li:hover .txt-warp .ly-name{
	color: #7064FC;
}


@media (min-width: 992px){
	.tomb-warp .tomb-list li .txt-warp .info li{
		font-size: 18px;
	}
}

@media (max-width: 576px){
	.tomb-warp .container{
		margin-top: -460px;
	}
	.tomb-warp .tomb-list{
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: 0.26667rem;
	}
	.tomb-warp .tomb-list>li{
		/* margin-bottom: 20px; */
		padding-right: 8px;
		padding-left: 8px;
	}
	.tomb-warp .tomb-list li .txt-warp .mate{
		flex-direction: column;
		align-items: start;
		margin-top: 0.16rem;
	}
	.tomb-warp .tomb-list li .txt-warp .info {
	    margin-top: 0.16rem;
	}
	.tomb-warp .tomb-list>li .mb-park{
		width: 1.4934rem;
		height: 0.5334rem;
		font-size: 0.32rem;
	}
}