html,body{
    background:#fafafb;
    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: #60c9c2;
    color: white;
}
.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>div{
    font-size: .35rem;
}
.m_header .m_title{
    font-weight: 500;
}
/*header结束*/

.m_tabs{
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}
.m_tabs>div{
    font-size: .36rem;
    width: 33.3%;
    text-align: center;
}
.m_tabs>div.m_active a{
    color:#60c9c2;
}
.m_tabs>div a{
    font-size: .3rem;
    color: #8c8a8a;
    font-weight: bold;
}

.m_orderbox{

}
.m_orderbox .m_order_list{
    background: white;
    padding: 0.1rem .35rem;
    margin-top: .2rem;
    margin: 0.15rem;
    box-shadow: 2px 2px 5px #b5b0b0;
}
.m_orderbox .m_order_list .m_order_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .9rem;
    color: cornflowerblue;
}
.m_orderbox .m_order_list .m_order_title span{
    font-size: .31rem;
}
.m_order_title .m_money{
    color: #60c9c2;
    font-weight: bold;
    font-size: .32rem;
}
.m_order_list .m_address{
    padding: .15rem 0;
}
.m_order_list .m_address .m_left{
    width: calc(100% - 1.2rem);
}
.m_order_list .m_right{
    color: cornflowerblue;
    width: 1rem;
    font-size: .33rem;
    text-align: right;
}
.m_left>p>span{
    font-size: .28rem;
    color: #4CAF50;
    font-weight: bold;
}
.m_left>p{
    font-size: .28rem;
    font-weight: bold;
    color: #2196F3;
}
.m_left>p .m_marleft{
}
.m_left>p:last-child{
    justify-content: flex-start;
}
.m_left>p .m_address_img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: .2rem;
    background: #e4eafd;
    padding: 0 .1rem;
    font-size: .3rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
}
.m_left .carnum{
    margin-left: .2rem;
}
.m_left>p .m_address_img img{
    width: .35rem;
    height: .36rem;
}
.m_order_bottom{
    height:1.1rem;
}
.m_order_bottom span{
    font-size: .25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.m_order_bottom span img{
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}
.m_order_bottom .m_received{
    color: #fff;
    height: .5rem;
    padding:0 .1rem;
    border: 1px solid #2196F3;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background-color: #2196F3;
}




.m_model{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.7);
    z-index: 10;
    display: none;
}
.model_in{
    background-color: white;
    min-height: 33vh;
    position: fixed;
    width: 100%;
    left:0;
    bottom:-30vh;
}
.model_in .model_title{
    height: .95rem;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    font-size: .3rem;
    line-height: .95rem;
}
.model_in .m_code{
    padding: 0 .25rem;
    margin-top: .2rem;
    justify-content: center;
}
.model_in .m_code>span{
    font-size: .25rem;
    color: #4CAF50;
    font-weight: bold;
}
.model_in .m_code>div{
    width: calc(100% - 3.5rem);
    background-color: #f1eded;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
}
.model_in .m_code>div input{
    font-size: .3rem;
    height: .8rem;
    width: 100%;
    text-align: center;
}
.model_in .model_btn{
    padding: 0 .25rem;
    margin-top: .6rem;
}
.model_in .model_btn button{
    width: 1.9rem;
    height: .8rem;
    font-size: .32rem;
    -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;
    /* border: 1px solid #5072f2; */
    color: #fff;
    background-color: #4CAF50;
    margin-left: 0.5rem;
}
.model_in .model_btn button:first-child{
    color: #fff;
    background-color: #5072f2;
    margin-left: .5rem;
}
.model_in .model_btn button:last-child{
    margin-right: .5rem;
    /*color: #5072f2;*/
    /*background-color: white;*/
}


/*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: #fafafb;
    height: 1.1rem;
    border-top: .2rem solid #fafafb;
}
/*footer结束*/
