﻿/*=============附近商家==============*/

/*头部*/
body .oct-header {
    margin: 0;
    padding: 8px;
    border: none;
    height: 45px;
}

.oct-header-left {
    width: 35px;
    font-size: 12px;
    color: #000000;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

    .oct-header-left img {
        width: 20px;
        height: 20px;
    }

.oct-header .goods-search {
    background: #f2f2f2;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    height: 30px;
    text-align: center;
    color: gray;
    font-size: 12px;
}

.goods-search img {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
}

.oct-header-right {
    width: 40px;
    font-size: 10px;
    text-align: center;
    padding-left: 10px;
}

    .oct-header-right img {
        width: 18px;
        height: 18px;
    }


/*导航*/
.nav-list {
    background: white;
    padding: 10px;
    padding-top: 0;
    margin-top: 50px;
    height: 185px;
    overflow: hidden;
    overflow-y:hidden;
}

    .nav-list .sliderMainContent {
        height: 180px;
        overflow: hidden;
        overflow-y: hidden;
    }

    .nav-list ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
        overflow-y: hidden;
    }

        .nav-list ul li {
            margin: 0 auto;
            padding-top: 10px;
            height: 158px;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
        }

.nav-item {
    width: 60px;
    text-align: center;
    margin: 8px auto;
}

    .nav-item img {
        width: 45px;
        height: 45px;
        display: block;
        margin: 0 auto;
        border-radius: 10px;
    }
/*-----兼容苹果-----*/
@media all and (min-width: 400px) {

    .nav-item {
        width: 75px;
        text-align: center;
        margin: 8px auto;
    }
}

.nav-item img {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}


/*主体内容*/
body .oct-content {
    padding-bottom: 80px;
    margin: 0;
}



/*附近商家*/
.commend-shop {
    padding: 10px 6px;
    margin-top: 6px;
    background: white;
}

.commend-shop-title {
    padding: 5px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
}
.commend-shop-title img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-top:-7px;
}
/*附近商家Item*/
.commend-item {
    padding: 0;
    margin: 0;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    border-bottom: 6px solid #f8f8f8;
    padding-bottom: 5px;
}

.commend-item-img {
    width: 80px;
}

    .commend-item-img img {
        width: 80px;
        height: 80px;
        border-radius: 5px;
    }

.commend-item-msg {
    width: 100%;
    padding-left: 8px;
}

.item-msg-title {
    font-size: 14px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-msg-distance {
    font-size: 12px;
}

.item-msg-appraise {
    font-size: 12px;
    color: gray;
}

.item-msg-badge {
    font-size: 10px;
}

    .item-msg-badge span {
        background: #ffe0ae;
        color: #ff0000;
        font-size: 10px;
        border-radius: 5px;
        padding: 1px 2px;
        margin-right: 3px;
    }

.item-msg-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .item-msg-price b {
        color: red;
        font-size: 16px;
        padding-right: 5px;
    }

.item-msg-sale {
    color: #9f9f9f;
    font-size: 12px;
}


.item-msg-appraise {
    margin-left: 0px;
    margin-bottom:2px;
}

    .item-msg-appraise img {
        width: 12px;
        height: 12px;
        margin: 0;
        padding: 0;
        margin-bottom: 4px;
        margin-right:2px;
    }



/*========数据分页===========*/

/*列表承载Div,必须这样定义样式*/
.mescroll {
    position: fixed;
    top: 235px; /*这个值可以控制滚动区离顶部的距离*/
    bottom: 0;
    height: auto;
    padding-bottom: 80px;
    background: #F7F7F7;
}

