.gmdetial-main-wrap {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.gmhome-wrap {
	background: var(--white);
	border-radius: 6px;
}

/* banner */
.gmdetail-home-swiper,
.gmdetail-home-swiper .swiper-slide {
	overflow: hidden;
}

/* 金刚区 */
.navigation{
	margin-bottom: 0.1334rem;
}
.navigation .nav-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.navigation .nav-list li{
	flex-basis: 25%;
	text-align: center;
	margin-bottom: 0.5334rem;
}
.navigation .nav-list li .icon-warp{
	margin: 0 auto;
}
.navigation .nav-list li:nth-child(1) .icon-warp,
.navigation .nav-list li:nth-child(2) .icon-warp,
.navigation .nav-list li:nth-child(3) .icon-warp,
.navigation .nav-list li:nth-child(4) .icon-warp{
	width: 1.28rem;
	height: 1.28rem;
}
.navigation .nav-list li:nth-child(5) .icon-warp,
.navigation .nav-list li:nth-child(6) .icon-warp,
.navigation .nav-list li:nth-child(7) .icon-warp,
.navigation .nav-list li:nth-child(8) .icon-warp{
	width: 1.0134rem;
	height: 1.0134rem;
}
.navigation .nav-list li .txt-warp{
	font-size: 0.32rem;
	color: #333333;
	margin-top: 0.1334rem;
}

/* 陵园简介 */
.introduct .normal-title {
	text-align: center;
}
.introduct .intro-warp {
	margin-top: 0.5334rem;
	/* flex-direction: column; */
}
.introduct .intro-warp .img-warp {
	flex: 0 0 100%;
	margin-right: 0px;
	border-radius: 5px;
	margin-bottom: 0;
}
.introduct .intro-warp .img-warp img {
	border-radius: 5px;
}
.introduct .intro-warp .txt-warp .content {
	margin: 0.4rem 0 0.66667rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
/*	-webkit-line-clamp: 5;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.introduct .more a {
	margin: 0 auto;
}

/* 预约提示 */
.order-warp .info-tr{
	flex: 0 0 100%;
	width: 100%;
	text-align: left;
	padding: 15px;
	background: linear-gradient(to right, #FFFFFF, #DEDBFF);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.07), -2px -2px 4px 0px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	position: relative;
}
.order-warp .info-tr .wx-img{
	width: 85px;
	position: absolute;
	right: 15px;
	top: 61%;
	transform: translateY(-50%);
}
.order-warp .info-tr .wx-img p{
	text-align: center;
	font-size: 0.32rem;
	margin-top: 2px;
}
.order-warp .info-tr .title {
	font-weight: 600;
	font-size: 0.3734rem;
}
.order-warp .info-tr .phone {
	font-weight: 600;
	font-size: 0.48rem;
	margin: 5px 0 20px 0;
}
.order-warp .info-tr .order{
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: linear-gradient(90deg, #FF5C48 0%, #FF213F 100%);
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 0.3734rem;
}
.order-warp .info-tr .order a{
	color: #FFFFFF;
	font-size: 0.3734rem;
}

/* 精选碑型 */
.tomb .tomb-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 0.556rem;
}
.tomb .tomb-list>li{
	padding: 12px 12px;
	/* margin: 0 14px 25px 14px; */
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.07), -2px -2px 4px 0px rgba(0,0,0,0.07);
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
/* .tomb .tomb-list>li a {
    position: relative;
} */
.tomb .tomb-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.tomb .tomb-list li .txt-warp .mate{
	margin-top: 5px;
	flex-direction: column;
	align-items: center;
}
.tomb .tomb-list li .txt-warp .info {
	margin-top: 0.21334rem;
}
.tomb .tomb-list li .txt-warp .info li{
	color: #666666;
	margin-right: 5px;
}
.tomb .tomb-list>li .mb-park{
	width: 1.4934rem;
	height: 0.5334rem;
	font-size: 0.32rem;
	text-align: center;
	color: #fff;
	background-color: #C00005;
	border-radius: 5px 0 5px 0;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 9;
}

/* 园区环境 */
.environment{
	
}
.environment .environ-warp {
    display: flex;
    align-items: start;
}
.environment .environ-warp .imgs-er .img-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 20px;
	margin-bottom: 0.556rem;
}
.environment .environ-warp .imgs-er .img-list li {
	cursor: pointer;
	position: relative;
	transition: all 300ms ease-in-out;
}
.environment .environ-warp .imgs-er .img-list li .img-warp img{
	border-radius: 5px;
}
.environment .environ-warp .imgs-er .img-list li .img-warp::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 60%);
	pointer-events: none;
	border-radius: 6px;
	opacity: .6;
	transition: all 300ms ease-in-out;
}
.environment .environ-warp .imgs-er .img-list li .txt-warp{
	width: 100%;
	height: 46px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.373rem;
	border-radius: 0 0 5px 5px;
	position: absolute;
	z-index: 8;
	bottom: 0;
}
.environment .environ-warp .imgs-el .title{
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.environment .environ-warp .imgs-el .title::after{
	content: "";
	width: 48px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.environment .environ-warp .imgs-el .summary{
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
	
.environment .environ-warp .imgs-el .desc{
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 32px;
}
.environment .environ-warp .imgs-el{
	flex: 0 0 270px;
	margin-right: 20px;
	position: relative;
}
.environment .environ-warp .imgs-el .img-bg{
	position: relative;
}
.environment .environ-warp .imgs-el .img-bg img{
	border-radius: 5px;
}
.environment .environ-warp .imgs-el .img-bg::after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.6);
}
.environment .environ-warp .imgs-el .more{
	margin-top: 50%;
}
.environment .environ-warp .imgs-el .more a{
	color: #000000;
	background: #FFFFFF;
	border-radius: 21px;
	transition: all 0.2s ease-in-out;
}
.environment .environ-warp .imgs-el .more a:hover{
	color: #7064FC;
}

/* 陵园资讯 */
.information{
	margin-bottom: 40px;
}
.information .info-list{
	margin-bottom: 0.556rem;
}
.information .info-list li {
	margin-bottom: 0.4rem;
}
.information .info-list li a{
	display: flex;
	 align-items: start;
}
.information .info-list li .img-warp{
	flex: 0 0 120px;
	/* aspect-ratio: 3 / 2; */
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
}
.information .info-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .txt-warp .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information .info-list li .txt-warp .time{
	margin-top: 0.26667rem;
}



@media (min-width: 992px) {
	.gmdetial-main-wrap {
		/* background-image: url('../img/5181-main-bg.jpg'); */
	}
	.gmdetial-main-wrap.template-1{
		background-image: var(--template-bgimg_1);
	}
	.gmdetial-main-wrap.template-2{
		background-image: var(--template-bgimg_2);
	}
	.gmdetial-main-wrap.template-3{
		background-image: var(--template-bgimg_3);
	}
	.gmdetial-main-wrap.template-4{
		background-image: var(--template-bgimg_4);
	}
	.gmdetial-main-wrap.template-5{
		background-image: var(--template-bgimg_5);
	}
	.gmdetial-main-wrap.template-6{
		background-image: var(--template-bgimg_6);
	}
	.gmdetial-main-wrap.template-7{
		background-image: var(--template-bgimg_7);
	}
	

	/* banner */
	.gmdetail-home-swiper {
		padding-top: 20px;
	}
	.gmdetail-home-swiper img {
		border-radius: 5px;
	}

	/* 陵园简介 */
	.introduct {
		/* background-image: url('../img/ground-pc-01.png'); */
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.introduct .normal-title {
		text-align: left;
	}
	.introduct .intro-warp {
		display: flex;
		align-items: start;
		margin-top: 0px;
		/* background: var(--white); */
		/* border-radius: 6px; */
	}
	.introduct .intro-warp .img-warp {
		flex: 0 0 600px;
		aspect-ratio: 3 / 2;
		margin-right: 30px;
		border-radius: 5px;
	}
	.introduct .intro-warp .txt-warp {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.introduct .intro-warp .txt-warp .content {
		margin: 30px 0 50px 0;
		color: #585858;
		text-align: justify;
		line-height: 28px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
/*		-webkit-line-clamp: 7;*/
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.introduct .more a {
		margin: 0 0;
	}
	
	/* 精选碑型 */
	.tomb .tomb-list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/* grid-column-gap: 20px; */
		margin-bottom: 30px;
	}
	.tomb .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: 12px;
		left: 12px;
		z-index: 9;
	}
	.tomb .tomb-list li .img-warp{
		/* aspect-ratio: 9 / 10; */
		border-radius: 5px;
		overflow: hidden;
	}
	.tomb .tomb-list li .txt-warp .mate{
		margin-top: 15px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.tomb .tomb-list li .txt-warp .info{
		margin-top: 12px;
	}
	.tomb .tomb-list li:hover .img-warp img{
		transform: scale(1.08);
	}
	.tomb .tomb-list li:hover .txt-warp .ly-name>a{
		color: #7064FC;
	}
	
	
	/* 园区环境 */
	.environment{
		/* padding-top: 90px; */
		/* background-image: url('../img/ground-pc-02.png'); */
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.environment .environ-warp .imgs-er .img-list{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 25px;
		margin-bottom: 0;
	}
	.environment .environ-warp .imgs-er .img-list li .img-warp{
		aspect-ratio: 3 / 2;
		border-radius: 5px;
		position: relative;
	}
	.environment .environ-warp .imgs-er .img-list li:hover .img-warp::after{
		opacity: 0.9;
	}
	.environment .environ-warp .imgs-er .img-list li .txt-warp{
		height: 56px;
		line-height: 66px;
		font-size: 16px;
	}
	
	/* 陵园资讯 */
	.information .info-list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-bottom: 25px;
	}
	.information .info-list li{
		margin-bottom: 0px;
	}
	.information .info-list li .img-warp{
		flex: 0 0 225px;
	}
	.information .info-list li .txt-warp{
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.information .info-list li .txt-warp .title{
		font-weight: 500;
		font-size: 17px;
		color: #333333;
		transition: all 0.2s ease-in-out;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.information .info-list li .txt-warp .desc{
		color: #777777;
		margin: 10px 0 20px 0;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.information .info-list li .txt-warp .time{
		color: #666666;
	}
	.information .info-list li:hover .txt-warp .title{
		color: #7064FC;
	}
	.information .info-list li:hover .img-warp img{
		transform: scale(1.08);
	}


}

@media (max-width: 576px) {
	.gmdetail-home-swiper .container {
		padding-right: 0px;
		padding-left: 0px;
	}
}


@media (min-width: 1230px) {
    .gmhome-wrap {
        padding: 25px 25px;
    }
}

.introduct .intro-warp .title{
	font-weight: 500;
	font-size: 0.64rem;
	text-align: center;
	margin: 0 auto 10px auto;
}
.introduct .intro-warp .txt-warp .content{
	margin: 15px 0 0px 0;
	font-size: 0.42667rem;
	color: #666666;
	text-align: justify;
	line-height: 32px;
}
.introduct .intro-warp .img-warp{
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-right: 30px;
	border-radius: 5px;
	position: relative;
}
.introduct .intro-warp .img-warp img{
	border-radius: 5px;
}
.introduct .intro-warp .img-warp .play{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.introduct .intro-warp .img-warp .play i{
	color: #FFFFFF;
	font-size: 42px;
}
.introduct .page-bg{
	/* height: 280px;
	background-image: url('../img/ground-pc-06.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -1; */
	position: sticky;
	z-index: -1;
	margin-top: -30px;
}
/* 自定义整个滚动条 */
.introduct ::-webkit-scrollbar {
	 width: 10px; /* 滚动条宽度 */
}
.introduct ::-webkit-scrollbar-track {
	background: #f2f2f2; /* 轨道颜色 */
	border-radius: 10px;
}
.introduct ::-webkit-scrollbar-thumb {
	background: #ccc; /* 滑块颜色 */
	border-radius: 10px;
}


@media (min-width: 992px){
	.introduct .container{
		position: relative;
	}
	.introduct .intro-warp{
		display: flex;
		align-items: start;
	}
	.introduct .intro-warp .img-warp{
		flex: 0 0 600px;
	}
	.introduct .intro-warp .img-warp .play i{
		font-size: 50px;
	}
	.introduct .intro-warp .txt-warp{
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.introduct .intro-warp .title{
		font-size: 32px;
		text-align: left;
		/* font-size: 18px; */
	}
	.introduct .intro-warp .txt-warp .content{
		/* margin: 25px 0 0px 0; */
		max-height: 272px;
		min-height: 0;
		overflow-y: auto;
		overflow-x: hidden;
		font-size: 18px;
	}
	.introduct .page-bg{
		margin-top: -130px;
	}
}

.tomb-warp{
	position: relative;
}
.tomb-warp .page-bg{
	position: absolute;
	top: 0;
	z-index: -1;
}
.tomb-warp .tomb-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-items: center;
	margin-bottom: 0.26667rem;
}
.tomb-warp .tomb-list>li{
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.tomb-warp .tomb-list>li a{
	position: relative;
}
.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{
	flex-direction: column;
	align-items: center;
	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;
	text-align: center;
	line-height: 19px;
	color: #fff;
	background-color: #C00005;
	border-radius: 5px 0 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.tomb-warp .tomb-list li .txt-warp .info li {
    color: #666666;
    margin-right: 5px;
}

@media (min-width: 992px){
	.tomb-warp .tomb-list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
		justify-items: center;
		margin-bottom: 20px;
	}
	.tomb-warp .tomb-list>li .mb-park{
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	.tomb-warp .tomb-list li .img-warp{
		/* aspect-ratio: 9 / 10; */
		border-radius: 5px;
		overflow: hidden;
	}
	.tomb-warp .tomb-list li .txt-warp .mate{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
	}
	.tomb-warp .tomb-list li .txt-warp .info{
		margin-top: 12px;
	}
	.tomb-warp .tomb-list li .txt-warp .info li{
		font-size: 16px;
	}
	.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;
	}
}
.about{
	position: relative;
}
.about .page-bg{
	position: absolute;
	top: 0;
	z-index: -1;
}
.info-warp{
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 100%;
	margin-bottom: 20px;
}
.info-left{
	width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	background: #FFFFFF;
	padding: 20px 0 20px 15px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.07), -2px -2px 4px 0px rgba(0,0,0,0.07);
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.info-right{
	width: 100%;
	height: 100%;
	flex: 0 0 320px;
	background: #FFFFFF;
	padding: 20px 25px 0 25px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.07), -2px -2px 4px 0px rgba(0,0,0,0.07);
	border-radius: 5px;
}
.info-left .cemetery{
	margin-right: 0px;
}
.info-left .cemetery li{
	margin-bottom: 15px;
}
.info-left .cemetery li i{
	color: #95A6F5;
	font-size: 18px;
	margin-right: 8px;
}
.info-left .cemetery li div{
	font-size: 0.42667rem;
}
.info-left .cemetery li div span{
	margin-left: 5px;
}
.info-left .cemetery li:nth-child(-n+2) span{
	font-weight: 500;
}
.info-left .weixin{
	margin: 0px auto;.
}
.info-left .weixin .title{
	font-size: 16px;
}
.info-left .weixin{
	text-align: center;
}
.info-left .weixin .img-warp{
	width: 120px;
	height: 120px;
	margin: 10px auto 5px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.07), -2px -2px 4px 0px rgba(0,0,0,0.07);
}
.info-left .weixin .desc{
	font-size: 0.373rem;
	margin-top: 5px;
	/* text-align: center; */
}
.info-left .weixin .phone {
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}

.info-right .title{
	margin-bottom: 10px;
}
.info-right .title i{
	color: #ED664F;
	font-size: 22px;
	margin-right: 10px;
}
.info-right .title span{
	font-weight: 500;
	font-size: 22px;
	color: #333333;
}
.info-right .tips{
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	margin-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.info-right .tips span{
	display: inline-block;
	margin: 10px 0;
}
.info-right .desc{
	margin-top: 10px;
	margin-left: 30px;
}
.order-btn{
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease;
}
.order-btn:hover{
	transform: translateY(-5px)
}
/* .order-btn::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 50px;
    background-image: linear-gradient(to bottom,transparent,rgba(255,255,255,.3),transparent);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 2s ease-in 1s infinite;
    -o-animation: searchLights 2s ease-in 1s infinite;
    animation: searchLights 2s ease-in 0s infinite;
}
@keyframes searchLights {
    0% {
        left: -190px;
        top: 0px;
    }
    100% {
        left: -160px;
        top: 200px;
    }
} */
.order-btn a{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 42px;
	background: linear-gradient( 90deg, #FF5C48 0%, #FF213F 100%);
	border-radius: 21px;
	color: #FFFFFF;
}



.info-map .baidumap{
	width: 100%;
	height: 47vh;
}

@media (min-width: 992px){
	.info-warp{
		height: 320px;
		margin-bottom: 25px;
		flex-direction: row;
	}
	.info-left{
		margin-right: 20px;
		padding: 45px 0 0 25px;
		flex-direction: row;
		height: 100%;
	}
	.info-left .cemetery{
		margin-right: 15%;
	}
	.info-left .cemetery li{
		margin-bottom: 25px;
	}
	.info-left .cemetery li div{
		font-size: 18px;
		color: #333333;
	}
	/* .info-left .weixin{
		margin: 30px auto;.
	} */
	.info-left .weixin .desc{
		font-size: 14px;
	}
	
	.info-right{
		flex: 0 0 400px;
	}
	
}
