.container {
    width: var(--base-width);
    margin: 0 auto;
    position: relative;
}

.footer {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-box {
    background-color: pink;
    border: 1px solid #ccc;
    width: 350px;
    height: 400px;
    position: absolute;
    right: 50px;
    top: 100px;
}
.white_box {
    width: 350px;
    /* height: 404px; */
    /* background-color: white; */
    box-sizing: border-box;
    padding: 43px 30px 0 30px;
    font-size: 18px;
    color: #333;
    position: absolute;
    right: 50px;
    top: 100px;
}

.white_box>div:nth-of-type(1) {
    letter-spacing: 0.1em;
}

.name_input_wrap>div {
    background-color: #DDDDDD;
    width: 50px;
    height: 42px;
    position: relative;
}

.name_input_wrap>div>img {
    width: 22px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.name_input_wrap {
    margin-top: 26px;
    display: flex;
    align-items: center;
}

.name_input_wrap input {
    font-size: 14px;
    /* width: 254px; */
    flex: 1;
    height: 42px;
    border: 2px solid #DDDDDD;
    padding-left: 10px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}

.login_btn {
    height: 42px;
    text-align: center;
    color: #fff;
    background-color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-top: 20px;
}

.registerBox {
    text-align: right;
    font-size: 12px;
    color: #A2A2A2;
    font-weight: normal;
    margin-top: 25px;
}

.registerBox a {
    color: #A2A2A2;
}

.registerBox a:first-child {
    padding-right: 35px;
}


/* 身份呢认证 */

.auth>.name_input_wrap>.CodeBtn {
    width: 105px;
    font-size: 12px;
    text-align: center;
    line-height: 42px;
    color: #6C6C6C;
    font-weight: normal;
}

#accept{
    background-color: #fff;
    border: 1px solid #ccc;
}
#accept:checked{
    background-color: #333;
}
