@charset "utf-8";
body{font:12px/24px "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",Arial,sans-serif;background:#f4f8fb;color:#333; overflow-x:hidden; }  
body,div,form,img,p,h1,h2,h3,h4,dl,dt,dd,ul,li{padding:0; margin:0;}
ul,li{list-style:none;}
img{border:none;}
b,strong,em{ font-weight:normal;}
a{ text-decoration:none;}
  
/*通用*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{zoom:1;}
.clear{clear:both;}
input{ background:none; border:none; font-family:Microsoft YaHei;}

.login-div-bg{ width:100%;height:100%;background:url("../images/24KBg.png") no-repeat center bottom; font-family:Microsoft YaHei;background-size:cover;}

.login-div {
	width: 1228px;
	height: 648px;
	background: url("../images/studyroom/blackModal.png") no-repeat center;
	transform: translate(-50%, -50%);
	position: fixed;
	top: 50%;
	left: 50%;
	padding-top: 16px;
	padding-left: 77px;
	padding-right: 27px;
	box-sizing: border-box;
	float: right;
}

.login-div .homeIcno {
	width: 89px;
	height: 38px;
	background: url("../images/studyroom/logo.png") no-repeat center center;
	float: right;
	margin-bottom: 20px;
}

.login-div .loginBox {
	width: 1026px;
	height: 500px;
	margin: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
}

.login-div .loginBox .loginImg {
	width: 463px;
	height: 500px;
	background: url("../images/studyroom/teacher.png") no-repeat center
		center;
}

.login-div h3{ font-size:34px; color:#FFF; height:62px; line-height:62px; font-weight:normal; width:467px; margin-left:215px;text-align:center;}
.mt25{margin-top:25px;}

.loginBox .loginInputBox {
	width: 466px;
	height: 412px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-between;
}

.loginBox .loginInputBox .loginIcno {
	width: 466px;
	height: 128px;
	background: url("../images/studyroom/title.png") no-repeat center center;
}

.loginBox .loginInputBox .loginIcno24k {
	width: 466px;
	height: 128px;
	background: url("../images/studyroom/title24k.png") no-repeat center center;
}

.login {
	width: 466px;
	height: 255px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 8px;
}

.login ul{ width:370px; margin:30px auto 0; background:url(../images/login_con.png) no-repeat;}
.login ul li{height:57px; padding-left:10px;}
.login ul li input{ width:340px; height:56px; line-height:56px; color:#999999; font-size:14px;outline:none;}
.login .btn{width:370px; margin:30px auto 0; cursor:pointer;}
.login-div .weixin{float:left; margin-top:30px; width:134px;}

.sumbitLoginBtn {
	background-color: #18c7a8;
	width: 369px;
	height: 54px;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 8px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	cursor:pointer;
}

#password{ display:none;}

.24KLogin{
	
}


