  @font-face {
            font-family: 'LiGuoFuHandwriting';
            src: url('https://任晓.cn/index1/zt/青叶手写体.ttf') format('truetype');
        }
.bj{
  height: 1000px;
  width: 100%;
}
/*音乐按钮*/
#maic{
  z-index: 9;
  position: fixed;
  right: 2%;
  top: 2%;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
#maic #imgdh{
  z-index: 9;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 15%;
  left: 18%;
}
#maic #img{
  width: 50%;
  height: 50%;
  animation: zhuan 1s linear infinite;
  position: absolute;
  right: 22%;
  top: 24%;
  z-index: 9;
}
#maic #img:hover{
  width: 52%;
  height: 52%;
}
.pagetext{
  position: absolute; width:90%; bottom: 10px;letter-spacing: 2px; text-align: center;font-weight: bold;
}
.fontset{
  color: black; font-weight: bold;  font-family: 'LiGuoFuHandwriting', sans-serif; /* 使用自定义字体，备选无衬线字体 */ background-color: rgba(190, 24, 58, 0.2); padding:10px; text-align: center;
}
.loveimg{
	cursor:url('../images/love.png'),auto;
}
.loveimg:hover{
	cursor:url('../images/love.png'),auto;
}
.frameBg{
  margin:0px;padding:0px;
  border: 0px;
  width: 100%;
  height: 100%;
}
.myfont{
  animation: jump 5s infinite;
  }
@keyframes jump {
0% { transform: translateY(0);  color: white;}
50% { transform: translateY(-20px);  color:orangered}
100% { transform: translateY(0);  color: white;}
}
h1 {
  text-align: center;
}

.scene {
    width: 45%;
    height: 90%;
    margin: 5% 5% 5% 50%;
  perspective: 1000px;
}

.book {
  position: relative;
  width: 100%;
  height: calc(100% - 70px);
  margin-bottom: 70px;
  transform-style: preserve-3d;
}

.page {
  cursor: pointer;
  position: absolute;
  color: black;
  width: 100%;
  height: 100%;

  transition: 1.5s transform;
  transform-style: preserve-3d;  
  transform-origin: left center;
}
.front,
.back {
  position: absolute;
  
  width: 100%;
  height: 100%;
  padding: 5% 5% 5%;
  box-sizing: border-box;
  
  backface-visibility: hidden;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#FFFFFF), to(#CCCCCC));
  background: linear-gradient(to bottom right, #fff, #ccc);
}
.back {
  transform: rotateY(180deg);
}

.page.active {
  z-index: 1;
}
.page.flipped {
  transform: rotateY(-180deg);
}
.page.flipped:last-of-type {
  z-index: 1;
}

p {
  margin: 0 0 0.1em;
  text-indent: 1em;
}

.qr {
  margin: 50px auto;
  max-width: 50%;
}
.qr img {
  display: block;
}


/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .scene {
    width: 90%;
    height: 90%;
    margin: 5%;
  }
}