html{
    height: 90%;
}
.welcome{
    display: block;
    margin-top: 3.25rem;
    margin-left: 1.55rem;
    font-size:0.95rem;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(45,46,55,1);
    line-height:0.85rem;
}
.input_tel{
    width: 90%;
    margin-left: 10%;
    margin-top: 5.175rem;
    /*height:1.428571428571429rem;*/
    /*font-size:1.333rem;*/
    /*font-family:PingFangSC-Regular;*/
    /*font-weight:100;*/
    /*color:rgba(136,136,136,1);*/
    /*line-height: 1.176470588235294rem;*/
}
.lines{
    display: block;
    width:90%;
    height:1px;
    background:rgba(0,0,0,1);
    opacity:0.2;
    margin-left: 5%;
    margin-top: 0.8rem;
}
.input_pwd{
    width: 90%;
    margin-left: 10%;
    margin-top: 1.525rem;
}
.input_code{
    width: 30%;
    margin-left: 10%;
    margin-top: 1.525rem;
    display: inline-block;
}
.next_pwd{
    width:88%;
    margin-left: 6%;
    height:2.25rem;
    background:#BFBFBF;
    border-radius:0.2rem;
    font-size: 0.8rem;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:0.85rem;
    margin-top: 2.025rem;
    z-index: 1!important;
}
.next_pwds{
    width:88%;
    margin-left: 6%;
    height:2.25rem;
    background:#BFBFBF;
    border-radius:0.2rem;
    font-size: 0.8rem;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:0.85rem;
    margin-top: 2.025rem;
    z-index: 1!important;
}
.tishi{
    display: block;
    width:88%;
    margin-left: 6%;
    font-size:13px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:0.85rem;
    margin-top: 0.475rem;
}
.tel{
    float: left;
}
.pwd{
    float: right;
}
.register_user{
    color: #0190EE;
}
.nothasnumber{
    text-align: center;
    margin-top: 6.2rem;
    font-size: 13px;
}
input[name='user_phone']{
    width: 90%;
}
input[name='login_user_phone']{
    width: 90%;
}
input[name='login_user_password']{
    width: 90%;
}
input[name='code']{
    width: 55%;
}
.code_mark{
    z-index: 9;
}
.code{
    padding-top: 4rem!important;
}
.content{
    z-index: 999;
}