@font-face {
    font-family: 'fangzheng';
    src: url("https://dm-public.obs.cn-south-1.myhuaweicloud.com/libs/font/hanyi.ttf") format('truetype');
    src: url("https://dm-public.obs.cn-south-1.myhuaweicloud.com/libs/font/hanyi.woff") format('woff');
}
.home{
    background-color: #f9f9f9;
}
.my-nav-bar{
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: #b92433;
    text-align: center;
    line-height: 46px;
    position: sticky;
    top: 0;
    z-index: 10;
}
/*轮播图开始*/
.swipe img{
    width: 100%;
    height: 170px;
}
/*轮播图结束*/
.container{
    padding-bottom: 60px;
}
.van-nav-bar--fixed{
    background-color: #fe0000 !important;
    border:none !important;
}
.van-nav-bar__title{
    color: white !important;
}
/*消息通知开始*/
.van-notice-bar{
    background-color: #fff;
}

.van-notice-bar__wrap{
    color: #000;
}
.notice-swipe {
    height: 40px;
    line-height: 40px;
}
.notiy{
    text-overflow: ellipsis;
    overflow: hidden;
}
.van-notice-bar__wrap{
    height: 100% !important;
}
/*消息通知结束*/
.swipe{
    /*margin-top: -2px;*/
}
.pad{
    box-sizing: border-box;
    padding: 0 12px;
}
/*头像和会员等级开始*/
.person .head_nickname{
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    align-items: center;
    height: 70px;
    box-shadow: 0 1px 5px 1px #eee;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 10px;
}
.person .head_nickname .head{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.person .nickname{
    font-size: 15px;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 30px 0 15px;
    color: #151414;
    font-weight: 500;
}
.person .level{
    color: #a92a24;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.person .level>span{
    margin-left: 6px;
    font-size: 12px;
    color: #a82a24;
}
.person .level .levelIcon{
    width: 24px;
}
/*头像和会员等级结束*/

/*具体的商品*/
.list{
    padding-bottom: 20px;
}
.list .item{
    width: 100%;
    height: 141px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}
.list .item .info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.list .item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,.5);*/
    z-index: 1;
}
.list .sataus{
    width: 70px;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 12px;
    border-radius: 10px;
    background-color: #fff;
}
.list .btn{
    display: flex;
    justify-content: flex-end;
    padding: 8px 8px 0 0;
    box-sizing: border-box;
}
.list .solded{
    background-color: #949494;
}
.list .shoot{
    background-color: #fe0000;
}
.list .begin{
    background-color: #f3711b;
}
.list .text{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.list .title{
    font-size: 22px;
    color: black;
    font-family: 'fangzheng';
    text-align: center;
    font-weight: bold;
}
.list .time{
    font-size: 13px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    line-height: 23px;
    border-radius: 13px;
    width: 144px;
    margin: 10px auto 0;
}
.outDate{
    text-align: center;
    color: #969799;
    font-size: 14px;
}