.layoutLogin {
    position: fixed;
    z-index: 99999999;
    width: 999px;
    height: 402px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.layoutLoginContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.layoutLoginImg {
    width: 515px;
    height: 100%;
    background: url("../../image/login-bg.png") no-repeat center center;
    background-size: 100%;
}
.layoutLoginRight {
    width: 484px;
    height: 100%;
    background: #fff;
    padding: 8px;
}
.layoutLoginClose {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 400;
    width: 430px;
}
.layoutLoginTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 18px;
    color: #333;
}
.userSelectNone {
    user-select: none;
}
.layoutLoginTitle span {
    cursor: pointer;
}
.layoutLoginTitle span.on {
    color: #e33772;
}
.layoutLoginTitle span:first-child {
    margin-right: 60px;
}
.layoutLogiForm {
    width: 335px;
    margin: 0 auto;
}
.layoutLogiForm .text {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border-width: 1px;
    padding: 0;
    border-radius: 4px;
    font-size: 14px !important;
    padding-left: 35px !important;
    border: 0 !important;
    line-height: 100%;
}
.text-snb {
    height: 47px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #e33772 0%, #671f4d 100%);
    margin-bottom: 18px;
    box-shadow: 0px 2.3px 2.3px 0px #00000040;
    border-radius: 4px;
    position: relative;
}

.layoutLogiForm .text {
    color: #333;
    background: url(../../image/login-user.png) no-repeat scroll left center;
    background-position: 5px 7px;
    background-color: #fff;
}
.layoutLogiForm .uname {
    background-position: 5px -110px !important;
}
.layoutLogiForm .logintoggle-div {
    display: none;
}
.layoutLogiForm .logintoggle-div.active {
    display: block;
}
.layoutLogiForm .text-pass {
    display: flex;
    justify-content: space-between;
}
.layoutLogiForm .pass-box {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 4px;
    background: url(../../image/login-user.png) no-repeat scroll 5px -34px;
    z-index: 1;
    background: linear-gradient(90deg, #e33772 0%, #671f4d 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
}
.layoutLogiForm #password {
    background-position: 5px -30px;
    padding-right: 35px;
}
.layoutLogiForm .text-checkbox {
    float: left;
    cursor: pointer;
}
.layoutLogiForm #checkbox {
    display: none;
}
.layoutLogiForm .radio-span.checked {
    background: url(../../image/icon-cookie.png) no-repeat;
}

.layoutLogiForm  .radio-span {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../../image/icon-checkbox.png) no-repeat;
    background-size: 100% !important;
    cursor: pointer;
    vertical-align: middle;
}
.layoutLogiForm  .checkbox-label {
    color: #767676;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 12px;
}
.layoutLogiForm .phone-login {
    font-family: Noto Sans SC;
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    color: #767676;
    text-align: right;
}
.layoutLogiForm .phone-login:hover {
    color: #BE1352;
}
.layoutLogiForm  .isEdu:hover {
    color: #BE1352;
}
.login-bottom {
    display: flex;
    justify-content: flex-end;
}
.layoutLogiForm a:hover {
    text-decoration:none;
}
.forget-psw a{
    color: #767676;
    font-size: 12px;
    line-height: 20px;
}
#sub-button,#bori_login{
    display: block;
    width: 335px;
    height: 35px;
    border-radius: 3.84px;
    background: linear-gradient(90deg, #E93974 0%, #D5326E 25.48%, #661F4D 100%);
    font-family: Noto Sans SC;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin: 8px auto;
    border: 0;
}
.layoutLoginMask{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 999999;
    display: none;
}
.eye-icon{
    width: 20px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}
.eye-icon.active{
    background: url(../../image/icon_eye_hide.png) no-repeat;    
    background-size: 100%;
}
.eye-icon.hideP{
    background: url(../../image/eye-show.png) no-repeat;
    background-size: 100%;
}
.layoutLoginClose span{
    cursor: pointer;
}
.layoutLoginFormItem.hideP{
    display: none;
}
.bori_phone {
    width: 335px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding-left: 42px;
    background: url(../../image/user_phone.png) 8px center no-repeat;
    /* margin-top: 24px; */
}
.bori_voil {
    width: 222px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding-left: 42px;
    background: url(../../image/user_passwor.png) 8px center no-repeat;
}
.bori_flex {
    display: flex;
    align-items: center;
    margin: 24px 0 25px;
    justify-content: center;
}
.but-getCode {
    margin-left: 16px;
    width: 100px;
    height: 42px;
    background: linear-gradient(90deg, #E93974 0%, #D5326E 25.48%, #661F4D 100%);
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 42px;
    border: 0px;
}

.select_bori.isNone {
    display: none !important;
}

.select_bori {
    display: flex;
    align-items: center;
    width: 338px;
    margin: 10px auto 18px;
}
#white_teahcer_select {
    width: calc(100% - 102px);
    height: 30px;
    margin-left: 20px;
    border: 1px solid #E5E5E5;
}
.isEdu{
    color: #999;
    font-size: 13px;
}
.loginSchool-ul{
    width: 333px;
    max-height: 160px;
    overflow-y: auto;
    display: none;
    border: 1px solid #D5326E;
    z-index: 10000;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
}
.loginSchool-ul li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    padding: 0 5px;
    cursor: pointer;
}
#error-p {
    font-size: 12px;
    height: 23px;
    color: #f00;
    margin: 5px 0 5px 0;
}
.scan-title{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    color: #e33772;
}
.captcha-post{
    background: linear-gradient(90deg, #e33772 0%, #671f4d 100%) !important;
}
.hide{
    display: none !important;
}
.isEdu{
        font-family: Noto Sans SC;
        font-size: 13px;
        color: #767676;
}
.loginFormPhone{
    width: 335px;
    margin: 42px  auto 0;
}