﻿body, html {
    height: 100%;
    font-size: 0.8vw;
}

.header {
    height: 12vh;
    overflow: hidden;
    line-height: 12vh;
    font-size: 1.5vw;
}

.logoImg {
    height: 10vh;
    padding: 1vh 4vh;
}

.voice {
    float: right;
    padding: 0.5vh 2vh;
    background-color: rgba(242, 242, 242, 1);
    display: inline-block;
    font-size: 0.8vw;
    height: 3vh;
    line-height: 3vh;
    margin-top: 4vh;
    margin-right: 2vw;
    border-radius: 2vh;
    cursor: pointer;
    user-select: none;
}

    .voice img {
        height: 2vh;
        vertical-align: sub;
        margin: 0;
        padding: 0;
        margin-right: 0.2vw;
    }

.center {
    height: 68vh;
    background: url('../images/login/bg.png') no-repeat center top;
    background-size: 100% 100%;
}

.center-div {
    height: 50vh;
}

.center-login {
    height: 50vh;
    width: 62vw;
    margin: 0 auto;
    padding: 9vh 0;
}

.center-login-img {
    width: 40vw;
    height: 100%;
    float: left;
    position: relative
}

.login-account {
    box-shadow: 0 0 5px #DDDDDD;
    border-radius: 5px;
    width: 22vw;
    height: 100%;
    float: right;
    background-color: #FFFFFF;
}

.login-account-child {
    padding: 1vh;
    height: 53vh;
}

.item {
    line-height: 4.7vh;
    box-sizing: border-box;
    margin-bottom: 2vh;
    border-bottom: 3px solid #EFF2F7;
    cursor: pointer;
    font-size: 1.1vw;
    float: left;
    width: 50%;
}

    .item.check {
        border-bottom: 3px solid #0078FD;
    }

.message {
    color: #FF3333;
    padding-top: 0.5vh;
}

.row-input {
    padding-top: 3vh;
}

input {
    height: 6vh !important;
}

.bg-user {
    background: url('../images/login/user.svg') no-repeat left 1vh center;
    height: 6vh !important;
    background-size: 4vh;
    width: 4.2vh;
    position: absolute;
    left: 0;
    top: 3vh;
}

.bg-pass {
    background: url('../images/login/password.svg') no-repeat left 1.2vh center;
    background-size: 3vh;
    height: 6vh !important;
    width: 4.2vh;
    position: absolute;
    left: 0;
    top: 3vh;
}

.row-input input {
    text-indent: 4vh;
    background-color: #EFF2F7;
}

.title {
    height: 6vh;
    float: right;
}

    .title img {
        height: 100%;
    }

.img-left {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bottom {
    height: 20vh;
    text-align: center;
}

.bottom-text {
    padding-top: 3.5vh;
    color: #999999;
    line-height: 4vh
}

.bottom-text-div {
    display: inline-block;
    padding: 0 1vw;
    position: relative;
}
 

.after::after {
    content: '|';
    position: absolute;
    right: -4px;
}

.btn_qrcode {
    background-color: #EFF2F7;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(25, 112, 227);
    cursor: pointer;
    display: block;
    float: right;
    font-family: 微软雅黑, "Microsoft YaHei";
    height: 6vh;
    line-height: 6vh;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3vh;
    width: 120px;
}

.gray {
    color: #999999;
    pointer-events: none;
}

.login_facemark {
    position: fixed;
    top: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 1998;
    background: rgba(0,0,0,0.5);
    display: none;
}

.login_face {
    position: fixed;
    z-index: 1999;
    background: white;
    display: none;
}

    .login_face .close {
        position: absolute;
        right: -10px;
        top: -10px;
        height: 30px;
        width: 30px;
        background: url(../images/closeCode.png) no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .login_face .facecanvas {
        height: 2px;
        position: absolute;
        background-color: #fff;
        z-index: 90;
    }

    .login_face .login_msg {
        height: 35px;
        line-height: 35px;
        position: absolute;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        z-index: 90;
        text-align: center;
        bottom: 0px;
    }

@media screen and (max-width: 499px) {
    body, html {
        font-size: 3vw;
    }

    .item {
        font-size: 4vw;
    }

    .header {
        font-size: 4vw;
    }

    .center-login {
        width: 90% !important;
    }

    .center-login-img {
        display: none;
    }

    .login-account {
        width: 100% !important;
    }

    .bottom-text-div {
        display: block;
        padding: 0 1vw;
    }

    .after::after {
        content: '';
    }
}

@media screen and (min-width: 500px) and (max-width: 1100px) {
    body, html {
        font-size: 1.3vw;
    }

    .item {
        font-size: 2vw;
    }

    .header {
        font-size: 2vw;
    }

    .center-login-img {
        display: none;
    }

    .login-account {
        width: 100% !important;
    }
}
