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;
}
.tel{
    border-bottom: 1px solid #f0f0f0;
    height: .9rem;
}
.tel input{
    width: 100%;
    height: .9rem;
    font-size: .35rem;
}
.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;
}
.forget{
    text-align: right;
    padding: .3rem 0;
}
.forget a{
    font-size: .32rem;
    color: #bdbdbd;
}

.btn{
    margin-top: .1rem;
}
.btn>button{
    margin-top: .2rem;
    background: #4e76f6;
    color: white;
    font-size: .36rem;
    width: 100%;
    height: .9rem;
}
.btn p{
    text-align: center;
    padding-top: .3rem;
}
.btn p a{
    color: #999;
    font-size: .33rem;
}
.bottom{
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.bottom>p{
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    height: 1px;
}
.bottom>p>span{
    display: inline-block;
    font-size: .3rem;
    background-color: white;
    padding: 0 .1rem;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}
.bottom .type_box{
    text-align: center;
    padding: .5rem 20% .7rem 20%;
}
.bottom .type_box a{
    margin: 0 .3rem;
}
.bottom .type_box img{
    width: .75rem;
    height: .75rem;
}
