html {
    height: 100%;
    overflow: hidden
}

body {
    height: 100vh;
    margin: 0;
    padding: 0
}

.zhapplogin {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zhapplogin .headtab {
    height: 51px;
    line-height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    background-size: 1920px 100%;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 21, 41, .35);
    box-shadow: 0 2px 6px 0 rgba(0, 21, 41, .35)
}

.zhapplogin .headtab .logo {
    height: 50px;
    width: 220px;
    float: left;
    padding: 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center
}

.zhapplogin .headtab .logo img {
    height: 30px;
    vertical-align: middle;
    margin-right: 10px
}

.zhapplogin .headtab .righttool {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px
}

.zhapplogin .headtab .righttool .icon {
    padding: 0 15px;
    cursor: pointer
}

.zhapplogin .login-form {
    position: absolute;
    left: 0;
    right: 0;
    width: 400px;
    padding: 0 35px;
    margin: 0 auto
}

.zhapplogin .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px
}

.zhapplogin .el-form-item {
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: #fff;
    border-radius: 2px;
    color: rgba(0, 0, 0, .65)
}

.zhapplogin .formitembtn {
    margin-bottom: 0
}

.zhapplogin .svg-container {
    padding: 0 0 20px 0;
    color: rgba(0, 0, 0, .65);
    vertical-align: middle;
    width: 30px;
    display: inline-block;
    font-size: 40px
}

.zhapplogin .loginicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zhapplogin .loginicon span {
    margin: 0 10px
}

.zhapplogin .loginbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px
}

.zhapplogin .loginbottom .registerlink {
    color: #409eff
}

.zhapplogin .tips .el-divider__text {
    color: #909399
}

.zhapplogin .foot {
    position: fixed;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: #606060
}

.lr_tab li.on {
    border-bottom-color: #409eff
}

.lr_tab li {
    border-bottom: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
    line-height: 50px
}

.login {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.login .back_gray2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.login .log_reg_box {
    width: 400px
}

.errorinput:after, .errorinput:before {
    background: red
}

.errortips {
    color: red;
    position: absolute;
    bottom: -20px;
    line-height: 20px;
    font-size: 12px
}