#nav-box {
    position: absolute;
    width: 100%;
}

.container {
    width: 100%;
    padding-top: 0px;
}

.login-bg {
    width: 100%;
    height: 956px;
    background: url(../images/login-bg.png) center no-repeat;
    background-size: cover;
    opacity: 0.2;
}

#footer-box {
    margin-top: 0px;
}

.sign-box {
    height: 484px;
    width: 100%;
    position: absolute;
    top: 290px;

}

.sign-box-container {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding-right: 20px;
    white-space: nowrap;
}

.sign-left {
    display: inline-block;
    height: 100%;
    width: 710px;
    vertical-align: top;
}

.sign-right {
    display: inline-block;
    height: 100%;
    width: 470px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
}

.propagate-one {
    margin-top: 100px;
    font-size: 70px;
    font-weight: 900;
    color: #232323
}

.propagate-two {
    font-size: 50px;
    font-weight: bold;
    color: #232323
}

.sign-left span {
    font-size: 20px;
    line-height: 40px;
    color: #232323;
    width: 526px;
    margin-top: 40px;
    display: block;
    white-space: normal;
}

.sign-flag {
    font-size: 26px;
    font-weight: 900;
    line-height: 40px;
}

.form-group {
    margin-top: 10px;
}

.form-group label {
    font-size: 18px;
    line-height: 32px;
    color: #C1C1C1;
    font-weight: bold;
    display: block;
}

.input-box {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border: 0px;
    border-bottom: 1px solid #232323;
    font-size: 18px;
}

.input-box::placeholder {
    color: #232323;
    font-size: 16px;
}

.image-input {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}

.image-code {
    height: 42px;
    width: 120px;
    margin-left: 10px;
    cursor: pointer;
}

.validate-code-btn {
    display: inline-block;
    line-height: 42px;
    height: 42px;
    width: 120px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(229, 229, 229, 1);
    box-sizing: border-box;
}

.form-group .group-a {
    text-align: right;
    margin-bottom: 10px;
}

.form-group .group-a a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #c1c1c1;
}

.sign-btns {
    text-align: center;
}

.sign-btns .input-btn {
    width: 177px;
    height: 42px;
    line-height: 42px;
    border: 0px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.sign-btns .next-btn {
    height: 42px;
    width: 100%;
    display: block;
    background: #E14438 url(../images/next.png) center no-repeat;
    background-size: 40px 24px;
    cursor: pointer;

}

.sign-btns .register-btn {
    height: 42px;
    width: 100%;
    display: block;
    background: #E14438;
    cursor: pointer;
    color: #fff;
    line-height: 42px;
    font-size: 18px;
    margin-top: 50px;
}

.sign-btns .complain-regist {
    background: #E5E5E5;
    display: inline-block;
}

.sign-btns .complain-submit {
    background: #E14438;
}
.disable-code{background:#C1C1C1;color:#fff; }
.form-info {
    height: 19px;
    margin-top: 16px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 28px;
    color: #C1C1C1;
    display:none;
}

.form-info:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 100%;
    display: block;
    background: url(../images/info.png) center no-repeat;
    background-size: cover;
    left: 0px;
}

@media (max-width: 800px) {
    .container {
        width: 6.4rem;
    }

    .login-bg {
        height: 11.36rem;
    }

    .sign-box {
        width: 5.92rem;
        top: 2rem;
        height: auto;
    }

    .sign-left {
        display: none;
    }

    .sign-box-container {
        width: 100%;
        padding-right: 0;
    }

    .sign-right {
        width: 100%;
        padding: 0.1rem 0.2rem;
    }

    .form-group {
        margin-top: 0.12rem;
    }

    .form-group label {
        font-size: 0.3rem;
        line-height: 0.6rem;
    }

    .input-box {
        height: 0.8rem;
        border-width: 1px;
        font-size: 0.28rem;
    }

    .image-input {
        width: 2.9rem;
    }

    .image-code {
        width: 2rem;
        height: 0.8rem;
        margin-left: 0.22rem;
    }

    .sign-btns .input-btn {
        width: 2rem;
        height: 0.72rem;
        line-height: 0.72rem;
    }
}