.fblock_doc_frame {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background-color: White;
    opacity: 1;
	display: none;
}

.fblock_doc_frame .fblock_doc_close {
    position: absolute;
    right: 14px;
    font-size: 20px;
    top: 9px;
    color: #C5C7CD;
    cursor: pointer;
    padding: 6px;
    padding-left: 0;
    padding-right: 0;
}

.fblock_doc_frame .doc_frame_container {
    position: fixed;
    left: calc(50% - 600px);
    width: 1200px;
    height: calc(100% - 100px);
    top: 50px;
    border: 1px Solid silver;
}

.fblock_doc_frame .doc_frame_container .doc_frame_title {
    position: fixed;
    left: calc(50% - 600px);
    width: 1200px;
    top: 15px;
    text-align: center;
}

.fblock_doc_frame .doc_frame_container .doc_frame {
    width: 100%;
    height: 100%;
    border: 0px;
}

.fblock_doc_frame .doc_frame_container .doc_frame_button {
    text-align: center;
    margin-top: 3px;
}

@media screen and (max-width: 1215px) {
    .fblock_doc_frame .doc_frame_container {
        position: fixed;
        left: -2px;
        width: calc(100% + 2px);
        height: calc(100% - 100px);
        top: 50px;
        border: 1px Solid silver;
    }

    .fblock_doc_frame .doc_frame_container .doc_frame_title {
        position: fixed;
        left: 0px;
        width: 100%;
        top: 15px;
        text-align: center;
    }
}