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;
		min-height: calc(100vh - 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;
}
@media(max-width:768px){
	.content .container-main{
		padding: 0;
		margin: 0 auto;
	}
}
.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: 17px 30px 38px;
	background-color: #fff;
	color: #1b4046;
	border-radius: 15px;
	overflow: hidden;
}
.tags{
	display: flex;
	justify-content: space-around;
	box-shadow: 0 6px 12px -10px #000;
	margin: 0 -50px 10px;
	padding: 0 50px;
}
.noMem{
	color: #C39C65;
	text-align: center;
	margin-top: 35px;
	font-weight: 600;
}
.creat-info{
	font-size: 13px;
	font-weight: 600;
}
.authorContact{
	color: #C39C65;
	cursor: pointer;
}
/*.tags-mb{
	box-shadow: 0 6px 12px -10px #000;
	margin: 0 -50px 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 5px 0 15px 0;
	font-size: 16px;
	line-height: 1.5;
	display: none;
	font-weight: 600;
}*/
.mainmenu-tag{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainmenu-tag a{
	padding: 10px 15px;
	margin: 0 15px 5px;
	color: #1b4046;
	font-size: 16px;
	text-transform: uppercase;
}
@media(max-width:768px){
	.tags{
		
	}
	.mainmenu-tag a{
		padding:0 0 10px 0;
	}
}
.active{
	border-bottom: 3px solid #000;
}
.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;
	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;
}
.fat{
	height: 100%;
}
.tall{
	width: 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;
}
.name-time span{
	font-weight: 600;
	font-size: 16px;
}
.description{
	padding: 20px 0 0 30px;
	position: relative;
}
.description li{
	margin-bottom: 10px;
}
.name-info{
	font-size: 21px;
}
.website{
	color: #9d5c00;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:15px
}
.current-plan{
	font-size: 14px;
	position: relative;
}
.current-plan span{
	color: #fff;
	text-transform: uppercase;
	background-color: #94a4a8;
	border-radius: 3px;
	padding: 5px 10px;
	display: inline-block;
	margin-left: 10px;
}
.links{
	padding-top: 5px;
	text-align: right;
}
.links li{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}
.payText{
	padding-left: 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: 21px 0 6px;
		width: 100%;
		text-align: center;
	}
	.website{
		justify-content: center;
	}
	.links{
		text-align: center;
		display: flex;
		justify-content: center;
		gap:10px;
	}
	.links li a{
		background-color: #DDE0DC;
		padding: 7px 15px 9px 10px;
	}
	.deleteWeb{
	    background: transparent!important;
	    position: absolute;
	    right: 15px;
	    bottom: 0;
	}
	.deleteWeb a{
	    background-color: transparent!important;
	    color: #C61F26;
	}
	.icon-gengduo{
		position: absolute;
		right: 30px;
		font-size: 18px;
		cursor: pointer;
		width: 30px;
	}
}
.updatePremiumBtn{
    width: 100%;
}
.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,.input-inner select{
	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 select{
    margin-bottom: 15px;
}
.input-inner .nesTips,.input-inner .samePwd{
	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;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.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: 30px 0;
	}
	.save-btn{
		text-align: center;
	}
}
.btn-wrapper input{
	width: 100%;
	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;
}
.lifeTime{
	background-color: #C1A264!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;*/
}
@media(max-width:768px){
	.central-block .inputs-wrapper .form-group{
		align-items: center;
		width: 100%;
		margin-right: 0;
		/*margin-bottom: 16px;*/
	}
}
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;				
}
.deleteConfirm,.blockConfirm{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000080;
	z-index: 9999;
	display: none;
	justify-content: center;
	padding: 16px;
	align-items: center;
}
.confirm{
	background-color: #FFFFFF;
	max-width: 500px;
	width: 100%;
	margin: auto;
	border-radius: 6px;
	padding: 24px;
	text-align: center;
	font-size: 18px;
}
.deleteInnerTips{
    color: #D41C23;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.1em;
    margin: 10px 0;
    text-align: left;
    text-indent: 2em;
    line-height: 1.5;
}
.confirm .storyBtn{
	display: flex;
	justify-content: space-between;
	gap:10%;
	margin-top: 20px;
}
@media(max-width:768px){
	.confirm .storyBtn{
		flex-direction: column;
		gap:15px;
	}
}
.confirm .storyBtn input{
	width: 100%;
	margin-left: 0;
	height: 40px;
	border-radius: 5px;
	font-size: 15px;
	cursor: pointer;
	border: none;
	transition: 0.2s;
}
.deCancelBtn{
	background-color: #F0F3F4;
}
.deCancelBtn:hover{
	background-color: #d9e6e8;
}
.dePublishBtn{
	background-color: #cb5858;
	color: #fff;
}
.dePublishBtn:hover{
	background-color: #d16b6b;
}
.haveDoneTips{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px;
	z-index: 999;
	display: none;
}
.haveDoneTipsInner{
	padding: 10px 15px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	gap:15px;
	align-items: center;
	color: #fff;
	box-shadow: 0 2px 8px #0000003d;
}
.haveDoneTipsInner{
	background-color: #5EB456;
}
.haveDoneText{
	white-space: nowrap;
}
.qrWrapper{
	margin: 40px 0;
	text-align: center;
	display: none;
}
.noSign{
	width: 100%;
	padding: 12px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	box-shadow: 4px 4px 16px 0 rgb(0 0 0 / 6%);
	color: #fff;
	background-color: #07C160;
	margin: 50px 0;
}
.haveDoneTips,.notDoneTips{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px;
	z-index: 999;
	display: none;
}
.haveDoneTipsInner,.notDoneTipsInner{
	padding: 10px 15px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	gap:15px;
	align-items: center;
	color: #fff;
	box-shadow: 0 2px 8px #0000003d;
}
.haveDoneTipsInner{
	background-color: #5EB456;
}
.notDoneTipsInner{
	background-color: #3A3A3A;
}
.haveDoneText,.notDoneText{
	white-space: nowrap;
}
.haveInfoTips{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 9999;
    display: none;
    justify-content: center;
    padding: 16px;
    align-items: center;
}
.haveInfo_wrapper{
	background-color: #FBFCFF;
    max-width: 500px;
    width: 100%;
    margin: auto;
    border-radius: 6px;
    padding: 24px;
}
.haveInfo_wrapper_btn{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    padding-top: 24px;
}
.haveInfo_wrapper_btn button{
	min-width: 50px;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 6px;
    color: #fff;
    font-weight:600;
}
.cancelUpdate{
	background-color: #BAC3C6;
	border: 1px solid #BAC3C6; 
}
.doUpdate{
	background-color: #83A1A8;
	border: 1px solid #83A1A8; 
}
.QR_poster{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding: 100px 16px 200px;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}
.downloadBtn{
	padding: 5px 20px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	bottom: 150px;
	font-size: 14px;
	font-weight: 600;
}
.QR_posterInner{
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.QR_posterInner canvas,.QR_posterInner img{
	max-width: 100%;
	max-height: calc(100vh - 300px);
}
.QR_posterInner canvas{
	display: none;
}
.QR_closeBtn{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	color: #1b4046;
}
.generatePoster{
	margin-bottom: 20px;
	background-color: #CCD5D7!important;
	border-color: #CCD5D7!important;
	background-image: linear-gradient(to top,#CCD5D7 0%,#CCD5D7 100%)!important;
	color: #6B888E!important;
}
.redStar{
	display: inline-block;
	padding: 0 5px;
	margin-right: 5px;
	color: red;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
.codeWrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.codeWrapper input{
	width: 100%;
	margin-right: 15px;
}
.getCode,.countDown{
	padding: 5px 10px;
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	border: 1px solid #bc985d;
	background-color: #bc985d;
	color: #F4FCFF;
	background-image: linear-gradient(to top,#d7b377 0%,rgba(215,179,119,0) 100%);
	border-radius: 5px;
	box-shadow: 0 1px 0 rgb(244 252 255 / 25%) inset, 0 1px 1px 0 rgb(0 0 0 / 25%);
	height: 40px;
}
.countDown{
	display: none;
	border: none;
	background-image: none;
	background-color: #E5D0AC;
}
.second{
	padding: 0 5px;
}
.infoTips{
	padding-left:10px ;
}
.input-colume{
	display: flex;
	justify-content: space-between;
}
.radio-inline{
	width: 45%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #F6F9F9;
	gap:15px;
	height: 40px;
}
.radio-inline i{
	color: #CCE0E0;
}
@media(max-width:768px){
	.pcOnly{
		display: none;
	}
}
.fakeSelect{
	border: 1px solid #738f8f;
	width: 100%;
	border-radius: 4px;
	height: 40px;
	padding: 6px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #738f8f;
	background-image: url(../img/show-more.png);
	background-position: right 10px center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
}
.pwd{
	display: none;
}
.cityAll,.religionAll{
	position: fixed;
	bottom: 50px;
	width: 100vw;
	z-index: 99;
	border-radius: 10px 10px 0 0;
	background-color: #F8F8F8;
	border: 1px solid #CBD9DB;
	display: none;
}
.cityAll{
	height: 50vh;
}
.cityToolWrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
}
.cityClass{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 10px;
}
.cityClassInner{
	width: 100%;
	height: 30px;
	border: 1px solid #c2ced9;
	text-align: center;
	line-height: 30px;margin: 0 3px;
}
.Selecting, .buyerProvinceName{
	background-color: #c2ced9;
	color: #3d5b6e;
	font-weight: 600;
}
.positionInfoWrapper{
	width: 300%;
	height: calc(100% - 70px);
	display: flex;
	justify-content: center;
	transition: 0.3s;
}
.religionInfoWrapper{
	width: 100%;
	height: calc(100% - 70px);
	display: flex;
	justify-content: center;
	transition: 0.3s;
}
.cityInner{
	height: 100%;
	width: 100%;
	overflow: scroll;
	padding: 15px 10px;
}
.provinceName{
	width: 30%;
	margin: calc(1.66%);
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	border: 1px solid #E1E5E5;
}
.currentCity{
	transform: translateX(-100vw);
}
.currentArea{
	transform: translateX(-200vw);
}
.choosenSex{
	background-color: #E1E5E5;
	color: #1b4046;
	font-weight: 600;
}
.choosenSex i{
	color: #1b4046;
}
.premiumStatas{
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	background-color: #E8ECEC;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
}
.premiumStatasInner{
    display: flex;
	justify-content: flex-start;
	align-items: center;
}
.premiumStatasInner span{
    white-space: nowrap;
}
.premiumTitle{
	margin-right: 5px;
	display: flex;
	align-items: center;
}
.premiumTitle i{
	margin-right: 10px;
	font-size: 12px;
}
@media(max-width:768px){
	.pcDelete{
		display: none!important;
	}
	.info-item select{
	    display: none;
	}
}
@media(min-width:768px){
	.mbDelete{
		display: none!important;
	}
	.current-plan{
	    display: flex;
	    align-items: center;
	}
	.current-plan span,.current-plan label{
	    white-space: nowrap;
	}
	.sexChoice .input-inner{
	    padding-left: 15px;
	}
	.mbOnly{
	    display: none;
	}
	.btn-wrapper input{
	    width: 50%;
	}
	.premiumStatasInner{
	    justify-content: center;
	    cursor: pointer;
	}
	.sexChoice .input-inner label{
	    cursor: pointer;
	}
}
.merchantNes{
	font-size: 13px;
	margin: 3px 0 0 3px;
	color: #b94a48;
	font-weight: 600;
	display: none;
	padding-left: 5px;
}