:root {
	--ly-bodybg: #fef9f5;
	--ly-bantxtcolor: #ffffff;
	--ly-breadcrumbbg: rgba(177, 131, 79, .4);
	/* --primary: #95560d; */
	--primary: #AB794E;
	--primary-dark: #785537;
	--primary-light: #c38134;
	--primary-dark_2: #4f300c;
	--primary-new: #11754f;
	--primary-new-gray: #509d7d;
	--primary-new-dark: #024a2f;
	--footer-special: #55330b;
	
	--rgb-dark: 54, 54, 54;
	--rgb-black: 0, 0, 0;
	--rgb-primary: 17,117,79;
	/* --ly-pagebanimg: url(../images/gongmudetail/5181-pagetopban.jpg); */
	--template-color_1: #2F7A8E;
	--template-active_1: #164451;
	--template-light_1: #97bdc7;
	
	--template-color_2: #AB794E;
	--template-active_2: #7A5230;
	--template-light_2: #d5bca7;
	
	--template-color_3: #0D7D6D;
	--template-active_3: #074E44;
	--template-light_3: #86beb6;
	
	--template-color_4: #AB794E;
	--template-active_4: #7A5230;
	--template-light_4: #d5bca7;
	
	--template-color_5: #AB794E;
	--template-active_5: #7A5230;
	--template-light_5: #d5bca7;
	
	--template-color_6: #4D936B;
	--template-active_6: #215D3A;
	--template-light_6: #a6c9b5;
	
	--template-color_7: #AB794E;
	--template-active_7: #7A5230;
	--template-light_7: #d5bca7;
	
	--template-bgimg_1: url('../img/1-main-bg.png');
	--template-bgimg_2: url('../img/2-main-bg.png');
	--template-bgimg_3: url('../img/3-main-bg.png');
	--template-bgimg_4: url('../img/4-main-bg.png');
	--template-bgimg_5: url('../img/5-main-bg.png');
	--template-bgimg_6: url('../img/6-main-bg.png');
	--template-bgimg_7: url('../img/7-main-bg.png');
	
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #f42f2f;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--gm-yellow: #ffb74c;
	--green: #2cb764;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #888;
	--gray-light: #afafaf;
	--gray-dark: #343a40;
	--secondary: #dd4814;
	--body-color: #484848;
	--success: #149749;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #f42f2f;
	--light: #f8f9fa;
	--dark: #363636;
	--red_rgb: 160, 30, 30;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1230px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "CenturyGothic", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* 标签 */
* {
	padding: 0;
	margin: 0;
}

a {
	color: var(--dark);
	text-decoration: none;
}

a:hover {
	/* color: var(--primary); */
	text-decoration: none;
}

li {
	list-style: none;
}

p,
li,
ul {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

body {
	font-family: "微软雅黑", Microsoft YaHei, PingFang SC, Heiti SC, tahoma, arial, Hiragino Sans GB, sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	color: var(--dark);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
}

.btn {
	display: inline-flex;
	font-weight: 400;
	color: #212529;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	/* padding: 0.375rem 0.75rem; */
	/* font-size: .7rem; */
	/* line-height: 1; */
	border-radius: 0.370rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
	/* color: #212529; */
	text-decoration: none;
	box-shadow: var(--btn-hover-default);
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: inherit;
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn-primary{
	color: var(--white);
	background-color: #11754f;
	border-color: #11754f;
}
.btn-primary:hover{
	background-color: #11754f !important;
	border-color: #11754f !important;
}
.btn-outline-primary{
	color: #11754f;
	border-color: #11754f;
}
.btn-outline-primary:hover{
	color: var(--white);
	background-color: #11754f;
	border-color: #11754f;
}

.btn-group-sm>
.btn, .btn-sm{
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 4px;
}

.btn-group-lg>
.btn, 
.btn-lg{
	padding: 8px 16px;
	font-size: 18px;
	line-height: 1.5;
}

.btn-danger {
    color: var(--white);
    background-color: #dc3545;
    border-color: #dc3545;
}
	
.btn-danger:hover{
	color: var(--white) !important;
	text-decoration: none;
	box-shadow: 0 0 0 5px rgba(220,53,69,0.25);
}


/* 布局 */
.flex-center {
	display: flex;
	align-items: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.all-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mb-distance {
	margin-bottom: 20px;
}

.md-space {
	padding-top: 0.66667rem;
}

.flex-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.flex-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

/* 轮播图 */
.swiper-pagination-bullet-active {
	background: var(--orange);
}

.swiper-pagination-bullet {
	width: 16px;
	height: 6px;
	border-radius: 5px;
}

/* 标题 */
.normal-title {
	text-align: center;
}
.normal-title .title {
	display: inline-block;
	font-weight: 500;
	font-size: 0.5867rem;
	color: #333333;
	position: relative;
}
.normal-title .title::after {
	content: "";
	width: 30px;
	height: 2px;
	background: #333333;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}

/* 陵园名称 */
.ly-name a{
	font-weight: 500;
	font-size: 0.427rem;
	color: #333333;
	transition: all 0.2s ease-in-out;
}

/* 更多 */
.more a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 1.0134rem;
	line-height: 1.0134rem;
	background: #474747;
	border-radius: 2px;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 0.3734rem;
	margin: 0 auto;
	transition: all 0.2s ease-in-out;
}
.more a i{
	margin-left: 5px;
}
.more a:hover{
	background: #D3DAF7;
	border: 1px solid #7064FC;
	color: #7064FC;
}
.more-btn{
	margin: 0 auto;
	text-align: center;
}
.more-btn a{
	min-width: 150px;
	height: 36px;
	line-height: 36px;
	border-radius: 20px;
	font-size: 14px;
	color: var(--white);
	background: var(--primary-new);
}
.more-btn a:hover {
	/* color: #212529; */
	color: var(--white) !important;
	text-decoration: none;
	box-shadow: 0 0 0 5px rgba(17,117,79,0.25);
}

/* 价格 */
.price, .yp-price {
	color: var(--orange);
	font-size: 10px;
}
.price>span {
	font-size: 18px;
	font-weight: 700;
	color: var(--orange);
	margin-right: 2px;
}

/* 陵园价格 */
.ly-price {
    color: #888888;
    font-size: 14px;
}
.ly-price span {
    font-family: PingFangsc-Medium;
    color: #FB8B05;
    font-size: 20px;
}

.s-title {
    font-size: 14px;
}

/* 资讯按钮 */
.consult{
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.consult a{
	display: inline-block;
	width: 100%;
	font-size: 0.373rem;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 15px;
	color: var(--white); 
	background: linear-gradient(90deg, #FF6A00, #E03E00);
	transition: all 0.2s ease-in-out;
}
.consult:hover a{
	border: 1px solid #ff0000;
}
@media (min-width: 992px){
	.ly-name a{
		font-size: 18px;
	}
	
	.consult{
		width: auto;
		margin-top: 0px;
	}
	.consult a{
		width: auto;
		font-size: 16px;
		font-weight: 500;
		padding: 5px 20px;
		border-radius: 15px;
		color: var(--white);
	background: linear-gradient(90deg, #FF6A00, #E03E00);
		transition: all 0.2s ease-in-out;
	}
}


/* 当前位置 */
.location {
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
}
.location ul {
    color: #999999;
}
.location ul>li{
    color: #666666;
    /* padding-left: 20px; */
    position: relative;
}
.location ul>li + li {
    padding-left: 20px;
}
.location ul>li + li:before {
    display: inline-block;
    padding-right: 5px;
    color: #ccc;
    content: "/";
    position: absolute;
    left: 6px;
}
.location ul li a{
	font-size: 14px;
	color: #46414E;
}

/* 页面标题-banner */
.page-banner{
	position: relative;
	/* margin-bottom: 40px; */
}
.page-banner>img{
	width: 100%;
	    height: 200px;
}.page-banner .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
	background: rgb(7 24 8 / 70%);}
.page-banner .content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);z-index: 1;
}
.page-banner .content .title{
	font-weight: 500;
	font-size: 0.64rem;
	/* font-size: 0.587rem; */
	color: #FFFFFF;
	position: relative;
}
.page-banner .content .title::after{
	content: "";
	width: 60px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.page-banner .content .subtit{
	font-weight: 300;
	color: #FFFFFF;
	font-size: 0.42667rem;
	margin-top: 0.26667rem;
}

/* 视频 */
.video-content {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    z-index: 999999;
}
.video-content.block{
	display: block;
}
.video-content .shipin {
    width: 100%;
    height: 100%;
}
.video-content .shipin > video {
    width: 100%;
    height: 100%;
}
.video-content ._close{
    position: absolute;
    right: 0;
    top: 0;
}
.video-content ._close i{
	font-size: 46px;
	color: #A6A6A6;
	cursor: pointer;
}

/* bootstrap分页器 */
.pagination{
	justify-content: center;
	margin-bottom: 50px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.0799rem;
    border-bottom-left-radius: 0.0799rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.0799rem;
    border-bottom-right-radius: 0.0799rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.26667rem 0.40rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3C3C3C;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #7064FC;
    border-color: #7064FC;
}
.page-item:hover .page-link{
	color: #7064FC;
}
.page-item.active:hover .page-link{
	color: #fff;
}

/* 内容为空提示 */
.empty {
	margin: 0.26667rem auto;
    text-align: center;
    position: relative;
}
.empty img {
	width: 6.4rem;
	height: 6.4rem;
}
.empty .txt {
    text-align: center;
    color: #999;
    position: absolute;
	font-size: 0.42667rem;
	top: 70%;
    left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 992px) {
	/* .mb-distance {
		margin-bottom: 50px;
	} */
	
	.md-space{
		padding-top: 50px;
	}

	.normal-title .title {
		/* display: inline-block; */
		/* font-weight: 500; */
		font-size: 32px;
		/* color: #333333; */
		/* position: relative; */
	}
	.normal-title .title::after {
		content: "";
		width: 30px;
		height: 2px;
		background: #333333;
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.more a{
		font-size: 16px;
		height: 42px;
		line-height: 42px;
	}
	
	/* 页面标题-banner */
	.page-banner .content .title {
	    font-size: 36px;
	}
	.page-banner .content .title::after{
		bottom: -10px;
	}
	.page-banner .content .subtit{
		font-size: 20px;
		margin-top: 30px;
	}
	
	/* 内容为空提示 */
	.empty {
	     margin: 20px auto;
	}
	.empty img {
	    width: 400px;
	    height: 400px;
	}
	.empty .txt {
	    font-size: 18px;
	    top: 75%;
	}
	
}


/* 环境弹窗 */
.mask {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
}
.mask.block{
	display: block;
}
.imgs-body {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.imgs-body .swiper-container{
	position: static;
}
.imgs-body .head {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: -60px;
}
.imgs-body .head i {
	color: #FFFFFF;
	font-size: 0.85334rem;
}
.imgs-body .img-warp{
	aspect-ratio: 3 / 2;
}
.imgs-body .img-warp img{
	width: 100%;
	height: 100%;
}
.imgs-body .txt-warp{
	font-size: 0.42667rem;
	color: #FFFFFF;
	width: 100%;
	height: 1.0667rem;
	line-height: 1.0667rem;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
	position: absolute;
	z-index: 8;
	bottom: 0;
}
.imgs-body .swiper-button-prev, 
.imgs-body .swiper-container-rtl .swiper-button-next{
	left: -60px;
}
.imgs-body .swiper-button-next, 
.imgs-body .swiper-container-rtl .swiper-button-prev{
	right: -60px;
}
.imgs-body .swiper-button-next, 
.imgs-body .swiper-button-prev {
    color: #FFFFFF;
}
@media (min-width: 992px) {
	.imgs-body{
	    width: 600px;
	}
	.imgs-body .head {
		right: -80px;
		top: -50px;
	}
	.imgs-body .head i {
	    color: #FFFFFF;
	    font-size: 38px;
	}
	.imgs-body .txt-warp {
	    font-size: 22px;
		height: 80px;
		line-height: 80px;
	    
	}
}


/* x-头部 */
.Gheader {
	background-color: var(--white);
	position: relative;
	z-index: 12
}
.Gheader:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 12px;
	box-shadow: inset 0 8px 12px -12px rgba(0, 0, 0, 0.12)
}
.Gheader .top-A {
	display: flex;
	align-items: center;
}
.Gheader .top-A>.logo {
	flex: 0 0 128px;
	height: 30px;
	/* background-image: url("../img/cemetery-logo.png"); */
	background-size: cover;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1;
	font-size: 0
}
.Gheader .top-A>.logo>a {
	display: block;
	height: 100%
}
.Gheader .top-A>.logo-name-txt{
	
	display: block;
    color: var(--primary);
    position: relative;
    z-index: 2;
    font-weight: 700;
    margin: 20px;
    list-style: 20;
    font-size: 20px;
}
.Gheader .top-A>.logo-txt,
.Gheader .top-A>.tel {
	display: none;
}

.top-menu-icon {
	position: relative;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: -14px
}
.top-menu-icon .navbar-toggler-icon {
	width: 16px;
	height: 18px;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 7px;
	border-bottom: 2px solid var(--body-color);
	transform: translateX(8px);
}
.top-menu-icon .navbar-toggler-icon:before,
.top-menu-icon .navbar-toggler-icon:after {
	width: 16px;
	position: absolute;
	height: 2px;
	background-color: var(--body-color);
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transform: translateX(-8px);
	transition: transform 200ms linear;
}
.top-menu-icon .navbar-toggler-icon:after {
	top: 8px;
	width: 24px;
	left: 0;
}
.top-menu-icon.open .navbar-toggler-icon {
	border-color: transparent;
	transition: all 300ms linear;
}
.top-menu-icon.open .navbar-toggler-icon:before {
	transform: translate(-8px, 8px) rotate(-45deg);
	width: 24px;
}
.top-menu-icon.open .navbar-toggler-icon:after {
	transform: translateX(-8px) rotate(45deg);
}
.Gheader .gm-nav-wrap {
	display: none
}

.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 999;
	opacity: 0;
}
.mobile-nav__content {
	width: 315px;
	background-color: var(--white);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.mobile-nav__wrapper.expanded {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
	cursor: pointer;
}
.mobile-nav__close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
}
.mobile-nav__close i {
	font-size: 26px;
}
.mobile-nav__content .logo-box {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--primary);
    font-weight: 700;
    margin: 10px;
    list-style: 20;
    font-size: 20px;
}
}
.mobile-nav__content .logo-box a {
	display: block;
	height: 30px;
	width: 128px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.mobile-nav__content .navs {
	margin-left: 10px;
	margin-right: 10px;
}
.mobile-nav__content .navs li:not(:last-child) {
	border-bottom: 1px solid rgba(125, 125, 125, 0.15);
}
.mobile-nav__content .navs li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 30px;
	font-weight: 500;
	height: 42px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.mobile-nav__content .navs li.active>a {
	font-weight: 700;
	/* color: var(--primary) */
}
.mobile-nav__content.template-1 .navs li.active>a {
	color: var(--template-color_1)
}
.mobile-nav__content.template-2 .navs li.active>a {
	color: var(--template-color_2)
}
.mobile-nav__content.template-3 .navs li.active>a {
	color: var(--template-color_3)
}
.mobile-nav__content.template-4 .navs li.active>a {
	color: var(--template-color_4)
}
.mobile-nav__content.template-5 .navs li.active>a {
	color: var(--template-color_5)
}
.mobile-nav__content.template-6 .navs li.active>a {
	color: var(--template-color_6)
}
.mobile-nav__content.template-7 .navs li.active>a {
	color: #592424
}

.mobile-nav__content .navs li a button {
	width: 30px;
	height: 30px;
	background-color: var(--gray);
	border: none;
	outline: none;
	color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	border-radius: 4px;
	font-size: 12px;
}
.mobile-nav__content .navs ul {
	display: none;
	border-top: 1px solid rgba(125, 125, 125, 0.15);
	margin-left: 10px;
}
.mobile-nav__content .navs ul>li>a {
	font-size: 14px;
	padding-left: 12px;
	position: relative
}
.mobile-nav__content .navs ul>li>a:before {
	content: "\e60a";
	font-family: iconfont;
	position: absolute;
	left: -5px
}
.mobile-nav__content .navs li a button.expanded {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: var(--primary-light);
	color: var(--light);
}

.M-sitenav {
	height: 36px;
	background-color: var(--light);
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}
.M-sitenav>.nav-contaier>span {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--white);
	/* background-color: var(--ly-breadcrumbbg); */
	line-height: 26px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 14px;
}
.M-sitenav>.nav-contaier>span.template-1{
	background-color: var(--template-light_1);
}
.M-sitenav>.nav-contaier>span.template-2{
	background-color: var(--template-light_2);
}
.M-sitenav>.nav-contaier>span.template-3{
	background-color: var(--template-light_3);
}
.M-sitenav>.nav-contaier>span.template-4{
	background-color: var(--template-light_4);
}
.M-sitenav>.nav-contaier>span.template-5{
	background-color: var(--template-light_5);
}
.M-sitenav>.nav-contaier>span.template-6{
	background-color: var(--template-light_6);
}
.M-sitenav>.nav-contaier>span.template-7{
	background-color: #592424;
}


.M-sitenav>.nav-contaier>span.open {
	background-color: var(--primary)
}
.M-sitenav>.nav-contaier>span.open::after {
	transform: rotate(180deg)
}
.M-sitenav>.nav-contaier>span img {
	height: 24px;
}
.M-sitenav>.nav-contaier>.nav-wrap {
	position: absolute;
	background-color: #ededed;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: transform .2s ease-in-out;
	transform: scale(1, 0)
}
.M-sitenav>.nav-contaier>.nav-wrap.expanded {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1)
}
.M-sitenav>.nav-contaier>.nav-wrap>.site-nav {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 12px;
}
.M-sitenav>.nav-contaier>.nav-wrap>.site-nav>li {
	flex: 0 0 33.3333%;
	padding: 5px;
}
.M-sitenav>.nav-contaier>.nav-wrap>.site-nav>li>a {
	display: block;
	font-size: 13px;
	line-height: 28px;
	text-align: center
}
.M-sitenav>.tel {
	color: var(--primary);
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	margin-left: auto;
	position: relative;
	padding-left: 6px;
}
.M-sitenav>.tel i {
	font-weight: normal;
	font-size: 20px;
	margin-right: 2px;
}

/* 底部 */
.Gfooter {
	padding: 25px 0;
	background: #474747;
}
.Gfooter .wfy-fl {
	width: 80%;
}
.Gfooter .wfy-fl .friend-warp {
	height: 40px;
	margin-bottom: 15px;
	overflow: hidden;
}
.Gfooter .wfy-fl .friend-warp .title {
	color: #ccc;
	white-space: nowrap;
	margin-right: 10px;
}
.Gfooter .wfy-fl .friend-link li {
	margin: 0 5px;
	white-space: nowrap;
}
.Gfooter .wfy-fl .friend-link li a {
	color: #888;
	white-space: nowrap;
}
.Gfooter .wfy-fl .friend-link li:hover a {
	text-decoration: underline;
}
.Gfooter .wfy-fl .foot-nav {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(205, 205, 205, 0.5);
}
.Gfooter .wfy-fl .foot-nav li {
	margin-right: 30px;
}
.Gfooter .wfy-fl .foot-nav li a {
	color: #FFFFFF;
}
.Gfooter .wfy-fl .hotline {
	margin: 20px 0;
}
.Gfooter .wfy-fl .hotline .phone {
	font-weight: 500;
	font-size: 17px;
	color: #FFFFFF;
	margin-right: 15px;
}
.Gfooter .wfy-fl .hotline .phone span {
	color: #FED700;
	margin-left: 5px;
}
.Gfooter .wfy-fl .hotline .contact a {
	font-weight: 500;
	font-size: 17px;
	color: #FFFFFF;
}
.Gfooter .wfy-fl .webinfo {
	color: #FFFFFF;
}
.Gfooter .wfy-fl .webinfo a {
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
}
.Gfooter .wfy-fl .webinfo .number-ly {
	margin-right: 5px;
}
.Gfooter .wfy-fl .webinfo .number-police {
	margin: 0 20px 0 20px;
}
.Gfooter .wfy-fl .webinfo a:hover {
	color: #888;
}
.Gfooter .wfy-fl .statement {
	color: #FFFFFF;
	margin-top: 10px;
}
.Gfooter .wfy-fr .code-warp {
	width: 100px;
	height: 100px;
}
.Gfooter .wfy-fr .desc {
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}
.Gfooter .wfy-fr .desc span {
	display: inline-block;
}
.Gfooter .friend-link {
	height: 1.0134rem;
	overflow: scroll;
	flex-wrap: nowrap;
}

/* 底部导航条 */
.tabbar{
	width: 100%;
	height: 1.4667rem;
	background: #FFFFFF;
	box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.14);
	position: fixed;
	z-index: 99;
	bottom: 0;
}
.tabbar .content{
	height: 100%;
	display: flex;
	align-items: center;
}
.tabbar .content .tab-service{
	flex-basis: 52%;
	padding-left: 20px;
}
.tabbar .tab-service .title{
	font-size: 0.3467rem;
	color: #352A14;
}
.tabbar .tab-service .desc{
	font-weight: 600;
	font-size: 0.48rem;
	color: #352A14;
}
.tabbar .content .tab-phone{
	flex-basis: 48%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #BE0900;
	border-radius: 25px 0 0 0;
}
.tabbar .content .tab-phone a{
	color: #FFFFFF;
	font-size: 0.48rem;
	font-weight: 500;
}
.tabbar .content .tab-phone i{
	font-size: 0.5867rem;
	margin-right: 5px;
	animation: 1s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeIn;
}	
@keyframes fadeIn {
    0% {
	    opacity: 0
	}
	
	to {
	    opacity: 1
	}
}
@-webkit-keyframes fadeIn{
	0% {
	    opacity: 0
	}
	
	to {
	    opacity: 1
	}
}

/* 侧边微信弹窗 */
.WeChat .weixin{
	margin: -10px 10px auto auto;
	position: fixed;
	background-color: #FFFFFF;
	border-radius: 10px;
	z-index: 98;
	right: 0;
	top: 62%;
	left: auto;
}
.WeChat .weixin .icon{
	width: 55px;
	height: 58px;
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; */
}
.WeChat .weixin .text{
	background-color: #FFFFFF;
	font-size: 0.32rem;
	text-align: center;
}
.WeChat .dialog-mask{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.WeChat .dialog-mask.block{
	display: block;
}
.WeChat .dialog-mask .wx-pop{
	width: 82%;
	margin: 30% auto;
	background: #FFFFFF;
	padding: 10px 15px 20px 15px;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.WeChat .dialog-mask .wx-pop .pop-close{
		text-align: right;
}
.WeChat .dialog-mask .wx-pop .pop-close i{
	font-size: 24px;
}
.WeChat .dialog-mask .wx-pop .content .title{
	font-size: 18px;
	font-weight: bold;
}
.WeChat .dialog-mask .wx-pop .content .img{
	margin: 10px auto;
	width: 120px;
	height: 120px;
}
.WeChat .dialog-mask .wx-pop .content .tips{
	font-size: 16px;
	font-weight: bold;
}
.WeChat .dialog-mask .wx-pop .content .code{
	width: 60%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: #F3F3F3;
	font-weight: 500;
	font-size: 0.3734rem;
	color: #333333;
	margin: 17px auto;
}
.WeChat .dialog-mask .wx-pop .content .message{
	font-size: 0.3734rem;
}


@media (min-width:992px) {

	/* 头部 */
	.Gheader:after {
		display: none
	}
	.Gheader.lingyuan .top-A>.logo {
	    flex-basis: auto;
	    height: 36px;
	}
	.Gheader .top-A>.logo {
		/* flex-basis: auto; */
		flex: 0 0 171px;
		height: 40px;
		margin-right: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.Gheader.lingyuan .top-A>.logo img {
	    height: 100%;
	}
	.Gheader .top-A>.logo-txt {
		display: block;
		color: var(--primary);
		position: relative;
		z-index: 2
	}
		.Gheader .top-A>.logo-name-txt {
		display: block;
		color: var(--primary);
		position: relative;
		z-index: 2;
		font-weight: 700;
    margin: 20px;
    list-style: 20;
    font-size: 22px;
	}
	.Gheader .top-A>.logo-txt>span {
		display: block;
		line-height: 24px;
		font-size: 12px;
		padding: 0 10px;
		border: 1px solid var(--gray-light);
		color: var(--gray);
		cursor: pointer;
	}
	.Gheader .top-A>.logo-txt>span:hover {
		color: var(--white);
		/* background-color: var(--primary); */
		/* border-color: var(--primary) */
	}
	.Gheader .top-A>.logo-name-txt {
		
		font-weight: 700;
    margin: 20px;
    list-style: 20;
    font-size: 22px;
	}
	.Gheader .top-A>.logo-txt>span.template-1:hover {
		/* color: var(--white); */
		background-color: var(--template-color_1);
		border-color: var(--template-color_1);
	}
	.Gheader .top-A>.logo-txt>span.template-2:hover {
		/* color: var(--white); */
		background-color: var(--template-color_2);
		border-color: var(--template-color_2);
	}
	.Gheader .top-A>.logo-txt>span.template-3:hover {
		/* color: var(--white); */
		background-color: var(--template-color_3);
		border-color: var(--template-color_3);
	}
	.Gheader .top-A>.logo-txt>span.template-4:hover {
		/* color: var(--white); */
		background-color: var(--template-color_4);
		border-color: var(--template-color_4);
	}
	.Gheader .top-A>.logo-txt>span.template-5:hover {
		/* color: var(--white); */
		background-color: var(--template-color_5);
		border-color: var(--template-color_5);
	}
	.Gheader .top-A>.logo-txt>span.template-6:hover {
		/* color: var(--white); */
		background-color: var(--template-color_6);
		border-color: var(--template-color_6);
	}
	.Gheader .top-A>.logo-txt>span.template-7:hover {
		/* color: var(--white); */
		background-color: var(--template-color_7);
		border-color: var(--template-color_7);
	}
	
	.Gheader .top-A>.logo-txt>span i {
		font-size: 14px;
	}
	
	.Gheader .top-A>.logo-txt>ul {
		position: absolute;
		left: 0;
		top: 100%;
		background-color: var(--primary);
		width: 100%;
		box-shadow: 0 0 12px 4px rgba(0, 0, 0, .4);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease-in-out
	}
	.Gheader .top-A>.logo-txt>ul>li {
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}
	.Gheader .top-A>.logo-txt>ul>li>a {
		display: block;
		font-size: 13px;
		color: var(--white);
		text-align: center;
		padding: 8px 10px;
	}
	.Gheader .top-A>.logo-txt>ul>li>a:hover {
		background-color: var(--primary-dark)
	}
	.Gheader .top-A>.logo-txt:hover>ul {
		opacity: 1;
		visibility: visible
	}
	.Gheader .top-A>.tel {
		display: block;
		margin-left: auto;
		font-size: 23px;
		line-height: 1;
		position: relative;
		padding-left: 8px;
		color: var(--primary)
	}
	.Gheader .top-A>.tel:before {
		content: "24\5c0f\65f6\670d\52a1\70ed\7ebf";
		display: block;
		margin-bottom: 2px;
		letter-spacing: 8px;
		font-size: 12px;
		font-style: italic;
		text-align: right;
		color: var(--gray)
	}
	.Gheader .top-A>.tel i {
		font-size: 26px;
		margin-right: 2px;
	}
	.top-menu-icon {
		display: none !important
	}
	.Gheader .gm-nav-wrap {
		/* background-color: var(--primary); */
		display: block;
		border-radius: 8px 8px 0 0
	}
	.gm-nav-wrap.template-1{
		background-color: var(--template-color_1);
	}
	.gm-nav-wrap.template-2{
		background-color: var(--template-color_2);
	}
	.gm-nav-wrap.template-3{
		background-color: var(--template-color_3);
	}
	.gm-nav-wrap.template-4{
		background-color: var(--template-color_4);
	}
	.gm-nav-wrap.template-5{
		background-color: var(--template-color_5);
	}
	.gm-nav-wrap.template-6{
		background-color: var(--template-color_6);
	}
	.gm-nav-wrap.template-7{
		background-color: #940011;
	}
	
	.gm-nav-wrap.template-1 .navs>li:hover {
		background-color: var(--template-active_1)
	}
	.gm-nav-wrap.template-1 .navs>li.active {
		background-color: var(--template-active_1)
	}
	
	.gm-nav-wrap.template-2 .navs>li:hover {
		background-color: var(--template-active_2)
	}
	.gm-nav-wrap.template-2 .navs>li.active {
		background-color: var(--template-active_2)
	}
	
	.gm-nav-wrap.template-3 .navs>li:hover {
		background-color: var(--template-active_3)
	}
	.gm-nav-wrap.template-3 .navs>li.active {
		background-color: var(--template-active_3)
	}
	
	.gm-nav-wrap.template-4 .navs>li:hover {
		background-color: var(--template-active_4)
	}
	.gm-nav-wrap.template-4 .navs>li.active {
		background-color: var(--template-active_4)
	}
	
	.gm-nav-wrap.template-5 .navs>li:hover {
		background-color: var(--template-active_5)
	}
	.gm-nav-wrap.template-5 .navs>li.active {
		background-color: var(--template-active_5)
	}
	
	.gm-nav-wrap.template-6 .navs>li:hover {
		background-color: var(--template-active_6)
	}
	.gm-nav-wrap.template-6 .navs>li.active {
		background-color: var(--template-active_6)
	}
	
	.gm-nav-wrap.template-7 .navs>li:hover {
		background-color: #592424
	}
	.gm-nav-wrap.template-7 .navs>li.active {
		background-color: #592424
	}
	
	
	.gm-nav-wrap .navs>li.active:before {
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 0px;
		height: 3px;
		background: var(--gm-yellow)
	}
	
	.mobile-nav__wrapper {
		display: none;
	}
	.gm-nav-wrap .navs {
		display: flex
	}
	.gm-nav-wrap .navs>li {
		flex: 1 0 auto;
		min-width: 0;
		position: relative;
		transition: background-color .2s ease-in-out
	}
	.gm-nav-wrap .navs>li>a {
		display: block;
		color: var(--white);
		line-height: 30px;
		padding: 10px 5px;
		text-align: center;
		font-size: 14px
	}
	.gm-nav-wrap .navs>li.dropdown>ul {
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -70px;
		width: 140px;
		background-color: var(--white);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 500ms ease;
		transition: opacity 500ms ease;
		z-index: 99;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
		padding: 5px 10px
	}
	.gm-nav-wrap .navs>li.dropdown>ul>li>a {
		display: block;
		line-height: 36px;
		text-align: center;
		font-size: 14px;
	}
	.gm-nav-wrap .navs>li.dropdown:hover>ul {
		opacity: 1;
		visibility: visible
	}
	.gm-nav-wrap .navs>li.dropdown>ul:after {
		content: "";
		height: 3px;
		width: 50%;
		position: absolute;
		bottom: 0;
		left: 25%;
		background-color: var(--primary-light)
	}
	.M-sitenav {
		display: none !important
	}

	/* 底部 */
	.Gfooter .friend-link {
		overflow: auto;
	}
	
	/* 底部导航条 */
	.tabbar{
		display: none;
	}
	
	/* 侧边微信弹窗 */
	.WeChat{
		display: none;
	}

}


@media (min-width:1230px) {
	.gm-nav-wrap .navs>li>a {
		padding: 10px;
		font-size: 16px
	}
}


@media (max-width: 576px) {
	.s-title {
		font-size: 0.3734rem;
	}


	/* 底部 */
	.Gfooter {
		padding: 0.4rem 0 1.72rem 0;
	}
	.Gfooter .wfy-fl {
		width: 100%;
	}
	.Gfooter .wfy-fl .friend-warp {
		height: 0.8rem;
		line-height: 0.8rem;
		margin-bottom: 0.26667rem;
		overflow: hidden;
	}
	.Gfooter .friend-link {
		height: 1.0134rem;
		overflow: scroll;
		flex-wrap: nowrap;
	}
	.Gfooter .wfy-fl .foot-nav li {
		margin-right: 0.267rem;
	}
	.Gfooter .wfy-fl .foot-nav {
		padding-bottom: 0.26667rem;
	}
	.Gfooter .wfy-fl .hotline {
		justify-content: center;
		margin: 0.26667rem 0;
	}
	.Gfooter .wfy-fl .webinfo {
		flex-direction: column;
	}
	.Gfooter .wfy-fl .webinfo .record {
		flex-direction: column;
	}
	.Gfooter .wfy-fl .webinfo .number-icp {
		margin: 0.0799rem 0;
	}
	.Gfooter .wfy-fl .statement {
		color: #999999;
		font-size: 0.21334rem;
	}
}

@media (max-width: 992px) {
	.s-title {
		font-size: 0.370rem;
	}

	/* 底部 */
	.Gfooter .wfy-fl .statement {
		color: #999999;
		font-size: 0.21334rem;
	}
	.Gfooter .wfy-fl .webinfo {
		flex-direction: column;
	}
	.Gfooter .wfy-fl .hotline {
		justify-content: center;
		margin: 0.26667rem 0;
	}
	.Gfooter .wfy-fl .webinfo .record {
		flex-direction: column;
	}
	
}
/* 当前位置 */
.breadcrumb {
	background-color: transparent !important;
	padding: 0;
	font-size: 12px;
	color: var(--gray);
	padding: 0 !important;
	margin-bottom: 20px !important;
}
.breadcrumb>.breadcrumb-item:nth-child(+n+3) {
	max-width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: inherit;
	opacity: .8
}
.breadcrumb-item+.breadcrumb-item{
	padding-left: 10px !important;
}
.breadcrumb-item+.breadcrumb-item::before{
	padding-right: 10px !important;
}

.Apage-body {
	min-height: 50vh;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--white);
}
.Apage-body .location .container{
	padding-left: 0px;
	padding-right: 0px;
}
.general-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
}
.general-blockwrap {
	/*padding-top: 20px;*/
	padding-bottom: 20px;
}

/* 碑型详情 */
.muxing-detail-basic,
.yongping-detail-basic {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--light);
	position: relative;
}
.muxing-detail-basic>.img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 10px
}
.muxing-detail-basic>.img img {
	width: 100%;
}
.muxing-detail-basic>.txt .detail a {
	color: #11754f;
}
.muxing-detail-basic>.txt a:hover {
	color: var(--red)
}
.muxing-detail-basic>.txt .title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 6px;
}
.muxing-detail-basic>.txt .price>span,
.yongping-detail-basic>.txt .yp-price>span {
	font-weight: 500;
	font-size: 20px
}
.muxing-detail-basic .item-list {
	display: flex;
	font-size: 14px;
	margin-bottom: 5px
}
.muxing-detail-basic .item-list .name {
	color: var(--gray);
	margin-right: 5px;
}
.muxing-detail-basic .muxing-ban-a,
.yongping-detail-basic .yongpin-ban-a {
	margin-bottom: 10px;
	margin-top: 15px;
}
.muxing-detail-basic .muxing-ban-a img,
.yongping-detail-basic .yongpin-ban-a img {
	border-radius: 6px;
}
.muxing-detail-basic .tips,
.yongping-detail-basic .tips {
	font-size: 14px;
	color: #509d7d;
	margin-bottom: 10px;
	text-align: center
}
.muxing-detail-basic .tel-num,
.yongping-detail-basic .tel-num {
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(54,54,54, .1)
}
.muxing-detail-basic .tel-num p,
.yongping-detail-basic .tel-num p {
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 2px;
}
.muxing-detail-basic .tel-num span,
.yongping-detail-basic .tel-num span {
	display: block;
	color: var(--red);
	font-size: 22px;
}
.muxing-detail-basic .tel-num span i{
	font-size: 24px;
	margin-right: 2px;
}
.muxing-detail-basic>.other .muxing-zixun,
.yongping-detail-basic>.other {
	display: flex;
	margin-top: 20px
}
.muxing-detail-basic>.other .img,
.yongping-detail-basic>.other .img {
	flex: 0 0 85px;
	border: 1px solid rgba(var(--rgb-dark), .1);
	padding: 2px;
}
.muxing-detail-basic>.other .muxing-zixun .txt,
.yongping-detail-basic>.other .txt {
	padding-left: 15px;
}
.muxing-detail-basic>.other .muxing-zixun .txt p,
.yongping-detail-basic>.other .txt p {
	font-size: 12px;
	color: var(--gray);
	margin-bottom: 10px
}
.muxing-detail-basic>.other .muxing-zixun .txt a{
	padding: 0.074rem 0;
	font-size: 14px;
}
.btn-lg.btn-circle {
    border-radius: 1.6rem;
	display: block;
	text-align: center;
}

.muxing-detail-basic .muxing-lingyuan {
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    max-width: 400px;
    background-color: var(--white);
	margin-bottom: 15px;
}
.muxing-detail-basic .muxing-lingyuan>.icon {
    /* flex: 0 0 26px;
	height: 26px;
	width: 26px;
	display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
	background-image: url(../img/cemetery-logo.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: -10px -10px; */
	
	/* flex: 0 0 30px;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/cemetery-logo.jpg);
	background-repeat: no-repeat;
	background-size: 550%;
	background-position: 0px -3px; */
	
	height: 28px;
	padding: 0 10px 0 5px;
}
.muxing-detail-basic .muxing-lingyuan>.icon img{
	height: 100%;
	/* border-radius: 50%; */
	object-fit: cover;
}
.muxing-detail-basic .muxing-lingyuan>.txt {
    flex-grow: 1;
    min-width: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.muxing-detail-basic .muxing-lingyuan>.go {
    flex: 0 0 auto;
    font-size: 14px;
    margin-left: auto;
}
.muxing-detail-basic .muxing-lingyuan>.go a {
    display: block;
    background-color: #11754f;
    color: var(--white);
    line-height: 38px;
    padding: 0 10px;
	border-radius: 0;
}
.show-xs{
	display: none;
}

/* 园区实拍 */
.article-body {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}
.article-body>p{
	margin-bottom: 20px;
}
.article-body a {
	color: var(--red)
}
.article-body h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}
.article-body img {
	display: block;
	border-radius: 6px;
	width: 100%
}
.article-body .news-pic-title {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	font-style: normal;
	color: var(--gray)
}

/* 右侧推荐--碑型 */
.muxing-show {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	background-color: var(--white);
	box-shadow: 0 1px 0 1px rgba(var(--rgb-black), .06);
	transition: box-shadow .3s ease-in-out
}
.muxing-show:hover {
	box-shadow: 0 1px 0 1px rgba(var(--rgb-primary), .4)
}
.muxing-show>.img {
	position: relative;
	overflow: hidden;
}
.muxing-show>.img .label-wrap {
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: 2
}
.muxing-show>.img img {
	width: 100%;
	transition: all .4s ease-in-out
}
.muxing-show:hover>.img img {
	transform: scale(1.05)
}
.muxing-show>.txt {
	padding: 10px 8px;
	text-align: center
}
.muxing-show>.txt .title,
.muxing-show_b>.txt .title {
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	line-height: 1.3;
}
.muxing-show>.txt .price,
.muxing-show_b>.txt .price {
	margin-top: 4px;
}
.muxing-show>.txt .for-cemetery {
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
	padding-top: 6px;
	margin-top: 6px;
	border-top: 1px dashed rgba(var(--rgb-black), .12);
	justify-content: space-between;
	position: relative;
	z-index: 2
}
.muxing-show>.txt .for-cemetery .thumbnail {
	flex: 0 0 28px;
	min-width: 0;
}
.muxing-show>.txt .for-cemetery .thumbnail img {
	border-radius: 50%;
}
.muxing-show>.txt .for-cemetery .name {
	min-width: 0;
	padding-left: 6px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.muxing-show>.txt .for-cemetery .name a {
	color: var(--gray)
}
.muxing-show>.txt .for-cemetery .name a:hover {
	color: var(--primary)
}
.muxing-show_b {
	display: flex;
}
.muxing-show_b>.img {
	flex: 0 0 100px;
	min-width: 0;
	position: relative;
	margin-right: 12px;
}
.muxing-show_b>.img img {
	border-radius: 4px;
}
.muxing-show_b>.txt {
	flex-grow: 1;
	min-width: 0;
	display: flex;
	flex-direction: column
}
.muxing-show_c {
	position: relative;
}
.muxing-show_c>.img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.muxing-show_c>.img:before {
	content: "\e6af";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	transition: all .4s ease-in-out;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-family: iconfont;
	font-size: 22px;
}
.muxing-show_c>.img img {
	width: 100%;
}
.muxing-show_c:hover>.img:before {
	opacity: 1;
	visibility: visible
}
.muxing-show_c>.txt {
	text-align: center;
	padding-top: 10px;
}
.muxing-show_c>.txt .title {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.page-sidebar .row .col{
	margin-bottom: 20px;
}



@media (min-width:992px){
	/* 当前位置 */
	.breadcrumb {
		font-size: 16px;
		font-weight: 300
	}
	.breadcrumb>.breadcrumb-item:nth-child(+n+3) {
		max-width: none
	}
	
	.general-blockwrap {
		/*padding-top: 40px;*/
		padding-bottom: 40px;
	}
	
	/* 园区实拍 */
	.article-body>p{
		margin-bottom: 20px;
	}
	
	/* 碑型详情 */
	.muxing-detail-basic {
		display: flex;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.muxing-detail-basic>.img {
		flex: 0 0 400px;
		margin-right: 20px;
		margin-bottom: 0
	}
	.muxing-detail-basic>.txt {
		flex-grow: 1;
		min-width: 0;
	}
	.muxing-detail-basic .muxing-ban-a,
	.yongping-detail-basic .yongpin-ban-a {
		margin-bottom: 20px;
	}
	.muxing-detail-basic>.other {
		flex: 0 0 140px;
		min-width: 0;
		margin-left: 20px;
		flex-direction: column !important
	}
	.muxing-detail-basic>.other .muxing-zixun{
		flex-direction: column !important
	}
	.muxing-detail-basic>.other .muxing-zixun .img {
		flex-basis: auto;
		margin-top: 55px;
	}
	.muxing-detail-basic>.other>.muxing-zixun .txt {
		padding-left: 0;
		padding-top: 10px
	}
	.muxing-detail-basic>.txt .title {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.muxing-detail-basic>.txt .price>span {
		font-size: 22px
	}
	.muxing-detail-basic .item-list {
		font-size: 16px;
		margin-bottom: 10px
	}
	.muxing-detail-basic .tips {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.muxing-detail-basic .tel-num,
	.yongping-detail-basic .tel-num {
		margin-bottom: 0
	}
	
    .muxing-detail-basic .muxing-lingyuan {
		/* width: 234px; */
        position: absolute;
        right: 0;
        top: 5px;
    }
	.muxing-detail-basic .muxing-lingyuan>.go{
		margin-left: 10px;
	}
	.muxing-detail-basic>.other .img,
	.yongping-detail-basic>.other .img {
		flex: 0 0 85px;
		border: 1px solid rgba(var(--rgb-dark), .1);
		padding: 2px;
	}
	
	
	/* 右侧推荐--碑型 */
	.muxing-show {
		border-radius: 4px;
		overflow: hidden;
		position: relative;
		background-color: var(--white);
		box-shadow: 0 1px 0 1px rgba(var(--rgb-black), .06);
		transition: box-shadow .3s ease-in-out
	}
	.muxing-show:hover {
		box-shadow: 0 1px 0 1px rgba(var(--rgb-primary), .4)
	}
	.muxing-show>.txt {
		padding: 12px 8px;
	}
	.muxing-show>.txt .for-cemetery .name {
		padding-left: 10px;
		font-size: 14px;
	}
	.muxing-show_b>.img {
		flex-basis: 125px;
		margin-right: 15px;
	}
	.muxing-show_b>.img img {
		border-radius: 6px;
	}
	.muxing-show_b>.txt .title {
		font-weight: 500;
		font-size: 18px;
	}
	.x-zixun-list_b>li {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
}


@media (min-width:1200px) {
	.muxing-detail-basic>.img {
		margin-right: 30px
	}

	.muxing-detail-basic>.other {
		margin-left: 30px;
	}

	.muxing-detail-basic>.txt .title {
		font-size: 36px
	}
}

@media (max-width:991.98px) {
	.side-col {
		border-top: 5px solid var(--light);
		padding-top: 20px;
	}
}


.Apage-body.baike-xiangqing {
	/* background-image: url("../img/pagearticle-background.jpg"); */
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	max-width: none
}

.x-article-content {
	position: relative;
	max-width: 800px;
}


@media (max-width:576px){
	.show-xs{
		display: block;
	}
	.show-lg{
		display: none !important;
	}
}



.x-title-side {
	margin-bottom: 20px;
	position: relative
}
.x-title-side:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 10px;
	background: linear-gradient(90deg, rgba(101, 229, 181, 0), rgba(101, 229, 181, .1), rgba(101, 229, 181, .6));
	border-radius: 4px;
}
.x-title-side>.title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	color: #024a2f;

}


@media (min-width: 992px){
	.page-sidebar {
	    width: 300px;
	}
	.x-title-side>.title {
		font-size: 22px;
		font-weight: 500
	}
}

.environment{
	position: relative;
}
.page-bg{
	position: absolute;
	top: 0;
	z-index: -1;
}
.environment .img-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-items: center;
	margin-bottom: 0.26667rem;
}
.environment .img-list li{
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	/* margin-bottom: 20px; */
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.environment .img-list li .txt-warp{
	text-align: center;
	margin-top: 5px;
	font-family: PingFangsc-Medium;
	font-size: 0.427rem;
	color: #333333;
	transition: all 0.2s ease-in-out;
}
.environment .img-list li .img-warp{
	aspect-ratio: 3 / 2;
	border-radius: 5px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}
.environment .img-list li .img-warp img{
	border-radius: 5px;
	transition: all 300ms ease-in-out;
}
.environment .img-list li:hover .img-warp img{
	transform: scale(1.08);
}
@media (min-width: 992px) {
	.environment .img-list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
		justify-items: center;
		margin-bottom: 20px;
	}
	.environment .img-list li .txt-warp{
		font-size: 16px;
	}
	
	
}

.information{
	position: relative;
}
.information .page-bg{
	position: absolute;
	top: 0;
	z-index: -1;
}
.information .info-list li{
	padding: 15px 0px;
	border-bottom: 1px solid #DFDFDF;
}
.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{
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}
.information .info-list li .txt-warp .title{
	font-weight: 500;
	/* font-size: 0.42667rem; */
	font-size: 16px;
	color: #333333;
	transition: all 0.2s ease-in-out;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information .info-list li .txt-warp .time{
	color: #666666;
	margin-top: 0.26667rem;
}
.information .info-list li:hover .txt-warp .title{
	color: #7064FC;
}
.information .info-list li:hover .img-warp img{
	transform: scale(1.08);
}


@media (min-width: 992px) {
	.information .info-list li{
		padding: 20px 0;
	}
	.information .info-list li .img-warp{
		flex: 0 0 240px;
	}
	.information .info-list li .txt-warp .title{
		font-size: 20px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.information .info-list li .txt-warp .desc{
		color: #777777;
		margin: 15px 0 40px 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}