/**
@author niuhaihua
2020/04/30
**/
/*登录*/
body{
    background: url(../images/loginRigst/bg.jpg)no-repeat center 110px;
}
.loginMain{
    margin-top: 30px;
    width: 100%;
    background: #fff;
}
.loginMain::after{
    content: "";
    display: block;
    clear: both;
}
.roleTabWrap{
    float: left;
    width: 456px;
    height: 722px;
    background: url(../images/loginRigst/left_bg.png) no-repeat;
}
.roleTab{
    margin-top: 160px;
    margin-left: 82px;
}
.roleTab span{
    display: block;
    width: 250px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #6bb298;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    font-family: "SourceHanSansCNMedium";
    color: #4c997d;
    cursor: pointer;
}
.roleTab span:last-child{
    margin-top: 40px;
}
.roleTab span:hover{
    line-height: 46px;
    border: none;
    background-color: #ffffff;
}
.roleTab span.on{
    line-height: 46px;
    border: none;
    background-color: #ffffff;
}
.loginWrap{
    margin-top: 66px;
    margin-right: 120px;
    float: right;
    width: 390px;
}
.loginWrap>div{
    display: none;
}
.loginWrap>div.on{
    display: block;
}
.methodTab{
    padding: 0 35px;
    font-size: 22px;
}
.methodTab::after{
    content: "";
    display: block;
    clear: both;
}
.methodTab span{
    width: 160px;
    height: 50px;
    line-height: 50px;
    float: left;
    display: block;
    color: #cccccc;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-family: "SourceHanSansCNMedium";
    cursor: pointer;
}
.methodTab span.on{
    border-bottom: 2px solid #000000;
    color: #333333;
}
.codeTab{
    display: none;
    padding: 0 35px;
    font-size: 22px;
}
.codeTab::after{
    content: "";
    display: block;
    clear: both;
}
.codeTab span{
    width: 320px;
    height: 50px;
    line-height: 50px;
    float: left;
    display: block;
    color: #cccccc;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-family: "SourceHanSansCNMedium";
    cursor: pointer;
}
.codeTab span.on{
    border-bottom: 2px solid #000000;
    color: #333333;
}
.login{
    margin-top: 90px;
    font-size: 16px;
}
.rigst{
    margin-top: 10px;
}
.login>div{
    display: none;
}
.login>div.on{
    display: block;
}
.codeWrap{
    display: none;
    margin-top: 96px;
    text-align: center;
    color: #666666;
    font-size: 18px;
}
.login .item::after{
    content: "";
    display: block;
    clear: both;
}
.login .item{
    position: relative;
    margin-top: 30px;
}
.login .item label{
    display: block;
    line-height: 30px;
    margin-bottom: 12px;
}
.login .item input{
    width: 390px;
    height: 50px;
    line-height: normal;
    border:1px solid #c7c8ce;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 10px;
    font-family: "SourceHanSansCNRegular";
    vertical-align: baseline;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d9d9d9;
}
.login .item button{
    margin-top: 20px;
    width: 389px;
    height: 60px;
    background: url(../images/loginRigst/btn_bg.png) no-repeat;
    line-height: 60px;
    border: none;
    color: #ffffff;
    font-size: 24px;
    font-family: "SourceHanSansCNMedium";
    border-radius: 10px;
}
.rigst .item button{
    margin-top: 6px;
}
.login .itembom{
    margin-top: 20px;
}
.itemLeft{
    float: left;
    color: #999999;
}
.login .item input[type="checkbox"]{
    margin-top: 4px;
    margin-right: 15px;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/loginRigst/check_bg.png) no-repeat 0 0;
    border: none;
    padding: 0;
}
.login .item input[type="checkbox"]:checked{
    background: url(../images/loginRigst/check_bg.png) no-repeat -16px 0;
}
.login .item input[type="checkbox"]:focus{
    outline: none;
}
.itemRight{
    position: relative;
    float: right;
    color: #82bf24;
}
.itemRight a{
    color: #4dabc7;
    cursor: pointer;
}
.itemRight .pop{
    display: none;
    top: -50px;
    left: -52px;
    position: absolute;
    padding: 5px 10px;
    width: 204px;
    height: 46px;
    background-color: #ffffff;
    font-size: 12px;
    color: #fd9882;
    border: 1px solid #cccccc;
    border-radius: 1px;
    line-height: 16px;
}
/*注册*/
.roleRig{
    margin-top: 180px;
    width: 418px;
    text-align: center;
    font-size: 40px;
    font-family: "SourceHanSansCNMedium";
}
.itemLeft a{
    color: #4dabc7;
}
.login .veriCode input{
    width: 260px;
}
.verifyCode{
    float: right;
}
.verifyCode a{
    margin-top: 5px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background-color: #d9d9d9;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border-radius: 4px;
}
.verifyCode a.on{
    background-color: #fd9882;
}
.verifyCode span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
/*最终用户许可协议*/
.agreement{
    margin: 0 auto;
    width: 1090px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.agreementTitle{
    text-align: center;
    line-height: 100px;
    color: #82bf24;
    font-size: 36px;
    font-family: "SourceHanSansCNMedium";
}
.agreementCon{
    margin: 0 auto;
    width: 986px;
}
.agreementCon h2{
    margin-top: 30px;
    line-height: 60px;
    font-size: 24px;
}
.agreementCon h2:first-child{
    margin-top: 0;
}
.agreementCon p{
    line-height: 30px;
    font-size: 18px;
}
.login .item .disabled{
    background: #dcdcdc;
}
.eye{
    bottom: 15px;
    right: 10px;
    position: absolute;
    display: block;
    width: 30px;
    height: 21px;
    background: url(../images/loginRigst/eye.png) no-repeat;
    cursor: pointer;
}
.eye.on{
    background: url(../images/loginRigst/eye_on.png) no-repeat;
}
.loginTeacher{
    position: relative;
}
.tabIco{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 52px;
    height: 52px;
    background: url(../images/loginRigst/code_ico.png) no-repeat;
    cursor: pointer;
}
.tabIco.computer{
    background: url(../images/loginRigst/computer_ico.png) no-repeat;
}