section.login{
	position: relative;
	display: flex;
}
.left{
	/*height: 942px;*/
	width: 730px;
	flex: 0 0 703px;
	height: 100vh;
	min-height: 800px;
}
.left > img{
	height: 100%
}
.left > .content{
	position: absolute;
	top: 88px;
	left: 100px;
	bottom: 0px;
	width: 528px;
}
.left > .content > a > img{
	margin-bottom: 60px;

}
.left > .content > p{
	color: #fff;
	margin-bottom: 20px;
	line-height: 14px;
}
.left > .content > p > span{
	width: 12px;
	height: 12px;
	opacity: 1;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	float: left;
}
.left > .content > ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	position: absolute;
	bottom: 88px;
}
.left > .content > ul > li{
	list-style: none;
	margin-right: 15px;
}
.login_register{
	flex: 1;
	position: relative;
	min-width: 500px;
}
.login_register > .centent{
	/*width: 340px;*/
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px #0000000d;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    padding: 30px;
}
.login_register > .register{
	top: calc(50vh - 350px);
}
.login_register > .centent > .head{
	text-align: center;
}
.login_register > .centent > .head > p{
	color: #686868;
	margin: 10px 0 20px;
	font-size: 16px;
}
.login_register > .centent > .form > div{
	margin-bottom: 15px;
}
.login_register > .centent > .form > .phone > select{
	background: #F5F5F7;
    border-color: #E9E9E9;
    height: 38px;
    width: 64px;
    padding: 0 5px;
    border-radius: 4px 0 0 4px;
}
.login_register > .centent > .form > .phone > input{
	height: 38px;
    border: 1px solid #E9E9E9;
    margin-left: -5px;
    width: 260px;
    padding-left: 10px;
    border-radius: 0 4px 4px 0;
}
.login_register > .centent > .form  input::-webkit-input-placeholder{
	color: #ccc;
}
.login_register > .centent > .form  input{
	border-radius: 4px;
}
.login_register > .centent > .form > .password > input,
.login_register > .centent > .form > #child_name > input,
.login_register > .centent > .form > .invite > input{
	padding-left: 30px;
    width: 100%;
    height: 38px;
    border: 1px solid #e5e5e5;
}
.login_register > .centent.register > .form > .password > input,
.login_register > .centent.register > .form > .invite > input{
	padding-left: 10px;
}
.login_register > .centent > .form > .password > img{
	/*margin-left: -328px;*/
}
.login_register > .centent > .form > #child_name > img{
	margin-left: -328px;
}
.login_register > .centent > .form > .code > input{
	border: 1px solid #e5e5e5;
	height: 38px;
	width: 170px;
	padding-left: 10px;
}
.login_register > .centent > .form > .code > img{
	width: 146px;
	float: right;
	height: 38px;
}
.login_register > .centent > .form > .verification > .but{
	line-height: 38px;
    width: 140px;
    float: right;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
    margin-right: 6px;
    color: #616871;
    cursor: pointer;
}
.login_register > .centent > .form > .remenber > span{
	color: #1664FF;
}
.login_register > .centent > .form > .button{
	background: #0069FB;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.login_register > .centent > .form > .type{
	text-align: center;
}
.login_register > .centent.register > .form > .type{
	/*width: 145px;*/
}
.login_register > .centent > .form > .type > span{
	cursor: pointer;
    display: inline-block;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #0069FB;
    line-height: 12px;
    color: #0069FB;
}
.login_register > .centent > .form > .type > span:last-child{
	margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.password-img {
	position: absolute;
	padding: 12px;
}
