.download-box,
.download-zip {
    background: #f7f7f7;
    height: 100%;
    position: relative;
}

/* .download-zip {
    padding: 20px;
} */

.result-header {
    height: 60px;
    line-height: 60px;
    padding: 0 60px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.result-header span {
    font-size: 24px;
    line-height: 30px;
}

.result-container {
    display: flex;
    justify-content: center;
    max-height: calc(100% - 60px);
}

.result-container .pdf-frame {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% - 450px);
    border-right: 1px solid #e0e0e0;
    padding: 0px;
}

.result-container .pdf-frame-box {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 6px 0px;
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 70px - 80px);
    padding: 5px;
}

.result-container .pdf-frame-box iframe {
    width: 100%;
    height: 100%;
}

.result-container .download-frame {
    display: flex;
    flex-direction: column;
    width: 584px;
    position: relative;
    align-items: center;
    padding: 40px 0;
}

.result-container .download-frame-box {
    text-align: start;
    width: 100%;
    padding: 30px;
}

.result-container .download-frame-box .bingo {
    text-align: center;
    margin-bottom: 30px;
}

.result-container .download-frame-box .bingo img {
    width: 100px;
    height: 100px;
}


.result-container .download-frame-box .success-pdf-name {
    color: #1c1c1c;
}

.result-container .download-frame-box .pdf-filename {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-container .download-frame-box .pdf-filefunction {
    margin: 0;
    color: #747474;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: 10px;
}

.result-container .download-frame-box .pdf-filefunction-keyword {
    color: #404040;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #b5b5b5;
    margin-bottom: 0;
}

.result-container .download-frame-box .del-back-pdf {
    line-height: 72px;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.result-container .download-frame-box a,
.result-container .download-frame-box button {
    display: inline-block;
    width: 60px;
    height: 59px;
    border: 0;
    background-color: #f7f7f7;
}

.result-container .del-back-pdf .backBtn:hover+.back-tips {
    display: block;
}

.result-container .del-back-pdf .deleteBtn:hover+.del-tips {
    display: block;
}

.result-container .del-back-pdf .back-tips {
    display: none;
    background-color: #47474F;
    height: 30px;
    padding: 0 15px;
    position: absolute;
    top: -28px;
    left: 144px;
    border-radius: 6px;
    text-align: center;
}

.result-container .del-back-pdf .del-tips {
    display: none;
    background-color: #47474F;
    height: 30px;
    padding: 0 15px;
    position: absolute;
    top: -28px;
    left: 239px;
    border-radius: 6px;
    text-align: center;
}

.result-container .del-back-pdf .back-tips div,
.result-container .del-back-pdf .del-tips div {
    line-height: 30px;
}


.result-container .del-back-pdf .back-tips span,
.result-container .del-back-pdf .del-tips span {
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    font-size: 13px;
}

.result-container .del-back-pdf .back-tips .triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #474747;
    position: absolute;
    left: 74px;
    top: 28px;
}

.result-container .del-back-pdf .del-tips .triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #474747;
    position: absolute;
    left: 44px;
    top: 28px;
}

.result-container .download-frame-box img {
    width: 42px;
    height: 42px;
}

.result-container .downloadFile #downloadFile,
.result-container .downloadFile #downloadZip {
    display: inline-block;
    background-color: var(--primary-color);
    box-sizing: content-box;
    padding: 20px 40px;
    width: 444px;
    height: 32px;
    border-radius: 6px;
    color: #fcfcfc;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 20px;
    text-align: center;
    cursor: pointer;
}

.result-container .downloadFile img {
    width: 32px;
    height: 32px;
}

.result-container .other-features {
    height: 40px;
    display: flex;
    justify-content: center;
}

.result-container .other-features svg {
    width: 40px;
    height: 40px;
}

.download-zip .result-container .other-features a {
    width: 40px;
}

/* .zip-box {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    max-width: 1330px;
    margin: 0 auto;
    padding: 30px;
}

.zip-box p {
    font-size: 22px;
    margin: 0;
}

.download-zip-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.zip-box p.file-name {
    font-size: 18px;
}

.zip-box p.file-name img {
    margin-right: 8px;
}

.download-zip-btn {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #0055ff;
    color: #fff;
    width: 280px;
    border: 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.download-zip-btn:hover {
    color: #fff;
}

.download-zip-btn img {
    margin-right: 8px;
} */

/* split continue style*/
/* .download-zip .download-frame-box {
    margin-top: 30px;
}

.download-zip .download-frame-box .del-back-pdf {
    height: 60px;
    position: relative;
}

.download-zip .del-back-pdf .backBtn:hover+.back-tips {
    display: block;
}

.download-zip .del-back-pdf .deleteBtn:hover+.del-tips {
    display: block;
}

.download-zip .del-back-pdf .back-tips {
    display: none;
    background-color: #47474F;
    height: 30px;
    width: 160px;
    position: absolute;
    top: -30px;
    left: -30px;
    border-radius: 6px;
    text-align: center;
}

.download-zip .del-back-pdf .del-tips {
    display: none;
    background-color: #47474F;
    height: 30px;
    width: 105px;
    position: absolute;
    top: -30px;
    left: 49px;
    border-radius: 6px;
    text-align: center;
}

.download-zip .del-back-pdf .back-tips span,
.download-zip .del-back-pdf .del-tips span {
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    font-size: 15px;
}

.download-zip .del-back-pdf .back-tips .triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #474747;
    position: absolute;
    left: 50px;
    top: 29px;
}

.download-zip .del-back-pdf .del-tips .triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #474747;
    position: absolute;
    left: 37px;
    top: 28px;
}

.download-zip .download-frame-box button {
    width: 62px;
    height: 72px;
    border: 0;
    padding: 8px 10px;
    background-color: #f7f7f7;
    margin-left: 10px;

}

.download-zip .download-frame-box .backBtn {
    margin-left: 10px;
}

.download-zip .download-frame-box img {
    width: 42px;
    height: 42px;
}

.download-zip .download-frame-box .line {
    margin: 0px 0px 8px;
    background-color: #aeaeae;
    height: 2px;
}



.download-zip .other-features {
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

.download-zip .other-features img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
} */