/* 介绍 */
.intro-wrap{
	display: flex;
	flex-direction: column;
	position: relative;
	/* margin-bottom: 20px; */
}
.intro-wrap .x-home-title-wrap{
	text-align: center;
}
.intro-wrap .img{
	width: 100%;
	/* flex: 0 0 790px; */
}
.intro-wrap .img img{
	border-radius: 5px;
}
.intro-wrap .txt .intro-box{
	background-color: var(--white);
	border-radius: 5px;
	padding: 15px;
	width: 100%;
}
.intro-wrap .txt .detail-wrap{
	max-height: 150px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease-out;
}
.intro-wrap .txt .detail-wrap.open {
    max-height: none !important;
	transition: all 0.3s ease-out;
}
.toggle-btn.open:before{
	content: none;
}

/* 碑型 */
.tomb-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.tomb-list li{
	cursor: pointer;
}
.tomb-list li .img{
	position: relative;
}
.tomb-list li .img .consult{
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.tomb-list li .img .consult a{
	color: var(--white);
	font-size: 14px;
	padding: 6px 12px;
	line-height: 1;
	border-radius: 5px;
	text-align: center;
	/* background-color: rgba(54, 54, 54, 0.6); */
	background-color: #ee3f4d;
}
.tomb-list li .img .consult:hover a{
	
}
.tomb-list li .img img{
	border-radius: 5px 5px 0 0;
}
.tomb-list li .txt{
	text-align: center;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #f5f5f5;
	transition: all 0.2s ease-out;
}
.tomb-list li:hover .txt{
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
}

/* 碑型弹窗 */
.tomb-mask.block{
	display: block;
}
.tomb-body {
    width: 100%;
    /* height: 100%; */
	position: relative;
    left: 0;
    top: 10%;
    transform: translate(0%, 0%);
}
.tomb-body .head{
	position: absolute;
	cursor: pointer;
    right: 10px;
    top: -50px;	
}
.tomb-body .head i{
	color: #FFFFFF;
	font-size: 0.80rem;
}
.tomb-body .content {
	background: #F8F8F8;
	border-radius: 0.26667rem;
    width: 100%;
    max-height: 80vh !important;
    height: 80vh;
    overflow: auto;
}
.tomb-body .content .detail-content {
	display: flex;
    flex-direction: column;
    padding: 0.5334rem 0.40rem 0.5334rem 0.40rem;
}
.tomb-body .content .detail-left{
	flex: 0 0 100%;
	margin-right: 0px;
	padding: 0 0;
}
.tomb-body .content .detail-right{
	padding: 0.26667rem 0.40rem 0.5334rem 0.40rem;
	background: #FFFFFF;
}
.tomb-body .txt-warp .txt-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ly-price{
	color: #888888;
	font-size: 14px;
}
.ly-price span {
    color: #FB8B05;
    font-size: 20px;
}
.tomb-body .txt-warp .txt-top .ly-name{
	font-weight: 500;
	font-size: 0.5334rem;
	color: #000000;
}
.tomb-body .txt-warp .txt-tips{
	background-color: #F2F2F2;
	padding: 0px 10px;
	border-radius: 3px;
	margin-top: 15px;
}
.tomb-body .txt-warp .txt-tips .tips-swiper{
	height: 36px;
	line-height: 36px;
}
.tomb-body .txt-warp .txt-tips .tips-swiper .swiper-container {
    height: 100%;
}
.tomb-body .txt-warp .txt-tips .tips-swiper .swiper-container .swiper-slide{
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tomb-body .txt-warp .basic-list{
	flex-wrap: wrap;
	margin: 20px 0 25px 0;
}
.tomb-body .txt-warp .basic-list li{
	flex: 0 0 50%;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.tomb-body .txt-warp .basic-list li .item-name{
	color: #888888;
	margin-right: 5px;
}
.tomb-body .contact{
	display: flex;
	align-items: start;
	justify-content: center;
}
.tomb-body .contact .weixin .img-warp{
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
.tomb-body .contact .weixin .txt-warp{
	text-align: center;
	font-size: 14px;
}
.tomb-body .txt-warp .txt-zixun{
	text-align: center;
	margin-bottom: 40px;
}
.tomb-body .txt-warp .txt-zixun>.title{
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}
.tomb-body .txt-warp .txt-zixun .more-warp a{
	height: 0.96rem;
	line-height: 0.96rem;
	margin-top: 0.26667rem;
	justify-content: center;
}
.more-warp .title {
    height: 100%;
    font-weight: 500;
    font-size: 0.3734rem;
    color: #FFFFFF;
    background: #00A692;
    padding: 0 30px;
}
.more-warp .icon {
    height: 100%;
    padding: 0 15px;
    color: #FFFFFF;
    background: #14CBB5;
}
.tomb-body .txt-warp .txt-zixun .more-warp .icon i{
	font-size: 24px;
	/* animation: shake 2s infinite; */
	animation: shake 2s linear infinite;
}
@keyframes shake{
	0% {
	    color: #fff;
	}
	50% {
	    color: #fff;
	}
	60% {
	    color: rgba(255, 255, 255, 0.2);
	}
	80% {
	    color: rgba(255, 255, 255, 0.2);
	}
	100% {
	    color: #fff;
	}
}
.tomb-body .activity>.title{
	display: inline-block;
	padding: 0 15px;
	height: 0.96rem;
	line-height: 0.96rem;
	font-size: 0.42667rem;
	background: linear-gradient( 90deg, #FF652B 0%, #FF8808 100%);
	border-radius: 15px 15px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
}
.tomb-body .activity .limit{
	display: flex;
	flex-direction: column;
	padding: 0.40rem 0.40rem;
	align-items: center;
	justify-content: space-between;
	background-image: url('../img/activity-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.tomb-body .activity .activity-list li{
	display: flex;
	margin-bottom: 30px;
}
.tomb-body .activity .activity-list li:last-child{
	margin-bottom: 0px;
}
.tomb-body .activity .activity-list li>.title{
	font-weight: 500;
	font-size: 0.3734rem;
	color: #7C2D02;
}
.tomb-body .activity .activity-list li .desc p:first-child{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 0.3734rem;
	color: #7C2D02;
}
.tomb-body .activity .activity-list li .desc p:first-child span{
	color: #E2271E;
}
.tomb-body .activity .activity-list li .desc p:last-child{
	font-weight: 400;
	font-size: 14px;
	color: #BF5E29;
	margin-top: 5px;
}
.tomb-body .activity .receive{
	width: 100px;
	height: 30px;
	line-height: 28px;
	margin-top: 15px;
	background: linear-gradient( 270deg, #FF652B 0%, #FF8808 100%);
	border-radius: 18px;
	text-align: center;
}
.tomb-body .activity .receive a{
	font-weight: 500;
	font-size: 0.3734rem;
	color: #FFFFFF;
}
.tomb-body .advert-warp{
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}


/* 环境 */
.environment{
	padding: 40px 0;
	/* margin: 40px auto; */
	background: url("../img/environment.png") no-repeat center center fixed;
	background-size: cover;
	overflow-y: hidden;
}
.environment .container{
	position: relative;
}
.environment .swiper-container{
	position: static;
}
.environment .swiper-container .swiper-slide{
	border: #fff 5px solid;
	cursor: pointer;
}
.swiper-button-next, 
.swiper-button-prev{
	display: none;
}
.environment .x-home-title-wrap .title{
	color: var(--white);
}
.environment .x-home-title-wrap .desc{
	color: var(--white);
}
.environment .txt-wap{
	background-color: var(--white);
	text-align: center;
	padding-top: 5px;
}

/* 陵园环境弹窗 */
.mask {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
}
.img-mask.block{
	display: block;
}
.pop-body {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pop-body .swiper-container{
	position: static;
	border-radius: 5px;
}
.pop-body .head {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: -60px;
}
.pop-body .head i {
	color: #FFFFFF;
	font-size: 0.85334rem;
}
.imgs-body .img-pop img{
	border-radius: 5px;
}
.imgs-body .swiper-container .txt-wap{
	font-size: 16px;
	background-color: var(--white);
	text-align: center;
	padding: 5px;
}

/* 资讯 */
.info-list{
	padding: 10px 10px 40px 10px;
	margin-top: -10px;
}
.info-list .swiper-slide a{
	display: inline-block;
	padding: 25px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
}
.info-list .swiper-slide .title{
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	border-left: 5px solid var(--dark);
	padding-left: 20px;
	position: relative;
	left: -25px;
	transition: all 0.2s ease-in-out;
}
.info-list .swiper-slide:hover .title{
	color: var(--primary);
	border-left: 5px solid var(--primary);
}
.info-list .swiper-slide .time{
	color: var(--gray-light);
	margin-bottom: 15px;
}
.info-list .swiper-slide .cover img{
	border-radius: 5px;
}

/* 资讯弹窗 */
.info-mask.block{
	display: block;
}
/* 资讯弹窗 */
.info-body {
	top: 43%;
	height: 72%;
	width: 100%;
	background-color: var(--light);
}
/* 自定义整个滚动条 */
.info-body ::-webkit-scrollbar {
	width: 15px; /* 滚动条宽度 */
}
.info-body ::-webkit-scrollbar-track {
	background: #f2f2f2; /* 轨道颜色 */
	border-radius: 10px;
}
.info-body ::-webkit-scrollbar-thumb {
	background: #ccc; /* 滑块颜色 */
	border-radius: 10px;
}
.info-body .head {
    top: -48px;
}	
.info-body .artilce-wrap{
	padding: 20px 20px;
	background-color: var(--white);
	height: 100%;
	overflow-y: scroll;
}
.info-body .artilce-wrap .title{
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
}
.info-body .artilce-wrap .content{
	padding-top: 20px;
	line-height: 28px;
	/* text-align: justify; */
}
.article-nex-pre{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
	padding: 15px 15px;
	background-color: var(--white);
}
.article-nex-pre p {
	font-weight: 500;
	font-size: 16px;
	color: var(--dark);
	margin-bottom: 5px;
}
.article-nex-pre li a {
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease-in-out;
}
.article-nex-pre > li:nth-child(2) {
	text-align: right;
}

/* 联系我们 */
.contact-wrap{
	padding: 40px 0;
	background-image: url("../img/map_bg.png");
}
.contact-wrap .x-home-title-wrap{
	color: var(--white);
}
.contact-block{
	display: flex;
	flex-direction: column;
	position: relative;
}
.contact-block .txt-wrap{
	width: 100%;
	/* flex: 0 0 400px; */
	margin-right: 0px;
	margin-bottom: 20px;
}
.contact-block .map-wrap{
	flex-grow: 1;
	min-width: 0;
}
.contact-block .touch-list li{
	font-size: 16px;
	color: var(--gray);
}
.contact-block .touch-list li span{
	color: var(--white);
	margin-left: 5px;
}
.contact-block .map-wrap .baidumap {
  width: 100%;
  height: 34vh;
}

.issue-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.issue-box .issue-warp{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.issue-box .title{
	font-size: 0.48rem;
}
.issue-box .issue-swiper{
	height: 0.85334rem;
	padding: 0 0.40rem;
	width: 100%;
	background: #FFFFFF;
	border-radius: 25px;
}
.issue-box .issue-swiper .swiper-container {
    height: 100%;
}
.issue-box .issue-swiper .swiper-slide{
	width: 100%;
	font-size: 0.3734rem;
	line-height: 0.85334rem;
	color: #000000;
}
.issue-box .zixun-warp{
	width: 2.56rem;
	height: 0.80rem;
	line-height: 0.80rem;
	text-align: center;
	position: static;
	transform: translateY(0);
	margin-top: 0.16rem;
	background: linear-gradient( 115deg, #E2271E 0%, #FD6A62 100%);
	border-radius: 5px;
}
.issue-box .zixun-warp a{
	font-size: 0.32rem;
	font-weight: 500;
	color: #FFFFFF;
}
.issue-box .zixun-warp a i{
	font-size: 0.3734rem;
}
	
/* 布局 */
.hidden-xs{
	display: none;
}
.md-space {
	margin-top: 0.40rem;
}
	
/* 更多 */
.more-warp .title{
	font-size: 0.3734rem;
}
.more-warp .icon i {
	font-size: 0.5334rem;
}
.more-warp a{
	height: 0.96rem;
	line-height: 0.96rem;
	margin-top: 20px;
}



@media (min-width: 992px) {
	/* 介绍 */
	.intro-wrap{
		flex-direction: row;
		/* margin-bottom: 40px; */
	}
	.intro-wrap .x-home-title-wrap{
		text-align: left;
	}
	.intro-wrap .img{
		flex: 0 0 790px;
	}
	.intro-wrap .img img{
		border-radius: 5px 0px 0px 5px;
	}
	.intro-wrap .txt{
		flex-grow: 1;
		min-width: 0;
		background-color: var(--light);
		position: relative;
	}
	.intro-wrap .txt .intro-box{
		background-color: var(--white);
		border-radius: 5px;
		padding: 25px;
		width: 100%;
		position: absolute;
		left: -30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.intro-wrap .txt .detail-wrap{
		min-height: 0;
		max-height: 260px;
		line-height: 28px;
		padding-right: 20px;
		text-align: justify;
		overflow-y: auto;
		overflow-x: hidden;
	}
	/* 自定义整个滚动条 */
	.intro-wrap ::-webkit-scrollbar {
		width: 10px; /* 滚动条宽度 */
	}
	.intro-wrap ::-webkit-scrollbar-track {
		background: #f2f2f2; /* 轨道颜色 */
		border-radius: 10px;
	}
	.intro-wrap ::-webkit-scrollbar-thumb {
		background: #ccc; /* 滑块颜色 */
		border-radius: 10px;
	}
	
	/* 碑型 */
	.tomb-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.tomb-list li .txt{
		padding: 15px;
	}
	.tomb-list li .img .consult a{
		font-size: 14px;
		padding: 8px 20px;
	}
	
	/* 碑型弹窗 */
	.tomb-body{
		width: 1080px;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.tomb-body .content {
	    max-height: 100%;
	    height: 100%;
		border-radius: 0;
		overflow: visible;
	}
	.tomb-body .content .detail-content{
		flex-direction: row;
		padding: 20px 22px 30px 22px;
	}
	.tomb-body .content .detail-left {
	  flex: 0 0 511px;
	  margin-right: 30px;
	  /* aspect-ratio: 9 / 10; */
	}
	.tomb-body .head{
		position: absolute;
		cursor: pointer;
		right: -80px;
		top: -72px;	
	}
	.tomb-body .head i{
		font-size: 40px;
	}
	.tomb-body .content .detail-right{
		padding: 15px 30px 15px 30px;
	}
	.tomb-body .txt-warp .txt-top .ly-name{
		font-weight: 500;
		font-size: 0.5334rem;
		font-size: 24px;
		color: #000000;
	}
	.tomb-body .contact{
		display: flex;
		align-items: start;
		justify-content: space-between;
	}
	.tomb-body .txt-warp .txt-zixun .more-warp a{
		margin-top: 15px;
		justify-content: start;
		height: 42px;
		line-height: 42px;
	}
	.more-warp .title{
		font-size: 16px;
	}
	.tomb-body .activity>.title{
		height: 43px;
		line-height: 43px;
		font-size: 18px;
	}
	.tomb-body .activity .limit{
		flex-direction: row;
		padding: 30px 20px;
	}
	.tomb-body .activity .activity-list li{
		display: flex;
		margin-bottom: 30px;
	}
	.tomb-body .activity .activity-list li:last-child{
		margin-bottom: 0px;
	}
	.tomb-body .activity .activity-list li>.title{
		font-size: 18px;
	}
	.tomb-body .activity .activity-list li .desc p:first-child{
		font-size: 18px;
	}
	.tomb-body .activity .activity-list li .desc p:first-child span{
		color: #E2271E;
	}
	.tomb-body .activity .activity-list li .desc p:last-child{
		font-weight: 400;
		font-size: 14px;
		color: #BF5E29;
		margin-top: 5px;
	}
	.tomb-body .activity .receive{
		height: 35px;
		line-height: 35px;
	}
	.tomb-body .activity .receive a{
		font-size: 16px;
	}
	.advert-warp{
		position: relative;
	}
	.issue-box{
		width: 100%;
		height: 100px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.issue-box .title{
		font-family: PingFangsc-Medium;
		font-weight: 500;
		font-size: 30px;
		color: #333333;
		margin-left: 5%;
	}
	.issue-box .issue-warp{
		/* flex: 0 0 50%; */
		width: auto;
		position: relative;
	}
	.issue-box .issue-swiper{
	    width: 100%;
		height: 40px;
		background: #FFFFFF;
		padding: 0 20px;
		border-radius: 25px;
	}
	.issue-box .issue-swiper .swiper-container{
		height: 100%;
	}
	.issue-box .issue-swiper .swiper-slide{
		font-size: 16px;
		line-height: 40px;
		color: #000000;
		/* width: 80%; */
		margin-right: 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.issue-box .zixun-warp{
		width: 110px;
		height: 38px;
		text-align: center;
		line-height: 38px;
		background: linear-gradient( 115deg, #E2271E 0%, #FD6A62 100%);
		border-radius: 5px;
		/* position: absolute; */
		z-index: 9;
		top: 50%;
		right: 25px;
		/* transform: translateY(-50%); */
		margin-left: 5%;
	}
	.issue-box .zixun-warp a{
		font-family: PingFangsc-Medium;
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
	}
	.issue-box .zixun-warp a i{
		margin-right: 5px;
		font-weight: bold;
	}
	
	/* 环境弹窗 */
	.imgs-body {
	    width: 900px;
	}
	.pop-body .head {
		right: -80px;
		top: -50px;
	}
	.pop-body .head i {
	    color: #FFFFFF;
	    font-size: 40px;
	}
	.pop-body .swiper-container .txt-wap{
		font-size: 18px;
		padding: 8px;
	}
	
	/* 联系我们 */
	.contact-wrap{
		padding: 80px 0;
	}
	.contact-block{
		flex-direction: row;
	}
	.contact-block .txt-wrap{
		flex: 0 0 400px;
		margin-right: 50px;
	}
	.contact-block .map-wrap .baidumap {
		height: 26vh;
	}
	
}









