.wordContent{
    width: 100%;
    height: calc(100vh - 64px);
    position: relative;
    margin-top: 60px;
}
#wordContentIframe{
    width: 100%;
    height: 100%;
}
.downloadFile{
    cursor: pointer;
    width: 190px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-radius: 6px 0px 0px 6px;
    font-size: 14px;
    color: #0075FD;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 0;
    top:80vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.downloadFile img{
    margin-right: 5px;
}
.download1{
    display: none;
}

.downloadFile:hover{
    background: linear-gradient( 122deg, #10E4FF 0%, #2680EB 100%);
    box-shadow: 0px 0px 10px 1px rgba(16,228,255,0.5);
    color: white;
}
.downloadFile:hover .download1{
    display: block;
}
.downloadFile:hover .download2{
    display: none;
}










@media (max-width: 768px) {
    .downloadFile{
        width: 95px;
        height: 25px;
        font-size: 7px;
        line-height: 25px;
    }
    .downloadFile img{
        margin-right: 2.5px;
    }

}

















