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%;
}
/* @media(max-width:768px){
	.main{
		background:none;
	}
} */
/* 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;
	}
}
.mainbox{
	padding: 38px 30px;
	background-color: #fff;
	color: #1b4046;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.email-login{
	width: 100%;
	text-align: left;
}
.input-inner{
	margin: 10px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.input-inner input::-webkit-input-placeholder{
	color: transparent;
}
.input-inner label{
	white-space: nowrap;
	width: 33%;
	text-align: right;
	margin-right: 20px;
	color: #333;
}
.subheader{
	font-size: 21px;
	padding: 5px 0 12px;
	max-width: 350px;
	display: block;
}
.login-wrapper{
	text-align: left;
	position: relative;
	width: 100%;
}
.email-input{
	padding: 0 12px;
	margin: 10px 0;
	height: 36px;
	width: 30%;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #738f8f;
}
.btn-wrapper{
	width: 30%;
	text-align: right;
}
.sign-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 350px;
	overflow: hidden;
}
.send-email{
	display: block;
	line-height: 36px;
	height: 36px;
	border-radius: 4px;
	font-size: 16px;
	padding: 0 15px 0 15px;
	margin-left: 15px;
	border: 1px solid #aeaeae;
	/*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%);
	text-shadow: 1px 1px 1px rgb(0 1 1 / 40%);
	background-color: #D6D6D6;
	color: #444;
	cursor: pointer;
}
@media(max-width:768px){
	.input-inner input::-webkit-input-placeholder{
		color: #94A4A8;
	}
	.input-inner label{
		display: none;
	}
	.email-input{
		width: 100%;
	}
	.send-email{
		white-space: nowrap;
		font-size: 12px;
	}
	.input-inner-btn{
		justify-content: center;
	}
}
.pwd-input{
	/*pointer-events: none;*/
	background-color: RGBA(195,195,195,0.3);
	cursor: no-drop;
}
.sign-in{
	/*display: inline-block;*/
	padding: 9px 25px;
	margin-top: 8px;
	margin-bottom: 28px;
	background-color: #BC985D;
	border: 1px solid #bc985d;
	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%);
	text-shadow: 1px 1px 1px rgb(0 1 1 / 40%);
	border-radius: 5px;
	color: #f4fcff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	height: 38px;
}
.sign-in:hover{
	background: #dbb06b;
	color: #fff;
}
.forget{
	font-size: 14px;
	color: #A88958;
	text-decoration: underline;
	cursor: pointer;
}
.forget:hover{
	text-decoration:none;
}
.or{
	position: absolute;
	top: 142px;
	left: 0;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 2;
	padding: 0 5px;
}
.back{
	display: none;
}
.sign-in-wrapper{
	display: none;
	align-items: center;
}
@media(max-width:768px){
	.mainbox{
		flex-direction: column;
	}
	.social-login>.subheader,.tips{
		display: none;
	}
	.social-login{
		padding-bottom: 0;
		border: none;
	}
	.subheader{
		font-size: 16px;
	}
	.login-wrapper{
		text-align: center;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 2px solid #DEE2E2;
	}
	.or{
		left: 50%;
		top: 7px;
		/*transform: translateY(-50%);*/
	}
	.sign-in-wrapper{
		flex-direction: column;
	}
}
/* 文章内容页面样式设置结束 */
/* 收起箭头样式设置开始 */
.scroll-top{
	display: block;
	width: 48px;
	height: 48px;
	line-height: 35px;
	text-align: center;
	position: fixed;
	bottom: 35px;
	right: 32px;
	/* z-index: 100; */
	background-color: #c39c65;
	border-radius: 50%;
	opacity: 0;
	color: #e0e5df;
	cursor: pointer;
	transition: 0.25s;
}
@media(max-width:768px){
	.scroll-top{
		display: none;
	}
}
.scroll-top:hover{
	background-color: #dbb06b;
	opacity: 1;
	transition: 0.25s;
}
.scroll-top .icon-upforward{
	font-size: 25px;
	display: block;
	margin-top: 5px;
}
/* 收起箭头样式设置结束 */
/* main部分样式设计结束 ---------------------------------------------------------*/