*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 0.14rem;
    font-style: normal;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;  
    outline: none;
}
/* 顶部导航 */
.nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.44rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .18rem;
    box-sizing: border-box;
    background: #FFFFFFFF;
    z-index: 9999;
}
.nav div{
    font-size: #333333;
    font-size: 0.18rem;
    font-weight: 600;
}
.nav div img{
    width: 0.2rem;
    }

/* 卖货列表 */
.goodsList {
    display: table;
    margin-top: 0.78rem;
    width: 100%;
}
    .goodsList li {
        width: 33.3%;
        float: left;
        text-align: center;
        margin-bottom: 0.24rem;
    }
.goodsList li img{
    width: 0.56rem;
    height: 0.56rem;
}
.goodsList li p{
    font-size: 0.14rem;
   color: #333333;
   font-weight: 500;
   margin-top: 0.1rem;
}
/* 快速发布 */
.speediness{
    width: 100%;
    padding:0  0.16rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.1rem;
}
.speediness a{
    width: 100%;
    background: #2EB050;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    display: inline-block;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    color: #FFF;
}

/* 弹出层 */
.tips {
    font-size: 0.14rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    padding: 0.1rem;
    color: #fff;
    border-radius: 0.1rem;
    transform: translate(-50%,-50%);
}
.succeed{
    margin-top: 1.02rem;
    text-align: center;
 }
 .succeed img{
     width: 0.98rem;
     height: 0.98rem;
 }
 .succeed p{
     margin-top: 0.2rem;
     color: #333333;
     font-size: 0.16rem;
     font-weight: 600;

 }
 .succeed p i{
     color: #2EB050;
     font-size: 0.16rem;
     font-weight: 600;
 }
 .succeed_btn{
    position: absolute;
    bottom: 10vh;
    left: 0;
    width: 100%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
 }
 .succeed_btn a{
    width: 2.15rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #2EB050;  
    text-align: center;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    color: #fff;
    background: #2EB050;
    box-sizing: border-box;
}
.succeed_btn a:last-child{
    margin-bottom: 0;
    color: #2EB050FF;
    background: none;

}