.user-bar-placeholder {
    width:100%;
    height:50px;
}
#user-bar-wrap {
    width:100%;
    position:fixed;
    bottom:0;
}
.user-bar {
    width:100%;
    height:49px;
    border-top:1px solid #b6b6b6;
    background-color:rgba(246, 246, 246, 0.95);
    text-align:center;
    z-index:1100;
}
.user-bar-btn {
    color:#999;
    display:inline-block;
    height:100%;
    width:32%;
}
.user-bar-btn-focus {
    color:#333;
}
.user-bar-btn i {
    display:block;
    width:25px;
    height:25px;
    margin:7px auto 0;
    background:url("../../images/mt/tab-icons.949e08ab.png") no-repeat;
    -webkit-background-size:25px auto;
    -moz-background-size:25px auto;
    background-size:25px auto;
}
.user-bar-btn i.ico-bowl-fill {
    background-position:0 -75px;
}
.user-bar-btn-focus i.ico-bowl-fill {
    background-position:0 -50px;
}
.user-bar-btn i.ico-paper {
    background-position:0 -25px;
}
.user-bar-btn-focus i.ico-paper {
    background-position:0 0;
}
.user-bar-btn i.ico-user {
    background-position:0 -125px;
}
.user-bar-btn-focus i.ico-user {
    background-position:0 -100px;
}
.user-bar-btn-txt {
    display:block;
    font-size:11px;
}
.page-header .back-wrap {
    margin:11px 10px;
    float:left;
}
.field {
    display:block;
    position:relative;
    background-color:#ffffff;
    margin-top:10px;
    font-family:PingFangSC-Regular;
}
.field-head {
    padding:0 15px;
    font-size:14px;
    height:50px;
    line-height:50px;
    position:relative;
}
.avatar {
    position:absolute;
    margin-top:5px;
    margin-right:10px;
}
.avatar-img {
    display:block;
    width:40px;
    height:40px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
}
.field-head-name {
    position:relative;
    float:left;
    color:#333;
    font-size:16px;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:95%;
    padding-right:85px;
    padding-left:47px;
    box-sizing:border-box;
}
.field-head-name:after {
    position:absolute;
    right:75px;
    content:'';
    width:8px;
    height:8px;
    border:1px solid #999;
    border-width:1px 1px 0 0;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
    top:21px;
}
.field-head-status {
    position:absolute;
    right:15px;
    float:right;
    color:#999;
}
.field-head-status-light {
    color:#FFB000;
}
.field-item {
    position:relative;
    display:block;
    margin-left:62px;
    border-top:1px solid #E0E0E0;
}
.field-item:active {
    background-color:#fff;
}
.field .content {
    margin-right:15px;
    padding:9px 0 10px 0;
    font-size:14px;
    color:#666;
}
.field .content .field-content-product-name {
    float:left;
    line-height:25px;
}
.field .content .field-content-product-count {
    float:right;
}
.field-content-desc .ellipsis {
    float:left;
}
.field-content-desc .count {
    font-size:12px;
    float:right;
}
.field-content-desc .count .price {
    font-size:14px;
    color:#151515;
    font-family:PingFangSC-Medium;
}
.field .content .order-time, .field .content .delivery_tip {
    margin-top:4px;
    font-size:12px;
    color:#666;
}
.field .content .delivery_tip {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.field-console {
    overflow:hidden;
    border-top:1px solid #E0E0E0;
    padding:0 9px;
    padding-right:15px;
}
.field-console-btns {
    float:right;
    line-height:32px;
}
.field-console-btns .field-btn, .field-console-btns .field-btn-gray {
    float:right;
    width:100px;
    height:32px;
    margin-left:15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:14px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin:9px 0;
}
.combtn {
    background:#FFD161;
}
.field-btn-gray {
    border:1px solid #dedede;
    background:#fff;
    color:#333;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.field-btn-pay {
    background:#FFD161;
}
.order-phone {
    position:absolute;
    right:13px;
    top:50px;
    width:62px;
    line-height:22px;
    height:22px;
    text-align:center;
    font-size:12px;
    color:#6b450a;
    background-color:#fa9700;
}
.field .tip {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-boder-radius:5px;
    -o-boder-radius:5px;
    color:#FFFFFF;
    display:inline-block;
    padding:5px 5px;
    margin-right:15px;
    font-size:12px;
}
.field .tip-1 {
    background-color:#DCDCDC;
}
.field .tip-2 {
    background-color:#fe4d3d;
}
.field .tip-3 {
    background-color:#53c123;
}
.top-service {
    height:40px;
    width:100%;
}
.top-service-wrap {
    width:205px;
    margin:0 auto;
    color:#898989;
    padding-top:9px;
    white-space:nowrap;
    text-align:center;
}
.top-service .i-mobile {
    vertical-align:-3px;
}
.top-service-wrap a {
    color:#898989;
    font-size:12px;
}
.emptylist {
    margin-top:51px;
    text-align:center;
}
.emptylist-icon {
    width:64px;
    height:79px;
    background-image:url(../../images/mt/spoon.375eb84e.png);
    background-size:64px 79px;
    margin:0 auto;
}
.emptylist-title {
    margin-top:27px;
    font-size:17px;
    color:#898989;
    line-height:18px;
}
.address-coloregg {
    height:100%;
    width:45px;
    background:none;
    border:0;
    float:left;
}
#cfm_dialog {
    max-height:90%;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-moz-box;
    display:box;
    -webkit-box-orient:vertical;
    -ms-box-orient:vertical;
    -moz-box-orient:vertical;
    box-orient:vertical;
}
.cfm_time_title {
    line-height:40px;
    margin-bottom:5px;
    border-bottom:1px solid #ddd;
    font-size:16px;
    text-align:center;
}
#cfm_time_wrap {
    overflow:hidden;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    -moz-box-flex:1;
    box-flex:1;
}
.cfm_time_list {
    margin:0 10px;
    line-height:32px;
    font-size:15px;
}
.cfm_time_list li {
    border-bottom:1px solid #ddd;
}
.cfm_time_list li.hvr {
    color:#fa9700;
}
.wrap {
    min-height:100%;
}