.login_bg {
	width: 100%;
	background-color: #f5f5f5;
	padding: 100px 0;
	margin-top: 137px;
}

.login {
	width: 680px;
	padding: 54px 104px 80px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 18px;
	box-shadow: 0 0 22px rgba(0, 0, 0, .1);
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
}

.login h1 {
	width: 100%;
	font-size: 30px;
	color: #d91516;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-bottom: 54px;
}

.login-center-input {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(235, 235, 235);
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 48px;
	margin-bottom: 20px;
}

.login-center-input li {
	float: left;
}

.login-center-input li.left {
	width: 46px;
	height: 46px;
}

.login-center-input li.left img {
	width: 24px;
	height: 24px;
	margin-top: 11px;
	margin-left: 11px;
}

.login-center-input li.right {
	width: calc(100% - 46px);
	height: 46px;
	overflow: hidden;
}

.login-center-input li.right input {
	margin: 0;
	border: 0;
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #333;
	line-height: 46px;
	text-align: left;
}

.login-yzm li.center {
	width: calc(100% - 161px);
	height: 46px;
}

.login-yzm li.center input {
	margin: 0;
	border: 0;
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #333;
	line-height: 46px;
	text-align: left;
}

.login-yzm li.right {
	width: 115px;
	height: 46px;
	overflow: hidden;
	border-radius: 0 4px 4px 0;
}

.login-yzm li.right img {
	width: 100%;
	height: 100%;
}

.login-button {
	width: 100%;
	height: 48px;
	border-radius: 4px;
	text-align: center;
	margin-top: 32px;
}

.login-button input {
	margin: 0;
	border: 0;
	width: 100%;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	border-radius: 4px;
	background-color: #002870;
	cursor: pointer;
}
