::-webkit-input-placeholder {
    color: #999;
}
select,
input[type="text"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.index-title {
    text-align: center
}

.index-title i {
    font-size: .8rem;
    color: #4ace87
}

.index-title h2 {
    font-size: .5rem;
    font-weight: normal;
    position: relative
}

.index-title sup {
    background: #4ace87;
    color: #fff;
    position: absolute;
    margin-left: .1rem;
    font-size: .2rem;
    font-weight: normal;
    padding: 0 .1rem;
    border-radius: .3rem
}

.index-title .line {
    height: 2px;
    width: .72rem;
    background: #4ace87;
    margin: 0 auto .1rem
}

.index-title .line-s {
    width: 50px;
    height: 2px;
    background: #4ace87;
    margin: .2rem auto .1rem
}

.login-bg {
    background: url("../images/login_bg.jpg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%
}

.register-bg {
    background: url("../images/register_bg.jpg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%
}

.ff-bg {
    background: url("../images/ff_bg.jpg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
    height: 100%;
}

.mf-bg {
    background: url("../images/mf_bg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 100%;
}

.spectrum {
    text-align: center;
    margin: 0 auto;
    font-size: 0.60rem;
    color: #fff;
    padding-top: 1.28rem;
}

.spectrum i {
    font-size: 0.74rem;
    position: relative;
    top: .1rem;
    color: #4ace87
}

.logo {
    text-align: center;
    margin: 1.28rem auto 0;
    width: 3.66rem;
    height: 2.21rem;
    font-size: 0.60rem;
    color: #fff
}

.logo img {
    width: 100%
}

.input-grow {
    padding: 0 0.17rem;
    margin: .15rem;
    border: 1px solid #fff;
    border-radius: .2rem;
    background-color: rgb(0, 0, 0,.5);
    color: #fff;
}

.input-grow .label {
    width: 2rem;
    border-right: 1px solid #999;
    background: rgba(0,0,0,.5);
    border-radius: .2rem;
    padding: 0.2rem 0;
    text-align: center;
}

.input-grow .input {
    width: calc(100% - 2rem);
    border: none;
    padding-left: .15rem;
    background: transparent;
}

.input-grow.code .input {
    line-height: .89rem;
    width: calc(100% - 3.01rem)
}

.input-grow.code .code-img {
    width: 1.26rem;
    height: 0.38rem
}

.sub-btn {
    background: #4ace87;
    color: #fff;
    border: none;
    display: block;
    text-align: center;
    padding: .28rem 0;
    margin: .15rem;
    width: calc(100% - .3rem);
    border-radius: .2rem;
}

.other-login {
    width: 100%;
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: 0.24rem
}

.other-login i {
    font-size: .85rem;
    display: block;
    text-align: center
}

.other-login a {
    color: #000
}

.other-login span {
    font-weight: lighter;
    font-size: 0.18rem;
    margin: .15rem;
    display: block
}

.input-item {
    float: left;
    margin-right: .5rem;
    display: block
}

.input-item input {
    position: relative;
    top: .03rem
}
input {
    color: #fff!important;
}
.input-grow.code .input select {
    background: none;
    color: #fff;
}