body {
    margin-bottom: 60px;
}
/* 导航栏 */
.btn-area {
    position: relative;
    z-index: 1;
}
.btn-area .iconfont {
    margin-right: 2px;
}

/* 搜索输入框 */
.keyword {
    font-size: 14px;
}

/* 筛选 */
.lst-menu {
    padding: 0 10px 5px 10px;
    display: flex;
    overflow-x: auto;
    align-items: center;
    height: 45px;
}
.lst-menu .item-menu {
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center;
    width: 70px;
}
.lst-menu .item-menu:last-child {
    margin-right: 0;
}
.lst-menu .item-menu.active {
    color: #0099FF;
}
.lst-menu .item-menu.active text {
    padding-bottom: 5px;
    border-bottom: 2px solid #0099FF;
}

/* 订单 */
.lst-order {
    margin-bottom: 10px;
}
.lst-order .item-order {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
}
.lst-order .item-order > div.name {
    font-size: 16px;
    margin-bottom: 10px;
}
.lst-order .item-order .lst-desc .item-desc {
    color: grey;
    font-size: 14px;
    margin-bottom: 5px;
}
.lst-order .item-order .lst-desc .item-desc:last-child {
    margin-bottom: 0;
}
.cha-num {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin: 10px 0;
    padding-bottom: 5px;;
    font-size: 14px;
    border-bottom: 1px solid #F5F5F5;
}
.cha-num .value {
    margin: 0 5px;
    color: #FF0000;
}
.user-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-btn .user {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.user-btn .user .photo {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 5px;
}
.user-btn .user .name {
    margin-right: 5px;
    color: grey;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.user-btn .user .rate {
    color: #f59a23;
}
.user-btn .btn-status .btn {
    background-color: #0099FF;
    color: #fff;
    border-radius: 1000px;
    padding: 5px 10px 5px 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.user-btn .btn-status .iconfont {
    margin-left: 1px;
}
