.user-content .account-infor-wrap {
    position: relative;
}

.user-content .account-infor-wrap .my-profile {
}

.user-content .account-infor-wrap .my-profile .item {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
}

.user-content .account-infor-wrap .my-profile .item:hover {
    background-color: #fff !important;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
}

.user-content .account-infor-wrap .my-profile .item.active {
    border-bottom: 2px solid #5b75a6;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
}

.user-content .account-infor-wrap .my-profile .item.active:hover {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
}

.post-list-box {
    padding: 10px 4px;
}

.post-list-box .post-list-item {
    padding: 8px 5px;
    font-size: 14px;
    line-height: 23px;
    border-bottom: 1px dashed #CCCCCC;
    clear: both
}

.more-list {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.post-list-box .post-list-item a {
    margin: 0 4px;
}

.post-list-box .post-list-item .time {
    float: right;
}

.post-list-box .post-list-item .number {
    font-size: 12px;
    color: #888;
}

.reply-list-box {
    padding: 10px 4px;
}

.reply-list-box .post-list-item {
    padding: 8px 5px;
    font-size: 14px;
    line-height: 23px;
    border-bottom: 1px dashed #CCCCCC;
    clear: both
}

.more-list {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.reply-list-box .post-list-item a {
    margin: 0 4px;
}

.reply-list-box .post-list-item .time {
    float: right;
}

.reply-list-box .post-list-item .number {
    font-size: 12px;
    color: #888;
}
