body{
    background-color: #f5f5f5;
}

.login{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.login_mian{
    width: 90%;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.tel_num{
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #eee;
}

.tel{
    width: 20%;
    margin: 0 5px;
    text-align: center;
    font-size:0.28rem;
}

.num{
    width: 80%;
}

.yzm{
    width: 40%;
}

.obtain{
    width: 40%;
    text-align: center;
}

.obtain input{
    padding: 5px 10px;
    background-color: #00c0b7;
    border-radius: 8px;
    color: #fff;
    font-size:0.28rem;
}

.btns{
    text-align: center;
    margin-top: 30px;
}

.btns button{
    color:#fff;
    border-radius: 6px;
}


.btn_r{
    background-color: #00c0b7;
    width: 90%;
    height: 40px;
    line-height: 40px;  
    font-size:0.28rem;
}