.next_nav{
    height: 0.9rem;
    position: relative;
    border-bottom:0.3rem solid #f5f5f5;
}
.next_nav .add_bt{
    width: 1.37rem;
    height: 0.54rem;
    text-align: center;
    line-height: 0.6rem;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ffcc00;
    box-shadow: 0px 2px #ed8b00;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -0.27rem;
}
.next_nav .add_bt a{
    font-size: 0.28rem;
}
.userlist ul{
    padding: 0 20px;
}
.userlist ul li{
    height: 0.98rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #959595;
    font-size: 0.3rem;
}
.userlist ul li .item_message{
    color: #424141;
    border-bottom:1px solid #f5f5f5;
}
.userlist .item_bottom{
    border-bottom:0.3rem solid #f5f5f5;
    height: 1.37rem;
    position: relative;
}
.userlist .item_bottom .bt{
    border: 0.02rem solid #959595;
    color: #959595;
    font-size: 0.28rem;
    width:1.42rem;
    height: 0.52rem;
    border-radius: 5px;
    line-height: 0.52rem;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    margin-top: -0.27rem;
}
.userlist .item_bottom .edit{
    right: 20px;
}
.userlist .item_bottom .remove{
    right: 2.18rem;
}
.useredit .submit_bt{
    width: 5.82rem;
    height: 0.78rem;
    text-align: center;
    line-height: 0.78rem;
    background: #ffcc00;
    color: #424141;
    font-size: 0.32rem;
    box-shadow: 0px 2px #ed8b00;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.useredit .headline{
    width: 1.3rem;
    overflow: hidden;
}
.useredit .inpbox{
    height:100% ;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    overflow: hidden;
}
.useredit .inpbox input{
    text-align: right;
    border:none;
    width: 100%;
    height:100% ;
    font-size: 0.3rem;
}
.userlist.useredit{display: none;}
.useredit .tip{
    text-align: center;
    color: red;
    font-size: 0.24rem;
}