/* header */
a {
    text-decoration: none;
}

.lg-logo {
    color: #47A813;
    font-size: 20px;
    font-family: 微软雅黑;
    height: 60px;
    line-height: 60px;
    width: 120px;
}

.lg-hd {
    font-size: 16px;
    width: 980px;
    margin: auto;
}

    .lg-hd .tit {
        border-left: 1px solid #c8c8c8;
        color: #777;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin: 15px 0 0 15px;
        padding-left: 15px;
    }

.lg-bd {
    height: 480px;
    background: #f3f3f3;
    border: 1px solid transparent;
}
    /* Logininfo */
    .lg-bd .m-login {
        width: 296px;
        min-height: 410px;
        margin: 30px auto 0 auto;
        background: white;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.12);
        -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.12);
        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.12)
    }

.cnt .hd {
    font-size: 16px;
    text-align: center;
    color: #777;
    line-height: 80px;
}

#logHeadInfo {
    text-align: center;
    padding: 20px;
}

    #logHeadInfo > i {
        color: #4AB50F;
        border: 1px solid #ccc;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

.cnt .bd {
    font-size: 12px;
    color: #777;
    width: 255px;
    margin: auto;
}

    .cnt .bd input {
        width: initial;
        border-radius: 2px;
    }

        .cnt .bd input.value {
            width: 220px;
            margin: 0px 0 10px 0;
        }

.lg-re {
    line-height: 40px;
}

    .lg-re > input {
        vertical-align: middle;
        border: none;
        width: auto;
    }
.cnt{
    position:relative;
}
.cnt .bd .loginin {
    width: 100%;
    border: none;
    color: white;
    background: #4AB50F;
    width: 100%;
    height: 36px;
    font-size: 14px;
    font-family: 'Microsoft Sans Serif';
    cursor: pointer;
}

    .cnt .bd .loginin:hover {
        box-shadow: none;
        background: #439e11;
    }

.lg-ft {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    line-height: 30px;
}

    .lg-ft .sep {
        margin: 0 12px 0 12px;
        display: inline-block;
    }

    .lg-ft a {
        color: #999;
    }

.login-switch {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 46px;
    height: 46px;
    z-index: 2;
    cursor: pointer;
}

.qrcode-tip {
    margin-top:16px;
    font-size:14px;
    text-align: center;
}
.login-app, .login-normal {
    width: 100%;
    height: 100%;
    background: url(../../img/login/lgapp.png) center no-repeat;
    background-size: contain;
}
.login-normal {
    background-image: url(../../img/login/lgnormal.png);
}