﻿.hidden {
    display: none !important;
}

.LoginMain .code {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 28px;
    height: 28px;
    background: url(../images/qr/code.png) 0 0 no-repeat;
    cursor: pointer;
}

.LoginMain .brain {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 19px;
    background: url(../images/qr/brain.jpg) 0 0 no-repeat;
    cursor: pointer;
}

.LoginMain .keepOut {
    position: absolute;
    top: 18px;
    right: 5px;
    width: 40px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

.LoginMain .inner {
    position: relative;
    margin-top: 2px;
    height: 315px;
    border-radius: 4px;
    overflow: hidden;
}

.LoginMain .sweep {
    position: absolute;
    top: 7px;
    right: 28px;
    width: 87px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #2996f2;
    text-align: left;
    text-indent: 17px;
    background: url(../images/qr/box.png) 0 0 no-repeat;
    transition: all .5s linear;
}

.LoginMain .sweep1 {
    position: absolute;
    top: 7px;
    right: 17px;
    width: 87px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #2996f2;
    text-align: left;
    text-indent: 17px;
    background: url(../images/qr/box.png) 0 0 no-repeat;
    transition: all .5s linear;
}

.LoginMain .sweepcode {
    padding-top: 50px;
}

    .LoginMain .sweepcode p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 1;
        color: #333;
        text-align: center;
    }

    .LoginMain .sweepcode em {
        color: #2996f2;
    }

.LoginMain .renovate {
    position: relative;
    margin: 0 auto;
    width: 193px;
    height: 193px;
}

    .LoginMain .renovate img {
        display: block;
        height: 100%;
        width: 100%;
    }

    .LoginMain .renovate .reinner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 14px;
        text-align: center;
        color: #333;
        background-color: rgba(255, 255, 255, 0.9);
    }

        .LoginMain .renovate .reinner div {
            padding-top: 72px;
            line-height: 14px;
        }

        .LoginMain .renovate .reinner span {
            display: block;
            margin: 18px auto;
            width: 100px;
            height: 36px;
            line-height: 36px;
            color: #fff;
            background-color: #2996f2;
            border-radius: 4px;
            cursor: pointer;
        }

.LoginMain .success {
    padding-top: 200px;
    background: url(../images/qr/phone2.png) center 50px no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

    .LoginMain .success .green {
        color: #2eb175;
    }

    .LoginMain .success .blue {
        color: #2996f2;
    }
