#viewerContainer {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none;
    width: 100%;
    height: 1120px;
    min-height: 500px;
    background-color: #efefef;
    border: 1px solid #EEEEEE;
    border-top:0;
    position: relative;
}

.textLayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    line-height: 1.0;
/*    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: contain;*/

}

.pdfViewer .canvasWrapper {
    overflow: hidden;
}

.pdfViewer .page {
    direction: ltr;
    width: 100%;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #efefef;
    background-clip: content-box;
    background-color: white;
}

.pdfViewer .page canvas {
    margin: 0;
    display: block;
}

.pdfViewer .page canvas[hidden] {
    display: none;
}
::-webkit-scrollbar {
    width:2px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius:2px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:2px;
    background-color: #181c32;
}

#pdfloading{
    position: absolute;
    top: 50%;
    left: 50%;
}
.objtips{
    position: absolute;
    width: 200px;
    left: -85px;
    top: 70px;
    font-size: 14px;
    color: #9b9b9b;
}
