.uni-page-head {
    position: fixed;
    left: 0px;
    right:0px;

    height: calc(44px + env(safe-area-inset-top));
    padding: 7px 3px;

    padding-top: calc(7px + env(safe-area-inset-top));

    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;

    justify-content: space-between;
    box-sizing: border-box;
    z-index: 998;

    transition-property: all;
}
.uni-page-head .uni-page-head-hd {
  //  display: -webkit-box;
  //  display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
   // -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
}
.uni-page-head-btn {
    position: relative;
    width: auto;
    margin: 0 2px;
    word-break: keep-all;
    white-space: pre;
    cursor: pointer;
}
.uni-page-head .uni-btn-icon {
    overflow: hidden;
    min-width: 1em;
        display: inline-block;
    font: normal normal normal 14px/1 unibtn;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.uni-page-head .uni-page-head-ft {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    font-size: 13px;
}
[class*=" uni-btn-icon"], [class^=uni-btn-icon] {
    display: inline-block;
    font: normal normal normal 14px/1 unibtn;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.uni-page-head .uni-page-head__title {
    font-weight: 700;
   // font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.uni-page-head .uni-page-head~.uni-placeholder {
    width: 100%;
    height: calc(44px + env(safe-area-inset-top));
}
.body {
    padding-bottom: 50px;
    padding-top: 45px;
}
.order {
    //width: 355px;
    background-color: #fff;
    margin: 10px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}
.order .top {
    display: flex;
    justify-content: space-between;
}
.order .top .left {
    display: flex;
    align-items: center;
}
.order .top .left .store {
    margin: 0 5px;
    font-size: 12px;
    font-weight: 700;
}
.order .item {
    display: flex;
    margin: 10px 0 0;
    justify-content: space-between;
}
.order .item .left{
    margin-right: 10px;
}
.order .content {
    margin-top: 10px;
}
.order .title {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}
.order .item .content .title {
    font-size: 14px;
    line-height: 25px;
}
.order .item .content .type {
    margin: 5px 0;
    font-size: 12px;
    color: #909399;
}
.order .item .content .delivery-time {
    font-size: 12px;
}
.order .item .right {
    margin-left: 5px;
    padding-top: 4px;
    text-align: right;
}
.order .item .right .number {
    color: #909399;
    font-size: 12px;
}
.order .total {
    text-align: right;
    font-size: 12px;
}
.order .total .total-price {
    font-size: 16px;
}
.order .content .cardlist {
    word-break: break-word;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.order .content .cardlist .info-row {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.footer {
    width: 100%;
    margin: 10px auto;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    font-size: 14px;
    bottom: 0;
}
.footer .tool {
    display: flex;
    padding: 0 5px;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.footer .tool .item {
    line-height: 26px;
    width: 80px;
    border-radius: 13px;
    background-color: #fd4d20;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

/*
列表*/
.uni-page-wrapper {
    display: block;
    height: 100%;
    position: relative;
}
.uni-page-body {
    height: 100%;
    background-color: #f2f2f2;
}
.wrap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - calc(0px + 0px));
    width: 100%;
}
.u-navbar-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 991;
}
.u-navbar {
    width: 100%;
}
.u-status-bar {
    width: 100%;
}
.u-navbar-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.u-back-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    flex-grow: 0;
    padding: 7px 7px 7px 12px;
}
.u-icon-wrap {
    display: flex;
    align-items: center;
}
.u-icon {
    display: inline-flex;
    align-items: center;
}
.u-icon--right {
    flex-direction: row;
    align-items: center;
}
.u-iconfont {
    position: relative;
    display: flex;
    font: normal normal normal 14px/1 uicon-iconfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.u-icon__icon {
    position: relative;
}
.u-slot-content {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.u-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}
.u-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 9px;
    flex: 1;
}
.u-icon-wrap {
    display: flex;
    align-items: center;
}
.u-clear-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.u-action {
    font-size: 14px;
    color: #303133;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    white-space: nowrap;
    text-align: center;
}
.u-action-active {
    width: 40px;
    margin-left: 5px;
}
.u-tabs {
    width: 100%;
    transition-property: background-color,color;
}
.u-scroll-view {
    width: 100%;
    white-space: nowrap;
    position: relative;
}
.u-tabs-scorll-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.u-tabs-scroll-box {
    position: relative;
}
.u-tabs-scorll-flex .u-tabs-item {
    flex: 1;
}
.u-tabs-box{
    margin-top:19px ;
}
.u-tabs-item {
    position: relative;
    display: inline-block;
    text-align: center;
    transition-property: background-color,color,font-weight;
       height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: rgb(48, 49, 51);
    font-size: 15px;
    z-index: 3;
    font-weight: normal;
}
.ade{
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: rgb(242, 145, 0);
    font-size: 15px;
    z-index: 3;
    font-weight: bold;
}
.cde{
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: rgb(48, 49, 51);
    font-size: 15px;
    z-index: 3;
    font-weight: normal;
}
.u-scroll-bar {
    position: absolute;
    bottom: 2px;
}
.u-load-more-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.u-line {
    vertical-align: middle;
}
.u-more {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.order .bottom {
    display: flex;
    margin-top: 10px;
    padding: 0 5px;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.order .bottom .btn {
    line-height: 26px;
    width: 80px;
    border-radius: 13px;
    border: 1px solid #e4e7ed;
    font-size: 13px;
    text-align: center;
    color: #82848a;
    text-decoration: none;
}
.order .bottom .buy_btn {
    line-height: 26px;
    width: 80px;
    border-radius: 13px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(
90deg,#fe8a56,#ff504b);
  text-decoration: none;
}