/* 公共样式开始  */
body{
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	font-size: 12px;
}
/* 公共样式结束  */

/* 清除父级浮动 */
.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}
	
/* 登录页面样式 */
.login-layout {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/bg_image.png);
	background-repeat: no-repeat;
	background-position: top 0;
	background-size: 100% 100%;
}
		
/* 头部样式 */
@media screen and (max-width: 1366px) {
	.logintop {
		width: 100%;
		height: 51px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		left: 0;
	}
	.leftSty {
		width: 500px;
	    margin: 7px 0px 7px 70px;
	    float: left;
	}
    .logo-image{
    	width: 40px;
		height: 37px;
		float: left;
		overflow: hidden;
		margin-right: 15px;
		background: url(../images/top_logo@1366.png) no-repeat center center;
	}
	.logo_name {
		float: left;
		overflow: hidden;
		line-height: 37px;
		font-size: 20px;	
	}
	.rightSty {
		width: 260px;
		margin: 18px 76px 18px 0px;
		float: right;
	}
}

@media screen and (min-width: 1367px) {
	.logintop {
		width: 100%;
		height: 81px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.leftSty {
	    width: 500px;
	    margin: 17px 0px 17px 70px;
	    float: left;
	}
    .logo-image{
		width: 50px;
		height: 47px;
		float: left;
		overflow: hidden;
		margin-right: 15px;
		background: url(../images/top_logo.png) no-repeat center center;
	}
	
	.logo_name {
		float: left;
		overflow: hidden;
		line-height: 47px;
		font-size: 22px;	
	}
	
	.rightSty {
		width: 260px;
		margin: 28px 76px 28px 0px;
		float: right;
	}
}

.phone {
    float: left;
    padding-right: 10px;
}

.consultation .consultationPhone{
	color: #494949;
}

.consultation strong{
	color: #0084F4;
	font-size: 18px;
}

/* 登录框样式 */
.login-container {
	width: 475px;
	height: 422px;
	background: url(../images/login_bg.png) no-repeat center center;
	z-index: 999;
}

.position-relative {
    width: 475px;
    height: 430px;
    margin-top: -15px;
}

.systemName {
	text-align: center;
    color: #FFF;
    font-weight: bolder;
}

.university {
    font-size: 34px;
}

.buoy {
    font-size: 26px;
    padding-top: 12px;	
}

.login-box {
    height: 313px;
    width: 475px;
    margin-top: 40px;
    display: inline-block;
}

.login-body{
	width: 292px;
	height: 290px;
	margin: 25px 90px;
	color: #F6F6F6;
    overflow: hidden;
}

.accountLogin{
    padding-bottom: 10px;
    border-bottom: 3px solid #131B2D;
}

.chinese {
    padding-bottom: 8px;
    border-bottom: 3px solid #777A83;
    font-size: 16px;
    font-weight: bold;
}

.english {
    font-size: 12px;
    padding-left: 10px;
    color: #818693;
}

/* 输入框样式 */
.frame_style{
    position: relative;
    border: 1px solid #dddddd;
    height: 40px;
    padding: 0px 5px;
    margin-bottom: 15px;
    line-height: 40px;
    background-color: #FFF;
}

.verification {
	position: relative;
	height: 40px;
	margin-bottom: 15px;
}

.frame_style {
	width: 286px;
}

.verification_code {
	width: 45%;
	height: 40px;
	float: left;
	text-align: center;
	border: 0px;
	font-size: 12px;
	outline: none;
}

.frame_style label.user_icon {
    background-position: -5px -30px;
}

.frame_style label {
    background: url(../images/icon_login.png) no-repeat;
    float: left;
    width: 40px;
    margin-top: 2px;
    height: 35px;
}

label, .lbl {
    vertical-align: middle;
}

.frame_style input {
    height: 30px;
    padding: 5px 10px;
    border: 0px;
    width: 220px;
    font-size: 12px;
    z-index: 11;
    position: relative;
    background: 0 none;
    outline: none;
}

.login-layout input {
    margin-left: 0px;
}

.frame_style.form_error i {
    display: block;
}

.frame_style i {
    position: absolute;
    left: 60px;
    top: 0px;
    color: #ADADAD;
    font-size: 12px;
    z-index: 10;
}

.frame_style i.tx_password {
	font-size: 12px;
	color: #F30
}

.frame_style.form_errors i {
	display: none
}

.frame_style.form_error i {
	display: block
}

.frame_style label.password_icon {
	background-position: -5px 0px;
}

.frame_style label.user_icon {
	background-position: -5px -30px;
}

.frame_style label.Codes_icon {
	background-position: -5px -64px;
}

.frame_style.form_errors {
	border: 1px solid #0e85c3
}

.frame_style #Codes_text {
	width: 150px;
	padding: 0px 10px;
}

.frame_style .Codes_region {
	position: absolute;
	height: 38px;
	border-left: 1px solid #ADADAD;
	width: 80px;
	right: 0px;
	top: 0px;
}

.frame_style.form_errors label.password_icon {
	background-position: -39px 0px;
}

.frame_style.form_errors label.user_icon {
	background-position: -39px -30px;
}

.frame_style.form_errors label.Codes_icon {
	background-position: -39px -64px;
}

/* checkbox选框样式 */
input[type=checkbox].ace {
	opacity: 0;
	position: absolute;
	z-index: 12;
	width: 16px;
	height: 16px;
	cursor: pointer;
	top: 0px;
	left: 0px;
	margin: 0px;
}

input[type="checkbox"]{
	padding: 0;
	box-sizing: border-box;
}

input[type=checkbox].ace+.lbl {
	position: relative;
	z-index: 11;
	display: inline-block;
	margin: 0;
	line-height: 16px;
	min-height: 16px;
	min-width: 16px;
	font-weight: normal;
}

label,.lbl {
	vertical-align: middle;
}

input[type=checkbox].ace:checked+.lbl::before {
	display: inline-block;
	content: '\f00c';
	background-color: #f5f8fc;
	border-color: #adb8c0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox].ace+.lbl::before {
	font-family: fontAwesome;
	font-weight: normal;
	font-size: 12px;
	color: #32a3ce;
	content: "\a0";
	background-color: #fafafa;
	border: 1px solid #c8c8c8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	display: inline-block;
	text-align: center;
	height: 14px;
	line-height: 14px;
	min-width: 14px;
	margin-right: 5px;
	margin-top: 0px;
}

.forget {
	width: 100px;
	float: right;
	text-align: right;
}

.lbl,.forget {
	color: #A8A8A8;
}

.verification_code_container {
	width: 50%;
	height: 40px;
	float: right;
	background-color: #FFF;
}

.verification_code_container img {
	width: 100%;
}

.captcha_id {
	display: none;
}

/* 登录按钮样式 */
.login_btn {
    border: 0px;
    text-decoration: none;
    background: #0670DD;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
}


/* 底部样式 */
.loginbm {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #5b5b5b;
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
	.loginbm {
		height: 55px;
		font-size: 14px;
	}
	
	.loginbm div {
		line-height: 22.5px;
	}
}

@media screen and (max-width:1366px) {
	.loginbm {
		height: 40px;
		font-size: 12px;
	}
	
	.loginbm div {
		line-height: 18px;
	}
}