.page {
    display: block;
    background-color: #F5F5F5;
}

.content {
    margin-top: .75rem;
    padding: 0 .75rem;
}

.wrapper {
    min-height: 100%;
}

.wrapper .main {
    padding-bottom: 9rem;
}

.list-block {
    margin: 0 -.75rem .75rem;
    box-shadow: 0 1px 2px #D5D5D5;
}

.content.login .list-block .item-title.label,
.content.register .list-block .item-title.label {
    width: 15%;
}

.list-block .item-content input {
    font-size: .6rem;
}

.item-content i {
    color: #C7C7C7;
}

.btn-login,
.btn-rgst {
    margin: 1.1rem 0 1.5rem;
}

.btn-login .button,
.btn-rgst .button {
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: .8rem;
}

.btn-login .button.disabled,
.btn-rgst .button.disabled {
    background-color: #D2D2D2;
}

.other-things {
    height: 3rem;
    font-size: .65rem;
}

.other-things .no-account {
    color: #6F6F6F;
}

.login-footer {
    margin-top: -9rem;
    width: 100%;
    height: 8rem;
}

.login-footer .split {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    height: 1px;
    background-color: #D6D6D6;
    color: #D6D6D6;
}

.login-footer .split .text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4.5rem;
    margin-top: -1rem;
    width: 9rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #F5F5F5;
    text-align: center;
    font-size: .7rem;
}

.third {
    margin: 0 auto;
    width: 45%;
    height: 7rem;
}

.third .item {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 100%;
    text-align: center;
}

.third .item.xinlang {
    background-color: #F0494B;
}

.third .item.qq {
    background-color: #2A9BFF;
}

.third .item i {
    color: #fff;
}

.third .item i.icon-xinlang {
    font-size: 1.2rem;
}

.third .item i.icon-qq {
    font-size: 1rem;
}