@charset "utf-8";
/*


body{
    overflow: hidden;
    background: url('../image/loginSelect/background.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
}


!* ****************************选择家长,学生,教师角色开始,******************************************************** *!

#loginSelect{
    margin: 0 auto;
    color: white;
    background: url('../image/loginSelect/background.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    position: relative;
}

#loginSelect i{
    display: inline-block;
    !*background: url('../image/loginSelect/logo.png') no-repeat;*!
    background-size: 548px;
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 34%;
    top: 13%;
}

#loginSelect .content{
    position: absolute;
    top: 59%;
    left: 45%;
    user-select: none;
}

#loginSelect .content .tip{
    font-size: 30px;
    width: 121px;
    padding-bottom: 59px;
}

#loginSelect .btn1,#loginSelect .btn2{
    cursor: pointer;
    margin-left: -49px;
    width:220px;
    height:50px;
    line-height: 47px;
    font-size: 20px;
    border: 2px solid white;
    background: #00A0E9;
    border-radius: 25px;
    margin-bottom: 43px;
    text-align: center;
}

.active{
    background: #74CFFF !important;
}

#loginSelect button{
    border: 2px solid white;
}

#loginSelect button,#loginSelect label{
    display: inline-block;
}

*/

/* *******************************家长校验孩子信息模块开始******************************* */

.check_child{
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}

.check_child .xx{
    position: absolute;
    left: 480px;
    top: 10px;
}

.check_child .x{
    display: inline-block;
    width: 20px;
    height:5px;
    background: white;
    line-height: 0;
    font-size:0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
}

.check_child .x:after {
    content:'/';
    display:block;
    width: 20px;
    height:5px;
    background: white;
    -webkit-transform: rotate(-90deg);
}

.check_child .dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: auto;
    width: 510px;
    height: 430px;
    border-radius: 6px;
}

.check_child .dialog .title{
    background: #00A0E9;
    color: white;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    text-indent: 26px;
}

.check_child .dialog .content{
    padding: 0px 34px 34px 34px;
    background: white;
    height: auto;
    text-align: center;
    position: relative;
}

.check_child .dialog .content .inputSysno{
    padding-top: 32px;
}

.check_child .dialog .content .inputSysno a{
    text-decoration-line: underline;
    color: #00A0E9;
}

.check_child .dialog .content .inputSysno input{
    border: 1px solid #00A0E9;
    padding: 2px 3px;
    width:300px;
    height:35px;
    border-radius: 4px;
    text-indent: 26px;
}

.check_child .dialog .content .inputSysno:before{
    content: '';
    background: url("../image/dialog/head_img.png");
    display: inline-block;
    width: 16px;
    height: 19px;
    position: absolute;
    left: 92px;
    top: 42px;
}

.check_child .dialog .content .inputSysno input::-webkit-input-placeholder{
    color: #999999;
    font-size: 14px;
}

.check_child .dialog .tip{
    margin-top: 33px;
    color: #666666;
    font-size:16px;
}

.check_child .dialog .list{
    margin-top: 28px;
}

.check_child .dialog .list button{
    border: 1px solid #0098EF;
    width:120px;
    height:35px;
    line-height:35px;
    color: #0098EF;
    font-size: 14px;
    text-align: center;
    background: #FFFFFF;
    border-radius:4px;
    margin-bottom: 20px;
    margin-right: 12px;
    margin-left: 10px;
}

.check_child .dialog .list button:hover{
	background: #0098EF;
	color: #FFFFFF;
}

.end_tip{
    color: #F5A100;
    font-size: 12px;
    padding: 24px 0px 0px 0px;
    top: auto;
}

.end_tip label{
    position: absolute;
    /*top: 330px;*/
    left: 111px;
    margin: -2px;
}

.end_tip:before{
    content: '';
    background: url("../image/dialog/warn.png");
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 86px;
    /*top: 332px;*/
}

#not_fount_child_div{
	height: 200px;
    display: block;
    line-height: 200px;}

/* **********************************************************家长绑定手机号开始*******************************************************   */


.bind_mobile .dialog .content{
    padding: 0 34px;
    background: white;
    height: 410px;
    text-align: center;
    position: relative;
}
.bind_mobile .dialog .content1{
    height: 320px;
}
.bind_mobile .dialog .content1 .login1-container-top-input{
    height: 220px;
    margin: 0 auto;
}


.login1-container-top-input{
    position: relative;
    top: 38px;
    left: 65px;
}

.login1-container-top-input input{
    width: 300px;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    border: 1px solid #0098EF;
    text-indent: 33px;
    margin-bottom: 16px;
}
.login1-container-top-input1 input{

    margin-bottom: 0px;
}


.login1-container-top-input input{
    display: block;
}

.login1-container-top-input i.username {
    content: '';
    display: block;
    background: url("../image/index/login-user.png") no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 9px;
    left: 11px;
}

.login1-container-top-input i.password {
    content: '';
    display: block;
    background: url("../image/index/login-pwd.png") no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 61px;
    left: 12px;
}

.login1-container-top-input i.password1 {
    content: '';
    display: block;
    background: url("../image/index/login-pwd.png") no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 113px;
    left: 12px;
}
.login1-container-top-input i.password2 {
    content: '';
    display: block;
    background: url("../image/index/login-pwd.png") no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 8px;
    left: 12px;
}
.login1-container-top-input1{
    position: static;
    height: 200px !important;
    padding-top: 20px;
}
.login1-container-top-input1 p{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.login1-container-top-input1 p span{
    width: 100px;
    text-align: right;
}

.bind_mobile{
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}
.reset_pwd{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bind_mobile .xx{
    position: absolute;
    left: 480px;
    top: 10px;
}

.bind_mobile .x{
    display: inline-block;
    width: 20px;
    height:5px;
    background: white;
    line-height: 0;
    font-size:0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
}

.bind_mobile .x:after {
    content:'/';
    display:block;
    width: 20px;
    height:5px;
    background: white;
    -webkit-transform: rotate(-90deg);
}

.bind_mobile .dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: auto;
    width: 510px;
    height: 430px;
    border-radius: 6px;
}
.bind_mobile .dialog1{
    position: static;
}
.bind_mobile .dialog .title{
    background: #00A0E9;
    color: white;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    text-indent: 26px;
}
.bind_mobile .dialog .title1{
    position: relative;
    background: #00A0E9;
    color: white;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    text-indent: 26px;
}
.bind_mobile .dialog .title1 .xx1{
    position: absolute;
    top: 0px;
    right: 10px;
}

.verifyCode1{
    width:300px;
    border-bottom: 2px solid #C1C1C1;
    position: absolute;
    top: 237px;
    left: 100px;
}

.verifyCode1 button{
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: -24px;
    left: 207px;
    width: 90px;
    height: 22px;
    border: 0;
    background: rgba(0,152,239,1);
    border-radius: 11px;
}

.verifyCode1 input{
    border: 0;
    font-size: 14px;
    font-weight:400;
    position: absolute;
    left: 0px;
    top: -19px;
}

.bind_mobile input::-webkit-input-placeholder{
    color: #999999;
}

.selectParentRole{
    width:300px;
    border-bottom: 2px solid #C1C1C1;
    position: absolute;
    top: 287px;
    left: 100px;
}

.selectParentRole input{
    border: 0;
    font-size: 14px;
    font-weight:400;
    position: absolute;
    left: 0px;
    top: -19px;
}

.selectParentRole input:disabled{
    color: #999999;
    background-color: white;
    opacity: 1;
}

.selectParentRole i{
    cursor: pointer;
    display: inline-block;
    background: url("../image/bind-mobile/down.png");
    width: 18px;
    height: 10px;
    position: absolute;
    top: -22px;
    left: 264px;
}

.selectParentRole i.up{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}

.bind_mobile .warn i{
    background: url("../image/dialog/warn.png");
    width: 13px;
    height: 13px;
    position: absolute;
    left: 100px;
    top: 311px;
}

.bind_mobile .warn label{
    color: #F5A100;
    font-size: 12px;
    position: absolute;
    top: 309px;
    left: 123px;
}

.complete_bind{
    position: absolute;
    top: 353px;
    left: 149px;
    width: 200px;
    height: 40px;
    background: rgba(0,152,239,1);
    border-radius: 4px;
    border: 0;
    color: white;
    font-size: 16px;
}
.complete_pwd{
    position: absolute;
    top: 250px;
    left: 149px;
    width: 200px;
    height: 40px;
    background: rgba(0,152,239,1);
    border-radius: 4px;
    border: 0;
    color: white;
    font-size: 16px;
}


.list_parent{
    user-select: none;
    color: #666666;
    /* display: inline-block; */
    position: absolute;
    top: 287px;
    left: 100px;
    background: white;
    z-index: 100;
    width: 298px;
    border: 1px solid #D8D8D8;
    text-align: left;
    text-indent: 11px;
}

.list_parent div{
    cursor: pointer;
    padding: 3px 0;
    border-bottom: 1px solid #D8D8D8;
}

.list_parent div:hover{
    color: #0098EF;
    border: 2px solid #0098EF;
}

.CompletedBind{
    color: #0098EF;
    font-size:14px;
}

.bind_mobile.CompletedBind .xx{
    left: 536px;
}

.bind_mobile.CompletedBind .dialog{
    padding: 0 64px;
}

.bind_mobile_success_content{
	padding: 10px 34px;
    background: white;
    text-align: center;
    padding-bottom: 1px;
}

.bind_mobile.CompletedBind .bind_mobile_success_content label{
    padding-top: 20px;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
}
.bind_mobile.CompletedBind .dialog .confirm{
	display: block;
    margin: 10px auto;
    background: rgba(0,152,239,1);
    border-radius: 4px;
    border: 0;
    color: white;
    height: 32px;
    width: 31%;
    line-height: 32px;
    cursor : pointer;
}