.login_div{
	width: 704px;
	height: 560px;
	position: absolute;
	left: 50%;
	margin-left: -352px;
	top: 50%;
	margin-top: -320px;
}
.login_logo>p{
	font-size: 48px;
	color: #b0843d;
	text-align: center;
	line-height: 50px;
	padding-bottom: 20px;
	font-family: 'Times New Roman';
}
.login_logo>span{
	display: block;
	font-size: 16px;
	color: #f5eede;
	line-height: 16px;
	padding-bottom: 32px;
	text-align: center;
	font-weight: 100;
	font-family: 'Times New Roman';
}
.login_big{
	width: 702px;
	height: 360px;
	border:1px solid #fff;
	position: relative;
}
.login_big:after{
	content: "";
	display: block;
	width: 686px;
	height: 344px;
	border:1px solid rgba(255,255,255,0.4);
	position: absolute;
	top: 8px;
	left: 8px;
}
.login_content{
	width: 370px;
	height: 324px;
	padding-top: 50px;
	background-color: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top: 60px;
	z-index: 999;
	border-radius: 6px;
}
.login_item{
	width: 266px;
	height: 52px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.login_item>img{
	width: auto;
	height: 24px;
	display: block;
	float: left;
	margin-top: 14px;
}
.login_item>input{
	width: 220px;
	height: 52px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	margin-left: 22px;
}
#yzm{
	width: 120px;
}
.btn_login{
	width: 222px;
	height: 44px;
	background-color: #000;
	margin: 0 auto;
	margin-top: 46px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}
.verify-code-canvas{
	width: 99px;
	height: 30px;
	float: right;
	margin-top: 7px;
	top:0;
	right: 0;
	background-color: #eee;
}
.login_bottom{
	position: fixed;
	color: #8f8f8f;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	width: 100%;
	left: 0;
	bottom: 20px;
	z-index: 9;
}