body{
    width:100%;
    height:100%;
    background:#F0F3F5;
}
.wrap{
    width:100%;
    height:100%;
}
.tabpaging{
    width:100%;
    height: 1.8rem;
    padding:0 2.75rem;
    box-sizing: border-box;
    background: #EDEDED;
}
.pagingul{
    width: 100%;
    margin: 0 auto;
    height: 1.8rem;
    color:#000000;
}
.pagingul li{
    float: left;
    font-size: 0.7em;
    width: 33%;
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
    position: relative;
}
.bgsp{
    border-bottom: 2px solid #F77008;
    position: absolute;
    bottom: 0rem;
    /*display: block;*/
    width: 2.34rem;
    left: 0rem;
    right: 0rem;
    margin: auto;
    display: none;
}
.bgcolor{
    color:#F77008;
    font-weight:bold;
}
.bgcolor span.bgsp {
    display: block;
}
.noorder{
    width:100%;
    display:none;
}
.noorder-img{
    width:100%;
    height:9.5rem;
    margin-top:4rem;
}
.noorder-img img{
    width:10.6rem;
    height:9.5rem;
    margin:0 auto;
    display:block;
}
.noorder-text{
    margin-top:1.75rem;
    height:1rem;
    line-height: 1rem;
    text-align: center;
    font-size:0.7rem;
    font-weight:400;
    color:#515355;
}
.list-box{
    width:100%;
    padding:0.75rem 0.95rem;
    box-sizing: border-box;
}
.list{
    width:100%;

}
.list ul{
    width:100%;
}
.list ul li{
    width:100%;
    background:#FFFFFF;
    border-radius:0.5rem;
    margin-bottom:0.8rem;
}
.order-head{
    width:100%;
    height:2.2rem;
    line-height: 2.2rem;
    display:flex;
    justify-content: space-between;
    padding:0 0.55rem;
    box-sizing: border-box;
    border-bottom:1px solid #ECECEC;
}
.ordernum{
    font-size:0.65rem;
    color:#333333;
    font-weight:400;
}
.orderstate{
    font-size:0.7rem;
    color:#F77008;
    font-weight:bold;
}
.orderimg{
    width:100%;
    border-bottom:1px solid #E6E6E6;
    padding:0.7rem 0.85rem;
    box-sizing: border-box;
    display:flex;
}
.orderimg a{
    display:flex;
}
.order-img{
    width:4.5rem;
    height:4.5rem;
}
.order-img img{
    width:4.5rem;
    height:4.5rem;
    border-radius:0.5rem;
}
.order-text{
    height:4.5rem;
    margin-left:0.5rem;
}
.order-name{
    width: 100%;
    height:2.2rem;
    line-height:1rem;
    font-size:0.75rem;
    color:#000000;
    font-weight:400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.money-hang{
    height:1.5rem;
    line-height:1.5rem;
    margin-top: 1.3rem;
}
.money-logoo{
    color:#FF3C0C;
    font-size:0.7rem;
    font-weight:bold;
}
.money-numo{
    color:#FF3C0C;
    font-size:1.1rem;
    font-weight:bold;
}
.orderbtn-box{
    width:100%;
    height:2.9rem;
    padding:0.7rem 0 0.7rem 6.75rem;
    box-sizing: border-box;
    display:flex;
}
.quxiao{
    width:4.5rem;
    height:1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius:0.75rem;
    border: 1px solid #D8D8D8;
    font-size:0.7rem;
    font-weight:400;
    color:#9A9A9A;
}
.pay{
    width:4.5rem;
    height:1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius:0.75rem;
    border: 1px solid #3A6DA4;
    font-size:0.7rem;
    font-weight:400;
    color:#3A6DA4;
    margin-left:0.6rem;
}
.pay a{
    font-size:0.7rem;
    font-weight:400;
    color:#3A6DA4;
}
/*弹窗*/
.timetoast{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.54);
    z-index:333;
    display:none;
}
.timetan{
    width:13.4rem;
    height:7.35rem;
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    right:0;
    margin: auto;
    background: #FFFFFF;
    border-radius:16px 16px 16px 16px;
}
.head{
    width:100%;
    height:2.75rem;
    line-height: 2.75rem;
    text-align: center;
    font-size:0.9rem;
    color:#000000;
    font-weight:bold;
}
.headtit{
    width:100%;
    height:1rem;
    line-height:1rem;
    text-align: center;
    font-size:0.7rem;
    color:#888888;
    font-weight:400;
}
.head-box{
    width:100%;
    border-bottom:1px solid #E5E5E5;
    padding-bottom:1.1rem;
    box-sizing: border-box;
}
.btn-box{
    width:100%;
    height:2.4rem;
    line-height: 2.4rem;
    display:flex;

}
.quxiaobtn{
    width:50%;
    text-align: center;
    color:#333333;
    font-weight:400;
    font-size:0.85rem;
    border-right:1px solid #E5E5E5;
}
.quebtn{
    width:50%;
    text-align: center;
    color:#1579FF;
    font-weight:400;
    font-size:0.85rem;
}