.yqy-previewDiv {
    width: 100%;
    height: 100%;
}
.yqy-title-div {
    /* position: absolute; */
    height: 66px;
    width: 100%;
    background-color: #04173f;
    text-align: left;
}
.yqy-download-img {
    height: 18px;
    width: 18px;
    margin-right: 4px;
}
#yqy-preview-title {
    color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #04173F;
    text-align: left;
    line-height: 22px;
    margin: 0;
    margin-right: 8px;
    
}
#yqy-preview-file-size {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #818999;
    line-height: 22px;
    margin-right: 42px;
    margin-top: 0;
    margin-bottom: 0;
}
#yqy-preview-download-txt {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #04173F;
    line-height: 18px;
}
#yqy-title-box {
    display: flex;
    align-items: center;
    height: 66px;
    background: #FFFFFF;
    box-shadow: -4px 0 20px 0 rgba(84,116,142,0.22);
}
#yqy-preview-header-file-img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-left: 28px;
}
#yqy-right-imgbox {
    margin-left: auto;
    margin-right: 40px;
}
.preview-image {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.preview-image-box{
    position: relative;
    display: flex;
}
.preview-txt-style{
    font-size: 14px;
    white-space: pre-wrap;
}