﻿/*===================店铺首页============================*/
html, body {
    background: white;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

    /*头部*/
    body .oct-header {
        height: 90px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        clear: both;
        display: block;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        color: #808080;
    }

.oct-header-top {
    height: 60px;
    display: flex;
    align-items: center;
    clear: both;
    overflow: hidden;
}

.oct-header-left {
    width: 40px;
    height: 40px;
    padding-left: 5px;
}

    .oct-header-left img {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

.oct-header-mid {
    display: block;
    width: 100%;
}

.oct-header .header-mid-top {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

.oct-header .header-mid-bottom {
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    display: flex;
    align-items: center;
    padding-top: 3px;
}

.header-mid-bottom span {
    display: flex;
    align-items: center;
}

.oct-header .header-mid-bottom img {
    width: 13px;
    height: 13px;
}

.oct-header-right {
    width: 170px;
    overflow: hidden;
}

.header-right-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.header-mid-bottom span img {
    margin-right: 1px;
    margin-top: -5px;
}

.header-span-val {
    color: #ff0000;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-focus {
    width: 60px;
    font-size: 12px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background: url(../../Imgs/Icon/fav.png) 6px center no-repeat;
    background-size: 16px;
    padding-left: 25px;
    cursor: pointer;
    margin-right: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #000000;
}

.btn-home {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    width: 30px;
    padding: 1px 5px;
    text-align: center;
}

    .btn-home img {
        width: 15px;
        height: 15px;
    }

.header-right-bottom {
    display: flex;
    justify-content: space-between;
}

    .header-right-bottom span {
        font-size: 10px;
        padding-left: 5px;
    }

.oct-header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000000;
    padding-top: 5px;
}

    .oct-header-bottom div {
        text-align: center;
        margin-left: 6px;
        margin-right: 6px;
    }

    .oct-header-bottom .nav-current {
        border-bottom: 2px solid #ff0000;
        text-align: center;
        color: #ff0000;
        font-weight: bold;
    }

        .oct-header-bottom .nav-current a {
            color: #ff0000;
        }

    .oct-header-bottom .header-bottom-search {
        background: url(../../Imgs/Icon/buyer_query.png) left 2px no-repeat;
        background-size: 13px;
        padding-left: 12px;
        width: 70px;
        text-align:right;
    }

/*-------主体内容--------*/
.oct-content {
    padding-top: 42px;
    padding-bottom: 0;
}


/*轮播区*/
.oct-slider {
    position: relative;
}

.sliderMainContent {
    height: 145px;
    overflow: hidden;
}

.content-slider li {
    height: 145px;
    width: 100%;
    overflow: hidden;
}

.slider-pager-content {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    color: #808080;
    border-radius: 5px;
    padding: 0 4px;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.img-slider img {
    width: 100%;
}
/*导航地址*/
.address-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    border-top: 5px solid #ebebeb;
    border-bottom: 5px solid #ebebeb;
}

    .address-nav img {
        width: 20px;
        height: 20px;
    }

.address-nav-left {
    padding-right: 8px;
}

.address-nav-right {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0;
}

    .address-nav-right div {
        text-align: center;
        font-size: 10px;
        margin-left: 12px;
    }

.address-nav-mid span {
    color: gray;
}

.address-nav-mid b {
    color: #ff6a00;
    font-weight: normal;
}

/*优惠券*/
.coupons-content {
    padding: 8px;
    border-bottom: 5px solid #ebebeb;
}

.coupons-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.coupons-item {
    background: #fc5c16;
    color: white;
    font-size: 10px;
    padding: 5px 8px;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
}

    .coupons-item b {
        font-size: 13px;
    }

.coupons-more {
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    color: #808080;
}
/*排行榜*/
.order-content {
    padding: 8px;
    border-bottom: 5px solid #ebebeb;
}

.order-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
}

.order-title-left {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.order-title-right span {
    padding-bottom: 5px;
}

.order-current {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
    padding-left: 5px;
    padding-right: 5px;
}

.order-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 6px;
}

.order-item {
    background: #f6f6f6;
    margin: 0 3px;
    padding: 5px;
    overflow: hidden;
    border-radius: 2px;
    padding-bottom: 0;
    text-align: center;
    width: 120px;
    overflow: hidden;
}

    .order-item img {
        width: 100px;
        height: 100px;
    }

    .order-item div {
        padding: 2px 0;
        padding-bottom: 0;
        height: 40px;
        overflow: hidden;
    }

    .order-item span {
        color: #a8a8a8;
        padding-bottom: 0;
        font-size: 10px;
    }

/*打折商品*/
.goods-main {
    border-bottom: 5px solid #ebebeb;
    padding: 8px;
}

.goods-title {
    font-size: 12px;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.goods-title-left {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}
/*商品列表*/
.goods-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 5px;
}

.goods-item {
    width: 47%;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.goods-img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .goods-img img {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }

.goods-name {
    font-size: 12px;
    padding: 4px;
    text-align: left;
    overflow: hidden;
    height: 50px;
}

.goods-price {
    padding: 4px;
    padding-right: 0;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .goods-price b {
        color: #fc5c16;
        font-size: 14px;
    }

    .goods-price span {
        background: #fc5c16;
        font-size: 12px;
        color: white;
        padding: 0 5px;
        border-radius: 20px;
    }

    .goods-price .goods-price-no {
        color: gray;
        text-decoration: line-through;
        background: none;
    }

    .goods-price .goods-stock-residue {
        color: gray;
        background: none;
    }

    .goods-price div {
        padding-right: 5px;
    }

.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;
    }



/*猜你喜欢*/
.favgoods-main {
    background: #ebebeb;
    padding-bottom: 50px;
}

    .favgoods-main .goods-title {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: normal;
        color: #F76C24;
    }

.goods-title img {
    width: 18px;
    height: 12px;
    margin-right: 10px;
    margin-top: -2px;
}
/*页脚*/
.oct-footer {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .oct-footer div {
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .oct-footer img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }


/*--------------选择店铺导航地图 --  窗口---------------*/
.win-shopnav-content {
}

    .win-shopnav-content ul {
        padding-top: 5px;
    }

        .win-shopnav-content ul li {
            text-align: center;
            font-size: 18px;
            color: #9b9b9b;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f8f8f8;
        }

            .win-shopnav-content ul li a {
                display: block;
                width: 90%;
                margin: 0 auto;
                color: #0086de;
            }


/*加载更多*/
.btn-more-goods {
    background: #F5F5F5;
    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: white;
        color: black;
    }

/*管理店铺按钮*/
.shop-man-a {
    font-size: 10px;
    color: #0088ee;
    padding-right: 10px;
}

.shop-bage-span {
    background: red;
    color: white;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 10px;
}


/*---------买单区域---------*/

/* 买单区域 */
.pay-bill {
    background: white;
    padding: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pay-bill img {
        width: 20px;
        height: 20px;
    }

.pay-bill-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-pay-bill {
    background: #FC5C16;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0px;
    border-radius: 20px;
    width: 100%;
    margin-right:5px;
    padding-right:5px;
}

    .btn-pay-bill img {
        margin-right: 5px;
    }

.pay-bill-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pay-bill-right div {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 5px;
        background: #EDEDED;
        padding: 5px 10px;
        border-radius: 10px;
        white-space: nowrap;
    }

        .pay-bill-right div img {
            margin-right: 5px;
        }
.pay-hour-time {
    font-size: 14px;
    text-align: center;
    padding-bottom: 8px;
    color: #747474;
    background: white;
}
/*直播提示区域*/
/*直播观看提示条*/
.living-prompt-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin: 2px;
    background: #ae0000;
    padding: 6px;
    color: white;
}

.living-prompt-offline {
    background: #808080;
}

    .living-prompt-offline .living-prompt-left {
        background: #000000;
    }

.living-prompt-left {
    background: #ff0000;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
}

.living-prompt-mid {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.living-prompt-right {
    background: #ff6a00;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/*自提点/服务网点信息*/
.self-pickup-site {
    border-top: 4px solid #EBEBEB;
    display:flex;
    align-items:center;
    padding:6px 10px;
}
    .self-pickup-site .pickup-site-left {
        width: 60px;
        text-align:left;
        font-size:12px;
    }
.pickup-site-mid{
    display:flex;
    justify-content:center;
    align-items:center;
    flex:1;
    flex-wrap:wrap;
}
    .pickup-site-mid div {
        background: #F0F0F0;
        color: black;
        padding: 2px 8px;
        margin-left: 5px;
        border-radius: 100px;
        margin-bottom: 5px;
        font-size: 12px;
    }
.self-pickup-site .pickup-site-right {
    width: 30px;
    overflow: hidden;
    text-align: right;
    color: gray;
    font-size: 12px;
}