#successtips{
    display: none;
    color: #fff;
    background: #49a95a;
    padding: 0 20px;
    position: fixed;
    top: 200px;
    left: 45%;
    text-align: center;
    height: 38px;
    line-height: 36px;
    font-size: 20px;
    border-radius: 8px;
    z-index: 999999999;
}
#errortips{
    display: none;
    color: #fff;
    background: #ff0023;
    padding: 0 20px;
    position: fixed;
    top: 200px;
    left: 45%;
    text-align: center;
    height: 38px;
    line-height: 36px;
    font-size: 20px;
    border-radius: 8px;
    z-index: 999999999;
}
.userCenterPageMain{
    padding-bottom: 80px;
}
.pagination{
    padding-top: 50px;
}