*{
	padding: 0;
	margin: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.w{
	width: 1600px;
	margin: 0 auto;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}

.login{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.login-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	padding: 0 60px;
}
.login-logo {
    width: 74px;
    padding: 10px;
}
.phone{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.phone img{
	margin-right: 8px;
}
.wraper{
	display: flex;
	align-items: center;
	height: 700px;
	background: url(../images/login_bg2.png) no-repeat center;
	background-size: 100% 100%;
	padding: 0 30px;
}
.top{
	display: block;
	text-align: right;
	padding: 20px 30px;
}
.top a{
	color: #666666;
}
.main{
	float: right;
}
.main-form{
	width: 500px;
	background-color: #fff;
	padding: 68px;
	border-radius: 8px;
	box-shadow: 0 0 10px #CCAC6D;
}

.main p#identity-selector {
	font-size: 18px;
	margin-top: 0;
}

.main p{
	font-size: 14px;
	text-align: center;
	color: #888;
	margin-top: 12px;
}
.main-title{
	/* margin: 30px 0; */
	text-align: center;
}
.main-title img{
	height: 100px;
}
.main-title p{
	font-size: 38px;
	font-weight: bold;
	color: #666;
}
.input-area{
	position: relative;
	width: 400px;
}
.input-area label{
	position: absolute;
}
.input-area input{
	font-size: 18px;
	width: 358px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #aaa;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 0 20px;
}
.input-area input:hover{
	border-color: #777;
}
.input-area input:focus{
	outline: none;
	border: 1px solid #F5A200;
}
input::-webkit-input-placeholder{
	color: #c8c8c8;
}
/* .input-area .input-choice{
	margin-top: 0;
} */

.auto-login{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 20px;
	text-align: right;
}
.auto-login a{
	color: #1A96FF;
}
#code{
	width: 200px;
}
#code_box{
	float: right;
	width: 128px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	border: 1px solid #a4a4a4;
	background-color: #E0F1FF;
	cursor: pointer;
	border-radius: 4px;
}
#login-btn{
	width: 400px;
	height: 54px;
	cursor: pointer;
	color: #fff;
	background-color: #F5A200;
	border: 0;
	font-size: 20px;
}
#login-btn:hover{
	background-color: #DF9505;
}
.forget{
	display: block;
	text-align: center;
}
.forget a{
	font-size: 18px;
	color: #F5A200;
}
.forget a span{
	font-size: 21px;
	font-weight: bold;
}
.copyright{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #bbb;
	font-size: 14px;
}