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 .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结束*/

.successbox{
    text-align: center;
    padding-top: 1.3rem;
}
.successlogo{
    padding-bottom: .3rem;
}
.successlogo img{
    width: 1.6rem;
    height: 1.6rem;
}
.paytype{
    color: #333;
    font-size: .4rem;
    padding-bottom: .2rem;
    font-weight: 500;
}
.callnum{
    color: #333;
    font-size: .28rem;
}
.next{
    font-size: .3rem;
}
.btn{
    padding-top: .35rem;
}
.btn a{
    display: block;
}
.btn .seeorder{
    margin-bottom: .3rem;
}
.btn .seeorder>button{
    width: 90%;
    background: #4e76f6;
    color: white;
    font-size: .36rem;
    height: .9rem;
}
.btn .returnhome>button{
    font-size: .36rem;
    height: .9rem;
    width: 90%;
    background: #fff;
    border: 1px solid #979797;
    color: #333;
}
