body {
	/* overflow: hidden; */
}

.loginBg {
	background: url(../images/bg/loginBg.jpg) center center no-repeat fixed;
	/* overflow: hidden; */
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	text-align: center;
	min-width: 900px;
}

.loginWrapper {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #255edd;
	-webkit-box-shadow: 0 0 10px #255edd;
	box-shadow: 0 0 10px #255edd;
	padding: 40px 0;
	display: inline-block;
	width: 840px;
	margin-top: calc((100vh/2) - 200px);


}

.loginItemL,
.loginItemR {
	width: 420px;
	text-align: center;
	padding: 0 40px;
}

.loginWrapper .loginItemL img {
	width: 320px;
	height: 240px;
}

.loginRole .loginRLogo {
	width: 20px;
	height: 20px;
	vertical-align: -2px;
	margin: 0 5px 0 0;
}

.loginPanel .loginLogo {
	margin: 0 0 8px;

}

.loginPanel .loginRole {
	margin: 0 0 15px;
	font-size: 16px;
}

.form-group {
	margin: 0 0 20px;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.form-group:last-child {
	margin: 0;
}

.input-group-icon {

	height: 40px;
	padding: 0 15px;

	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e7eaec;
	border-radius: 4px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border-collapse: separate;

	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group .icon-form-control {

	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding-right: 42.5px;
	height: 40px;
	padding: 0 12px 0 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e7eaec;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.input-group-icon .iconfont {
	color: #adadad;
	font-size: 25px;
}

.input-group-icon:last-child {
	height: 40px;
	padding: 0 15px;
	font-weight: 400;
	line-height: 1;
	color: #666;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e7eaec;
	border-radius: 4px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border-collapse: separate;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

}

.icon-form-control:focus {
	outline: 0;
}

.input-group .icon-form-control:not(:first-child):not(:last-child),
.input-group-icon:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group .code-group {
	color: #333;
	background-color: #f3f3f4;
	cursor: pointer;
}

.form-group .subBtn {
	width: 100%;
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	margin-bottom: 0;
	font-size: 16px;
	margin: 40px 0 0;

	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	background-color: #4285f4;
}

.stuLoginWrapper {
position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #255edd;
	-webkit-box-shadow: 0 0 10px #255edd;
	box-shadow: 0 0 10px #255edd;
	padding: 20px 0;
	display: inline-block;
	width: 380px;
	margin-top: calc((100vh/2) - 220px);
	height: 432px;
}

.stuLoginItem {
	width: auto;
	float: none;
	padding: 0 20px;
}

.stuLoginHeader {
	height: 45px;
	border-bottom: 2px solid #f3f3f4;
	position: relative;
	margin: 0 0 20px;
}

.stuLogin_lab {
	color: #333;
	font-size: 20px;
	float: left;
	font-weight: normal;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 24px;
}

.stuLogin_lab:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 24px;
	background-color: #4285f4;
	left: 0;

}

.MobileLogin {}

.stuLoginWrapper .MobileLogin,
.wx-login .MobileLogin {
	width: 130px;
	height: 50px;
	position: absolute;

	top: -3px;
	right: 0px;
}

/*
.login .MobileLogin .wxlogin-msg{
	margin-bottom: 5px;
}*/

.stuLoginWrapper .MobileLogin img {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
}

.loginPanel .MobileLogin .login-pc {
	width: 26px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 5px;
}

.loginPanel .wx-code {
	text-align: center;
	/* height: 140px; */
	color: #666666;
	margin-bottom: 30px;

}

.loginPanel .wx-code span {
	text-align: center;
	height: 140px;
	color: #4285f4;
}



.loginPanel .wx-code .erCode_prompt {
	height: 135px;
	padding: 20px 0 0 0;
	margin: 0 0 30px;

}

.loginPanel .wx-code .erCode_prompt.erCode_promptfail {}

.loginPanel .wx-code .erCode_prompt .loginStatePanel {
	width: 112px;
	height: 114px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;


}

.loginPanel .wx-code .erCode_prompt .loginStatePanel.codeFailure {
	background-color: rgba(125, 125, 125, 08);

	padding: 25px 0 0 0;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.erCode_prompt .loginStatePanel.codeFailure>p {
	font-size: 14px;
	color: #fff;
	margin: 0 0 12px 0;
}

.erCode_prompt .loginStatePanel.codeFailure .code_ref {
	display: inline-block;
	width: 62px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #e4393c;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.loginPanel .wx-code .erCode_prompt .loginStatePanel.cordeSuccess {
	background-color: rgba(125, 125, 125, 08);
	padding: 25px 0 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.erCode_prompt .loginStatePanel.cordeSuccess .cordeSuccessMsg {
	color: #fff;
	font-size: 16px;
	margin: 0 0 11px 0;
}

.loginStatePanel.cordeSuccess .cordeSuccessMsg .iconfont {
	color: #20ef29;
	font-size: 20px;
}

.loginStatePanel.cordeSuccess .cordeSuccessMsg_txt {
	color: #fff;
}

.loginPanel .erCode_advantages {
	color: #7b8a97;
	text-align: center;
	margin: 0 0 8px 0;
	font-size: 12px;
}

.loginPanel .erCode_advantages .advantages_col {
	display: inline-block;
	margin: 0 30px 0 0;
}

.loginPanel .erCode_advantages .advantages_col:last-child {
	margin: 0;
}

.loginPanel .erCode_advantages .advantages_col img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.loginPanel .wx-msg {
	font-size: 12px;
	color: #999999;
	/*	margin-bottom: 10px;*/
}

.loginPanel .wx-msg span {
	float: left;
}

.loginPanel .wx-msg p {
	float: left;
	width: 215px;

}

.login-tip {
	position: absolute;
	top: 5px;
	right: 45px;
}

.poptip {
	border: 1px solid #4285f4;
	height: 24px;
	line-height: 16px;
	padding: 3px 3px;
	background: #fff;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.poptip-arrow {
	top: 8px;
	right: 0;
}

.poptip-arrow {
	position: absolute;
	z-index: 101;
}


.poptip-arrow em,
.poptip-arrow span {
	position: absolute;
	width: 0;
	height: 0;
	border-color: #4285f4;
	border-color: transparent;
	border-style: solid;
	overflow: hidden;
	top: -1px;
	left: 0;
}

.poptip-arrow em {
	top: -1px;
	left: 1px;
	border-left-color: #4285f4;
	border-width: 5px 0 5px 5px;
}

.poptip-arrow span {
	border-left-color: #fefcee;
	border-width: 5px 0 5px 5px;
}

.poptip .poptip-content {
	color: #4285f4;
	font-size: 12px;
	font-weight: 400;
}
.stulogo_logo{
	/* position: absolute; */
	text-align: center;
		    /* top: -70px; */
	width: 100%;
	/* left: 0; */
	    margin: 0 0 20px;
}
.stulogo_logo img{
	width: 192px;
	height: 46px;

	
}
#qrCode img {
    display:initial !important;
}