.c-loginTop {
    background: #2d9bd9;
    height: 260px;
}

.c-loginTop>.logo {
    height: 160px;
    background: url("login/logo.png") no-repeat center center;
}

.c-loginTop.sankeyihui {
    height: 150px;
}

.c-loginTop.sankeyihui>.logo {
    height: 150px;
    background: url("login/logo_sankeyihui.png") no-repeat center center;
}

.c-loginTop.huiyi {
    height: 150px;
}

.c-loginTop.huiyi>.logo {
    height: 150px;
    background: url("login/logo_huiyi.png") no-repeat center center;
}
.c-loginTop.signIn {
    height: 150px;
}
.c-loginTop.signIn>.logo {
    height: 150px;
    background: url("login/logo_signIn.png") no-repeat center center;
}

.c-loginTop>.btnGoup {
    text-align: center;
}

.c-loginTop>.btnGoup>.button {
    width: 234px;
    border: #fff 3px solid;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    background: #2d9bd9;
    display: inline-block;
    cursor: pointer;
}

.c-loginTop>.btnGoup>.button.selected {
    background: #fff;
    color: #2d9bd9;
}

.c-loginTop>.btnGoup>.button:first-child {
    margin-right: 17px;
}

.c-loginTop>.btnGoup>.button.big {
    width: 494px;
    margin-right: 0;
}

.c-loginTop.small {
    background: #2d9bd9;
    height: 260px;
}

.c-loginTop.small>.logo {
    height: 260px;
    background: url("login/logo2.png") no-repeat center center;
}

.c-loginTop.small1 {
    background: #2d9bd9;
    height: 260px;
}

.c-loginTop.small1>.logo1 {
    height: 260px;
}

.c-body {
    padding-top: 0px;
}

.c-loginForm {
    margin: 0 auto 50px auto;
    width: 400px;
    padding: 20px 50px 50px 50px;
    background: #fff;
}

.c-loginForm>.bottomLine {
    line-height: 20px;
    font-size: 18px;
}

.c-loginForm>.bottomLine label>* {
    vertical-align: middle;
}

.c-loginForm>.bottomLine input {
    width: 20px;
    height: 20px;
}

.c-loginForm>.bottomLine>.right {
    float: right;
    color: #2d9bd9;
}

.c-loginForm>.c-button-login {
    margin-bottom: 20px;
}

.c-loginInput {
    border: #cccccc 1px solid;
    height: 30px;
    padding: 9px 9px 9px 69px;
    background-repeat: no-repeat;
    background-position: 22px center;
    margin-bottom: 20px;
}

.c-loginInput>* {
    vertical-align: middle;
}

.c-loginInput.email {
    background-image: url("login/icon-email.png");
}

.c-loginInput.pwd {
    background-image: url("login/icon-pwd.png");
}

.c-loginInput.code {
    background-image: url("login/icon-code.png");
}

.c-loginInput.phone {
    background-image: url("login/icon-phone.png");
}

.c-loginInput.building {
    background-image: url("login/icon-building.png");
}

.c-loginInput.invite {
    background-image: url("login/icon-invite.png");
}

.c-loginInput>input {
    border: none;
    border-left: #cccccc 1px solid;
    height: 30px;
    padding: 0 14px;
    width: 300px;
    font-size: 18px;
}

.c-loginInput.noicon {
    padding: 9px;
}

.c-loginInput.noicon>input {
    border: none;
}

.c-loginInput.code>input {
    width: 200px;
}

.c-loginInput.invite>input {
    width: 185px;
}

.c-loginInput.code>a {
    color: #2d9bd9;
    font-size: 18px;
    line-height: 30px;
}

.c-loginInput.invite>a {
    color: #2d9bd9;
    font-size: 18px;
    line-height: 30px;
}

.c-body {
    padding-bottom: 50px;
}

.page-qrcode {
    width: 460px;
    height: 460px;
    padding: 20px;
    margin: 100px auto 40px auto;
    background: #fff;
}

.page-qrcode > img {
    display: block;
    width: 100%;
    height: 100%;
}

.page-qrcodeTip {
    text-align: center;
    font-size: 24px;
}
