.PreviewPic-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0px;
}
.yunzhijiashort{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 505px;
    background-image: url("../image/yunzhijiashort.png");
    background-size: cover;
}
.yunzhijia_short_message{
    margin-top: 88px;
    margin-left: 18px;
    max-width: 206px;
    max-height: 395px;
    padding: 8px 12px;
    background: rgb(245, 245, 245);
    border-radius: 10px;
    font-size: 8.16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgb(33, 33, 33);
    line-height: 24px;
    letter-spacing: 0px;
	word-wrap: break-word;
    text-align: left;
    overflow: auto;
}
.noData{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.noData img{
    width: 280px;
    height: 160px;
}
.noData-text{
    margin-top: 12px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}}