body,html {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	margin: 0;
	height: 100%;
	}


.login {
	margin: 0;
	height: 100%;
	overflow: auto;
	background-color: #f9fbff;
	background: #fff url(../../src/bj.png) no-repeat center;
	background-size:cover;
}
.login .top{
    height: 70px;
    line-height: 70px;
    -webkit-box-shadow: 0 5px 10px #ddd;
    box-shadow: 0 5px 10px #ddd;
    background-color: #fff;
    color: #797878;
}
.login .top .logo{
	height: 60px;
	margin-left: 60px;
	margin-top: -5px;
}
.fr {
    float: right;
}
.login .top .home{
	margin-right: 56px;
	cursor: pointer;
}


.login-container{
	height: calc(100% - 180px);
	    min-height: 700px;
	    padding: 56px 0;
}
.login-container section{
	width: 920px;
	    height: 600px;
	    margin: 0 auto ;
	    border-radius: 8px;
	    overflow: hidden;
	    -webkit-box-shadow: 0px 4px 15px 5px #D5E2EB;
	    box-shadow: 0px 4px 15px 5px #D5E2EB;
}
.login-container section .form-group{
	margin: 15px auto;
	left: -30px;
}

h1 {
	margin: 80px auto 30px auto;
	text-align: center;
	color: #0088CC;
	margin-left: 50px;
	font-size: 30px;
	/* font-weight: bold; */
	/* text-shadow: 0px 1px 1px #555; */
}

h1 sup {
	font-size: 18px;
	font-style: normal;
	position: absolute;
	margin-left: 10px;
}



.valcode {
	/*width: 156px;*/
	background: #ffffff;
	height: 42px;
	border-radius: 2px;
	border: none;
	border: 1px solid rgba(0, 0, 0, .2);
	font-size: 1.0625rem;
}

.canvas {
	/*width: 100px;*/
	height: 42px;
	float: right;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
}

.copyright {
	text-align: center;
	margin-top: 25px;
	color: #001F3F;
}

.jianyi {
	text-align: center;
	margin-top: 25px;
	color: #0099CC;
}

.button_blue {
	display: inline-block;
	float: left;
	height: 41px;
	border-radius: 4px;
	background: #2795dc;
	border: none;
	cursor: pointer;
	/* border-bottom: 3px solid #0078b3; */
	*border-bottom: none;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	*width: 140px;
	text-align: center;
	outline: none;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.footer{
	height:120px;
	width: 100%;
	position: relative; 
	margin-bottom: 0px;
	background: url(../../src/footer-bj.png);
}
.footer .scroll-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.footer .scroll-wrap ul li{
	float: left;
}
.form-control{
	height: 42px;
}
.left-side{
	float: left;
		width: 400px;
		height: 100%;
		background: linear-gradient(224deg, #1E4CDA, #4DB4F7);
}
.login-form{
	width: 500px;
	float: left;
}
.otherlogin {
	text-align: center;
	color: #B2B2B2;
	font-size: 15px;
	margin-left: 10%;
}
.otherlogin img {
	display: initial;
	margin: 5px 10px 0px;
	width: 32px;
	cursor: pointer;
}
