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%;
}
/* 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: 20px 0 275px 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;
}
.midsection{
	width: 100%;
}
.mainbox_wrapper{
	width: 100%;
}
@media(max-width:768px){
	.content .container-main{
		padding: 0;
		margin: 0 auto;
	}
}
.content .container-main #page-home{
	padding: 28px 0 0;
	width: 100%;
}
/* 文章内容页面样式设置开始 */
.mainbox_header_wrapper{
	padding: 48px 0 60px;
	margin: 0 30px;
	width: calc(100%-60px);
}
@media(max-width:768px){
	.mainbox_header_wrapper{
		padding: 10px 16px 32px;
		width: 100%;
		margin: 0;
	}
}
.for_mobile{
	display: none;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	color: #1b4046;
}
.for_mobile h1{
	margin-bottom: 24px;
	max-width: 328px;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}
.for_mobile .photo_wrapper img{
	width: 100%;
	border-radius: 16px;
}
.for_mobile .button_wrapper{
	margin-top: 24px;
	width: 100%;
}
.for_mobile .button_wrapper a{
	width: 100%;
	border-radius: 8px;
	border: 1px solid #a88959;
	box-shadow: inset 0 2px 1px rgb(255 255 255 / 40%);
	background-image: linear-gradient(180deg,#cca36a 50%,#b8935f 100%);
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	text-align: center;
	padding: 12px 30px;
	background-color: #bc985d;
	display: inline-block;
}
.for_pc{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.for_pc .title_wrapper{
	margin-right: 30px;
}
.for_pc .title_wrapper h1{
	font-size: 40px;
	line-height: 130%;
	max-width: 434px;
	letter-spacing: -.2px;
}
.for_pc .title_wrapper .button_wrapper{
	margin-top: 32px;
}
.for_pc .title_wrapper .button_wrapper a{
	font-size: 18px;
	line-height: 18px;
	padding: 12px 30px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #bc985d;
	display: inline-block;
	white-space: nowrap;
	border: 1px solid #a88959;
	box-shadow: inset 0 2px 1px rgb(255 255 255 / 40%);
	background-image: linear-gradient(180deg,#cca36a 50%,#b8935f 100%);
	color: #fff;
	border-radius:8px;
	
}
.for_pc .title_wrapper .button_wrapper a:hover{
	background-image: linear-gradient(180deg,#cca36a 0%,#cca36a 100%);
}
.photo_wrapper img{
	border-radius: 16px;
	width: 100%;
}
@media(max-width:768px){
	.for_mobile{
		display: flex;
	}
	.for_pc{
		display: none;
	}
}

.mainbox{
	padding: 36px 48px 86px;
	background-color: #fff;
	color: #1b4046;
	border-radius: 15px;
	width: 100%;
}
.mainbox_mb{
	padding: 36px 16px 56px;
	background-color: #fff;
	color: #1b4046;
	border-radius: 15px;
	display: none;
	width: 100%;
}
@media(max-width:768px){
	.mainbox{
		display: none;
	}
	.mainbox_mb{
		display: block;
	}
}
.lossing-loved-one{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lossing-loved-one h3{
	margin-top: 20px;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: .5px;
	color: #c39c65;
}
.heading_tittle_text{
	margin-bottom: 18px;
}
.heading_tittle_text p{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 27px;
	letter-spacing: 0.01em;
	color: #63787b;
	text-indent: 2em;
}
.share{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.feature-text{
	margin-bottom: 46px;
	text-align: center;
	max-width: 530px;
	color: #1b4046;
}
.feature-text h2{
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 16px;
	margin-top: 20px;
}
.feature-text p{
	font-size: 16px;
	line-height: 27px;
	color:#63787b;
	text-align: left;
	text-indent: 2em;
}
@media(max-width:768px){
	.share{
		display: block;
	}
	.feature-text{
		text-align: left;
	}
	.feature-text h2{
		font-size: 20px;
		line-height: 29px;
		text-align: center;
		margin-top: 0;
	}
	.lossing-loved-one h3{
		text-align: center;
		font-size: 20px;
		line-height: 150%;
		margin: 10px 0;
	}
	.heading_tittle_text p,.feature-text p{
		font-size: 14px;
	}
}
.share nav{
	height: 38px;
	padding: 0 0 1px;
	display: flex;
	max-width: 690px;
	width: 100%;
	border-radius: 2px 2px 0 0;
	align-items: baseline;
	text-transform: uppercase;
	background-color: #eef1f1;
}
.share nav span{
	padding: 10px 0;
	font-size: 13px;
	line-height: 17px;
	width: 25%;
	height: 100%;
	color: #63787b;
	text-align: center;
	border-top: 2px solid #eef1f1;
	cursor: pointer;
}
.share nav span:hover{
	background-color:#fff;
	color: #c39c65;
}
.share-tabs{
	position: relative;
	margin: 34px 0 26px;
	padding-bottom: 494px;
	width: 100%;
	max-width: 690px;				
}
.share-tabs .tab-items{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 16px;
	transition: 0.6s;
	box-shadow: 0 10px 25px 0 rgb(175 184 184 / 40%);
}
.tab-items{
	display: none;
}
.show{
	display: block;
}
@media(max-width:768px){
	.share-tabs{
		padding-bottom: 794px;
		margin: 35px auto 56px;
	}
	.share-tabs .tab-items{
		max-height: 794px;
		border-radius: 8px;
	}
}
#tributes-tab{
	background-image: url(img/share_tributes.jpeg);
}
#photo-tab{
	background-image: url(img/share_photo.jpeg);
}
#video-tab{
	background-image: url(img/share_video.jpeg);
}
#music-tab{
	background-image: url(img/share_audio.jpeg);
}
@media(max-width:768px){
	#tributes-tab{
	background-image: url(img/share_tributes_mobile.jpeg);
	}
	#photo-tab{
		background-image: url(img/share_photo_mobile.jpeg);
	}
	#video-tab{
		background-image: url(img/share_video_mobile.jpeg);
	}
	#music-tab{
		background-image: url(img/share_audio_mobile.jpeg);
	}
}
.personalize{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.personalize-slider{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin-bottom: 45px;
	max-height: 550px;
	padding: 24px;
}
.personalize-slider .personalize-container{
	position: relative;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 63%;
	width: calc(100% - 110px);
	max-width: 864px;
}
.personalize-slider .personalize-container .card{
	display: flex;
	transition: 100ms;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: 0 10px 25px 0 rgb(175 184 184 / 40%);
	overflow: hidden;
}
@media(max-width:768px){
	.personalize-slider{
		margin: 26px -10px 0;
		padding: 0;
	}
	.personalize-slider{
		/*width: calc(100% - 52px);*/
	}
	.personalize-container{
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.personalize .feature-text{
		margin-bottom: 0;
	}
}
.personalize-slider .personalize-container .card:nth-child(1){
	display: none;
}
.personalize-slider .personalize-container .card:nth-child(2){
	top: 24px;
	width: 79%;
	opacity: 0.2;
}
.personalize-slider .personalize-container .card:nth-child(3){
	top: 44px;
	width: 87%;
	opacity: 0.4;
}
.personalize-slider .personalize-container .card:nth-child(4),.personalize-slider .personalize-container .card:nth-child(5){
	top: 70px;
	width: 100%;
}
.card img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.prev{
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 47%;
	border-radius: 50%;
	background-color:#f2f5f5;
	color: #698185;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	cursor: pointer;
	transition: 0.15s;
}
.next{
	width: 56px;
	height: 56px;
	position: absolute;
	right: 0;
	top: 47%;
	border-radius: 50%;
	background-color:#f2f5f5;
	color: #698185;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;		
	cursor: pointer;
	transition: 0.15s;
}
.next:hover,.prev:hover{
	border: 1px solid #c39c65;
	background-color: transparent;
	color: #c39c65;
}
@media(max-width:768px){
	.prev{
		left: 10px;
		width: 40px;
		height: 40px;
		font-size: 5px;
		display: flex;
	}
	.next{
		width: 40px;
		height: 40px;
	}
}
.slider-pot{
	position: relative;
	top: 20px;
	display: flex;
	width: 100%;
	max-width: 812px;
	align-items: center;
	justify-content: center;
}
.por-container,.por-container-mb{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8px;
	background-color: #fff;
	padding-left: 34px;
	padding-right: 34px;				
}
.bullet,.bullet-mb{
	height: 100%;
	width: 8px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #c4c4c4;
	margin: 0 8px;
}
.active{
	background-color: #c39c65;
	border: none;
}
.personal_slider_wrapper{
	position: relative;
	height: 40px;
	top: 36px;
	display: flex;
	width: 100%;
	max-width: 812px;
	justify-content: space-around;
	align-items: center;
}
.invite{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 112px;
}
@media(max-width:768px){
	.invite{
		margin-bottom: 25px;
	}
	.invite .feature-text{
		margin-top: 92px;
		margin-bottom: 24px;
		text-align: left;
	}
	.personal_slider_wrapper{
		top: 56px;
	}
}
.invite .invite-img{
	background: url(img/invite_collaborate.png) no-repeat center;
	width:100%;
	height: 448px;				
}
@media(max-width:768px){
	.invite .invite-img{
		background: url(img/invite_collaborate_mobile.png) no-repeat center;
	}
}
.privacy-policy{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:flex-start;
}
@media(max-width:768px){
	.privacy-policy{
		flex-direction: column;
	}
}
.privacy-policy .feature-text{
	margin-right: 48px;
	margin-top: 2px;
	max-width: 502px;
}
@media(max-width:768px){
	.privacy-policy .feature-text{
		margin-right: 0;
		max-width: none;
		margin-bottom: 22px;
	}
}
.pravicy-container{
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgb(203 213 213 / 40%);
	width: 100%;
	min-width: 300px;
}
.policy{
	display: flex;
	margin-bottom: 8px;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	line-height: 27px;
}
.policy .sig{
	width: 50px;
	height: 50px;
	min-width: 50px;
	margin-right: 16px;
	border-radius:50%;
	box-shadow: 0 10px 30px rgb(203 213 213 / 40%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sig i{
	font-size: 27px!important;
}
.community{
	margin-top: 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media(max-width:768px){
	.community{
		margin-top: 56px;
		margin-bottom: 57px;
	}
	.policy{
		font-size: 15px;
	}
}
.community .feature-text{
	margin-bottom: 32px;
}
.community-wrapper{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgb(203 212 212 / 40%);
}
@media(max-width:768px){
	.community-wrapper{
		flex-direction: column;
		padding: 6px 40px;
	}
}
.community-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	color: #63787b;
	width: 100%;
}
.community-item .title{
	font-size: 32px;
	line-height: 128%;
	color: #c39c65;				
}
.community-item .subtitle{
	font-size: 18px;
	line-height: 23px;
	margin-top: 12px;
	color: #63787b;
}
.vertical-seperater{
	height: 76px;
	border: 1px solid #ebebeb;
}
@media(max-width:768px){
	.community-item{
		padding: 15px 0;
	}
	.community-item .title{
		font-size: 24px;
	}
	.community-item .subtitle{
		font-size: 14px;
		line-height: 19px;
		margin-top: 8px;
	}
	.vertical-seperater{
		padding: 0 8px;
		height: 0;
		position: relative;
		left: 0;
		width: 100%;
		border-top: 1px solid #ebebeb;
	}
}
.testimonials{
	margin-top: 92px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.testimonials .feature-text{
	margin-bottom: 34px;
	max-width: 690px;				
}			
.testimonials-container{
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 32px;
	overflow: hidden;				
}
.test-slider-container{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}
.swiper{
	height: 200px;
	width: 100%;
	height: 100%;
	/*background-color: gray;*/
}
.test-slider{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	/*background-color: gold;*/
	width: 100%;
}
.test-item{
	width: calc(100% - 20px);
	/*margin: 0 20px;*/
	background-color: red;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 24px;
	background-color: #f8f9fb;
	border-radius: 10px;
	height: 420px;
	position: relative;
}
.test-text{
	margin-bottom: 70px;
}
.swiper-slide{
	height: 500px;
}
.test-author{
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
}		
@media(max-width:768px){
	.test-slider-container{
		display: block;
	}
	.test-item{
		display: none;
	}
	.show{
		display: flex;
	}
}
.test-rate{
	display: flex;
	flex-direction: row;
	margin-bottom: 14px;
	justify-content: center;
}
.star{
	width: 20px;
	height: 20px;
	background-color: #00B67A;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 20px;
	margin-right: 3px;
}
.icon-star{
	color: #fff;
}
.test-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 3px;
	color: #1b4046;
	font-weight: 600;
}
.test-author{
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.test-author .author-name{
	font-size: 16px;
	font-weight: 600;
	color: #1b4046;
	line-height: 24px;
}
.test-author .author-date{
	font-size: 14px;
	line-height: 16px;
	color: #63787b;
}
.test-bullet{
	display: none;
	text-align: center;
	justify-content: space-around;
	height: 40px;
	margin-top: 55px;
	width: 100%;
}
@media(max-width:768px){
	.test-bullet{
		display: flex;
	}
	
}
.test-pre , .test-next{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	font-size: 10px;
	align-items: center;
	justify-content: center;
	background-color: #f2f5f5
}
.test-bullet .slider-pot{
	margin-bottom: 48px;
	background-color: green;
	width: 80%;
}
.creat-memorial-short-form{
	position: relative;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
.cmsf{
	margin-bottom: 10px;
	width: 100%;
}
.cmsf .creatMem h3{
	color: #1b4046;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 16px;				
}
@media(max-width:768px){
	.cmsf .creatMem h3{
		font-size: 24px;
		line-height: 29px;
	}
	.slider-pot{
		width: 50%;
	}
}
.content-wrapper{
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width:768px){
	.content-wrapper{
		flex-direction: column;
	}
}
.input-wrapper{
	margin: 0 8px 16px;
	width: 100%;
}
.input-wrapper input{
	transition: all 0.25s;
	border: 1px solid #ccc;
	color: #1B4046;
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	min-width: 280px;
	padding: 6px 16px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	border-radius: 8px;
	width: 100%;
}
.input-wrapper input:hover{
	box-shadow: 0 0 5px 0 #f1c990;
}
.input-wrapper input:focus{
	box-shadow: none;
	border-color: #c39c65;
}
.button-wrapper{
	margin: 0 8px 16px;				
}
.button-wrapper input{
	height: 48px;
	border-radius: 8px;
	border: 1px solid #a88959;
	box-shadow: inset 0 2px 1px rgb(255 255 255 / 40%);
	background-image: linear-gradient(180deg,#cca36a 50%,#b8935f 100%);
	font-size: 18px;
	padding: 12px 30px;
	text-align: center;
	background-color: #bc985d;
	color: #fff;
	cursor: pointer;
}
/* 文章内容页面样式设置结束 */
/* main部分样式设计结束 ---------------------------------------------------------*/
/* 侧边栏样式设计开始 ---------------------------------------------------------*/
/* 侧边栏样式设计结束 ---------------------------------------------------------*/
.swiper-new{
	width: 100%;
}
.bakgrey{
	background-color: #F8F9FB;
	border-radius: 10px;
	overflow: hidden;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.test{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
.test>.swiper-pagination{
	width: 80%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px
}
.swiper-button-prev-mb,.swiper-button-next-mb{
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: #F2F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	/*transform: translateY(-50%);*/
}
.swiper-button-prev-mb{
	left: 0;
	top: 0;
}
.swiper-button-next-mb{
	right: 0;
	top: 0;
}
.swiper-button-prev-mb>i,.swiper-button-next-mb>i{
	font-weight: 800;
	font-size: 12px;
}
.swiper-pagination-bullet-active{
	background-color: #C39C65!important;
}
.greystar{
	background-color: #C3C3C3;
}
input.name{
	background-color: #f5fcff;
	height: 40px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #bfcdcf;
	padding: 10px 15px;
	border-radius: 8px;
	text-align: center;
}
input.name::placeholder{
	color: #80969C;
}
.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%;
	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;				
}
.cmsf .inputs-wrapper{
	display: flex;
	flex-direction: column;
	gap:20px;
	justify-content: space-around;
	align-items: center;
}
.cmsf .inputs-wrapper .form-group{
	width: 35%;
}
@media(max-width:768px){
	.cmsf .inputs-wrapper .form-group{
		width: 100%;
	}
}
.showQRswiper{
	overflow: hidden;
}
.showQR{
	text-align: center;
	max-width: 100%;
}
.showQR img{
	width: 100%;
	overflow: hidden;
	padding: 10px;
	border-radius: 16px;
}
.QRshortImg{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin: 5px 10px 20px;
}
.QRshortImg img{
	border-radius: 6px;
	width: 30px;
	height: 30px;
	margin: 10px;
	transition: 0.3s;
}
.selectedImg{
	width: 50px!important;
	height: 50px!important;
}
.privacy-policy{
	margin-bottom: 25px;
}
