* {
	padding: 0;
	margin: 0;
}

html, body {
	font-size: 14px;
}

a {
	text-decoration: none;
}

.header {
	height: 121px;
	line-height: 120px;
	background: url("../images/head-bj.jpg") 0 0 repeat-x;
	width: 100%;

}

.header img {
	width: 650px;
	height: auto;
	margin-top: 27.5px;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.section {
	width: 100%;

	display: block;
	background: url("../images/section-bj.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}

.section .content {
	min-height: 727px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.form {
	width: 390px;
	background: white;
	border-radius: 3px;
	box-shadow: 3px 3px 3px #ece7e7;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
}

.form h3 {
	font-size: 18px;
	color: #242424;
	font-weight: normal;
	margin-bottom: 27px;
}

.form .div-bor {
	position: relative;
}

.form .div-bor .error {
	line-height: 30px;
	height: 30px;
	margin: 5px 0 10px;
	color: #BD1A2D;
	text-align: center;
	font-weight: bold;
}

.form .div-bor .icon {
	display: block;
	position: absolute;
	left: 10px;
	top: 14px;
	width: 17px;
	height: 17px;
}

.form .div-bor:nth-child(2) .icon {
	background: url("../images/username.png") 0 0 no-repeat;
}

.form .div-bor:nth-child(3) .icon {
	background: url("../images/password.png") 0 0 no-repeat;
}

.form .div-bor:nth-child(4) .icon {
	background: url("../images/yanzhengma.png") 0 0 no-repeat;
}

.form .div-bor input {
	padding-left: 35px;
}

.form .div-bor .yanzhengma {
	position: absolute;
	right: 6px;
	top: 6px
}

.form input {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
	border-radius: 6px;
}

.form .remember_password {
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	height: 30px;
	line-height: 30px;
}

.form .remember_password input {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}

.form button {
	border: none;
	width: 100%;
	background: #BD1A2D;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 6px;
	font-size: 18px;
	margin: 0 0 30px;
}

.form .no_account {

	width: 100%;
	color: #666;
	text-align: right;
}

.form .no_account a {
	color: #bd1a2d;

}

.footer .footer_nav {
	font-size: 14px;
	overflow: hidden;
	margin: 20px auto;
	display: table;
}

.footer .footer_nav li {
	list-style-type: none;
	margin: 0 20px;
	float: left;
}

.footer .footer_nav li a {
	color: #242424;
}

.footer p {
	text-align: center;
	color: #999;
}
