/*
* @Author: xin
* @Date:   2021-09-06 08:27:24
* @Last Modified by:   xin
* @Last Modified time: 2021-09-14 20:37:49
*/
.max-width-50{
	max-width: 50%;
	flex: 0 0 50%;
}
.page{
	background:#F7F9FB;
}

.main .main-content{
	max-width: 1200px;
	margin: 80px auto;
	padding: 120px;
	background: #FFFFFF;
	border-radius: 31px;
}
.main-content-mt{
	margin-top:115px;
}
.main-content-input{
	display: flex;
	align-items: center;
	height: 70px;
	border: 1px solid #B5B5B5;
	margin-left: 115px;
	
	padding:0 15px;
}
.main-content-input input{
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	color: #000000;
	margin-left: 20px;
	border:0;
	outline: none;
}
.main-content-code{
	margin-top: 10px;
}
.main-content-code-btn{
	height: 70px;
	background: #323232;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
.main-content-login-btn{
	height: 70px;
	background: #BE2D21;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	margin-left: 115px;
	margin-top:35px;
	cursor: pointer;
}