 .page-bg{
	height: 625px;
	background-image: url('../img/ground-pc-10.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -1;
}
.location{
	margin-top: -625px;
}
.tomb-detail{
	padding-bottom: 75px;
}

.info-warp{
	display: flex;
	align-items: start;
}
.info-warp .info-tl{
	flex-grow: 1;
	margin-right: 30px;
}
.info-warp .info-tl .tomb-left{
	width: 100%;
	display: flex;
}
.info-warp .info-tl .txt-warp{
	flex-grow: 1;
}
.info-warp .info-tl .img-warp{
	flex: 0 0 351px;
	width: 351px;
	aspect-ratio: 9 / 10;
	border-radius: 5px;
	margin-right: 20px;
}
.info-warp .info-tl .img-warp img{
	border-radius: 5px;
}
.info-warp .info-tl .img-warp .swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}
.info-warp .info-tl .name{
	font-weight: 500;
	font-size: 34px;
}
.info-warp .info-tl .txt-warp>.price{
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #D9D9D9;
}
.info-warp .info-tl .basic-list{
	margin: 5px 0;
	flex-wrap: wrap;
}
.info-warp .info-tl .basic-list li {
    flex: 0 0 50%;
    font-size: 16px;
    margin: 10px 0;
}
.info-warp .info-tl .basic-list li .item-name {
    color: #888888;
    margin-right: 6px;
}
.info-warp .info-tl .receive{
	margin: 25px 0 15px 0;
	font-weight: 500;
	font-size: 16px;
	color: #EA3947;
	position: relative;
}
.info-warp .info-tl .receive::before, 
.info-warp .info-tl .receive::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200px;
	border-bottom: 1px dashed #DEDEDE;
}
.info-warp .info-tl .receive::before {
    left: 0;
}
.info-warp .info-tl .receive::after {
    right: 0;
}
.info-warp .info-tl .vouchers{
	background-image: url('../img/coupon.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 72px;
	padding: 0 40px;
	position: relative;
}
.info-warp .info-tl .vouchers ._price{
	font-size: 20px;
	color: #EE3F4D;
}
.info-warp .info-tl .vouchers ._price span{
	font-size: 22px;
	color: #FF0014;
}
.info-warp .info-tl .vouchers ._btn{
	position: absolute;
	right: -5%;
	transform: translateX(-50%);
}
.info-warp .info-tl .vouchers ._btn a{
	display: inline-block;
	width: 111px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #EA3947;
}
.info-warp .info-tl .vouchers ._btn a i{
	margin-right: 5px;
}
.info-warp .info-tr{
	flex: 0 0 274px;
	text-align: center;
	padding: 15px;
	background: #FFFFFF;
	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;
}
.info-warp .info-tr .title{
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}
.info-warp .info-tr .wx-img{
	/* width: 120px; */
	/* height: 120px; */
	/* border-radius: 3px; */
	border: 1px solid #BCC4E8;
	/* margin: 10px auto; */
}
.info-warp .info-tr .phone{
	font-weight: 600;
	font-size: 20px;
	margin: 10px 0 50px 0;
}
/* .info-warp .info-tr .order{
	position: absolute;
	left: 50%;
	bottom: -22px;
	transform: translateX(-50%);
} */
.info-warp .info-tr .order{
	display: inline-block;
	width: 150px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: linear-gradient( 90deg, #FF5C48 0%, #FF213F 100%);
	border-radius: 21px;
	color: #FFFFFF;
	cursor: pointer;
}
.info-warp .info-tr .order a{
	color: #FFFFFF;
}

/* 园区实拍 */
.park-warp .page-bg{
	height: 810px;
	background-image: url('../img/ground-pc-08.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -1;
	margin-top: -560px;
}
.park-warp .content{
	text-align: center;
}
.park-warp .content .desc{
	font-size: 16px;
	color: #888888;
	margin: 30px 0;
}
.park-warp .content .img-warp{
	width: 50%;
	aspect-ratio: 9 / 10;
	margin: 0 auto;
}
.park-warp .content .img-warp img{
	border-radius: 6px;
}

/* 推荐墓型 */
.recommend{
	margin-top: -220px;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}
.recommend .tomb-list{
	margin-top: 45px;
}
.recommend .tomb-list>li{
	border-radius: 5px;
	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;
}
.recommend .tomb-list li .img-warp{
	aspect-ratio: 9 / 10;
	border-radius: 5px;
	overflow: hidden;
}
.recommend .tomb-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.recommend .tomb-list li .txt-warp .mate{
	margin-top: 10px;
}
.recommend .tomb-list li .txt-warp .info{
	margin-top: 12px;
}
.recommend .tomb-list li .txt-warp .info li{
	color: #666666;
	margin-right: 5px;
}
.recommend .tomb-list li:hover .img-warp img{
	transform: scale(1.08);
}
.recommend .tomb-list li:hover .txt-warp .ly-name{
	color: #7064FC;
}


@media (min-width: 1200px){
	.info-warp .info-tr .wx-img{
		width: 120px;
		height: 120px;
		border-radius: 3px;
		border: 1px solid #BCC4E8;
		position: inherit;
		right: auto;
		top: auto;
		margin: 10px auto 5px;
		padding: 2px;
		border-radius: 4px;
		transform: translateY(0);
	}
	
	.info-warp .info-tr .order{
		position: absolute;
		left: 50%;
		bottom: -22px;
		transform: translateX(-50%);
	}
	
	/* 推荐墓型 */
	.recommend .tomb-list>li.col-lg-3{
		-ms-flex: 0 0 22.6%;
		flex: 0 0 22.6%;
		max-width: 22.6%;
	}
}


@media (max-width: 992px){
	.tomb-detail {
	    padding-bottom: 25px;
	}
	.info-warp{
		flex-direction: column;
	}
	.info-warp .info-tl{
		width: 100%;
		margin-right: 0px;
	}
	.info-warp .info-tl .img-warp {
	    flex: 0 0 100%;
		width: 100%;
	    aspect-ratio: 9 / 10;
	    margin-right: 0px;
	}
	.info-warp .info-tl .tomb-left{
		flex-direction: column;
	}
	.info-warp .info-tl .txt-warp{
		margin: 10px 0 20px 0;
	}
	.info-warp .info-tl .name {
	    font-weight: 500;
	    font-size: 0.64rem;
	}
	.info-warp .info-tl .txt-warp>.price {
		font-size: 0.42667rem;
	    padding: 5px 0 10px 0;
	}
	.info-warp .info-tl .basic-list li {
	    flex: 0 0 50%;
	    font-size: 0.407rem;
	    margin: 5px 0;
	}
	.info-warp .info-tl .receive {
	    margin: 15px 0 15px 0;
	}
	.info-warp .info-tl .receive::before, 
	.info-warp .info-tl .receive::after {
	    width: 115px;
	}
	.info-warp .info-tl .vouchers {
	    height: 1.44rem;
	    padding: 0 15px 0 25px;
	}
	.info-warp .info-tl .vouchers ._price {
	    font-size: 0.3734rem;
	}
	.info-warp .info-tl .vouchers ._price span {
	    font-size: 0.48rem;
	}
	.info-warp .info-tl .vouchers ._btn a {
		font-size: 0.333rem;
	    width: 2.24rem;
	    height: 0.8rem;
	    line-height: 0.8rem;
	}
	.info-warp .info-tl .vouchers ._btn a i {
	    margin-right: 2px;
	}
	.info-warp .info-tl .vouchers ._btn {
	    right: -6%;
	}
	.info-warp .info-tr{
		flex: 0 0 100%;
		width: 100%;
		text-align: left;
		background: linear-gradient(to right, #FFFFFF, #DEDBFF);
	}
	.info-warp .info-tr .wx-img{
		width: 100px;
		position: absolute;
		right: 15px;
		top: 58%;
		transform: translateY(-50%);
	}
	.info-warp .info-tr .title {
	    font-size: 0.3734rem;
	}
	.info-warp .info-tr .phone {
	    font-size: 0.48rem;
	    margin: 5px 0 20px 0;
	}
	.info-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;
	}
	.park-warp .content .desc {
	    font-size: 0.3734rem;
	    color: #888888;
	    margin: 20px 0 15px 0;
	}
	.park-warp .content .img-warp {
	    width: 100%;
	}
	
	/* 推荐墓型 */
	.recommend .tomb-list {
	    margin-top: 30px;
	}
	.recommend .tomb-list{
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: 0.26667rem;
	}
	.recommend .tomb-list>li{
		margin: 0 8px 20px 8px;
	}
	.recommend .tomb-list>li.col-6{
		-ms-flex: 0 0 calc(50% - 16px);
		flex: 0 0 calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
	.recommend .tomb-list li .txt-warp .mate{
		flex-direction: column;
		align-items: start;
	}
	
	/* 弹窗-预约表单 */
	.mask{
		background: #FFFFFF;
	}
	.form-body{
		width: 100%;
		background: #FFFFFF;
		position: relative;
		z-index: 9999;
		top: 51%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.form-body .head {
	    position: absolute;
	    right: 5px;
	    top: -5px;
	    cursor: pointer;
	}
	.form-body .head i {
	    /* color: #FFFFFF; */
		color: #333333;
	    font-size: 0.80rem;
	}
	.form-body .content{
		background: #FFFFFF;
		padding: 25px 0;
	}
	.form-body .content .head-title{
		font-weight: 500;
		font-size: 20px;
	}
	.form-body .content .head-tips{
		color: #4B9AFC;
		margin: 10px 0 25px 0;
	}
	.form-body .content .head-tips i{
		font-size: 0.32rem;
		margin-right: 2px;
	}
	.form-body .content .nav-list{
		height: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #CDCDCD;
	}
	.form-body .nav-list li{
		flex-basis: 50%;
		height: 100%;
		text-align: center;
		color: #666666;
		position: relative;
	}
	.form-body .nav-list li span{
		padding: 10px 0;
	}
	.form-body .nav-list li.active span{
		font-size: 16px;
		color: #333333;
		border-bottom: 3px solid #000000;
	}
	.form-body .form-block{
		margin-top: 30px;
		position: relative;
	}
	.el-form-item {
		width: 90%;
	    margin-bottom: 20px;
	}
	.el-picker-panel{
		left: 23px !important;
	}
	.el-form-item__label{
		text-align: left;
		line-height: 35px;
		font-weight: 400;
		color: #333333;
		margin-bottom: 0rem;
	}
	.el-date-editor.el-input, 
	.el-date-editor.el-input__inner{
		width: 100%;
	}
	.el-input__inner{
		height: 35px;
		line-height: 35px;
	}
	
	.form-body .form-block .submit{
		width: 130px;
		height: 34px;
		text-align: center;
		line-height: 34px;
		background: #4B9AFC;
		border-radius: 19px;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.form-body .form-block .coupon{
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 14px 20px;
		margin: 20px 0 10px 0;
	}
	.form-body .form-block .coupon1{
		background-image: url('../img/form-coupon1.png');
	}
	.form-body .form-block .coupon1 .price-warp{
		font-size: 0.3734rem;
		color: #EA3947;
		margin-right: 17px;
	}
	.form-body .form-block .coupon1 .price-warp span{
		font-size: 0.90667rem;
	}
	.form-body .form-block .coupon1 .txt-warp .title{
		font-weight: 500;
		font-size: 16px;
		color: #FD6A62;
	}
	.form-body .form-block .coupon1 .txt-warp .desc{
		color: #FD6A62;
	}
	.form-body .form-block .tips{
		color: #EA3947;
		text-align: center;
	}
	
	.form-body .form-block .coupon2{
		background-image: url('../img/form-coupon2.png');
	}
	.form-body .form-block .coupon2 .price-warp{
		font-size: 0.3734rem;
		color: #FFF5BD;
		margin-right: 12px;
	}
	.form-body .form-block .coupon2 .price-warp span{
		font-size: 0.90667rem;
	}
	.form-body .form-block .coupon2 .txt-warp .title{
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
	}
	.form-body .form-block .coupon2 .txt-warp .desc{
		color: #FFFFFF;
	}
	
	
	/* 广告-H5 */
    .tomb-detail .poster {
        margin-left: -15px;
        margin-right: -15px;
		margin-bottom: 25px;
    }
	.poster .poster-block{
		position: relative;
	}
	.poster .poster-block a{
		display: inline-block;
	}
	.poster .poster-block .txt-warp{
		margin-left: 25px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.poster .poster-block .txt-warp .title {
	    font-weight: 500;
	    font-size: 0.48rem;
	    color: #FFFFFF;
	}
   .poster .poster-block .txt-warp .desc {
        font-size: 0.3734rem;
        color: #FFFFFF;
        margin: 5px 0 5px 0;
    }
    .poster .poster-block .txt-warp .service {
		display: inline-block;
		font-size: 0.3734rem;
		height: 0.64rem;
		line-height: 0.64rem;
        color: #3E33BD;
        padding: 0 0.26667rem;
        background: #F2F4FB;
		border-radius: 12px;
    }
	
	
}

@media (max-width: 576px){
	.tomb-detail {
	    padding-bottom: 25px;
	}
	.info-warp{
		flex-direction: column;
	}
	.info-warp .info-tl{
		width: 100%;
		margin-right: 0px;
	}
	.info-warp .info-tl .img-warp {
	    flex: 0 0 100%;
		width: 100%;
	    aspect-ratio: 9 / 10;
	    margin-right: 0px;
	}
	.info-warp .info-tl .tomb-left{
		flex-direction: column;
	}
	.info-warp .info-tl .txt-warp{
		margin: 10px 0 20px 0;
	}
	.info-warp .info-tl .name {
	    font-weight: 500;
	    font-size: 0.64rem;
	}
	.info-warp .info-tl .txt-warp>.price {
	    padding: 5px 0 10px 0;
	}
	.info-warp .info-tl .basic-list li {
	    flex: 0 0 50%;
	    font-size: 0.3734rem;
	    margin: 5px 0;
	}
	.info-warp .info-tl .receive {
	    margin: 15px 0 15px 0;
	}
	.info-warp .info-tl .receive::before, 
	.info-warp .info-tl .receive::after {
	    width: 115px;
	}
	.info-warp .info-tl .vouchers {
	    height: 1.44rem;
	    padding: 0 15px;
	}
	.info-warp .info-tl .vouchers ._price {
	    font-size: 0.3734rem;
	}
	.info-warp .info-tl .vouchers ._price span {
	    font-size: 0.48rem;
	}
	.info-warp .info-tl .vouchers ._btn a {
	    width: 2.24rem;
	    height: 0.8rem;
	    line-height: 0.8rem;
	}
	.info-warp .info-tl .vouchers ._btn a i {
	    margin-right: 2px;
	}
	.info-warp .info-tl .vouchers ._btn {
	    right: -6%;
	}
	.info-warp .info-tr{
		flex: 0 0 100%;
		width: 100%;
		text-align: left;
		background: linear-gradient(to right, #FFFFFF, #DEDBFF);
	}
	.info-warp .info-tr .wx-img{
		width: 100px;
		position: absolute;
		right: 15px;
		top: 58%;
		transform: translateY(-50%);
	}
	.info-warp .info-tr .title {
	    font-size: 0.3734rem;
	}
	.info-warp .info-tr .phone {
	    font-size: 0.48rem;
	    margin: 5px 0 20px 0;
	}
	.info-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;
	}
	.park-warp .content .desc {
	    font-size: 0.3734rem;
	    color: #888888;
	    margin: 20px 0 15px 0;
	}
	.park-warp .content .img-warp {
	    width: 100%;
	}
	
	/* 推荐墓型 */
	.recommend .tomb-list {
	    margin-top: 30px;
	}
	.recommend .tomb-list{
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: 0.26667rem;
	}
	.recommend .tomb-list>li{
		margin: 0 8px 20px 8px;
	}
	.recommend .tomb-list>li.col-6{
		-ms-flex: 0 0 calc(50% - 16px);
		flex: 0 0 calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
	.recommend .tomb-list li .txt-warp .mate{
		flex-direction: column;
		align-items: start;
	}
	
	/* 弹窗-预约表单 */
	.mask{
		background: #FFFFFF;
	}
	.form-body{
		width: 100%;
		background: #FFFFFF;
		position: relative;
		z-index: 9999;
		top: 51%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.form-body .head {
	    position: absolute;
	    right: 5px;
	    top: -5px;
	    cursor: pointer;
	}
	.form-body .head i {
	    /* color: #FFFFFF; */
		color: #333333;
	    font-size: 0.80rem;
	}
	.form-body .content{
		background: #FFFFFF;
		padding: 25px 0;
	}
	.form-body .content .head-title{
		font-weight: 500;
		font-size: 20px;
	}
	.form-body .content .head-tips{
		color: #4B9AFC;
		margin: 10px 0 25px 0;
	}
	.form-body .content .head-tips i{
		font-size: 0.32rem;
		margin-right: 2px;
	}
	.form-body .content .nav-list{
		height: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #CDCDCD;
	}
	.form-body .nav-list li{
		flex-basis: 50%;
		height: 100%;
		text-align: center;
		color: #666666;
		position: relative;
	}
	.form-body .nav-list li span{
		padding: 10px 0;
	}
	.form-body .nav-list li.active span{
		font-size: 16px;
		color: #333333;
		border-bottom: 3px solid #000000;
	}
	.form-body .form-block{
		margin-top: 30px;
		position: relative;
	}
	.el-form-item {
		width: 90%;
	    margin-bottom: 20px;
	}
	.el-picker-panel{
		left: 23px !important;
	}
	.el-form-item__label{
		text-align: left;
		line-height: 35px;
		font-weight: 400;
		color: #333333;
		margin-bottom: 0rem;
	}
	.el-date-editor.el-input, 
	.el-date-editor.el-input__inner{
		width: 100%;
	}
	.el-input__inner{
		height: 35px;
		line-height: 35px;
	}
	
	.form-body .form-block .submit{
		width: 130px;
		height: 34px;
		text-align: center;
		line-height: 34px;
		background: #4B9AFC;
		border-radius: 19px;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.form-body .form-block .coupon{
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 14px 20px;
		margin: 20px 0 10px 0;
	}
	.form-body .form-block .coupon1{
		background-image: url('../img/form-coupon1.png');
	}
	.form-body .form-block .coupon1 .price-warp{
		font-size: 0.3734rem;
		color: #EA3947;
		margin-right: 17px;
	}
	.form-body .form-block .coupon1 .price-warp span{
		font-size: 0.90667rem;
	}
	.form-body .form-block .coupon1 .txt-warp .title{
		font-weight: 500;
		font-size: 16px;
		color: #FD6A62;
	}
	.form-body .form-block .coupon1 .txt-warp .desc{
		color: #FD6A62;
	}
	.form-body .form-block .tips{
		color: #EA3947;
		text-align: center;
	}
	
	.form-body .form-block .coupon2{
		background-image: url('../img/form-coupon2.png');
	}
	.form-body .form-block .coupon2 .price-warp{
		font-size: 0.3734rem;
		color: #FFF5BD;
		margin-right: 12px;
	}
	.form-body .form-block .coupon2 .price-warp span{
		font-size: 0.90667rem;
	}
	.form-body .form-block .coupon2 .txt-warp .title{
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
	}
	.form-body .form-block .coupon2 .txt-warp .desc{
		color: #FFFFFF;
	}
	
	
	/* 广告-H5 */
    .tomb-detail .poster {
        margin-left: -15px;
        margin-right: -15px;
		margin-bottom: 25px;
    }
	.poster .poster-block{
		position: relative;
	}
	.poster .poster-block a{
		display: inline-block;
	}
	.poster .poster-block .txt-warp{
		margin-left: 25px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.poster .poster-block .txt-warp .title {
	    font-weight: 500;
	    font-size: 0.48rem;
	    color: #FFFFFF;
	}
   .poster .poster-block .txt-warp .desc {
        font-size: 0.3734rem;
        color: #FFFFFF;
        margin: 5px 0 5px 0;
    }
    .poster .poster-block .txt-warp .service {
		display: inline-block;
		font-size: 0.3734rem;
		height: 0.64rem;
		line-height: 0.64rem;
        color: #3E33BD;
        padding: 0 0.26667rem;
        background: #F2F4FB;
		border-radius: 12px;
    }
	
	
}










