*{margin: 0;padding: 0;text-decoration: none;list-style: none;font-family: "arial,FontAwesome";}
html,body{width: 100%;height: 100%;}
.banner{
    width: 100%;
    background-color: #FFF;
    position: fixed;
    top: 0;
    height: 80px;
    line-height: 80px;
    box-shadow: 0 2px 8px 0 rgba(174,186,208,0.27);
}
.conter{
    width: 100%;
    height: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    min-width:1350px;
}
.banner,.footer{
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    min-width:1350px;
}
.logo-ban{
    display: flex;
    align-items: center;
    cursor: context-menu;
    font-size: 24px;
}
.logo{
    width:57px;
    height: 42px;
    margin-right: 10px;
    /* margin-top: 6px; */
}
.banner-alick{
    font-size: 14px;
    color: #abd7fa;
    cursor: context-menu;
}
.banner-alick a{
    color:#252B3A;
    margin-left: 16px;
    font-size: 14px;

}
.banner-alick a:hover,.footer a:hover{
    color: #526ecc;
}
.footer{
    width: 100%;
    height: 40px;
    /* background-color: #F5F5F6; */
    color: #252B3A;
    z-index: 9999;
    clear: both;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    cursor: context-menu;
    /* padding-top:20px; */

}
.footer-alick{
    line-height: 70px;

}
.footer-alick a{
    color: #252B3A;
}
.footer-alick .baffle{
    margin: 0 8px;
}
.copyrightNotice{
    line-height: 19px;
    display: flex;
    cursor: context-menu;
    align-items: center;
}
.copyrightNotice .title{
    font-size: 14px;
}
.dfewm{
    margin-left: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.main{
    width: 100%;
    height: 100%;
    min-height: 542px;
    /* padding: 90px  0 0; */
    background:url(../img/background_login.png) no-repeat center ;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.AdvertisingSpace{
    width: auto;
    max-width: 800px;
    height: 500px;
    margin-right: 80px;
    position: relative;
}
.AdvertisingSpace img{
    width: 100%;
    height: auto;
    max-height: 100%;
}
.login,.login2{
    width: 464px;
    height: 500px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.login2{
    height: auto;
}
.login-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid #DFE1E6;
    font-size: 18px;
    color: rgba(0,0,0,.5);
    cursor: pointer;
    user-select: none;
}
.login-main,.login2 .login-top{
    cursor: context-menu;
}
.top-sub{
    flex-grow: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-sub span{
    height: calc(100% - 5px);
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
}
.top-sub-this span{
    border-bottom: 3px solid #252B3A;
    color: #252B3A;
}
.baffle-max{
    height: 20px;
    border-right: 1px solid #DFE1E6;
}
.login-ewm{
    background-color: #fff;
    color: #DFE1E6;
    font-size: 14px;
    border-color: rgba(228,228,228,1);
    border-radius: 4px;
    /* display: flex; */
    width: 376px;
    /* flex-direction: column;
    justify-content: space-between;
    align-items: center; */
    padding-left: 44px;
    padding-right: 44px;
    height: calc(100% - 65px);
    position: absolute;
    z-index: 1;
    top: 66px;
    cursor: pointer;
}
.ewm-tips{
    text-align: center;
    color: #252B3A;
    font-size: 14px;
    margin-top: 30px;
    height: 20px;
}
.ewm{
    position: relative;
    height: 300px;
    width: 300px;
    margin: 12px auto 0;
    text-align: center;
    border: 0 solid #DFE1E6;
}
.ewm img{
    width: 100%;
    height: 100%;
}
.ewm-bottom{
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 24px;

}
.ewm-bottom a{
    font-size: 14px;
    color: rgba(0,0,0,.5);
}
.login-password,.login-zym,.login-register,.login-register2{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    flex-direction: column;
    padding: 70px 44px;
    box-sizing: border-box;
}
.login-register,.login-register2{
    padding: 40px 44px;
}
.login-title{
    font-size: 20.3px;
    line-height: 25.6px;
    margin-bottom: 35px;
}
.login-form{
    width: 100%;
    position: relative;
}
.login-form input{
    width: 100%;
    height: 40px;
    padding: 0px 13px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.login-but{
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #2196f3;
    opacity: .38;
    margin-top: 20px;
}
.login-password .login-but{
    opacity: 1;
    cursor: pointer;
}
.unlock,.register,.ChangePassword{
    opacity:1;
    cursor: pointer;
}
.login-alick{
    margin-top: 45px;
}
.login-alick a{
    color: #808080;

    font-weight: 400;
    font-size: 11.200000000000001px;
}
.login-alick a:hover{
    color: #526ecc;
}
.login-alick .baffle{
    font-size: 11.200000000000001px;
    color: #DDD;
    margin: 0 8px;
}
.privacy{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 22px;
    font-size: 12px;
    color: #808080;
    cursor: context-menu;
}
.privacyClick,.privacy .a-lick{
    color:#526ECC;
}
.login-form .yzm-input{
    padding-right: 120px;
    font-family: "FontAwesome";
}
.yzm{
    padding-left: 10px;
    border-left: 1px solid #ccc;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    color: #808080;
    right: 12px;
    top: 12px;
}
.a-lick{
    cursor: pointer;
}
.prompt .login-form input,
.prompt2 .login-form input,
.promptmobile .login-form input,
.promptyzm .login-form input,
.prompttoyzm .login-form input,
.prompt-register input,
.prompt-register2 input,
.prompt-register3 input,
.prompt-register4 input,
.prompt-register5 input{
    border-color: #e62e2d;
    background-color: #fdf4f4;
}

.prompt .login-form:nth-child(2)::after,
.prompt2 .login-form:nth-child(2)::after{
    content: "\f05a手机号或密码错误";
}
.promptyzm .login-form:nth-child(2)::after{
    content: "\f05a验证码错误";
}
.prompttoyzm .login-form:nth-child(2)::after{
    content: "\f05a账号不存在,请用验证码方式进行登入";
}
.promptmobile .login-form:nth-child(2)::after{
    content: "\f05a请输入正确手机号码";
}
.prompt .login-form:nth-child(2)::after,
.promptmobile .login-form:nth-child(2)::after,
.prompttoyzm .login-form:nth-child(2)::after,
.prompt2 .login-form:nth-child(2)::after,
.promptyzm .login-form:nth-child(2)::after,
.prompt-register .login-form:nth-child(2)::after,
.prompt-register2 .login-form:nth-child(4)::after,
.prompt-register4 .login-form:nth-child(4)::after,
.prompt-register3 .login-form:nth-child(5)::after,
.prompt-register5 .login-form:nth-child(3)::after{
    color: #e62e2d;
    font-size: 12px;
    font-family: "FontAwesome";
    position: absolute;
    top: 42px;
    left: 0;
}
.prompt-register .login-form:nth-child(2)::after{
    content: "\f05a手机号或验证码不能为空";
}
.prompt-register2 .login-form:nth-child(4)::after{
    content: "\f05a两次输入密码不同";
}
.prompt-register3 .login-form:nth-child(5)::after{
    content: "\f05a企业名称不能为空";
}
.prompt-register4 .login-form:nth-child(4)::after,
.prompt-register5 .login-form:nth-child(3)::after{
    content: "\f05a密码不能为空";
}
.login-password.prompt .login-form:nth-child(2)::after{
    content: "\f05a账号或密码错误";
}
.other-login{
    width: 100%;
    padding: 0 44px;
    box-sizing: border-box;
    color: #1e202373;
    font-size: 14px;
    cursor: context-menu;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.other-login .title{
    font-size: 12px;
}
.other-login span{
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    border-radius: 6px;
    font-family: "FontAwesome";
    cursor: pointer;
}
.other-login .wxdl{
    background-color: #5cbf83;
}
.other-login .wxdl::before{
    content: "\f1d7";
    color: #fff;
}
.eye{
    cursor:pointer;
    font-size: 1rem;
    position: absolute;
    top: 11px;
    right: 8px;
    color: #a7a7a7;
    font-family: "FontAwesome";
}
.eye::before{
    content: "\f070";


}
.eye-slash::before{
    content: "\f06e";
}
.login-form input::-webkit-outer-spin-button,.login-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.login-form input[type="number"] {
    -moz-appearance: textfield;
}
.enlarge{
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 1000;
    justify-content: center;
    top: 0;
    left: 0;
    background: #7a79798f;
    cursor: pointer;
}
.enlarge img{
    width: 300px;
    height: 300px;
}
@media screen and (max-width: 480px) {
    .AdvertisingSpace,.footer,.login-top {
        display: none;
    }
    .main,.login{
        height: 100%;
        padding: 0;
    }
    .login-password,.login-zym{
        padding:32px 10px;
    }
    .privacy{
        margin-top:50px;
    }
    .conter,.footer,.banner{
        min-width:auto;
    }
}
@media screen and (max-width: 1366px) {
    .login-register {
        padding: 20px 44px;
    }
    .login-alick {
        margin-top: 20px;
    }
    .login-form input{
        margin-bottom: 20px;
    }
}
.password-input::-ms-reveal{
    display:none;
}
.login-form .password-input{
    padding-right: 30px;
}
.userAgreement{
    font-size: 12px;
    color: #1b93f3;
    margin-top: 10px;
}
.userAgreement input{
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
.login-register .login-alick,.login-register2 .login-alick{
    font-size: 12px;
}
.login-register .login-alick a,.userAgreement a,.login-register2 .login-alick a{
    color: #1b93f3;
}
.blue-tilte{
    width: 400px;
    color: rgb(107,140,254);
    font-size: 1.1rem;
    font-weight: 200;
    position: absolute;
    left: 130px;
    top: 195px;
    text-align: center;
}
.AdvertisingSpace .a-lick .blue-tilte:nth-child(2){
    top: 245px;
}
.grey-tilte{
    width: 400px;
    position: absolute;
    left: 130px;
    text-align: center;
    top: 333px;
    line-height: 25px;
    color: #777;
}
.grey-tilte span{
    color: rgb(107,140,254);
}