﻿body{display:none;}
html,body {
    width:100%;
    height:100%;
    overflow:auto;
}

body {

    background-image:url("../../../../Mooc/Images/Mooc954/img_bg.webp");
    background-repeat:no-repeat;
    background-size:100% 100%;

}
.ProductLogo {
    max-width:400px;
    max-height:65px;
}
@media screen and (max-height:750px) {
    .div_bg {
    overflow-y:scroll;
}
}
@media screen and (max-width:1280px) {
    .div_bg {
    overflow-x:scroll;
}
}

.divMain {
    max-width:1280px;
    height:960px;
    margin:0 auto;
    
    margin-bottom:60px;
    position:relative;
}

.div_bg {
   position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;

}
/***********************首页头部开始**********************/
.divTop {
    margin:0px;
    width: 100%;
    height: 72px;
    opacity:0.95;
    position: absolute;
    top:0px;
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.divLogo{
    margin-left: 2%;
    float: left;
    line-height:72px;
}
.divBack{
    width:38px;
    height:20px;
    line-height: 30px;
    margin-right:2%;
    float: right;
    margin-top:20px;
    cursor:pointer;
    background-size:100% 100%;
    background-repeat:no-repeat;
    font-size:14px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(244,244,244,1);
}
/*.divBack:hover{
    color:#ffc501;
}*/
/*登录部分*/
.middle3 {
	width:100%;
	margin:0 auto;

}

/*登录背景图*/
.divLoginBg {
	margin: 0px auto;
	position: relative;
    top:220px;
	width:510px;
	height:468px;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background:rgba(255,255,255,1);
box-shadow:0px 10px 40px 0px rgba(0, 0, 0, 0.1);
border-radius:10px;

}
.login_title {
    position:absolute;
    top:34px;
    left:75px;
    font-size:30px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(39,49,64,1);
}
.divLoginContent {
	position: absolute;
	width:510px;
	height:468px;
}
/*记住账号和密码*/
.divMemoryUserName {
	position: absolute;
	top: 248px;
	left:78px;
	cursor: pointer;
	background-image:url("../../../../Images/User/Login/checkBox.png");
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
	font-size: 0px;
    
}
.divMemoryPassword {
	position: absolute;
	top: 248px;
	left:355px;
	cursor: pointer;
	background-image:url("../../../../Images/User/Login/checkBox.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 0px;
}

.userName_title {
    position: absolute;
	top: 243px;
	left:95px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(26,26,26,1);
}
.passWord_title {
    position: absolute;
	top: 243px;
	left:370px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(26,26,26,1);
}

/*按钮*/
.btnReg {
	position: absolute;
	top: 55px;
	/*right: 130px;*/
    right:120px;
	cursor: pointer;
	line-height: 14px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(26,26,26,1);

}
.btnHelp {
	position: absolute;
	top: 55px;
	right: 75px;
	cursor: pointer;
	line-height: 14px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(26,26,26,1);
}
.btnLogin {
    position: absolute;
    bottom: 60px;
    left: 75px;
    cursor: pointer;
    border: 0px;
    width: 361px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(255,255,255,1);
    text-align: center;
   
    /*background-image: url(../../../../Mooc/Images/Mooc954/icon_signon.png);*/
    background-repeat: no-repeat;
    background-color:rgba(5,94,226,1);
}
.btnInto {
	position: absolute;
    bottom:60px;
	left:75px;
	cursor: pointer;
	background-repeat: no-repeat;
	border: 0px;
	width: 361px;
    height:48px;
    line-height:48px;
    background:linear-gradient(0deg,rgba(44,56,72,1) 0%,rgba(20,28,41,1) 100%);
    box-shadow:0px 10px 20px 0px rgba(20,28,41,0.2);
    border-radius:6px;
    font-size:14px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align:center;
}
.btnLogin:hover {
    /*background-image:url("../../../../Mooc/Images/Mooc954/icon_signon_hover.png");*/  
    background-color:#f39800;
}
.btnInto:hover {
    background:rgba(243,152,0,1);
    box-shadow:0px 10px 20px 0px rgba(243,152,0,0.2);
}
/*用户名和密码*/
#userName,#password {
	position: absolute;
	left:90px;
	background:transparent;
    border:1px solid rgba(219,219,219,1);
	width: 359px;
	height:46px;
    line-height:46px;
	padding: 0px;
	font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-indent:20px;
    border-radius:6px;
    outline:none;
}
    #userName:focus {
        border:1px solid rgba(5,94,226,1);
    }
      #password:focus {
        border:1px solid rgba(5,94,226,1);
    }
#userName {
	top: 95px;
    left:75px;
	line-height: 20px;
}
#password {
	top: 175px;
    left:75px;
	line-height: 18px;
}

.divLanguageText {float: left;height: 16px;margin-left: 5px;margin-right: 6px;font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(26,26,26,1);}
.divLanguage
{
    float: left;
    width: 13px;
    height: 13px;
    background-image:url("../../../../Images/Shared/TeacherLayout/checkBox1.png");
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
    margin-top:3px;
}





/*注册弹出层*/
#divRegister
{
    position: relative;
    width:420px;
    height:315px;
    display:none;
    background-color: #e7f2f5;
    text-align: left;
}
.divRegisterContent {
    position: absolute;
    width: 350px;
}
.divRegisterLine {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.divRegisterText 
{
    font-size: 14px;
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
    font-family: "微软雅黑";
}
.divRegisterValue {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
}
.divRegisterValue input[type=text],.divRegisterValue select{
    margin: 4px 0px 4px 0px;
}
.divRegisterValidate {
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: red;
    text-align: left;
    font-size: 14px;
}
.divRegisterValidValue {
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.divRegisterValidImg {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.divRegisterValidRepick {
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.divRegisterButton {
    float: left;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.btnSureReg 
{
    float: left;
    cursor: pointer;
    background-image:url("../../../../Images/User/Login/btnSureReg.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 101px;
    height: 30px;
}
.btnExit {
    float: left;
    cursor: pointer;
    background-image:url("../../../../Images/User/Login/btnExit.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 101px;
    height: 30px;
}

.divSplit {
    width:360px;
    height:1px;
    background:rgba(227,227,227,1);
    position:absolute;
    top:280px;
    left:78px;
}

/*语言*/
.divInfo_Cas
{
    position:absolute;
    left: 78px;
    top: 300px;
    font-size: 12px;
    font-family: "宋体";
    width: 360px;
    display:none;
}
.divLanguage
{
    float: left;
    width: 13px;
    height: 13px;
    background-image:url("../../../../Images/Shared/TeacherLayout/checkBox1.png");
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
}
.divLanguageText {float: left;height: 16px;margin-right:28px;}


.languageTitle {
    font-size:14px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(26,26,26,1);
    float:left;
    margin-right:10px;
}



.language_bg {
    position: absolute;
	top: 95px;
    left:75px;
	background:transparent;
    border:1px solid rgba(219,219,219,1);
	width: 359px;
	height:46px;
    line-height:46px;
	padding: 0px;
	font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-indent:20px;
    border-radius:6px;
    display:none;
}

.divInfo_Cas_fitter {
    position:absolute;
	left:90px;
    top: 110px;
    font-size: 12px;
    font-family: "宋体";
    width: 320px;
    display:none;
}


.div_VerificationCode {
    top:325px!important;
    left:78px!important;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(26,26,26,1);
}
.inputShowConfirmCode_VerificationCode {
    width:80px!important;
}