/*头像信息开始*/
.info{
    box-sizing: border-box;
    padding: 0 12px;
    margin: 12px 0;
}
.info .head_money{
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.info .nickname{
    color: #151414;
    font-size: 15px;
}
.info .head{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}
.info .money{
    color: #9d9c9c;
    font-size: 12px;
}
.info .red{
    color: #a82a24;
    font-size: 14px;
}
/*头像信息结束*/

/*不同的分类开始*/
.tabs{
    background-color: #fff;
    padding: 0 25px;
    position: sticky;
    /*top: 46px;*/
    top: 0;
    z-index: 5555;
}
.tabs .tabs_box{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 8px;
}
.tabs .tabs_box .item{
    padding: 0 5px 8px;
    color: #474747;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}
.tabs .tabs_box .tabActive{
    color: #b92433;
    border-bottom: 1px solid #b92433;

}
/*不同的分类结束*/
.container{
    padding-bottom: 53px;
}
/*具体的数据开始*/
.myList{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0 12px 60px;
}
.myList .item{
    /*height: 300px;*/
    width: 48%;
    /*background-color: red;*/
    margin-top: 10px;
    box-shadow: 0px 0px  5px #e0e0df;
}
.myList .item figure{
    position: relative;
}
.myList .item .text{
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    color: #151414;
}
.myList .item .text .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.myList .item .text .price{
    color: #a31a28;
    font-weight: bold;
}
.myList .item figure .status{
    width: 70px;
    line-height: 22px;
    border-radius: 11px;
    text-align: center;
    color: white;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.myList .item .goodImg{
    width: 100%;
    height: 163px;
}
/*具体的数据结束*/
.pagenation{
    bottom: 49px;
}

.reward_score{
    color: #ef8252;
    font-size: 13px;
    font-weight: bold;
}