.signin_main{
	height: 900px;
	background: url("../images/signin/ico_sign_bg.png") no-repeat;
	background-size: cover;
}
.signin_div{
	display: flex;
	flex-direction: row;
	padding-top: 90px;
	padding-bottom: 86px;
	justify-content: center;
}
.signin_page{
	background: url("../images/signin/ico_signin_login_bg.png") no-repeat;
	width: 621px;
	height: 717px;
	padding: 50px 37px;
}
.signin_title{
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 46px;
}
.signin_key{
	font-size: 22px;
}
.signin_key_pwd{
	margin-top: 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.signin-forgot{
	font-size: 16px;
	cursor: pointer;
}
.signin_val{
	margin-top: 5px;
}
.signin_input{
	border: none;
	width: 545px;
	height: 72px;
	border-radius: 72px;
}
.signin_val input{
	box-sizing: border-box;
	font-size: 24px;
	padding: 0 20px;
}
.signin_button{
	background: url("../images/signin/ico_sign_sure_bg.png") no-repeat;
	width: 546px;
	height: 74px;
	background-size: cover;
	margin-top: 66px;
	text-align: center;
	line-height: 74px;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
}
.signin_hr{
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
}
.signin_creataccount{
	background: url("../images/signin/ico_sign_cancel_bg.png") no-repeat;
	width: 546px;
	height: 74px;
	background-size: cover;
	text-align: center;
	line-height: 74px;
	font-size: 24px;
}