.t_box_login {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-background-size: contain;
    background-size: cover;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.t_box_login .t_logo {
    margin-top: 1rem;
    width: 100%
}

.t_box_login  img {
    display: block;
    /*width: 2.626667rem;
    height: 4.16rem;*/
    margin: 0 auto
}
.t_logo img {
    display: block;
    margin: 0 auto
}

.t_box_login .login_box {
    margin-top: 1rem;
    width: 100%
}

.t_box_login .login_box ul {
    margin: 0 auto;
    width: 8rem
}

.t_box_login .login_box ul li {
    margin-bottom: .8rem
}

.t_box_login .login_box ul li input {
    width: 8rem;
    height: 1.066667rem;
    font-size: .4rem;
    border-radius: .533333rem;
    text-indent: 1rem
}

.t_box_login .login_box ul li ::-webkit-input-placeholder {
    color: #c0c4cc
}

.t_box_login .login_box ul li :-moz-placeholder,
.t_box_login .login_box ul li ::-moz-placeholder {
    color: #c0c4cc
}

.t_box_login .login_box ul li :-ms-input-placeholder {
    color: #c0c4cc
}

.t_box_login .login_box ul li:first-child {
    position: relative
}

.t_box_login .login_box ul li:first-child input {
    background: hsla(0, 0%, 100%, .3)
}

.t_box_login .login_box ul li i {
    position: absolute;
    display: block;
    color: #716c6c;
    font-size: .5rem;
    background-size: cover;
    top: 50%;
    left: .266667rem;
    transform: translateY(-50%)
}

.t_box_login .login_box ul li:nth-child(2) {
    position: relative
}

.t_box_login .login_box ul li:nth-child(3) input {
    text-indent: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 42px!important;
    background-color: #1c1d1d!important;
    color: #fff!important;
    font-size: 16px;
}

.t_box_login .login_box ul li:nth-child(4) {
    border: .026667rem solid #fff;
    border-radius: .533333rem
}

.t_box_login .login_box ul li:nth-child(4) input {
    text-indent: 0;
    background: rgba(0, 0, 0, .3)
}

.t_box_login .login_box p {
    text-align: center;
    font-size: .35rem;
    color: #06f;
    line-height: .4rem
}
.input-box {
    margin-top: 9px;
    height: 42px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
}