.body-container{
    display:flex;
    background-color:#fff;
    background-image: url(../../login/images/wio6600/img_bg.png);
    z-index : 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
/*.login_img_left {
    position: absolute;
    background-image: url(../../login/images/wio6600/left.png);
    background-size: 38% 90%;
    left: 0%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-position: left center;
    background-repeat: no-repeat;
    z-index : 0;
}
.login_img_right {
    position: absolute;
    background-image: url(../../login/images/wio6600/right.png);
    background-size: 38% 90%;
    right: 0%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-position: right center;
    background-repeat: no-repeat;
    z-index : 0;
}*/
/** 万傲瑞达图片 */
.logo_img{
    position: absolute;
    top: 8%;
    height: 30px;
    left : 13.5%;
    width : 350px;
}
.logo_img_password{
    position: absolute;
    top: 8%;
    height: 30px;
    left : 13.5%;
    width : 350px;
}
/** 整个布局排版 */
#container {
    width: 100%;
    height: 100%;
    position: relative; /* this breaks it */
    min-height:700px;
}
/** 登录 */
.guang_box {

    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
   /* z-index : 1;*/
}
.guang_box_content{
    position : relative;
    width : 480px;
    height : auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/** 输入框账号密码 */
.login-input-box {
    margin: auto;
    margin-top: 10px;
    width: 350px;
    background-color: #fff;
}

.logding_box input[type="text"]:focus,
.logding_box input[type="password"]:focus,
.logding_box input[type=null]:focus,
.logding_box select[multiple=null]:focus,
.logding_box textarea:focus {
    border-bottom: 1px solid #7AC143;
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    border-top: 0px solid #000000;
}
.logding_box input[type="text"]:hover,
.logding_box input[type="password"]:hover,
.logding_box input[type=null],
.logding_box select[multiple=null]:hover,
.logding_box textarea:hover {
    border-bottom: 1px solid #7AC143;
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    border-top: 0px solid #000000;
}
/** 中间登录框大小 */
.logding_box {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 538px;
    height: 607px;
    text-align: center;
    right : 0;
    flex-direction: column;
    box-shadow: 0px 0px 70px #e9eaea;
}
.logding_box input[type="text"],
.logding_box input[type="password"],
.logding_box input[type=null]{
    padding : 0px;
}

/*.logding_box:after {
    z-index:-1;
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    *//*background: linear-gradient(270deg, #79bd28, #04b5ff);*//*
}*/
/** 授权公司 */
.login_copyright_company {
    text-align: center;
}
/**footer****/
.footer {
    position: absolute;
    bottom: 2%;
    text-align: center;
    z-index : 1;
}

.footer .logo {
    margin-bottom: 2px;
}

.footer .item {
    display: inline-flex;
    justify-content: center;
    align-items : center;
}

.footer .item .link {
    color: #7AC143;
}
.link{
    font-size : 10px;
}

.footer .copyright {
    font-size: 10px;
    line-height: 18px;
    margin-right : 5px;
}

.login-switch {
    height: 95px;
    text-align: left;
    position: absolute;
    top: 19%;
    left: 13.5%;
    width: 360px;
    white-space: nowrap;
}

.login-switch-password {
    height: 95px;
    text-align: left;
    position: absolute;
    width: 360px;
    top: 19%;
    left: 13.5%;
}

.login-switch-btn {
    display: inline-block;
    margin: 0px;
    min-width: 75px;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #92949E;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal;
    font-family: PingFang-SC-Medium;
    padding-right: 10px;
}

.login-switch-btn-password {
    display: inline-block;
    margin: 0px;
    min-width: 75px;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #92949E;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal;
    font-family: PingFang-SC-Medium;
    padding-right: 10px;
    text-align : left;
}

.login-switch-btn-separate{
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #92949E;
    padding-right : 10px;
}

.login-switch-btn.active {
    color: #000000;
}

.login-switch-btn:hover {
    color: #7AC143;
}

.login-switch-btn-password.active {
    color: #000000;
}

.login-switch-btn-password:hover {
    color: #7AC143;
}
.login-lang-wiolist{

}
/** 指纹 */
.but_fing_disabled {
    background-image: url("../../login/images/wio6600/ic_fp.png");
    background-color : #fff;
    color: #fff;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.but_fing {
	background-image: url("../../login/images/wio6600/ic_fp.png");
    background-color : #fff;
    color: #fff;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

/** 输入框 */
.login-input{
    position: relative;
    width: 100%;
    height: 50px;
}


.login-input .login-input-first {
    border-bottom: 1px solid #D5D7E4;
}
.login-input input {
    width: 100%;
    height: 100%;
    color: #333;
    outline: none;
    border-bottom : 1px solid #D5D7E4;
    border-top : 0px solid #D5D7E4;
    border-left : 0px solid #D5D7E4;
    border-right : 0px solid #D5D7E4;
    display: block;
    font-size : 15px;
}
/** 小眼睛图标 */
.login-input-eye {
    position: absolute;
    top: 32%;
    right: 11px;
    display: inline-block;
    width: 22px;
    height: 22px;
    /* 眼睛图标 默认 '闭眼' modify by chainzen.chen 2020-11-23 18:46:00 */
    background: url("../images/img/icon_eye_closed.png") center center no-repeat;
    cursor: pointer;
}
/** 用户图标 */
.login-input-user-img {
    position: absolute;
    top: 32%;
    right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../../login/images/wio6600/ic_user.png") center center no-repeat;
    cursor: pointer;
}
/** 密码图标 */
.login-input-user-password {
    position: absolute;
    top: 32%;
    right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../../login/images/wio6600/ic_pw.png") center center no-repeat;
    cursor: pointer;
}
/** 邮箱图标 */
.login-input-email-img {
    position: absolute;
    top: 32%;
    right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../../login/images/wio6600/img_email.png") center center no-repeat;
    cursor: pointer;
}

/** form表单 */
.login-user-form{
    position: absolute;
    top: 30%;
    left :13.5%;
}
.login-input-password{
    margin-top: 30px;
}
.login-input-reset-password{
    margin-top: 30px;
}

/** 忘记密码、登录、其他登录 */
.login-other-button{
    position : absolute;
    bottom: 5%;
    left : 13.5%;
    width: 350px;
}
/** 忘记密码 */
.wio-forget{
    position: relative;
    top: 5px;
    width : 350px;
    text-align: right;
    font-size: 15px;
}
.forgotPwd:hover {
    color: #7ac143 !important;
}
/** 登录按钮 */
.login-btn{
    position: absolute;
    bottom: 17%;
    left : 13.5%;
    width: 350px;
}
.login-btn-password{
   position: absolute;
   bottom: 8%;
   left : 13.5%;
   width : 350px;
}

.login-normal-btn{
    width : 100%;
    height : 48px;
    background-color : #fff;
    color : #7AC143;
    border : 1px solid #7AC143;
}

.return-normal-btn{
    width : 100%;
    height : 48px;
    background-color : #fff;
    color : #7AC143;
    border : 1px solid #7AC143;
    margin-top : 15px;
}

.login-normal-code-btn{
    width : 65%;
    height : 28px;
    background-color : #fff;
    color : #7AC143;
    border : 1px solid #7AC143;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login-normal-fp-btn{
    width : 100%
    height : 48px;
    background-color : #fff;
    color : #7AC143;
    border : 1px solid #7AC143;
}
.login-normal-btn:hover{
    background-color : #7AC143;
    color : #fff;
}
.return-normal-btn:hover{
    background-color : #7AC143;
    color : #fff;
}
.login-normal-code-btn:hover{
    background-color : #7AC143;
    color : #fff;
}

.login-normal-fp-btn:hover{
    background-color : #7AC143;
    color : #fff;
}

/** 右上角语言边框 */
.login-lang-wiobox {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(192, 192, 192, 0.5) !important;
    border-radius: 0px !important;
    padding: 5px 8px 5px 8px !important;
    cursor: pointer;
    z-index: 10;
    width: 190px;
    justify-content: space-between;
    background: transparent !important;
    color: #d5d2d2!important;
}
/** 右上角图标 */
.language-img{
    position: absolute;
    right: 238px;
    top: 22px;
}
.language-img-fb{
    padding-right: 5px;
    cursor: pointer;
}
/** 错误提示对齐 */
.error_tip{
    position : absolute;
    right : 1%;
    width : 350px;
    z-index: 10;
    bottom: 97%;
}
.login-other-tip{
    color : #92949E;
    font-size : 12px;
    position: relative;
    bottom: 13px;
}
/** 忘记密码样式，密码强度 */
.strengthDiv{
    width: 13%;
    height: 17px;
    margin: 1px 1px 0px 0px;
    float: left;
    background-color: grey;
}
/** 获取验证码按钮 */
.check-code-button {
    width: 65px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 37%;
}
/** 重置成功切图大小 */
.reset-img{
    width : 196px;
    height : 154px;
}
/** 具体错误原因样式 */
.success-error-tip{
    height: 95px;
    text-align: center;
}
/** 成功或失败时，返回的提示语句样式 */
.success-error-title {
    position: relative;
    top: 15px;
    display: inline-block;
    line-height: 40px;
    font-size: 25px;
}
.success-bottom-tip {
    margin: 10px auto;
    width: 350px;
    position: relative;
    top: 18%;
}
.success-error-tip {
    height: 50px;
    text-align: center;
}
.login-lang-txt{
    color : #474B4F;
    z-index : 11;
}
/** 没有员工登录则隐藏的样式class */
.login-hidden-class{
    visibility : hidden;
}
/** 验证码位置 */
.verifyCodeImg{
    position: absolute;
    top: 15%;
    right: 0px;
    display: inline-block;
    cursor: pointer;
}
.login-user-form input[type="password"]::-ms-reveal {
  display: none;
}
.guang_box .login-download{
    color : #7ac143;
    font-size :13px;
    cursor: pointer;
}
.login_copy_cert {
    position: absolute;
    width: 100%;
    bottom: 4.5%;
    text-align: center;
}
.login_copy_cert_timeout {
    position: absolute;
    width: 100%;
    bottom: 7.5%;
    text-align: center;
}

.login-protocol {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    padding-top: 20px;
}

.login-protocol a {
    text-decoration: none;
    color:#7ac143;
    font-weight: bold;
}

.login-protocol a:hover {
    color: #90cf5f;
}

.login-protocol span {
    flex: 1;
    text-align: left;
}

.login-protocol-shock {
    animation-delay: 0s;
    animation-name: loginShock;
    animation-duration: .1s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-timing-function: linear;
}

@keyframes loginShock {
    0% {
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 0px;
    }
    100% {
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 5px	;
    }
}

/** 分辨率为1680情况 */
@media screen and (max-width: 1680px) and (min-width: 1367px){
    /** 中间登录框大小 */
    .logding_box {
        width: 420px;
        height: 577px;
    }

    #container {
        min-height:630px;
    }

    .login-input-box{
        width : 300px;
    }
    .login-switch{
        left : 14.5%;
        top : 17%;
    }
    .login-btn{
        width : 300px;
    }
    .wio-forget{
        width : 300px;
    }
    .logo_img{
        left : 14.5%;
        bottom : 5%;
        width : 300px;
    }
    .logo_img_password{
        left : 14.5%;
        bottom : 3%;
        width : 300px;
    }
    .login-switch-password {
        left : 14.5%;
        top : 17%;
    }
    .login-btn-password{
        width : 300px;
    }
    /** 成功提示 */
    .success-error-title {
        top: 20px;
    }
    .error_tip{
        width : 300px;
        left : 0;
    }
    .login-input{
        height: 45px;
    }
    .login-input-user-img{
        top : 30%;
    }
    .login-input-user-password{
        top : 30%;
    }
    .login-input-eye{
        top 30%;
    }
    .verifyCodeImg{
        top : 5%;
    }
    .check-code-button{
        top: 32%;
    }
    .login-other-button{
        left: 14.5%;
        width : 300px;
    }
}

/** 分辨率为1366情况 */
@media screen and (max-width: 1366px) and (min-width: 1099px){

    .guang_box_content{
        width : 420px;
    }

    .logo_img_password {
        bottom: 3%;
        left : 17%;
        width : 250px;
    }
    /** 中间登录框大小 */
    .logding_box {
        width: 383px;
        height: 498px;
    }

    #container {
        min-height:550px;
    }

    .logo_img {
        top : 6%;
        left : 17%;
        width : 250px;
    }

    /** 输入框 */
    .login-input-box {
        width: 250px;
        position : relative;
        top : 25px;
    }

    .login-switch {
        left : 17%;
        top : 15%;
    }

    .login-switch-password {
        left: 17%;
        top: 16%;
        width: 260px;
    }

    /* 忘记密码按钮 */
    .wio-forget {
        width : 250px;
    }
    /** 登录按钮 */
    .login-normal-fp-btn{
        height : 40px;
    }
    /** 登录按钮位置 */
    .login-btn {
        width : 250px;
        bottom : 19%;
        left : 17%;
    }
    /** 登录按钮 */
    .login-btn-password {
        width : 250px;
        left : 17%;
    }
    .login-normal-btn {
        height: 40px;
    }
    .return-normal-btn{
        height : 40px;
    }
    /** 成功后的返回提示 */
    .success-bottom-tip {
        top: 15%;
    }
    .error_tip{
        width : 250px;
        bottom: 83%;
    }
    .login-switch-btn{
        font-size : 15px;
    }
    .login-input-password{
        margin-top: 15px;
    }
    .login-input-reset-password{
        margin-top: 3px;
    }
    .login-user-form {
        top: 25%;
        left : 17%;
    }
    .login-input {
        height: 45px;
    }
    .login-other-button {
        left: 17%;
        width : 250px;
    }
}

/** 分辨率为1024情况 */
@media screen and (max-width: 1100px) {

    /** 图片 */
    .logo_img {
        bottom: 3%;
    }

    /** 中间登录框大小 */
    .logding_box {
        width: 286px;
        height: 497px;
    }

    #container {
        min-height:550px;
    }

    /** 输入框 */
    .login-input-box {
        width: 250px;
    }

    .login-switch {
        height: 80px;
        bottom: 3%;
        width: 286px;
    }

    .login-switch-password {
        bottom: 2%;
        width: 250px;
    }

    /* 忘记密码按钮 */
    .wio-forget {
        width :250px;
    }
    /** 底部提示 */
    .footer {
        bottom: 3%;
    }
    /** 登录按钮 */
    .login-normal-fp-btn{
        height : 40px;
    }
    /** 登录按钮位置 */
    .login-btn {
        width : 250px;
    }
    /** 登录按钮 */
    .login-btn-password {
        width : 250px;
    }
    .login-normal-btn {
        height: 40px;
    }
    .return-normal-btn{
        height : 40px;
    }
    /** 用户图标位置 */
    .login-input-user-img {
        top: 74%;
    }
    .login-input-user-password{
        top  : 74%;
    }
    /** 成功后的返回提示 */
    .success-bottom-tip {
        top: 15%;
    }

    .login-switch-btn-separate {
        padding-right: 0px;
    }

    .login-switch-btn {
        padding-left: 15px;
    }

    .error_tip{
        width : 250px;
    }

}

.qr-login-box {
    position: absolute;
    right: 305px;
    top: 23px;
    font-size: 24px;
    color: #6c8399;
    cursor: pointer;
}