* {
	padding: 0;
    margin: 0;
}

a{
	color: #333;
    text-decoration: none;
}
a:hover{
	color: #333;
    text-decoration: none;
}

li {
  list-style: none;
}

p{
	padding: 0;
	margin: 0;
}

img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

body{
	font-family: PingFangsc-Regular;
	/* font-family: "微软雅黑", Microsoft YaHei, PingFang SC, Heiti SC, tahoma, arial, Hiragino Sans GB, sans-serif; */
	font-size: 16px !important;
	font-weight: 400;
	color: #333333;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
}

/* 解决vue加载闪烁问题 */
[v-cloak] {
  display: none;
}


/* 布局 */
.d-flex{
	display: flex;
	align-items: center;
}
.flex-between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.all-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb-distance{
	margin-bottom: 20px;
}
.md-space{
	margin-top: 30px;
}

.ly-price {
    color: #888888;
    font-size: 14px;
}
.ly-price span {
    font-family: PingFangsc-Medium;
    color: #FB8B05;
    font-size: 20px;
}

/* 标题 */
.title-box .decorate-title{
	font-family: Impact;
	font-size: 38px;
	color: #DFDFDF;
}
.title-box .normal-title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #333333;
}


/* 更多 */
.more-warp a{
	height: 42px;
	line-height: 42px;
	margin-top: 20px;
	justify-content: center;
}
.more-warp .title{
	height: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	background: #00A692;
	padding: 0 30px;
}
.more-warp .icon{
	height: 100%;
	padding: 0 15px;
	color: #FFFFFF;
	background: #14CBB5;
}
.more-warp .icon i{
	display: block;
	font-size: 24px;
	transform: translate(0);
	animation: move 1s infinite;
	/* animation: move 2s linear infinite; */
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes move{
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes shake{
	0% {
	    color: #fff;
	}
	50% {
	    color: #fff;
	}
	60% {
	    color: rgba(255, 255, 255, 0.2);
	}
	80% {
	    color: rgba(255, 255, 255, 0.2);
	}
	100% {
	    color: #fff;
	}
}

/* 当前位置-面包屑导航 */
.location {
    padding: 15px 0;
    font-weight: 500;
    font-size: 14px;
}
.location ul {
    color: #999999;
}
.location ul>li{
    color: #666666;
    position: relative;
}
.location ul>li + li {
    padding-left: 20px;
}
.location ul>li + li:before {
    display: inline-block;
    padding-right: 5px;
    color: #ccc;
    content: "/";
    position: absolute;
    left: 6px;
}
.location ul li a{
	font-size: 14px;
	color: #46414E;
}

/* 页面标题 */
.page-title{
	height: 245px;
	background-image: url('../img/title-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.page-title .title{
	font-family: PingFangsc-Medium;
	text-align: center;
	line-height: 245px;
	font-weight: 500;
	font-size: 40px;
	color: #343434;
}

/* 提示标题-陵园环境、陵园碑型 */
.tips-title{
	text-align: right;
	font-size: 22px;
	color: #282828;
}
.tips-title span{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 22px;
	color: #FB8B05;
	margin-left: 5px;
}

/* 广告位-陵园环境、陵园碑型、资讯详情、弹窗 */
.advert-warp{
	position: relative;
}
.issue-box{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.issue-box .title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #333333;
	margin-left: 5%;
}
.issue-box .issue-warp{
	/* flex: 0 0 50%; */
	width: auto;
	position: relative;
}
.issue-box .issue-swiper{
    width: 100%;
	height: 40px;
	background: #FFFFFF;
	padding: 0 20px;
	border-radius: 25px;
}
.issue-box .issue-swiper .swiper-container{
	height: 100%;
}
.issue-box .issue-swiper .info{
	font-size: 16px;
	line-height: 40px;
	color: #000000;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.issue-box .zixun-warp{
	width: 110px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: linear-gradient( 115deg, #E2271E 0%, #FD6A62 100%);
	border-radius: 5px;
	/* position: absolute; */
	z-index: 9;
	top: 50%;
	right: 25px;
	/* transform: translateY(-50%); */
	margin-left: 5%;
}
.issue-box .zixun-warp a{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.issue-box .zixun-warp a i{
	margin-right: 5px;
	font-weight: bold;
}

/* 碑型详情弹窗 */
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	background: rgba(0, 0, 0, .9);
}
.tomb-body{
	width: 1080px;
	position: relative;
	top: 51%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tomb-body .head{
	position: absolute;
	right: -80px;
	top: -40px;
	cursor: pointer;
}
.tomb-body .head i{
	color: #FFFFFF;
	font-size: 40px;
}
.tomb-body .content{
	background: #F8F8F8;
}
.tomb-body .content .detail-content{
	display: flex;
	align-items: start;
	padding: 20px 22px 20px 22px;
}
.tomb-body .content .detail-left{
	flex: 0 0 511px;
	padding: 0 0;
	margin-right: 30px;
	aspect-ratio: 9 / 10;
}
.tomb-body .content .detail-right{
	padding: 15px 30px 15px 30px;
	background: #FFFFFF;
}
.tomb-body .txt-warp .txt-top .ly-name{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
}
.tomb-body .txt-warp .txt-tips{
	background-color: #F2F2F2;
	padding: 0px 10px;
	border-radius: 3px;
	margin-top: 15px;
}
.tomb-body .txt-warp .txt-tips .tips-swiper{
	height: 36px;
	line-height: 36px;
}
.tomb-body .txt-warp .txt-tips .tips-swiper .swiper-container {
    height: 100%;
}
.tomb-body .txt-warp .txt-tips .tips-swiper .swiper-container .info{
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tomb-body .txt-warp .basic-list{
	flex-wrap: wrap;
	margin: 20px 0 25px 0;
}
.tomb-body .txt-warp .basic-list li{
	flex: 0 0 50%;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.tomb-body .txt-warp .basic-list li .item-name{
	color: #888888;
	margin-right: 5px;
}
.tomb-body .contact{
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.tomb-body .contact .weixin .img-warp{
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
.tomb-body .contact .weixin .txt-warp{
	text-align: center;
	font-size: 14px;
}
.tomb-body .txt-warp .txt-zixun{
	text-align: center;
	margin-bottom: 40px;
}
.tomb-body .txt-warp .txt-zixun>.title{
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}
.tomb-body .txt-warp .txt-zixun .more-warp a{
	margin-top: 15px;
	justify-content: start;
}
.tomb-body .txt-warp .txt-zixun .more-warp .icon i{
	/* animation: shake 2s infinite; */
	animation: shake 2s linear infinite;
}
.tomb-body .activity>.title{
	display: inline-block;
	padding: 0 15px;
	height: 43px;
	background: linear-gradient( 90deg, #FF652B 0%, #FF8808 100%);
	border-radius: 15px 15px 0 0;
	text-align: center;
	line-height: 43px;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
}
.tomb-body .activity .limit{
	background-image: url('../img/activity-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 30px 20px;
}
.tomb-body .activity .activity-list li{
	display: flex;
	margin-bottom: 30px;
}
.tomb-body .activity .activity-list li:last-child{
	margin-bottom: 0px;
}
.tomb-body .activity .activity-list li>.title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #7C2D02;
}
.tomb-body .activity .activity-list li .desc p:first-child{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #7C2D02;
}
.tomb-body .activity .activity-list li .desc p:first-child span{
	color: #E2271E;
}
.tomb-body .activity .activity-list li .desc p:last-child{
	font-weight: 400;
	font-size: 14px;
	color: #BF5E29;
	margin-top: 5px;
}
.tomb-body .activity .receive{
	width: 100px;
	height: 35px;
	background: linear-gradient( 270deg, #FF652B 0%, #FF8808 100%);
	border-radius: 18px;
	text-align: center;
	line-height: 35px;
}
.tomb-body .activity .receive a{
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.tomb-body .advert-warp{
	margin-top: 0px;
	margin-bottom: 0px;
}

.mask .swiper-button-next, 
.mask  .swiper-button-prev{
	color: #FFFFFF;
}
.mask .swiper-button-next, 
.mask .swiper-container-rtl .swiper-button-prev{
	right: -80px;
}
.mask .swiper-button-prev, 
.mask .swiper-container-rtl .swiper-button-next{
	left: -80px;
}


/* 陵园环境弹窗 */
.imgs-body{
	width: 900px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.imgs-body .head{
	position: absolute;
	right: -80px;
	top: -72px;
	cursor: pointer;
}
.imgs-body .head i{
	color: #FFFFFF;
	font-size: 50px;
}
.imgs-body .img-warp{
	margin-bottom: 5px;
	aspect-ratio: 3 / 2;
}
.imgs-body .txt-warp{
	font-size: 22px;
	color: #000000;
	background: #FFFFFF;
	padding: 15px 0 30px 15px;
}



/* 头部 */
.header{
	border-bottom: 1px solid #ECECEC;
}
.header .page-header{
	height: 38px;
	line-height: 38px;
	background: #00A692;
	font-weight: 500;
}
.header .page-header .container>div{
	color: #FFFFFF;
}
.header .page-header .top-left{
	font-family: PingFangsc-Medium;
	font-size: 15px;
}
.header .page-header .top-right{
	font-family: PingFangsc-Medium;
	font-size: 16px;
}
.header .page-header .top-right span{
	font-size: 20px;
	color: #FFFFFF;
}
.header .page-totalnav .head-warp{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .page-totalnav .head-logo{
	max-width: 275px;
	height: 45px;
}
.header .page-totalnav .head-logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.header .page-totalnav .head-logo a img{
	width: auto;
    max-width: 100%;
}
.header .page-totalnav .nav-warp{
	width: 100%;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .page-totalnav .navbar-nav{
	height: 100%;
	margin-left: auto;
}
.header .page-totalnav .navbar-nav li{
	height: 100%;
	line-height: 72px;
	margin-left: 60px;
}
.header .page-totalnav .navbar-nav li a{
	display: inline-block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	transition: all 0.2s ease-in-out;
}
.header .page-totalnav .navbar-nav li.active{
	border-bottom: 2px solid #00A692;
}
.header .page-totalnav .navbar-nav li.active a{
	color: #00A692;
}
.header .page-totalnav .navbar-nav li:hover a{
	color: #00A692;
}

/* 底部 */
.footer{
	background: #333333;
	padding: 30px 0 40px 0;
	color: #FFFFFF;
}
.footer .foot-left .foot-title .foot-logo{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.footer .foot-left .foot-title .foot-logo img{
	border-radius: 50%;
}
.footer .foot-left .foot-title .title{
	font-family: PingFangsc-Semibold;
	font-weight: 600;
	font-size: 34px;
	color: #FFFFFF;
	margin-left: 15px;
}
.footer .foot-left .nav-list{
	margin: 30px 0 0px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #CDCDCD;
}
.footer .foot-left .nav-list li{
	padding: 0 12px;
	height: 34px;
	line-height: 32px;
	background: #888888;
	border-radius: 5px;
	margin-right: 10px;
}
.footer .foot-left .nav-list li a{
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
}
.footer .foot-left .foot-info{
	margin: 20px 0 15px 0;
}
.footer .foot-left .foot-info a{
	color: #FFFFFF;
}
.footer .foot-left .foot-info p {
    margin-right: 20px;
    font-size: 14px;
    color: #FFFFFF;
}
.footer .foot-left .foot-info .beian p{
	margin-right: 5px;
}
.footer .foot-left .statement{
    font-size: 14px;	
}
.footer .foot-right{
	text-align: center;
}
.footer .foot-right .title{
	font-size: 16px;
}
.footer .foot-right .phone{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 26px;
	color: #FED700;
	margin: 5px 0 10px 0;
}
.footer .foot-right .phone i{
	font-size: 26px;
}
.footer .foot-right .code-warp{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.footer .foot-right .code-warp p{
	line-height: 18px;
	margin-top: 5px;
}
.footer .foot-right .code-warp p span{
	display: inline-block;
	font-size: 12px;
}
.footer .frindlink{
	margin-bottom: 20px;
	line-height: 24px;
}
.footer .frindlink .title{
	color: #ccc;
	font-size: 12px;
	margin-right: 5px;
}
.footer .frindlink ul li{
	margin-right: 10px;
	transition: all 0.2s ease-in-out;
}
.footer .frindlink ul li a{
	color: #888;
	font-size: 12px;
	transition: all 0.2s ease-in-out;
}
.footer .frindlink ul li:hover a{
	text-decoration: underline;
}


/* 报错 */
.error{
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.error .img-warp{
	width: 500px;
	height: 500px;
	margin: 0 auto;
}
.error .txt-warp{
	width: 100%;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.error .txt-warp .title{
	font-size: 22px;
	color: #666;
}
.error .txt-warp .time{
	font-size: 16px;
	margin: 20px 0 20px 0;
	color: #666;
}
.error .txt-warp .back a{
	display: inline-block;
	padding: 0 42px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #F88C39;
	color: #fff;
	border-radius: 20px;
}

/* 内容为空提示 */
.empty {
    margin: 20px auto;
    text-align: center;
    position: relative;
}
.empty img {
    width: 400px;
    height: 400px;
}
.empty .txt {
    text-align: center;
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
}



/* bootstrap分页器 */
.pagination{
	justify-content: center;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.0799rem;
    border-bottom-left-radius: 0.0799rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.0799rem;
    border-bottom-right-radius: 0.0799rem;
}
.page-link {
    position: relative;
    display: block;
	font-size: 14px;
    padding: 0.26667rem 0.40rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3C3C3C;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #00A692;
    border-color:#00A692;
}
.page-item:hover .page-link{
	color: #00A692;
}
.page-item.active:hover .page-link{
	color: #fff;
}


/* ----自适应样式---- */
@media (min-width: 1200px){
	
}


@media (max-width: 992px){
	/* 陵园价格 */
	.ly-price{
		font-size: 0.296rem;
	}
	.ly-price span{
		font-size: 0.444rem;
	}
	
	/* 标题 */
	.title-box .decorate-title{
		font-size: 0.80rem;
	}
	.title-box .normal-title{
		font-size: 0.5867rem;
	}
	
	/* 页面标题 */
	.page-title{
		height: 2.6667rem;
	}
	.page-title .title{
		line-height: 2.6667rem;
		font-size: 0.747rem;
	}
	
	/* 提示标题-陵园环境、陵园碑型 */
	.tips-title {
		text-align: center;
	    font-size: 0.48rem;
	}
	.tips-title span{
		font-size: 0.5334rem;
	}
	
	/* 广告位-陵园环境、陵园碑型、资讯详情、弹窗 */
	.issue-box {
	    flex-direction: column;
	}
	.issue-box .issue-warp{
		height: 100%;
		flex-direction: column;
	}
	.issue-box .title{
		font-size: 0.48rem;
	}
	.issue-box .issue-swiper{
		height: 0.85334rem;
		padding: 0 0.40rem;
	}
	.issue-box .issue-swiper .info{
		width: 100%;
		font-size: 0.3734rem;
		line-height: 0.85334rem;
	}
	.issue-box .zixun-warp{
		width: 2.56rem;
		height: 0.80rem;
		line-height: 0.80rem;
		position: static;
		transform: translateY(0);
		margin-top: 0.16rem;
	}
	.issue-box .zixun-warp a{
		font-size: 0.32rem;
	}
	.issue-box .zixun-warp a i{
		font-size: 0.3734rem;
	}
	
	/* 布局 */
	.hidden-xs{
		display: none;
	}
	.md-space {
	    margin-top: 0.40rem;
	}
	
	/* 更多 */
	.more-warp .title{
		font-size: 0.3734rem;
	}
	.more-warp .icon i {
	    font-size: 0.5334rem;
	}
	.more-warp a{
		height: 0.96rem;
		line-height: 0.96rem;
		margin-top: 20px;
	}
	
	/* 分页器 */
	.pagination li a, 
	.pagination li span{
		padding: 0.222rem 0.370rem !important;
		font-size: 0.370rem !important;
	}
	
	/* 碑型详情弹窗 */
	.tomb-body{
		width: 100%;
		height: 100%;
		left: 0;
		top: 10%;
		transform: translate(0%, 0%);
	}
	.mask .swiper-button-next,
	.mask .swiper-button-prev{
		display: none;
	}
	.tomb-body .head{
		right: 10px;
		top: -60px;
	}
	.tomb-body .head i{
		font-size: 0.80rem;
	}
	.tomb-body .content{
		width: 100%;
		max-height: 80vh !important;
		height: 80vh;
		overflow: auto;
	}
	.tomb-body .content{
		border-radius: 0.26667rem;
	}
	.tomb-body .content .detail-content{
		flex-direction: column;
		padding: 0.463rem 0.648rem 0.463rem 0.648rem;
	}
	.tomb-body .content .detail-left{
		width: 100%;
		flex: 0 0 100%;
		margin-right: 0px;
	}
	.tomb-body .content .detail-right{
		padding: 0.26667rem 0.40rem 0.5334rem 0.40rem;
	}
	.tomb-body .txt-warp .txt-top .ly-name{
		font-size: 0.5334rem;
	}
	.tomb-body .txt-warp .txt-tips{
		font-size: 0.32rem;
		margin-top: 0.26667rem;
	}
	.tomb-body .txt-warp .txt-tips .tips-swiper .swiper-container .info{
		font-size: 0.32rem;
	}
	.tomb-body .txt-warp .basic-list{
		 margin: 0.26667rem 0 0.26667rem 0;
	}
	.tomb-body .txt-warp .basic-list li{
		font-size: 0.3734rem;
		margin-bottom: 5px;
	}
	.tomb-body .txt-warp .txt-zixun{
		margin-bottom: 0.66667rem;
	}
	.tomb-body .txt-warp .txt-zixun>.title{
		font-size: 0.42667rem;
	}
	.tomb-body .contact .weixin .txt-warp{
		font-size: 0.333rem;
	}
	.tomb-body .txt-warp .txt-zixun .more-warp a{
		margin-top: 0.26667rem;
		justify-content: center;
	}
	.tomb-body .contact{
		justify-content: space-between;
	}
	.tomb-body .activity{
		margin-left: -0.40rem;
		margin-right: -0.40rem;
	}
	.tomb-body .activity>.title{
		height: 0.96rem;
		line-height: 0.96rem;
		font-size: 0.42667rem;
	}
	.tomb-body .activity .limit{
		flex-direction: column;
		padding: 0.40rem 0.40rem;
	}
	.tomb-body .activity .activity-list li{
		margin-bottom: 0.40rem;
	}
	.tomb-body .activity .activity-list li>.title{
		font-size: 0.3734rem;
	}
	.tomb-body .activity .activity-list li .desc p:first-child{
		font-size: 0.3734rem;
	}
	.tomb-body .activity .activity-list li .desc p:last-child{
		font-size: 0.32rem;
		margin-top: 2px;
	}
	.tomb-body .activity .receive{
		width: 2.778rem;
		height: 0.889rem;
		line-height: 0.889rem;
		margin-top: 15px;
		border-radius: 26px;
	}
	.tomb-body .activity .receive a{
		font-size: 0.3734rem;
		
	}
	
	/* 陵园环境弹窗 */
	.imgs-body{
		width: 100%;
		height: 100%;
		top: 30%;
		left: 0;
		transform: translate(0%, 0%);
	}
	.imgs-body .head{
		right: 10px;
		top: -60px;
	}
	.imgs-body .head i{
		font-size: 0.80rem;
	}
	.imgs-body .txt-warp{
		text-align: center;
		font-size: 0.42667rem;
		color: #fff;
		background: none;
	}
	
	
	/* 头部 */
	.header .page-totalnav .navbar-nav li a{
		font-size: 0.370rem;
	}
	.header .page-totalnav .head-logo{
		max-width: 5.2rem;
		height: 0.85334rem;
	}
	.header .content-wrap .top-left{
		font-size: 0.32rem;
	}
	.header .content-wrap .top-right i{
	    font-size: 16px;
	}
	.header .content-wrap .top-right span {
	    font-size: 0.48rem;
	}
	.header .page-totalnav .head-warp{
		width: 100%;
	}
	.header .page-totalnav .nav-warp{
		height: 1.3866rem;
		position: relative;
	}
	.header .page-totalnav .navbar-nav{
		border-top: 1px solid #ECECEC;
	}
	.navbar-toggler{
		padding: 0;
		font-size: 0.5334rem;
		border: none;
	}
	.header .navbar-collapse {
	    background: #fff;
	    width: 100%;
	    position: fixed;
		top: 115px;
	    left: 0;
	    right: 0;
	    z-index: 99;
		padding: 0 15px;
	}
	.header .page-totalnav .navbar-nav li{
		margin: 0 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #ECECEC;
	}
	.header .page-totalnav .navbar-nav li:last-child{
		border-bottom: none;
	}
	.header .page-totalnav .navbar-nav li.phone-item{
		font-size: 0.3734rem;
		color: #EA3947;
	}
	.header .navbar-collapse.show {
	    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
	}
	
	/* 底部 */
	.footer{
		padding: 0.40rem 0 0.6934rem 0;
		margin-bottom: 0px;
	}
	.footer .foot-left .foot-title .title{
		font-size: 0.64rem;
	}
	.footer .foot-left .nav-list{
		margin: 0.40rem 0 0px 0;
		padding: 0 0 0.40rem 0;
	}
	.footer .foot-left .nav-list li{
		margin-right: 0.21334rem;
		padding: 0 0.21334rem;
	}
	.footer .foot-left .nav-list li a{
		font-size: 0.32rem;
	}
	.footer .foot-left .foot-info{
		margin: 0.26667rem 0 0.26667rem 0;
	}
	.footer .foot-right{
		padding: 0.40rem 0 0.40rem 0;
	}
	.footer .foot-right .txt-warp{
		text-align: left;
	}
	.footer .foot-right .title{
		font-size: 0.3734rem;
	}
	.footer .foot-right .phone{
		font-size: 0.5334rem;
	}
	.footer .foot-left .statement {
	    font-size: 0.259rem;
	}
	.footer .frindlink {
	    margin-bottom: 0.26667rem;
		height: 0.8rem;
		line-height: 0.8rem;
		overflow: hidden;
	}
	.footer .frindlink .title{
		width: 12%;
		font-size: 0.296rem;
	}
	.footer .frindlink .link-list{
		overflow: scroll;
		height: 1rem;
		flex-wrap: nowrap;
	}
	.footer .frindlink .link-list li{
		white-space: nowrap;
	}
	.footer .frindlink ul li a{
		font-size: 0.296rem;
	}
	.footer .foot-left .foot-info p{
		font-size: 0.296rem;
	}
	
	/* 报错 */
	.error .img-warp{
		width: 6.4rem;
		height: 6.4rem;
		margin: 0 auto;
	}
	.error .txt-warp{
		top: 100%;
	}
	.error .txt-warp .title{
		font-size: 0.42667rem;
	}
	.error .txt-warp .time {
	    font-size: 0.3734rem;
	    margin: 0.26667rem 0 0.26667rem 0;
	    color: #666;
	}
	.error .txt-warp .back a{
		padding: 0 0.96rem;
		font-size: 0.3734rem;
		height: 0.96rem;
		line-height: 0.92rem;
	}
	
	/* 内容为空提示 */
	.empty {
	    margin: 0.26667rem auto;
	}
	.empty img {
	    width: 6.4rem;
	    height: 6.4rem;
	}
	.empty .txt {
	    font-size: 0.42667rem;
	    top: 70%;
	}
	
	/* 底部tabbar */
	.tabbar{
		/* height: 60px; */
		padding: 7px 15px 7px 15px;
		background: linear-gradient( 90deg, #14CBB5 0%, #00A692 100%);
		border-radius: 7px 7px 0px 0px;
		width: 100%;
		position: fixed;
	    z-index: 99;
		bottom: 0;
	}
	.tabbar .root-list li{
		text-align: center;
	}
	.tabbar .root-list li.item-hotline .name{
		font-size: 0.3467rem;
		color: #FFF5BD;
	}
	.tabbar .root-list li.item-hotline .desc{
		font-weight: 600;
		font-size: 18px;
		color: #FFFFFF;
	}
	.tabbar .root-list li.item-phone{
		margin: -26px auto -4px;
	}
	.tabbar .root-list li.item-phone .name{
		width: 44px;
		height: 44px;
		border-radius: 50%;
		margin: 0 auto;
		background: linear-gradient( 115deg, #FF3C33 0%, #FD6A62 100%), #D9D9D9;
		line-height: 44px;
	}
	.tabbar .root-list li.item-phone .name i{
		color: #FFFFFF;
		font-size: 0.747rem;
		animation: 1s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeIn;
	}
	.tabbar .root-list li.item-phone .desc{
		font-size: 0.3734rem;
		color: #FFFFFF;
		margin-top: 5px;
	}
	.tabbar .root-list li.item-online{
		flex: 0 0 28%;
		position: relative;
	}
	.tabbar .root-list li.item-online .desc{
		/* width: 99px; */
		width: 100%;
		height: 1.0667rem;
		background: linear-gradient( -45deg, #FF3C33 0%, #FD6A62 100%);
		border-radius: 3px;
		line-height: 1.0667rem;
		text-align: center;
	}
	.tabbar .root-list li.item-online .desc a{
		display: inline-block;
		height: 100%;
		width: 100%;
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
	}
	.tabbar .root-list li.item-online .tips{
		width: 215%;
		height: 0.80rem;
		line-height: 0.80rem;
		padding: 0 10px;
		background: #000000;
		border-radius: 5px;
		position: absolute;
		top: -150%;
		left: -110%;
	}
	.tabbar .root-list li.item-online .tips p{
		font-size: 0.2934rem;
		color: #FFFFFF;
		position: relative;
	}
	.tabbar .root-list li.item-online .tips p::after{
		content: "";
		position: absolute;
		bottom: -8px;
		right: 15px;
		border-top: 8px solid #000;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
	.tabbar .root-list li.item-online .tips i{
		color: #FFFFFF;
	}
	
	@keyframes fadeIn {
	    0% {
	        opacity: 0
	    }
	
	    to {
	        opacity: 1
	    }
	}
	
	/* 侧边微信 */
	.main{
		position: relative;
	}
	.weixinSide .weixin{
		margin: auto 8px 200px auto;
		background-color: #FFFFFF;
		border-radius: 10px;
		position: fixed;
		z-index: 98;
		right: -5px;
		bottom: 0;
		left: auto;
		top: auto;
	}
	.weixinSide .weixin .icon{
		width: 60px;
		height: 60px;
		/* position: absolute; */
		/* right: 0; */
		/* top: 0; */
	}
	.weixinSide .weixin .text{
		background-color: #FFFFFF;
		font-size: 0.32rem;
		text-align: center;
	}
	.weixinSide .dialog-mask{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.3);
	}
	.weixinSide .dialog-mask .wx-pop{
		width: 82%;
		margin: 30% auto;
		background: #FFFFFF;
		padding: 10px 15px 20px 15px;
		border-radius: 5px;
		text-align: center;
		position: relative;
	}
	.weixinSide .dialog-mask .wx-pop .pop-close{
		text-align: right;
	}
	.weixinSide .dialog-mask .wx-pop .pop-close i{
		font-size: 24px;
	}
	.weixinSide .dialog-mask .wx-pop .content .title{
		font-size: 18px;
		font-weight: bold;
	}
	.weixinSide .dialog-mask .wx-pop .content .img{
		margin: 10px auto;
		width: 120px;
		height: 120px;
	}
	.weixinSide .dialog-mask .wx-pop .content .tips{
		font-size: 16px;
		font-weight: bold;
	}
	.weixinSide .dialog-mask .wx-pop .content .code{
		width: 60%;
		height: 42px;
		text-align: center;
		line-height: 42px;
		background: #F3F3F3;
		font-weight: 500;
		font-size: 0.3734rem;
		color: #333333;
		margin: 17px auto;
	}
	.weixinSide .dialog-mask .wx-pop .content .message{
		font-size: 0.3734rem;
	}	
	
}


@media (max-width: 576px){
	/* 标题 */
	.title-box .decorate-title{
		font-size: 0.80rem;
	}
	.title-box .normal-title{
		font-size: 0.5867rem;
	}
	
	/* 页面标题 */
	.page-title{
		height: 2.6667rem;
	}
	.page-title .title{
		line-height: 2.6667rem;
		font-size: 0.747rem;
	}
	
	/* 提示标题-陵园环境、陵园碑型 */
	.tips-title {
		text-align: center;
	    font-size: 0.48rem;
	}
	.tips-title span{
		font-size: 0.5334rem;
	}
	
	/* 广告位-陵园环境、陵园碑型、资讯详情、弹窗 */
	.issue-box {
	    flex-direction: column;
		/* margin-bottom: 0.5334rem; */
	    /* background-image: url('../img/poster02-bg.png'); */
	}
	.issue-box .issue-warp{
		height: 100%;
		flex-direction: column;
	}
	.issue-box .title{
		font-size: 0.48rem;
	}
	.issue-box .issue-swiper{
		height: 0.85334rem;
		padding: 0 0.40rem;
	}
	.issue-box .issue-swiper .info{
		width: 100%;
		font-size: 0.3734rem;
		line-height: 0.85334rem;
	}
	.issue-box .zixun-warp{
		width: 2.56rem;
		height: 0.80rem;
		line-height: 0.80rem;
		position: static;
		transform: translateY(0);
		margin-top: 0.16rem;
	}
	.issue-box .zixun-warp a{
		font-size: 0.32rem;
	}
	.issue-box .zixun-warp a i{
		font-size: 0.3734rem;
	}
	
	/* 布局 */
	.hidden-xs{
		display: none;
	}
	.md-space {
	    margin-top: 0.40rem;
	}
	
	/* 更多 */
	.more-warp .title{
		font-size: 0.3734rem;
	}
	.more-warp .icon i {
	    font-size: 0.5334rem;
	}
	.more-warp a{
		height: 0.96rem;
		line-height: 0.96rem;
		margin-top: 20px;
	}
	
	/* 碑型详情弹窗 */
	.tomb-body{
		width: 100%;
		height: 100%;
		left: 0;
		top: 10%;
		transform: translate(0%, 0%);
	}
	.mask .swiper-button-next,
	.mask .swiper-button-prev{
		display: none;
	}
	.tomb-body .head{
		right: 10px;
		top: -50px;
	}
	.tomb-body .head i{
		font-size: 0.80rem;
	}
	.tomb-body .content{
		width: 100%;
		max-height: 80vh !important;
		height: 80vh;
		overflow: auto;
	}
	.tomb-body .content{
		border-radius: 0.26667rem;
	}
	.tomb-body .content .detail-content{
		flex-direction: column;
		padding: 0.5334rem 0.40rem 0.5334rem 0.40rem;
	}
	.tomb-body .content .detail-left{
		flex: 0 0 100%;
		margin-right: 0px;
	}
	.tomb-body .content .detail-right{
		padding: 0.26667rem 0.40rem 0.5334rem 0.40rem;
	}
	.tomb-body .txt-warp .txt-top .ly-name{
		font-size: 0.5334rem;
	}
	.tomb-body .txt-warp .txt-tips{
		font-size: 0.32rem;
		margin-top: 0.26667rem;
		/* margin-left: -15px; */
		/* margin-right: -15px; */
	}
	.tomb-body .txt-warp .txt-tips .tips-swiper .swiper-container .info{
		font-size: 0.32rem;
	}
	.tomb-body .txt-warp .basic-list{
		 margin: 0.26667rem 0 0.26667rem 0;
	}
	.tomb-body .txt-warp .basic-list li{
		font-size: 0.3734rem;
		margin-bottom: 5px;
	}
	.tomb-body .txt-warp .txt-zixun{
		margin-bottom: 0.66667rem;
	}
	.tomb-body .txt-warp .txt-zixun>.title{
		font-size: 0.42667rem;
	}
	.tomb-body .txt-warp .txt-zixun .more-warp a{
		margin-top: 0.26667rem;
		justify-content: center;
	}
	.tomb-body .contact{
		justify-content: center;
	}
	.tomb-body .activity{
		margin-left: -0.40rem;
		margin-right: -0.40rem;
	}
	.tomb-body .activity>.title{
		height: 0.96rem;
		line-height: 0.96rem;
		font-size: 0.42667rem;
	}
	.tomb-body .activity .limit{
		flex-direction: column;
		padding: 0.40rem 0.40rem;
	}
	.tomb-body .activity .activity-list li{
		margin-bottom: 0.40rem;
	}
	.tomb-body .activity .activity-list li>.title{
		font-size: 0.3734rem;
	}
	.tomb-body .activity .activity-list li .desc p:first-child{
		font-size: 0.3734rem;
	}
	.tomb-body .activity .activity-list li .desc p:last-child{
		font-size: 0.32rem;
		margin-top: 2px;
	}
	.tomb-body .activity .receive{
		height: 30px;
		line-height: 28px;
		margin-top: 15px;
	}
	.tomb-body .activity .receive a{
		font-size: 0.3734rem;
		
	}
	
	/* 陵园环境弹窗 */
	.imgs-body{
		width: 100%;
		height: 100%;
		top: 30%;
		left: 0;
		transform: translate(0%, 0%);
	}
	.imgs-body .head{
		right: 10px;
		top: -50px;
	}
	.imgs-body .head i{
		font-size: 0.80rem;
	}
	.imgs-body .txt-warp{
		text-align: center;
		font-size: 0.42667rem;
		color: #fff;
		background: none;
	}
	
	
	/* 头部 */
	.header{
		/* position: relative; */
	}
	.header .page-totalnav .head-logo{
		max-width: 5.2rem;
		height: 0.85334rem;
	}
	.header .content-wrap .top-left{
		font-size: 0.32rem;
	}
	.header .content-wrap .top-right i{
	    font-size: 16px;
	}
	.header .content-wrap .top-right span {
	    font-size: 0.48rem;
	}
	.header .page-totalnav .head-warp{
		width: 100%;
	}
	.header .page-totalnav .nav-warp{
		height: 1.3866rem;
		position: relative;
	}
	.header .page-totalnav .navbar-nav{
		border-top: 1px solid #ECECEC;
	}
	.navbar-toggler{
		padding: 0;
		font-size: 0.5334rem;
		border: none;
	}
	
	/* 展开收起 */
	/* .navbar-light .navbar-toggler-icon.collapsed{
		background-image: url('../img/navbar-open.png') !important;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: url('../img/navbar-close.png') !important;
	} */
	
	.header .navbar-collapse {
	    background: #fff;
	    /* width: 100%; */
	    position: fixed;
		top: 90px;
	    left: 0;
	    right: 0;
	    z-index: 99;
		padding: 0 15px;
	    /* margin-left: -15px; */
		/* margin-right: -15px; */
	}
	.header .page-totalnav .navbar-nav li{
		margin: 0 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #ECECEC;
	}
	.header .page-totalnav .navbar-nav li:last-child{
		border-bottom: none;
	}
	.header .page-totalnav .navbar-nav li.phone-item{
		font-size: 0.3734rem;
		color: #EA3947;
	}
	.header .navbar-collapse.show {
	    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
	}
	
	/* 底部 */
	.footer{
		padding: 0.40rem 0 0.6934rem 0;
		margin-bottom: 56px;
	}
	.footer .foot-left .foot-title .title{
		font-size: 0.64rem;
	}
	.footer .foot-left .nav-list{
		margin: 0.40rem 0 0px 0;
		padding: 0 0 0.40rem 0;
	}
	.footer .foot-left .nav-list li{
		margin-right: 0.21334rem;
		padding: 0 0.21334rem;
	}
	.footer .foot-left .nav-list li a{
		font-size: 0.32rem;
	}
	.footer .foot-left .foot-info{
		flex-direction: column;
		margin: 0.26667rem 0 0.26667rem 0;
		/* align-items: start; */
	}
	.footer .foot-left .beian{
		flex-direction: column;
	}
	.footer .foot-right{
		padding: 0.40rem 0 0.40rem 0;
	}
	.footer .foot-right .txt-warp{
		text-align: left;
	}
	.footer .foot-right .title{
		font-size: 0.3734rem;
	}
	.footer .foot-right .phone{
		font-size: 0.5334rem;
	}
	.footer .foot-left .statement {
	    font-size: 0.32rem;
	}
	.footer .frindlink {
	    margin-bottom: 0.26667rem;
		height: 0.8rem;
		line-height: 0.8rem;
		overflow: hidden;
	}
	.footer .frindlink .title{
		width: 15%;
	}
	.footer .frindlink .link-list{
		overflow: scroll;
		height: 1rem;
		flex-wrap: nowrap;
	}
	.footer .frindlink .link-list li{
		white-space: nowrap;
	}
	
	/* 报错 */
	.error .img-warp{
		width: 6.4rem;
		height: 6.4rem;
		margin: 0 auto;
	}
	.error .txt-warp{
		top: 100%;
	}
	.error .txt-warp .title{
		font-size: 0.42667rem;
	}
	.error .txt-warp .time {
	    font-size: 0.3734rem;
	    margin: 0.26667rem 0 0.26667rem 0;
	    color: #666;
	}
	.error .txt-warp .back a{
		padding: 0 0.96rem;
		font-size: 0.3734rem;
		height: 0.96rem;
		line-height: 0.92rem;
	}
	
	/* 内容为空提示 */
	.empty {
	    margin: 0.26667rem auto;
	}
	.empty img {
	    width: 6.4rem;
	    height: 6.4rem;
	}
	.empty .txt {
	    font-size: 0.42667rem;
	    top: 70%;
	}
	
	/* 底部tabbar */
	.tabbar{
		/* height: 60px; */
		padding: 7px 15px 7px 15px;
		background: linear-gradient( 90deg, #14CBB5 0%, #00A692 100%);
		border-radius: 7px 7px 0px 0px;
		width: 100%;
		position: fixed;
	    z-index: 99;
		bottom: 0;
	}
	.tabbar .root-list li{
		text-align: center;
	}
	.tabbar .root-list li.item-hotline .name{
		font-size: 0.3467rem;
		color: #FFF5BD;
	}
	.tabbar .root-list li.item-hotline .desc{
		font-weight: 600;
		font-size: 18px;
		color: #FFFFFF;
	}
	.tabbar .root-list li.item-phone{
		margin: -26px auto -4px;
	}
	.tabbar .root-list li.item-phone .name{
		width: 44px;
		height: 44px;
		border-radius: 50%;
		margin: 0 auto;
		background: linear-gradient( 115deg, #FF3C33 0%, #FD6A62 100%), #D9D9D9;
		line-height: 44px;
	}
	.tabbar .root-list li.item-phone .name i{
		color: #FFFFFF;
		font-size: 0.747rem;
		animation: 1s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeIn;
	}
	.tabbar .root-list li.item-phone .desc{
		font-size: 0.3734rem;
		color: #FFFFFF;
		margin-top: 5px;
	}
	.tabbar .root-list li.item-online{
		flex: 0 0 28%;
		position: relative;
	}
	.tabbar .root-list li.item-online .desc{
		/* width: 99px; */
		width: 100%;
		height: 1.0667rem;
		background: linear-gradient( -45deg, #FF3C33 0%, #FD6A62 100%);
		border-radius: 3px;
		line-height: 1.0667rem;
		text-align: center;
	}
	.tabbar .root-list li.item-online .desc a{
		display: inline-block;
		height: 100%;
		width: 100%;
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
	}
	.tabbar .root-list li.item-online .tips{
		width: 215%;
		height: 0.80rem;
		line-height: 0.80rem;
		padding: 0 10px;
		background: #000000;
		border-radius: 5px;
		position: absolute;
		top: -150%;
		left: -110%;
	}
	.tabbar .root-list li.item-online .tips p{
		font-size: 0.2934rem;
		color: #FFFFFF;
		position: relative;
	}
	.tabbar .root-list li.item-online .tips p::after{
		content: "";
		position: absolute;
		bottom: -8px;
		right: 15px;
		border-top: 8px solid #000;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
	.tabbar .root-list li.item-online .tips i{
		color: #FFFFFF;
	}
	
	@keyframes fadeIn {
	    0% {
	        opacity: 0
	    }
	
	    to {
	        opacity: 1
	    }
	}
	
	/* 侧边微信 */
	.main{
		position: relative;
	}
	.weixinSide .weixin{
		margin: auto 8px 200px auto;
		background-color: #FFFFFF;
		border-radius: 10px;
		position: fixed;
		z-index: 98;
		right: -5px;
		bottom: 0;
		left: auto;
		top: auto;
	}
	.weixinSide .weixin .icon{
		width: 60px;
		height: 60px;
		/* position: absolute; */
		/* right: 0; */
		/* top: 0; */
	}
	.weixinSide .weixin .text{
		background-color: #FFFFFF;
		font-size: 0.32rem;
		text-align: center;
	}
	.weixinSide .dialog-mask{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.3);
	}
	.weixinSide .dialog-mask .wx-pop{
		width: 82%;
		margin: 30% auto;
		background: #FFFFFF;
		padding: 10px 15px 20px 15px;
		border-radius: 5px;
		text-align: center;
		position: relative;
	}
	.weixinSide .dialog-mask .wx-pop .pop-close{
		text-align: right;
	}
	.weixinSide .dialog-mask .wx-pop .pop-close i{
		font-size: 24px;
	}
	.weixinSide .dialog-mask .wx-pop .content .title{
		font-size: 18px;
		font-weight: bold;
	}
	.weixinSide .dialog-mask .wx-pop .content .img{
		margin: 10px auto;
		width: 120px;
		height: 120px;
	}
	.weixinSide .dialog-mask .wx-pop .content .tips{
		font-size: 16px;
		font-weight: bold;
	}
	.weixinSide .dialog-mask .wx-pop .content .code{
		width: 60%;
		height: 42px;
		text-align: center;
		line-height: 42px;
		background: #F3F3F3;
		font-weight: 500;
		font-size: 0.3734rem;
		color: #333333;
		margin: 17px auto;
	}
	.weixinSide .dialog-mask .wx-pop .content .message{
		font-size: 0.3734rem;
	}	
	
}







