@charset "utf-8";
html,body{
	background: #e5e5e5;
	width: 100%;
	height: 100%;
}
.login_top{
	width: 100%;
	height: 100px;
	/*border-bottom: 1px solid #D6D7DC;*/
	background:#2E3238;
}
.login_top p{
	width: 1200px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
}
.login_top p a{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-top: 20px;
	margin-right: 22px;
	float: left;
}
.login_top p img{
	display: inline-block;
	max-height: 60px;
	height:auto;
	vertical-align: middle;
}
.login_top p span{
	display: block;
	float: left;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	margin-top: 33px;
}
.login_top p span.school{
	font-weight: 700;
	color: #fff;
	display: block;
	font-family: "楷体";
}
.login_top p span.title{
	border-left: 2px solid #fff;
	color: #fff;
	padding-left: 18px;
	margin-left: 18px;
	font-family: "楷体";
    font-size: 
}
.login_top span{
	float: left;
	font-size: 30px;
	color: #0F68DC;
}
.login_container{
	width:1200px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 125px;
}
.login_container .login_img{
	width: 660px;
	float: left;
	margin-left: 25px;
	height: 420px;
	position: relative;
}
.login_container .login_img img{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.login_container .login_box{
	width: 350px;
	height: 350px;
	margin-top: 35px;
	margin-left: 60px;
	border: 1px solid #D6D7DC;
	border-radius: 5px;
	text-align: center;
	position: relative;
	float: left;
	background: #fff;
}
.login_container .login_box h2{
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #D6D7DC;
}
.login_container .login_box span.wrong{
	position: absolute;
	color: #DC0F0F;
	top: 70px;
	width: 80%;
	left: 10%;
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	/*background: url("https://www.spursecuritybank.com/original/static/images/no.png") no-repeat 80px center;*/
}
.login_container .login_box input[type=text],input[type=password],input[type=submit],input[type=button]{
	width: 80%;
	margin: 15px auto;
	border: 1px solid #D6D7DC;
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
	text-indent: 38px;
}
.login_container .login_box input[type=text]{
	margin-top: 50px;
	background: url("https://www.spursecuritybank.com/original/static/images/name.png") no-repeat 10px center;
}
.login_container .login_box input[type=password]{
	background: url("https://www.spursecuritybank.com/original/static/images/psd.png") no-repeat 10px center;
	margin-bottom: 0;
}
.login_container .login_box input.log{
	text-indent: 0;
	text-align: center;
	background: #00A2E9;
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
}
.login_container .login_box p{
	width: 80%;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
}
.login_container .login_box p.current_ip{
	text-align: left;
	color: #CC2929;
	position: absolute;
	bottom: 20px;
	left: 10%;
	font-size: 14px;
	font-weight: 700;
}
.login_container .login_box p input[type=checkbox]{
	float: left;
	vertical-align: middle;
	line-height: 26px;
	margin-top: 8px;
}
.login_container .login_box p span{
	float: left;
	line-height: 26px;
	margin-left: 5px;
}
.login_container .login_box p.forget{
	height: 14px;
}
.login_container .login_box p.forget a{
	float: right;
	color: #017ebe;
}
.login_container .login_box p.zhuce a{
	float: right;
	color: #017ebe;
}

@media (max-width: 1400px) {
	.login_container{
		padding-top: 50px;
	}
}

@media (max-width: 1200px) {
	.login_container{
		padding-top: 50px;
		width: auto;
		margin: 0 20px;
	}
	.login_top p{
		width: 100%;
	}
	.login_container .login_img{
		width: 60%;
		height: 352px;
		margin-left: 0;
		margin-right: 2%;
	}
	.login_container .login_box{
		width: 35%;
		margin-top: 0;
		margin-left: 0;
	}
	.login_container .login_box span.wrong {
	    background: url("https://www.spursecuritybank.com/original/static/images/no.png") no-repeat 70px center;
	}
}