#register {
	height: 100%;
	flex: 1;
}
.main{
	width: 100%;
	height: 100%;
	background: url(../img/register/background.jpg) no-repeat 100%;
	background-size: 100% 100%;
	background
}
.main-list{
	padding: 0 5%;
	height: 100%;
}
.main-list-head{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px 10px 20px 0;
}
.head-left-img{
	width: 10px;
}
.head-center-img{
	flex: 1;
	display: flex;
	justify-content: center;
}
.head-center-logo{
	width: 120px;
}
.main-lis-input{
	height: 62%;
	padding: 0 10px;
}
.acquisition{
	height: 100%;
	background-color: white;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.VIPTitle{
	margin: 35px 0 25px;
}
.VIPTitle h2{
	margin: 0;
	text-align: center;
	font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
}
.input-list{
	padding: 0 10%;
	height: 55%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 25px;
}
.name-input{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #afafaf;
	/*margin-bottom: 20px;*/
	width: 100%;
}
.name-input-img{
	width: 8%;
	margin-right: 10px;
	max-width: 40px;
	min-width: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.name-input-img img{
	width: 100%;
}
.name-input input{
	flex: 1;
	height: 30px;
    font-size: 16px;
    /*font-family: 微软雅黑, serif;*/
    background: white;
    border: none;
    border-image: initial;
    outline: none;
    text-align: left;
}
.submit-button{
	display: flex;
	justify-content: center;
}
.submit-button p{
	width: 80%;
	text-align: center;
	color: white;
	background-color: #C0080E;
	padding: 10px 0;
	border-radius: 20px;
	margin: 0;
}


