﻿/*==================我的订单===================*/
.oct-content {
    padding: 0;
    margin: 0;
    margin-bottom: 100px;
}

/*顶部Logo*/
.logo-main {
    background: -webkit-linear-gradient(left, #FD7C4B, #FF5200); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FD7C4B, #FF5200); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FD7C4B, #FF5200); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FD7C4B, #FF5200); /* 标准的语法（必须放在最后） */
    display: flex;
    justify-content: space-between;
    color: white;
}

.logo-main-left {
    display: flex;
    justify-content: flex-start;
    padding: 20px 10px;
    align-items: center;
    width: 250px;
    overflow: hidden;
}

.user-header img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0px 1px 2px #535353;
}

.user-msg {
    padding-left: 10px;
}

.user-msg-title {
    background: none;
    font-size: 16px;
}

.user-msg b {
    font-size: 16px;
    font-weight: normal;
    padding-right: 5px;
}

.user-msg span {
    background: #FF5A31;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 10px;
}

.user-msg .user-msg-userid {
    width: 100px;
    text-align: center;
    background: #FF5A31;
    margin-top: 2px;
    border-radius: 10px;
    font-size: 10px;
    padding: 2px 0;
}
/*绑定电话区*/
.user-msg .user-mobile-div {
    font-size: 10px;
    background: none;
}

.tool-bar {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

    .tool-bar img {
        width: 27px;
        height: 27px;
        margin-right: 15px;
    }

.user-balance {
    display: flex;
    justify-content: flex-end;
    background: #FF6A27;
    padding: 5px;
    font-size: 10px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    align-items: center;
    line-height: 130%;
    margin-top: 10px;
}

    .user-balance b {
        font-weight: normal;
    }

.user-level img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

/*订单导航*/
.nav-order{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    padding: 10px;
    margin-top: 5px;
}
.nav-order-img img{
    width: 70px;
}
.nav-order-left, .nav-order-right {
    display: flex;
    align-items: center;
    background:white;
    padding: 10px;
    position:relative;
    width:48%;
    border-radius: 10px;
}
    .nav-order-left{
        margin-right:8px;
    }
    .nav-order-badge {
        position: absolute;
        top: 0;
        right: 0;
        background: red;
        color: white;
        border-radius: 100px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
.nav-order-left .nav-order-img img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
    .nav-order-right .nav-order-img img {
        width: 68px;
        height: 62px;
        margin-right: 10px;
    }
    .nav-order-title {
        font-weight: bold;
        font-size: 16px;
    }
/*当前桌订单*/
.oct-content .table-current-order {
    padding-left: 20px;
}
.current-table-badge {
    background: red;
    color: white;
    padding: 2px 6px;
    border-radius: 200px;
    font-size: 10px;
    font-weight: normal;
}
/*导航4*/
.nav-four {
    margin: 10px;
    background: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.nav-four-item {
    display: flex;
    flex-direction: column;
    width: 150px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

    .nav-four-item img {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

.nav-four-badge {
    position: absolute;
    top: -2px;
    right: 20px;
    background: red;
    border-radius: 50%;
    font-size: 10px;
    display: block;
    width: 15px;
    height: 16px;
    overflow: hidden;
    color: white;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-four-item .ico-ticket {
    width: 28px;
    height: 23px;
    margin-top: 6px;
}

.nav-four-item .ico-fav {
    width: 28px;
    height: 28px;
    margin-bottom: 1px;
}

.nav-four-item .ico-history {
    width: 40px;
    height: 35px;
    margin-bottom: -4px;
}

.nav-four-item .ico-complain {
    width: 35px;
    height: 27px;
    margin-top: 3px;
}

/*商城订单*/
.mall-order{
    display:flex;
    align-items:center;
    background:white;
    padding: 10px;
    margin:10px;
    border-radius: 10px;
    margin-top: 20px;
    justify-content:space-between;
}
.mall-order-left{
    display:flex;
}
.mall-order-left-img img {
    width: 50px;
    margin-right:10px;
}
.mall-order-top-txt{
    font-size:16px;
    font-weight:bold;
    padding-top:2px;
}

.mall-order-right img {
    width: 20px;
}


/*为你推荐*/
.recommend-goods-ico {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #F76C24;
    align-items: center;
    margin-bottom: -5px;
    letter-spacing: 3px;
    font-size: 14px;
}

.recommend-goods-ico img {
    width: 17px;
    height: 12px;
    margin-right: 5px;
}
/*产品列表*/
.goods-list {
    padding: 10px;
    margin-top: 8px;
}

.goods-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .goods-ul li {
        /*width: 165px;*/
        width: 48%;
        /*height: 270px;*/
        /*        overflow: hidden;*/
        background: white;
        margin-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

.goods-item a {
    display: block;
    height: 180px;
    overflow: hidden;
}

.goods-item img {
    width: 100%;
    height: 180px;
}

.goods-item-title {
    font-size: 14px;
    padding: 5px;
    height: 50px;
    overflow: hidden;
}

.goods-item-price {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    padding-bottom: 10px;
    align-items: center;
}

.goods-price-left {
    color: gray;
}

    .goods-price-left b {
        color: #FF5803;
        font-weight: bold;
        font-size: 16px;
        padding-right: 5px;
    }

.goods-price-right {
    color: #9B9B9B;
}


.goods-ul li.goods-item {
    position: relative;
    overflow: visible;
}

.goods-item .goods-item-badge {
    background: #ff6a00;
    color: white;
    font-size: 12px;
    border-radius: 20px;
    position: absolute;
    top: -5px;
    left: -5px;
    padding-left: 5px;
    padding-right: 5px;
}

.goods-item img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*加载更多*/
.goods-list .btn-more-goods {
    background: #FFFFFF;
    border-radius: 20px;
    color: #000000;
    margin: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    padding: 5px;
    color: gray;
}

.btn-more-goods:hover {
    background: #fffdfb;
    color: black;
}

/*买家Guid*/
.buyer-guid-conent{
    background:white;
    padding:8px;
    text-align:center;
}
