body {
    font-size: 16px;
    background-color: #f5f6f9;
}

.container {
    width: 7.5rem;
    overflow: hidden;
}

.box {
    width: 7.5rem;
}


/* 返回 */

.return_img {
    width: .36rem;
    height: .38rem;
    position: fixed;
    left: .4rem;
    top: .51rem;
}


/* 头部 */

.header {
    width: 7.5rem;
    font-size: .36rem;
    height: 1.45rem;
    line-height: 1.45rem;
    text-align: center;
    color: #333333;
}


/* 主体 */

.main {
    width: 6.94rem;
    margin: 0 auto;
}


/* 我的推荐人 */

.referees {
    width: 100%;
    height: 1.34rem;
    line-height: 1.34rem;
    font-size: .32rem;
    color: #333333;
    background-color: #fff;
    border-radius: .1rem;
    margin-bottom: .3rem;
}

.referees_one {
    margin-left: .3rem;
    margin-right: .6rem;
}


/* 账号密码 */

.account {
    width: 100%;
    height: 3.33rem;
    background-color: #fff;
    font-size: .32rem;
    border-radius: .1rem;
    margin-bottom: 1.1rem;
    padding-left: .3rem;
}

.account input {
    border: 0;
    outline: none;
    width: 4rem;
    height: .9rem;
    font-size: .32rem;
    text-indent: .2rem;
}

.login_account,
.login_password,
.login_note {
    width: 100%;
    height: 1.11rem;
    line-height: 1.11rem;
}

.login_note input {
    width: 2.3rem;
    height: .9rem;
}

#get_code {
    width: 1.68rem;
    height: .5rem;
    border-radius: .24rem;
    background-color: #00C456;
    color: #fff;
    font-size: .24rem;
    border: none;
    outline: none;
    margin-left: .15rem;
}

.account .xinghaojian {
    color: #ff0000;
    vertical-align: middle;
}

.account .login {
    margin-right: .5rem;
}

.login_note .login {
    margin-right: .19rem;
}


/* 底部 注册 */

.footer {
    width: 5rem;
    height: .78rem;
    margin: 0 auto;
}

.footer .register {
    width: 5rem;
    height: .78rem;
    background-color: #00C456;
    color: #fff;
    font-size: .32rem;
    text-align: center;
    line-height: .78rem;
    border-radius: .16rem;
    border: none;
    outline: none;
}