body{
	background-image: linear-gradient(180deg,#d1d9dc 0%,#e2e7e0 100%);
	/*background-color: #d0d8dc;*/
}
@media(max-width:768px){
	body{
		background-image:linear-gradient(180deg,#7e9ea5 0%,#ced6d9 340px,#d1d9dc 360px,#e2e7e0 100%)
	}
}
.main{
	background: url(./img/footer-image.png) repeat-x 50% 100%;
	width: 100%;
}
/* main部分样式设计开始 ---------------------------------------------------------*/
/* 创建页面样式设计开始 -------------------------*/
.content{
	background-image: url(./img/main-container-background.png);
	background-repeat: no-repeat;				
	padding: 28px 0 240px 0;
	position: relative;
}
@media(max-width:768px){
	.content{
		background-image: none;
		padding: 0 0 150px 0;
		margin-bottom: 50px;
	}
}
.content .container-main{
	padding-left: 15px;
	padding-right: 15px;
	min-height: 120px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.content .container-main #page-home{
	padding: 28px 0 0;
	width: 100%;
}
@media(max-width:768px){
	.content .container-main #page-home{
		padding: 15px 0 0;
	}
}
.container-main,.content{
	width: 100%;
}
.content .container-main #page-home .creat-memorial-form{
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	position: relative;
}
@media(max-width:768px){
	.content .container-main #page-home .creat-memorial-form{
		margin-bottom: 15px;
	}
}

.content .container-main #page-home .creat-memorial-form .box-shadow{
	width: 90%;
	position: absolute;
	top: 85%;
	margin-bottom: -15px;
	background-color: rgba(27,64,70,.15);
	border-radius: 16px;
	filter: blur(41px);
	height: 75px;
	z-index: 0;
}
.content .container-main #page-home .creat-memorial-form .form-inline{
	width: 100%;
	position: relative;
	z-index: 1;
}
.content .container-main #page-home .creat-memorial-form .form-inline .create-memorial{
	padding: 48px 48px 40px 48px;
	border: 1px solid #c39c65;
	border-radius: 16px;
	text-align: center;
	background-color: #dee4e4;				
}
@media(max-width:768px){
	.content .container-main #page-home .creat-memorial-form .form-inline .create-memorial{
		padding: 16px;
	}
}
.create-memorial .top-block{
	margin-bottom: 15px;
	/* background-color: red; */
}
.create-memorial .top-block h1{
	color: #1b4046;
	font-size: 40px;
	line-height: 1.2em;
	margin: 4px 0 20px;
	font-weight: 300;
	letter-spacing: -0.2px;
}
@media(max-width:768px){
	.create-memorial .top-block h1{
		font-size: 25px;
		line-height: 30px;
		margin: 15px 0;
		font-weight: 600;
	}
}
.create-memorial .top-block h3{
	color: #63787b;
	font-size: 18px;
	/*text-indent: 2em;*/
	letter-spacing: 0.1px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 100;
}
@media(max-width:768px){
	.create-memorial .top-block h3{
		font-size: 14px;
		line-height: 24px;
		padding: 0 10px;
		text-align: left;
		text-indent: 2em;
	}
}
.central-block{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.central-block .inputs-wrapper{
	width: 100%;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 100px;
	flex-direction: column;
	gap:25px;
	margin-top: 15px;
}
@media(max-width:768px){
	.central-block .inputs-wrapper{
		display: flex;
		flex-direction: column;
		margin-bottom: 7px;
		align-items: center;
		padding: 0;
		gap:15px;
	}
	.central-block .inputs-wrapper label{
		margin-bottom: 15px;
		margin-right: 0;
	}
}
.central-block .inputs-wrapper .form-group{
	display: flex;
	/*flex-direction: column;*/
	align-items: flex-start;
	align-items: center;
	justify-content: center;
	/*margin-right: 16px;*/
	width: 100%;
	/*max-width: 280px;*/
}
@media(max-width:768px){
	.central-block .inputs-wrapper .form-group{
		align-items: center;
		width: 100%;
		margin-right: 0;
		/*margin-bottom: 16px;*/
	}
}
.central-block .inputs-wrapper label{
	font-size: 18px;
	letter-spacing: 0.2px;
	margin-right: 20px;
	color: #1b4046;
	white-space: nowrap;
}
@media(max-width:768px){
	.central-block .inputs-wrapper .form-group label{
		font-size: 16px;
		margin-bottom: 12px;
	}
}
input.name{
	background-color: #f5fcff;
	height: 40px;
	max-width: 280px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #bfcdcf;
	padding: 10px 15px;
	border-radius: 8px;
	text-align: center;
}
input.name::placeholder{
	color: #80969C;
}
.name:hover{
	box-shadow: #ffcc84 0px 0px 0.5px 0.5px;
	transition: 0.25s;
	/* outline: 1px solid #C39C65; */
}
.name:focus{
	border: 1px solid #C39C65;
	box-shadow: none;
}
.showMoreBtn,.button{
	background-image: linear-gradient(180deg, #C09C61,#D6B277);
	box-shadow: inset 0 2px 1px rgb(255 255 255 / 40%);
	border: 1px solid #a88959;
	color: #fff;
	width: 100%;
	max-width: 280px;
	border-radius: 8px;
	padding: 10px 15px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
}
.button:hover{
	background-image: linear-gradient(180deg, #DBB06B,#DBB06B);
	transition: 0.25s;				
}
.bottom-block{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}
@media(max-width:768px){
	.bottom-block{
		display: none;
	}
}
.bottom-block a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 20px 12px 24px;
	margin: 0 16px;
	min-width: 252px;
	box-shadow: -0.90248px -0.90248px 2.70745px #f6f9f9, 1.35373px 1.35373px 2.70745px #bbcaca;
	border-radius: 80px;
	font-size: 15px;
	position: relative;
	z-index: 2;
	background-color: #DEE4E4;
}
.bottom-block a:hover{
	background-color: #EBF2F2;
	transition: 0.25s;
}
.bottom-block a i{
	 font-size: 14px;
	padding-left: 5px;
	color: #b9935b ;
	font-weight: 600;
	vertical-align: bottom;
}
.crossline{
	width: 100%;
	max-width: 280px;
	border-bottom: 1px solid #bfcdcf;
}
/* 创建页面样式设计结束 -------------------------*/

/* 最近案例样式设计开始 -------------------------*/
.recent-memorial .recent-memorial-block .title{
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	text-align: center;
	margin: 0 0 48px;
	text-transform: uppercase;
	color: #1B4046;
	font-weight: 550;
}
.recent-memorial,.recent-memorial-block,.recent-memorial-container{
	width: 100%;
}
@media(max-width:768px){
	.recent-memorial .recent-memorial-block .title{
		font-size: 20px;
		line-height: 28px;
		margin: 0 auto 20px;
		max-width: 80%;
		font-weight: 400;
	}
}
.recent-memorial .recent-memorial-block .recent-memorial-container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;				
}
@media(max-width:768px){
	.recent-memorial .recent-memorial-block .recent-memorial-container{
		display: block;
		}
}
/* 左侧照片栏 */
.recent-memorial .recent-memorial-block .recent-memorial-container .fm-memorials{
	margin-right: 60px;
	overflow: hidden;
	position: relative;
}
.fm-memorials{
	width: 100%;
}
@media(max-width:768px){
	.recent-memorial .recent-memorial-block .recent-memorial-container .fm-memorials{
		margin: 0 0 65px 0;
	}
}
.fm-memorials .change-one{
	height: 190px;
	width: 30px;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
}
@media(max-width:768px){
	.fm-memorials .change-one{
		display: flex;
	}
}
.fm-memorials .change-one i{
	font-size: 25px;
	color: #b4c4c8;
	font-weight: 700;
}
.formal{
	top: -5px;
	left: 5px;
	transform: rotate(180deg);
}
.next{
	right: 5px;
	top: -5px;
}
/* 照片遮罩层 */
.photo-gallary{
	height: 217px;
	width: 7465px;
	overflow: hidden;
}
/* 照片单独一组，预计有20组循环播放 */
.photo-form-group{
	width: 210px;/* 宽度随页面宽度变化而变化 */
	float: left;
}
@media(max-width:768px){
	.photo-form-group{
		width: 350px;
		/* margin-right: 0 auto; */
	}
}
@media(max-width:768px){
	.photo-form-group .photo-link{
		margin: 0 auto;
	}
}
.photo-link a.top-name {
	display: block;
	height: 180px;
	margin: 0 0 17px;				
	border-radius: 8px;
	overflow: hidden;
}
.photo-link a .pic-name{
	position: relative;
}
.photo-link a .pic-name span.hover{
	position: absolute;
	top: 0;
	left: 0;
	color: black;
	padding: 30px 5px;
	cursor: pointer;
	height: 180px;
	/*width: 100%;*/
	opacity: 0;
}
.photo-link a .pic-name span.hover .photo-name{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;				
}
.photo-link a .pic-name span.hover .photo-year{
	padding: 5px 0;
	display: block;
	text-align: center;
	font-size: 14px;
}
.photo-link a .pic-name span.hover .photo-location{
	margin: 5px 0 0;
	display: block;
	text-align: center;
	font-size: 14px;
}
.bottom-name{
	max-width: 180px;
	font-size: 14px;				
	line-height: 20px;
	text-align: center;
}
.bottom-name a{
	width: 100%;
	color: #c39c65;	
}
.bottom-name a:hover{
	text-decoration: underline;
}
.photo-link:hover a .pic-name img{
	opacity: 0.3;
	transition: 0.25s;
}
.photo-link:hover a .pic-name span.hover{
	opacity: 1;
	transition: 0.25s;
}

.fm-statistic .community-statistic{
	width: 230px;
	height: 180px;
	padding: 23px 16px;
	border-radius: 8px;
	background-color: #e8eff0;
	margin-bottom: 4px;
}
@media(max-width:768px){
	.fm-statistic .community-statistic{
		margin: 0 auto;
		width: 100%;
		max-width: 328px;
		/* padding: 23px 16px 0 16px; */
	}
	.fm-statistic .browse-all-memorials{
		display: none;
	}
}
.fm-statistic .community-statistic .communitt-tittle{
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid #bfcdcf;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	color: #4e5454;
}
@media(max-width:768px){
	.fm-statistic .community-statistic .communitt-tittle{
		margin: 2px 0 24px 0;
		font-size: 18px;
		line-height: 25px;
	}
	.community-stats ul{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 4px;
	}
	.community-stats ul li{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		line-height: 20px;
	}
	
}
.fm-memorials-new{
	width: calc(100% - 260px);
	overflow: hidden;
	position: relative;
	height: 230px;
}
.swiper-button-next,.swiper-button-prev{
	display: none!important;
	--swiper-navigation-size: 30px;
	--swiper-navigation-color:#b4c4c8;
}
.picInner{
	overflow: hidden;
	padding: 0 1px;
	border-radius: 6px;
	height: 100%;
	text-align: center;
}
.picInner .imageShow{
	position: relative;
	max-height: 100%;
	margin: 0 auto;
	aspect-ratio:10/12;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 6px;
}
.imageShow img{
	object-fit: cover;
	border-radius: 6px;
	overflow: hidden;
}
.innerText{
	position: absolute;
	padding-bottom: 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:15px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.5) 100%);
	opacity: 0;
	transition: 0.2s;
}
.picInner:hover .innerText{
	opacity: 1;
}
.remenberName{
	text-align: center;
	line-height: 20px;
	padding-top: 5px;
	font-size: 14px;
}
.tall{
	width: 100%;
}
.fat{
	height: 100%;
}
@media(max-width:768px){
	.fm-memorials-new{
		width: 100%;
		height: auto;
		padding: 0 15px;
		margin-bottom: 60px;
	}
	.swiper-button-next,.swiper-button-prev{
		display: flex!important;
	}
	.picInner{
	overflow: hidden;
	padding: 0 1px;
	border-radius: 6px;
	}
	.picInner .imageShow{
		position: relative;
		width: 100%;
		aspect-ratio:10/12;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.imageShow img{
		object-fit: cover;
		border-radius: 6px;
		overflow: hidden;
	}
	.innerText{
		position: absolute;
		padding-bottom: 5px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:3px;
		font-size: 12px;
		color: #fff;
		background-image: linear-gradient(to bottom,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.5) 100%);
		opacity: 0;
		transition: 0.2s;
	}
	.picInner:hover .innerText{
		opacity: 1;
	}
	.remenberName{
		text-align: center;
		line-height: 20px;
		padding-top: 5px;
		font-size: 14px;
	}
}
.community-stats ul li{
	font-size: 16px;
	line-height: 22px;
	color: #536c70;
	margin-bottom: 4px;
	display: flex;
}
.community-stats ul li strong{
	width: 40%;
	margin-right: 3px;
	font-weight: 400;
	text-align: center;
}
@media(max-width:768px){
	.community-stats ul li strong{
		width: 100%;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 8px;
	}
}
.browse-all-memorials a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1b4046;
	background-color: #e4ebeb;
	border-radius: 8px;
	padding: 15px 6px 15px 10px;
	font-size: 14px;
}
.browse-all-memorials a i{
	font-size: 10px;
	color: #c39c65;
	margin-left: 2px;
	font-weight: 700;
}
.browse-all-memorials a:hover{
	background-color: #EBF2F2;
	color: #c39c65;
	transition: 0.25s;
}
/* 最近案例样式设计结束 -------------------------*/
/* 客户基数样式设计开始 -------------------------*/
.trusted-stats{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
	min-height: 28px;
}
@media(max-width:768px){
	.trusted-stats{
		flex-direction: column;
		justify-content: center;
		margin: 0 auto 65px;
		max-width: 296px;
	}
	
}
.trusted-stats .text{
	max-width: 440px;
	font-size: 20px;
	line-height: 28px;
	color: #536c70;
	margin: 0 65px;
	display: flex;
	text-align: center;
	align-items: center;
}
@media(max-width:768px){
	.trusted-stats .text{
		max-width: inherit;
		padding: 22px 0;
		margin: 0;
		font-size: 18px;
		
	}
}
.cross-line{
	width: 100%;
	max-width: 230px;
	border-bottom: 1px solid #bfcdcf;
}
@media(max-width:768px){
	.cross-line{
		max-width: 100%;
	}
}
/* 客户基数样式设计结束 -------------------------*/
/* 特殊纪念入口合集样式设计开始 -------------------------*/
.special-galleries{
	margin-bottom: 12px;
}
.special-gallery-title{
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 48px;
	color: #1b4046;
	text-align: center;
}
@media(max-width:768px){
	.special-gallery-title{
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 31px;
		font-weight: 400;
	}
}
.items-wrapper{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
@media(max-width:768px){
	.items-wrapper{
		flex-direction: column;
	}
}
.item-fm{
	min-width: 504px;
	min-height: 132px;
	color: #1b4046;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 48px;
	box-shadow: 2px 2px 6px #bbcaca, -1px -1px 4px #f6f9f9;
	border-radius: 8px;			
}
@media(max-width:768px){
	.item-fm{
		min-width: 328px;
		min-height: 108px;
		padding: 18px 16px 14px;
		margin: 0 0 24px 0;			
	}
}
.item-fm:hover{
	box-shadow: 2px 2px 6px #D7DEDE, -1px -1px 4px #D7DEDE;
	outline: 2px solid #c39c65;
	transition: box-shadow ease-in-out 0.25s;
}
.all-mw{
	background: url(./img/list/all-gallery-colored.jpg) no-repeat;	
}
.cancer{
	background: url(./img/list/pc-cancer.png) no-repeat;	
}
.accident{
	background: url(./img/list/pc-accident.png) no-repeat;	
}
.childloss{
	background: url(./img/list/pc-baby.png) no-repeat;	
}
.parterloss{
	background: url(./img/list/pc-parter.png) no-repeat;	
}
.pets{
	background: url(./img/list/pc-pets.png) no-repeat;	
}
@media(max-width:768px){
	.all-mw{
		background: url(./img/list/all-gallery-colored-mobile.jpg) no-repeat;	
	}
	.cancer{
		background: url(./img/list/mobile-cancer.png) no-repeat;	
	}
	.accident{
		background: url(./img/list/mobile-accident.png) no-repeat;	
	}
	.childloss{
		background: url(./img/list/mobile-baby.png) no-repeat;	
	}
	.parterloss{
		background: url(./img/list/mobile-parter.png) no-repeat;	
	}
	.pets{
		background: url(./img/list/mobile-pets.png) no-repeat;	
	}
}
.item-fm .text{
	font-size: 20px;
	line-height: 28px;
	max-width: 300px;
	margin-bottom: 10px;
	color: #1b4046;
	font-weight: 600;
}
@media(max-width:768px){
	.item-fm .text{
		font-size: 17px;
		line-height: 24px;
		max-width: 200px;
		margin-bottom: 12px;
		font-weight: 500;
	}
}
.item-fm .learnmore{
	color: #c39c65;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	
}
.item-fm .learnmore i{
	font-size: 12px;
	margin-left: 4px;
	font-weight: 600;
}
.showMoreBtn{
	text-align: center;
	margin-bottom: 20px;
}
/* 特殊纪念入口合集样式设计结束 -------------------------*/
/* main部分样式设计结束 ---------------------------------------------------------*/
.mobileOnly{
	display: none;
}
@media(max-width:768px){
	.mobileOnly{
		display: block;
	}
	.PcOnly{
		display: none;
	}
}
.mobileOnly{
	margin-top: -30px;
}
.mobileOnly .community-statistic{
	margin-top: 50px;
	padding: 23px 0;
}
@media(max-width:768px){
	.fm-statistic{
		width: 100%;
	}
	.searchInput{
		display: block;
	}
}
.imageShow{
	background: url(img/no_img.png);
	background-position: 50% 50%;
	background-size: cover;
}

