/* 欢迎语 */
.welcome{
	margin-top: 200px;
}
.welcome .welcome-warp{
	text-align: center;
	padding: 30px 10px;
	background-image: url('../img/welcome.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.welcome .welcome-warp .title{
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.welcome .welcome-warp .phone{
	font-size: 16px;
	color: #FFF1A2;
}
.welcome .welcome-warp .phone span{
	font-size: 18px;
}

/* 关于 */
.about{
	margin-top: -100px;
}
.about .container{
	max-width: 1240px;
}
.about .about-warp{
	display: flex;
	justify-content: space-between;
	padding: 45px 20px 25px 20px;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.06), -2px 0px 4px 0px rgba(0,0,0,0.06);
}
.about .about-warp .txt-warp{
	/* flex: 0 0 52%; */
	flex-grow: 1;
	margin-right: 20px;
}
.about .about-warp .txt-warp .content{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-align: justify;
	padding-right: 20px;
	max-height: 240px;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
/* 自定义整个滚动条 */
.about ::-webkit-scrollbar {
	width: 10px; /* 滚动条宽度 */
}
.about ::-webkit-scrollbar-track {
	background: #f2f2f2; /* 轨道颜色 */
	border-radius: 10px;
}
.about ::-webkit-scrollbar-thumb {
	background: #ccc; /* 滑块颜色 */
	border-radius: 10px;
}

.about .about-warp .img-warp{
	flex: 0 0 498px;
	/* height: 332px; */
	aspect-ratio: 3 / 2;
	margin-right: 25px;
	border-radius: 4px;
	background: #ED664F;
	position: relative;
}
.about .about-warp .img-warp .video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -25px;
	left: 25px;
}
.about .about-warp .img-warp .video img{
	border-radius: 4px;
}
.about .about-warp .img-warp .video .thumb-img{
	width: 100%;
	height: 100%;
	position: relative;
}
.about .about-warp .img-warp .video .thumb-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.about .about-warp .img-warp .play{
	position: absolute;
	z-index: 9;
	top: calc(50% - 25px);
	left: calc(50% + 25px);
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.about .about-warp .img-warp .play i {
    color: #FFFFFF;
    font-size: 40px;
}

.main{
	/* margin-top: 350px; */
}

/* 热销墓型 */
.tomb{
	padding: 65px 0 0px 0;
}
.tomb .tomb-list li{
	margin-bottom: 30px;
	cursor: pointer;
}
.tomb .tomb-list li .img-warp{
	margin-bottom: 10px;
	aspect-ratio: 9 / 10;
	border-radius: 5px;
	overflow: hidden;
}
.tomb .tomb-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.tomb .tomb-list li .txt-warp{
	text-align: center;
}
.tomb .tomb-list li .txt-warp .title{
	font-size: 18px;
	color: #333333;
	transition: all 0.2s ease-in-out;
}
.tomb .tomb-list li .txt-warp .mate{
	font-size: 16px;
	color: #585858;
	padding: 10px 0 8px 0;
}
.tomb .tomb-list li:hover .title{
	color: #ED664F;
}
.tomb .tomb-list li:hover .img-warp img{
	transform: scale(1.08);
}

/* 广告位 */
.poster{
	margin-bottom: 30px;
}
.advert{
	width: 100%;
	margin: 15px 0;
	position: relative;
}
.advert a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.advert .txt-warp{
	margin-left: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.advert .txt-warp .service{
	display: inline-block;
	font-size: 0.3734rem;
	height: 0.64rem;
	line-height: 0.64rem;
	padding: 0 0.26667rem;
	border-radius: 12px;
}
.advert .txt-warp .title{
	font-weight: 500;
	font-size: 0.48rem;
	color: #FFFFFF;
}
.advert .txt-warp .desc{
	font-size: 0.3734rem;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
}
.advert .txt-warp .service{
	font-size: 0.3734rem;
	color: #FFFFFF;
	background: #FF5D41;
}



/* 陵园环境 */
.environment{
	padding: 50px 0 110px 0;
	background-image: url('../img/img-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.environment .normal-title .title{
	color: #FFFFFF;
}
.environment .normal-title .desc{
	color: #FFFFFF;
}
.environment .content{
	position: relative;
}
.environment .content .img-item{
	cursor: pointer;
}
.environment .content .img-warp{
	aspect-ratio: 3 / 2;
	margin-bottom: 15px;
}
.environment .content .img-warp img{
	border-radius: 5px;
}
.environment .content .txt-warp{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

.environment .swiper-button-prev, 
.environment .swiper-container-rtl .swiper-button-next{
	left: 45%;
}
.environment .swiper-button-next, 
.environment .swiper-container-rtl .swiper-button-prev{
	right: 45%;
}


/* 陵园资讯 */
.information{
	margin: 65px 0 60px 0;
}
.information .more-btn{
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 36px;
	border-radius: 19px;
	border: 1px solid #FD6A62;
	transition: all 0.2s ease-in-out;
}
.information .more-btn a{
	display: inline-block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #FD6A62;
	transition: all 0.2s ease-in-out;
}
.information .more-btn:hover{
	background-color: #FD6A62;
}
.information .more-btn:hover a{
	color: #FFFFFF;
}
.information .info-list li{
	cursor: pointer;
}
.information .info-list li .img-warp{
	aspect-ratio: 3 / 2;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.information .info-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .txt-warp{
	text-align: left;
}
.information .info-list li .txt-warp .time{
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
.information .info-list li .txt-warp .title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .txt-warp .desc{
	font-size: 14px;
	color: #666666;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information .info-list li:hover .title{
	color: #ED664F;
}
.information .info-list li:hover .img-warp img{
	transform: scale(1.08);
}

/* 碑型详情弹窗 */
.mask {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    background: rgba(0, 0, 0, .9);
}
.mask.block{
	display: block;
}
.tomb-body {
    width: 540px;
	height: 95%;
    position: relative;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tomb-body .head {
    position: absolute;
    right: -80px;
	top: -35px;
    cursor: pointer;
}
.tomb-body .head i {
    color: #FFFFFF;
    font-size: 36px;
}
.tomb-body .swiper-container{
	height: 100%;
}
.tomb-body .img-warp{
	aspect-ratio: 9 / 10;
}
.tomb-body .txt-warp{
	width: 93%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px;
}
.tomb-body .txt-warp .titles .ly-name{
	font-size: 24px;
	color: #000000;
}
.tomb-body .txt-warp .titles .ly-price span{
	font-size: 22px;
}
.tomb-body .txt-warp .basic-list{
	flex-wrap: wrap;
	margin: 20px 0;
}
.tomb-body .txt-warp .basic-list li{
	flex: 0 0 33.3%;
	font-size: 16px;
	margin-bottom: 10px;
}
.tomb-body .txt-warp .basic-list li .item-name{
	color: #888888;
	margin-right: 6px;
}
.tomb-body .zixun-warp{
	height: 90px;
	/* background-image: url('../img/issue-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat; */
	position: relative;
}
.tomb-body .zixun-warp .issue-swiper{
	width: 70%;
	height: 32px;
	background: #FFFFFF;
	padding: 0 20px;
	border-radius: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tomb-body .zixun-warp .issue-swiper .swiper-container{
	height: 100%;
}
.tomb-body .zixun-warp .issue-swiper .info{
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tomb-body .order-list{
	margin-top: 20px;
}
.tomb-body .order-list li{
	width: 150px;
	height: 48px;
}
.tomb-body .order-list li a{
	color: #FFFFFF;
	font-size: 18px;
}
.tomb-body .order-list li i{
	color: #FFFFFF;
	font-size: 20px;
	margin-right: 5px;
}
.tomb-body .order-list li:first-child{
	background: linear-gradient( 90deg, #FF7F30 0%, #FF581E 100%);
	border-radius: 7px 0px 0px 7px;
}
.tomb-body .order-list li:last-child{
	background: linear-gradient( 90deg, #FD9828 0%, #FBC836 100%);
	border-radius: 0 7px 7px 0;
}
.tomb-body .swiper-button-prev, 
.tomb-body .swiper-container-rtl .swiper-button-next{
	left: -120px;
}
.tomb-body .swiper-button-next, 
.tomb-body .swiper-container-rtl .swiper-button-prev{
	right: -120px;
}

/* 陵园环境弹窗 */
.imgs-body{
    width: 900px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgs-body .head {
    position: absolute;
    right: -80px;
	top: -50px;
    cursor: pointer;
}
.imgs-body .head i {
    color: #FFFFFF;
    font-size: 38px;
}
.imgs-body .content .img-warp{
	aspect-ratio: 3 / 2;
}
.imgs-body .content .txt-warp{
	font-size: 22px;
	color: #FFFFFF;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
	position: absolute;
	z-index: 8;
	bottom: 0;
}
.imgs-body .swiper-button-prev, 
.imgs-body .swiper-container-rtl .swiper-button-next{
	left: -130px;
}
.imgs-body .swiper-button-next, 
.imgs-body .swiper-container-rtl .swiper-button-prev{
	right: -130px;
}



@media (max-width: 576px){
	.header {
		height: 275px;
		/* height: 186px; */
	}
	/* 欢迎语 */
	.welcome {
	    margin-top: 1.3334rem;
	}
	.welcome .welcome-warp{
		padding: 0.4rem 0.4rem;
	}
	.welcome .welcome-warp .title{
		font-size: 0.48rem;
		margin-bottom: 0.05334rem;
	}
	.welcome .welcome-warp .phone {
	    font-size: 0.3734rem;
	}
	
	/* 关于 */
	.about {
		margin-top: -1.6rem;
	}
	.about .about-warp{
		flex-direction: column-reverse;
		padding: 0.66667rem 0.4rem 0.4rem 0.4rem;
	}
	.about .about-warp .txt-warp {
	    flex-grow: 1;
	    margin-right: 0;
		/* margin-bottom: 0.4rem; */
	}
	.about .about-warp .txt-warp .content{
		/* display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-overflow: ellipsis; */
		max-height: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.about .about-warp .txt-warp .content.open{
		max-height: none !important;
	}
	.about .about-warp .txt-warp .show-more-btn{
		cursor: pointer;
		text-align: center;
		background-color: #fff;
		position: relative;
		padding-top: 10px;
	}
	.about .about-warp .show-more-btn:before {
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 100%;
	    height: 52px;
	    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	}
	.about .about-warp .show-more-btn.active:before{
		content: none;
	}
	.about .about-warp .show-more-btn .more_btn{
		width: 160px;
		height: 38px;
		text-align: center;
		line-height: 38px;
		display: inline-block;
		border-radius: 18px;
		border: 1px solid #ED664F;
		font-size: 14px;
		color: #ED664F;
		transition: all 0.2s ease-in-out;
	}
	.about .about-warp .img-warp{
		flex: auto;
		margin-right: 10px;
		margin-bottom: 0.8rem;
	}
	.about .about-warp .img-warp .video{
		top: -10px;
		left: 10px;
	}
	.about .about-warp .img-warp .play {
	    top: calc(50% - 10px);
	    left: calc(50% + 10px);
	}
	.about .about-warp .img-warp .play i {
	    font-size: 0.96rem;
	}
	
	.main {
	    /* margin-top: 11.6rem; */
	}
	.main.expand{
		/* margin-top: 35.4rem; */
	}
	
	/* 热销墓型 */
	.tomb{
		padding: 0.9334rem 0 0px 0;
	}
	.tomb .tomb-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.tomb .tomb-list li{
		padding-right: 8px;
		padding-left: 8px;
		margin-bottom: 0.4rem;
	}
	.tomb .tomb-list li .img-warp{
		margin-bottom: 0.1334rem;
	}
	.tomb .tomb-list li .txt-warp .title{
		font-size: 0.42667rem;
	}
	.tomb .tomb-list li .txt-warp .mate{
		font-size: 0.3734rem;
		padding: 0.1334rem 0 0.1066rem 0;
	}
	
	/* 广告位 */
	.poster{
		margin-bottom: 20px;
	}
	
	/* 陵园环境 */
	.environment{
		padding: 0.80rem 0 1.6rem 0;
	}
	.environment .swiper-button-next, 
	.environment .swiper-container-rtl .swiper-button-prev{
		right: 20%;
	}
	.environment .swiper-button-prev, 
	.environment .swiper-container-rtl .swiper-button-next {
	    left: 20%;
	}
	
	/* 资讯 */
	.information {
	    margin: 0.80rem 0 0.80rem 0;
	}
	.information .more-btn{
		width: 100%;
	}
	.information .info-list li{
		margin-bottom:  0.4rem;
	}
	.information .info-list li a{
		display: flex;
		align-items: center;
	}
	.information .info-list li .img-warp {
		flex: 0 0 120px;
		margin-right: 10px;
	    margin-bottom: 0.26667rem;
	}
	.information .info-list li .txt-warp{
		display: flex;
		flex-direction: column-reverse;
	}
	.information .info-list li .txt-warp .time {
	    margin-bottom: 0.1334rem;
	}
	.information .info-list li .txt-warp .title {
	    font-size: 0.42667rem;
	    margin-bottom: 0.1334rem;
	}
	.information .info-list li .txt-warp .desc{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	/* 碑型详情弹窗 */
	.tomb-body{
		width: 95%;
		height: 90%;
		left: 50%;
		top: 7%;
		transform: translate(-50%, 0%);
	}
	.tomb-body .head {
	    right: 0;
	    top: -45px;
	}
	.tomb-body .head i {
	    font-size: 0.85334rem;
	}
	.tomb-body .txt-warp{
		padding: 0.4rem 0.4rem;
		bottom: 0px;
	}
	.tomb-body .txt-warp .titles .ly-name {
	    font-size: 0.48rem;
	}
	.tomb-body .txt-warp .titles .ly-price span {
	    font-size: 0.5334rem;
	}
	.tomb-body .txt-warp .basic-list {
	    margin: 0.26667rem 0;
	}
	.tomb-body .txt-warp .basic-list li{
		flex: 0 0 50%;
		font-size: 0.3734rem;
		margin-bottom: 0.16rem;
	}
	.tomb-body .zixun-warp{
		height: 60px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.tomb-body .zixun-warp .issue-swiper{
		width: 80%;
		left: 55%;
	}
	.tomb-body .zixun-warp .issue-swiper .info{
		font-size: 0.3734rem;
	}
	.tomb-body .order-list {
	    margin-top: 0.4rem;
	}
	.tomb-body .order-list li{
		height: 36px;
	}
	.tomb-body .order-list li a{
		font-size: 0.3734rem;
	}
	.tomb-body .order-list li i{
		color: #FFFFFF;
		font-size: 0.48rem;
		margin-right: 5px;
	}
	.tomb-body .swiper-button-next, 
	.tomb-body .swiper-button-prev{
		display: none;
	}
	
	/* 陵园环境弹窗 */
	.imgs-body{
		width: 100%;
	}
    .imgs-body .head {
        right: 10px;
        top: -60px;
    }
    .imgs-body .head i {
        font-size: 0.85334rem;
    }
	.imgs-body .content .txt-warp {
	    font-size: 0.42667rem;
	    height: 1.0667rem;
	    line-height: 1.0667rem;
	}
	.imgs-body .swiper-button-next,
	.imgs-body .swiper-button-prev{
		display: none;
	}
	
}
































