.login { 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0.28rem;
    color: #333;
}
.login-form {
    position: absolute;
    left: 0.6rem;
    right: 0.6rem;
    top: 10%;
}
.form-item {
    height: 0.9rem;
    border-bottom: solid 0.02rem #f3f3f3;
    position: relative;
}
.form-item input {
    display: block;
    width: 100%;
    height: 0.9rem;
    font-size: 0.32rem;
    border: none;
    outline: none;
    text-indent: 0.1rem;
}
.form-item input:active {
    outline: none;
}
.form-item .btn-sendsms {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 0.28rem;
    color: #576b95;
    line-height: 0.9rem;
    cursor: pointer;
}
.form-item .btn-sendsms.disabled {
    color: #999;
    cursor: default;
}
.login-action {
    position: absolute;
    left: 0.6rem;
    right: 0.6rem;
    bottom: 10%;
}
.login-action .agreement {
    padding: 0.2rem 0;
}
.login-action .agreement .btn-agree {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
    border: 0.02rem solid #d0d0d0;
    border-radius: 0.06rem;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -0.02rem;
}
.login-action .agreement .btn-agree.checked:after {
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.08rem;
    border-bottom: 0.04rem solid #23c221;
    border-left: 0.04rem solid #23c221;
    margin-top: 0.08rem;
    margin-left: 0.04rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.login-action .agreement a {
    color: #576b95;
}
.login-action button {
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    background-color: #e42222;
    border: none;
    color: #fff;
    font-size: 0.28rem;
    cursor: pointer;
}
.login-action button.disabled {
    background-color: #eee;
    color: #999;
    cursor: default;
}