.login-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-image:url("../images/zwxxbs/login-bg-v1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.login-wrapper .login-content{
    position: relative;
    display: flex;
    flex-flow: row;
    width: 1200px;
    height: 666px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 26px 0 rgba(4, 29, 156, 0.4);
}

.login-wrapper .login-content .login-content-wrap {
    width: 50%;
    height: 100%;
}

.login-wrapper .login-content .login-content-wrap.login-content-left {
    border-radius: 8px 0 0 8px;
    background-image:url("../images/zwxxbs/login-logo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.login-wrapper .login-content .login-content-wrap.login-content-right {
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-flow: column;
    background-color: #fff;
}

.login-wrapper .login-content .login-content-wrap.login-content-right .title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 417;
    height: 0;
}
.login-wrapper .login-content .login-content-wrap.login-content-right .title1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 0 15px 0;
}
.login-wrapper .login-content .login-content-wrap.login-content-right .title .title-bg{
    width: 392px;
    height: 108px;
    background-image:url("../images/zwxxbs/login-title.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-wrapper .login-content .login-content-wrap.login-content-right .title1 .title-bg{
     width: 392px;
     height: 108px;
     background-image:url("../images/zwxxbs/login-title.png");
     background-size: 100% 100%;
     background-repeat: no-repeat;
 }

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form{
    flex: 716;
    height: 0;
}

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form .layui-form-flex{
    height: 80px;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form .layui-form-flex.form-end-flex{
    margin-bottom: 35px;
}

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form .layui-form-item{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form .layui-form-flex .group{
    margin-bottom: 0;
    padding-right: 0;
    width: 62%;
    min-width: 450px;
}

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form .layui-form-flex .group .layui-input{
    width: calc(100% - 170px);
}

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form .layui-form-flex .group .verify-img{
    width: 130px;
    height: 80%;
    cursor: pointer;
}

.login-wrapper .login-content .login-content-wrap.login-content-right .layui-form .layui-form-flex .border-bottom{
    border-bottom: 1px solid #dcdcdc;
}


.login-wrapper .login-content .login-content-wrap.login-content-right .menu-box{
    text-align: center;
    flex: 200;
    height: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.login-wrapper .login-content .login-content-wrap .menu-box .separator{
    color: #666666;
}
.login-wrapper .login-content .login-content-wrap.login-content-right .menu-box a{
    cursor: pointer;
}

.login-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-icon-username{
    background-image:url("../images/login/uesrname.png");
}

.login-icon-password{
    background-image:url("../images/login/password.png");
}

.login-icon-vercode{
    background-image:url("../images/login/verify.png");
}

.login-wrapper .login-footer{
    position: absolute;
    bottom: 20px;
    border-top-color: transparent;
    color: #fff;
}

.login-wrapper .login-footer>p{
    font-size: 24px;
}

.tabs-wrap {
    height: 48px;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px 0px #EEEEEE;
    display: flex;
    justify-content: center;
    margin: 0 75px;
    margin-bottom: 20px;
}
.tabs-wrap .tab-item {
    min-width: 96px;
    font-size: 24px;
    line-height: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #606266;
    text-align: center;
    cursor: pointer;
}
.tabs-wrap .active {
    font-weight: 500;
    color: #4077F4;
}
.tabs-wrap .active::after {
    content: ' ';
    width: 100%;
    display: block;
    height: 2px;
    background: #4077F4;
    transform: translateY(-100%);
}
.refresh-btn {
    font-size: 18px;
    font-weight: 500;
    color: #4077F4;
    cursor: pointer;
    background-color: unset;
    border: none;
    margin-bottom: 8px;
}