* {
	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;
}

/* 陵园价格 */
.ly-price {
    color: #888888;
    font-size: 14px;
}
.ly-price span {
    font-family: PingFangsc-Medium;
    color: #FB8B05;
    font-size: 20px;
}

/* 标题 */
.normal-title{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.normal-title .title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 32px;
	position: relative;
}
.normal-title .title::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #ED664F;
	left: 0;
	top: -15px;
}
.normal-title .title span{
	/* color: #ED664F; */
	background: linear-gradient(to bottom, #FFA6A1, #ED6650);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.normal-title .desc{
	/* font-family: PingFang-Light; */
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	margin-left: 12px;
}

/* 字体 */
.m-title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
}

/* swiper轮播图 */
.swiper-button-next, 
.swiper-button-prev{
	width: 40px;
	height: 40px;
	top: inherit;
	bottom: -30%;
	color: #FFFFFF;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	transition: all 0.2s ease-in-out;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover{
	background: #ED664F !important;
	border: none !important;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
	font-size: 26px;
}

/* 显示视频 */
.show_shipin {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    z-index: 999999;
}
.show_shipin.block{
	display: block;
}
.show_shipin .shipin {
    width: 100%;
    height: 100%;
}
.show_shipin .shipin > video {
    width: 100%;
    height: 100%;
}
.show_shipin ._close{
    position: absolute;
    right: 0;
    top: 0;
}
.show_shipin ._close i{
	font-size: 46px;
	color: #A6A6A6;
}

/* 广告位 */
.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{
	width: auto;
	position: relative;
}
.issue-box .issue-swiper{
    width: 100%;
	height: 48px;
	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: 48px;
	color: #000000;
	/* width: 80%; */
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.issue-box .zixun-warp{
	width: 110px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: linear-gradient( 115deg, #E2271E 0%, #FD6A62 100%);
	border-radius: 37px;
	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;
}


/* 头部 */
.header{
	height: 550px;
	background-image: url('../img/home-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.header .head-warp{
	padding: 15px 0 20px 0;
	border-bottom: 1px solid #9D9D9D;
}
.header .head-warp .logo{
	max-width: 275px;
	height: 45px;
}
.header .head-warp .logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.header .head-warp .phone{
	font-family: PingFangsc-Medium;
	font-size: 16px;
	color: #FFFFFF;
}
.header .head-warp .phone span{
	font-size: 20px;
}

/* 底部 */
.footer{
	/* background-color: #060D20; */
	/* background-image: url('../img/foot-bg.png'); */
	background: url('../img/foot-bg.png') #060D20;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 50px;
}
.footer .foot-warp{
	display: flex;
	justify-content: space-between;
	padding: 0px 0 35px 0;
	border-bottom: 1px solid #535353;
}
.footer .foot-warp .foot-left{
	flex: 0 0 30%;
}
.footer .foot-warp .foot-left .logo .ly-img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.footer .foot-warp .foot-left .logo .ly-img img{
	border-radius: 50%;
}
.footer .foot-warp .foot-left .logo .ly-name{
	font-weight: 600;
	font-size: 34px;
	color: #FFFFFF;
	margin-left: 5px;
}
.footer .foot-warp .foot-left .desc{
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 20px;
}
.footer .foot-warp .foot-right .notice-list{
	display: flex;
	margin-top: 30px;
}
.footer .foot-warp .foot-right .notice-list li{
	width: 100%;
	margin-right: 80px;
}
.footer .foot-warp .foot-right .notice-list li:last-child{
	margin-right: 0px;
}
.footer .foot-warp .foot-right .notice-list li .item-title{
	font-size: 18px;
	color: #FFA5A0;
	margin-bottom: 30px;
	position: relative;
}
.footer .foot-warp .foot-right .notice-list li .item-title::after{
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background: #FFFFFF;
	left: 0;
	bottom: -10px;
}
.footer .foot-warp .foot-right .notice-list li .item-detail{
	font-size: 20px;
	color: #FFFFFF;
}
.footer .foot-warp .foot-right .notice-list li .item-img{
	width: 100px;
	height: 100px;
}
.footer .foot-info{
	padding: 20px 0;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.footer .foot-info a{
	font-size: 14px;
	color: #FFFFFF;
}
.footer .foot-info p{
	margin-right: 20px;
}
.footer .foot-info ._record{
	margin-bottom: 15px;
}
.footer .foot-info ._statement{
	font-size: 14px;
}
.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;
	/* width: 150px; */
	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: #FD6A62;
    border-color: #FD6A62;
}
.page-item:hover .page-link{
	color: #FD6A62;
}
.page-item.active:hover .page-link{
	color: #fff;
}



@media (max-width: 576px){
	/* 标题 */
	.normal-title{
		flex-direction: column;
		align-items: start;
		margin-bottom: 0.4rem;
	}
	.normal-title .title {
	    font-size: 0.5867rem;
	}
	.normal-title .title::after{
		top: -8px;
	}
	.normal-title .desc {
	    font-size: 0.3734rem;
		margin-left: 0px;
	}
	
	/* swiper */
	.swiper-button-next, 
	.swiper-button-prev {
	    width: 30px;
	    height: 30px;
	    bottom: -15%;
	}
	.swiper-button-next:after, 
	.swiper-button-prev:after {
	    font-size: 18px;
	}
	
	.hidden-xs{
		display: none;
	}
	
	/* 广告位 */
	.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.90667rem;
		padding: 0 0.40rem;
	}
	.issue-box .issue-swiper .info{
		width: 100%;
		font-size: 0.3734rem;
		line-height: 0.90667rem;
	}
	.issue-box .zixun-warp{
		width: 2.56rem;
		height: 0.85334rem;
		line-height: 0.85334rem;
		position: static;
		transform: translateY(0);
		margin-top: 0.21334rem;
	}
	.issue-box .zixun-warp a{
		font-size: 0.3734rem;
	}
	.issue-box .zixun-warp a i{
		font-size: 0.3734rem;
	}
	
	
	/* 头部 */
	.header {
		/* height: 275px; */
		height: 186px;
	}
	.header .head-warp{
		padding: 10px 0 10px 0;
	}
	.header .head-warp .logo{
		max-width: 5.2rem;
		height: 0.80rem;
	}
	.header .head-warp .phone span{
		font-size: 0.48rem;
	}
	
	/* 底部 */
	.footer{
		padding-top: 0.4rem;
	}
	.footer .foot-warp{
		padding: 0 0 0 0;
		flex-direction: column;
		border-bottom: none;
	}
	.footer .foot-warp .foot-left {
	    flex: 0 0 100%;
	    text-align: center;
	}
	.footer .foot-warp .foot-left .logo .ly-img{
		width: 1.0134rem;
		height: 1.0134rem;
	}
	.footer .foot-warp .foot-left .desc {
	    font-size: 0.42667rem;
	    margin-top: 0.4rem;
	}
	.footer .foot-left .logo{
		justify-content: center;
	}
	.footer .foot-warp .foot-left .logo .ly-name{
		font-size: 0.6934rem;
	}
	.footer .foot-warp .foot-right .notice-list{
		margin-top: 0.5334rem;
		flex-direction: column;
	}
	.footer .foot-warp .foot-right .notice-list li{
		margin-bottom: 0.26667rem;
	}
	.footer .foot-warp .foot-right .notice-list li .item-title{
		font-size: 0.42667rem;
		margin-bottom: 0.26667rem;
	}
	.footer .foot-warp .foot-right .notice-list li .item-title::after{
		bottom: -0.1334rem;
	}
	.footer .foot-warp .foot-right .notice-list li .item-detail{
		font-size: 0.3734rem;
	}
	.footer .foot-warp .foot-right .notice-list li .item-img{
		margin-top: 0.4rem;
	}
	.footer .foot-info{
		padding: 0.1334rem 0 0.5334rem 0;
	}
	.footer .foot-info ._record{
		flex-direction: column;
	}
	.footer .foot-info ._record .beian{
		flex-direction: column;
	}
	.footer .foot-info p {
	    line-height: 23px;
	}
	.footer .foot-info ._statement {
	    font-size: 0.32rem;
	    text-align: left;
	}
	.footer .frindlink {
	    margin-bottom: 0.26667rem;
		height: 0.8rem;
		line-height: 0.8rem;
		overflow: hidden;
	}
	.footer .frindlink .title{
		width: 20%;
	}
	.footer .frindlink .link-list{
		overflow: scroll;
		height: 1.05rem;
		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;
	}
	.WeChat .weixin{
		margin: auto 8px 200px auto;
		position: fixed;
		background-color: #FFFFFF;
		border-radius: 10px;
		z-index: 98;
		right: -5px;
		bottom: 0;
		left: auto;
		top: auto;
	}
	.WeChat .weixin .icon{
		width: 60px;
		height: 60px;
		/* position: absolute; */
		/* right: 0; */
		/* top: 0; */
	}
	.WeChat .weixin .text{
		background-color: #FFFFFF;
		font-size: 0.32rem;
		text-align: center;
	}
	.WeChat .dialog-mask{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.5);
	}
	.WeChat .dialog-mask.block{
		display: block;
	}
	.WeChat .dialog-mask .wx-pop{
		width: 82%;
		margin: 30% auto;
		background: #FFFFFF;
		padding: 10px 15px 20px 15px;
		border-radius: 5px;
		text-align: center;
		position: relative;
	}
	.WeChat .dialog-mask .wx-pop .pop-close{
		text-align: right;
	}
	.WeChat .dialog-mask .wx-pop .pop-close i{
		font-size: 24px;
	}
	.WeChat .dialog-mask .wx-pop .content .title{
		font-size: 18px;
		font-weight: bold;
	}
	.WeChat .dialog-mask .wx-pop .content .img{
		margin: 10px auto;
		width: 120px;
		height: 120px;
	}
	.WeChat .dialog-mask .wx-pop .content .tips{
		font-size: 16px;
		font-weight: bold;
	}
	.WeChat .dialog-mask .wx-pop .content .code{
		width: 60%;
		height: 42px;
		text-align: center;
		line-height: 42px;
		background: #F3F3F3;
		font-weight: 500;
		font-size: 0.3734rem;
		color: #333333;
		margin: 17px auto;
	}
	.WeChat .dialog-mask .wx-pop .content .message{
		font-size: 0.3734rem;
	}
	
	
	
	
	
}




