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: 100vh;
	}
}
.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;
}
.messageAuthor{
	display: flex;
	justify-content: space-between;
}
.authorContact{
	color: #C39C65;
	cursor: pointer;
}
.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;
}
.memorials-list{
	position: relative;
}
.list-items,.items{
	width: 100%;
}
.items{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cad0d1;
	padding-bottom: 20px;
	padding-top: 20px;
}
.links{
	padding-top: 10px;
	text-align: right;
}
.links li{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}
.links li a{
	display: block;
	padding: 5px 10px;
	transition: 0.3s;
	border-radius: 3px;
	background-color: #F0F3F4;
}
.links li a:hover{
	background-color: #d9e6e8;
}
.memWeb{
	display: inline-block;
	text-indent: 0;
	color: #C39C65;
	padding: 0 10px;
	white-space: nowrap;
}
.memWeb:hover{
	color: #C39C65;
}
.permit,.deny{
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	text-indent:0;
	padding: 5px 10px;
	transition: 0.3s;
}
.permit{
	background-color: #07C160;
}
.permit:hover{
	background-color: #069B4D;
	color: #fff;
}
.deny{
	background-color: #F1716B;
}
.deny:hover{
	background-color: #D0645F;
	color: #fff;
}
@media(max-width:768px){
	.list-items{
		flex-direction: column;
		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;
	}
	.icon-gengduo{
		position: absolute;
		right: 30px;
		font-size: 18px;
		cursor: pointer;
		width: 30px;
	}
}
.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;
}
.description{
	background-color: #F0F3F4;
	border-radius: 6px;
	padding: 10px;
}
.description li{
	margin-bottom: 10px;
}
.messageTime{
	color: #C39C65;
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}
.tall{
	width: 100%;
}
.fat{
	height: 100%;
}
.block{
	display: inline-block;
	margin-left: 10px;
	transition: 0.2s;
	padding: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
}
.block i,.block span{
	font-size: 13px;
}
.block:hover{
	color: #F1716B;
}
.messageInner{
	text-indent: 2em;
}
.headPic{
	height: 30px;
	width: 30px;
	overflow: hidden;
	background-color: red;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.responce{
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
	padding: 5px 10px;
	background-color: #DEE3DF;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.access{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:15px
}
.askInner{
	font-size: 14px;
	font-weight: 600;
	padding: 5px;
	text-indent: 2em;
	line-height: 1.8;
}
.block{
	color: #F1716B;
}
.accessText i{
	color: #9CADB3;
}
.accessText span{
	padding: 0 10px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.responce:hover{
	background-color: #BECACD;
}
.messageFrom{
	display: flex;
	align-items: center;
}
.messageFrom i{
	font-size: 20px;
	color: #9AACB2;
	margin-right: 10px;
}
.messageInnerWrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap:15px;
}
.memorial-info{
	width: 80%;
}
.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;
}
.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;
}
.list-move,
.list-enter-active,
.list-leave-active {
  transition: all 0.5s ease;
}
.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: scaleY(0);
}
.list-leave-active {
  position: absolute;
}
.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;
}
.authorInfo{
	display: flex;
	align-items: center;
}
.accessWrapper{
	display: flex;
	justify-content: center;
	gap:15px;
}
@media(max-width:768px){
	.items{
		flex-direction: column;
	}
	.memorial-info{
		width: 100%;
	}
	.infoInner{
		display: flex;
		flex-direction: column;
		gap:5px;
	}
	.messageTime{
		margin: 0;
	}
	.authorInfo .responce{
		display: none;
	}
	.messageInnerWrapper{
		flex-direction: column;
		align-items: flex-start;
	}
	.messageFrom{
		width: 100%;
		justify-content: flex-end;
	}
	.askInner{
		margin-left: 0;
		text-indent: 2em;
		line-height: 1.8;
	}
	.access{
		width: 100%;
		flex-direction: column;
		gap:10px;
		margin-bottom: 15px;
		align-items: flex-start;
	}
	.accessWrapper{
		margin-left: 20px;
	}
	.messageInner{
		width: 100%;
	}
	.links{
		justify-content: space-around;
	}
	.links li{
		width: 100%;
	}
	.links li a{
		width: 100%;
		background-color: #F0F3F4;
	}
}
.contactUser{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #00000080;
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}
.textSendInner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 1px 2px 1px rgb(255 255 255 / 30%) inset;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	color: #442628;
	width: 600px;
	position: relative;
}
@media (max-width: 1140px){
	.textSendInner{
		width: 100%;
		height: 100%;
		border-radius: 0;
		justify-content: flex-start;
	}
}
.closeMesSend{
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 35px;
	cursor: pointer;
}
@media (max-width: 1140px){
	.closeMesSend{
		padding-top: 28px;
	}
}
.closeMesSend:hover i{
	color: #442628;
}
.closeMesSend i{
	color: #ccc;
	font-size: 23px;
}
.messageHead{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap:15px;
	align-items: center;
	padding: 30px 35px 25px;
	font-size: 21px;
	line-height: 21px;
	font-weight: 600;
}
.messageHead i{
	font-size: 30px;
}
.messageInput{
	padding: 0 35px;
	width: 100%;
}
.mesInputWrapper{
	margin-bottom: 28px;
}
.mesInputWrapper span{
	margin: 3px 0 0 3px;
	font-size: 12px;
	color: #cb5858;
	font-weight: 600;
	padding-left: 10px;
	display: none;
}
.messageInput input,.messageInput textarea{
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 12px 16px;
	transition: 0.2s;
	border-radius: 6px;
	font-size: 16px;
}
.messageInput input{
	height: 48px;
	line-height: 26px;
}
.messageInput textarea{
	height: 195px;
	resize: vertical;
}
.sendBtn{
	text-align: right;
	padding: 0 35px;
	width: 100%;
}
.messageSendBtn{
	border-radius: 6px;
	color: #fff;
	background: linear-gradient(90deg,#b82733,rgba(0,0,0,0)) #b82733!important;
	border: 1px solid #931f29;
	padding: 7px 24px;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
	margin-bottom: 15px;
}
@media (max-width: 1140px){
	.messageSendBtn{
		width: 100%;
	}
}
.askInner .authorContact{
	padding:0 10px;
}
/* 文章内容页面样式设置结束 */
/* main部分样式设计结束 ---------------------------------------------------------*/
.tradeTitle span{
	font-weight: 600;
	font-size: 20px;
	padding-right: 10px;
}
.QRInfo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.tradeInfo button{
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
	margin: 10px 0;
	
}
.buttonWrapper{
	width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tradeInfoInner{
	margin: 10px 0;
}
.deliverConfirm{
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.deliverConfirm span{
	font-size: 20px;
	font-weight: 600;
}
.deliverConfirm input{
	height: 25px;
	width: 100%;
	margin: 10px 5px;
}
