.account body {
    position: relative;
    height: 100%;
    padding-top: 6rem;
}

.account .wechat body {
    padding-top: 5.33333333rem;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background: #fdd83c;
}

.wechat .header {
    height: 5.33333333rem;
}

.header_prev {
    margin: 1.1rem 0 0 .4rem;
    height: 1.5em;
}

.wechat .header_prev {
    margin-top: .4rem;
}

.header_prev > img {
    height: 100%;
    vertical-align: top;
}

.header > img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.58666667rem;
    width: 4.44rem;
    height: 1.98666667rem;
    margin: auto;
}

.main {
    position: relative;
    height: 100%;
    min-height: 10rem;
    padding: .4rem 1.12rem;
    background: #ffffff;
}

.input-group {
    display: table;
    width: 100%;
    margin-top: .53333333rem;
    border-bottom: 1px solid #eeeeee;
}

.input-group > input {
    display: table-cell;
    width: 100%;
    padding: .38666667rem 0;
    font-size: 1.25em;
    line-height: 1.1;
    background: transparent;
    border: none;
    vertical-align: middle;
}

.input-group > input::placeholder {
    color: #666666;
    font-size: 1em;
}

.input-group > span {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

#getidcode {
    color: #fdd83c;
    font-size: 1.08333333em;
    line-height: 1;
    font-weight: 600;
    background: transparent;
}

#getidcode:disabled {
    color: #999999;
    font-weight: normal;
}

.eye {
    width: .56rem;
    vertical-align: top;
}

.agreement {
    margin-top: .22666667rem;
    font-size: 1em;
    line-height: 1.4;
}

#agreement {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.agreement div {
    color: #999999;
}

.agreement div a {
    color: #fdd83c;
    text-decoration: underline;
}

#agreement:checked + label {
    background-image: url('/waimai/images/select_on.png');
}

#agreement:checked + label a {
    color: #fdd83c;
}

#login, #bindtel {
    width: 100%;
    margin-top: .4rem;
    padding: .3rem 0;
    font-size: 1.33333333em;
    background: #fdd83c;
    border-radius: 1000px;
}

#bindtel {
    margin-top: 1.2rem;
}

#bindtel + div {
    margin-top: .8rem;
    color: #fd413c;
    text-align: right;
}

#bindtel + div > a {
    color: #fd413c;
}

#login:disabled, #bindtel:disabled {
    background: #eeeeee;
}

.about, .bind-contact {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    padding: .4rem 1.12rem;
    text-align: center;
}

.bind-contact {
    bottom: .8rem;
    width: 3.88rem;
    height: 1.08rem;
    padding: 0;
}

.about .title {
    display: inline-block;
    position: relative;
    top: .5em;
    padding: 0 1em;
    color: #666666;
    font-size: 1em;
    line-height: 1.2;
    background: #fff;
    vertical-align: bottom;
}

.about > div {
    width: 90%;
    margin: 0 5%;
    border: none;
    border-top: 1px solid #eeeeee;
}

.about a {
    display: inline-block;
    margin-top: .64rem;
    vertical-align: top;
}

.about img {
    width: 1.28rem;
    height: 1.28rem;
}

.about a:first-child {
    float: left;
}

.about a:last-child {
    float: right;
}