/* 
 * 组件覆盖样式 start ================================
*/
.pdfViewer .page{
  border: none!important;
  margin: 9px auto!important;
}
#viewerContainer{
  background: rgba(237, 237, 240, 1)!important;
}
/* 
 * 组件覆盖样式 end ================================
*/

.vld-overlay.is-full-page {
  z-index: 10000 !important;
}

.across-page-seal {
  border: 1px dashed rgba(0, 0, 0,.25);
  display: block;
  /* box-sizing: border-box; */
}

/* 拖拽元素 start */
#ofdDragElementBox{
  display: none;
}
.drag-element-box{
  /* background: #FFFFFF; */
  position: absolute;
  z-index: 2999;
  border: 1px dashed rgba(0, 0, 0, .25);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.drag-element-box > *:first-child{
  position: relative!important;
  float: none!important;
  margin: 0px!important;
}
.drag-element-image{
  display: block;
  margin: 0;
}
.drag-element-box.drag-element-item{
  cursor: -webkit-grab;
  cursor: grab;
}
.drag-element-box.drag-element-item:hover,
.drag-element-box.drag-element-item.active{
  border-color: #FC0204 !important;
}
body > .drag-element-box{
  position: fixed!important;
  z-index: 99999!important;
  border: 1px dashed #000000!important;
}
.drag-element-box > .drag-element-button{
  display: none;
  cursor: pointer;
  width: 90%;
  margin: 2px 5%;
  white-space: nowrap;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  border: none;
  background: #FC0204;
  font-size: 14px;
  border-radius: 4px;
}
body > .drag-element-box > .drag-element-button{
  display: none!important;
}
body > .drag-element-box.mobile > .drag-element-button{
  display: block!important;
}
.drag-element-box:hover > .drag-element-button,
.drag-element-box.active > .drag-element-button{
  display: block;
}
/* 拖拽元素 end */

/* 组件 */
#errorMessageLeft{
  height: 35px;
  line-height: 35px;
}
#errorClose{
  margin: 0;
  background: transparent;
  font-size: 28px;
  width: 50px;
}

/* 动画骑缝章 */
.animated-across-container{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: #FFFFFF;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.animated-across-container-flex{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
}
.animated-across-page-list{
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.animated-across-page{
  background: #FFFFFF;
  border: 1px solid #ddd;
  box-shadow: 0 -6px 6px rgb(0 0 0 / 25%);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  position: absolute;
  top: 0;
}
.animated-across-seal-area{
  border: 2px dashed #b12c03;
  position: absolute;
  top: 0;
  background: transparent;
}
.animated-across-seal-area > div{
  width: 100%;
  height: 100%;
  background: transparent;
}
