html,body{
    background: #ffffff;
    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 .m_left img{
    width: .5rem;
    height: .5rem;
}
.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结束*/

.m_order_msg{
    background-color: white;
}
.order_title{
    padding: 0 .25rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .34rem;
    font-weight: bold;
    border-bottom: 1px solid #f3f3f3;
}
.order_box{
    padding: .2rem .25rem;
}
.order_box>p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:.8rem;
    font-size: .32rem;
    color:#7d7a7a;
}
.order_box>p>span{
    font-size: .28rem;
    text-align: end;
    white-space: nowrap;
    padding: 0.2rem;
}
.detail{
    margin-top: .25rem;
    padding: 0 .25rem;
    background-color: white;
    height: .9rem;

}
.detail>span{
    font-size: .34rem;
    color: #333;
}
.detail>img{
    width: .2rem;
    height: .35rem;
}
.pay_type{
    background-color: white;
    margin-top: .25rem;
}
.pay_type .pay_title{
    height: .9rem;
    border-bottom: 1px solid #f3f3f3;
    padding-left: .25rem;
    font-size: .34rem;
    line-height: .9rem;
}
.pay_list{
    padding: 0 .1rem;
}
.pay_list>p{
    border-bottom: 1px solid #f3f3f3;
    height: 1.2rem;
    padding: 0 .1rem;
}
.pay_list>p img{
    width: .45rem;
    height: .45rem;
}
.pay_list>p i{
    font-size: .34rem;
    font-style: normal;
}
.btn{
    margin-top: 1.1rem;
    text-align: center;
}
.btn>button{
    width: 90%;
    background: #4e76f6;
    color: white;
    font-size: .36rem;
    height: .9rem;
}
