body {
    background: #f4f4f4;
}

.nav-container {
    height: 72px;
    background: #fff;
}

.nav-ban {
    width: 1100px;
    margin: 0 auto;
    height: 72px;
    line-height: 72px;
}

.nav-container .login {
    width: 136px;
    height: 43px;
    padding: 0;
    float: left;
}

.resg-container {
    background: #f4f4f4;
}

.resg-ban {
    width: 1100px;
    margin: 0 auto;
}

.resg-ban .resg-left {
    float: left;
    padding: 38px 0 0 74px;
}

.resg-ban .resg-right {
    float: left;
    width: 500px;
    padding: 60px 60px;
    text-align: left;
    background: #fff;
    margin-left: 24px;
    margin-top: 38px;
}

.resg-right .resg-zc {
    /* width: 22px; */
    font-size: 22px;
    color: #2c2e2f;
}

.resg-right .resg-ipt {
    margin-top: 20px;
}

.resg-ipt .resg-lo {
    margin-top: 6px;
}

.resg-ipt .resg-lo-word {
    margin-top: 6px;
}

.resg-right input[type="text"],
.browsers {
    border-radius: 4px;
    border: 1px solid #a4abae;
    padding: 8px;
}

.res-check {
    display: flex;
    align-items: center;
}

.resg-right .resg-dis {
    margin-top: 40px;
    border: 1px solid #0070ba;
    font-size: 14px;
    color: #fff;
    background: #0070ba;
    border-radius: 6px;
}