html,body{
    background: #fff;
    color: #333;
}
/*header开始*/
.m_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    /*background: #5591f2;*/
    background: linear-gradient(right,#589df4, #4b6cea);
    background: -webkit-linear-gradient(to right, #589df4 , #4b6cea); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, #589df4 , #4b6cea); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right, #589df4 , #4b6cea); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #589df4 , #4b6cea); /* 标准的语法 */
    color: white;
    padding: 0 .2rem;
}
.m_header>div{
    font-size: .35rem;
    width: 30%;
}
.m_header>div:first-child{
    text-align: left;
}
.m_header>div:first-child img{
    width: .37rem;
    height: .37rem;
}
.m_header>div:nth-child(2){
    text-align: center;
    font-weight: bold;
}
.m_header>div:last-child{
    text-align: right;

}
.m_header>div:last-child a{
    font-size: .28rem;
    color: white;
}
.m_header .m_title{
    font-weight: 500;
}
/*header结束*/

.input_box{
    padding: 0 .45rem;
    margin-top: .6rem;
}
.input_box>div{
    margin-top: .3rem;
}
.tel{
    border-bottom: 1px solid #f0f0f0;
    height: .9rem;
}
.tel input{
    width: 100%;
    height: .9rem;
    font-size: .35rem;
}
.setcode{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .9rem;
    border-bottom: 1px solid #f0f0f0;
    margin-top: .2rem;
}
.setcode>input{
    height: .9rem;
    font-size: .35rem;
    width: 60%;
}
.setcode>button{
    font-size: .35rem;
    color: white;
    background: #4e76f6;
    width: 35%;
    height: .76rem;
}
.pwd{
    border-bottom: 1px solid #f0f0f0;
    height: .9rem;
    margin-top: .2rem;
}
.pwd input{
    width: calc(100% - .6rem);
    height: .9rem;
    font-size: .35rem;
}

.pwd img{
    width: .45rem;
    margin: 0;
    padding: 0;
    height: .45rem;
}
.input_box .btn{
    margin-top: .7rem;
}
.btn>button{
    margin-top: .2rem;
    background: #4e76f6;
    color: white;
    font-size: .36rem;
    width: 100%;
    height: .9rem;
}
.agreement{
    position: absolute;
    bottom: .3rem;
    width: 100%;
    padding: 0 .3rem;
    text-align: center;
    font-size: .30rem;
    color: #999;
}
.agreement a{
    font-size: .30rem;
    color: #999;
}
