.myMsg {
    margin-top: 1.333rem;
    height: calc(100vh - 1.333rem);
    overflow-y: auto;
    background: #f3f3f3;
}


.myMsg .list .item {
    text-align: center;
    border-radius: 0.1rem;
    background: #fff;
    margin: 0.25rem;
    padding: 0.3rem;
    box-sizing: border-box;
}

.myMsg .list .item .item-title {
    text-align: right;
    color: #999;
    display: flex;
    justify-content: space-between;
}

.myMsg .list .item .item-title span:last-child span {
    position: relative;
    top: -0.1rem;
    margin-left: 0.125rem;
}

.myMsg .list .item .item-body > div:first-child {
    font-size: .5rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.myMsg .list .item .item-body > div:last-child {
    font-size: .42rem;
    color: #999;
}

.myMsg .list .item .item-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f3f3f3;
    padding-top: 0.2rem;
    margin-top: 0.3rem;
    align-items: center;
}

.myMsg .list .item .item-footer span:first-child {
    font-size: .4rem;
}

.myMsg .list .item .item-footer span:last-child {
    color: #333;
    font-size: .6rem;
}

#app .Mine .top-back .user-info .right .line_xy[data-v-0b194096] {
    color: #333;
    font-size: .4rem;
    margin-top: 0.2rem;
}

#app .Mine .top-back .user-info .right .line_xy span[data-v-0b194096] {
    color: #5976ff;
    font-weight: 600;
}

#app .Mine .top-back .user-info .right .line2[data-v-0b194096] {
    margin-top:0;
}