@charset "utf-8";
/*首页*/
body{
	background-color: #545C5B;
}
/*浮动*/
.l{
    float: left;
}
.r{
    float: right;
}
/* 清除浮动*/
.clearfix:after {
    content: '\200B';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.xibei_bg{
    width: 100%;
    height: auto;
}
.xibei_bg .logo{
    width: 798px;
    height: 82px;
    position: absolute;
    top:40px;
    left: 100px;
}
.xibei_bg .logo .systitle{
	padding: 12px 0px 0px 100px;
	font-family: 'SimHei';
    font-size: 48px;
    height: 82px;
    color: #ffffff;
}
.xibei_bg .login{
    width: 326px;
    height: 352px;
    background: #e1e2e4;
    border-radius: 10px;
    position: absolute;
    top:30%;
    left: 50%;
    margin-left: 160px;
}
.login .logo2{
    width: 100%;
    text-align: center;
}
.login .xibei_school{
    color: #000000;
    font-size: 18px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.login .xibei_come{
    text-align: center;
    color: #9e9e9e;
    font-size: 15px;
}
.user_name ,.password{
    width: 296px;
    height: 42px;
    background: #fff;
    margin: 22px auto 0;
}
.user_name ,.password{
    position: relative;
}
.user_name .user_name_bg ,.password .password_bg{
    display: block;
    width: 20px;
    height: 22px;
    background: url("../images/login.png") no-repeat;
    position: absolute;
    left: 15px;
    top:10px;
}
.user_name .user_name_bg{
    background-position: 0 -58px;
}
.password .password_bg{
    background-position: 0 -98px;
}
.user_name .cancel{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/login.png") no-repeat 0 -142px;
    top:10px;
    right: 15px;
    position: absolute;
}
.user_name input ,.password input{
    width: 210px;
    height: 42px;
    line-height: 42px\9;
    border: none;
    outline: none;
    position: absolute;
    top:0;
    left: 44px;
}
.checkbox{
    margin: 15px 16px 0 16px;
    position: relative;
}
.checkbox input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.checkbox label{
    font-size: 14px;
    color: #999;
}
.checkbox a{
    position: absolute;
    right: 2px;
    font-size: 14px;
    color: #999;
}
.sign_in{
    width: 100%;
    height: 94px;
    background: url("../images/btn.png") no-repeat -9px 0;
    border: none;
    outline: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.login #errortip{
    text-align: center;
    color: #ff0000;
    font-size: 12px;
	height: 30px;
	margin: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	padding-top: 2px;
}