@charset "utf-8";

/*===========
页面通用
===========*/
.xing-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
}

.page-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 60vh
}

.xing-mainlayout {
	width: 100%;
}

.xing-mainlayout>.main {}

.xing-mainlayout>.side-R {
	padding-bottom: 30px
}

.xing-mainlayout>.side-R>* {
	padding-top: 20px;
}

.side-title-wrap {
	margin-bottom: 20px;
}

.side-title-wrap>.title {
	margin-bottom: 0;
	font-size: 20px;
	display: inline-flex;
	padding-right: 6px;
	position: relative;
	line-height: 1.2;
	letter-spacing: 1px;
}

.side-title-wrap>.title:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 2px;
	width: 8px;
	height: 8px;
	background-color: var(--secondary);
	border-radius: 0 4px
}

.md-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .6);
}

.md-price>span,
.fuwu-price>span {
	font-size: 20px;
	color: var(--secondary);
	margin-right: 2px;
}

/* .md-price.yes>span::after,
.fuwu-price>span::after {
	margin-left: 2px;
	font-size: 11px;
	color: rgba(0, 0, 0, .6);
	font-weight: 400 !important
} */

/* .md-price.yes>span::after {
	content: "\5143\8d77";
} */

.fuwu-price>span::after {
	content: "\5143";
}

.title a::after,
.mingren-article-np a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.T-onlinetel,
.T-online,
.T-tel {
	cursor: pointer
}

.xing-breadcrumb {
	display: none
}

.side-mini-title {
	margin-bottom: 15px;
}

.side-mini-title .title {
	position: relative;
	font-size: 18px;
	margin-bottom: 0;
	padding-left: 18px;
	color: var(--dark)
}

.side-mini-title .title:before {
	content: "";
	border-radius: 0 4px;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 4px;
	background-color: var(--secondary);
	top: 50%;
	margin-top: -4px;
}

a.red {
	color: var(--red-light)
}

a.red:hover {
	color: inherit;
}

.img-bg-hover {
	position: relative
}

.img-bg-hover::before {}

.background-image-holder {
	background-size: cover !important;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.background-image-holder img {
	display: none !important
}

.normalpage-footersticker,
.mdpage-footersticker {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9
}

.normalpage-footersticker .content,
.mdpage-footersticker .content {
	background: linear-gradient(90deg, var(--primary), var(--primary-dark));
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.normalpage-footersticker.binyi .content {
	background: linear-gradient(90deg, #b79363, #615437);
}

.normalpage-footersticker .content .pc-normal,
.mdpage-footersticker .content .pc-normal {
	display: none
}

.mdpage-footersticker .mobile-mdd,
.normalpage-footersticker .mobile-mdd {
	color: var(--white);
	display: flex;
}

.mdpage-footersticker .mobile-mdd .btn-a .num,
.normalpage-footersticker .mobile-mdd .btn-a .num {
	position: absolute;
	font-size: 11px;
	left: 12%;
	bottom: 80%;
	width: 18px;
	height: 18px;
	background-color: var(--red-light);
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.mdpage-footersticker .mobile-mdd .btn-a,
.mdpage-footersticker .mobile-mdd .btn-b,
.normalpage-footersticker .mobile-mdd .btn-a,
.normalpage-footersticker .mobile-mdd .btn-b {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	margin-top: -5px;
	min-width: 0;
	line-height: 1;
	font-size: 15px;
	position: relative
}

.normalpage-footersticker .mobile-mdd .btn-a i,
.normalpage-footersticker .mobile-mdd .btn-b i{
	margin-right: 5px;
	font-size: 22px;
}

/* .mdpage-footersticker .mobile-mdd .btn-a::before,
.mdpage-footersticker .mobile-mdd .btn-b::before,
.normalpage-footersticker .mobile-mdd .btn-a::before,
.normalpage-footersticker .mobile-mdd .btn-b::before {
	font-family: iconfont;
	content: "\e60c";
	margin-right: 5px;
	font-size: 22px;
} */

/* .mdpage-footersticker .mobile-mdd .btn-a::before,
.normalpage-footersticker .mobile-mdd .btn-a::before {
	content: "\e60d"
} */

.mdpage-footersticker .mobile-mdd .btn-a,
.normalpage-footersticker .mobile-mdd .btn-a {
	background: linear-gradient(-90deg, #26d5b0, #15a586);
	border-top-left-radius: 4px;
}

.mdpage-footersticker .mobile-mdd .btn-b,
.normalpage-footersticker .mobile-mdd .btn-b {
	background: linear-gradient(-90deg, #f03752 0%, #db1b37 100%);
	color: var(--white)
}

.star_video,
.star_photo {
	position: relative;
	display: block;
}

.star_video::before {
	display: flex;
	content: "\e608";
	font-family: iconfont;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 20px;
	background-color: rgba(0, 0, 0, .3);
	color: var(--white);
	padding: 10px;
}

.star_video:hover::before {
	background-color: rgba(0, 0, 0, .5);
}

.star_photo::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(73, 189, 163, .6);
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out .08s
}

.star_photo:hover::before {
	opacity: 1;
	visibility: visible
}

.normalpage-footersticker .mobile-mdd.article {
	background-color: var(--white);
	position: relative
}

.normalpage-footersticker .mobile-mdd.article .homebtn {
	flex: 0 0 auto;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.normalpage-footersticker .mobile-mdd.article .homebtn .img {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	margin-right: 4px;
}

.normalpage-footersticker .mobile-mdd.article .jgbtn {
	flex: 0 0 auto;
	margin-right: 10px;
	display: flex;
	align-items: center;
	line-height: 1;
	padding-left: 9px;
	border-left: 1px solid rgba(var(--rgb-primary), .4)
}

body.page-mask {
	overflow: hidden;
}

body.page-mask>*:not(.mask-container) {
	display: none !important
}

body.page-mask>.mask-container {
	display: flex;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	justify-content: center;
	flex-direction: column;
	padding-left: 10vw;
	padding-right: 10vw;
	position: relative
}

@media(min-width:992px) {
	.page-container {
		min-height: calc(100vh - 350px)
	}

	.xing-mainlayout {
		display: flex;
	}

	.xing-mainlayout>.main {
		flex-grow: 1;
		min-width: 0;
	}

	.xing-mainlayout>.side-R {
		flex: 0 0 300px;
		min-width: 0;
		margin-left: 30px;
		position: relative
	}

	.xing-mainlayout>.side-R>* {
		padding-top: 25px;
	}

	.side-title-wrap>.title {
		font-size: 22px;
		letter-spacing: 2px;
	}

	.side-title-wrap>.title:after {
		width: 10px;
		height: 10px;
	}

	.xing-breadcrumb {
		display: flex !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.xing-breadcrumb>li {
		color: var(--gray);
		position: relative;
		line-height: 24px;
		padding: 0 6px;
		background-color: var(--light);
		border-radius: 12px;
		font-size: 12px;
		letter-spacing: .3px
	}

	.xing-breadcrumb>li a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.xing-breadcrumb>li+li {
		margin-left: 10px;
	}

	.xing-breadcrumb>li+li:before {
		content: "-";
		position: absolute;
		right: 100%;
		top: 0;
		margin-top: -1px;
	}

	.xing-breadcrumb>li.has-sub>ul {
		position: absolute;
		left: 0;
		top: 100%;
		width: 140px;
		background-color: var(--white)
	}

	.side-mini-title .title {
		font-size: 20px;
	}

	.normalpage-footersticker .content .pc-normal,
	.mdpage-footersticker .content .pc-normal {
		display: flex;
		color: var(--white);
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1430px;
		align-items: center
	}

	.normalpage-footersticker .content .pc-normal .t-a,
	.normalpage-footersticker .content .pc-normal .t-b,
	.normalpage-footersticker .content .pc-normal .t-c .txt,
	.mdpage-footersticker .content .pc-normal .t-a,
	.mdpage-footersticker .content .pc-normal .t-b,
	.mdpage-footersticker .content .pc-normal .t-c .txt {
		font-size: 18px;
		padding: 12px 0;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 1px
	}

	.normalpage-footersticker .content .pc-normal .tx,
	.mdpage-footersticker .content .pc-normal .tx {
		position: relative;
		flex: 0 0 120px;
		align-self: flex-end
	}

	.normalpage-footersticker .content .pc-normal .tx>span,
	.mdpage-footersticker .content .pc-normal .tx>span {
		position: absolute;
		display: block;
		bottom: 0;
		left: 15px;
		background-image: url("../img/wanghan.png");
		width: 90px;
		height: 90px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.normalpage-footersticker .content .pc-normal .t-b,
	.mdpage-footersticker .content .pc-normal .t-b {
		color: #ffe91a;
	}

	.normalpage-footersticker .content .pc-normal .t-c,
	.mdpage-footersticker .content .pc-normal .t-c {
		margin-left: auto;
		display: flex;
		align-items: center
	}

	.normalpage-footersticker .content .pc-normal .t-c .txt,
	.mdpage-footersticke .content .pc-normal .t-c .txt {
		display: block;
	}

	.normalpage-footersticker .content .pc-normal .t-c .telnum,
	.mdpage-footersticker .content .pc-normal .t-c .telnum {
		margin-left: 10px;
		font-size: 20px;
	}

	.normalpage-footersticker .content .pc-normal .t-c .telnum::before,
	.mdpage-footersticker .content .pc-normal .t-c .telnum::before {
		content: "\e61d";
		font-family: iconfont;
		margin-right: 5px;
	}

	.normalpage-footersticker .content .pc-normal .t-c .btn-a,
	.mdpage-footersticker .content .pc-normal .t-c .btn-a {
		display: inline-flex;
		height: 32px;
		align-items: center;
		justify-content: center;
		background: linear-gradient(120deg, #f03752, #a5222c);
		padding: 0 20px;
		border-radius: 20px;
		margin-left: 20px;
		line-height: 1;
		cursor: pointer;
		transition: all .2s ease-in-out .1s
	}

	.normalpage-footersticker .content .pc-normal .t-c .btn-a:hover,
	.mdpage-footersticker .content .pc-normal .t-c .btn-a:hover {
		background-size: 120%
	}

	.normalpage-footersticker .mobile-mdd,
	.mdpage-footersticker .mobile-mdd {
		display: none !important
	}
}

@media(min-width:1200px) {
	.xing-mainlayout>.side-R {
		margin-left: 60px;
	}

	.xing-mainlayout.fenge>.side-R:before {
		content: "";
		position: absolute;
		left: -30px;
		top: 0;
		height: 100%;
		border-left: 1px dashed rgba(0, 0, 0, .2)
	}

	.side-title-wrap>.title {
		font-size: 24px;
	}

	.xing-breadcrumb>li {
		padding: 0 12px;
	}

	.normalpage-footersticker .content .pc-normal .t-a,
	.normalpage-footersticker .content .pc-normal .t-b,
	.normalpage-footersticker .content .pc-normal .t-c .txt,
	.mdpage-footersticker .content .pc-normal .t-a,
	.mdpage-footersticker .content .pc-normal .t-b,
	.mdpage-footersticker .content .pc-normal .t-c .txt {
		;
		letter-spacing: 1.5px;
		padding: 15px 0
	}

	.normalpage-footersticker .content .pc-normal .t-c .telnum,
	.mdpage-footersticker .content .pc-normal .t-c .telnum {
		margin-left: 15px;
		font-size: 22px;
	}

	.normalpage-footersticker .content .pc-normal .t-c .btn-a,
	.mdpage-footersticker .content .pc-normal .t-c .btn-a {
		min-width: 120px;
		letter-spacing: 2px;
	}
}

@media(min-width:1400px) {
	.xing-mainlayout>.side-R {
		margin-left: 80px;
		flex-basis: 320px;
	}

	.xing-mainlayout.fenge>.side-R:before {
		left: -40px
	}

	.side-title-wrap {
		margin-bottom: 30px;
	}

	.side-title-wrap>.title {
		font-size: 26px;
	}

	.side-title-wrap>.title:after {
		width: 12px;
		height: 12px;
	}

	.xing-breadcrumb {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.xing-mainlayout>.side-R>* {
		padding-top: 30px;
	}

	.side-mini-title .title {
		font-size: 22px;
	}

	.normalpage-footersticker .content .pc-normal .t-c .btn-a,
	.mdpage-footersticker .content .pc-normal .t-c .btn-a {
		min-width: 160px;
	}
}

/*===========
页面顶部
===========*/
@keyframes star-tel {
	25% {
		background-position: 0 -30px
	}

	50% {
		background-position: 0 -60px
	}

	75% {
		background-position: 0 -90px
	}
}

@-webkit-keyframes star-tel {
	25% {
		background-position: 0 -30px
	}

	50% {
		background-position: 0 -60px
	}

	75% {
		background-position: 0 -90px
	}
}

.xing-page-header {
	background-color: var(--white);
	position: relative;
	z-index: 9
}

.xing-page-header:before {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 2;
	height: 24px;
	content: "";
	pointer-events: none;
}

/* box-shadow:inset 0 12px 12px -12px rgba(0,0,0, .08);*/
.xing-page-header>.top-a {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	background: var(--light)
}

.xing-page-header>.top-a .content,
.xing-page-header>.top-b {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px
}

.xing-page-header>.top-a .content .tel-wrap {
	margin-left: auto;
}

.xing-page-header>.top-a .content .tel-wrap>span {
	margin-left: 4px;
	color: var(--red-light);
	font-weight: 700
}

.xing-page-header>.top-a .content .user-wrap {
	margin-left: auto;
}

.xing-page-header>.top-a .content .user-wrap {}

.xing-page-header>.top-a .content .city {
	position: relative;
	cursor: pointer
}

.xing-page-header>.top-a .content .city>span {
	display: flex;
	align-items: center;
	padding: 6px 0;
	letter-spacing: 1px;
	background-color: transparent;
	transition: all 1.3s ease-in-out;
}

.xing-page-header>.top-a .content .city:hover>span {
	color: var(--red-light)
}

.xing-page-header>.top-a .content .city>span:before {
	content: "\e604";
	font-family: iconfont;
	display: inline-block;
	width: 16px;
	color: var(--red-light)
}

.xing-page-header>.top-a .content .city>ul {
	position: absolute;
	left: -15px;
	top: 100%;
	background-color: #fff;
	width: 120px;
	padding: 10px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	z-index: 8
}

.xing-page-header>.top-a .content .city:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.xing-page-header>.top-a .content .city>ul:before {
	content: "";
	position: absolute;
	left: 30px;
	bottom: 100%;
	border-bottom: 6px solid #fff;
	width: 6px;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.xing-page-header>.top-a .content .city>ul li {
	padding: 5px 15px
}

.xing-page-header>.top-a .content .city>ul li a {
	display: block;
	line-height: 28px;
	background-color: #ececec;
	padding: 0 15px;
	border-radius: 20px;
}

.xing-page-header>.top-a .content .city>ul li a:hover,
.xing-page-header>.top-a .content .city>ul li.active a {
	color: var(--white);
	background-color: var(--red-light)
}

.xing-page-header>.top-b .logo-wrap {
	padding: 10px 12px;
}

.xing-page-header>.top-b .logo-wrap .logo {
	margin-bottom: 0;
	line-height: 1;
	font-size: 0;
}

.xing-page-header>.top-b .logo-wrap .logo a,
.mobile-nav__content .logo-box .logo a {
	display: block;
	width: 115px;
	height: 30px;
	background-image: url("../img/logo.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.xing-page-header>.top-b .logo-wrap.cemetery .logo a,
.mobile-nav__content .logo-box.cemetery .logo a {
	background-image: none !important;
	width: auto
}

.xing-page-header>.top-b .logo-wrap.cemetery .logo a img,
.mobile-nav__content .logo-box.cemetery .logo a img {
	height: 100%;
	width: auto
}

.xing-page-header>.top-b .nav-wrap,
.xing-page-header>.top-b .other-wrap,
.xing-page-header>.top-a .content .solo {
	display: none !important
}

.xing-page-header>.top-a.cemtery .content {
	height: 30px;
}

.xing-page-header>.top-a.cemtery .content .solo {
	display: block !important
}

.top-menu-icon {
	position: relative;
	padding: 10px 12px;
	margin-left: auto;
}

.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(--dark);
	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(--dark);
	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);
}

.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__content .logo-box {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.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;
	font-size: 16px;
}

.mobile-nav__content .navs li.active>a {
	font-weight: 700;
	color: var(--primary)
}

.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;
	position: relative;
	justify-content: flex-start;
	color: #646464
}

.mobile-nav__content .navs ul>li>a:hover {
	color: var(--primary)
}

.mobile-nav__content .navs ul>li>a i {
	margin-right: 5px
}

.mobile-nav__content .navs li a button.expanded {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: var(--primary);
	color: var(--light);
}

.mobile-nav__content .mobile-nav__telwrap {
	margin-top: 20px;
}

.mobile-nav__content .mobile-nav__telwrap a {
	display: block;
	font-size: 18px;
	color: var(--white);
	background-color: var(--primary);
	padding: 5px 12px;
	border-radius: 4px;
}

.mobile-nav__content .mobile-nav__telwrap a:hover {
	background-color: var(--secondary);
}

.mobile-nav__content .mobile-nav__telwrap a:before {
	content: "\e61d";
	font-family: iconfont;
	margin-right: 8px;
	font-weight: 400 !important
}

@media(min-width:992px) {
	.xing-page-header>.top-a {
		background: linear-gradient(90deg, var(--light), #fff)
	}

	.xing-page-header>.top-a .content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.xing-page-header>.top-a .content .tel-wrap {
		display: none
	}

	.xing-page-header>.top-b {
		justify-content: space-between
	}

	.xing-page-header>.top-b .logo-wrap {
		padding: 13px 0;
	}

	.xing-page-header>.top-b .logo-wrap .logo a {
		width: 192px;
		height: 50px;
	}

	.top-menu-icon,
	.mobile-nav__wrapper {
		display: none !important
	}

	.xing-page-header>.top-b .nav-wrap {
		display: block !important
	}

	.xing-page-header>.top-a .content .solo {
		display: block !important;
		margin-right: 20px;
	}

	.xing-page-header .navs {
		display: flex;
	}

	.xing-page-header .navs>li {
		padding-left: 5px;
		padding-right: 5px;
		position: relative
	}

	.xing-page-header .navs>li>a {
		display: flex;
		align-items: center;
		height: 76px;
		padding: 0 10px;
		font-size: 16px;
		position: relative;
		z-index: 1;
		font-weight: 600
	}

	.xing-page-header .navs>li>a:after {
		content: "";
		position: absolute;
		z-index: -1;
		left: 10px;
		right: 10px;
		height: 10px;
		bottom: 30%;
		border-radius: 4px;
		transition: all .3s ease-in-out
	}

	.xing-page-header .navs>li:hover>a:after {
		background-image: linear-gradient(90deg, #80dec9, rgba(255, 255, 255, 0));
	}

	.xing-page-header .navs>li.active>a {
		color: var(--primary)
	}

	.xing-page-header .navs>li.active>a:after {
		background-image: linear-gradient(90deg, #fbd787, rgba(255, 255, 255, 0));
	}

	.xing-page-header .navs>li>ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 200px;
		background-color: var(--white);
		z-index: 99;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
		box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .05);
		padding: 10px 0 20px;
		transform: translateY(10px);
		transition: all .3s ease-in-out;
		opacity: 0;
		visibility: hidden
	}

	.xing-page-header .navs>li>ul:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 2px;
		background-color: var(--primary-light)
	}

	.xing-page-header .navs>li>ul>li>a {
		display: flex;
		font-size: 16px;
		height: 40px;
		align-items: center;
		padding: 0 20px;
		color: #646464;
		transition: all .3s ease-in-out;
		letter-spacing: 1px;
	}

	.xing-page-header .navs>li>ul>li>a:hover {
		padding-left: 24px
	}

	.xing-page-header .navs>li>ul>li>a i {
		margin-right: 5px;
	}

	.xing-page-header .navs>li>ul>li>a:hover {
		color: var(--primary)
	}

	.xing-page-header .navs>li:hover>ul {
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}

	.xing-page-header>.top-b .other-wrap {
		display: block !important;
	}

	.xing-page-header>.top-b .other-wrap .tel-num {
		position: relative;
		padding-left: 34px;
		font-size: 20px;
		line-height: 30px;
		color: var(--secondary);
		font-weight: 600
	}

	.xing-page-header>.top-b .other-wrap .tel-num:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
		background-image: url("../img/head-tel.png");
		animation: star-tel 1.4s steps(1) infinite
	}
}

@media(min-width:1200px) {
	.xing-page-header>.top-b .other-wrap .tel-num {
		font-size: 22px;
	}

	.xing-page-header .navs>li>a {
		padding: 0 15px;
		font-size: 17px;
		letter-spacing: 2px
	}

	.xing-page-header .navs>li.dropdown>ul:after {
		content: "";
		position: absolute;
		background-size: cover;
		pointer-events: none;
		bottom: 0;
		width: 66px;
		height: 100px;
		background-image: url("../images/menu-img-2.png");
		right: -20px;
	}
}

@media(min-width:1400px) {
	.xing-page-header .navs>li {
		padding-left: 8px;
		padding-right: 8px;
	}

	.xing-page-header .navs>li>a {
		padding: 0 20px;
		font-size: 18px
	}

	.xing-page-header .navs>li>a:after {
		left: 20px;
		right: 20px;
	}
}

@media(min-width:1480px) {

	.xing-page-header>.top-a .content,
	.xing-page-header>.top-b {
		padding-left: 0;
		padding-right: 0;
	}
}

/*===========
页面底部
===========*/
.xing-page-footer {
	background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
	color: var(--white);
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	position: relative;
	z-index: 1
}

.xing-page-footer:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 85px;
	background-image: url("../img/footer-img.png");
	background-size: cover;
	bottom: 0;
	left: 15px;
	pointer-events: none;
	z-index: -1
}

.xing-page-footer a {
	color: rgba(255, 255, 255, .9)
}

.xing-page-footer a:hover {
	color: var(--gold)
}

.xing-page-footer .f-logo img {
	height: 40px;
	width: auto
}

.xing-page-footer .f-logo.cemetery {
	display: inline-flex;
	padding: 6px;
	border-radius: 4px;
	background-color: var(--white)
}

.xing-page-footer .f-solo {
	letter-spacing: 2px;
	padding-top: 10px;
	font-size: 12px;
	opacity: .8;
	position: relative;
	z-index: 2
}

.xing-page-footer .copy-right {
	font-size: 12px;
	margin-top: 15px;
	line-height: 1.8;
	padding-top: 15px;
}

.xing-page-footer .copy-right div {
	color: rgba(255, 255, 255, .7);
	margin-right: 15px;
}

@media(min-width:992px) {
	.xing-page-footer {
		padding-top: 40px;
	}

	.xing-page-footer:after {
		left: 30%;
	}

	.xing-page-footer .f-logo img {
		height: 50px;
	}

	.xing-page-footer .f-solo {
		letter-spacing: 4px;
		padding-top: 15px;
		font-size: 14px;
	}

	.xing-page-footer .copy-right {
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
		letter-spacing: .5px;
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
}

@media(min-width:1200px) {
	.xing-page-footer:after {
		width: 320px;
		height: 170px;
		left: 33%;
	}
}

/*===========
百科栏目列表页 bk
===========*/
.bk-top,
.mdh-top,
.wenda-top {
	padding-top: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.bk-top .page-img {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	pointer-events: none;
	user-select: none
}

.bk-top .page-title-wrap,
.mdh-top .page-title-wrap,
.wenda-top .page-title-wrap {
	margin-bottom: 20px;
}

.bk-top .page-title-wrap .title,
.mdh-top .page-title-wrap .title,
.wenda-top .page-title-wrap .title {
	font-size: 28px;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	padding-right: 5px;
	line-height: 1.2;
	color: var(--dark)
}

.bk-top .page-title-wrap .title:after,
.mdh-top .page-title-wrap .title:after,
.wenda-top .page-title-wrap .title:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 8px;
	height: 8px;
	background-color: var(--primary-light);
	border-radius: 0 3px;
}

.bk-top.c-b {
	padding-bottom: 10px;
}

.bk-top.c-b::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: var(--black)
}

.bk-nav-wrap {
	position: relative;
	z-index: 2
}

.bk-nav-wrap::after,
.mdh-top::after,
.wenda-top::after,
.mdd-top::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--dark)
}

.bk-nav {
	display: flex;
	justify-content: space-between
}

.bk-nav>li+li {}

.bk-nav>li>a {
	display: block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
	font-size: 16px;
	color: #555
}

.bk-nav>li.active>a,
.bk-nav>li>a:hover {
	color: var(--secondary)
}

.bk-nav>li.active>a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: var(--secondary)
}

.bk-nav>li.active>a {
	font-weight: 700
}

.bk-list>li {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.bk-wenzhan-item {
	display: flex;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative
}

.bk-wenzhan-item>.img {
	flex: 0 0 33%;
	min-width: 0;
	order: 13;
	margin-left: 12px;
	overflow: hidden;
	opacity: 0;
	position: relative
}

.bk-wenzhan-item>.img img {
	border-radius: 3px;
	width: 100%;
}

.bk-wenzhan-item>.txt {
	flex-grow: 1;
	min-width: 0;
	display: flex;
	flex-direction: column !important
}

.bk-wenzhan-item>.txt .title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: -2px;
	line-height: 1.4
}

.bk-wenzhan-item>.txt .desc,
.bk-wenzhan-item>.txt .meta .keyword {
	display: none
}

.bk-wenzhan-item>.txt .meta {
	font-size: 11px;
	color: var(--gray-b);
	margin-top: auto
}

.bk-wenzhan-item>.txt .meta .date {}

.bk-side-mudi>li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 12px;
	margin-bottom: 8px;
	border-radius: 22px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
	flex-wrap: wrap;
	overflow: hidden
}

.bk-side-mudi>li:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, .04);
	border-radius: 50%;
	transition: all .3s ease-in-out;
	left: 50%;
	top: 100%;
	transform: translateX(-50%)
}

.bk-side-mudi>li .title {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 0 0 auto;
	min-width: 0;
	max-width: calc(100% - 90px);
}

.bk-side-mudi>li .info {
	flex: 0 0 100%;
	min-width: 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.bk-side-mudi>li .info .img {
	flex: 0 0 120px;
	min-width: 0;
	margin-right: 15px;
	margin-top: 12px;
	margin-bottom: 6px
}

.bk-side-mudi>li .info .img img {
	border-radius: 4px;
}

.bk-side-mudi>li .info .desc {
	flex-grow: 1;
	min-width: 0;
	font-size: 12px;
	color: var(--gray)
}

.bk-side-mudi>li .md-price>span {
	font-size: 16px;
}

.bk-side-mudi>li:hover:before {
	transform: scale(6) translateY(-20%);
}

.bk-side-mudi>li.active {
	border-radius: 6px;
}

.bkh-list-wrap {
	padding-top: 15px;
	padding-bottom: 30px;
}

.bkh-item {
	position: relative;
	border-bottom: 2px solid rgba(0, 0, 0, .4);
	height: 100%;
	display: flex;
	flex-direction: column
}

.bkh-item:after {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: var(--primary-light);
	width: 0;
	transition: all .4s ease-in-out
}

.bkh-item:hover:after {
	width: 100%
}

.bkh-item>.img {
	position: relative;
	overflow: hidden
}

.bkh-item>.img::before,
.bk-wenzhan-item>.img::before,
.home-ly-item>.img-wrap>.img::before,
.home-baike>.img::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 100px solid rgba(73, 189, 163, .6);
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%) scale(3);
	transition: all 0.3s cubic-bezier(1, 0.35, 0, 0.82);
}

.home-baike>.img::before {
	width: 260px;
	height: 260px;
	border-width: 80px;
}

.bkh-item:hover>.img::before,
.bk-wenzhan-item:hover>.img::before,
.home-ly-item:hover>.img-wrap>.img::before,
.home-baike:hover>.img::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	z-index: 1
}

.bkh-item>.img .leibie {
	position: absolute;
	color: var(--white);
	background-color: var(--primary-light);
	font-size: 11px;
	padding: 3px 4px;
	left: 0;
	top: 0;
	z-index: 2
}

.bkh-item>.img .date {
	position: absolute;
	color: var(--white);
	background-color: rgba(0, 0, 0, .4);
	font-size: 11px;
	padding: 3px 4px;
	right: 0;
	bottom: 0;
	display: none
}

.bkh-item>.img img {
	width: 100%
}

.bkh-item>.txt {
	padding-top: 12px;
	padding-bottom: 16px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.bkh-item>.txt .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.bkh-item>.txt .desc,
.bk-mritem>.txt .desc {
	font-size: 11px;
	color: var(--gray);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	font-weight: lighter;
	margin-top: auto
}

.bkh-item>.txt .keyword {
	display: none
}

.bk-mritem {
	display: flex;
	padding: 5px;
	background-color: var(--white);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bk-mritem::before,
.binyi-wenzhan-item::before {
	content: "";
	position: absolute;
	background-color: var(--light);
	width: 200px;
	height: 200px;
	border-radius: 50%;
	z-index: -1;
	transition: all .3s cubic-bezier(1, 0.35, 0, 0.82);
	left: 50%;
	top: 100%;
	transform: translateX(-50%)
}

.bk-mritem:hover:before,
.binyi-wenzhan-item:hover::before {
	transform: scale(4)
}

.bk-mritem>.img {
	flex: 0 0 90px;
}

.bk-mritem>.img img {
	filter: grayscale(1);
	transition: all .3s ease-in-out
}

.bk-mritem:hover>.img img {
	filter: grayscale(0)
}

.bk-mritem>.txt {
	flex-grow: 1;
	min-width: 0;
	margin-left: 12px;
	padding-top: 3px;
}

.bk-mritem>.txt .title {
	font-size: 16px;
	margin-bottom: 6px;
}

.bk-mritem>.txt .cemtery {
	margin-bottom: 10px;
	font-size: 12px;
}

.mingren-article-np {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
}

.mingren-article-np>div {
	flex: 0 0 50%;
	min-width: 0;
	max-width: 50%;
	position: relative
}

.mingren-article-np .img {
	width: 48px;
	position: relative;
}

.mingren-article-np .img img {
	border-radius: 4px;
}

.mingren-article-np p {
	margin-bottom: 0;
}

.mingren-article-np .pre {
	padding-right: 10px;
}

.mingren-article-np .pre p:before {
	content: "\e90d";
	font-family: iconfont;
	display: block;
}

.mingren-article-np .pre .img {
	float: left;
	margin-right: 10px;
}

.mingren-article-np .next .img {
	float: right;
	margin-left: 10px;
}

.mingren-article-np .next p:after {
	content: "\e603";
	font-family: iconfont;
	display: block
}

.mingren-article-np .next {
	padding-left: 10px;
	padding-top: 50px;
	position: relative;
	text-align: right;
}

.mingren-article-np .next:before {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	left: -10px;
	transform: rotate(15deg);
	position: absolute;
	top: 0;
	background-color: #ccc;
}

@media (min-width:769px) {
	.bk-wenzhan-item>.img {
		flex-basis: 180px;
	}

	.bk-wenzhan-item>.txt .meta {
		font-size: 12px;
	}
}

@media (min-width:992px) {

	.bk-top,
	.mdh-top,
	.wenda-top {
		padding-top: 50px;
	}

	.bk-top .page-img {
		display: block;
		width: 280px;
	}

	.bk-top .page-title-wrap,
	.mdh-top .page-title-wrap,
	.wenda-top .page-title-wrap {
		margin-bottom: 30px
	}

	.bk-top .page-title-wrap .title,
	.mdh-top .page-title-wrap .title,
	.wenda-top .page-title-wrap .title {
		font-size: 36px;
	}

	.bk-top .page-title-wrap .title:after,
	.mdh-top .page-title-wrap .title:after,
	.wenda-top .page-title-wrap .title:after {
		width: 12px;
		height: 12px
	}

	.bk-nav {
		justify-content: flex-start
	}

	.bk-nav>li+li {
		margin-left: 30px
	}

	.bk-nav>li>a {
		font-size: 18px;
		letter-spacing: 1px
	}

	.bk-wenzhan-item {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.bk-wenzhan-item>.img {
		flex-basis: 180px;
		margin-left: 0;
		margin-right: 20px;
		order: -1
	}

	.bk-wenzhan-item>.txt .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.bk-wenzhan-item>.txt .desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		font-size: 14px;
		line-height: 20px;
		max-height: 40px;
		color: var(--gray)
	}

	.bk-wenzhan-item>.txt .meta {
		display: flex;
		align-items: center;
	}

	.bk-wenzhan-item>.txt .meta .keyword {
		display: flex;
		margin-left: auto
	}

	.bk-wenzhan-item>.txt .meta .keyword>span {
		display: block;
		margin-left: 8px
	}

	.bk-side-mudi>li {
		border-radius: 28px;
		margin-bottom: 10px
	}

	.bk-side-mudi>li .title {
		font-size: 18px;
		font-weight: lighter
	}

	.bk-side-mudi>li .md-price>span {
		font-size: 18px;
	}

	.bkh-list-wrap {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.bkh-item>.img .date {
		display: block;
	}

	.bkh-item>.txt .keyword {
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		margin-right: -5px;
	}

	.bkh-item>.txt .keyword span {
		display: block;
		font-size: 12px;
		color: rgba(0, 0, 0, .7);
		padding-right: 5px
	}

	.bkh-item>.txt .keyword span:before {
		content: "#";
	}

	.bk-mritem>.img {
		flex-basis: 120px
	}

	.bk-mritem>.txt {
		margin-left: 15px;
	}

	.bk-mritem>.txt .title {
		font-size: 18px;
	}

	.bk-mritem>.txt .cemtery {
		font-size: 14px;
	}

	.bk-mritem>.txt .desc {
		font-size: 12px;
		line-height: 18px;
		max-height: 36px;
	}

	.mingren-article-np>div {
		flex-basis: 25%;
	}
}

@media (min-width:1200px) {

	.bk-top .page-title-wrap .title,
	.mdh-top .page-title-wrap .title,
	.wenda-top .page-title-wrap .title {
		font-size: 48px;
		letter-spacing: 4px
	}

	.bk-top .page-title-wrap .title:after,
	.mdh-top .page-title-wrap .title:after,
	.wenda-top .page-title-wrap .title:after {
		width: 15px;
		height: 15px
	}

	.bkh-item>.img .leibie {
		font-size: 12px;
		padding: 4px 8px;
	}

	.bkh-item>.txt {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.bkh-item>.txt .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.bkh-item>.txt .desc {
		font-size: 12px;
		line-height: 18px;
		max-height: 36px;
	}
}

@media (min-width:1400px) {

	.bk-top,
	.mdh-top,
	.wenda-top {
		padding-top: 60px;
	}

	.bk-top .page-img {
		width: 476px;
		bottom: -20px
	}

	.bk-top .page-title-wrap,
	.mdh-top .page-title-wrap,
	.wenda-top .page-title-wrap {
		margin-bottom: 50px;
	}

	.bk-top .page-title-wrap .title,
	.mdh-top .page-title-wrap .title,
	.wenda-top .page-title-wrap .title {
		font-size: 52px;
	}

	.bk-top.c-b {
		padding-bottom: 30px
	}

	.bk-nav>li>a {
		padding: 15px 0;
		font-weight: lighter;
		font-size: 20px
	}

	.bk-wenzhan-item {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.bk-wenzhan-item>.img {
		flex-basis: 220px
	}

	.bk-wenzhan-item>.txt .title {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.bk-side-mudi>li {
		padding: 8px 14px
	}

	.bk-side-mudi>li .title {
		font-size: 20px;
	}

	.bkh-list-wrap {
		padding-bottom: 60px;
	}
}

/*===========
百科栏目详情页 bkd
===========*/
.xing-article-title {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative
}

.xing-article-title:before,
.xing-article-title:after {
	content: "";
	height: 2px;
	background-color: var(--dark);
	left: 0;
	right: 0;
	position: absolute
}

.xing-article-title:before {
	top: 0
}

.xing-article-title:after {
	top: 100%;
}

.xing-article-title .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--dark)
}

.xing-article-title .article-meta {
	display: flex;
	flex-wrap: wrap
}

.xing-article-title .article-meta .date {}

.xing-article-title .article-meta .author {
	margin-left: 15px;
}

.xing-article-title .article-meta .keyword {
	flex: 0 0 100%;
	min-width: 0;
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap
}

.xing-article-title .article-meta .keyword>span {
	display: block;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 160px;
	margin-top: 6px;
	border: 1px solid rgba(0, 0, 0, .35);
	line-height: 24px;
	border-radius: 16px;
	padding: 0 6px;
	font-size: 12px;
}

.xing-article-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.xing-article-content ._disclaimer{
	font-size: 10px;
	margin-top: 20px;
}

.article-body,
.mr-article-body {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify
}

.article-body a,
.mr-article-body a {
	color: var(--orange)
}

.article-body a:hover,
.mr-article-body a:hover {
	color: var(--primary)
}

.article-body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px
}

.article-body h2,
.mr-article-body h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8
}

.article-body h3,
.mr-article-body h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8
}

.article-body .img-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	overflow: hidden
}

.article-body .img-wrap .news-pic-title {
	font-size: 12px;
	font-style: normal;
	position: relative;
	display: block;
	padding-left: 18px;
	margin-top: 6px;
	text-align: left !important
}

.article-body .img-wrap .news-pic-title:before {
	content: "";
	position: absolute;
	left: 3px;
	width: 12px;
	height: 20px;
	border-left: 1px solid var(--red);
	border-bottom: 1px solid var(--red);
	top: -12px;
}

.mr-article-body .img-wrap {
	width: 160px;
	padding-right: 15px;
	position: relative;
	float: left;
}

.mr-article-body .img-wrap img {
	width: 100%;
	border-radius: 4px;
}

.xing-relation-ly {}

.xing-relation-ly>*:not(:last-child) {
	margin-bottom: 10px
}

.xing-relation-ly .mudi,
.xing-relation-ly .muxing,
.xing-relation-ly .jingguan,
.xing-relation-ly .fuwu {
	padding: 5px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
	border-radius: 4px;
	background-color: var(--white);
	position: relative
}

.xing-relation-ly .mudi {
	display: flex;
	align-items: center
}

.xing-relation-ly .mudi .img {
	flex: 0 0 48%;
	min-width: 0;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	display: block
}

.xing-relation-ly .mudi .img img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out .1s
}

.xing-relation-ly .mudi:hover .img img:nth-child(2) {
	opacity: 1;
	visibility: visible
}

.xing-relation-ly .mudi .img img,
.xing-relation-ly .fuwu .img img {
	width: 100%
}

.xing-relation-ly .fuwu .img {
	overflow: hidden;
	border-radius: 4px;
}

.xing-relation-ly .mudi .txt {
	flex-grow: 1;
	min-width: 0;
	padding-left: 12px;
}

.xing-relation-ly .mudi .txt .title,
.xing-relation-ly .fuwu .txt .title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}

.xing-relation-ly .mudi .txt .desc,
.xing-relation-ly .fuwu .txt .desc {
	font-size: 12px;
	color: var(--gray);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.xing-relation-ly .mudi .txt .btn-wrap,
.xing-relation-ly .fuwu .txt .btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	position: relative;
	z-index: 2
}

.xing-relation-ly .mudi .txt .btn-wrap .btn,
.xing-relation-ly .fuwu .txt .btn-wrap .btn {
	font-size: 12px;
	height: 34px;
	padding: 0 12px;
}

.xing-relation-ly .fuwu .txt {
	padding: 10px 5px
}

.bk-side-article {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 4px
}

.bk-side-article>li {
	position: relative;
	padding: 10px;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.bk-side-article>li:last-child {
	border-bottom: none
}

.bk-side-article>li .title {
	font-size: 16px;
	line-height: 1.68
}

.side-muxing-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
}

.side-muxing-wrap>.item {
	flex: 0 0 33.3333%;
	min-width: 0;
	padding-left: 2px;
	padding-right: 2px;
	position: relative
}

.side-muxing-wrap>.item .img {
	position: relative
}

.side-muxing-wrap>.item .img img {
	border-radius: 3px
}

.side-muxing-wrap>.item .txt {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
}

.side-muxing-wrap>.item .txt .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.side-muxing-wrap>.item .txt .md-price>span {
	font-size: 13px;
}

.side-jingguan-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
}

.side-jingguan-wrap>.item {
	flex: 0 0 33.3333%;
	min-width: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
}

.side-jingguan-wrap>.item .img {
	position: relative
}

.side-jingguan-wrap>.item .img img {
	width: 100%;
	border-radius: 2px;
}

.artilce-next-pre {
	padding: 15px 12px;
	border-radius: 4px;
	background-color: var(--light);
	border: 1px solid rgba(0, 0, 0, .08);
	font-size: 16px;
}

.artilce-next-pre .item+.item {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d3d3d3
}

.artilce-next-pre .item p {
	margin-bottom: 5px;
	color: var(--gray);
	font-size: 14px
}

.bkh-home-list {
	padding-top: 20px
}

.bkh-home-list>li+li {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 2px solid var(--dark)
}

.bkh-home-title {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
	align-items: center
}

.bkh-home-title .title {
	font-size: 20px;
	position: relative;
	padding-right: 6px;
	letter-spacing: 1px;
	line-height: 1.2
}

.bkh-home-title .title::after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 2px;
	width: 8px;
	height: 8px;
	background-color: var(--primary-light);
	border-radius: 0 4px;
}

.bkh-home-title .more a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px
}

.bkh-home-title .more a::after {
	content: "\e775";
	font-family: iconfont;
}

.bkh-home-content {}

.bkh-home-content>.first-items {}

.bkh-home-content>.first-items>.item {
	position: relative
}

.bkh-home-content>.first-items>.item .img {
	position: relative;
}

.bkh-home-content>.first-items>.item .img img {
	width: 100%
}

.bkh-home-content>.first-items>.item .img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 50%)
}

.bkh-home-content>.first-items>.item .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 12px;
	z-index: 2
}

.bkh-home-content>.first-items>.item .txt .title {
	margin-bottom: 10px;
	font-size: 16px;
}

.bkh-home-content>.first-items>.item .txt .title a {
	color: var(--white)
}

.bkh-home-content>.first-items>.item .txt .date {
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
}

.bkh-home-content>.other-items {
	margin-top: 15px;
}

.bkh-home-content>.other-items>.item {
	display: flex;
	position: relative;
	margin-bottom: 15px;
}

.bkh-home-content>.other-items>.item .img {
	flex: 0 0 40%;
	min-width: 0;
	order: 13
}

.bkh-home-content>.other-items>.item .txt {
	flex-grow: 1;
	min-width: 0;
	padding-right: 12px;
	display: flex;
	flex-direction: column;
}

.bkh-home-content>.other-items>.item .txt .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.bkh-home-content>.other-items>.item .txt .date {
	font-size: 11px;
	color: var(--gray);
	margin-top: auto
}

@media (min-width:992px) {
	.xing-article-title .title {
		font-size: 32px;
	}

	.xing-article-title .article-meta .date {
		font-size: 16px;
	}

	.xing-article-title .article-meta .author {
		margin-left: 30px;
		font-size: 16px;
	}

	.xing-article-title .article-meta .keyword {
		margin-top: 12px;
	}

	.xing-article-title .article-meta .keyword>span {
		border-color: rgba(0, 0, 0, .75);
		line-height: 28px;
		padding: 0 10px;
		font-size: 14px;
	}

	.xing-relation-ly .mudi,
	.xing-relation-ly .muxing,
	.xing-relation-ly .jingguan {
		padding: 8px;
	}

	.xing-relation-ly .mudi {
		flex-direction: column !important;
		align-items: flex-start
	}

	.xing-relation-ly .mudi .img {
		flex-basis: auto
	}

	.xing-relation-ly .mudi .txt {
		flex-grow: 0;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.xing-relation-ly .mudi .txt .title,
	.xing-relation-ly .fuwu .txt .title {
		font-size: 20px;
	}

	.xing-relation-ly .mudi .txt .desc,
	.xing-relation-ly .fuwu .txt .desc {
		font-size: 14px;
	}

	.xing-relation-ly .mudi .txt .btn-wrap,
	.xing-relation-ly .fuwu .txt .btn-wrap {
		justify-content: flex-start;
		margin-top: 12px;
	}

	.xing-relation-ly .mudi .txt .btn-wrap .btn,
	.xing-relation-ly .fuwu .txt .btn-wrap .btn {
		font-size: 14px;
		height: 40px;
		padding: 0 20px;
	}

	.xing-relation-ly .mudi .txt .btn-wrap .btn+.btn,
	.xing-relation-ly .fuwu .txt .btn-wrap .btn+.btn {
		margin-left: 15px;
	}

	.mr-article-body {
		position: relative;
		padding-left: 210px;
	}

	.mr-article-body .img-wrap {
		width: 180px;
		padding-right: 0;
		position: absolute;
		float: none;
		left: 0;
		top: 0;
		height: 100%
	}

	.mr-article-body .img-wrap::after {
		content: "";
		position: absolute;
		right: 0px;
		width: 15px;
		bottom: 0;
		top: 220px;
		background-color: #f5eee5
	}

	.bkh-home-title {
		margin-bottom: 20px;
	}

	.bkh-home-title .title {
		font-size: 22px;
	}

	.bkh-home-title .title::after {
		width: 10px;
		height: 10px;
	}

	.bkh-home-list {
		padding-top: 25px;
	}

	.bkh-home-wrap {
		padding-bottom: 30px
	}
}

@media (min-width:1200px) {
	.xing-article-title {
		background-image: url("../img/article-titile-bg.png");
		background-position: bottom right;
		background-repeat: no-repeat;
	}

	.xing-article-title .title {
		font-size: 38px;
		font-weight: 500;
		margin-bottom: 30px;
	}

	.xing-article-content {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.xing-article-content ._disclaimer{
		font-size: 12px;
	}

	.article-body,
	.mr-article-body {
		font-size: 18px;
	}

	.article-body h2,
	.mr-article-body h2 {
		font-size: 24px;
	}

	.article-body h3,
	.mr-article-body h3 {
		font-size: 22px;
	}

	.article-body .img-wrap .news-pic-title {
		padding-left: 30px;
	}

	.article-body .img-wrap .news-pic-title:before {
		left: 8px;
	}

	.bkh-home-title .title {
		font-size: 24px;
	}

	.bkh-home-list {
		padding-top: 30px
	}

	.bkh-home-list>li+li {
		margin-top: 40px;
		padding-top: 30px;
	}

	.bkh-home-content {
		display: flex;
	}

	.bkh-home-content>.first-items {
		flex: 0 0 50%;
		min-width: 0;
		max-width: 480px;
	}

	.bkh-home-content>.first-items>.item .txt {
		padding: 15px 20px
	}

	.bkh-home-content>.first-items>.item .txt .title {
		font-size: 22px;
	}

	.bkh-home-content>.first-items>.item .txt .date {
		font-size: 12px;
	}

	.bkh-home-content>.other-items {
		padding-left: 20px;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	.bkh-home-content>.other-items>.item {
		margin-bottom: 0
	}

	.bkh-home-content>.other-items>.item .img {
		flex-basis: 144px;
	}

	.bkh-home-content>.other-items>.item .txt {
		padding-right: 15px;
	}

	.bkh-home-content>.other-items>.item .txt .date {
		font-size: 12px;
	}
}

@media (min-width:1400px) {
	.xing-article-title .title {
		font-size: 42px;
	}

	.mr-article-body {
		padding-left: 230px;
	}

	.bkh-home-content>.other-items>.item .txt .title {
		font-size: 18px;
	}

	.bkh-home-title {
		margin-bottom: 30px
	}

	.bkh-home-title .title {
		font-size: 26px;
	}

	.bkh-home-title .title::after {
		width: 12px;
		height: 12px
	}

	.bkh-home-wrap {
		padding-bottom: 60px
	}
}

/*===========
墓地大全栏目页 mdh
===========*/
.mdh-top .page-title-wrap .title:after {
	background-color: var(--orange)
}

.mdh-top .page-img {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0
}

.mdh-fenlei {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-bottom: 15px;
	padding-left: 1px;
	padding-top: 6px;
	position: relative;
	z-index: 2
}

.mdh-fenlei>li {
	padding-right: 6px;
	padding-bottom: 6px;
	flex: 1 0 auto;
	min-width: 0
}

.mdh-fenlei>li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	line-height: 28px;
	padding: 0 5px;
	border-radius: 16px;
	font-size: 13px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .8)
}

.mdh-fenlei>li>a:hover {
	color: var(--orange);
	box-shadow: 0 0 0 1px var(--orange)
}

.mdh-fenlei>li>a>span {
	font-size: 11px;
	top: -3px;
	margin-left: 3px;
	position: relative;
	opacity: .8
}

.mdh-fenlei>li.active>a {
	color: var(--white);
	background-color: var(--orange);
	box-shadow: 0 0 0 1px var(--orange)
}

.mdh-fenlei.mudi-home {
	margin-bottom: 0
}

.mdh-fenlei.mudi-home>li>a {
	padding: 0 8px
}

.mdh-mudi-item {
	position: relative
}

.mdh-mudi-item>.img {
	display: flex;
	justify-content: space-between;
	position: relative
}

.mdh-mudi-item>.img img {
	border-radius: 3px;
	display: block;
	flex: 0 0 49.5%;
	max-width: 49.5%;
}

.mdh-mudi-item>.img img:nth-child(3),
.mdh-mudi-item>.img img:nth-child(4) {
	position: absolute;
	top: 0;
	transition: all 300ms ease-in-out .04s;
	opacity: 0;
	backface-visibility: hidden;
} 

.mdh-mudi-item>.img img:nth-child(4) {
	left: 0;
}

.mdh-mudi-item>.img img:nth-child(3) {
	right: 0;
}

.mdh-mudi-item:hover>.img img:nth-child(3),
.mdh-mudi-item:hover>.img img:nth-child(4) {
	opacity: 1;
	backface-visibility: visible
}

.mdh-mudi-item>.txt {
	padding-top: 10px;
}

.mdh-mudi-item>.txt>.title-wrap {
	display: flex;
	align-items: center
}

.mdh-mudi-item>.txt>.title-wrap .title {
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px
}

.mdh-mudi-item>.txt>.title-wrap .title a {
	color: var(--primary)
}

.mdh-mudi-item>.txt>.title-wrap .title a:hover {
	color: var(--secondary)
}

.mdh-mudi-item>.txt>.title-wrap .district {
	font-size: 12px;
	line-height: 20px;
	padding: 0 5px;
	background-color: #e7f4ee;
	border-radius: 3px;
}

.mdh-mudi-item>.txt>.title-wrap .md-price {
	margin-left: auto
}

.mdh-mudi-item>.txt>.title-wrap .md-price>span {
	font-size: 16px;
}

.mdh-mudi-item>.txt>.local {
	margin-top: 6px;
	font-size: 12px;
}
.mdh-mudi-item>.txt>.local i{
	margin-right: 3px;
	font-size: 12px;
}

/* .mdh-mudi-item>.txt>.local:before {
	content: "\e62e";
	font-family: iconfont;
	margin-right: 3px
} */

.mdh-mudi-item>.txt>.desc {
	margin-top: 6px;
	font-size: 12px;
	color: var(--gray);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.mdh-mudi-item>.txt>.label-group {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6px;
}

.mdh-mudi-item>.txt>.label-group span {
	display: block;
	margin-right: 4px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 8px;
	background-color: #e7f4ee;
	border-radius: 12px;
	margin-top: 4px;
}

.mdh-list>li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	position: relative
}

.page-container.md-lanmu {
	padding-bottom: 30px;
}

.xing-ba-n {
	margin-left: auto;
	margin-right: auto;
	/* max-width: 700px; */
}

.xing-ba-n img {
	border-radius: 3px;
}

.mdd-top {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden
}

.mdd-top .title {
	font-size: 28px;
	color: var(--dark);
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.mdd-top .subtitle {
	color: rgba(0, 0, 0, .5);
	font-size: 14px;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
}

.mdd-top .img-a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 190px;
	pointer-events: none;
	user-select: none
}

.mdd-top .img-b {
	position: absolute;
	left: 0;
	top: 16px;
	width: 36px
}

.mdd-page-wrap {
	padding-top: 20px;
	min-height: 50vh;
	padding-bottom: 30px;
}

.mdd-dianping-wrap>.right-part {
	padding-top: 30px;
}

.mdd-dianping-wrap>.right-part>ul>li {
	margin-bottom: 20px;
}

.mdd-dianping-item>.user {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.mdd-dianping-item>.user .img {
	flex: 0 0 24px;
	min-width: 0;
	margin-right: 12px;
}

.mdd-dianping-item>.user .img img {
	border-radius: 12px;
}

.mdd-dianping-item>.user .name {
	color: var(--gray)
}

.mdd-dianping-item>.info {
	font-size: 16px;
	line-height: 1.68;
	padding: 13px 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08)
}

.mdd-dp-ly {
	display: flex;
	flex-wrap: wrap
}

.mdd-dp-ly>.img {
	flex: 0 0 160px;
	min-width: 0;
}

.mdd-dp-ly>.img img {
	border-radius: 4px;
}

.mdd-dp-ly>.txt {
	flex: 0 0 calc(100% - 160px);
	min-width: 0;
	padding-left: 15px;
	margin-top: -4px;
}

.mdd-dp-ly>.txt .p1::after {
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	background-color: var(--primary);
	margin: 6px auto 10px 0
}

.mdd-dp-ly>.txt .p2 {
	font-size: 16px;
	font-weight: 700
}

.mdd-dp-ly>.btn-wrap {
	flex: 0 0 100%;
	padding-top: 15px;
	display: flex;
	justify-content: space-between
}

.mdd-dp-ly>.btn-wrap .btn {
	width: 48%;
}

@media (min-width:992px) {
	.mdh-top .page-img {
		display: block;
		pointer-events: none !important;
		user-select: none;
		width: 280px;
	}

	.mdh-fenlei {
		margin-right: -10px;
		padding-top: 10px;
		max-width: 720px;
	}

	.mdh-fenlei>li {
		padding-right: 10px;
		padding-bottom: 10px
	}

	.mdh-fenlei>li>a {
		line-height: 30px;
		padding: 0 12px;
		font-size: 16px;
	}

	.mdh-fenlei.mudi-home>li>a {
		padding: 0 12px;
	}

	.mdh-mudi-item {
		display: flex;
	}

	.mdh-mudi-item>.img {
		flex: 0 0 45%;
		min-width: 0
	}

	.mdh-mudi-item>.txt {
		flex-grow: 1;
		min-width: 0;
		padding-top: 0;
		padding-left: 20px;
	}

	.mdh-mudi-item>.txt>.title-wrap .title {
		font-size: 22px;
	}

	.mdh-mudi-item>.txt>.title-wrap .district {
		font-size: 14px;
		line-height: 24px;
		padding: 0 10px;
	}

	.mdh-mudi-item>.txt>.title-wrap .md-price>span {
		font-size: 20px;
	}

	.mdh-mudi-item>.txt>.local,
	.mdh-mudi-item>.txt>.desc {
		margin-top: 10px;
		font-size: 14px;
	}
	.mdh-mudi-item>.txt>.local i{
		margin-right: 4px;
		font-size: 14px;
	}

	.mdh-mudi-item>.txt>.label-group {
		margin-top: 10px;
	}

	.mdh-mudi-item>.txt>.label-group span {
		margin-right: 6px;
		font-size: 14px;
		line-height: 24px;
		padding: 0 10px;
		margin-top: 6px;
	}

	.page-container.md-lanmu {
		padding-bottom: 50px;
	}

	.mdd-bottom {
		padding-top: 50px;
	}

	.mdd-top {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mdd-top .title {
		font-size: 36px;
	}

	.mdd-top .subtitle {
		font-size: 18px;
	}

	.mdd-top .img-a {
		width: 380px;
	}

	.mdd-top .img-b {
		top: 30px;
		width: 72px
	}

	.mdd-page-wrap {
		padding-top: 40px;
		padding-bottom: 50px
	}

	.mdd-dianping-wrap {
		display: flex;
	}

	.mdd-dianping-wrap>.left-part {
		flex: 0 0 30%;
		min-width: 0;
		padding-right: 30px;
	}

	.mdd-dianping-wrap>.right-part {
		padding-top: 0;
		flex-grow: 1;
		min-width: 0
	}

	.mdd-dianping-wrap>.right-part>ul>li {
		margin-bottom: 30px;
	}

	.mdd-dianping-item {
		display: flex;
	}

	.mdd-dianping-item>.user {
		flex-direction: column;
		flex: 0 0 120px;
		min-width: 0
	}

	.mdd-dianping-item>.user .img {
		flex-basis: auto;
		margin-right: 0
	}

	.mdd-dianping-item>.user .img img {
		border-radius: 24px;
		width: 48px;
	}

	.mdd-dianping-item>.user .name {
		margin-top: 5px;
	}

	.mdd-dianping-item>.info {
		flex-grow: 1;
		min-width: 0;
		font-size: 18px;
		padding: 15px 20px 20px
	}

	.mdd-dp-ly {
		flex-direction: column;
		max-width: 300px;
	}

	.mdd-dp-ly>.img {
		flex-basis: auto
	}

	.mdd-dp-ly>.img img {
		border-radius: 4px;
	}

	.mdd-dp-ly>.txt {
		flex-basis: auto;
		padding-left: 0;
		margin-top: 15px;
	}

	.mdd-dp-ly>.txt .p1 {
		font-size: 18px;
		font-weight: lighter
	}

	.mdd-dp-ly>.txt .p1::after {
		width: 80px;
		margin: 10px auto 15px 0;
		height: 4px;
	}

	.mdd-dp-ly>.txt .p2 {
		font-size: 22px;
		font-weight: 500
	}

	.mdd-dp-ly>.btn-wrap {
		flex-basis: auto;
		padding-top: 20px;
	}
}

@media (min-width:1200px) {
	.mdh-top .page-img {
		width: 450px;
	}

	.mdh-mudi-item>.txt {
		padding-left: 30px;
	}

	.mdh-mudi-item>.txt>.title-wrap .title {
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 1px;
	}

	.mdh-mudi-item>.txt>.title-wrap .md-price>span {
		font-size: 22px;
	}

	.mdh-mudi-item>.txt>.desc {
		font-size: 16px;
		font-weight: lighter
	}

	.mdh-list>li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mdd-top .title {
		font-size: 48px;
	}

	.mdd-top .subtitle {
		font-size: 24px;
	}

	.mdd-top .img-b {
		top: 50px
	}
}

@media (min-width:1400px) {
	.mdh-top .page-img {
		width: 480px;
	}

	.page-container.md-lanmu {
		padding-bottom: 60px;
	}

	.mdd-top {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.mdd-top .title {
		font-size: 52px;
	}
}

/*===========
墓地详情页 mdd
===========*/
.mdd-btn.btn {
	width: 200px;
}

.mdd-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.mdd-title {
	margin-bottom: 20px;
	position: relative;
	z-index: 1
}

.mdd-title>.title {
	margin-bottom: 0;
	font-size: 20px;
	color: var(--dark)
}

.mdd-muxing-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}

.mdd-muxing-list>.item {
	padding-right: 10px;
	flex: 0 0 50%;
	padding-bottom: 10px;
	min-width: 0
}

.muxing-content {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
	background-color: var(--white);
	padding: 4px;
	cursor: pointer;
	position: relative
}

.muxing-content>.txt {
	text-align: center;
	padding: 10px 6px 6px;
}

.muxing-content>.txt .title {
	font-size: 16px;
}

/* .mdd-muxing-wrap>.mdd-muxing-tips .part-a {
	background-color: #ffe89e;
	border-radius: 8px;
	display: flex;
	align-items: flex-end;
	padding: 12px 8px 0
} */

.mdd-muxing-wrap>.mdd-muxing-tips .part-a img{
	border-radius: 8px;
}

/* .mdd-muxing-wrap>.mdd-muxing-tips .part-a .txt {
	font-size: 18px;
	flex: 0 0 55%;
	min-width: 0;
	padding-bottom: 20px;
	padding-right: 10px;
	color: var(--dark)
} */

.mdd-muxing-wrap>.mdd-muxing-tips .part-a .txt>span {
	color: var(--red-light)
}

.mdd-muxing-wrap>.mdd-muxing-tips .part-a .img {
	flex-grow: 1;
	min-width: 0
}

.mdd-muxing-wrap>.mdd-muxing-tips .part-b {
	text-align: center;
	padding-top: 15px;
}

.mdd-block-b {
	padding-top: 15px;
}

.mdd-js-lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.mdd-js-lista>li {
	flex: 0 0 100%;
	min-width: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mdd-js-basic {
	display: flex;
}

.mdd-js-basic .item {
	margin-right: 14px;
	flex: 0 0 auto;
	color: var(--gray);
}

.mdd-js-basic .detail {
	flex-grow: 1;
	min-width: 0;
}

.mdpage-mx-wrap {
	display: flex;
	flex-direction: column
}

.mdpage-mx-wrap>.left-part .tips {
	display: flex;
	margin-bottom: 10px;
}

.mdpage-mx-wrap>.left-part .tips-b {
	text-align: center;
	margin-top: 15px;
	background-color: #f03752;
	padding: 8px;
	border-radius: 4px;
	color: var(--white)
}

.mdpage-mx-wrap>.left-part .tips .txt-b {
	margin-left: auto
}

.mdpage-mx-wrap>.left-part .tips .txt-a>span {
	font-weight: 700;
	color: var(--red);
	margin-left: 3px;
	margin-right: 3px;
}

.mdpage-mx-wrap>.left-part .tips .txt-b>span {
	color: var(--primary);
	margin-left: 3px
}

.mdpage-mx-wrap>.right-part {
	margin-bottom: 15px;
	order: -1
}

.mdpage-mx-wrap>.right-part .tips .part-a img{
	border-radius: 4px;
}

/* .mdpage-mx-wrap>.right-part .tips .part-a {
	background-color: #ffe89e;
	border-radius: 4px;
	display: flex;
	align-items: flex-end;
	padding: 12px 10px 0;
}

.mdpage-mx-wrap>.right-part .tips .part-a .txt {
	font-size: 15px;
	flex: 0 0 55%;
	min-width: 0;
	padding-bottom: 20px;
	padding-right: 10px;
	color: var(--dark);
}

.mdpage-mx-wrap>.right-part .tips .part-a .txt>span {
	color: var(--red-light);
	font-weight: 700;
	margin-left: 3px;
} */

.mdpage-mx-wrap>.right-part .tips .part-b {
	text-align: center;
	margin-top: 10px;
}

.mdpage-mx-list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(0, 0, 0, .08);
	border-left: 1px solid rgba(0, 0, 0, .08)
}

.mdpage-mx-list>li {
	flex: 0 0 50%;
	padding: 8px;
	border-right: 1px solid rgba(0, 0, 0, .08);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	min-width: 0;
	cursor: pointer;
}

.mdpage-mx-list .item {
	position: relative;
}

.mdpage-mx-list .item .img {
	position: relative
}

.mdpage-mx-list .item .img .rainbow {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--white);
	font-size: 11px;
	padding: 0 5px;
	background-color: var(--red-light);
	line-height: 20px;
}

.mdpage-mx-list .item .txt {
	text-align: center;
	padding-top: 10px;
}

.mdpage-js-partb {
	padding-top: 30px;
}

.mdpage-js-partb .img {
	position: relative;
	margin-bottom: 30px;
}

.mdpage-js-partb .img .item {
	width: 50%
}

.mdpage-js-partb .img .item img {
	border-radius: 4px
}

.mdpage-js-partb .img .item.a {
	width: calc(50% + 20px);
}

.mdpage-js-partb .img .item.b {
	position: absolute;
	right: 0;
	bottom: -15px
}

.mdpage-js-partb .img a.link {
	display: block;
	position: absolute;
	right: 0;
	top: -6px;
	letter-spacing: 1px;
	line-height: 1.8;
	z-index: 2
}

.mdpage-js-partb .img a.link:after {
	content: "";
	position: absolute;
	bottom: 2px;
	height: 6px;
	left: 0;
	width: 100%;
	background-color: rgba(255, 39, 43, .3)
}

.mdpage-js-parta {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--dark)
}

.mdpage-js-parta .basic-info {
	display: flex;
}

.mdpage-js-parta .basic-info .name {
	color: var(--gray);
	flex: 0 0 auto;
	margin-right: 8px;
}

.mdpage-js-partc {
	margin-top: 20px;
	padding: 20px 0 5px;
	min-height: 200px;
	border-top: 1px solid var(--dark)
}

.mdpage-tp-wrap {
	display: flex;
	flex-direction: column
}

.mdpage-tp-wrap>.left-part .tips {
	margin-bottom: 10px;
	color: var(--gray)
}

.mdpage-tp-wrap>.left-part .tips-b {
	text-align: center;
	padding-top: 15px;
}

.mdpage-tp-wrap>.left-part .tips-b>p {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 2px
}

.mdpage-tp-wrap>.right-part {
	order: -1;
	margin-bottom: 15px;
}

.mdpage-tp-wrap .canguan {
	background-color: #152925;
	color: var(--white);
	padding: 8px;
	display: flex;
	border-radius: 3px;
}

.mdpage-tp-wrap .canguan .img {
	flex: 0 0 150px;
}

.mdpage-tp-wrap .canguan .img img {
	border-radius: 4px;
}

.mdpage-tp-wrap .canguan .txt {
	flex-grow: 1;
	font-size: 16px;
	padding-left: 10px;
	line-height: 1.68
}

.mdpage-tp-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}

.mdpage-tp-list>li {
	flex: 0 0 50%;
	padding-bottom: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.maps-container {
	position: relative;
	height: 220px
}

.maps-container .baidu-map {
	position: relative;
	height: 100%;
	border-radius: 4px;
	overflow: hidden
}

.maps-text {
	margin-top: 15px
}

.maps-text>ul>li+li {
	margin-top: 15px;
}

.maps-text .title {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	color: var(--gray)
}

.maps-text .desc {
	color: var(--dark)
}

.maps-text .desc span {
	color: var(--red-light);
	margin-left: 3px;
	margin-right: 3px;
}

.ly-map-con {}

.ly-map-con .title {
	font-size: 22px;
	margin-bottom: 10px;
}

.ly-map-con .tel {
	color: var(--primary);
	font-size: 16px
}

.ly-map-con .add {
	font-size: 16px
}

.write-note-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.write-note-wrap>li {
	margin-bottom: 15px;
}

.write-note-wrap>li .name {
	font-size: 16px;
	margin-bottom: 8px;
	color: var(--gray)
}

.write-note-wrap>li .content-box {
	position: relative;
}

.write-note-wrap>li .content-box img {
	position: absolute;
	right: 4px;
	top: 6px;
	z-index: 2
}

@media (min-width:769px) {
	.mdpage-mx-list>li {
		flex-basis: 33.3333%
	}
}

@media (min-width:992px) {
	.mdd-muxing-list>.item {
		flex-basis: 25%;
	}

	.mdd-block-b {
		padding-top: 25px;
	}

	.mdpage-mx-wrap {
		flex-direction: row
	}

	.mdpage-mx-wrap>.left-part {
		flex-grow: 1;
		min-width: 0;
		padding-right: 20px
	}

	.mdpage-mx-wrap>.left-part .tips {
		font-size: 16px;
	}

	.mdpage-mx-wrap>.left-part .tips-b {
		margin-top: 20px;
		font-size: 16px;
		padding: 15px;
	}

	.mdpage-mx-wrap>.right-part {
		margin-bottom: 0;
		flex: 0 0 25%;
		min-width: 0;
		order: 13
	}

	.mdpage-mx-list>li {
		padding: 10px;
	}

	.mdpage-mx-list .item .img .rainbow {
		font-size: 12px;
		line-height: 24px;
		padding: 0 6px;
	}

	/* .mdpage-mx-wrap>.right-part .tips .part-a {
		align-items: center;
		flex-direction: column
	}

	.mdpage-mx-wrap>.right-part .tips .part-a .txt {
		flex-basis: auto;
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	} */

	.mdpage-mx-wrap>.right-part .tips .part-b {
		margin-top: 15px;
	}

	.mdpage-js-partb {
		display: flex;
		align-items: flex-start;
		min-height: 320px;
		padding-top: 40px;
	}

	.mdpage-js-partb .img {
		margin-bottom: 0;
		flex: 0 0 40%;
		margin-right: 20px;
	}

	.mdpage-js-partb .img .item {
		width: 50%
	}

	.mdpage-js-partb .txt {
		flex-grow: 1;
		min-width: 0;
	}

	.mdpage-js-parta {
		padding-bottom: 30px;
		display: flex;
	}

	.mdpage-js-parta>.left-part {
		flex: 0 0 60%;
		min-width: 0;
		padding-right: 30px;
	}

	.mdpage-js-parta>.right-part {
		flex-grow: 1;
		min-width: 0
	}

	.mdpage-js-parta .basic-info .name {
		margin-right: 10px;
	}

	.mdpage-tp-wrap {
		flex-direction: row
	}

	.mdpage-tp-wrap>.left-part {
		flex-grow: 1;
		min-width: 0;
		padding-right: 20px;
	}

	.mdpage-tp-wrap>.left-part .tips-b>p {
		font-size: 22px;
	}

	.mdpage-tp-wrap>.right-part {
		order: 13;
		margin-bottom: 0;
		flex: 0 0 25%;
		min-width: 0;
		max-width: 240px;
	}

	.mdpage-tp-wrap .canguan {
		flex-direction: column;
		padding: 15px 10px
	}

	.mdpage-tp-wrap .canguan .img {
		flex-basis: auto
	}

	.mdpage-tp-wrap .canguan .txt {
		flex-grow: 0;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.maps-container {
		height: 360px
	}

	.maps-text {
		margin-top: 0
	}

	.maps-text>ul>li+li {
		margin-top: 15px;
	}

	.maps-text .title {
		font-size: 18px;
		font-weight: 600
	}

	.maps-text .desc {
		font-size: 16px;
	}

	.maps-text .desc span {}
}

@media (min-width:1000px) {
	.mdd-muxing-wrap {
		display: flex;
		justify-content: space-between
	}

	.mdd-muxing-wrap>.mdd-muxing-list {
		flex: 0 0 72%;
	}

	.mdd-muxing-wrap>.mdd-muxing-tips {
		flex: 0 0 26%;
		margin-top: -10px;
	}

	/* .mdd-muxing-wrap>.mdd-muxing-tips .part-a {
		align-items: center;
		flex-direction: column;
	}

	.mdd-muxing-wrap>.mdd-muxing-tips .part-a .txt {
		font-size: 22px;
		flex-basis: auto;
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		text-align: center
	} 

	.mdd-muxing-wrap>.mdd-muxing-tips .part-a .img {
		flex-grow: 0
	}*/

	.mdd-muxing-wrap>.mdd-muxing-tips .part-b {
		padding-top: 20px;
	}

	.mdd-js-lista>li {
		flex-basis: 48.5%;
		padding-top: 15px;
		padding-bottom: 15px;
		border-color: rgba(0, 0, 0, .5)
	}

	.mdpage-tp-list {
		margin-right: -5px;
	}

	.mdpage-tp-list>li {
		flex-basis: 25%;
		padding-right: 5px;
		padding-bottom: 5px;
	}
}

@media (min-width:1200px) {
	.mdd-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mdd-title {
		margin-bottom: 20px;
	}

	.mdd-title>.title {
		font-size: 28px;
	}

	.mdd-info-wrap .info-part-a,
	.mdd-info-wrap .info-part-b {
		padding: 15px 25px;
	}

	.mdd-info-wrap .info-part-a:after,
	.mdd-info-wrap .info-part-b:after {
		right: 20px;
		top: 20px;
		font-size: 48px;
	}

	.mdpage-mx-wrap>.left-part {
		padding-right: 30px
	}

	.mdpage-mx-wrap>.right-part {
		flex-basis: 22%
	}

	.mdpage-mx-list>li {
		flex-basis: 25%
	}

	.mdpage-mx-list .item .txt .title {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.mdpage-mx-list .item .txt .title .stitle {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	/* .mdpage-mx-wrap>.right-part .tips .part-a {
		padding: 20px 20px 0
	}

	.mdpage-mx-wrap>.right-part .tips .part-a .txt {
		font-size: 22px;
		padding-left: 0;
		padding-right: 0
	}

	.mdpage-mx-wrap>.right-part .tips .part-a .txt>span {
		font-weight: 500
	} */

	.mdpage-js-partb .img {
		margin-right: 40px;
	}

	.mdpage-js-partb .img .item.a {
		width: calc(50% + 40px);
	}

	.mdpage-js-partb .img .item.b {
		bottom: -40px
	}

	.mdpage-js-partb .img a.link {
		font-size: 16px;
	}

	.mdpage-js-parta>.left-part {
		padding-right: 40px;
	}

	.mdpage-js-parta .basic-info {
		font-size: 16px;
	}

	.mdpage-js-parta .basic-info .name {
		margin-right: 12px;
	}

	.mdpage-tp-wrap>.left-part {
		padding-right: 40px;
	}

	.mdpage-tp-wrap .canguan {
		padding: 20px 10px
	}

	.mdpage-tp-wrap .canguan .txt {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.mdpage-js-partc {
		margin-top: 30px;
		padding: 30px 0 5px;
	}
}

@media (min-width:1400px) {
	.mdd-basic-info {
		padding-bottom: 50px;
	}

	.mdd-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mdd-title {
		margin-bottom: 30px;
	}

	.mdd-title>.title {
		font-size: 32px;
	}

	.mdd-muxing-wrap>.mdd-muxing-tips {
		margin-top: -30px;
	}

	/* .mdd-muxing-wrap>.mdd-muxing-tips .part-a {
		padding: 20px 10px 0;
	}

	.mdd-muxing-wrap>.mdd-muxing-tips .part-a .txt {
		font-size: 26px;
	} */

	.mdd-info-wrap .info-part-a,
	.mdd-info-wrap .info-part-b {
		padding: 20px 30px;
	}

	.mdd-info-wrap .info-part-a:after,
	.mdd-info-wrap .info-part-b:after {
		font-size: 64px;
	}

	.mdd-js-lista>li {
		font-size: 16px;
	}

	.mdpage-mx-wrap>.left-part {
		padding-right: 60px
	}

	.mdpage-mx-wrap>.left-part .tips {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.mdpage-mx-list>li {
		padding: 14px
	}

	.mdpage-mx-list .item .txt .title {
		margin-bottom: 4px;
	}

	.mdpage-js-partb .img {
		margin-right: 50px;
	}

	.mdpage-js-partb .img .item.a {
		width: calc(50% + 60px);
	}

	.mdpage-js-partb .img .item.b {
		bottom: -50px
	}

	.mdpage-tp-wrap>.left-part {
		padding-right: 60px;
	}
}



/*===========
墓地详情首页 mddh
===========*/
.mdd-home-top {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	padding-left: 10px;
	color: var(--white);
	position: relative;
	margin-bottom: 10px;
}

.mdd-home-top .img-wrap {
	position: relative
}

.mdd-home-top .txt-wrap {
	padding-right: 20px;
	position: relative;
	z-index: 2;
	display: none
}

.mdd-home-top .txt-wrap .title {
	font-size: 28px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.mdd-home-top .txt-wrap .desc {
	font-weight: lighter;
	font-size: 14px
}

.lingyuan-swiper .swiper-slide {
	overflow: hidden;
	border-radius: 6px
}

.lingyuan-swiper img {
	transform: scale(1.04)
}

.mddh-advantage {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

.mddh-advantage>li {
	flex: 0 0 50%;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.mddh-advantage .item {
	padding: 10px 5px;
	height: 100%;
	text-align: center;
	position: relative
}

.mddh-advantage .item .img {
	margin-bottom: 6px;
}

.mddh-advantage .item .img img {
	width: 115px;
}

.mddh-advantage .item .txt .title {
	font-size: 16px;
	margin-bottom: 3px;
	letter-spacing: 1px
}

.mddh-advantage .item .txt .desc {
	color: var(--gray);
	font-size: 12px;
}

.mddh-title {
	text-align: center;
	margin-bottom: 20px;
	color: var(--dark)
}

.mddh-title .title {
	font-size: 20px;
	margin-bottom: 0;
	position: relative;
	display: inline-flex;
	padding: 0 8px;
}

.mddh-title .title::before,
.mddh-title .title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 10px;
	background-size: cover;
	top: 50%;
	margin-top: -5px;
}

.mddh-title .title::before {
	background-image: url("../img/mdi-title-leftbg.png");
	right: 100%
}

.mddh-title .title::after {
	background-image: url("../img/mdi-title-rightbg.png");
	left: 100%
}

.mddh-title .subtitle {
	opacity: .8
}

.mddh-introduction-wrap>.img {
	position: relative
}

.mddh-introduction-wrap>.img img {
	border-radius: 4px;
}

.mddh-introduction-wrap>.img .item {
	width: 70%;
}

.mddh-introduction-wrap>.img .item:last-child {
	width: 45%;
	position: absolute;
	right: 0;
	bottom: -15px
}

.mddh-introduction-wrap>.txt {
	padding-top: 30px;
}

.mddh-introduction-wrap>.txt .desc {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	text-align: justify;
	color: var(--gray);
}

.mddh-introduction-wrap>.txt .meta {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap
}

.mddh-introduction-wrap>.txt .meta>li {
	padding: 8px 5px;
	flex: 0 0 33.3333%;
	min-width: 0;
	text-align: center;
	position: relative
}

.mddh-introduction-wrap>.txt .meta>li:not(:first-child)::before {
	content: "";
	position: absolute;
	width: 1px;
	background-color: rgba(0, 0, 0, .2);
	height: 80%;
	left: 0;
	bottom: 10%
}

.mddh-introduction-wrap>.txt .meta>li .name {
	color: var(--gray)
}

.mddh-introduction-wrap>.txt .btn-wrap {
	padding-top: 15px;
	display: flex;
	justify-content: center
}

.mddh-dp-wrap .dp-item {
	background-color: var(--white);
	border-radius: 4px;
	padding: 15px 12px;
}

.mddh-dp-wrap .dp-item .txt {
	margin-bottom: 10px;
}

.mddh-dp-wrap .dp-item .user {
	display: flex;
	align-items: center
}

.mddh-dp-wrap .dp-item .user .img {
	width: 24px;
	margin-right: 10px;
}

.mddh-dp-wrap .dp-item .user .img img {
	border-radius: 50%
}

.mddh-dp-wrap .dp-item .user .name {
	color: var(--gray)
}

.mddh-kaocha {
	margin-top: 10px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #c2efe5;
}

.mddh-kaocha .img img {
	width: 100%
}

.mddh-kaocha .txt {
	padding: 5px 10px 15px;
	text-align: center
}

.mddh-kaocha .txt .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.mddh-mudi-phone {
	background-color: #f03752;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-radius: 4px;
	color: var(--white);
	position: relative;
	padding: 6px;
	text-align: center
}

.mddh-mudi-phone .img,
.mddh-mudi-phone .btn-wrap {
	display: none
}

.mddh-mudi-phone .txt .num {
	font-size: 22px;
}

.mdi-all-container {
	position: relative;
	display: flex;
	flex-direction: column
}

.mdi-all-container .normal-section {
	padding-top: 30px;
	padding-bottom: 30px;
	order: 1;
}

.mdi-all-container>*:nth-child(odd) {
	background-color: var(--light)
}

.mdi-all-container .normal-section.mdi-info {
	background: linear-gradient(180deg, #fff, var(--light));
	order: 2
}

.mdi-all-container .normal-section.wenda-section {}

.mdi-Mnav-container {
	padding: 15px 0;
	background: var(--primary);
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 4px;
}

.mdi-Mnav-container>ul {
	display: flex;
}

.mdi-Mnav-container>ul>li {
	flex: 1 0 auto;
	position: relative;
	text-align: center
}

.mdi-Mnav-container>ul>li:not(:last-child)::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}

.mdi-Mnav-container>ul>li .icon i{
	color: var(--white);
	font-size: 24px;
}

.mdi-Mnav-container>ul>li .title {
	letter-spacing: .5px
}

.mdi-Mnav-container>ul>li .title a {
	color: var(--light)
}

.mdi-Mnav-container>ul>li .title a:hover {
	color: var(--gold)
}

.mdi-friend-linkwrap {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: linear-gradient(0deg, #fff, #ddfef7)
}

.mdi-friend-linkwrap::before {
	content: "";
	background: linear-gradient(90deg, var(--primary), var(--primary-dark));
	height: 4px;
	top: 0;
	width: 100%;
	left: 0;
	position: absolute
}

.mdi-friend-link {
	position: relative;
	overflow: hidden
}

.mdi-friend-link .title {
	margin-bottom: 10px;
	text-align: center
}

.mdi-friend-link .title>span {
	display: inline-flex;
	padding: 0 10px;
	font-size: 16px;
	position: relative;
	letter-spacing: 2px;
}

.mdi-friend-link>ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	justify-content: center
}

.mdi-friend-link>ul>li {
	padding-right: 5px;
	padding-bottom: 5px;
}

.mdi-friend-link>ul>li a {
	display: block;
	line-height: 24px;
}

.mdi-wenda>li {
	padding-bottom: 10px;
}

.mdi-wenda>li>.item {
	background-color: var(--white);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
	position: relative;
	padding: 10px;
}

.mdi-wenda>li>.item .title {
	font-size: 16px;
}

.mdi-wenda>li>.item .desc {
	font-size: 12px;
	color: var(--gray);
	margin-top: 5px;
}

@media (min-width:769px) {
	.lingyuan-swiper .swiper-slide {
		border-radius: 0
	}

	.mdd-home-top {
		display: flex;
		align-items: center;
		border-radius: 6px;
		background: linear-gradient(45deg, #5dcbb2, #1f947a);
		padding-left: 0;
		margin-bottom: 0;
		overflow: hidden
	}

	.mdd-home-top::before {
		content: "";
		position: absolute;
		background-image: url("../images/lingyuan/top-bg-1.png");
		width: 100px;
		height: 30px;
		right: 10px;
		bottom: 10%;
		background-size: cover;
		z-index: 2
	}

	.mdd-home-top::after {
		content: "";
		position: absolute;
		background-image: url("../img/top-bg-2.png");
		width: 150px;
		height: 80px;
		background-size: cover;
		right: 0;
		bottom: 0;
		pointer-events: none;
		opacity: .7
	}

	.mdd-home-top .img-wrap {
		flex: 0 0 50%;
		min-width: 0;
		max-width: 600px;
	}

	.mdd-home-top .txt-wrap {
		flex-grow: 1;
		padding-left: 15px;
		padding-top: 0;
		display: block
	}

	.mdi-Mnav-container {
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
	}
}

@media (min-width:992px) {
	.mdd-home-top::before {
		width: 200px;
		height: 60px;
		top: 15px;
		bottom: auto
	}

	.mdd-home-top::after {
		width: 300px;
		height: 160px;
		border-bottom-right-radius: 4px;
	}

	.mdd-home-top .txt-wrap .title {
		font-size: 36px;
		margin-bottom: 30px;
		font-weight: 700
	}

	.mdd-home-top .txt-wrap .desc {
		font-size: 18px;
	}

	.mddh-advantage>li {
		flex-basis: 25%;
		padding-bottom: 0
	}

	.mddh-advantage .item .txt .title {
		font-size: 17px;
		font-weight: 600
	}

	.mddh-advantage .item .txt .desc {
		font-size: 14px;
	}

	.mddh-title {
		margin-bottom: 30px;
	}

	.mddh-title .title {
		font-size: 22px;
		letter-spacing: 1.5px;
	}

	.mddh-title .subtitle {
		font-size: 16px;
		font-weight: lighter;
		letter-spacing: .8px
	}

	.mddh-introduction-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 20px
	}

	.mddh-introduction-wrap>.img {
		flex: 0 0 48%;
		min-width: 0
	}

	.mddh-introduction-wrap>.img .item:last-child {
		bottom: -20px
	}

	.mddh-introduction-wrap>.txt {
		flex: 0 0 48%;
		min-width: 0;
		padding-top: 0
	}

	.mddh-introduction-wrap>.txt .desc {
		line-height: 30px;
		font-size: 16px;
		max-height: 90px;
	}

	.mddh-introduction-wrap>.txt .meta>li .detail {
		font-size: 16px;
	}

	.mddh-introduction-wrap>.txt .btn-wrap {
		padding-top: 25px;
	}

	.mddh-kaocha {
		margin-top: 30px;
		display: flex;
		align-items: center
	}

	.mddh-kaocha .img {
		flex: 0 0 45%;
		min-width: 0
	}

	.mddh-kaocha .txt {
		flex-grow: 1;
		min-width: 0;
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.mddh-kaocha .txt .title {
		margin-bottom: 0;
		font-size: 20px;
	}

	.mddh-dp-wrap .dp-item {
		padding: 20px 15px;
		display: flex;
		flex-direction: column;
		height: 100%
	}

	.mddh-dp-wrap .dp-item .txt {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.mddh-dp-wrap .dp-item .user {
		margin-top: auto
	}

	.mddh-mudi-phone {
		margin-top: 30px;
		padding: 10px 10px 10px 140px;
		text-align: left;
		max-width: 800px
	}

	.mddh-mudi-phone .img {
		display: block;
		position: absolute;
		bottom: 0;
		left: 30px;
		width: 70px;
	}

	.mddh-mudi-phone .txt {
		font-size: 16px;
		display: flex;
		align-items: center;
		letter-spacing: 1px
	}

	.mddh-mudi-phone .txt .num {
		line-height: 1.2;
		margin-left: 30px;
	}

	.mdi-all-container .normal-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mdi-all-container .normal-section.mdi-info {
		order: -1
	}

	.mdi-Mnav-container {
		display: none !important
	}

	.mdi-friend-linkwrap {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.mdi-friend-link .title {
		margin-bottom: 20px
	}

	.mdi-friend-link .title>span {
		font-size: 22px;
	}

	.mdi-friend-link>ul {
		margin-right: -10px;
	}

	.mdi-friend-link>ul>li {
		padding-right: 10px;
	}

	.mdi-friend-link>ul>li a {
		font-size: 17px;
		letter-spacing: .5px;
	}

	.mdi-wenda {
		display: flex;
		margin-right: -10px;
		flex-wrap: wrap
	}

	.mdi-wenda>li {
		padding-bottom: 10px;
		padding-right: 10px;
		flex: 0 0 50%;
		min-width: 0;
		max-width: 50%;
	}

	.mdi-wenda>li>.item {
		padding: 15px 12px;
		height: 100%;
	}

	.mdi-wenda>li>.item .title {
		font-size: 18px;
	}

	.mdi-wenda>li>.item .desc {
		font-size: 14px;
	}

}

@media (min-width:1200px) {
	.mddh-advantage .item {
		padding: 14px
	}

	.mddh-advantage .item .img {
		margin-bottom: 10px;
	}

	.mddh-advantage .item .img img {
		width: 230px;
	}

	.mdd-home-top {
		min-height: 400px
	}

	.mdd-home-top .txt-wrap {
		padding-left: 50px;
		padding-right: 50px;
	}

	.mdd-home-top .txt-wrap .title {
		font-size: 48px;
	}

	.mdd-home-top .txt-wrap .desc {
		font-size: 20px;
		line-height: 1.8
	}

	.mddh-title .title {
		font-size: 28px;
		padding: 0 15px
	}

	.mddh-title .subtitle {
		font-size: 18px;
	}

	.mddh-kaocha .txt .title {
		font-size: 26px;
		letter-spacing: 1px;
	}

	.mddh-dp-wrap .dp-item {
		padding: 20px;
	}

	.mddh-dp-wrap .dp-item .txt {
		margin-bottom: 20px;
	}

	.mdi-all-container .normal-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mdi-wenda {
		margin-right: -15px;
	}

	.mdi-wenda>li {
		padding-right: 15px;
		padding-bottom: 15px
	}

	.mdi-friend-linkwrap {
		padding-bottom: 50px
	}
}

@media (min-width:1400px) {

	.mdd-home-top .txt-wrap {
		padding-left: 80px
	}

	.mdd-home-top .txt-wrap .title {
		font-size: 52px;
	}

	.mddh-title .title {
		font-size: 32px;
	}

	.mddh-kaocha .img {
		flex-basis: 750px;
	}
}

/*===========
墓地首页 mdi
===========*/
.mdi-part-recommand {
	padding-top: 15px;
	position: relative;
	z-index: 2
}

.mdi-part-recommand::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 20px;
	background-color: var(--light);
	pointer-events: none;
	user-select: none
}

.mdi-row>.row-right {
	margin-top: 10px;
}

.mdi-cemetery-item {
	position: relative;
	background-color: var(--white)
}

.mdi-cemetery-item>.img-wrap .img {
	position: relative;
	overflow: hidden
}

.mdi-cemetery-item>.img-wrap .img img {
	width: 100%;
	display: block;
	transition: all .3s ease-in-out .1s
}

.mdi-cemetery-item>.img-wrap .img img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.mdi-cemetery-item:hover>.img-wrap .img img:nth-child(2) {
	opacity: 1;
	visibility: visible
}

.mdi-cemetery-item:hover>.img-wrap .img img:nth-child(1) {
	opacity: 0
}

.mdi-cemetery-item>.txt-wrap {
	padding: 10px 10px 15px;
}

.mdi-cemetery-item>.txt-wrap .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.mdi-cemetery-item>.txt-wrap .desc {
	font-size: 12px;
	color: var(--gray);
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.mdi-cemetery-item>.txt-wrap .meta {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.mdi-cemetery-item>.txt-wrap .meta .md-price>span {
	font-size: 22px;
}

.mdi-cemetery-item>.txt-wrap .meta .btn {
	height: 36px;
	font-size: 12px;
}

.mdi-cemetery-item>.txt-wrap .num {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #b0f2e4;
	font-size: 36px;
	font-weight: lighter;
	font-style: italic;
}

.mdi-cemetery-item>.txt-wrap .num::before {
	content: "Top";
	position: absolute;
	right: 100%;
	top: 0;
	font-size: 14px;
}

.mdi-quick-seletion {
	background-color: var(--white);
	padding: 10px 10px 0;
	position: relative;
	display: flex;
	flex-direction: column
}

.mdi-quick-seletion::before,
.mdi-quick-seletion::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-color: #b0f2e4
}

.mdi-quick-seletion::before {
	top: 0;
	height: 20px;
}

.mdi-quick-seletion::after {
	bottom: 0;
	height: 5px;
}

.mdi-quick-seletion>.title {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	color: var(--dark)
}

.mdi-quick-seletion>.title i {
	margin-right: 4px;
}

.mdi-quick-seletion>.img {
	margin-top: 15px;
	text-align: center
}

.mdi-part-hotsale {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: var(--light)
}

.mdi-mx-item {
	background-color: var(--white);
	position: relative;
	cursor: pointer;
}

.mdi-mx-item>.img {
	position: relative
}

.mdi-mx-item>.img .cemetery-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.mdi-mx-item>.img .cemetery-name a {
	display: block;
	padding: 5px;
	text-align: center;
	background-color: rgba(73, 189, 163, .9);
	color: var(--white)
}

.mdi-mx-item>.img .cemetery-name a:hover {
	background-color: var(--orange)
}

.mdi-mx-item>.txt {
	padding: 8px;
	text-align: center
}

.mdi-mx-item>.txt .title {
	font-size: 16px;
	margin-bottom: 5px;
}

.mdi-mx-item>.txt .md-price>span {
	font-size: 16px;
}

.mdi-superslid {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 350px
}

.mdi-superslid>.hd>ul {
	display: flex;
	position: relative;
}

.mdi-superslid>.hd>ul::after {
	content: "";
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: var(--dark)
}

.mdi-superslid>.hd>ul>li {
	flex: 1 0 auto;
	min-width: 0
}

.mdi-superslid>.hd>ul>li>span {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.mdi-superslid>.hd>ul>li.on>span {
	color: var(--red-light);
	font-weight: 700
}

.mdi-superslid>.hd>ul>li.on>span::after {
	content: "";
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: var(--red-light)
}

.mdi-superslid>.bd {
	padding-top: 10px;
}

.mdi-superslid>.bd>ul>li:not(:first-child) {
	display: none
}

.mdi-xmfw {
	padding-top: 20px;
	display: flex;
	margin: auto;
	max-width: 750px;
	align-items: center
}

.mdi-xmfw .img {
	flex: 0 0 182px;
}

.mdi-xmfw .txt {
	flex-grow: 1;
	min-width: 0
}

.mdi-xmfw .txt .title {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--dark)
}

.mdi-xmfw .txt .telnum {
	margin-top: 10px;
	color: var(--red-light)
}

@media (min-width:769px) {
	.mdi-cemetery-item {
		display: flex;
	}

	.mdi-cemetery-item>.img-wrap {
		flex: 0 0 50%;
		min-width: 0
	}

	.mdi-cemetery-item>.txt-wrap {
		flex-grow: 1;
		min-width: 0;
		padding: 20px;
	}

	.mdi-cemetery-item>.txt-wrap .title {
		font-size: 22px;
		font-weight: 500
	}
}

@media (min-width:992px) {
	.mdi-part-recommand {
		margin-top: 10px;
	}

	.mdi-row {
		display: flex;
		justify-content: space-between
	}

	.mdi-row>.row-left {
		flex: 0 0 65%;
		min-width: 0
	}

	.mdi-row>.row-right {
		flex: 0 0 32%;
		min-width: 0;
		margin-top: 0
	}

	.mdi-part-hotsale {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mdi-mx-item>.txt .title {
		font-size: 18px;
	}

	.mdi-superslid {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mdi-superslid>.hd>ul>li>span {
		font-size: 18px;
	}

	.mdi-superslid>.bd {
		padding-top: 20px
	}

	.mdi-xmfw {
		padding-top: 40px;
	}

	.mdi-xmfw .img {
		flex-basis: 280px;
	}

	.mdi-xmfw .txt .title {
		font-size: 28px;
	}

	.mdi-xmfw .txt .telnum {
		font-size: 20px
	}

	.mdi-cemetery-item>.img-wrap {
		flex-basis: 56%
	}
}

@media (min-width:1200px) {
	.mdi-part-hotsale {
		padding-bottom: 50px
	}

	.mdi-quick-seletion {
		padding: 15px 15px 0;
		height: 100%
	}

	.mdi-quick-seletion>.img {
		margin-top: auto
	}

	.mdi-quick-seletion::before {
		height: 30px;
	}

	.mdi-quick-seletion>.title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.mdi-part-recommand {
		margin-top: 20px;
	}

	.mdi-part-recommand::after {
		top: -10px;
	}

	.mdi-cemetery-item>.txt-wrap {
		padding: 30px 20px 20px 40px;
	}

	.mdi-cemetery-item>.txt-wrap .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.mdi-cemetery-item>.txt-wrap .desc {
		font-size: 14px;
	}

	.mdi-cemetery-item>.txt-wrap .num {
		font-size: 48px;
		bottom: -10px;
	}

	.mdi-cemetery-item>.txt-wrap .num::before {
		font-size: 18px;
		margin-right: -10px;
	}

	.mdi-superslid {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mdi-superslid>.bd {
		padding-top: 30px
	}
}

@media (min-width:1400px) {
	.mdi-cemetery-item>.txt-wrap .num {
		font-size: 68px;
	}

	.mdi-superslid {
		padding-bottom: 50px;
	}

	/* .mdi-quick-seletion>.img img {
		max-width: 375px
	} */
}

/*===========
选墓服务页 xmfw
===========*/
@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-100%);
	}
}

.mdh-top.xuanmu .sub-title,
.mdh-top.stz .sub-title {
	margin-top: 10px;
	font-size: 16px;
}

.marquee {
	white-space: nowrap;
	overflow: hidden
}

.marquee .marquee-txt {
	white-space: nowrap;
	animation: 20s linear infinite marquee;
	display: inline-block;
}

.marquee .marquee-txt .item {
	margin-right: 10px;
	display: inline-block
}

.marquee .marquee-txt .item .disc:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: var(--orange);
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block
}

.xmfw-part-a,
.xmfw-part-c {
	padding-top: 20px;
	padding-bottom: 20px;
}

.xmfw-part-a .content-block {
	background-color: #fff2f2;
	padding: 15px 15px 20px;
	position: relative;
	border-radius: 4px
}

.xmfw-ys>li {
	margin-bottom: 15px;
}

.xmfw-ys>li .item {
	position: relative;
	padding-right: 100px
}

.xmfw-ys>li .item .stitle {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--orange)
}

.xmfw-ys>li .item .desc {
	text-align: justify
}

.xmfw-ys>li .item .img {
	width: 80px;
	position: absolute;
	right: 0px;
	top: 10px;
}

.xmfw-ys>li .item .img img {
	border-radius: 0 6px;
}

.xmfw-tel-wrap {
	text-align: center;
	padding-top: 15px;
}

.xmfw-tel-wrap .tips {
	letter-spacing: 1px;
	display: inline-flex;
	padding: 0 5px;
	position: relative;
	z-index: 1
}

.xmfw-tel-wrap .tips::after {
	content: "";
	position: absolute;
	z-index: -1;
	height: 6px;
	left: 0;
	bottom: 2px;
	width: 100%;
	background: rgba(251, 139, 5, .4)
}

.xmfw-tel-wrap .telnum {
	color: var(--red-light);
	font-size: 22px;
}

.xmfw-part-b .content-block {
	background-color: #f1fffc;
}

.xmfw-part-b .content-block .txt {
	padding: 15px 10px 20px;
}

.xmfw-part-b .content-block .txt .title {
	font-size: 22px;
	color: var(--primary);
	margin-bottom: 20px;
}

.xmfw-part-b .content-block .txt .btn {
	width: 60%;
}

.xmfw-part-b .content-block .img {
	text-align: center;
	position: relative
}

.xmfw-part-b .content-block .img img {
	max-width: 310px;
}

.xmfw-part-b .content-block .img .honor-txt {
	padding: 5px 10px 15px;
	color: var(--orange)
}

.xmfw-part-b .xmfw-zytags {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px
}

.xmfw-part-b .xmfw-zytags>li {
	padding-right: 5px;
	padding-bottom: 5px;
}

.xmfw-part-b .xmfw-zytags>li>span {
	display: block;
	color: var(--white);
	background-color: var(--primary);
	padding: 3px 8px;
	border-radius: 4px;
}

.xmfw-part-b .xmfw-zytags>li>span::before {
	content: "\e62a";
	font-family: iconfont;
	margin-right: 4px;
}

.xmfw-swiper {
	overflow: visible
}

.xmfw-swiper .item {
	position: relative;
	padding-top: 22px;
}

.xmfw-swiper .item .num {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 28px;
	font-weight: lighter;
	font-style: italic;
	color: #ffaf31;
	line-height: 1
}

.xmfw-swiper .item .img img {
	border-radius: 4px;
}

.xmfw-swiper .item .title {
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
}

.xmfw-part-d {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 300px;
	background-color: var(--light)
}

@media (min-width:992px) {

	.mdh-top.xuanmu .sub-title,
	.mdh-top.stz .sub-title {
		margin-top: 20px;
		font-size: 20px;
	}

	.xmfw-part-c,
	.xmfw-part-d {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.xmfw-part-a {
		padding-top: 30px;
	}

	.xmfw-part-a .content-block {
		padding: 30px;
	}

	.xmfw-ys {
		display: flex;
		justify-content: space-between
	}

	.xmfw-ys>li {
		flex: 0 0 32%;
		min-width: 0
	}

	.xmfw-ys>li .item {
		padding-right: 120px
	}

	.xmfw-ys>li .item .stitle {
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.xmfw-ys>li .item .desc {
		font-size: 16px;
	}

	.xmfw-ys>li .item .img {
		width: 100px;
	}

	.xmfw-tel-wrap {
		padding-top: 30px;
	}

	.xmfw-tel-wrap .tips {
		font-size: 18px
	}

	.xmfw-tel-wrap .tips::after {
		height: 10px;
	}

	.xmfw-tel-wrap .telnum {
		font-size: 28px;
	}

	.xmfw-part-b .content-block {
		display: flex;
	}

	.xmfw-part-b .content-block .txt {
		flex-grow: 1;
		min-width: 0;
		padding: 30px
	}

	.xmfw-part-b .content-block .txt .title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.xmfw-part-b .content-block .img {
		flex: 0 0 50%;
		min-width: 0;
		max-width: 630px;
	}

	.xmfw-part-b .content-block .img img {
		max-width: 100%;
	}

	.xmfw-part-b .content-block .img .honor-txt {
		position: absolute;
		bottom: 0;
		right: 100%;
		width: 300px;
		text-align: right
	}

	.xmfw-part-b .xmfw-zytags {
		margin-right: -10px
	}

	.xmfw-part-b .xmfw-zytags>li {
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.xmfw-part-b .xmfw-zytags>li>span {
		padding: 3px 8px;
		border-radius: 4px;
	}

	.xmfw-part-b .content-block .txt .btn {
		width: 180px;
	}

	.xmfw-swiper .item .num {
		font-size: 36px;
	}

	.xmfw-swiper .item .title {
		font-size: 14px;
	}
}

@media (min-width:1200px) {
	.xmfw-part-c {
		padding-top: 40px;
	}

	.xmfw-part-a {
		padding-top: 40px;
	}

	.xmfw-part-d {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.xmfw-part-a .content-block {
		padding: 40px;
	}

	.xmfw-ys>li {
		margin-bottom: 20px
	}

	.xmfw-ys>li .item {
		padding-right: 160px
	}

	.xmfw-ys>li .item .stitle {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.xmfw-ys>li .item .img {
		width: 135px;
	}

	.xmfw-part-b .content-block .txt {
		padding: 40px
	}

	.xmfw-part-b .content-block .txt .title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.xmfw-part-b .content-block .img .honor-txt {
		bottom: 20px;
		font-size: 18px;
		font-weight: lighter
	}
}

@media (min-width:1400px) {
	.mdh-top.xuanmu .page-img {
		width: 500px
	}

	.mdh-top.xuanmu .sub-title,
	.mdh-top.stz .sub-title {
		margin-top: 20px;
		font-size: 22px;
	}

	.marquee .marquee-txt {
		animation: 30s linear infinite marquee;
	}

	.marquee .marquee-txt .item {
		margin-right: 15px;
	}

	.marquee .marquee-txt .item .disc:before {
		width: 15px;
		height: 15px;
	}
}

/*===========
生态葬 stz
===========*/
.stz-part-a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.stz-part-a>.desc {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.stz-part-a>.title {
	font-size: 22px;
	font-weight: 700;
	color: var(--dark)
}

.stz-hs-item {
	margin-bottom: 20px;
}

.stz-hs-item>.img {
	position: relative
}

.stz-hs-item>.img::before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(227, 85, 109, .6);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}

.stz-hs-item>.txt {
	padding-top: 10px;
	position: relative;
	padding-bottom: 20px;
}

.stz-hs-item>.txt::before,
.stz-hs-item>.txt::after,
.stz-other-item>.txt::before,
.stz-other-item>.txt::after {
	content: "";
	background-color: #e3556d;
	position: absolute;
	right: 0;
	left: 0;
	transition: height .2s ease-in-out
}

.stz-hs-item>.txt::after {
	height: 2px;
	bottom: 0;
}

.stz-hs-item:hover>.txt::after {
	height: 5px;
}

.stz-hs-item>.txt .title,
.stz-other-item>.txt .title {
	font-size: 22px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.stz-hs-item>.txt .tags,
.stz-other-item>.txt .tags {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
}

.stz-hs-item>.txt .tags>li,
.stz-other-item>.txt .tags>li {
	flex: 1 0 auto;
	padding-left: 5px;
	padding-bottom: 5px;
}

.stz-hs-item>.txt .tags>li>span,
.stz-other-item>.txt .tags>li>span {
	display: inline-flex;
	white-space: nowrap;
	padding: 0 8px;
	height: 28px;
	border-radius: 15px;
	background-color: #f99bac;
	color: var(--white);
	align-items: center;
	justify-content: center;
	width: 100%;
	line-height: 1;
	font-size: 12px;
}

.hs-tc-price {
	display: flex;
	margin-top: 10px;
}

.hs-tc-price>li {
	flex: 1 0 auto;
	text-align: center
}

.hs-tc-price>li:not(:last-child) {
	border-right: 1px solid #ccc
}

.hs-tc-price .tc-name {
	font-size: 16px;
}

.hs-price>span {
	color: #ef2d53;
	font-size: 16px;
}

.hs-price>span::before {
	content: "\ffe5";
	font-size: 12px;
}

.stz-home-list>li {
	margin-bottom: 20px;
}

.stz-other-item {
	position: relative;
	background-color: var(--white);
}

.stz-other-item>.img {
	position: relative;
	overflow: hidden
}

.stz-other-item>.img::before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(73, 189, 163, .6);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}

.stz-other-item:hover>.img::before,
.stz-hs-item:hover>.img::before {
	opacity: 1;
	visibility: visible
}

.stz-other-item>.txt {
	padding-top: 6px;
	padding-bottom: 20px;
	position: relative
}

.stz-other-item>.txt::after {
	height: 2px;
	bottom: 0;
	background-color: #558717
}

.stz-other-item:hover>.txt::after {
	height: 5px
}

.stz-other-item>.txt .tags>li>span {
	background-color: var(--primary-light)
}

.stz-tuijian-mx {
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

.stz-tuijian-mx .date {
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.stz-tuijian-mx .date::after {
	content: "";
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	left: 0;
	width: 100%;
	top: 50%;
	position: absolute
}

.stz-tuijian-mx .date>span {
	display: inline-flex;
	background-color: var(--white);
	position: relative;
	z-index: 1;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 1px
}

.stz-tuijian-mx .relation-mx {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}

.stz-tuijian-mx .relation-mx>li {
	flex: 0 0 33.3333%;
	min-width: 0;
	max-width: 33.3333%;
	padding-left: 5px;
	padding-right: 5px;
}

.stz-tuijian-mx .relation-mx>li .item {
	text-align: center;
	position: relative
}

.stz-tuijian-mx .relation-mx>li .item .img img {
	border-radius: 4px;
}

.stz-tuijian-mx .relation-mx>li .item .txt {
	padding-top: 8px;
}

.stz-tuijian-mx .relation-mx>li .item .txt .mx-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

.stz-tuijian-mx .relation-mx>li .item .txt .cemetery {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--gray)
}

@media (min-width:769px) {

	.stz-hs-item,
	.stz-other-item {
		display: flex;
	}

	.stz-hs-item>.img,
	.stz-other-item>.img {
		flex: 0 0 40%;
		min-width: 0
	}

	.stz-hs-item>.txt,
	.stz-other-item>.txt {
		flex-grow: 1;
		min-width: 0;
		padding-left: 20px;
		padding-top: 20px;
	}

	.stz-hs-item>.txt::before,
	.stz-other-item>.txt::before {
		height: 2px;
		top: 0;
		left: 20px;
	}

	.stz-hs-item:hover>.txt::before,
	.stz-other-item:hover>.txt::before {
		height: 4px;
	}

	.stz-hs-item>.txt::after {
		left: 20px;
	}

	.stz-other-item>.txt::before {
		background-color: #558717
	}
}

@media (min-width:992px) {
	.stz-part-a {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.stz-part-a>.desc {
		font-size: 18px;
	}

	.stz-part-a>.title {
		font-size: 28px;
	}

	.stz-hs-item {
		margin-bottom: 40px;
	}

	.stz-hs-item>.txt .title,
	.stz-other-item>.txt .title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.stz-hs-item>.txt .tags>li>span,
	.stz-other-item>.txt .tags>li>span {
		font-size: 14px;
	}

	.stz-home-list>li {
		margin-bottom: 30px;
	}

	.stz-other-item>.txt .tags>li {
		flex-grow: 0
	}

	.stz-other-item>.txt .tags>li>span {
		padding: 0 16px;
	}

	.stz-tuijian-mx .relation-mx>li .item {
		display: flex;
		text-align: left
	}

	.stz-tuijian-mx .relation-mx>li .item .img {
		flex: 0 0 40%;
		min-width: 0;
		max-width: 100px;
	}

	.stz-tuijian-mx .relation-mx>li .item .txt {
		padding-top: 0;
		padding-left: 12px;
		flex-grow: 1;
		min-width: 0
	}

	.stz-tuijian-mx .relation-mx>li .item .txt .cemetery {
		font-size: 12px;
	}
}

@media (min-width:1200px) {

	.stz-hs-item>.txt,
	.stz-other-item>.txt {
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		display: flex;
		flex-direction: column
	}

	.stz-hs-item>.txt::after,
	.stz-other-item>.txt::after,
	.stz-other-item>.txt::before {
		left: 30px
	}

	.stz-hs-item>.txt .title,
	.stz-other-item>.txt .title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.hs-tc-price,
	.stz-tuijian-mx {
		margin-top: auto;
	}

	.hs-tc-price .tc-name {
		font-size: 18px;
	}

	.hs-tc-price .hs-price>span {
		font-size: 18px;
	}

	.stz-tuijian-mx .date {
		margin-bottom: 25px;
	}

	.stz-tuijian-mx .date>span {
		font-size: 16px;
	}

	.stz-tuijian-mx .relation-mx>li .item .txt {
		display: flex;
		flex-direction: column
	}

	.stz-tuijian-mx .relation-mx>li .item .txt .mx-title {
		font-size: 16px;
	}

	.stz-tuijian-mx .relation-mx>li .item .txt .md-price {
		margin-top: auto
	}

	.stz-tuijian-mx .relation-mx>li .item .txt .md-price>span {
		font-size: 18px
	}
}

@media (min-width:1400px) {
	.stz-home-list>li {
		margin-bottom: 50px;
	}

	.stz-hs-item {
		margin-bottom: 60px
	}

	.mdh-top.stz .page-img {
		width: 496px;
	}

	.stz-part-a {
		padding-bottom: 40px;
	}

	.stz-part-a>.title {
		font-size: 40px;
		letter-spacing: 3px;
	}
}

/*===========
购墓问答 wenda
===========*/
.wenda-top .page-title-wrap .title:after {
	background-color: var(--gold)
}

.wenda-top .page-img {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0
}

.sousuo-tiwen {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
	max-width: 680px;
	padding-left: 1px
}

.sousuo-tiwen .ss {
	flex-grow: 1;
	min-width: 0;
	margin-right: 10px;
	position: relative;
}

.sousuo-tiwen .ss .form-control {
	border-radius: 20px;
}

.sousuo-tiwen .ss .btn {
	position: absolute;
	right: 0;
	top: 0;
}

.wenda-home-main {
	padding-top: 20px;
	padding-bottom: 40px;
}

.wenda-item {
	position: relative;
	display: flex;
	padding: 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	transition: box-shadow .3s ease-in-out
}

.wenda-item:hover {
	box-shadow: 0 0 0 2px #49bda3
}

.wenda-item>.touxiang {
	flex: 0 0 24px;
	margin-right: 10px;
	padding-top: 4px;
}

.wenda-item>.touxiang img {
	border-radius: 12px;
}

.wenda-item>.txt {
	flex-grow: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.wenda-item>.txt .title {
	font-size: 16px;
	margin-bottom: 6px;
}

.wenda-item>.txt .desc {
	font-size: 11px;
	color: var(--gray);
	margin-bottom: 6px
}

.wenda-item>.txt .meta {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #666;
}

.wenda-item>.txt .meta>li::before,
.wenda-q-wrap .basic-info .meta .date::before,
.wenda-q-wrap .basic-info .meta .num::before {
	font-family: iconfont;
	margin-right: 3px;
}

.wenda-item>.txt .meta .author {
	margin-right: 15px;
}

.wenda-item>.txt .meta .num::before {
	content: "\e697"
}

.wenda-item>.txt .meta .date::before,
.wenda-q-wrap .basic-info .meta .date::before {
	content: "\e8b8"
}

.wenda-item>.txt .meta .num {
	margin-left: auto
}

.wenda-xq-main {
	position: relative;
}

.wenda-xq-main::before,
.wenda-xq-other::after,
.wenda-q-wrap::after {
	content: "";
	height: 2px;
	background-color: var(--dark);
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

.wenda-q-wrap {
	position: relative;
	padding-bottom: 30px;
}

.wenda-q-wrap::before,
.wenda-a-wrap::before {
	content: "Q";
	font-size: 108px;
	position: absolute;
	color: rgba(0, 0, 0, .08);
	line-height: 1;
	right: 0;
	top: 10px;
	pointer-events: none;
	z-index: -1
}

.wenda-q-wrap::after {
	top: auto;
	bottom: 0
}

.wenda-q-wrap .basic-info {
	padding-top: 20px;
	color: var(--dark);
	padding-bottom: 20px;
}

.wenda-q-wrap .basic-info .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5
}

.wenda-q-wrap .basic-info .meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.wenda-q-wrap .basic-info .meta .img {
	flex: 0 0 24px;
	margin-right: 10px;
}

.wenda-q-wrap .basic-info .meta .img img {
	border-radius: 12px;
}

.wenda-q-wrap .basic-info .meta .date {
	margin-left: 15px;
}

.wenda-q-wrap .basic-info .meta .num {
	margin-left: auto
}

.wenda-q-wrap .basic-info .meta .num:before {
	content: "\e6af"
}

.wenda-q-wrap .basic-info .desc {
	color: var(--gray);
	padding: 10px;
	background-color: rgba(0, 0, 0, .08);
	position: relative
}

.wenda-q-wrap .basic-info .desc::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 6px;
	left: 6px;
	bottom: 100%;
	border-bottom: 6px solid #ccc;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.wenda-q-wrap .basic-info .btn-wrap {
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wenda-q-wrap .basic-info .btn-wrap .btn {
	min-width: 150px
}

.wenda-q-wrap .basic-info .btn-wrap .tips {
	color: var(--gray);
	font-size: 12px;
}

.tsx-pingjia-modal {
	display: none
}

.dialog-message {
	background-color: var(--white);
	width: 100%;
	max-width: 900px;
	position: relative;
	text-align: left
}

.dialog-message .close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px;
	cursor: pointer;
	background-color: var(--secondary-light)
}

.tsx-pingjia-content {
	padding: 15px 15px 25px;
}

.tsx-pingjia-content .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.tsx-pingjia-content .desc {
	color: var(--gray);
	font-size: 12px;
	margin-bottom: 15px;
}

.tsx-pingjia-content .baidu-editor-wrap {
	position: relative;
	min-height: 300px
}


.wenda-q-wrap .relation-info .item {
	display: flex;
	position: relative
}

.wenda-q-wrap .relation-info .item .img {
	flex: 0 0 140px;
	margin-right: 10px;
}

.wenda-q-wrap .relation-info .item .img img {
	border-radius: 3px;
}

.wenda-q-wrap .relation-info .item .txt {
	flex-grow: 1;
	min-width: 0
}

.wenda-q-wrap .relation-info .item .txt .title {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: -3px;
	font-weight: 700
}

.wenda-q-wrap .relation-info .item .txt .desc {
	color: var(--gray);
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.wenda-q-wrap .relation-info .item .txt .btn-wrap {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between
}

.wenda-q-wrap .relation-info .item .txt .btn-wrap .btn {
	height: 34px;
}

.wenda-a-wrap {
	position: relative;
	padding-top: 20px;
}

.wenda-a-wrap::before {
	content: "A";
}

.wenda-ask-item .ask-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.wenda-ask-item .ask-info .img {
	flex: 0 0 48px;
	min-width: 0;
	margin-right: 10px;
}

.wenda-ask-item .ask-info .img img {
	border-radius: 24px;
}

.wenda-ask-item .ask-info .txt .name {
	display: flex;
	align-items: center
}

.wenda-ask-item .ask-info .txt .name a {
	font-size: 16px;
	font-weight: 700
}

.wenda-ask-item .ask-info .txt .name span {
	margin-left: 10px;
	font-size: 12px;
}

.wenda-ask-item .ask-info .txt .date {
	font-size: 11px;
	color: var(--gray)
}

.wenda-ask-item>ul>li {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--gray);
	margin-bottom: 15px
}

.wenda-ask-item.c-b>ul>li:last-child {
	border-bottom-width: 0;
}

.wenda-xq-other {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wenda-sousuo-tips {
	margin-bottom: 15px;
	color: var(--gray)
}

.wenda-sousuo-tips span {
	color: var(--red-light)
}

@media (min-width:992px) {
	.wenda-home-main {
		padding-top: 30px;
	}

	.wenda-top .page-img {
		display: block;
		pointer-events: none !important;
		user-select: none;
		width: 280px;
	}

	.sousuo-tiwen {
		margin-bottom: 20px;
		padding-left: 2px;
	}

	.sousuo-tiwen .ss {
		margin-right: 20px;
	}

	.sousuo-tiwen .tw .btn {
		width: 140px;
	}

	.sousuo-tiwen .ss .form-control,
	.sousuo-tiwen .btn {
		border-radius: 22px;
		height: 44px;
		font-size: 16px;
	}

	.wenda-item {
		height: 100%
	}

	.wenda-item>.touxiang {
		flex-basis: 36px;
		margin-right: 20px
	}

	.wenda-item>.touxiang img {
		border-radius: 18px;
	}

	.wenda-item>.txt .title {
		font-size: 18px;
	}

	.wenda-item>.txt .desc {
		font-size: 14px;
		margin-bottom: 10px
	}

	.wenda-item>.txt .meta {
		margin-top: auto
	}

	.wenda-xq-main {
		display: flex;
	}

	.wenda-q-wrap {
		flex: 0 0 38%;
		min-width: 0;
		margin-right: 20px
	}

	.wenda-q-wrap::after {
		display: none
	}

	.wenda-a-wrap {
		flex-grow: 1;
		min-width: 0;
		padding-top: 30px
	}

	.wenda-q-wrap .basic-info {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.wenda-q-wrap .basic-info .title {
		font-size: 26px;
		font-weight: 500;
		margin-bottom: 30px;
	}

	.wenda-q-wrap .basic-info .meta .img {
		flex-basis: 32px;
	}

	.wenda-q-wrap .basic-info .meta .img img {
		border-radius: 16px;
	}

	.wenda-ask-item>ul>li {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.wenda-xq-other {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.wenda-q-wrap .relation-info {
		padding-top: 10px;
	}

	.wenda-sousuo-tips {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

@media (min-width:1200px) {
	.wenda-top .page-img {
		width: 480px
	}

	.wenda-q-wrap {
		margin-right: 40px;
	}

	.wenda-q-wrap::before,
	.wenda-a-wrap::before {
		font-size: 158px;
	}

	.wenda-a-wrap::after {
		content: "";
		position: absolute;
		left: -20px;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: var(--dark)
	}

	.wenda-q-wrap .relation-info .item .img {
		flex-basis: 160px;
		margin-right: 20px;
	}

	.wenda-q-wrap .relation-info .item .txt .title {
		font-size: 20px;
	}

	.wenda-q-wrap .relation-info .item .txt .desc {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.wenda-q-wrap .relation-info .item .txt .btn-wrap {
		justify-content: flex-start
	}

	.wenda-q-wrap .relation-info .item .txt .btn-wrap .btn+.btn {
		margin-left: 15px;
	}

	.wenda-ask-item .ask-info .txt .name a {
		font-size: 17px;
	}
}

@media (min-width:1400px) {
	.wenda-home-main {
		padding-bottom: 60px;
	}

	.sousuo-tiwen {
		margin-bottom: 30px
	}

	.wenda-item {
		padding: 15px;
	}

	.wenda-item>.txt .title {
		font-size: 20px;
	}

	.wenda-q-wrap {
		margin-right: 60px;
	}

	.wenda-a-wrap::after {
		left: -30px;
	}

	.wenda-xq-other {
		padding-bottom: 40px;
	}
}

/*===========
殡葬服务 binyi
===========*/
.binyi-top-wrap {
	background-image: url("../images/binyi/topbgM.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #f7eae1
}

.binyi-top {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 20px;
	color: var(--dark)
}

.binyi-top .title {
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.binyi-top .title>span,
.binyi-top .desc .txt>span {
	position: relative;
	z-index: 1
}

.binyi-top .title>span::after,
.binyi-top .desc .txt>span::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 25%;
	background: linear-gradient(90deg, rgba(255, 139, 104, 1), rgba(255, 139, 104, 0));
	border-radius: 6px;
}

.binyi-top .subtitle {
	font-size: 24px;
	margin-bottom: 15px;
}

.binyi-top .subtitle>span {
	margin-left: 5px;
	color: var(--secondary)
}

.binyi-top .desc {
	font-size: 22px;
	background-color: rgba(255, 255, 255, .68);
	padding: 12px 0 0;
	border-radius: 4px;
	letter-spacing: 1px;
}

.binyi-top .desc .txt>span::after {
	background: linear-gradient(90deg, #ffd144, rgba(255, 255, 255, 0));
	height: 30%;
	bottom: 0
}

.binyi-top .desc>.img {
	position: relative
}

.binyi-top .desc>.img img {
	width: 120px;
	position: relative;
	z-index: 2
}

.binyi-top .desc>.img:before,
.binyi-top .desc>.img:after {
	position: absolute;
	bottom: 38px;
	font-size: 85%;
	color: var(--secondary)
}

.binyi-top .desc>.img:before {
	content: "60\5206\949f\62b5\8fbe";
	left: 10px;
}

.binyi-top .desc>.img:after {
	content: "\4ec5\9700 2800\5143";
	right: 10px;
}

.binyi-mainwrap {
	background-color: var(--light);
}

.binyi-mainwrap>.binyi-block {
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 200px;
}

.binyi-mainwrap>*:nth-child(even) {
	background-color: var(--white);
}

.binyi-title {
	text-align: center;
	margin-bottom: 20px;
}

.binyi-title .title {
	font-size: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.binyi-title .subtitle {
	margin-top: 4px;
	opacity: .8
}

.binyi-byg-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -4px;
	margin-left: -4px;
}

.binyi-byg-list>li {
	flex: 0 0 33.3333%;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 12px;
}

.binyi-byg-list>li:nth-child(-n+2) {
	flex-basis: 50%
}

.binyi-byg-list>li .item .desc {
	display: none
}

.binyi-byg-list>li .item .desc img {
	width: 90px;
	border-radius: 3px;
}

.binyi-byg-list>li:nth-child(-n+2) .item .desc {
	display: block
}

.binyi-byg-list .item {
	text-align: center;
	position: relative
}

.binyi-byg-list .item .img img {
	border-radius: 4px;
}

.binyi-byg-list .item .txt {
	padding-top: 6px;
}

.binyi-byg-list .item .txt .title {
	font-size: 16px;
}

.binyi-btn {
	width: 200px;
	letter-spacing: 1px;
	font-weight: 700
}

.ytl-tc-container {
	background-color: var(--white);
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .2);
}

.ytl-tc-container .tc-dx {
	color: var(--white);
	background-color: #4e7ca1;
	text-align: center;
	padding: 8px;
	font-size: 18px;
	font-weight: 700
}

.ytl-tc-container .tc-name {
	color: #4e7ca1;
	font-size: 16px;
	text-align: center;
	padding: 15px 10px;
	line-height: 1;
}

.ytl-tc-container .img-txt-item {
	padding: 0 10px;
	display: flex;
}

.ytl-tc-container .img-txt-item>.img-wrap {
	flex: 0 0 120px;
	min-width: 0;
	margin-right: 10px;
}

.ytl-tc-container .img-txt-item>.img-wrap img {
	border-radius: 4px;
}

.ytl-tc-container .img-txt-item>.txt-wrap {
	flex-grow: 1;
	min-width: 0;
	margin-top: -3px;
}

.ytl-tc-container .img-txt-item>.txt-wrap .fuwu-price>span {
	font-size: 20px;
}

.ytl-tc-container .img-txt-item>.txt-wrap .tips {
	font-size: 12px;
	line-height: 22px;
}

.ytl-tc-container .img-txt-item>.txt-wrap .tips:before {
	content: "\e647";
	font-family: iconfont;
	margin-right: 3px;
}

.ytl-tc-container .show-more {
	text-align: center;
	padding: 10px 0 20px
}

.ytl-tc-container.c-2 .tc-dx {
	background-color: #207f4c;
}

.ytl-tc-container.c-2 .tc-name {
	color: #207f4c;
}

.ytl-tc-container.c-3 .tc-dx {
	background-color: #7e1671;
}

.ytl-tc-container.c-3 .tc-name {
	color: #7e1671;
}

.binyi-team>.txt {
	position: relative;
	margin-bottom: 15px;
	font-size: 15px;
	padding-left: 25px;
	color: var(--gray)
}

.binyi-team>.txt:before {
	content: "";
	height: 100%;
	top: 30%;
	width: 3px;
	left: 8px;
	background-color: var(--red);
	position: absolute
}

.binyi-team>.img img {
	border-radius: 6px;
}

.binyi-team>.img img:first-child {
	display: none
}

.binyi-wenzhan-item {
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, .08);
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all .3s ease-in-out
}

.binyi-wenzhan-item:hover {
	border-color: var(--primary-light)
}

.binyi-wenzhan-item .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.binyi-wenzhan-item .desc {
	color: var(--gray);
	font-size: 11px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-top: auto;
}

.binyi-swiper {
	overflow: visible
}

.binyi-swiper .txt {
	padding-top: 10px;
	text-align: center
}

.binyi-swiper .img img {
	width: 100%;
	border-radius: 4px;
}

.binyi-qita {
	position: relative;
	display: flex;
}

.binyi-qita>.img {
	flex: 0 0 50%;
	margin-right: 12px
}

.binyi-qita>.txt {
	flex-grow: 1;
	min-width: 0
}

.binyi-qita>.txt .title {
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: 700
}

.binyi-qita>.txt .desc {
	font-size: 12px;
	color: var(--gray)
}

@media (min-width:992px) {
	.binyi-top-wrap {
		background-image: url("../images/binyi/topbg.jpg");
	}

	.binyi-top {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.binyi-top .title {
		font-size: 36px;
	}

	.binyi-top .subtitle {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.binyi-top .desc {
		display: flex;
		font-size: 24px;
		align-items: center;
		padding: 0 18px 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}

	.binyi-top .desc .txt {
		flex-grow: 1;
		min-width: 0;
		line-height: 1.8;
		letter-spacing: 1px;
	}

	.binyi-top .desc>.img {
		flex: 0 0 480px;
		min-width: 0
	}

	.binyi-top .desc>.img img {
		width: 160px;
	}

	.binyi-top .desc>.img:before,
	.binyi-top .desc>.img:after {
		bottom: 50px;
	}

	.binyi-title .title {
		font-size: 24px;
	}

	.binyi-title .subtitle {
		font-size: 18px;
	}

	.binyi-mainwrap>.binyi-block {
		padding-top: 30px;
		padding-bottom: 40px
	}

	.binyi-byg-list>li,
	.binyi-byg-list>li:nth-child(-n+2) {
		flex-basis: 20%;
		padding-bottom: 20px;
	}

	.binyi-byg-list>li .item .desc {
		display: block;
		margin-top: 5px;
	}

	.binyi-byg-list>li .item .desc img {
		width: 135px;
	}

	.binyi-byg-list .item .txt {
		padding-top: 10px
	}

	.binyi-byg-list .item .txt .title {
		font-size: 18px;
	}

	.binyi-btn {
		font-size: 18px;
		height: 44px;
		border-radius: 22px;
		width: 240px;
		font-weight: 600
	}

	.binyi-team {
		display: flex;
		align-items: flex-end
	}

	.binyi-team>.txt {
		flex: 0 0 240px;
		min-width: 0;
		padding-right: 20px;
		padding-left: 0;
		font-size: 18px;
		font-weight: lighter;
		line-height: 1.8
	}

	.binyi-team>.txt:before {
		height: 3px;
		top: -15px;
		width: 100px;
		left: auto;
		right: -30px;
	}

	.binyi-team>.img {
		flex-grow: 1;
		min-width: 0
	}

	.binyi-team>.img img:first-child {
		display: block
	}

	.binyi-team>.img img:last-child {
		display: none
	}

	.binyi-wenzhan-item {
		padding: 15px;
		height: 100%
	}

	.binyi-wenzhan-item .title {
		font-size: 18px;
	}

	.binyi-wenzhan-item .desc {
		font-size: 12px;
		line-height: 20px;
		max-height: 40px;
	}
}

@media (min-width:1200px) {
	.binyi-top .title {
		font-size: 40px;
		letter-spacing: 4px;
	}

	.binyi-top .subtitle {
		font-size: 32px;
	}

	.binyi-top .desc {
		font-size: 28px;
		padding: 0 20px 0;
	}

	.binyi-title {
		margin-bottom: 30px;
	}

	.binyi-title .title {
		font-size: 28px;
	}

	.binyi-byg-list {
		margin-right: -10px;
		margin-left: -10px;
	}

	.binyi-byg-list>li {
		padding-right: 10px;
		padding-left: 15px;
	}

	.binyi-byg-list .item .txt .title {
		font-size: 20px;
		font-weight: 600
	}

	.binyi-team>.txt {
		flex-basis: 300px;
		padding-right: 30px;
	}

	.binyi-swiper {
		overflow: hidden
	}

	.binyi-qita {
		background-color: var(--white)
	}

	.binyi-qita>.txt {
		padding: 15px
	}

	.binyi-qita>.txt .title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.binyi-qita>.txt .desc {
		font-size: 16px;
	}
}

@media (min-width:1400px) {
	.binyi-top {
		padding-top: 60px;
	}

	.binyi-mainwrap>.binyi-block {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.binyi-title .title {
		font-size: 32px;
	}

	.ytl-tc-container .tc-dx {
		font-size: 22px;
		font-weight: 500
	}

	.ytl-tc-container .tc-name {
		font-size: 18px;
		padding: 20px 10px;
	}

	.ytl-tc-container .img-txt-item {
		padding: 0 15px;
	}

	.ytl-tc-container .img-txt-item>.img-wrap {
		flex-basis: 150px;
		margin-right: 20px;
	}

	.ytl-tc-container .img-txt-item>.txt-wrap .fuwu-price>span {
		font-size: 24px;
	}

	.ytl-tc-container .img-txt-item>.txt-wrap .tips {
		font-size: 14px;
	}

	.ytl-tc-container .show-more {
		padding: 20px 0 20px
	}

	.binyi-team>.txt {
		flex-basis: 400px;
		padding-right: 40px;
	}
}

/*===========
首页
===========*/
.home-part-swiper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-bottom: 10px;
}

.home-part-swiper .swiper-slide {
	width: 100%;
	max-width: 1200px
}

.home-part-swiper .swiper-slide img {
	width: 100%;
	transition: all .8s ease-in-out .1s;
	filter: blur(8px)
}

.home-part-swiper .swiper-slide a {
	display: flex;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.home-part-swiper .swiper-slide a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	transition: all .3s ease-in-out .1s
}

.home-part-swiper .swiper-slide.swiper-slide-active a:before,
.home-part-swiper .swiper-slide a:hover:before {
	opacity: 0
}

.home-part-swiper .swiper-slide.swiper-slide-active a:hover img {
	transform: scale(1.04)
}

.home-part-swiper .swiper-slide.swiper-slide-active img,
.home-part-swiper .swiper-slide:hover img {
	filter: blur(0)
}

.home-title-wrap {
	margin-bottom: 20px;
	text-align: center
}

.home-title-wrap>.title {
	font-size: 22px;
	position: relative;
	z-index: 2;
	display: inline-flex;
	letter-spacing: 1px;
	color: var(--dark);
	margin-bottom: 0
}

.home-title-wrap>.title:after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
	height: 8px;
	left: 0;
	right: 0;
	bottom: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), #80dec9, rgba(255, 255, 255, 0))
}

.home-title-wrap>.subtitle {
	margin-top: 6px;
	font-weight: lighter;
	color: var(--gray)
}

.home-title-wrap.c-b {
	text-align: left
}

.home-title-wrap.c-b>.title:after {
	display: none
}

.home-part-ly {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: var(--light)
}

.home-ly-item {
	position: relative;
}

.home-ly-item>.img-wrap {
	position: relative
}

.home-ly-item>.img-wrap>.leibie {
	position: absolute;
	left: 4px;
	bottom: 4px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap
}

.home-ly-item>.img-wrap>.leibie>span {
	font-size: 11px;
	display: block;
	padding: 2px 4px;
	background-color: rgba(73, 189, 163, .9);
	border-radius: 3px;
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 3px;
	margin-right: 3px
}

.home-ly-item>.img-wrap>.num {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: #e9cf5e;
	z-index: 3;
	line-height: 1;
	pointer-events: none
}

.home-ly-item>.img-wrap>.img {
	position: relative;
	overflow: hidden
}

.home-ly-item>.img-wrap>.img img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in-out .04s
}

.home-ly-item:hover>.img-wrap>.img img:nth-child(2) {
	opacity: 1;
	visibility: visible
}

.home-ly-item>.txt-wrap {
	padding-top: 10px;
}

.home-ly-item>.txt-wrap .title-wrap {
	display: flex;
	justify-content: space-between
}

.home-ly-item.xmfw>.txt-wrap .title-wrap {
	justify-content: center
}

.home-ly-item>.txt-wrap .title {
	font-size: 16px;
}

.home-ly-item>.txt-wrap .title-wrap .num {
	font-size: 14px;
	color: #ecb566;
	font-style: italic;
	position: relative;
	z-index: 1;
	padding-right: 5px;
	margin-top: -5px
}

.home-ly-item>.txt-wrap .title-wrap .num:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -5px;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #ffefca, rgba(255, 255, 255, 0))
}

.home-ly-item>.txt-wrap .desc {
	display: none
}

.home-ly-item>.txt-wrap .meta-a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 6px;
}

.home-ly-item>.txt-wrap .meta-a .district {
	font-size: 11px;
	background-color: rgba(202, 202, 202, .4);
	line-height: 20px;
	padding: 0 6px;
	border-radius: 3px;
}

.home-more-btn {
	text-align: center;
	padding-top: 20px;
}

.home-more-btn a {
	display: inline-flex;
	height: 38px;
	align-items: center;
	justify-content: center;
	width: 160px;
	border-radius: 20px;
	border: 2px solid var(--dark);
	background-color: var(--white);
	transition: all .2s ease-in-out
}

.home-more-btn a:hover {
	color: var(--white);
	background-color: var(--dark)
}

.home-part-wenhua {
	padding-bottom: 20px;
	padding-top: 20px;
}

.home-baike {
	display: flex;
}

.home-baike>.img {
	flex: 0 0 36%;
	margin-right: 12px;
	min-width: 0;
	overflow: hidden;
	border-radius: 4px;
	position: relative
}

.home-baike>.img img {
	transform: scale(1.04)
}

.home-baike>.txt {
	flex-grow: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.home-baike>.txt .title {
	font-size: 15px;
	margin-top: -3px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-baike>.txt .meta {
	font-size: 11px;
	color: var(--gray);
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	letter-spacing: .5px
}

.home-baike>.txt .desc {
	font-size: 11px;
	color: var(--gray);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-top: auto;
}

.home-wenhua-swiper .swiper-wrapper {
	padding-bottom: 20px;
}

.home-wenhua-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0
}

.home-part-stz,
.home-part-link {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-part-info {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: var(--light);
	min-height: 400px;
}

.home-fuwu-item {
	background-color: var(--white);
	display: flex;
	align-items: center;
	position: relative
}

.home-fuwu-item>.img {
	flex: 0 0 50%;
	min-width: 0;
}

.home-fuwu-item>.txt {
	padding: 0 15px;
	flex-grow: 1;
	min-width: 0
}

.home-fuwu-item>.txt .title {
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: 700
}

.home-fuwu-item>.txt .desc {
	font-size: 11px;
	color: var(--gray)
}

.home-fuwu-item>.txt .btn-wrap {
	margin-top: 5px;
}

.home-fuwu-item>.txt .btn-wrap a {
	display: inline-flex;
	position: relative;
	z-index: 1;
	height: 32px;
	align-items: center;
	font-size: 12px
}

.home-fuwu-item>.txt .btn-wrap a:after {
	content: "";
	position: absolute;
	bottom: 10%;
	height: 30%;
	left: 0;
	width: 100%;
	background-color: #ffeea4;
	border-radius: 8px;
	z-index: -1
}

.home-wenda-title {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.home-wenda-title>.title {
	font-size: 22px;
	color: var(--dark)
}

.home-wenda-wrap {
	background-color: var(--white);
	height: 100%;
	padding: 10px 15px 25px;
	position: relative
}

.home-wenda-wrap:before,
.home-wenda-wrap:after {
	content: "";
	position: absolute;
	background-color: #ffeea4;
	left: 0;
	width: 100%;
}

.home-wenda-wrap:before {
	height: 25px;
	top: 0;
}

.home-wenda-wrap:after {
	height: 5px;
	bottom: 0;
}

.home-wenda-wrap .speak-man {
	position: absolute;
	right: -5px;
	bottom: -20px;
	width: 65px;
	z-index: 2
}

.home-wenda-list {}

.home-wenda-list>li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.home-wenda-list>li a {
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.home-wenda-list>li a:before {
	content: "\e73b";
	font-family: iconfont;
	position: absolute;
	left: 0;
	opacity: .5;
	font-size: 14px;
	top: 10px;
}

.home-stz-list>li .item {
	display: flex;
	align-items: center;
	position: relative
}

.home-stz-list>li .item>.img {
	flex: 0 0 50%;
	min-width: 0;
	position: relative
}

.home-stz-list>li .item>.img::before {
	content: "";
	position: absolute;
	background-color: rgba(73, 189, 163, .6);
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out .1s;
	pointer-events: none
}

.home-stz-list>li .item:hover>.img::before {
	opacity: 1;
	visibility: visible
}

.home-stz-list>li .item>.txt {
	padding: 15px;
	flex-grow: 1;
	min-width: 0;
	position: relative
}

.home-stz-list>li .item>.txt::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #e0dc8d;
	left: 0
}

.home-stz-list>li:nth-child(1) .item>.txt::after {
	background-color: #ffc8d4
}

.home-stz-list>li:nth-child(2) .item>.txt::after {
	background-color: #89c43c
}

.home-stz-list>li .item>.txt .title {
	font-size: 18px;
}

.home-stz-list>li:nth-child(2) .item>.img {
	order: 13
}

.home-stz-list>li:nth-child(2) .item>.txt {
	text-align: right
}

.link-ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-bottom: -8px;
}

.link-ul>li {
	padding-left: 5px;
	padding-bottom: 8px;
}

@media (min-width:992px) {
	.home-part-swiper {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.home-part-swiper .swiper-slide a {
		border-radius: 6px;
	}

	.home-title-wrap {
		margin-bottom: 30px;
	}

	.home-title-wrap>.title {
		font-size: 28px;
	}

	.home-title-wrap>.subtitle {
		font-size: 16px;
	}

	.home-part-wenhua {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.home-part-ly,
	.home-part-info,
	.home-part-stz,
	.home-part-link {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.home-wenhua-swiper .swiper-wrapper {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 0
	}

	.home-wenhua-swiper .swiper-slide {
		width: 33.3333%;
		flex: 0 0 33.3333%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.home-fuwu-item>.img {
		flex-basis: 70%;
		max-width: 510px;
	}

	.home-wenda-title>.title {
		font-size: 26px;
	}

	.home-stz-list {
		display: flex;
		padding-bottom: 20px;
	}

	.home-stz-list>li {
		flex: 0 0 33.3333%;
		min-width: 0
	}

	.home-stz-list>li .item {
		display: flex;
		align-items: center;
		position: relative
	}

	.home-stz-list>li .item>.img {
		flex-basis: 60%
	}

	.home-stz-list>li .item>.img img,
	.home-stz-list>li .item>.img::before {
		border-radius: 4px;
	}

	.home-stz-list>li .item>.txt::after {
		width: 90%
	}

	.home-stz-list>li .item>.txt .title {
		font-size: 22px;
	}

	.home-stz-list>li:nth-child(2) .item>.img {
		order: -1
	}

	.home-stz-list>li:nth-child(2) .item>.txt {
		text-align: left
	}

	.link-ul {
		margin-left: -10px;
		margin-bottom: -10px;
	}

	.link-ul>li {
		padding-left: 10px;
		padding-bottom: 10px;
	}
}

@media (min-width:1200px) {
	.star-home-swiper {
		overflow: visible
	}

	.home-title-wrap>.title {
		font-size: 32px;
		letter-spacing: 2px
	}

	.home-title-wrap>.title:after {
		height: 12px
	}

	.home-title-wrap>.subtitle {
		font-size: 18px;
		margin-top: 10px;
	}

	.home-ly-item>.img-wrap>.num {
		font-size: 24px;
		top: 10px;
		right: 10px
	}

	.home-ly-item>.img-wrap>.leibie {
		left: 10px;
	}

	.home-ly-item>.img-wrap>.leibie>span {
		font-size: 14px;
		padding: 3px 6px;
	}

	.home-ly-item>.txt-wrap .title {
		font-size: 18px;
	}

	.home-ly-item>.txt-wrap .title-wrap .num {
		font-size: 16px
	}

	.home-ly-item>.txt-wrap .desc {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 6px;
		color: var(--gray)
	}

	.home-ly-item>.txt-wrap .meta-a {
		margin-top: 10px;
	}

	.home-ly-item>.txt-wrap .meta-a .district {
		font-size: 12px;
		line-height: 24px;
	}

	.home-ly-item>.txt-wrap .meta-a .md-price {
		line-height: 1
	}

	.home-ly-item>.txt-wrap .meta-a .md-price>span {
		font-size: 18px;
	}

	.home-more-btn a {
		height: 44px;
		width: 240px;
		border-radius: 22px;
		font-size: 18px
	}

	.home-part-wenhua {
		padding-bottom: 50px;
	}

	.home-wenhua-swiper .swiper-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}

	.home-wenhua-swiper .swiper-slide {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-baike>.img {
		margin-right: 15px;
		flex-basis: 42%
	}

	.home-baike>.txt .title {
		font-size: 17px;
		line-height: 25px;
		max-height: 50px
	}

	.home-baike.home>.txt .title {
		max-height: 75px;
		-webkit-line-clamp: 3;
	}

	.home-baike>.txt .meta {
		font-size: 14px;
	}

	.home-baike>.txt .desc {
		font-size: 14px;
		line-height: 22px;
		max-height: 44px
	}

	.home-fuwu-item>.txt {
		padding: 0 25px;
	}

	.home-fuwu-item>.txt .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.home-fuwu-item>.txt .desc {
		font-size: 12px
	}

	.home-fuwu-item>.txt .btn-wrap {
		margin-top: 10px;
	}

	.home-fuwu-item>.txt .btn-wrap a {
		height: 38px;
		font-size: 16px
	}

	.home-wenda-title>.title {
		font-size: 28px;
		letter-spacing: 2px
	}

	.home-wenda-wrap {
		padding: 12px 20px 0px;
	}

	.home-wenda-wrap:before {
		height: 40px
	}

	.home-wenda-list>li a {
		font-size: 18px;
	}

	.home-wenda-wrap .speak-man {
		bottom: -60px;
		width: 92px;
		right: -30px;
	}

	.link-ul>li a {
		font-size: 16px;
		opacity: .8;
		font-weight: 300
	}
}

@media (min-width:1400px) {

	.home-part-ly,
	.home-part-info,
	.home-part-stz,
	.home-part-link {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.home-title-wrap {
		margin-bottom: 40px;
	}

	.home-ly-item>.txt-wrap .title {
		font-size: 22px;
	}

	.home-ly-item.side>.txt-wrap .title {
		font-size: 18px;
	}

	.home-ly-item>.txt-wrap .title-wrap .num {
		font-size: 18px
	}

	.home-ly-item>.txt-wrap .meta-a .md-price>span {
		font-size: 20px;
	}

	.home-ly-item.side>.txt-wrap .meta-a .md-price>span {
		font-size: 18px;
	}

	.home-fuwu-item {
		align-items: flex-start
	}

	.home-fuwu-item>.txt {
		padding: 25px;
	}

	.home-fuwu-item>.txt .title {
		font-size: 28px;
		letter-spacing: 2px;
	}

	.home-fuwu-item>.txt .desc {
		font-size: 16px
	}

	.home-fuwu-item>.txt .btn-wrap {
		margin-top: 15px;
	}

	.home-fuwu-item>.txt .btn-wrap a {
		height: 38px;
		font-size: 16px
	}

	.home-stz-list>li .item>.img {
		flex-basis: 300px
	}
}

/*===========
生态葬详情页 std
===========*/
.haisa-body {
	background-color: #114a99
}

.shuzang-body {
	background-color: #102f05
}

.bizang-body {
	background-color: #babac2
}

.caopingzang-body {
	background-color: #3c5d24
}

.huatangzang-body {
	background-color: #234256
}

.shuzang-body::after,
.haisa-body::after,
.bizang-body::after,
.caopingzang-body::after,
.huatangzang-body::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.stzd-top {
	position: relative;
	height: 62vw;
	padding-top: 38px;
}

.stzd-top>.container {
	position: relative;
	z-index: 2;
}

.stzd-top .title-img {
	position: relative
}

.stzd-top .title-img img {
	max-height: 100px
}

.stzd-top .title-img .title {
	color: var(--white);
	font-size: 14px;
	right: 0;
	bottom: 10px;
	position: absolute;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 0
}

.stzd-maincontent {
	position: relative;
	top: -40px;
	z-index: 2
}

.stz-nav {
	display: flex;
	margin-right: -1px;
	margin-bottom: 1px;
}

.stz-nav>li {
	position: relative;
	text-align: center;
	flex: 1 0 auto;
	padding-top: 10px;
	padding-right: 1px;
}

.stz-nav>li a {
	display: block;
	color: var(--white);
	background-color: #fb8b05;
	padding: 10px 0 12px;
	height: 100%;
	letter-spacing: 1px;
}

.stz-nav>li a:hover {
	background-color: #ffa02e
}

.stz-nav>li a .img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0
}

.stz-nav>li a .img img {
	max-height: 22px;
}

.stz-nav>li.active {
	padding-top: 0
}

.stz-nav>li.active a {
	background-color: #12aa9c
}

.stz-nav>li.active a .img {
	opacity: 1
}

.stz-container {
	background-color: var(--white);
	min-height: 60vh;
	padding: 15px 12px 20px;
}

.stz-introduction {
	margin-bottom: 30px;
}

.stz-introduction>.img {
	display: none
}

.stz-introduction>.info .img-top img {
	display: block
}

.stz-introduction>.info .img-top img:nth-child(2) {
	display: none
}

.stz-introduction>.info .desc {
	background-image: url("../img/stz/desc-bg.png");
	padding: 15px 15px 15px 20px;
	max-height: 380px;
	font-size: 14px;
	background-size: cover;
	background-position: 50% 100%;
	overflow-y: scroll
}

.stz-cemtery {
	background-color: var(--white);
	border: 1px solid #69ded3;
	min-height: 200px;
	padding: 10px;
	position: relative;
	margin-bottom: 15px;
}

.stz-cemtery:hover {
	border-color: #12aa9c
}

.stz-cemtery::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 34px;
	background-color: #e2fef9
}

.stz-cemtery .cemtery-info {
	position: relative;
	display: flex;
	z-index: 1
}

.stz-cemtery .cemtery-info .img {
	position: relative;
	flex: 0 0 140px;
	margin-right: 15px;
	min-width: 0;
	overflow: hidden;
	border-radius: 4px;
}

.stz-cemtery .cemtery-info .txt {
	flex-grow: 1;
	min-width: 0;
	display: flex;
	flex-direction: column
}

.stz-cemtery .cemtery-info .txt .title {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: -3px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stz-cemtery .cemtery-info .txt .desc {
	margin-bottom: 5px;
	font-size: 12px;
	color: var(--gray);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stz-cemtery .cemtery-info .txt .btn-wrap,
.stz-cemtery>.muxing .item-a .txt .btn-wrap {
	position: relative;
	z-index: 2;
	margin-top: auto
}

.stz-cemtery .cemtery-info .txt .btn-wrap .btn,
.stz-cemtery>.muxing .item-a .txt .btn-wrap .btn {
	height: 34px;
}

.stz-cemtery>.title-b {
	margin-top: 10px;
	margin-bottom: 15px;
	display: flex;
	align-items: center
}

.stz-cemtery>.title-b>span {
	display: flex;
	line-height: 1;
	height: 22px;
	width: 22px;
	justify-content: center;
	align-items: center;
	background-color: #fbefbd;
	border-radius: 50%;
	font-size: 12px;
	margin-right: 4px;
}

.stz-cemtery>.title-b>.line {
	flex-grow: 1;
	min-width: 0;
	height: 1px;
	background-color: #ecdfab;
}

.stz-cemtery>.muxing li+li {
	margin-top: 10px;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

.stz-cemtery>.muxing .item-a {
	display: flex;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.stz-cemtery>.muxing .item-a .img {
	flex: 0 0 90px;
	min-width: 0;
	margin-right: 15px;
}

.stz-cemtery>.muxing .item-a .img img {
	border-radius: 4px;
}

.stz-cemtery>.muxing .item-a .txt {
	display: flex;
	flex-direction: column
}

.stz-cemtery>.muxing .item-a .txt .title {
	font-size: 16px;
	margin-top: -3px;
}
.stz-cemtery>.muxing .item-a .txt .title .bury-name::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.stz-cemtery>.muxing .item-a .txt .price>span {
	font-size: 18px;
}

.stz-info-wrap>.stz-info li+li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ececec
}

.stz-info-wrap>.stz-info .item {
	display: flex;
	position: relative
}

.stz-info-wrap>.stz-info .item .img {
	flex: 0 0 120px;
	min-width: 0;
	margin-left: 15px;
	order: 13
}

.stz-info-wrap>.stz-info .item .img img {
	border-radius: 4px;
}

.stz-info-wrap>.stz-info .item .txt {
	flex-grow: 1;
	min-width: 0;
	display: flex;
	flex-direction: column
}

.stz-info-wrap>.stz-info .item .txt .title {
	font-size: 16px;
	margin-top: -3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.stz-info-wrap>.stz-info .item .txt .desc {
	display: none
}

.stz-info-wrap>.stz-info .item .txt .date {
	color: var(--gray);
	font-size: 11px;
	margin-top: auto
}

@media (min-width:769px) {
	.stzd-top {
		height: 31.25vw;
	}

	.stzd-top .title-img {
		display: inline-block
	}

	.stzd-maincontent {
		top: -6.8vw
	}

	.stz-introduction>.img {
		display: none
	}

	.stz-introduction>.info {
		max-width: 965px
	}

	.stz-introduction>.info .img-top img:nth-child(1) {
		/* display: none */
	}

	.stz-introduction>.info .img-top img:nth-child(2) {
		/* display: block */
	}

	.stz-introduction>.info .desc {
		padding: 15px 15px 15px 30px;
		font-size: 16px;
		overflow-y: hidden;
		background-image: url("../img/stz/desc-bg.png")
	}
}

@media (min-width:992px) {
	.stzd-top .title-img img {
		max-height: none
	}

	.stzd-top .title-img .title {
		font-size: 22px;
		right: 20px;
		bottom: 20px;
		font-weight: 500;
	}

	.stz-nav>li a {
		font-size: 16px;
		padding: 12px 0 20px
	}

	.stz-nav>li a .img img {
		max-height: 30px;
	}

	.stz-container {
		padding: 30px
	}

	.stz-introduction {
		display: flex;
		justify-content: center
	}

	.stz-introduction>.img {
		display: block;
		flex: 0 0 auto;
		min-width: 0;
		margin-right: 15px;
	}

	.stz-introduction>.info {
		flex-grow: 1;
		min-width: 0;
	}

	.stz-introduction>.info .desc {
		font-size: 18px;
		line-height: 1.8
	}

	.stz-cemtery {
		padding: 14px;
		margin-bottom: 15px;
	}

	.stz-cemtery::after {
		height: 34px;
	}

	.stz-cemtery .cemtery-info .img {
		flex-basis: 150px
	}

	.stz-cemtery .cemtery-info .txt .title {
		font-size: 20px
	}

	.stz-cemtery>.title-b {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.stz-cemtery>.muxing li+li {
		margin-top: 15px;
		padding-top: 15px;
	}

	.stz-cemtery>.muxing .item-a .img {
		flex-basis: 100px;
	}

	.stz-info-wrap {
		border: 1px solid #ececec;
		padding: 15px;
	}
}

@media (min-width:1200px) {
	.stzd-top {
		padding-top: 60px
	}

	.stz-container {
		padding: 40px 30px;
	}

	.stz-info-wrap>.stz-info .item .img {
		flex-basis: 140px;
	}

	.stz-info-wrap>.stz-info .item .txt .title {
		font-size: 17px;
		line-height: 27px;
		max-height: 54px;
	}
}

@media (min-width:1400px) {
	.stzd-top {
		padding-top: 4.8vw
	}

	.stzd-top .title-img .title {
		font-size: 26px;
		letter-spacing: 2px;
	}

	.stz-introduction>.img {
		margin-right: 40px
	}
}

/*===========
海撒页 haisa
===========*/
.haisa-taocan {
	padding-bottom: 20px;
}

.haisa-taocan .item {
	text-align: center;
	padding: 12px 12px 15px;
	border: 1px solid #ffed9f;
	margin-bottom: 15px;
	position: relative
}

.haisa-taocan .item::before {
	height: 30px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffee9d
}

.haisa-taocan .item .title {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	color: var(--dark);
	letter-spacing: 1px;
}

.haisa-taocan .item .subtitle {
	margin-bottom: 10px;
}

.haisa-taocan .item .hs-price {
	margin-bottom: 10px;
}

.haisa-taocan .item .hs-price>span {
	font-size: 22px;
	color: var(--orange)
}

.haisa-taocan .item .btn-wrap .btn {
	width: 50%
}

.haisa-liucheng {
	display: flex;
	flex-wrap: wrap
}

.haisa-liucheng>li {
	flex: 0 0 33.3333%;
	min-width: 0;
	text-align: center;
	padding: 10px;
	position: relative
}

.haisa-liucheng>li::after {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ececec
}

.haisa-liucheng>li .img {
	position: relative;
	z-index: 1
}

.haisa-liucheng>li .img img {
	border-radius: 50%;
	width: 80px;
}

.haisa-liucheng>li .txt {
	padding-top: 5px;
}

.haisa-tips-a {
	text-align: center;
	margin-bottom: 30px;
	color: var(--red-light);
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	margin-top: 10px;
}

.hs-vs {
	display: flex;
	margin-bottom: 15px;
	position: relative;
	justify-content: space-between
}

.hs-vs>.item {
	flex: 0 0 calc(50% - 1px);
	min-width: 0;
	max-width: calc(50% - 1px)
}

.hs-vs>.item>.title {
	padding: 10px;
	background-color: #979e9d;
	color: var(--white);
	font-size: 17px;
	letter-spacing: .5px;
}

.hs-vs>.item.tsx>.title {
	background-color: #fb8b05;
	text-align: right
}

.hs-vs>.item ul {
	background: linear-gradient(90deg, #f3f3f3, #fff)
}

.hs-vs>.item ul>li {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

.hs-vs>.item.tsx ul {
	background: linear-gradient(270deg, #fff1e1, #fff)
}

.hs-vs>.item.tsx ul>li {
	text-align: right
}

.hs-vs>.item ul>li .s-title {
	font-size: 15px;
	font-weight: 700
}

.hs-vs>.item.tsx ul>li .s-title {
	color: #fb8b05
}

.hs-vs>.item ul>li .desc {
	color: var(--gray)
}

.haisa-tips-b {
	text-align: center;
	margin-bottom: 30px;
}

.haisa-tips-b .num {
	font-size: 22px;
	color: var(--red-light)
}
.haisa-tips-b .num i{
	font-size: 26px;
	margin-right: 6px;
}

.haisa-swiper {
	margin-bottom: 20px;
}

.haisa-swiper .txt {
	text-align: center;
	padding-top: 10px;
}

@media (min-width:992px) {
	.haisa-liucheng>li {
		flex-basis: 16.6666%
	}

	.hs-vs>.item>.title {
		font-size: 22px;
		padding: 10px 20px
	}

	.hs-vs>.item.tsx>.title {
		background-color: #fb8b05;
		text-align: right
	}

	.hs-vs>.item ul>li {
		padding: 20px;
	}

	.hs-vs>.item ul>li .s-title {
		font-size: 18px;
	}

	.hs-vs>.item ul>li .desc {
		font-size: 16px;
	}

	.haisa-tips-b {
		margin-bottom: 50px;
	}

	.haisa-tips-b .txt {
		font-size: 18px;
	}

	.haisa-tips-b .num {
		font-size: 28px;
	}

	.haisa-swiper {
		margin-bottom: 30px
	}
}

@media (min-width:1200px) {
	.haisa-taocan {
		padding-bottom: 30px;
	}

	.haisa-taocan .item {
		padding: 15px 12px 25px;
	}

	.haisa-taocan .item::before {
		height: 40px;
	}

	.haisa-taocan .item .title {
		font-size: 24px;
		font-weight: 500;
		margin-bottom: 5px;
		letter-spacing: 2px;
	}

	.haisa-taocan .item .subtitle {
		font-size: 18px;
	}

	.haisa-taocan .item .hs-price {
		margin-bottom: 20px;
	}

	.haisa-taocan .item .hs-price>span {
		font-size: 24px;
	}

	.haisa-taocan .item .btn-wrap .btn {
		width: 50%
	}

	.haisa-liucheng>li::after {
		top: 60px
	}

	.haisa-liucheng>li .img img {
		width: 100px
	}

	.haisa-liucheng>li .txt {
		font-size: 16px;
	}

	.haisa-tips-a {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 50px
	}
}

@media (min-width:1400px) {
	.haisa-taocan {
		padding-bottom: 50px;
	}
}

/*===========
其他
===========*/
.glightbox-clean .gslide-title {
	font-size: 22px;
	margin-bottom: 12px
}

.glightbox-mobile .glightbox-container .gslide-title {
	font-size: 18px;
	font-weight: 700
}

.gslide-description p {
	margin-bottom: 10px
}

.glightbox-mobile .glightbox-container .gslide-description {
	text-align: center;
	width: 100%;
	bottom: 0
}

.glightbox-mobile .glightbox-container .gslide-desc .md-price>span,
.glightbox-clean .gslide-desc .md-price>span {
	font-size: 18px;
}

.glightbox-mobile .glightbox-container .gslide-desc .md-price>span::after {
	color: rgba(255, 255, 255, .6)
}

/* 关于我们 */
.about-part-a,
.about-part-b{
	padding-top: 20px;
}
.about-part-b{
	margin-bottom: 20px;
}

.about-home-title{
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	margin-bottom: 15px;
}
.about-home-title .title {
	font-size: 20px;
	position: relative;
	padding-left: 10px;
	letter-spacing: 1px;
	line-height: 1.2;
}
.about-home-title .title::before {
	content: "";
	position: absolute;
	left: 0;
	width: 4px;
	height: 24px;
	border-radius: 4px;
	background-color: var(--green);
}
.about-home-title .desc{
	margin-left: 10px;
	margin-top: 3px;
	color: var(--gray);
}
.fuwu-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 20px;
}
.fuwu-list li{
	padding: 15px;
	border-radius: 2px;
	background-color: #e7f3ee;
}
.fuwu-list li .title{
	color: var(--green);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}
.fuwu-list li .title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background-color: var(--green);
}
.fuwu-list li .desc{
	color: #666;
	line-height: 24px;
	text-align: justify;
	height: 170px;
}
.fuwu-list li .icon{
	margin: 0 auto;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--green);
	position: relative;
}
.fuwu-list li .icon i{
	color: var(--white);
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


@media (min-width: 992px) {
	.about-part-a,
	.about-part-b{
		padding-top: 25px;
	}
	
    .about-home-title {
        margin-bottom: 20px;
    }
	.about-home-title .title {
	    font-size: 22px;
	}
	
}

@media (min-width: 1200px) {
	.about-part-a,
	.about-part-b{
		padding-top: 40px;
	}
	.about-part-b{
		margin-bottom: 40px;
	}
	
	.about-home-title{
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
	}
	.about-home-title .title {
		font-size: 24px;
		padding-left: 15px;
	}
	.about-home-title .title::before{
		height: 30px;
	}
	.about-home-title .desc{
		margin-left: 20px;
		margin-top: 0px;
		color: var(--gray);
		font-size: 16px;
	}
	
	.fuwu-list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 25px;
	}
	.fuwu-list li{
		padding: 20px;
	}
	.fuwu-list li .title{
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.fuwu-list li .desc{
		height: 85px;
	}
	
	.fuwu-list li .icon{
		width: 55px;
		height: 55px;
	}
	.fuwu-list li .icon i{
		font-size: 36px;
	}
}


@media (min-width: 1400px) {
    .about-home-title {
        margin-bottom: 30px;
    }
    .about-home-title .title {
          font-size: 26px;
	}
}


/* 免责声明 */
.xing-page-footer .mianze{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: rgba(255, 255, 255, .7);
	font-size: 10px;
}
@media (min-width: 992px){
	.xing-page-footer .mianze{
		max-width: 1400px;
		font-size: 12px;
	}
}

