body{
  font-family: 'Microsoft Yahei';
}
#type2{
	display: none;
}
.loginMode{
	width: 100%;
	overflow: hidden;
	margin-bottom: -5px;
}
.loginMode li {
	cursor: pointer;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 58px;
    color: #444;
    font-size: 18px;
}
li.active{
	background: #EEEEEE;
}
.password::before ,.name::before{
    pointer-events: none;
    content: "";
    position: absolute;
    height: 45px;
    padding-left: 52px;
    color: #9f9f9f;
    font-size: 16px;
    margin: 0px;
    width: 100%;
    display: block;
    border: 0px;
    outline: none;
    border-radius: 4px;
    background: url(../images/password.png) no-repeat 18px center;
}
.name::before{
	background: url(../images/username.png) no-repeat 18px center;
}
.login input[type="text"],.login input[type="file"],.login input[type="password"],.login input[type="email"] {
	padding-left: 48px;
}
.login{
	padding: 0;
	margin: 23vh auto 0 auto;
	min-height: 360px;
	/* position: absolute;
	top: 30%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%); */
}
.class-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.class-bg img {
	width: 100%;
	height: 100%;
}
form{
	padding: 10px 40px;
}
.code{
	width: 100%;
}
#code{
	text-align: center;
	padding-left: 10px;
	width: 118px;
}
.code a {
    position: absolute;
	right: 156px;
	bottom: 133px;
	width: 80px;
	height: 35px;
	border-radius: 2px;
	color: #9f9f9f;
	background: #f9f9f9;
	border: 1px solid #DCDEE0;
	text-align: center;
	line-height: 35px;
}
.code a:hover{
	background: #189F92;
	border: 1px solid #189F92;
	color: #fff;
	cursor: pointer;
}
.login #darkbannerwrap {
    opacity: 0;
}
.log{
	width: 100%;
}
.layui-form-checkbox i{
	width: 20px;
	height: 20px;
	font-size: 19px;
	border: 1px solid #d2d2d2;
	top: 2px;
}
#rem{
	margin-left: 10px;
}
#pass{
	/* margin-left: 143px; */
}
.bakPic{
	width:100%;
	height:100%;
	top:0;
	z-index:-1;
	position:absolute;
}
.bakPic img{
	display: block;
	outline: none;
	border:0;
	height: 100%;
	width: 100%;
}
.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #222;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 41px;
    color: #fff;
    /*padding-left: 10px;*/
}
.footer .copyright{
    margin-left: 10px;
}
.loginhead{
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* border-bottom: 1px darkgray solid; */
	z-index: 998;
}
.loginhead div{
	height: 36px;
	width: 80px;
	line-height: 36px;
	position: absolute;
	top: 8px;
	right: 40px;
	z-index: 999;
	background: #189F92;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.loginhead div a,.loginhead div a:hover{
	color: #fff;
}
.loginBtn {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px;
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	background-color: #189F92;
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
  }
  .form {
	  padding: 10px 40px;
  }
  .code {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .smallBtn {
	width: 100px;
	height: 35px;
	border-radius: 2px;
	color: #9f9f9f;
	background: #f9f9f9;
	border: 1px solid #DCDEE0;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
  }
  .disabled {
	cursor: not-allowed;
  }
  .class-none {
	display: none;
  }
  body{
	font-family: 'Microsoft Yahei';
}
.login-scan{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
}
.login-txt{
	height: 35px;
	position: absolute;
	top: 11px;
	right: 41px;
}
.login-scan img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#type2{
	display: none;
}
.login-top{
	margin-top: 24px;
}
.loginMode{
	width: 100%;
	overflow: hidden;
	margin-bottom: -5px;
}
.title-top {
	height: 60px;
}
.password::before ,.name::before{
	pointer-events: none;
	content: "";
	position: absolute;
	height: 45px;
	padding-left: 52px;
	color: #9f9f9f;
	font-size: 16px;
	margin: 0px;
	width: 100%;
	display: block;
	border: 0px;
	outline: none;
	border-radius: 4px;
	/* background: url(../images/password.png) no-repeat 18px center; */
}
.name::before{
	/* background: url(../images/username.png) no-repeat 18px center; */
}
.login input[type="text"],.login input[type="file"],.login input[type="password"],.login input[type="email"] {
	padding-left: 48px;
}
.login{
	padding: 0;
	margin: 192px auto 0 auto;
	height: 383px;
	width: 375px;
	position: relative;
}
/* .login{
	padding: 0;
	margin: 192px auto 0 auto;
	height: 383px;
	width: 375px;
	position: fixed;
	right: 55px;
	bottom: 71px;
} */
form {
	padding: 0 40px;
	position: relative;
}
.code{
	width: 100%;
}
#code{
	text-align: center;
	padding-left: 10px;
	width: 118px;
}
.code a {
	position: absolute;
	right: 156px;
	bottom: 133px;
	width: 80px;
	height: 35px;
	border-radius: 2px;
	color: #9f9f9f;
	background: #f9f9f9;
	border: 1px solid #DCDEE0;
	text-align: center;
	line-height: 35px;
}
.code a:hover{
	background: #189F92;
	border: 1px solid #189F92;
	color: #fff;
	cursor: pointer;
}
.login #darkbannerwrap {
	opacity: 0;
}
.log{
	width: 100%;
}
.layui-form-checkbox i{
	width: 20px;
	height: 20px;
	font-size: 19px;
	border: 1px solid #d2d2d2;
	top: 2px;
}
#rem{
	margin-left: 10px;
}
.bakPic{
	width:100%;
	height:100%;
	top:0;
	z-index:-1;
	position:absolute;
}
.bakPic img{
	display: block;
	outline: none;
	border:0;
	height: 100%;
	width: 100%;
}
#status{
	width: 100%;
	height: 100px;
}
.status-name{
	width: 90%;
	margin: 0 auto 20px;
	font-size:16px;
	color: #189F92;
}
.status-opt,.status-student{
	width: 60%;
	margin: 5px auto 20px;
	display: flex;
	justify-content: space-between;
	font-size:16px;
	color: #189F92;
}
.status-opt span{
	display: inline-block;
	text-align: center;
	width: 84px;
	cursor: pointer;
}
.status-opt img{
	padding: 10px;
	border:1px solid #eee;
	cursor: pointer;
}
.status-student{
	width: 90%;
	justify-content: space-around;
}
.status-student div{
	text-align: center;
}
.status-student-name{
	margin-top: 10px;
}
.student-photo{
	width: 64px;
	height: 64px;
	display: inherit;
	line-height: 64px;
	text-align: center;
	border:1px solid #189F92;
	font-size: 25px;
	border-radius: 5px;
	cursor: pointer;
}
.info-show{
	padding: 7px 10px;
}
.info-show-title{
	font-size: 16px!important;
	font-family: 等线;
	font-weight: bold;
	margin-top: 10px;
}
.info-show-con{
	font-size: 16px!important;
	text-indent: 32px;
	font-family: 等线;
}
.layui-icon-ok:before {
  content: "\e605";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form {
  padding: 10px 40px;
}

.class-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.class-bg img {
    width: 100%;
    height: 100%;
}

.pointer {
	cursor: pointer;
}

#checkedSF {
	display: none; 
	padding: 30px; 
	box-sizing: border-box;
}
#checkedSF > div {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
#checkedSF input {
	width: 100%;
	height: 44px;
	border: none;
	text-indent: 10px;
}

#checkedSF .code {
	display: grid;
	grid-template-columns: 70% 30%;
}
#checkedSF .btn {
	width: 100%;
	height: 46px;
	background: #189F92;
	color: #fff;
	border: none;
	cursor: pointer;
}
.getCode {
    width: 80px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #189F92;
    border: 1px solid;
    cursor: pointer;
}
