body {
    background-color: #F5F5F5;
}
.tabWrapBg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    background-color: #000;
    opacity: 0.7;
    display: none;
}
.tabWrap {
    position: fixed;
    top: 0rem;
    left: 0rem;
    background-color: #fff;
    width: 100%;
    z-index: 10;
}
.tabTop {
    justify-content: space-between;
    height: 0.96rem;
    line-height: 0.96rem;
}
.tabItem {
    width: 50%;
    text-align: center;
    color: #666666;
    font-size: 0.28rem;
}
.tabItem span {
    height: 100%;
    
    display: inline-block;
    box-sizing: border-box;
}
.on.tabItem span {
    font-size: 0.32rem;
    color: #333;
    border-bottom: 2px solid #FB2D5A;
    font-weight: bold;
}
.detailWrap {
    justify-content: space-between;
    padding: 0rem 0.2rem;
    background-color: #F5F5F5;
    height: 1.14rem;
}
.detailLeft {
    align-items: center;
}
.detailTi {
    color: #333333;
    font-size: 0.34rem;
    font-weight: bold;
}
.detailDec {
    margin-left: 0.1rem;
    color: #999;
    font-size: 0.24rem;
}
.detailBtn {
    color: #F3163F;
    font-size: 0.24rem;
    line-height: 1.14rem;
}
.detailBtn img {
    width: 0.24rem;
    height: 0.24rem;
}
.itemList {
    background-color: #fff;
    flex-wrap: wrap;
    padding: 0.2rem;
    display: none;
}
.item {
    width: 50%;
    flex-shrink: 0;
    padding: 0.2rem;
    box-sizing: border-box;
    color: #333333;
    font-size: 0.28rem;
    display: block;
}
.item.on {
    color: #F3163F;
}
.pageBody {
    margin-top: 2.1rem;
    padding: 0rem 0.2rem;
}
.orderItem {
    background-color: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-top: 0.2rem;
}
.orderItem_top {
    background-color: #fff;
    padding: 0.3rem 0.3rem;
}
.orderTopInfo {
    justify-content: space-between;
}
.ordeInfoTime {
    color: #999999;
    font-size: 0.24rem;
}
.martop1 {
    margin-top: 0.1rem;
}
.orderNext {
    height: 0.24rem;
    width: 0.4rem;
    justify-content: center;
    align-items: center;
}
.orderNext span {
    border-top: 1px solid #999999;
    border-left: 1px solid #999;
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    margin-top: 0.1rem;
    transform: rotate(-135deg);
}
.on.orderNext span {
    transform: rotate(45deg);
}
.ordeInfoKey {
    color: #222;
    font-size: 0.28rem;
}
.orderInfoValue {
    font-size: 0.36rem;
    color: #222222;
    width: 1.3rem;
    font-weight: bold;
}
.orderDetail {
    background-color: #FAFAFA;
    padding: 0.1rem 0.3rem;
    display: none;
}
.orderOne {
    justify-content: space-between;
}
.itemInfo {
    padding: 0.1rem 0rem;
}
.orderInfoKey {
    width: 1.2rem;
    color: #999;
    font-size: 0.26rem;
    flex-shrink: 0;
}
.orderInfoValue.red {
    color: #F3163F;
}
.orderInfos {
    font-size: 0.26rem;
    color: #222222;
}
.orderOut {
    color: #999999;
    font-size: 0.24rem;
}
.reject {
    color: #222;
    font-size: 0.28rem;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}