@charset "utf-8"; 

a,a:visited {
	color: #000
}

body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,table,td,ul
	{
	margin: 0;
	padding: 0
}

img {
	border: none
}

li {
	list-style: none
}

input,select,textarea {
	outline: 0;
	border: none;
	background: 0 0
}

textarea {
	resize: none
}

button,input[type=button],input[type=file],input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none
}

a {
	text-decoration: none;
	cursor: pointer
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.clearfix {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

body {
	background-color: #f5f5f5;
	font-family: 微软雅黑
}

.login {
	width: 100%;
	min-width: 1210px
}

.login .header {
	width: 1210px;
	margin: 0 auto;
	color: #0552aa;
	font-size: 36px;
	letter-spacing: 2px;
	padding: 18px 20px
}

.login .content {
	position: relative;
	width: 100%
}

.login .content img {
	width: 100%
}

.login .content .lc-info {
	background-color: #ebeff7;
	position: absolute;
	top: 140px;
	right: 10%;
	height: 280px;
	width: 380px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px
}

.login .content .lc-info .lc-title {
	color: #3487e3;
	text-align: center;
	font-size: 26px;
	font-weight: 700
}

.login .content .lc-info .lc-k {
	box-sizing: border-box;
	border: 2px solid #fafbfc;
	margin-top: 20px
}

.login .content .lc-info .lc-k .option {
	box-sizing: border-box;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #c6d3e6
}

.login .content .lc-info .lc-k .option:last-child {
	border-bottom: none
}

.login .content .lc-info .lc-k .option img {
	margin: 13px 0 0 12px;
	width: 18px;
	height: 20px
}

.login .content .lc-info .lc-k .option .input {
	margin-left: 10px;
	margin-top: 10px;
	border-left: 1px solid #c6d3e6;
	height: 26px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 16px;
	width: 260px
}

.login .content .lc-info .error {
	margin-top: 5px;
	color: red
}

.login .content .lc-info .rem {
	margin-top: 10px
}

.login .content .lc-info .rem .cb {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.login .content .lc-info .submit {
	border-radius: 50px;
	background-color: #3487e3;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 200px;
	font-size: 20px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -100px
}

.login .footer {
	padding: 20px 0;
	text-align: center;
	font-size: 26px;
	color: #666
}