[data-v-c4395d40] .spin-wrap {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.5);
}
.warp-area[data-v-c4395d40] {
  overflow: hidden !important;
}
.warp-area .download-ppt[data-v-c4395d40] {
  width: 32px;
  height: 32px;
  right: 7%;
  bottom: 120px;
  position: absolute;
}
.warp-area .download-ppt em[data-v-c4395d40] {
  cursor: pointer;
  font-size: 32px;
  color: #003865;
}
.warp-area .report-area[data-v-c4395d40] {
  padding: 8px 0;
  height: 100vh !important;
  width: 100vw !important;
  background-color: #fff;
}
.warp-area #flipbook .next-button[data-v-c4395d40],
.warp-area #flipbook .previous-button[data-v-c4395d40] {
  width: 50px;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.warp-area #flipbook .next-button em[data-v-c4395d40],
.warp-area #flipbook .previous-button em[data-v-c4395d40] {
  color: #003865;
  font-size: 20px;
  cursor: pointer;
}
.warp-area #flipbook .next-button[data-v-c4395d40] {
  right: -50px;
}
.warp-area #flipbook .previous-button[data-v-c4395d40] {
  left: -50px;
}
.warp-area #flipbook .turn-page[data-v-c4395d40] {
  background-color: white;
}
.warp-area[data-v-c4395d40] #flipbook .odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(95%, #fff), to(rgba(182, 152, 152, 0.1)));
  background-image: linear-gradient(to left, #fff 95%, rgba(182, 152, 152, 0.1) 100%);
}
.warp-area[data-v-c4395d40] #flipbook .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0) 95%, rgba(182, 152, 152, 0.1) 100%);
}
.warp-area[data-v-c4395d40] #flipbook .even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, #fff), to(rgba(182, 152, 152, 0.15)));
  background-image: linear-gradient(to right, #fff 95%, rgba(182, 152, 152, 0.15) 100%);
}
.warp-area[data-v-c4395d40] #flipbook .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 95%, rgba(182, 152, 152, 0.15) 100%);
}
.warp-area[data-v-c4395d40] .page-wrapper {
  -webkit-box-shadow: 0 -5px 10px -2px rgba(0, 0, 0, 0.1), /* 上方阴影 */ 0 5px 10px -2px rgba(0, 0, 0, 0.1), /* 下方阴影 */ -5px 0 10px -2px rgba(0, 0, 0, 0.1), /* 左侧阴影 */ 5px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 10px -2px rgba(0, 0, 0, 0.1), /* 上方阴影 */ 0 5px 10px -2px rgba(0, 0, 0, 0.1), /* 下方阴影 */ -5px 0 10px -2px rgba(0, 0, 0, 0.1), /* 左侧阴影 */ 5px 0 10px -2px rgba(0, 0, 0, 0.1);
  /* 右侧阴影 */
}

