/*
* @Author: 牛嚼牡丹
* @Date:   2020-05-12 11:41:54
* @Last Modified by:   黄木木
* @Last Modified time: 2025-01-14 15:27:44
*/
.warehouse_container {
    padding-bottom: 1.333333rem;
}

.search_div {
    width: 9.2rem;
    height: 0.88rem;
    background: rgba(247, 247, 247, 1);
    border-radius: 0.453333rem;
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    margin: 10px auto;
    box-sizing: border-box;
}

.search_div>input {
    flex: 1;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    border-radius: 0.4rem;
    background: inherit;
}

.search_div>input::-webkit-input-placeholder {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

.search_icon {
    width: 0.373333rem;
    height: 0.373333rem;
    margin-left: 0.266666rem;
}

/* banner样式 */
.banner_box {
    padding: 0 0.4rem;
    margin-bottom: 0.4rem;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.5;
    border-radius: 50%;

}

.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 1;
}

.swiper-slide>img {
    display: block;
}

/*  */
.weui-navbar {
    background: inherit;
    padding: 0 15px;
    box-sizing: border-box;
}

.weui-navbar__item.weui-bar__item--on {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    background: inherit;
}

.weui-navbar__item.weui-bar__item--on>span {
    border-bottom: 0.08rem solid #13A067;
}

.weui-navbar__item>span {
    padding-bottom: 0.186666rem;
}

.weui-navbar__item {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    padding: 0;
}

.weui-navbar__item:after {
    border: 0;
}

.weui-navbar__item:active {
    background-color: inherit;
}

.weui-navbar:after {
    border: 0;
}

.weui-navbar+.weui-tab__bd {
    padding-top: 0.853333rem;
}

.goods_head {
    padding: 0 0.426666rem;
    height: 1.173333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goods_name {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.possess_num {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

.goods_info {
    display: flex;
    padding: 0 0.4rem 0.2rem 0.4rem;
}

.goods_img {
    /* width: 3.3rem; */
    height: 3.3rem;
    margin-right: 0.2rem;
    border-radius: 0.2rem;
}

.onsale {
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    /* margin-top: 0.16rem; */
}

.cost {
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(19, 160, 103, 1);
}

.btn_box {
    display: flex;
    justify-content: space-between;
    padding:0 0.4rem;
    margin-bottom:0.25rem;
}

.goods_intro {
    display: flex;
    align-items: center;
    flex: 1;
}
.data-box{width:100%;}

.btn_item {
   /*  padding: 0 0.453333rem; */

    box-sizing: border-box;
    padding:0.05rem 0.15rem;
    border: 1px solid rgba(19, 160, 103, 1);
    border-radius: 0.346666rem;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(19, 160, 103, 1);
}

.goods_list {
    border-bottom: 0.346666rem solid #F7F7F7;
}

.load_div{
    display: flex;
    padding: 0.8rem 0;
    align-items: center;
    justify-content: center;
}

.load_line{
    width:1.333333rem;
    height:1px;
    background:rgba(204,204,204,1);
}

.load_text{
    font-size:11px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(204,204,204,1);
    margin: 0 0.213333rem;
}

.shelf{
    /* background: #13A067;
    color: #FFFFFF; */
    color: #13A067;
}

.btn_box .bg-color{background-color:rgba(19, 160, 103, 1);color:#fff;}

.shi-nian{background: #13A067;color: #FFFFFF; }


.goods_taste{display: flex;justify-content: space-between;   }
.goods_label span{padding:0.02rem 0.1rem;margin-right:0.2rem;border-radius:0.1rem;color:#fff;font-size: 0.25rem;}

.list-top-bbb{display:flex;justify-content: space-between;padding: 0 0.4rem;}

.tishi{display:flex;color:#EA9300;font-size:0.3335rem;align-items:center;}
.success-img{width:0.3335rem;height:0.3335rem;background:url("../../img/sucess-txt.png") no-repeat;background-size: 100%, 100%;margin-right:0.1rem;}

.goods_label{display: flex;}
