.PreviewPic-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.duanxin{
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 680px;
    background-image: url("../image/phone.png");
    background-size: cover;
}
.duanxin_date{
    margin-top: 116px;
    margin-left: 138px;
    height: 14px;
    font-size: 10px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 14px;
}
.daunxin_message{
    margin-top: 7px;
    margin-left: 42px;
    width: 200px;
    background: #E9E9E9;
    border-radius: 16px 16px 16px 0px;
    padding: 10px 11px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
	word-break: break-word;
}
.noData{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.noData-pic{
    width: 280px;
    height: 160px;
    background-image: url("../image/noData.png");
    background-size: cover;
}
.noData-text{
    margin-top: 12px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}