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;
	}
}
.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;
}
@media(max-width:768px){
	.content .container-main{
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}
}
.content .container-main #page-home{
	padding: 28px 0 0;
	width: 100%;
}
.midsection{
	width: 100%;
}
/* 文章内容页面样式设置开始 */
.mainbox_wrapper h1{
	font-size: 32px;
	line-height: 38px;
	color: #1b4046;
	padding: 5px 30px 30px;
	font-weight: 200;
}
@media(max-width:768px){
	.mainbox_wrapper h1{
		text-align: center;
		font-size: 25px;
		display: none;
	}
}
.mainbox{
	padding: 38px 30px;
	background-color: #fff;
	color: #1b4046;
	border-radius: 15px;
}
@media(max-width:768px){
	.mainbox{
		min-height: 50vh;
	}
}
.memorialNum{
	text-align: center;
	color: #C39C65;
}
.creatNewMem{
	display: block;
	font-weight: 600;
	margin-top: 15px;
	color: #C39C65;
}
.noMem{
	color: #1b4046;
}
.list-items{
	border-bottom: 1px solid #cad0d1;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.memorial-info{
	display: flex;
	justify-content: flex-start;
}
.img-link{
	height: 180px;
	width: 150px;
	min-width: 150px;
	border-radius: 5px;
	position: relative;
	background: url(img/no_img.png);
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-link:hover .name-time{
	opacity: 1;
}
.tall{
	width: 100%;
}
.fat{
	height: 100%;
}
.name-time{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(255,255,255,0.55),rgba(255,255,255,0.75));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
	cursor: pointer;
	opacity: 0;
	transition: 0.15s;
}
.lifeInfo{
	font-size: 14px;
	line-height: 24px;
}
.name-time span{
	font-weight: 600;
	font-size: 16px;
}
.description{
	padding: 20px 0 0 30px;
	width: 80%;
}
.description li{
	margin-bottom: 10px;
}
.name-info{
	font-size: 18px;
	position: relative;
}
.payment{
	position: absolute;
	right: 0;
	padding: 0 10px;
	/*border-radius: 50%;*/
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	border-radius: 6px;
}
.website{
	color: #9d5c00;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:15px
}
.current-plan{
	font-size: 14px;
}
.current-plan span{
	color: #fff;
	text-transform: uppercase;
	background-color: #94a4a8;
	border-radius: 3px;
	padding: 1px 10px;
	display: inline-block;
	margin-left: 10px;
}
.links li{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}
.links li a{
	display: block;
	padding: 3px 10px 3px 5px;
	transition: 0.3s;
	border-radius: 3px;
}
.links li a:hover{
	background-color: #d9e6e8;
}
.icon-wujiaoxing-{
	color: #FAC12F;
	font-size: 18px;
}
.icon-lajitong{
	font-size: 20px;
	font-weight: 600;
}
.icon-daojishi{
	font-size: 20px;
}
@media(max-width:768px){
	.list-items{
		flex-direction: column;
		justify-content: center;
	}
	.memorial-info{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.description{
		padding: 15px 0 6px;
		width: 100%;
		text-align: center;
	}
	.website{
		display: none;
	}
	.links{
		text-align: center;
		display: flex;
		justify-content: center;
		gap:10px;
	}
	.links li a{
		background-color: #DDE0DC;
		padding: 7px 15px 9px 10px;
	}
	.icon-gengduo{
		position: absolute;
		right: 30px;
		font-size: 18px;
		cursor: pointer;
		width: 30px;
	}
}
.account-choice{
	display: none;
}
.bg-cover{
	background-color: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.submenu{
	position: fixed;
	top: 40%;
	left: 10%;
	width: 80%;
	background-color: #FFF;
	padding: 10px 0;
	border-radius: 4px;
	margin: auto;
	cursor: pointer;
}
.submenu ul li{
	transition: 0.15s;
	text-align: left;
}
.submenu ul li:hover{
	background-color: #d9e6e8;
}
.submenu ul li a{
	text-align: left;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 20px;
}
.selected a{
	border-bottom: 3px solid #000;
}
.title{
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #333;
	font-size: 20px;
	display: block;
	font-weight: 200;
	white-space: nowrap;
}
.info-wrapper{
	width: 67%;
	padding: 0 15px;
}
.info-item{
	margin-bottom: 28px;
	display: flex;
	justify-content: flex-start;
}
.info-item>label{
	width: 80%;
	text-align: right;
	padding: 9px 15px;
	font-size: 16px;
	line-height: 18px;
}
.input-inner{
	width: 100%;
}
.input-inner>input{
	display: block;
	margin: 0 15px;
	/*padding: 0 12px;*/
	width: 100%;
	border-radius: 4px;
	border: 1px solid #738f8f;
	height: 36px;
	font-size: 14px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	background-position: right 5px center;
	background-repeat: no-repeat;
	color: #1b4046;
}
.input-inner>span{
	display: block;
	margin: 3px 0 0 15px;
	white-space: nowrap;
	color: #b94a48;
	font-size: 13px;
	font-weight: 800;
	display: none;
}
.change-pwd{
	margin: 0 15px;
	padding: 0 30px;
	width: 100%;
	height: 36px;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
}
.pwd input{
	background-color: #eee;
	cursor: no-drop;
}
@media(max-width:768px){
	.info-wrapper{
		width: 100%;
		padding: 0;
	}
	.info-item{
		flex-direction: column;
		width: 100%;
		margin-bottom: 15px;
	}
	.info-item>label{
		text-align: left;
		padding: 9px 0;
		font-size: 13px;
	}
	.input-inner>input{
		margin: 0;
		height: 40px;
		padding: 6px 10px;
	}
	.input-inner span{
		margin-left: 0;
	}
	.change-pwd{
		margin: 0;
		padding: 0;
	}
}
.create-memorial-short-form .creatMem h3{
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	white-space: nowrap;
}
.content-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-wrapper{
	margin: 0 8px 16px;
}
.input-wrapper input{
	transition: 0.25s;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	min-width: 280px;
	padding: 6px 16px;
	border-radius: 8px;
	color: #1b4046;				
}
.input-wrapper input:hover{
	border-color: transparent;
	box-shadow: 0 0 5px 0 #f1c990;
}
.btn-wrapper{
	margin-bottom: 16px;
}
.save-btn{
	text-align: right;
}
@media(max-width:768px){
	.content-wrapper{
		flex-direction: column;
	}
	.input-wrapper{
		width: 100%;
	}
	.input-wrapper input{
		width: 100%;
	}
	.btn-wrapper{
		margin-bottom: 30px;
	}
	.save-btn{
		text-align: center;
	}
}
.btn-wrapper input{
	height: 48px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	padding: 12px 30px;
	border: 1px solid #bc985d;
	background-color: #bc985d;
	color: #F4FCFF;
	background-image: linear-gradient(to top,#d7b377 0%,rgba(215,179,119,0) 100%);
	box-shadow: 0 1px 0 rgb(244 252 255 / 25%) inset, 0 1px 1px 0 rgb(0 0 0 / 25%);
	border-radius: 5px;
	text-shadow: 1px 1px 1px rgb(0 1 1 / 40%);
	transition: .25s;
}
.btn-wrapper input:hover{
	background-image:none
}
/* 文章内容页面样式设置结束 */
/* main部分样式设计结束 ---------------------------------------------------------*/
.premium{
	background-color: #5F9084!important;
}
.create-memorial-short-form .creatMem{
	display: flex;
	padding: 0 50px;
	justify-content: space-around;
	align-items: center;
	margin: 35px 0 15px;
}
.central-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.central-block .inputs-wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap:25px;
}
@media(max-width:768px){
	.create-memorial-short-form .creatMem{
		flex-direction: column;
		padding: 0;
	}
	.create-memorial-short-form .creatMem h3{
		margin-bottom: 25px;
	}
	.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;*/
}
.main-menu-swipe-visible{
	display: none;
}
@media(max-width:768px){
	.central-block .inputs-wrapper .form-group{
		align-items: center;
		width: 100%;
		margin-right: 0;
		/*margin-bottom: 16px;*/
	}
	.main-menu-swipe-visible{
		display: block;
	}
}
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;
}
.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;				
}


/* 文章内容页面样式设置结束 */
/* main部分样式设计结束 ---------------------------------------------------------*/

.ellipsis-multiline{
	text-indent: 2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.mainbox_wrapper .searchInput{
	display: none;
}
@media(max-width:768px){
	.fm-statistic{
		width: 100%;
	}
	.mainbox_wrapper .searchInput{
		display: block;
	}
	.ellipsis-multiline{
		-webkit-line-clamp: 3;
	}
}
.creat-info{
	font-size: 13px;
	font-weight: 600;
}
.authorContact{
	color: #C39C65;
	cursor: pointer;
}
.moreMem{
	margin-top: 15px;
	color: #b9834e;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	white-space: nowrap;
	background-color: #f5f7f7;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
}
.moreMem:hover{
	background: #f0f4f5;
}
.moreMem span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	padding: 16px 0;
}
.moreMem span i{
	padding-left: 5px;
	font-size: 16px;
}
