.login-main {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
}

.login-box {
    position: relative;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 720px;
    margin: 0 auto;
}

.login-top {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.login-left {
    float: left;
    padding-top: 30px;
    width: 300px;
    height: 350px;
    background: #4eaac0;
    text-align: center;
}

.left-title {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 60px;
}

.login-left > div > p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: left;
    text-indent: 30px;
    line-height: 36px;
}

.login-right {
    float: left;
    width: 420px;
    height: 350px;
    background: rgba(247, 247, 247,0.4);
}

.right-title {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #45a5bf;
    text-align: center;
    line-height: 80px;
}

.way {
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #868787;
    line-height: 40px;
}

    .way > span {
        vertical-align: middle;
    }

.way-ul {
    display: inline-block;
    vertical-align: middle;
}

    .way-ul > li {
        float: left;
        margin-right: 20px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
    }

        .way-ul > li:before {
            display: inline-block;
            margin-right: 3px;
            content: "";
            width: 12px;
            height: 12px;
            background: url(../images/way.png) no-repeat;
            vertical-align: middle;
        }

        .way-ul > li.check {
            color: #45a5bf;
        }

            .way-ul > li.check:before {
                background: url(../images/way-check.png) no-repeat;
            }

.input-box {
    position: relative;
    margin: 0 auto 8px;
    width: 289px;
    height: 43px;
    background: #fff;
    border-radius: 7px;
    line-height: 48px;
}

    .input-box.user {
        background: #fff url(../images/user.png) 14px 13px no-repeat;
    }

    .input-box.pwd {
        background: #fff url(../images/pwd.png) 15px 12px no-repeat;
    }

    .input-box.code {
        background: #fff url(../images/code.png) 12px 12px no-repeat;
    }

    .input-box > input {
        position: absolute;
        left: 60px;
        top: 0;
        width: 220px;
        height: 43px;
        line-height: 48px;
        border: none;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb(134, 135, 135) !important;
    }

.captchaImage {
    cursor: pointer;
    position: absolute;
    left: 175px;
    width: 100px;
    height: 43px;
}

.login-btn {
    display: block;
    margin: 0 auto;
    width: 289px;
    height: 48px;
    border-radius: 7px;
    background-color: rgb(69, 165, 191);
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 48px;
}

.login-con {
    position: relative;
}

.scanning1, .scanning2 {
    text-align: center;
}

.scan-img {
    margin: 0 auto;
    width: 190px;
    height: 190px;
}

    .scan-img > img {
        width: 100%;
        height: 100%;
    }

.expired-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -95px;
    width: 190px;
    height: 190px;
}

    .expired-box > img {
        width: 100%;
        height: 100%;
    }

.scanning1 > div {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(141, 142, 142);
    line-height: 30px;
}

    .scanning1 > div > span {
        color: #45a5bf;
    }

.scanning2 > img {
    margin-top: 30px;
}

.scanning2 h2 {
    margin-top: 20px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 64, 64);
    line-height: 40px;
    font-weight: normal;
}

.scanning2 div {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(141, 142, 142);
    line-height: 30px;
}



.copyright {
    margin-top: 20px;
    border-top: 2px solid #fff;
    height: 30px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.copyright  p {
    font-size: 13px;
}

    .copyright > p > a > img {
        margin-right: 5px;
        vertical-align: -4px;
    }

.copyright > p > a > span {
    font-size: 15px !important;
}
