html,body{
    background: #f3f7fd;
    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:nth-child(2){
    text-align: center;
    font-weight: bold;
}
.m_header>div:last-child{
    text-align: right;
    font-size: .28rem;
}
.m_header .m_title{
    font-weight: 500;
}
/*header结束*/


/*footer开始*/
.footer{
    height: 1.1rem;
    background: white;
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom:0;
    left:0;
    border-top: 1px solid #f3f7fd;
}
.footer>div{
    height: 100%;
    width: 50%;
    text-align: center;
    padding: .1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.footer>div>a>p>img{
    width: .45rem;
    height: .45rem;
}
.footer>div>a>p{
    font-size: .3rem;
    color: #bec4d4;
}
.footer .m_tab_active>a>p{
    color: #4e76f6;
}

footer{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*background: #f3f7fd;*/
    height: 1.1rem;
    /*border-top: .2rem solid #f3f7fd;*/
}
/*footer结束*/

.m_cont{
    margin-top: .25rem;
}
.m_cont_box{
    background: white;
}
.m_cont .m_title{
    line-height: .9rem;
    padding-left: .5rem;
    height: .9rem;
    border-bottom: 1px solid #e6e6e6;
}
.m_cont .m_title>span{
    font-size: .34rem;
    color: #333;
    position: relative;
    font-weight: 500;
}
.m_cont .m_title>span:before{
    content: '';
    width: .08rem;
    height: .33rem;
    background: #4e76f6;
    position:absolute;
    top: .01rem;
    left: -.2rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
}
.m_box{
    padding: 0 .25rem;
}
.m_box>p>span{
    color: #333;
    font-size: .32rem;
    width: 40%;
    font-weight: 500;
}
.m_box>p>input{
    width: 60%;
    font-size: .34rem;
    height: .85rem;
}
.m_box>p{
    height: 1rem;
    border-bottom: 1px solid #e6e6e6;
}
.typelist>span{
    font-size: .32rem;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 2.0rem;
}
.typelist{
    height: .9rem;
    padding-top: .2rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.timebox{
    padding-right: .4rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
}
.timebox .typelist:last-child{
    padding-bottom: .2rem;
}
.typelist .right_chouse{
    width: calc(100% - 1.8rem);
    background: #fff;
    height: .9rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.typelist>span>img{
    width: .4rem;
    height: .4rem;
    margin-left: .1rem;
}
.right_chouse>span{
    font-size: .32rem;
}
.right_chouse input{
    width: calc(100% - .23rem);
    font-size: .32rem;
    margin-right: .1rem !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: end;
}
.right_chouse img{
    width: .23rem;
    height: .2rem;
}
.mileage{
    text-align: right;
    font-size: .3rem;
    padding-top: .2rem;
    color: #9d9d9d;
}
.mileage>span{
    font-size: .3rem;
}
.money{
    text-align: center;
    background: #f3f7fd;
    padding: .5rem 0;
}
.money h2{
    font-size: .45rem;
}
.money h2 span{
    font-size: .45rem;
}
.money h2 i{
    font-size: .35rem;
    font-weight: normal;
}
.money i{
    font-style: normal;
}
.money>p{
    font-size: .2rem;
    padding: .1rem 0 .15rem 0;
}
.money>button{
    margin-top: .2rem;
    background: #4e76f6;
    color: white;
    font-size: .36rem;
    width: 90%;
    height: .9rem;
}
