﻿/*=========领券中心=============*/
/*分享按钮*/
.oct-header-right .header-icon-my {
    width: 22px;
    height: 22px;
}

/*子标题*/
.oct-header-sub {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    padding: 8px 0;
}

    .oct-header-sub div {
        display: flex;
        align-items: center;
    }

    .oct-header-sub img {
        width: 6px;
        height: 6px;
        margin-left: 5px;
    }
/*弹出条件层*/
body .all-where-show {
    clear: both;
    display: block;
    width: 100%;
    background: white;
    padding: 6px;
    padding-bottom: 0;
    position: fixed;
    top: 75px;
    left: 0;
    z-index: 10000;
    padding-bottom: 10px;
    padding-top: 0;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*弹出条件层*/
body .all-where-show {
    clear: both;
    display: block;
    width: 100%;
    background: white;
    padding: 6px;
    padding-bottom: 0;
    position: fixed;
    top: 75px;
    left: 0;
    z-index: 10000;
    padding-bottom: 10px;
    padding-top: 0;
}

.all-where-type {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
}

    .all-where-type span {
        float: left;
        padding: 2px 6px;
        font-size: 12px;
        margin: 0 auto;
        background: #ededed;
        border-radius: 5px;
        display: block;
        margin-right: 16px;
        margin-bottom: 8px;
    }

    .all-where-type .goods-type-current {
        color: white;
        background: #ff6a00;
    }




body .oct-content {
    padding-top: 40px;
}


/*----商品列表-----*/
.goods-list {
    padding: 0;
    margin: 0;
}

.goods-item {
    padding: 6px;
    margin-bottom: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: white;
    font-size: 12px;
}

.goods-item-img {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
    color: white;
    border-radius: 5px;
    width: 180px;
    height: 90px;
    overflow:hidden;
    text-align:center;
    margin: 0 auto;
    margin-right: 10px;
    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); /* 标准的语法（必须放在最后） */
}
.coupons-price-div{
    font-size: 14px;
    margin-bottom: 3px;
}

.goods-item-msg {
    width: 100%;
}

    .goods-item-msg .goods-item-title {
        height: 25px;
        margin-bottom: 20px;
    }

.goods-item-title span {
    font-size: 12px;
    color: #9f9f9f;
}
/*标签区*/
.coupons-label-span{
    font-size:10px;
    color:red;
    display:flex;
    flex-wrap:wrap;
}
    .coupons-label-span span {
        background: #FFD889;
        border-radius: 15px;
        color: red;
        padding: 2px 5px;
        font-size: 10px;
        margin-right: 5px;
        margin-bottom: 5px;
    }


    .goods-item-badge span {
        background: #ffd800;
        border-radius: 5px;
        color: red;
        padding: 2px 5px;
        font-size: 10px;
    }

.goods-item-price {
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
}

    .goods-item-price b {
        font-size: 14px;
        color: #ff0000;
        padding-right: 10px;
    }

    .goods-item-price span {
        background: #ffd889;
        color: red;
        border-radius: 10px;
        font-size:10px;
        padding: 0px 5px;
    }
.goods-item-integral{
    margin-left: 8px;
    text-align:center;
    border-left: 1px solid #eeeeee;
    padding-left: 8px;
}
/*领取按钮*/
.btn-get {
    background: #ff6a00;
    color: white;
    border-radius: 20px;
    border: none;
    padding: 5px 20px;
}
.expend-integral{
    font-weight:bold;
    font-size:18px;
    color: #ff0000;
}


.search-where-1 {
    color: red;
}

.search-current {
    color: red;
}


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



