/* Basic sample */

html,
body {
  overflow: hidden-y;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.flipbook-viewport {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: 94%;
  position: relative;
}

.flipbook-viewport .page {
  width: 461px;
  height: 600px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.flipbook .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.flipbook-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

@-webkit-keyframes reverseRotataZ {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
  }
}
@-webkit-keyframes rotataZ {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}

.pull-left {
  position: absolute;
  bottom: 5%;
  right: 0;
  overflow: hidden;
  width: 240px;
  height: 200px;
} /*  |xGv00|e69d3d10a97baed58b34702fd0b01ff5 */

.loadinner {
  position: absolute;
  width: 76%;
  height: 100%;
  margin-left: -38%;
  left: 50%;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
}
.graph {
  background: #6c6c6c;
  width: 70%;
  margin: 10px auto 0 auto;
}
#bar {
  display: block;
  background: #f1f1f1;
  height: 3px;
  width: 10px;
}
#diary {
  width: 70%;
  margin: 0 auto;
}
#chupin {
  width: 100%;
  position: absolute;
  bottom: 80px;
}
#cpright {
  position: absolute;
  bottom: 50px;
  color: #757575;
  font-size: 9px;
  text-align: center;
  width: 100%;
  letter-spacing: -1px;
  word-spacing: -1px;
}
#btns {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 44%;
  margin: 0 0 0 -22%;
  z-index: 999;
}
#btns button,
#btns a {
  line-height: 36px;
  background: #1ea5d2;
  border: 1px solid #fcfcfc;
  color: #404040;
  width: 100%;
  height: 36px;
  font-size: 17px;
  font-family: '微软雅黑';
  display: block;
  text-decoration: none;
  text-align: center;
}

.shade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000008;
}

/*环形进度条*/

.loadingImg {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 1%;
  left: 42%;
}

.sk-fading-circle {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 37%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*进度数字*/
.number {
  width: 15%;
  height: 10%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000009;
  color: #ffffff;
  /* border: 1px solid red; */
}

/*上一页*/
.previousPage {
  display: none;
  position: fixed;
  font-size: 48px !important;
  top: 49%;
  left: 10%;
  z-index: 999999;
  /*border:1px solid red;*/
  background: transparent !important;
}
/*返回目录页按钮*/
.return {
  position: fixed;
  font-size: 48px !important;
  top: 49%;
  right: 10%;
  z-index: 999999;
  /*border:1px solid blue;*/
  background: transparent !important;
}

/*下一页*/
.nextPage {
  position: fixed;
  font-size: 48px !important;
  top: 49%;
  right: 10%;
  z-index: 999999;
  /*border:1px solid blue;*/
  background: transparent !important;
}

.pagenumber {
  font-size: 16px;
  color: rgb(214, 181, 95);
  width: 95px;
  margin-left: -20px;
  margin-right: 10px;
}

.background {
  background-image: url(../image/background.png); /* 设置背景图片 */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* 背景图片覆盖整个容器 */
  transition: background-position 0.5s; /* 添加过渡效果 */
  width: 100%;
  height: 100%;
}
.operation {
  display: flex;
  position: absolute;
  bottom: 34px;
  height: 36px;
  width: 82%;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
}
.operation i {
  width: 23px;
  height: 23px;
}
.Progress_bar {
  display: flex;
  height: 36px;
  font-size: 16px;
  max-width: 777px;
  width: 90%;
  align-items: center;
}
.flex {
  display: flex;
}
.end {
  margin: 0 10px;
  font-size: 28px !important;
  transition: all 0.4s;
}
.full-screen {
  font-size: 28px !important;
  transition: all 0.4s;
}
.full-screen:hover,
.end:hover {
  color: #fcfcfc;
  transform: scale(1.2);
}
.start,
.thumbnail {
  margin: 0 10px;
  font-size: 28px !important;
  transition: all 0.4s;
}
.play {
  font-size: 28px !important;
  transition: all 0.4s;
}
.start:hover,
.play:hover,
.thumbnail:hover {
  color: #fcfcfc;
  transform: scale(1.2);
}
.container {
  position: relative;
  z-index: 2;
  transform: scale(0.8);
  transition: all 0.3s;
  margin-top: -24px;
}
@media (max-width: 1024px) {
  .full-screen {
    display: none;
  }
  .operation {
    position: fixed;
    bottom: 5%;
    display: flex;
    justify-content: center;
  }
  .pagenumber {
    margin-left: 0px;
  }
}
@media (max-width: 450px) {
  .flipbook-viewport {
    top: 15%;
  }

  .container {
    transform: scale(0.95);
  }
  /* .operation {
    bottom: 15%;
    z-index: 10;
  } */
  .nextPage {
    top: 5%;
  }
  .previousPage {
    top: 5%;
  }
}
i img {
  width: 100%;
  height: 100%;
}
#progress-container {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}

#progress-bar {
  position: relative;
  height: 6px;
  background-color: rgb(214, 181, 95);
  transition: width 0.2s ease;
  border-radius: 4px;
}

#progress-bar::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  right: -1px;
  bottom: -2px;
  background-color: rgb(214, 181, 95);
}

i {
  cursor: pointer;
}
