﻿.account {
    width: auto;
    height: auto;
    overflow: auto;
}

    .account .loginbg {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-image: url("../image/loginbg.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

        .account .loginbg .right {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            background-color: #eef6ff;
        }

    .account .login {
        width: 300px;
        height: 350px;
        float: right;
        padding: 50px;
        margin: 200px;
        border: 1px solid #E6E6E6;
        background-color: #F8F8F8;
        border-radius: 5px;
    }

        .account .login dt {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 24px;
            text-align: center;
        }

        .account .login dd {
            width: 100%;
            height: auto;
            padding: 30px 0px 0px 0px;
        }

        .account .login input {
            height: 30px;
            font-size: 14px;
            box-sizing: border-box;
        }

        .account .login #telephone {
            width: 300px;
        }

        .account .login #verifyCode {
            width: 200px;
        }

        .account .login #verifyImg {
            width: 95px;
            height: 30px;
        }

        .account .login #content {
            width: 200px;
        }

        .account .login #sendSms {
            width: 95px;
            height: 30px;
            line-height: 30px;
            background-color: #048992;
            border: none;
            color: #ffffff;
        }

        .account .login #submitBtn {
            width: 300px;
            height: 35px;
            font-size: 17px;
            line-height: 35px;
            background-color: #048992;
            border: none;
            color: #ffffff;
        }

        .account .login #wxQrImg {
            width: 300px;
            height: 300px;
        }

    .account .wxAuth {
        width: 500px;
        height: auto;
        margin: 100px auto 100px auto;
        padding: 100px;
        box-shadow: 0px 0px 20px #e1e1e1;
        text-align: center;
        border-radius: 5px;
    }

        .account .wxAuth p.message {
            font-weight: bold;
            font-size: 30px;
        }

        .account .wxAuth p.close {
            font-size: 16px;
        }

            .account .wxAuth p.close strong {
                color: red;
            }
