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;
	}
}
.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;
}
.noMem{
	color: #C39C65;
	text-align: center;
	margin-top: 35px;
	font-weight: 600;
}
.list-items{
	border-bottom: 1px solid #cad0d1;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.bg-cover{
	background-color: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.title{
	background-color: #fff0d9;
	padding: 17px;
	border-radius: 10px;
	margin: 0 0 28px;
	width: 100%;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap:10px;
	letter-spacing: 0.02em;
}
.title p{
	line-height: 1.5;
}
.contactEmail{
	color: #a88958;
	text-decoration: underline;
	padding: 0 10px;
}
.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,.input-inner>textarea{
	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 top 8px;
	background-repeat: no-repeat;
	color: #1b4046;
}
.haveInner{
	background-color: #EEEEEE;
}
select{
	background-image: url(../img/show-more.png);
	background-color: #fff;
	background-size: 12px 12px;
	background-position: right 5px top 12px!important;
	background-repeat: no-repeat;
	appearance: none;
}
.input-inner>textarea{
	height: 160px;
}
textarea::-webkit-input-placeholder{
	line-height: 36px;
	font-size: 14px;
	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;
}
@media(max-width:768px){
	.info-wrapper{
		width: 100%;
		padding: 0;
	}
	.info-item{
		flex-direction: column;
		width: 100%;
		margin-bottom: 20px;
	}
	.info-item>label{
		text-align: left;
		padding: 9px 0;
		font-size: 13px;
		display: none;
	}
	.input-inner>input,.input-inner>select,.input-inner>textarea{
		margin: 0;
		height: 40px;
		padding: 6px 10px;
	}
	.input-inner>textarea{
		height: 160px;
	}
	.input-inner span{
		margin-left: 0;
	}
	.title{
		font-size: 14px;
	}
}
.btn-wrapper{
	margin-bottom: 16px;
}
.save-btn{
	text-align: right;
}
.btn-wrapper span{
	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 span:hover{
	background-image:none
}
@media(max-width:768px){
	.content-wrapper{
		flex-direction: column;
	}
	.input-wrapper{
		width: 100%;
	}
	.input-wrapper span{
		width: 100%;
	}
	.btn-wrapper{
		margin-bottom: 30px;
	}
	.save-btn{
		text-align: center;
	}
	.btn-wrapper span{
		width: 100%;
	}
}
.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;
}
/* 文章内容页面样式设置结束 */
/* main部分样式设计结束 ---------------------------------------------------------*/
